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

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td button,
textarea,
th,
ul {
	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
}

ol,
ul {
	list-style: none
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

.link,
a {
	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%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	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 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-ftwo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.ellipsis-fthr {
	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-bs,
.flex-jc {
	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
}

.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-55wd {
	width: 55%
}

.average-52wd {
	width: 52%
}

.average-40wd {
	width: 40%
}

.average-5wd {
	width: 19%
}

.average-6wd {
	width: 16%
}

.average-60wd {
	width: 60%
}

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

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
}

.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: #006dff
}

.white-f {
	color: #fff
}

.auto-img img {
	width: auto;
	height: auto
}

.bg-linear-blue {
	background-image: linear-gradient(to bottom, #def4ff, #cde8f6)
}

.blue-bg {
	background-color: #eef8fe
}

.img img {
	width: auto;
	height: auto
}

.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: 0.71875rem 1.4375rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 10px
}

.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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn: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 .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.big {
	font-size: 22px;
	padding: 10px 30px
}

.bor-raduis-10 {
	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 {
	background-color: #006dff;
	color: #fff
}

.blue-btn:hover {
	background-color: #0a67e4;
	color: #fff
}

.btn-box-ra .btn {
	border-radius: 10px
}

.border-blue-btn {
	background-color: #fff;
	color: #006dff;
	border: 1px solid #006dff
}

.border-blue-btn:hover {
	background-color: #006dff;
	color: #fff
}

.black-btn {
	background-color: #2c2c2c;
	color: #fff
}

.black-btn:hover {
	background-color: #000;
	color: #fff
}

.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 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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: 19px 22px;
	resize: none;
	font-size: 12px;
	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,
.container-warpper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.header {
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 999
}

.header.fixed-head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.header .logo {
	font-size: 24px;
	padding-bottom: 3px
}

.header .logo a {
	color: #000
}

.header .logo img {
	width: 42px;
	height: auto;
	margin-right: 5px;
	display: inline-block
}

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

.header .nav {
	float: right;
}
.header .nav ul li .togNav{
	position: relative;
}
.header .nav ul li .togNav::after{
	position: absolute;
	content: "";
    right: -27px;
    line-height: 1;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(../img/icon/nav-jt-blue.png) no-repeat;
    background-size: contain;
}
.header .nav ul li .togNav,
.header .nav ul li a {
	font-size: 18px;
	font-weight: 600;
	display: block;
	cursor: pointer
}

.header .nav ul li:hover {
	background-color: #f5f5f7;
	border-radius: 10px;
	color: #006dff
}

.header .headerNav ul li {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 40px;
	height: 52px;
	position: relative;
	transition: all 0.2s ease-in-out
}

.header .headerNav ul li .item {
	position: absolute;
	z-index: 999;
	top: 52px;
	left: 0;
	background-color: #fff;
	color: #333;
	padding: 15px 25px;
	border-radius: 20px;
	width: 300px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.header .headerNav ul li .item.item-width-a {
	width: 500px;
	left: -150px
}

.header .headerNav ul li.active .item {
	display: block
}

.header .headerNav ul li .item .img {
	margin-right: 5px
}

.header .headerNav ul li .item .img img {
	width: 35px;
	height: auto
}

.header .headerNav ul li .item>a {
	margin: 10px 0;
	display: block;
	font-size: 17px;
	color: #666
}

.header .headerNav ul li .item .list {
	padding: 6px 0 6px 20px;
	position: relative;
	font-size: 17px;
	color: #666;
	font-weight: 400
}

.header .headerNav ul li .item .list a {
	font-size: 17px;
	font-weight: 400
}

.header .headerNav ul li .item .list::before {
	position: absolute;
	left: 0;
	top: 16px;
	width: 5px;
	height: 5px;
	border-radius: 4px;
	background-color: #333;
	content: ""
}

.header .save-off img {
	width: 70px
}

.ace-mobile {
	display: none;
	float: right
}

.footer {
	background-color: #000
}

.footer .logo {
	padding-top: 25px
}

.footer .logo img {
	width: 90px;
	height: 90px
}

.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: 16px
}

.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: 16px;
	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: #32d296;
	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 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	transition: width 0.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: #32d296;
	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: #006dff;
	color: #006dff
}

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

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #006dff
}

.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: #14a7d2;
	text-decoration: underline
}

.errow-center .img img {
	width: 340px
}

.faq-list {
	background-color: #fff
}

.faq-list .item {
	border: 1px solid #b3e1ef;
	background-color: #f3fcff;
	border-radius: 8px;
	margin-top: 10px
}

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

.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: 12px
}

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

@media (max-width: 1399px) {
	.container,
	.container-product {
		width: 94%
	}
	.header .nav {
		width: auto
	}
}

@media (max-width: 1180px) {
	.container-warpper {
		width: 94%;
		box-sizing: border-box
	}
	.header .headerNav ul li {
		padding: 10px 30px
	}
}

@media (max-width: 960px) {
	.header .logo {
		width: 70%
	}
	.header .logo{
		font-size: 20px;
	}
	.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
	}
	.header .headerNav ul li .item {
		position: initial;
		width: 100%
	}
	.container-min,
	.container-other {
		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%
	}
}

@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-40wd,
	.average-45wd,
	.average-4wd,
	.average-52wd,
	.average-55wd,
	.average-5wd,
	.average-60wd,
	.average-68wd,
	.average-6wd,
	.average-70wd {
		width: 100%
	}
	.errow-center .img img {
		width: 90%
	}
}