@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: 0.25s;
	transition: 0.25s;
	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 {
	font: inherit;
	margin: 0;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
    border: 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!important;
}

.t_r {
	text-align: right!important;
}

.t_l {
	text-align: left!important;
}

.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-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;
}
.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
}

.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-20 {
	margin-top: 20px !important
}
.mt-15{
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px !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
}

.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%;
}
.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
}
.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: 700;
    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-action {
	color: #fff!important;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none
}

.btn-action.focus,
.btn-action:focus,
.btn-action:hover {
	color: #fff!important;
	background-color: #005dd9;
	border-color: #0057cc
}

.btn-action.disabled,
.btn-action:disabled {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff
}

.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")
}

.ios-icon.black {
	background-image: url("../img/icon/ios-black.svg")
}
.android-icon.black {
	background-image: url("../img/icon/android-black.svg")
}
.btn.big{font-size: 22px;padding: 12px 30px;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
}
.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;
    font-weight: 500;
}
.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;
	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: 1300px;
	margin: 0 auto
}
.container-warpper,
.container {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.container-product h1,
.container h1 {
	font-size: 44px
}
.container-product h2,
.container h2 {
	font-size: 36px;
	font-weight: 500;
}
.container-product h3,
.container h3 {
	font-size: 28px
}
.header{
	width: 100%;
	color: #fff;
	z-index: 999;
	box-shadow: 0px 0px 16px rgba(39, 43, 51, 0.1);
}
.header.header-other{
	background-color: #172333;
}
.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 span.iconfont{
	display: none;
}

.header .nav ul li a,
.header .nav ul li .togNav {
    font-size: 16px;
    font-weight: 600;
    display: block;
    cursor: pointer;
   position: relative;
}

.header .nav ul li:hover{
	color: #a2ffff;
}
.header .headerNav ul li {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 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: 10px 0;
}
.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/arrow-white.svg") no-repeat;
    background-size: contain
}
.header .headerNav ul li .item{
	position: absolute;
    z-index: 999;
    top: 46px;
    background-color: #172333;
    color: #fbfbfb;
    padding: 20px 0 0 0;
    width: 100%;
    display: none;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(255,255,255,.2);
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    border-radius: 20px;
}
.header .headerNav ul li .item .list-link {
    width: 1200px;
    margin: 0 auto 25px auto;
    padding:5px 20px 10px 20px;
    background-color: transparent!important;
}
.header .headerNav ul li .item .product .tit{
	font-size: 17px;
	color: #a2ffff;
}
.header .headerNav ul li .item .product .tit .img{
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	padding:3px 4px;
	margin-right: 10px;
}
.header .headerNav ul li .item .product .tit .img img{
	width: 26px;
	height: auto;
	vertical-align: middle;
}
.header .headerNav ul li .item .product .info{
	color: #f3f3f3;
	font-weight: normal;
	padding-top:8px;
	font-size: 14px;
}
.header .headerNav ul li .item .product{
	width: 31%;
    margin: 10px 1%;
}
.header .headerNav ul li .item .product a{
	padding: 12px;
	border-radius: 6px;
}
.header .headerNav ul li .item .product a:hover{
	background-color: #233750;
	color: #fff;
}
.header .headerNav ul li .item .sup-text{
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 15px;
}
.header .headerNav ul li .item .sup-text .tit{
	font-size: 16px;
	margin: 15px 0 5px 15px;
}
.header .headerNav ul li .item .sup-text .more-pro a{
	display: inline-block;
	padding:5px 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px;
	margin-top: 4px;
}
.header .headerNav ul li .item .sup-text .more-pro a:hover{
	background-color: #233750;
	color: #fff;
}
.header .headerNav ul li .item .list-link .floor-list{
	width: 48%;
}
.header .headerNav ul li .item .list-link .floor-list .tit{
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 400;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 10px;
	color: #a2ffff;
}
.header .headerNav ul li .item .list-link .floor-list .effect-more a{
	display: inline-block;
	padding:5px 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px;
	margin-top: 4px;
	width: 48%;
}
.header .headerNav ul li .item .list-link .floor-list .effect-more a:hover{
	background-color: #233750;
	color: #fff;
}
.header .headerNav ul li .item .list-link .floor-list .view-more{
	padding: 10px 0 10px 15px;
	margin-top: 10px;
}
.header .headerNav ul li .item .list-link .floor-list .view-more a{
	display: inline-block;
	font-weight: normal;
	color: #a2ffff;
}
.header .headerNav ul li .item .list-link .floor-list .view-more a:hover{
	border-bottom: 1px dashed #a2ffff;
	color: #fff;
}
.header .headerNav ul li .item dl{
	width: 28%;
}
.header .headerNav ul li .item dl dt{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #a2ffff;
	padding-left: 10px;
}
.header .headerNav ul li .item dl dd{
	margin-top: 8px;
}
.header .headerNav ul li .item dl dd a{
	font-weight: normal;
	border-radius: 4px;
	padding:5px;
	font-size: 15px;
}
.header .headerNav ul li .item dl dd a:hover{
	background-color: #233750;
	color: #fff;
}
.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 .right-nav a{
	font-size: 16px;
	font-weight:500;
	margin: 0 10px;
}
.ace-mobile {
    display: none;
    float: right;
}

.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: 48px;
    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-color: #aaa;
	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)
}

.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: #23a0e1;
	text-decoration: none;
	color: #fff
}

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

.right-bar .bar-backTop {
    background-image: url("../img/back-to-top.png");
    background-position: 0 center;
    background-size: 46px
}
.right-bar .bar-side-question {
	background-image: url("../img/right-side-question.png.webp");
	background-position: 4px center;
	background-size: 45px
}
.right-bar .bar-support {
	background-image: url("../img/icon/learn-center-new.png");
	background-position: 8px center;
	background-size: 32px
}
.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{
	width: 100%;
    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
}

.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;
	margin-right: -15px;
	margin-left: -15px
}

.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;
	
}

.banner-note {
	background-color: rgba(255, 255, 255, .6);
	padding: 15px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 15px
}

@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 {
		width: 94%
	}
	.container-product h1 {
		font-size: 44px
	}
	.container-product h2 {
		font-size: 38px
	}
}
@media (max-width: 1200px){
	
	.header .headerNav ul li .item{
		margin-left: -530px;
	}
	.header .headerNav ul li .item.item-sce {
	    margin-left: -660px;
	}
	
}
@media (max-width: 1180px){
	.container-warpper{
		width: 94%;
		box-sizing: border-box;
	}
	.header .headerNav ul li .item{
		margin-left: -480px;
	}
	.header .headerNav ul li .item.item-sce {
	    margin-left: -630px;
	}
}
@media (max-width: 960px){
	.container-product h1 {
		font-size: 40px
	}
	.container-product h2 {
		font-size: 34px
	}
	.header .logo{
		width: 60%;
	}
	.header .nav ul li{
		width: 100%;
		line-height: 42px;
		padding: 0;
		margin-left:15px;
		height: auto;
	}
	.header .nav ul{
		width: 100%;
	}
	.ace-mobile{
		display: block;
	}
	.header .nav{
		display: none;
	}
	.header .nav{
		width: 100%;
		padding-left: 0;
		display: none;
	}
	.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,
	.header .headerNav ul li .item.item-sce {
        margin-left: 0;
        position: initial;
        width: 100%;
        padding: 20px 15px;
    }
	.header .headerNav ul li .item .left-info,
	.header .headerNav ul li .item .right-info{
		width: 100%;
	}
	
	
}

@media (max-width:768px){
	.right-bar .show-pc {
		display: none
	}
	.container-product h1 {font-size: 30px;}
	.container-product h2, .container h2{
		font-size: 26px;
	}
	.container-product h3, .container h3{
		font-size: 24px;
	}
	.header .nav ul li .item dl{
		width: 100%;
		border-right: none;
	}
	.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-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{
		padding-top: 10px;
	}
	.header .headerNav ul li .item .right-info{
		margin-top: 15px;
	}
	.header .headerNav ul li .item .left-info .tit{
		font-size: 16px;
	}
	.header .headerNav ul li .item .right-info .list-link{
		width: 100%;
	}
	.header .headerNav ul li .item .right-info .list-link a{
		margin-top: 6px;
	}
	.header .headerNav ul li .ic-jt{
		right: 25px;
	}
	
	.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
	}
}
.ad-holiday {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 90px;
	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 img {
	text-align: left;
	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
}
.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;
}
@media (max-width: 1199px) {
	.anchor-product-box{
		width: 98%;
	}
}
@media (max-width: 996px) {
	.anchor-product-box{
		width: 100%;
	}
	.anchor-product-box .item{
		width: 20%;
	}
	
}
@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;
	}
	
}