@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:'Open Sans', 'Kumbh Sans', -apple-system, Open Sans, "Segoe UI", roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 18px;
    -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: #0171e0;
}


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%;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

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

.clear: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;
}
.border-all{border: 1px solid #d7dcde;}
.m-auto{
	margin-left: auto;
	margin-right: auto;
}
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
}

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

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

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

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

.average-2wd {
    width: 48%;
}
.average-3wd{
    width: 32%;
}
.average-4wd {
    width: 23%;
}
.average-45wd {
    width: 45%;
}
.average-50wd {
    width: 50%;
}
.average-55wd {
    width: 55%;
}
.average-58wd {
    width: 58%;
}
.average-52wd {
	width: 52%
}
.average-40wd {
    width: 40%;
}
.average-5wd {
	width: 19%
}
.average-6wd {
	width: 16%
}
.average-60wd {
    width: 60%;
}
.average-65wd  {
    width: 65%;
}
.average-68wd  {
    width: 68%;
}
.average-70wd {
    width: 70%;
}
.tx-line{text-decoration: underline;}
.tx-line:hover{text-decoration: none;}
.nowrap {white-space: nowrap;}
.bk {
	word-wrap: break-word;
}
.width-80{width: 80%;margin-left: auto;margin-right: auto;}
.width-100{width: 100%;}
a.orange,span.orange {
    background-image: linear-gradient(to right,#ffb734,#fd978c)
}
a.green,span.green {
    background-image: linear-gradient(to right,#77d388,#bcc548)
}

.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-16 {font-size: 16px}
.f-14 {font-size: 14px}
.border-rad10{border-radius: 10px;}
.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: #0171e0
}
.orange-f {
	color: #f05b27
}
.white-f{color: #fff;}
.auto-img img{width: auto;height: auto;}
.bg-linear-blue {background-image: linear-gradient(to right, #ddf0ff, #9bcdf1)}
.gray-bg{background-color: #f1f9fd;}
.blue-bg{background-color: #cce4f6;}
.bg-color1{background-color:#eee3f9;}
.bg-color2{background-color:#ffe5d0;}
.bg-color3{background-image: linear-gradient(to bottom, #f1f8ff, #e6f2ff);}
.img img{
	width: auto;
	height: auto;
}
.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 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 50px;
}

.btn.btn-sm{
	padding: 6px 10px;
	font-size: 14px;
}
.btn.btn-md{
	padding: 10px 15px;
	font-size: 18px;
}
.btn.btn-big{
	padding: 14px 20px;
	font-size: 20px;
}
.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 .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;
}

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

.btn .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;
}
.btn .download-icon {
	background-image: url("../img/icon/download-white.svg");
	width: 25px;
	height: 28px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px;
	vertical-align: middle;
}
.btn .windows-icon.black {
	background-image: url("../img/icon/windows-black.svg")
}

.btn .ios-icon.black {
	background-image: url("../img/icon/ios-black.svg")
}
.btn .android-icon.black {
	background-image: url("../img/icon/android-black.svg")
}
.btn .download-icon.black{
	background-image: url("../img/icon/download-black.svg")
}
.btn.big{font-size: 22px;padding: 10px 30px;}
.bor-raduis-10 {
    border-radius: 10px;
}
.btn-white {
    color: #000!important;
    background-color: #fff!important;
    border-color: #fff!important;
    box-shadow: none
}

.btn-white.focus,.btn-white:focus,.btn-white:hover {
    color: #000;
    background-color: #ececec;
    border-color: #e6e6e6
}
.black-btn{
	background-color: #2c2c2c!important;
	color: #fff!important;
}
.black-btn:hover{
	background-color: #000!important;
	color: #fff!important;
}
.blue-btn {
	background-color: #0080ff!important;
	color: #fff!important;
}

.blue-btn:hover {
	background-color: #0171e0!important;
	color: #fff!important;
}
.dr-blue-btn {
	background-color: #0080ff!important;
	color: #fff!important;
}

.dr-blue-btn:hover {
	background-color: #0171e0!important;
	color: #fff!important;
}
.btn-box-ra .btn{
	border-radius: 10px;
}
.border-blue-btn {
	background-color: #fff;
	color: #0171e0;
	border: 1px solid #0171e0;
}

.border-blue-btn:hover {
	background-color: #0171e0;
	color: #fff
}
.btn.btn-waring{
	background-color: #f05b27;
	color: #fff;
}
.btn.btn-waring:hover{
	background-color: #cd3737;
}
.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 {
	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){
	background-color: #f5f5f5;
}
.table-center tr td,
.table-center tr th{
	text-align: center;
}
.container-product {
	width: 1400px;
	margin: 0 auto
}
.container-warpper,
.container {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.header{
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 999;
	padding: 5px 0;
}
.header .logo{
	font-size:24px;
	padding-bottom: 3px;
}
.header .logo a{
	color: #000;
}
.header .logo img{
	width: 38px;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}

.header .logo span.iconfont{
	display: none;
}

.header .nav ul li{
	font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    height: 50px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.header .nav ul li a,
.header .nav ul li .togNav {
    font-size: 18px;
    font-weight: 600;
    display: block;
    cursor: pointer;
}

.header .nav ul li:hover{
	color: #0080ff;
}
.header .nav ul li .togNav .ic-jt {
    position: absolute;
    right: 5px;
    line-height: 1;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(../img/icon/nav-jt-blue.png) no-repeat;
    background-size: contain;
}
.header .nav ul li .item {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 0;
    background-color: #fff;
    color: #333;
    padding: 20px 25px;
    border-radius:0 0 20px 20px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-top: 2px solid #0080ff;
}
.header .nav ul li .item.full-item{
	margin-left: -880px;
	width: 1400px;
}
.header .nav ul li .item.full-item dl {
    width: 22.5%;
    border-right: 1px solid #ddd;
}
.header .nav ul li .item.support-item {
    width: 230px;
    right: 0;
    left: initial;
}
.header .nav ul li .item dl dd a{
	font-size: 15px;
	display: block;
	font-weight: 500;
}
.header .nav ul li .item dl dd {
    font-size: 15px;
    padding: 5px 0;
    position: relative;
    line-height: 1.7;
}

.header .nav ul li .item dl:last-child {
    border: none;
}
.header .nav ul li .item dl dt {
    font-weight: 400;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #777;
}
.header .nav ul li .item dl dd span {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.header .nav ul li .item dl.have-icon dd{
	position: relative;
	padding-left: 35px;
}
.header .nav ul li .item dl.have-icon dd .product-img-icon-s {
    position: absolute;
    left: -12px;
    top: 8px;
}
.header .nav ul li .item dl.have-icon dd .product-img-icon-s img {
    width: 30px;
    height: auto;
}
.ace-mobile {
    display: none;
    float: right;
}

.footer{
	background-color: #000;
}
.footer .logo{
	padding-top: 25px;
}
.footer .logo img{
	width: 90px;
	height: auto;
}
.footer .logo .name{
	font-size: 20px;
	font-weight: 500;
}
.footer .logo .name span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.footer dl dt{
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
}
.footer dl dd{
	margin-bottom: 15px;
	font-size: 14px;
}
.footer dl dd.follow img{
	width: 30px;
    height: auto;
    margin-right: 5px;
}
.footer-bottom{
	padding: 10px 0;
	text-align: center;
	background-color: #2b2e2d;
}
.footer-bottom .prv-info a{
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0 20px;
}
.footer-bottom .prv-info a::after{
	content: "|";
	position: absolute;
	right: 0;
	color: #000;
}
.footer-bottom .coopyright{
	font-size: 14px;
	margin-top: 10px;
}
.right-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 48px;
    z-index: 1000;
    cursor: pointer
}

.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: #0080ff;
    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-side-question {
    background-image: url("../img/icon/right-side-question.png.webp");
    background-position: 4px center;
    background-size: 45px
}

.right-bar .bar-backTop {
    background-image: url("../img/icon/back-to-top.png.webp");
    background-position: 0 center;
    background-size: 50px
}

.container-other{
	max-width: 1000px;
	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 {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
}
.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:#0080ff;
	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: 30px;
	text-align: center;
	color: #ccc
}

.navigation li:not(:last-child):not(:first-child) a:hover {
	border-color: #0171e0;
	color: #0171e0
}

.navigation li:not(:last-child):not(:first-child).active a {
	border-color: #0171e0;
	color: #0171e0
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #0171e0
}
.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: #0080ff;
	text-decoration: underline;
}
.errow-center .img img{
	width: 340px;
}
.faq-list {
	background-color: #fff
}
.faq-list .item {
	border: 1px solid #cedbe8;
	background-color: #f7fafe;
	border-radius: 8px;
	margin-top: 15px;
}

.faq-list .item .title {
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 15px;
	color: #000
}
.faq-list .item a{
	color: #1954fd;
}
.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;
	font-size: 1.0625rem;
}
.faq-list .item .info ul{
	padding: 5px 5px 10px 25px;
}
.faq-list .item .info ul li{
	text-align: initial;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.4;
    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
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.pagination li {
    margin: 5px 1px
}

.pagination li::before {
    display: none
}

.pagination li a,.pagination li.button {
    min-width: 25px;
    padding: 3px 5px !important;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block
}

.pagination li.button {
    color: #999
}

.pagination li a:hover,.pagination li.active a {
    background-color: #006dff;
    color: #fff
}
.banner-btn-box .app-btn .txt{
	font-size: 12px;
	font-weight: 400;
}
.banner-btn-box .btn{
	font-size: 20px;
    height: 55px;
    padding: 5px 25px;
    line-height: 40px;
}
.banner-btn-box >div{
	margin-left: 15px;
}
.banner-btn-box >div:first-child{
	margin-left: 0;
}
.banner-btn-box .app-btn .btn{
	line-height: 20px;	
}
.banner-btn-box .app-btn .txt span{
	width: 15px;
	height: 15px;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.pagination li {
    margin: 5px 1px
}

.pagination li::before {
    display: none
}

.pagination li a,.pagination li.button {
    min-width: 25px;
    padding: 3px 5px !important;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block
}

.pagination li.button {
    color: #999
}

.pagination li a:hover,.pagination li.active a {
    background-color: #006dff;
    color: #fff
}

@media (max-width: 1399px) {
	.container-product,
	.container {
		width: 94%
	}
	.header .nav ul li .item.full-item {
	    margin-left: -420px;
	    width: 1000px;
	}
}

@media (max-width: 1180px){
	.container-product,
	.container{
		width: 94%;
		box-sizing: border-box;
	}
   .header .nav ul li .item.full-item {
        margin-left: -300px;
        width: 960px;
    }
    
}
@media (max-width: 960px){
	.header .logo{
		width: 60%;
	}
	.header .nav ul li .item.full-item {
        margin-left: -333px;
        width: 750px;
    }
	.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%;}
	.font-18 {
	    font-size: 16px!important;
	}
	.table-mobile {
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	}
	.header .nav ul li .item{
		position: inherit;
		top:0;
	}
	.header .nav ul li .item.full-item dl{
		width: 100%;
		border-right: none;
	}
	.header .nav ul li .item.full-item,
	.header .nav ul li .item.support-item{
		width: 100%;
		margin-left: 0;
	}
	
}

@media (max-width:768px){
	.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-50wd,
	.average-55wd,
	.average-58wd,
	.average-52wd,
	.average-40wd,
	.average-5wd,
	.average-6wd,
	.average-60wd,
	.average-65wd,
	.average-68wd ,
	.average-70wd{
    	width: 100%;
	}
	.errow-center .img img{
		width: 90%;
	}
	.banner-btn-box .btn{
		font-size: 17px;
		height: 50px;
		width: 100%;
	}
	.banner-btn-box >div{
		margin-left: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.side-fix-nav{
		display: none!important;
	}
	.header .nav.animate-menu{
		 position: absolute;
	     left: 0;
	     top:45px;
	     padding: 0 20px;
	    background-color: #fff;
	}
	
}
.overflow-hidden {
    overflow: hidden;
}
.items-start {
    align-items: flex-start;
}
.self-start{
	 align-self: flex-start;
}
.self-center{
	 align-self: center;  
}
.flex-col {
    flex-direction: column;
}
.flex-1 {
    flex: 1 1 0%;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.px-5{
	padding-left: 5px;
	padding-right: 5px;
}
.px-10{
	padding-left: 10px;
	padding-right: 10px;
}
.px-20{
	padding-left: 20px;
	padding-right: 20px;
}
.px-30{
	padding-left: 30px;
	padding-right: 30px;
}
.px-40{
	padding-left: 40px;
	padding-right: 40px;
}
.py-5{
	padding-top: 5px;
	padding-bottom:5px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom:10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom:15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.font-bold {
    font-weight: 700;
}
.text-xs {
    font-size: 12px !important;
    line-height: 1rem;
}
.text-sm {
    font-size: 14px !important;
    line-height: 1rem;
}
.text-base {
    font-size: 16px !important;
}
.text-lg {
    font-size: 1.125rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
}
.text-2xl {
    font-size: 1.5rem !important;
	line-height: 1.2;
}
.text-3xl{
	font-size: 1.875rem !important;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-2xl {
   border-radius: 1rem;
}
.rounded-full {
    border-radius: 9999px;
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.shadow-lg {
   box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.shadow-2xl {
    box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.text-gray-400 {
    color: #4b5563;
}
.text-gray-500 {
    color: #6b7280;
}
.text-gray-600 {
    color: #4b5563;
}
.text-gray-700 {
    color: #6b7280;
}
.text-gray-800 {
    color: #6b7280;
}
.text-gray-900{
	color: #111827;
}
.text-primary{
	color: #1954fd;
}
.text-purple{
	color: #aa72f0;
}
.text-white{
	color: #fff;
}
.text-green{
	color: #64b78c;
}
.text-orange{
	color: #eb8635;
}
.text-bluish-purple{
	color: #7e72f0;
}
.text-pink{
	color: #ed67aa;
}
.text-orange{
	color: #eb8635;
}
.purple-bg{
	background-color: #aa72f0;
}
.primary-bg{
	background-color: #1954fd;
}
.orange-bg{
	background-color: #eb8635;
}
.white-bg{
	background-color: #fff;
}
.green-bg{
	background-color: #64b78c;
}
.border-primary{
	border: 1px solid #1954fd;
}
.border-light-blue{
	border: 1px solid #d5e0fa;
}
.border-gray{
	border: 1px solid #e6eaf2;
}
.inline-block {
    display: inline-block;
}
.align-middle{
	vertical-align: middle;
}
.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.gray{
	background-color: #f9fafe;
}
.grid {
    display: grid;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.primary-hover:hover{
	color: #fff;
	background-color: #164ce7;
	box-shadow: 0 6px 8px -2px rgb(0 0 0 / 0.2), 0 6px 8px -2px rgb(0 0 0 / 0.3);
}
.orange-hover:hover{
	color: #fff;
	background-color: #de7f33;
	box-shadow: 0 6px 8px -2px rgb(0 0 0 / 0.2), 0 6px 8px -2px rgb(0 0 0 / 0.3);
}
.linear-purle-bg{
	background: linear-gradient(to right, #2937c0, #8e77f6);
}
.bg-linear-img{
	background: radial-gradient(#f7fafc, #dae5f9);
	padding: 0.3125rem;
	border-radius: 6px;
	box-shadow: 0 0 2px rgb(0 0 0 / 0.1), 0 0 2px rgb(0 0 0 / 0.1);
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.max-w-7xl {
    max-width: 85rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.w-full{
	width: 100%;
}
.h-200{
	height: 200px;
}
@media (min-width: 1024px) {
	.lg\:grid-cols-3 {
	        grid-template-columns: repeat(3, minmax(0, 1fr));
	}
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
	.lg\:grid-cols-5 {
	    grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:grid-cols-6 {
	        grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:width-60 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	.md\:grid-cols-1 {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.md\:text-4xl{
		font-size: 2.2rem !important;
		line-height: 1;
	}
	.md\:text-5xl{
		font-size: 3.6rem !important;
		line-height: 1;
	}
	
}
@media (max-width:768px){
	.max-w-7xl {
	   padding-left: 0.9375rem;
	   padding-right: 0.9375rem;
	}
}