@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width:100%;}
body {font-family:'Montserrat', 'Kumbh Sans', -apple-system, Open Sans, "Segoe UI", roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td button{
    margin: 0; 
    padding: 0;
    -webkit-tap-highlight-color:transparent;
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box;
}

ul, ol { list-style: none; }
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
a,.link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
a:active,a:hover {
	outline: 0;
	color: #006dff;
}


img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-size: 16px;
	font-family:'Montserrat', 'Kumbh Sans', -apple-system, Open Sans, "Segoe UI", roboto, "Helvetica Neue", Arial, sans-serif;
	
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	border: 1px solid silver
}

textarea {
	overflow: auto
}

table {
	border-spacing: 0;
	border-collapse: collapse
}
a {
	cursor: pointer;
	text-decoration: none;
}

.f-n {
	font-weight: normal !important;
}
.f-b600{font-weight: 600;}
.t_c,
.text-center {
	text-align: center;
}

.t_r {
	text-align: right;
}

.t_l {
	text-align: left;
}

.t_j {
	text-align: justify;
}

.hide {
	display: none;
}
.wd-100{
	width: 100%;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear,
.clearfix {
	clear: both
}

.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	line-height: 0
}

.cf:after,
.clearfix:after {
	clear: both;
	visibility: hidden
}

.block-a{display: block;}
.font-x{
	font-style: italic;
}
.re {
	position: relative;
}
.ov-h{overflow: hidden;}
.ellipsis-f {
	/*one*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-ftwo {
	/*two*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ellipsis-fthr {
	/*three*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.flex{
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
	flex-wrap: wrap;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-between{
	justify-content:space-between;
	align-items:center;
}
.flex-inline {
	display: inline-flex;
}
.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc,.flex-bs {
	justify-content: space-between;
}

hr{
	height: 0;
    color: inherit;
    border:0;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    border-color: #e5e7eb;
}
.pb-15{
	padding-bottom: 15px;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px
}
.ptb-30 {
	padding-bottom: 30px;
	padding-top: 30px
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.ptb-50 {
	padding-bottom: 50px;
	padding-top: 50px
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

.ptb-5 {
	padding-bottom: 5px;
	padding-top: 5px
}
.pall-15{
	padding: 15px;
}
.pt-40 {
	padding-top: 40px
}
.pall-40{
	padding: 40px;
}
.mt-60 {
	margin-top: 60px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-30 {
	margin-top: 30px !important
}
.mt-25 {
	margin-top: 25px !important
}
.mt-20 {
	margin-top: 20px !important
}
.mt-15{
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px !important
}
.mt-5 {
	margin-top: 5px !important
}
.mb-10 {
	margin-bottom: 10px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}
.mb-50 {
	margin-bottom: 50px !important
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}
.average-2wd {
    width: 48%;
}
.average-3wd{
    width: 31.5%;
}
.average-4wd {
    width: 23.5%;
}
.average-45wd {
    width: 45%;
}
.average-55wd {
    width: 55%;
}
.average-52wd {
	width: 52%
}
.average-40wd {
    width: 40%;
}
.average-5wd {
	width: 19%
}
.average-6wd {
	width: 16%
}
.average-7wd {
	width: 13%
}
.average-60wd {
    width: 60%;
}
.average-68wd  {
    width: 68%;
}
.average-70wd {
    width: 70%;
}
.average-85wd {
    width: 85%;
}
.tx-line{text-decoration: underline;}
.tx-line:hover{text-decoration: none;}
.nowrap {white-space: nowrap;}
.bk {
	word-wrap: break-word;
}


/* vertical-align */

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.es {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.f-22 {font-size: 22px}
.f-20 {font-size: 20px}
.f-18 {font-size: 18px}
.f-30 {font-size: 30px;}
.border-rad10{border-radius: 10px;}
.border-rad20{border-radius: 20px;}
.border-rad40{border-radius: 40px;}
.bor-raduis-10 {
    border-radius: 10px;
}
.ptb-all60 {
	padding: 60px 40px
}
.border-all{border: 1px solid #d7dcde;}
.re-100 {
	position: relative;
	z-index: 10
}

.text-und {
	text-decoration: underline
}

.blue-f {
	color: #00bdf6
}
.gray-f6{color: #666;}
.f-12{font-size: 12px}
.red-f{color: #cb0606;}
.white-f{color: #fff;}
.auto-img img{width: auto;height: auto;}
.bg-linear {background-image:linear-gradient(230deg, #1d175e, #4f0748)}
.bg{background-color: #172333;}
.blue-bg{background-color: #ecedfa;}
.green-bg{background-color: #effbf8;}
.gray-bg{background-color: #f5f5f7;}
.img img{
	width: auto;
	height: auto;
}

/*btn*/
.learn-arrow{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.learn-arrow:hover{
	color: #fff;
}
.learn-arrow .arrow-white {
	background-image: url("../img/home/home-page-white-ic.png");
	width: 26px;
	height:19px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.btn{
	display: inline-block;
    font-weight: 500;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding:8px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
}

.btn.btn-sm{
	padding: 6px 10px;
	font-size: 14px;
}
.btn.btn-md{
	padding: 10px 15px;
	font-size: 18px;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: none;
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	background-color: #BFBFBF !important;
	border-color: #BFBFBF !important;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.50;
	 filter: alpha(opacity=50);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-secondary {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45;
	box-shadow: none
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}
.btn.star-now{
	background: linear-gradient(to right, #FF5722, #FF9800);
	color: #fff;
	font-size:20px;
	font-weight: 600;
	border-radius: 999px;
	padding: 10px 25px;
}
.btn.star-now .white-ic{
	background-image: url("../img/icon/fancy-icon.png");
	width: 34px;
	height: 34px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.ios-icon {
	background-image: url("../img/icon/ios.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.windows-icon {
	background-image: url("../img/icon/windows.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}

.android-icon {
	background-image: url("../img/icon/android-white.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.download-icon{
	background-image: url("../img/icon/download-white.svg");
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.windows-icon.black {
	background-image: url("../img/icon/windows-black.svg")
}
.windows-icon.gray {
	background-image: url("../img/icon/windows-gray.png");
	width: 22px;
	height: 22px;
}
.ios-icon.black {
	background-image: url("../img/icon/ios-black.svg")
}
.ios-icon.gray {
	background-image: url("../img/icon/ios-gray.png");
	width: 22px;
	height: 22px;
}
.android-icon.black {
	background-image: url("../img/icon/android-black.svg")
}
.btn.big{font-size: 22px;padding: 12px 20px;font-weight: 500;}
.bor-raduis-10 {
    border-radius: 10px;
}
.bor-raduis-30 {
    border-radius: 10px;
}
.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-white.focus,.btn-white:focus,.btn-white:hover {
    color: #000;
    background-color: #ececec;
    border-color: #e6e6e6
}
.blue-btn,
.btn-action {
	background-color: #067aab;
	color: #fff
}

.blue-btn:hover,
.btn-action:hover {
	background-color: #2d11c1;
	color: #fff
}
.green-btn{
	background-color: #d4f9e6;
	color: #25d366;
	border: 1px solid #b8f0d0;
}
.green-btn-outline{
	color: #25d366;
	background-color: transparent;
	border: none;	
}
.black-btn {
	background-color: #2f002c;
	color: #fff
}

.black-btn:hover {
	background-color: #1b031a;
	color: #fff
}
.btn-box-ra .btn{
	border-radius: 10px;
}
.border-blue-btn {
	background-color: #fff;
	color: #7E47FF;
	border: 1px solid #7E47FF;
}

.border-blue-btn:hover {
	background-color: #00bdf6;
	color: #fff
}
.border-white-btn {
	background-color:transparent;
	color: #fff;
	border: 1px solid #fff;
}

.border-blue-btn:hover {
	background-color: #fff;
	color: #333
}
.btnP-none p{display: none;}
.linear-btn{
	background-image:linear-gradient(to top right,#f35a4e,#fb6c4c,#fdc149,#12c98e,#168df6);
    color: #fff !important;
    position: relative;
    border-radius:6px;
}
.linear-btn::before{
	content: '';
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0; 
	background-color: #113546;
	z-index: -1;
	border-radius: 10px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
	transition: all .15s ease;
}
.linear-btn::after{
	content: attr(data-content);
	position: absolute;
	top:2px;
	left:2px;
	right:2px;
	bottom:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #242a36;
	border-radius:5px;
	transition: all .15s ease;
}
.linear-btn p{
	display: none;
}
.linear-btn .text{
	position: relative;
	z-index: 50;
	font-size: 20px;
}
.linear-btn:hover{
	background: linear-gradient(90deg, #2b12c3, #680099);
    color: #fff !important;
    box-shadow: 0 0 15px #9133bd;
}
.linear-btn-buy{
	background: linear-gradient(60deg,#ffd282, #ffbf6f);
    color: #333 !important;
}
.linear-btn-buy:hover{
	background: linear-gradient(60deg,#ffbf6f, #ffd282);
    color: #333 !important;
}
.form-control {
	display: block;
	font-size: 16px;
	padding:8px 10px;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: none;
	-webkit-appearance:none;
	border-radius:0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.form-control-bor{
	border: 1px solid #CFCFCF;
}
input.form-control::-webkit-input-placeholder {
	color: #979797;
}

input.form-control:-moz-placeholder {
	color: #979797;
}

input.form-control::-moz-placeholder {
	color: #979797;
}

input.form-control:-ms-input-placeholder {
	color: #979797;
}

.form-control:hover {
	border-color: #bbb;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.txtarea {
	width: 100%;
	height: 212px;
	-webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #CFCFCF;
	padding: 8px 10px;
	resize: none;
	font-size: 16px;
	color: #333;
}

textarea.txtarea::-webkit-input-placeholder {
	color: #979797;
}

textarea.txtarea:-moz-placeholder {
	color: #979797;
}

textarea.txtarea::-moz-placeholder {
	color: #979797;
}

textarea.txtarea:-ms-input-placeholder {
	color: #979797;
}

.txtarea:focus {
	border-color: #2c3e50;
}

.table {
	width: 100%;
}
.table tr td,
.table tr th,
.chart_table tr td,
.chart_table tr th {
	padding: 18px 30px !important;
	vertical-align: top;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
.table-border{
	border:1px solid #dfdfdf;
}
.table tr:nth-child(even),
.chart_table tr:nth-child(even){
	background-color: #f5f5f5;
}
.table-center tr td,
.table-center tr th{
	text-align: center;
}
.container-product {
	width: 1360px;
	margin: 0 auto
}
.container-warpper,
.container {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.container-product h1,
.container h1,
.container-warpper h1 {
	font-size: 44px
}
.container-product h2,
.container h2,
.container-warpper h2,
.container-mid h2{
	font-size: 36px;
	font-weight: 500;
}
.container-product h3,
.container h3,
.container-warpper h3{
	font-size: 26px
}
.container-product h4,
.container h4,
.container-warpper h4 {
	font-size: 22px
}
.header{
	width: 100%;
	color: #fff;
	z-index: 999;
	box-shadow: 0px 0px 16px rgba(39, 43, 51, 0.1);
	margin-bottom: 0!important;
	text-align: left;
}
.header.header-other{
	background-color: #fff;
}
.header.header-fiexd{
	position: fixed;
	background-color:transparent;
}
.header.scrolled{
	background-color: #172333!important;
}
.header .logo{
	font-size:24px;
	padding-bottom: 3px;
}
.header .logo a{
	color: #000;
}
.header .logo img{
	width: 190px;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
.header .logo .small-txt{
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.header .logo span.iconfont{
	display: none;
}

.header .nav ul li a,
.header .nav ul li .togNav {
    font-size: 15px;
    font-weight: 600;
    display: block;
    cursor: pointer;
   position: relative;
}
.header .nav ul li .togNav{
	color: #333;
	
}
.header .nav ul li:hover .togNav::before{
	content: "";
	height: 2px;
	width: 100%;
	background-color: #006dff;
	position: absolute;
	bottom: -8px;
    left: 0px;
}
.header .nav ul li:hover{
	color: #a2ffff;
}
.header .headerNav ul li {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
	height: 50px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.header .headerNav ul li >a{
	color: #a2ffff;
}
.header .headerNav ul li:last-child{
	padding: 15px 0;
	margin-left: 15px;
}
.header .headerNav ul li:last-child a{
	font-weight: normal;
	padding-top: 3px;
}
.header .nav ul li a.btn{
	padding: 5px 8px;
	font-size: 14px;
	background-color: #067aab!important;
	color: #fff;
}
.header .headerNav ul li .ic-jt {
    position: absolute;
    right: -18px;
    line-height: 1;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url("../img/icon/nav-jt-blue.png") no-repeat;
    background-size: contain
}
.header .headerNav ul li .item{
	position: absolute;
    z-index: 999;
    top: 46px;
    color: #fbfbfb;
    padding: 10px 0 0 0;
    display: none;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
}
.header .headerNav ul li .item.item-other{
	width: 930px;
	margin-left: -465px;
}
.header .headerNav ul li .item .list-link {
    width: 100%;
    margin: 0 auto 25px auto;
    background-color: #fff;
    padding:15px 20px 10px 20px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0,0,0,.1);
    text-align: left;
    border-radius: 20px;
}
.header .headerNav ul li .item.last-item{
	display: block;
	width: 220px;
	right: -80px;
	top:43px;
	margin-left: 0;
	left: auto;
	padding:10px 0;
	display: none;
}
.header .headerNav ul li .item.last-item .about-last{
	background-color: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 15px 20px 10px 20px;
}
.header .headerNav ul li .item.last-item .about-last>div{
	position:relative;
	padding: 8px 6px 8px 30px;
}
.header .headerNav ul li .item.last-item .about-last>div .img-ic {
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 1;
}
.header .headerNav ul li .item.last-item .about-last>div .img-ic img{
	width: 24px;
    height: auto;
}
.header .headerNav ul li .item.last-item .about-last>div a{
	display: inline-block;
	color: #333;
}
.header .headerNav ul li .item.last-item .about-last>div a:hover{
	color: #006dff;
    text-decoration: none;
    border-radius: 4px;
}
.header .headerNav ul li .item .product .tit{
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.header .headerNav ul li .item .product .info{
	font-size: 12px;
	color:rgba(0,0,0,.5);
	font-weight: normal;
	padding-top:4px;
	line-height: 1.4;
}

.header .headerNav ul li .item .product a{
	padding: 12px 12px 12px 56px;
	border-radius: 6px;
	position: relative;
}
.header .headerNav ul li .item .product.product-noIcon a{
	padding: 12px;	
}
.header .headerNav ul li .item .product.product-noIcon .tit{
	color:#006dff;
	font-size: 16px;
}
.header .headerNav ul li .item .product.product-noIcon .arrow-right{
	display: inline-block;
	vertical-align: middle;
}
.header .headerNav ul li .item .product.product-noIcon .arrow-right img{
	width:20px;
	vertical-align: middle;
}
.header .headerNav ul li .item .product a:hover{
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
}
.header .headerNav ul li .item .product .img{
	position: absolute;
	left: 10px;
	top:12px;
	background-color: #fff;
	border-radius: 4px;
	border:1px solid #ddd;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 4px!important;
}
.header .headerNav ul li .item dl dt span{
	display: block;
	color: #999;
	font-weight: normal;
}
.header .headerNav ul li .item.graphic-info dl.short{
	width: 26%;
}
.header .headerNav ul li .item.graphic-info dl.long{
	width: 40%;
}

.header .headerNav ul li .item .product .img img{
	width: 32px;
	height: auto;
}
.header .headerNav ul li .item .product.nav-arrow a{
	position: relative;
	padding-right: 30px;
	display: block;
}
.header .headerNav ul li .item .product.nav-arrow a::after{
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/header-nav/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 8px;
	top: 41%;
}
.header .headerNav ul li .item .product.big-p a{
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
}
.header .headerNav ul li .item .product.big-p a{
	padding-left: 70px;
}
.header .headerNav ul li .item .product.big-p a:hover{
	background-color: transparent;
	border-color: #006dff;
}
.header .headerNav ul li .item .product.big-p .img{
	width: 56px;
	height: 56px;
	border: none;
}
.header .headerNav ul li .item .product.big-p .img{
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.header .headerNav ul li .item .product.small-p .img{
	width:32px;
	height:32px;
	border: none;
	background-color: #eff3fe;
}
.header .headerNav ul li .item .product.small-p .img img{
	width: 28px;
	height: auto;
}
.navbg.green{
	background-color: #eafdf0 !important;
}
.navbg.blue{
	background-color: #eaf7fe!important;
}
.navbg.purple{
	background-color: #fff5fe!important;
}
.navbg.pink{
	background-color: #fff5fa!important;
}
.navbg.bluish-purple{
	background-color: #f4f5ff!important;
}

.navbg img {
    width: 36px;
    height: auto;
}
.header .headerNav ul li .item .view-more{
	margin-top: 25px;
}
.header .headerNav ul li .item .view-more a{
	display:block;
	text-align: center;
	font-weight: 500;
	color: #333;
	padding: 10px;
	border-radius: 4px;
	background: linear-gradient(82.83deg, #EEF7FF 0%, #EFFDFA 100%);
	color: #006dff;
}
.header .headerNav ul li .item .view-more a:hover{
	text-decoration: none;
	background: linear-gradient(82.83deg, #EFFDFA 0%, #EEF7FF 100%);
}
.header .headerNav ul li .item dl{
	flex: auto;
	text-align: left;
	padding:15px;
}
.header .headerNav ul li .item dl.dl-equal{
	flex:1;
}
.header .headerNav ul li .item dl .bottom-picBg{
	text-align:right;
	margin-top:15px;
}
.header .headerNav ul li .item dl .bottom-picBg img{
	width:50%;
	float: right;
}
.header .headerNav ul li .item dl.feature-product{
	min-width: 260px;
  	max-width: 380px;
}
.header .headerNav ul li .item dl.li-icon dd{
	position: relative;
	padding-left: 25px;
}
.header .headerNav ul li .item dl.li-icon dd.slogan{
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.header .headerNav ul li .item dl.li-icon dd.slogan .img-ic{
	top:-1px;
}
.header .headerNav ul li .item dl.li-icon dd .img-ic{
	position: absolute;
	left: 0;
	top:3px;
	line-height: 1;
}
.header .headerNav ul li .item dl.li-icon dd .img-ic img{
	width: 26px;
	height: auto;
}
.header .headerNav ul li .item dl dt{
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.2;
}
.header .headerNav ul li .item dl dd{
	margin-top: 18px;
}
.header .headerNav ul li .item dl.dl-equal dd{
	margin-top: 5px;
}
.header .headerNav ul li .item dl dd a{
	font-weight: normal;
	border-radius: 4px;
	padding:5px;
	font-size: 14px;
	color: rgba(0,0,0,.9);
	line-height: 1.3;
	font-weight: 500;
}
.header .headerNav ul li .item dl.dl-equal dd.view-link a{
	color: #006dff;
}
.header .headerNav ul li .item dl.dl-equal dd.view-link a:hover{
	text-decoration: underline;
}
.header .headerNav ul li .item dl dd a .name{
	font-weight: 500;
	color: #333;
}
.header .headerNav ul li .item dl dd a .des{
	font-size: 12px;
	color:rgba(0,0,0,.5);
	margin-top: 3px;
}
.header .headerNav ul li .item dl dd a:hover{
	color: #006dff;
	text-decoration: underline;
}
.header .headerNav ul li .item dl.hov-name-underline dd a:hover{
	text-decoration: none;
}
.header .headerNav ul li .item dl dd a:hover .name{
	text-decoration: underline;
	color: #006dff;
}
.header .headerNav ul li .item dl dd a:hover .des{
	color:rgba(0,0,0,.5);
}

.header .headerNav ul li .item dl dd .img{
	display: inline-block;
	padding-right: 10px;
}
.header .headerNav ul li .item dl dd .img img{
	width: 22px;
	height: auto;
	vertical-align: middle;
}
.header .headerNav ul li .promp-left{
	width: 24%;
}
.header .headerNav ul li .promp-show{
	width: 74%;
}

.header .headerNav ul li .promp-left .item-h >a{
	display: block;
	padding: 16px 10px;
	position: relative;
	font-size: 16px;
}
.header .headerNav ul li .promp-left .item-h >a:hover{
	background-color: #233750;
	border-radius: 6px;
	color: #fff;
}
.header .headerNav ul li .promp-left .item-h .ic-jt{
	transform:rotate(-90deg);
	top: 22px;
    width: 14px;
    height: 14px;
    right: 8px;
}
.header .headerNav ul li .promp-show .categroy{
	border-left: 1px solid rgba(255,255,255,.3);
	padding-left: 30px;
	display: none;
}
.header .headerNav ul li .promp-show .categroy.active{
	display: block;
	transition: transform 0.2s;
}
.header .headerNav ul li .promp-show .categroy .tit{
	font-size: 16px;
	color: #a2ffff;
}
.header .headerNav ul li .promp-show .categroy .list{
	margin-top: 15px;
	width: 25%;
}
.header .headerNav ul li .promp-show .categroy .list a{
	font-weight: normal;
	padding: 8px 0;
	font-size: 14px;
}
.header .headerNav ul li .item  dl.pro-bg{
	background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding:15px;
}
.header .headerNav ul li .item  dl.pro-bg .product{
	border-bottom: 1px solid rgba(255,255,255,.15);
	margin: 5px 0;
}
.header .headerNav ul li .item  dl.pro-bg .product:last-child{
	border-bottom: none;
}
.header .right-nav a{
	font-size: 16px;
	font-weight:500;
	margin: 0 10px;
}
.header .headerNav ul li .item dl .new-tips{
	background: linear-gradient(270deg, #ff0000, #ff3366, #ff00cc, #9900ff, #4b0082);
    background-size: 400% 400%;
    animation: gradientFlow 8s ease infinite;
    color: #fff;
    font-size: 11px;
    padding: 0 3px;
    line-height: 1.2;
    border-radius: 2px;
    display: inline-block;
    margin-left: 4px;
}
.ace-mobile {
    display: none;
    float: right;
}
.ace-mobile img{
	width: 30px;
	height: auto;
}
.linear-bg{
	 background:linear-gradient(180deg,#0b2e3c, #083e4b,#e6f8ff);
}
.gray-linebg{
	background: #eff6fc url(../img/inex-2025/line-bg.png) no-repeat bottom center;
    padding: 60px 0;
    background-size: cover;
}
.right-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 45px;
    z-index: 1000;
    cursor: pointer
}
.footer-list a{
	padding: 0 20px;
}
.right-bar>a,
.right-bar>div {
	float: left;
	height: 36px;
	margin-bottom: 1px;
	border-radius: 20px 0 0 20px;
	color: #fff;
	padding-left: 100%;
	clear: both;
	white-space: nowrap;
	font-size: 13px;
	line-height: 36px;
	font-style: normal;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 12px center;
	display: none;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1);
	transition: transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1);
	border: 1px solid #babbcc;
	margin-top: 4px;
	border-right: none;
}

.right-bar>a.active,
.right-bar>a:hover,
.right-bar>div.active,
.right-bar>div:hover {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	padding-left: 45px;
	padding-right: 10px;
	margin-left: 48px;
	background-color: #fff;
	text-decoration: none;
	color: #7d81a2;
}

.right-bar a,.right-bar a:hover {
    color: #7d81a2;
    text-decoration: none
}
.right-bar .show-pc {
    display: block;
}

.right-bar .bar-backTop {
    background-image: url("../img/icon/back-to-top-black.png");
    background-position:12px center;
    background-size: 26px;
}
.right-bar .bar-side-question {
	background-image: url("../img/icon/right-side-question-black.png");
	background-position: 12px center;
	background-size: 26px;
}
.right-bar .bar-support {
	background-image: url("../img/icon/learn-center-new-black.png");
	background-position: 12px center;
	background-size: 26px;
}
.container-other{
	max-width: 920px;
	margin: 0 auto;
}
.container-min{
	max-width: 720px;
	margin: 0 auto;
}
.rating-stars {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    height: 30px;
}
.rating-current-stars {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
    transition: width .2s ease-out;
}
.rating-sml .rating-stars i {
    width: 22px;
    height: 30px;
    text-indent: -99999px;
    background-size: 16px auto;
}
.rating-stars i {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    text-indent: -999999px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojREREREREfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}

.rating-stars i.active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}
.rating-stars .icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 30px
}

.tempBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.header .nav.animate-menu{
	display: block;
    z-index: 999
}
.table-mobile .table,
.table-mobile .chart_table{
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
}
.table-mobile .chart_table{
	border:1px solid #dfdfdf;
}
.number-of-post {
	margin: 20px;
	text-align: center
}

.number-of-post ul {
	display: inline-flex
}

.number-of-post li a {
	padding: 0 12px;
}

.number-of-post li a,
.number-of-post li a:hover,
.number-of-post li.active a,
.number-of-post li.disabled {
	text-decoration: none
}
.number-of-post li.active a{
	background-color:#00bdf6;
	color: #fff;
	padding: 0 12px;
    border-radius: 4px;
}

.navigation li:not(:last-child):not(:first-child) a {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	text-align: center;
	color: #ccc;
	margin-left: 6px;
}

.navigation li:not(:last-child):not(:first-child) a:hover {
	border-color: #00bdf6;
	color: #fff;
}

.navigation li:not(:last-child):not(:first-child).active a {
	border-color: #00bdf6;
	color: #fff;
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #00bdf6
}
.errow-center{
	text-align: center;
	padding: 100px 0;
}
.errow-center h1{
	font-weight: normal;
	margin-top: 20px;
	font-size: 26px;
	margin-bottom: 15px;
}
.errow-center a{
	color: #006dff;
	text-decoration: underline;
}
.errow-center .img img{
	width:210px;
	height: auto;
}
.list-nav-pdf{
	padding-left: 10px;
	position: relative;
	width: 320px;
	z-index: 100;
}
.list-nav-pdf img{
	width: 16px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.list-nav-pdf .togNav{
	padding: 8px 50px 8px 12px;
	background-color:#fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 320px;
}
.list-nav-pdf .togNav .ic-jt {
    position: absolute;
    right: 10px;
    top: 21px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/icon/nav-jt-blue.png) no-repeat;
    background-size: contain;
    transform: translate(0, -50%) rotate(0deg);
}
.list-nav-pdf .tog-list-pdf{
	position: absolute;
	left: 10px;
	top:45px;
	width: 100%;
	background-color:#fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 6px 0;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	display: none;
	
}
.list-nav-pdf .tog-list-pdf li{
	padding: 8px 12px;
}
.list-nav-pdf.active .tog-list-pdf{
	display: block;
}
.faq-list {
	background-color: #fff;
	border-radius: 10px;
    padding:0 15px;
}

.faq-list .item {
	border-bottom: 1px solid #dae1e3;
}

.faq-list .item .title {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 15px;
	color: #000;
	margin: 0;
}

.faq-list .item .title .svg {
	position: absolute;
	right: 15px;
	top: 28px;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg)
}

.faq-list .item .info {
	display: none;
	transition: all 0.3s ease;
	padding: 0 15px 15px;
	color: #666
}

.faq-list .item .info p {
	margin-top:8px;
	font-size: 16px;
}

.faq-list .item .info img {
	max-width: 100%
}

.faq-list .item.active .title .svg {
	transform: translate(0, -50%) rotate(180deg);
	top: 28px;
	
}

.faq-list .item.active .info {
	display: block
}
.footer {
	color: rgba(255, 255, 255, .3);
	padding: 30px 0;
	margin: 0
}

footer.custom-footer {
	padding: 0;
	position: relative;
	line-height: 30px;
	background-color: #000
}

.footer.custom-footer li a {
	color: rgba(255, 255, 255, .8)
}

.custom-footer .footer-left {
	width: 20%;
	float: left;
	padding: 30px 20px 30px 0
}

.custom-footer .footer-logo {
	text-align: center
}

.custom-footer .footer-logo .logo img {
	width: 200px;
	height: auto
}

.custom-footer .footer-logo .logo-slogan {
	margin-top: 15px;
	color: #dcd5cf;
	line-height: 1.2;
	font-size: 12px
}

.custom-footer .footer-middle {
	width: 78%;
	float: left;
	color: #dcd5cf;
	position: relative;
	padding: 30px 0 30px 20px
}

.custom-footer .footer-middle:before {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: calc(100% - 15px);
	background-color: rgba(255, 255, 255, .2)
}

.custom-footer .footer-middle-wrap {
	display: flex;
	justify-content: space-between
}

.custom-footer .footer-nav {
	width: 33.33%;
	float: left;
	text-align: left;
	padding: 0 10px
}

.custom-footer .footer-nav li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	color: #fff !important;
	padding: 2px 0
}

.custom-footer .footer-nav li a img {
	display: inline-block!important
}

.custom-footer h3.footer-nav-title,
.custom-footer li.footer-nav-title {
	font-family: inherit;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0;
	font-weight: 600;
	color: #fff;
	text-align: left
}

.custom-footer .footer-right {
	width: 240px;
	float: left;
	padding: 30px 0
}

.custom-footer .footer-bottom {
	padding: 10px 0;
	border-top: solid 1px rgba(255, 255, 255, .2);
	font-weight: 300;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-align: left
}

.custom-footer .footer-bottom .footer-a a {
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding-right: 20px;
	font-size: 12px
}
.custom-footer .footer-nav .facebook img,
.custom-footer .footer-nav .twitter img,
.custom-footer .footer-nav .youtube img {
	width: 30px;
	height: auto;
	margin-right: 5px
}
.row {
	display: flex;
	flex-wrap: wrap;
	
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%
}
.row:after,
.row:before {
	display: table;
	content: " "
}
.row:after {
	clear: both
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.banner-404 {
	padding-top: 70px;
	padding-bottom: 74px;
	border-bottom: 1px solid #f0f0f0;
	background: #edf4f9 url("../img/bg-404img.jpg") bottom center;
	background-repeat: no-repeat
}

.banner-404 .img,
.center-404 .img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.banner-404 h1 {
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px
}

.banner-404 p {
	font-size: 18px;
	color: #666666
}

.banner-404 a {
	font-size: 18px;
	color: #0071d1;
	outline: 0;
	text-decoration: underline
}

.banner-404 a.btn {
	border: 2px solid #0071d1;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 15px
}

.banner-404 a.btn:hover {
	background: #0071d1;
	color: #fff
}

.center-404 {
	padding-top: 70px;
	padding-bottom: 20px
}

.center-404 h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}

.center-404 h2 a {
	font-size: 22px;
	color: #337ab7;
	outline: 0
}

.center-404 h2 a:active,
.center-404 h2 a:hover {
	color: #23527c;
	outline: 0
}

.center-404 .col-md-4 {
	padding-left: 22px
}

.center-404 .left {
	background: url("../img/icon-line-404.png") right bottom no-repeat;
	padding-right: 24px
}
.breadcrumb-new {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}

.breadcrumb-new a {
	text-decoration: none;
	background-color: transparent;
	color: #333;
}
.breadcrumb-new.grayBg{
	border-bottom: 1px solid #ddd;
	color: #888 !important;
}
.banner-note {
	background-color: rgba(255, 255, 255, .6);
	padding: 15px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 15px
}
.inline-block.img{
	display: inline-block;
	vertical-align: middle;
}
.alert-review-main .cont-info{
	position: fixed;
	top:10%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	z-index: 9999;
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
}
.alert-review-main{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9990;
	content: "";
	width: 100%;
	height: 100%;
}
.alert-review-main .cont-info .clost{
	position: absolute;
	right: 20px;
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 999px;
	padding: 3px;
	text-align: center;
	cursor: pointer;
}
.alert-review-main .cont-info .clost img{
	width: 16px;
	height: auto;
}
.alert-review-main .cont-info .title{
	font-size: 20px;
	font-weight: 600;
}
.review-list-scroll{
	overflow: visible;
	overflow-y: auto;
	height: 50vh;
	border-top: 1px solid #efefef;
	margin-top: 15px;
}
.reviews-content .comment-item {
	position: relative;
	border-bottom: 1px solid #efefef;
	padding: 0.9375rem 0;
}

.reviews-content .comment-title {
	font-size: 16px!important;
	font-weight: 500;
	color: #333;
	margin-bottom: 0
}

.reviews-content .comment-message {
	padding: 10px 0;
	width: 95%;
	font-size: 14px;
}

.reviews-content .comment-star {
	display: flex;
	align-items: center;
}

.reviews-content .comment-data {
	color: #666;
	font-size: 14px
}

.reviews-content .comment-star .rating {
	width: auto;
	margin-top: -6px
}
.reviews-content .like {
	position: absolute;
	right: 5px;
	top: 14px;
	width: 36px;
	height: 66px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-position: center 28px;
	background-repeat: no-repeat;
	cursor: pointer
}

.reviews-content .like::after {
	content: '';
	display: block;
	width: 100%;
	height: 36px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MiA0MiIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQ0NDQ0NDfS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjEiIGN5PSIyMSIgcj0iMjEiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzAuMiAyNGMxLjEuMSAxLjMtMSAxLjItMi0uMS0xLjItLjctMS44LTEuNy0xLjUuNi0uNSAxLjQtMS4yLjYtMi43LS43LTEuMy0zLjItLjctNC0uNmgtMi40cy0uMS0uNi4yLTEuNGMuMy0uOC43LTEuOC44LTMuMy4zLTMtMS41LTMuOC0yLjMtMy45LS43LS4yLTEuMi43LTEuMiAxdjEuOXMtMS41IDMuOS0yLjYgNC45Yy0xLjUgMS40LTEuNSAyLjYtMi4yIDRsLS42LjktNS42LjZjLjEgMi4yLjYgNC40IDEuNiA2LjQuOSAyIDMuNSA0LjIgMy42IDQuMi4xIDAgLjQtLjEgMS41LS40LjktLjIgMS0uMiAxLjgtLjMgMCAwIDAtLjEtLjEtLjFIMjBjMS45LjEgNy41IDEgOS41LTEgMS43LTEuNyAxLTIuOCAwLTMgLjQgMCAxLjYtLjEgMS44LTEuNS4yLTEuNC0uMy0yLjItMS4xLTIuMnoiLz48L3N2Zz4=") no-repeat;
	background-size: 36px
}

.reviews-content .like.disabled {
	pointer-events: none
}
.bottom-write{
	padding: 10px 0;
}
.bottom-write .write-info{
	border: 1px solid #b2c9f9;
	border-radius: 6px;
	padding:8px 12px;
	background-color: #e8f1ff;
	font-size: 12px;
}
.bottom-write .write-info.pink-write{
	background-color: #ffeded;
	border-color: #f9acb2;
}
.bottom-write .write-info .img-w img{
	width: 22px;
	height: auto;
}
.bottom-write .write-info .t{
	font-size: 14px;
	width: 95%;
}
.bottom-write .write-info .write-btn{
	background-color: #215be1;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.bottom-write .write-info .write-btn:hover{
	background-color: #0640c5;
}
.bottom-write .write-info.pink-write .write-btn{
	background-color:#e95560;
}
.bottom-write .write-info.pink-write .write-btn:hover{
	background-color: #e21b26;
}
.border-top-line{
	border-top: 1px solid #dce0eb;
}
.pt-20{
	padding-top: 20px;
}
.custom-form{
	background-color: #fff;
	width: 100%;
	padding:15px 0;
	margin-top: 10px;
}
.custom-form h2{
	font-size: 18px;
	font-weight: 600;
}
.custom-form .form-control{
	border: 1px solid #d9d9dc;
	border-radius: 6px;
	margin-top: 4px;
	width: 100%;
}
.custom-form .form-horizontal .row .tips-b {
	color: #e83b45;
	font-size: 12px;
	display: inline-block;
	padding-right: 5px
}

.custom-form .form-horizontal .row {
	margin-bottom: 15px
}
.custom-form .rating-sml {
	margin-top: 10px
}

#msg,
.custom-form .error {
	color: red
}
.custom-form .comment-form .control-label {
	font-weight: normal
}
.custom-form .comment-form .control-label .tips-b{
	color: #c87658;
	padding-right: 5px;
}
.custom-form .rating ul {
	float: left;
	width: 120px;
	list-style: none;
	padding:0;
	margin: 0
}

.custom-form .rating ul li {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	cursor: pointer
}

.custom-form .rating ul li.hover,
.custom-form .rating ul li.on {
	background: url("../img/icon-star-small.png") 0 0 no-repeat
}

.custom-form .rating ul li,
.custom-form .rating ul li.nohover {
	background: url("../img/icon-star-small-gary.png") 0 0 no-repeat
}

.custom-form .rating .tips {
	float: left;
	padding-top: 8px;
	font-size: 15px;
	background: #e9f1ec;
	border-radius: 999px;
	border: 1px solid #dce8e2;
	color: #81a191;
	padding: 0 10px;
}

.custom-form .reviews-head .review-show {
	border: solid 1px #e5e5e5;
	padding: 7px 15px;
	border-radius: 5px;
	float: left;
	margin-right: 10px
}

.custom-form .review-show .stars,
.custom-form .review-show .stars-gary,
.custom-form .review-show .stars-half {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-indent: -9999px
}
.hidden{
	display: none;
}
.sub-group .btn-reviews{
	padding: 6px 10px;
	font-size: 14px;
	border: none;
	font-weight: 600;
	width: initial;
	background-color: #68c1f9 !important;
	color: #fff;
}
.sub-group.pink-write .btn-reviews{
	background-color: #e95560 !important;
}
.sub-group.pink-write .btn-reviews:hover{
	background-color: #e21b26;
}
.write-info-bottom{
	border: 1px solid #d2e6f7;
	background-color: #ebf2fa;
	border-radius: 14px;
	padding:30px 20px;
}
.write-info-bottom .img-w img{
	width: 52px;
	height:auto;
}
.write-info-bottom .mess .tit{
	font-size: 18px;
	font-weight: 600;
}
.write-info-bottom .write-btn{
	border:1px solid #1c58e0;
	color: #1c58e0;
	border-radius: 4px;
	padding: 6px 50px 6px 12px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.write-info-bottom .write-btn .arrow-down{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg);
}
.write-btn.active .arrow-down {
	transform: rotate(180deg);
	top: 12px;
}

.no-hide-p p{
	display: none;
}
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
		margin: 0 auto
	}
}

@media (min-width: 768px) {
	.container-md {
		max-width: 720px;
		margin: 0 auto
	}
}

@media (min-width: 992px) {
	.container-lg {
		max-width: 960px;
		margin: 0 auto
	}
}

@media (min-width: 1280px) {
	.container-xl {
		max-width: 1230px;
		margin: 0 auto
	}
}

@media (min-width: 1600px) {
	.container-xxl {
		max-width: 1470px;
		margin: 0 auto
	}
}
@media (max-width: 1399px) {
	.container-product,
	.container,
	.container-warpper {
		width: 94%
	}
	.container-product h1,
	.container h1,
	.container-warpper h1 {
		font-size: 44px
	}
	.container-product h2,
	.container h2,
	.container-warpper h2,
	.container-mid h2{
		font-size: 38px
	}
}
@media (max-width: 1200px){
	
	.header .headerNav ul li .item{
		margin-left: -530px;
	}
	
}
@media (max-width: 1180px){
	
	.header .headerNav ul li .item,
	.header .headerNav ul li .item.item-other{
		margin-left: 0;
		width: 98%;
		left: 1%;
		top: 80px;
	}
	
	.header .headerNav ul li .item .list-link{
		width: 100%;
	}
	.header .headerNav ul li .item dl{
		padding: 10px;
	}
}
@media (max-width: 1000px){
	.header .headerNav ul li .item{
		top:80px;
	}
	.header .headerNav ul li .item dl{
		padding: 10px;
	}
}
@media (max-width: 960px){
	.container-product h1,
	.container h1,
	.container-warpper h1 {
		font-size: 40px
	}
	.container-product h2,
	.container h2,
	.container-warpper h2,
	.container-mid h2{
		font-size: 34px
	}
	.header .logo{
		width: 80%;
		position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #fff !important;
        height: 57px;
        padding-left: 10px;
	}
	.header .nav ul li{
		width: 100%;
		line-height: 42px;
		padding: 0;
		margin-left:5px;
		height: auto;
	}
	.header .nav ul{
		width: 100%;
	}
	.ace-mobile{
		display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        background-color: #fff !important;
        width: 20%;
        text-align: right;
        padding-right: 10px;
        height: 57px;
        padding-top: 7px;
	}
	.ace-mobile img{
		display: inline-block;
	}
	.header .nav{
		display: none;
	}
	.header .nav{
		width: 100%;
		padding-left: 0;
		display: none;
	}
	.header .nav.animate-menu{
		width: 100%;
	    display: block;
	    z-index: 900;
	    position: absolute;
	    top: 53px;
	    left: 0;
	    background-color: #fff !important;
	    padding-left: 10px;
	}
	.container-other,
	.container-min{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .login{
		padding: 15px;
	}
	
	.header .logo span{
		width: 40px;
		text-align: center;
	}
	.header .logo span.iconfont{
		display: block;
		float: right;
		font-size: 24px;
	}
	.average-5wd{width: 100%;}
	.average-6wd{width: 31%;}
	.average-7wd{width: 31%;}
	.font-18 {
	    font-size: 16px!important;
	}
	.table-mobile {
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	}
	
	.header .headerNav ul li .item{
        margin-left: 0;
        position: initial;
        width: 100%;
        padding: 20px 0;
    }
	
	.header .logo .small-txt{
		width: 100%;
		display: block;
		text-align: left;
	}
	.header .headerNav ul li:last-child {
		margin-left: 0;
	}
	
}

@media (max-width:768px){
	.right-bar .show-pc {
		display: none
	}
	.container-product h1,
	.container h1,
	.container-warpper h1 {
		font-size: 30px
	}
	.container-product h2,
	.container h2,
	.container-warpper h2,
	.container-mid h2{
		font-size: 26px
	}
	.container-product h3,
	.container h3,
	.container-warpper h3 {
		font-size: 22px
	}
	.container-product h4,
	.container h4,
	.container-warpper h4 {
		font-size: 18px
	}
	.header{
		background-color: #172333 !important;
	}
	.header.header-fiexd{
		position: absolute;
		top:0;
	}
	.header .nav ul li .item dl{
		width: 100%;
		border-right: none;
		flex: auto;
	}
	.header .nav ul li{
		margin-left: 0;
	}
	.fl,.fr{float: none}
	.ptb-50 {
		padding-bottom: 25px;
		padding-top: 25px
	}
	.ptb-60 {
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.mt-40 {
	    margin-top: 20px !important;
	}
	.mt-50 {
		margin-top: 25px !important
	}
	.ptb-40 {
	    padding-bottom: 20px;
	    padding-top: 20px;
	}
	.ptb-all60 {
		padding: 30px 15px
	}
	.average-2wd,
	.average-3wd,
	.average-4wd,
	.average-45wd,
	.average-55wd,
	.average-52wd,
	.average-40wd,
	.average-5wd,
	.average-6wd,
	.average-7wd,
	.average-60wd,
	.average-68wd,
	.average-70wd,
	.average-85wd{
    	width: 100%;
	}
	.errow-center .img img{
		width: 90%;
	}
	.header .headerNav ul li .item{
		border-radius: 0;
	}
	.header .headerNav ul li .item .product a{
		padding: 8px 0 8px 50px
	}
	
	.header .headerNav ul li .item .list-link{
		width: 100%;
		padding: 5px;
	}
	.header .headerNav ul li .item .product,
	.header .headerNav ul li .item .list-link{
		width: 100%;
	}
	.header .headerNav ul li .item{
		padding: 10px;
	}
	.header .headerNav ul li .item .product .tit .img{
		width: 40px;
		height: 40px;
		line-height: 1.8;
	}
	
	.header .headerNav ul li .ic-jt{
		right: 25px;
	}
	.header .headerNav ul li .item dl dd,
	.header .headerNav ul li .item dl dd a{
		margin-top: 0;
		padding: 3px 0;
	}
	.header .headerNav ul li .item dl dt{
		padding-left: 0;
		padding-bottom: 10px;
	}
	
	.header .headerNav ul li .item.last-item{
		width: auto;
		right: initial;
	}
	.custom-footer .footer-wrapper {
		padding: 0
	}
	.custom-footer .footer-left {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding-bottom: 10px
	}
	.custom-footer .footer-middle-wrap {
		display: block
	}
	.custom-footer .footer-middle {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0
	}
	.custom-footer .footer-right {
		width: 100%;
		float: none;
		text-align: left;
		padding: 10px
	}
	.custom-footer .footer-nav {
		width: 100%;
		float: none;
		padding: 20px 10px 10px;
		border-bottom: solid 1px #464041;
		position: relative;
		transition: background 0.3s
	}
	.custom-footer .footer-nav:hover {
		background-color: #424141;
		opacity: 0.8
	}
	.custom-footer .footer-social li {
		display: inline-block;
		margin-left: 10px
	}
	.custom-footer .footer-social li:first-child {
		margin-left: 0
	}
	.custom-footer .footer-social li a {
		width: 40px;
		height: 40px;
		display: inline-block
	}
	.header .headerNav ul li .item dl.dl-equal{
		flex: initial;
	}
}
.ad-holiday {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100px;
  z-index: 200
}

.ad-holiday .bg {
  background-size: cover;
  background-position: center;
  text-align: center;
  display: block;
  height: 100px;
  position: relative
}

.ad-holiday .bg.halloween {
  background: #301209 url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/halloween/ad-holiday-bg.jpg") no-repeat
}

.ad-holiday .bg.christmas {
  background-color: #bc152f;
  background-image: url("../img/christmas/bottom-banne-christmas-bg2024.jpg");
  background-repeat: no-repeat
}

.ad-holiday .bg.years {
  background-color: #b00925;
  background-image: url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/christmas/new-year-ad-banner.jpg");
  background-repeat: no-repeat
}
.ad-holiday .bg.aiPhoto {
  background-color: #136987;
  background: url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/article/bottom-pic-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.ad-holiday .bg img {
  text-align: center;
  max-width: 100%;
  width: 55%;
  height: auto;
  display: inline-block!important;
  padding-top: 10px
}

.ad-holiday .close-ad {
  position: absolute;
  right: 70px;
  top: 6px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius:25px;
  padding: 8px;
}
.ad-holiday .close-ad img{
	width: auto;
	height: auto;
}
.banner-how-to {
	display: inline-block;
	vertical-align: bottom
}

.banner-how-to a {
	display: inline-block;
	margin: 0 12px;
	text-decoration: underline;
	color: #4d4d4d;
	font-size: 1rem
}

.banner-color-bg .banner-how-to a {
	color: #fff
}

.rating-warp{
	display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.rating-warp>div{
	padding: 0 15px;
}
.anchor-product-box{
	background: linear-gradient(to bottom, #c6c6ed 20%, rgba(2, 1, 1, 0) 100%);
    border-radius: 12px;
    margin: 0 auto;
    padding-top: 20px;
    width: 84%;
    margin-bottom: 40px;
}
.anchor-product-box.blue-box{
	background: linear-gradient(to bottom, #a0cdf2 20%, rgba(2, 1, 1, 0) 100%);
}
.anchor-product-box .item{
	padding: 10px 12px;
	width: 18%;
}
.anchor-product-box .item a{
	display: block;
}
.anchor-product-box .item img{
	width: auto;
	height: auto;
}
.anchor-product-box .item .text{
	margin-top: 6px;
}
.anchor-product-box .title-tools{
	font-size: 21px;
	padding: 10px 0 16px 0;
}
.anchor-product-box .item p{
	display: none;
}
.mobile-show{
	display: none;
}
.rating-warp.rating-left{
	justify-content: flex-start;
}
.back-previous{
	background: none;
	border: none;
	color:#469fe4;
	font-size: 14px;
}
.back-previous.pinlk-prev{
	color: #e95560;
}
.back-previous img{
	width: 18px;
	height: auto;
	vertical-align: bottom;
}
.trustpilot-star .icon-img img{
	width: 24px;
	height: auto;
}
.read-trustpilot{
	color: #469fe4;
	text-decoration: underline;
	cursor: pointer;
}
.read-trustpilot .icon-img img{
	width: 22px;
	height: auto;
}
.border-left-review{
	border-left: 1px solid #C1C1C1;
	margin-left: 15px;
}
.turstpiolt-absolute .star-img img.img-width{
	width: 94px;
	height: auto;
}
.img-width-34{
	width: 34px !important;
	height: auto;
}
.font-bold{
	font-weight: bold;
}
.font-green{
	color: #00b67a;
}
@media (max-width: 1199px) {
	.anchor-product-box{
		width: 98%;
	}
}
@media (max-width: 996px) {
	.anchor-product-box{
		width: 100%;
	}
	.anchor-product-box .item{
		width: 20%;
	}
	.alert-review-main .cont-info{
		width: 700px;
		margin-left: -350px;
	}	
}
@media (max-width: 765px) {
	.anchor-product-box .item{
		width: 46%;
	}
	.anchor-product-box .title-tools{
		font-size: 16px;
	}
	.anchor-product-box .item img{
		width: 50px;
		height: 50px;
	}
	.anchor-product-box .flex-center{
		align-items: baseline;
        justify-content: normal;
	}
	.ad-holiday {
		display: none
	}
	.flex-nowrap{
		flex-wrap: wrap;
	}
	.header .headerNav ul li .item.graphic-info dl.short,
	.header .headerNav ul li .item.graphic-info dl.long{
		width: 100%;
	}
	.header .headerNav ul li .item .product.big-p .img{
		width: 35px;
		height: 35px;
	}
	.mobile-hide{
		display: none;
	}
	.mobile-show{
		display: block;
	}
	.alert-review-main .cont-info{
		width: 90%;
		margin-left: inherit;
		left: 5%;
		top:10px;
	}
	.custom-form .form-control{
		padding: 5px 10px;
	}
	.bottom-write .write-info .write-btn{
		margin-top: 10px;
	}
}
