﻿.sm-nav-wrapper {
	font-size: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
	background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,0));
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.sm-nav-wrapper .sm-nav {
	border-bottom: 1px solid hsla(0,0%,100%,.2);
	color: #fff;
	height: 3.125em
}
.sm-nav-wrapper .sm-nav .sm-nav-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.sm-nav-wrapper .sm-nav .sm-nav-icon {
	cursor: pointer;
	display: none;
	padding: 0 15px;
	height: 3.125em;
	line-height: 3.125em
}
.sm-nav-wrapper .sm-nav .sm-nav-icon i {
	font-size: 1.25em
}
.sm-nav-wrapper .sm-nav .sm-nav-logo {
	height: 3.125em;
	line-height: 3.125em
}
.sm-nav-wrapper .sm-nav .sm-nav-logo a {
	color: #fff
}
.sm-nav-wrapper .sm-nav .sm-nav-logo a i {
	font-size: 1.25em
}
.sm-nav-wrapper .sm-nav .sm-nav-ul {
	display: -ms-flexbox;
	display: flex;
	margin-left: 50px;
	width: calc(100% - 100px);
	max-width: 43.75em;
	margin-bottom: 0;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sm-nav-wrapper .sm-nav .sm-nav-ul .sm-nav-li>a {
	color: hsla(0,0%,100%,.8);
	text-decoration: none;
	font-size: .875em;
	padding: 1.25em .3em;
	white-space: nowrap
}
.sm-nav-wrapper .sm-nav .sm-nav-ul .sm-nav-li>a:hover {
	color: #fff
}
.sm-nav-wrapper .sm-nav .sm-nav-ul .sm-nav-li#product-trigger .sm-nav-dropdown:hover, .sm-nav-wrapper .sm-nav .sm-nav-ul .sm-nav-li#product-trigger:hover .sm-nav-dropdown {
	height: 47em
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown {
	background: #fff;
	position: fixed;
	overflow: hidden;
	font-size: 16px;
	left: 0;
	right: 0;
	top: 3.125em;
	width: 100%;
	height: 0;
	z-index: 1000;
	-webkit-transition: height .3s ease;
	-o-transition: height .3s ease;
	transition: height .3s ease
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown.show {
	height: 47em
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .sm-nav-dropdown-body {
	border-bottom: 1px solid #e5e5e5
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .sm-nav-dropdown-footer {
	text-align: center
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .sm-nav-dropdown-inner {
	padding: 0 30px;
	margin: 0 auto
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .sm-nav-dropdown-link {
	display: inline-block;
	margin: 1.9em auto 0;
	font-size: 14px;
	color: #222;
	text-align: center;
	padding: 0 20px;
	min-width: 100px;
	height: 42px;
	line-height: 42px;
	border-radius: 50px;
	border: 1px solid rgba(34,34,34,.4)
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 41em
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item {
	-ms-flex: 1 1;
	flex: 1 1;
	width: 20%;
	height: auto;
	padding-bottom: 25px;
	border-left: 1px solid #e5e5e5
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item:last-child {
	border-right: 1px solid #e5e5e5
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .cat-item-title {
	color: rgba(0,0,0,.7);
	font-weight: 600;
	font-size: .875em;
	margin: 0;
	padding: 1.25em 1em 1.25em 1.8em
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .cat-item-title a {
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item {
	margin-bottom: .875em;
	height: 3.25em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item:last-child {
	margin-bottom: 0
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item:hover {
	background: #f5f5f5;
	border-color: #e5e5e5
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item a {
	position: relative;
	color: rgba(0,0,0,.7);
	display: -ms-flexbox;
	display: flex;
	font-size: .875em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item a .product-item-icon {
	text-align: center;
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
	margin: 0 .5em
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item a .product-item-tag {
	background: #ff7e00;
	border-radius: 1em;
	color: #fff;
	padding: 0 .3em;
	font-size: .675em;
	line-height: 1.6;
	margin-left: .5em;
	min-width: 35px;
	text-align: center
}

@media screen and (max-width:1024px) {
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item a .product-item-tag {
	display: none
}
}
.sm-nav-wrapper .sm-nav .sm-nav-dropdown .cat-list .cat-item .product-list .product-item a .faceicon {
	width: 1.5em;
	position: absolute;
	right: 6px;
	-webkit-filter: invert(80%);
	filter: invert(80%)
}

@media only screen and (max-width:768px) {
.sm-nav-wrapper .sm-nav .sm-nav-inner {
	padding: 0!important
}
.sm-nav-wrapper .sm-nav .sm-nav-inner .sm-nav-icon {
	display: inline-block
}
.sm-nav-wrapper .sm-nav .sm-nav-inner .sm-nav-ul {
	display: none
}
}
.sm-nav-wrapper .sm-subnav {
	color: #fff;
	height: 3.125em;
	line-height: 3.125em;
	padding: 0 30px;
	position: relative;
	margin: 0 auto
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner {
	border-bottom: 1px solid hsla(0,0%,100%,.2);
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow: hidden;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-title {
	font-size: 1.125em
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list {
	display: -ms-flexbox;
	display: flex
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item {
	font-size: .875em;
	margin-left: 2.5em
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item a {
	color: #fff;
	text-decoration: none
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item a:hover {
	color: #ff7e00!important
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item.active a {
	color: rgba(255,126,0,.8)
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item.btn-buy a {
	background: #ff7e00;
	border-radius: 4px;
	color: #fff!important;
	padding: 6px 14px
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .iconfont {
	cursor: pointer;
	display: none;
	font-size: .875em
}

@media only screen and (max-width:768px) {
.sm-nav-wrapper .sm-subnav {
	padding: 0 15px
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .iconfont {
	display: inline-block
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list {
	background: #fff;
	height: 0;
	padding: 0 15px;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 3.125em;
	-webkit-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item {
	border-top: 1px solid #e5e5e5;
	padding-left: 1em;
	margin-left: 0
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item a {
	display: block;
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item:first-child {
	border-top: none
}
.sm-nav-wrapper .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item.btn-buy {
	display: none
}
}
.sm-nav-wrapper.sm-nav-inverse, .sm-nav-wrapper.sm-nav-inverse-fixed {
	background: #fff
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-nav, .sm-nav-wrapper.sm-nav-inverse .sm-nav {
	border-bottom-color: rgba(0,0,0,.05);
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-nav .sm-nav-logo a, .sm-nav-wrapper.sm-nav-inverse .sm-nav .sm-nav-logo a {
	color: #ff7e00
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-nav .sm-nav-ul .sm-nav-li>a, .sm-nav-wrapper.sm-nav-inverse .sm-nav .sm-nav-ul .sm-nav-li>a {
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-nav .sm-nav-ul .sm-nav-li>a:hover, .sm-nav-wrapper.sm-nav-inverse .sm-nav .sm-nav-ul .sm-nav-li>a:hover {
	color: #000
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-nav .sm-nav-ul #product-trigger>a:hover, .sm-nav-wrapper.sm-nav-inverse .sm-nav .sm-nav-ul #product-trigger>a:hover {
	color: #ff7e00
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-subnav, .sm-nav-wrapper.sm-nav-inverse .sm-subnav {
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-subnav .sm-subnav-inner, .sm-nav-wrapper.sm-nav-inverse .sm-subnav .sm-subnav-inner {
	border-bottom-color: none
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item a, .sm-nav-wrapper.sm-nav-inverse .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item a {
	color: rgba(0,0,0,.7)
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item.active a, .sm-nav-wrapper.sm-nav-inverse .sm-subnav .sm-subnav-inner .sm-subnav-list .sm-subnav-item.active a {
	color: rgba(255,126,0,.8)
}
.sm-nav-wrapper.sm-nav-inverse-fixed .sm-subnav .sm-subnav-inner {
	border-bottom-color: rgba(0,0,0,.05)
}
.sm-nav-wrapper.sm-nav-collapsed {
	-webkit-transform: translateY(-3.125em);
	-ms-transform: translateY(-3.125em);
	transform: translateY(-3.125em)
}
.btn-buy-fixed {
	border-top: 1px solid #e5e5e5;
	display: none;
	background: hsla(0,0%,100%,.9);
	height: 3.125em;
	line-height: 3.125em;
	font-size: 16px;
	padding: 0 15px;
	text-align: right
}
.btn-buy-fixed a {
	background: #ff7e00;
	border-radius: 4px;
	color: #fff;
	padding: 6px 14px;
	text-decoration: none
}

@media only screen and (max-width:768px) {
.btn-buy-fixed {
	display: block
}
}
.sm-nav-sider-mask {
	background: rgba(0,0,0,.5);
	cursor: pointer;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1040
}
.sm-nav-sider-l, .sm-nav-sider-r {
	font-size: 16px;
	background: #fff;
	height: 100%;
	width: 70%;
	position: fixed;
	top: 0;
	z-index: 1050
}
.sm-nav-sider-l .sm-nav-sider-title, .sm-nav-sider-r .sm-nav-sider-title {
	border-bottom: 1px solid #e5e5e5;
	padding: 1em 1.5em
}
.sm-nav-sider-l .sm-nav-sider-title .iconfont, .sm-nav-sider-r .sm-nav-sider-title .iconfont {
	cursor: pointer
}
.sm-nav-sider-l .sm-nav-sider-list>li, .sm-nav-sider-r .sm-nav-sider-list>li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 2.5em
}
.sm-nav-sider-l .sm-nav-sider-list>li a, .sm-nav-sider-r .sm-nav-sider-list>li a {
	color: rgba(0,0,0,.7);
	display: inline-block;
	text-decoration: none;
	padding: 0 1.5em;
	width: 100%
}
.sm-nav-sider-l {
	left: -70%;
	-webkit-transition: left .3s ease;
	-o-transition: left .3s ease;
	transition: left .3s ease
}
.sm-nav-sider-r {
	right: -70%;
	-webkit-transition: right .3s ease;
	-o-transition: right .3s ease;
	transition: right .3s ease
}
.nav_icon-blink, .nav_icon-cash-drawer, .nav_icon-cloud-printer, .nav_icon-co-culator, .nav_icon-d1s, .nav_icon-d2, .nav_icon-d2mini, .nav_icon-d2s, .nav_icon-d2scombo, .nav_icon-d2slite, .nav_icon-esl, .nav_icon-f2, .nav_icon-fs, .nav_icon-ft1mini, .nav_icon-h1, .nav_icon-handheld-scanner, .nav_icon-k1, .nav_icon-k2, .nav_icon-k2mini, .nav_icon-keyboard, .nav_icon-l2, .nav_icon-l2k, .nav_icon-m2, .nav_icon-p1, .nav_icon-p2, .nav_icon-p2lite, .nav_icon-p2pro, .nav_icon-powerbank, .nav_icon-s2, .nav_icon-ss, .nav_icon-t2, .nav_icon-t2lite, .nav_icon-t2mini, .nav_icon-thermal-printer, .nav_icon-v1s, .nav_icon-v2, .nav_icon-v2pro, .nav_icon-w1, .nav_icon-x2 {
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: cover
}
.nav_icon-blink {
	background-image: url(../image/blink.png)
}
.nav_icon-cash-drawer {
	background-image: url(../image/cash-drawer.png)
}
.nav_icon-cloud-printer {
	background-image: url(../image/cloud-printer.png)
}
.nav_icon-co-culator {
	background-image: url(../image/co-culator.png)
}
.nav_icon-d1s {
	background-image: url(../image/d1s.png)
}
.nav_icon-d2 {
	background-image: url(../image/d2.png)
}
.nav_icon-d2mini {
	background-image: url(../image/d2mini.png)
}
.nav_icon-d2s {
	background-image: url(../image/d2s.png)
}
.nav_icon-d2scombo {
	background-image: url(../image/d2scombo.png)
}
.nav_icon-d2slite {
	background-image: url(../image/d2slite.png)
}
.nav_icon-esl {
	background-image: url(../image/esl.png)
}
.nav_icon-f2 {
	background-image: url(../image/f2.png)
}
.nav_icon-fs {
	background-image: url(../image/fs.png)
}
.nav_icon-ft1mini {
	background-image: url(../image/ft1mini.png)
}
.nav_icon-h1 {
	background-image: url(../image/h1.png)
}
.nav_icon-handheld-scanner {
	background-image: url(../image/handheld-scanner.png)
}
.nav_icon-k2mini {
	background-image: url(../image/k2mini.png)
}
.nav_icon-k2 {
	background-image: url(../image/k2.png)
}
.nav_icon-k1 {
	background-image: url(../image/k1.png)
}
.nav_icon-keyboard {
	background-image: url(../image/keyboard.png)
}
.nav_icon-l2 {
	background-image: url(../image/l2.png)
}
.nav_icon-l2k {
	background-image: url(../image/l2k.png)
}
.nav_icon-m2 {
	background-image: url(../image/m2.png)
}
.nav_icon-p1 {
	background-image: url(../image/p1.png)
}
.nav_icon-p2 {
	background-image: url(../image/p2.png)
}
.nav_icon-p2lite {
	background-image: url(../image/p2lite.png)
}
.nav_icon-p2pro {
	background-image: url(../image/p2pro.png)
}
.nav_icon-powerbank {
	background-image: url(../image/powerbank.png)
}
.nav_icon-s2 {
	background-image: url(../image/s2.png)
}
.nav_icon-ss {
	background-image: url(../image/ss.png)
}
.nav_icon-t2 {
	background-image: url(../image/t2.png)
}
.nav_icon-t2lite {
	background-image: url(../image/t2lite.png)
}
.nav_icon-t2mini {
	background-image: url(../image/t2mini.png)
}
.nav_icon-thermal-printer {
	background-image: url(../image/thermal-printer.png)
}
.nav_icon-v2 {
	background-image: url(../image/v2.png)
}
.nav_icon-v2pro {
	background-image: url(../image/v2pro.png)
}
.nav_icon-w1 {
	background-image: url(../image/w1.png)
}
.nav_icon-x2 {
	background-image: url(../image/x2.png)
}
.nav_icon-v1s {
	background-image: url(../image/v1s.png)
}
.commonDownBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}
.commonDownBox .comDown {
	font-size: 1.375rem;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.875rem;
	padding: .625rem 2.75rem;
	opacity: .6;
	border-radius: 6.25rem;
	white-space: nowrap
}
.commonDownBox .comLight {
	border: 1px solid #fff;
	color: #fff
}
.commonDownBox .comDark {
	border: 1px solid #191919;
	color: #191919
}

@media screen and (max-width:768px) {
.commonDownBox .comDown {
	display: none
}
.swiper-pagination-bullet .classes {
	width: 28px
}
}
.sm-footer {
	background: #f2f2f2
}

@media only screen and (max-width:768px) {
.sm-footer {
	background: #dadfe7
}
}
.sm-footer .footer-dirctory {
	width: 100%;
	padding-top: 40px
}
.sm-footer .footer-dirctory>section {
	padding-right: 20px;
	line-height: 15px
}
.sm-footer .footer-dirctory>section>p {
	color: #394050;
	font-size: 12px;
	font-weight: 600
}
.sm-footer .footer-dirctory>section>ul {
	margin-top: 14px
}
.sm-footer .footer-dirctory>section>ul li {
	margin-bottom: 14px
}
.sm-footer .footer-dirctory>section>ul li:last-child {
	margin-bottom: 24px
}
.sm-footer .footer-dirctory>section>ul li a {
	color: #394050;
	font-size: 12px;
	opacity: .8
}
.sm-footer .footer-dirctory>section>ul li a:hover {
	opacity: 1;
	text-decoration: underline
}
.sm-footer .footer-nav {
	margin-top: 19px;
	padding-bottom: 39px
}

@media only screen and (max-width:768px) {
.sm-footer .footer-nav {
	margin-top: 0
}
}
.sm-footer .footer-nav .footer-connect {
	padding-bottom: 10px;
	font-size: 12px
}
.sm-footer .footer-nav .footer-connect span {
	color: #5c616d
}
.sm-footer .footer-nav .footer-connect a {
	color: #ff7e00;
	cursor: pointer
}
.sm-footer .footer-nav .footer-connect .nav-icons li {
	margin-left: 19px;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.sm-footer .footer-nav .footer-connect .nav-icons li .weixinCode {
	width: 100px;
	height: 100px;
	display: none;
	position: absolute;
	bottom: 0;
	left: -39px
}
.sm-footer .footer-nav .footer-connect .nav-icons li:hover .weixinCode {
	display: block
}
.sm-footer .footer-nav .footer-connect .nav-icons li>svg {
	width: 20px;
	height: 20px;
	fill: #82868f
}
.sm-footer .footer-nav .footer-connect .nav-icons li>a {
	color: #82868f
}
.sm-footer .footer-nav .footer-nav-section {
	padding-top: 10px;
	border-top: 1px solid rgba(130,135,146,.15);
	font-size: 12px;
	line-height: 20px
}
.sm-footer .footer-nav .footer-nav-section a, .sm-footer .footer-nav .footer-nav-section span {
	color: #5c616d;
	word-break: break-word;
	display: inline-block
}
.sm-footer .footer-nav .footer-nav-section a img, .sm-footer .footer-nav .footer-nav-section span img {
	vertical-align: top
}
.sm-footer .footer-nav .footer-nav-section .anti-spoofing {
	cursor: pointer
}
.sm-footer .footer-nav .footer-nav-section .anti-spoofing:not(:lang(zh)) {
display:none
}
.sm-footer .footer-nav .footer-nav-section .nav-item:not(:first-child) {
	padding-left: 5px;
	border-left: 1px solid rgba(130,135,146,.5)
}

@media only screen and (max-width:768px) {
.sm-footer .footer-nav .footer-nav-section .nav-item:not(:first-child) {
	border: none
}
}
.sm-footer .footer-nav .footer-nav-section .nav-item:not(:last-child) {
	padding-right: 5px
}

@media only screen and (max-width:768px) {
.sm-footer .footer-nav .footer-purchase-btn {
	margin-bottom: 50px
}
}
.sm-footer .sm-phone-footer {
	display: none;
	width: 100%;
	padding: 21px 0
}
.sm-footer .sm-phone-footer .phoneWorkDay {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 21.4px
}
.sm-footer .sm-phone-footer .phoneWorkDay>p {
	font-size: 13px;
	color: #394050;
	margin-right: 5px;
	margin-bottom: 0
}

@media only screen and (max-width:360px) {
.sm-footer .sm-phone-footer .phoneWorkDay>p {
	font-size: 13px
}
}
.sm-footer .sm-phone-footer .phoneWorkDay>a {
	font-size: 13px;
	color: #fe7e24
}
.sm-footer .sm-phone-footer .freeConsulting {
	width: 182.5px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	background-color: #fe7e24;
	text-align: center;
	border-radius: 20.92px;
	cursor: pointer;
	color: #fff;
	margin: 0 auto
}
.anti-spoof {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none
}
.anti-spoof .anti-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0
}
.anti-spoof .anti-content {
	position: relative;
	width: 100%;
	height: 100%
}
.anti-spoof .anti-content .anti-spoof-modal {
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px -20px #394152;
	box-shadow: 0 20px 40px -20px #394152;
	border-radius: 20px;
	min-width: 290px;
	min-height: 180px;
	padding: 20px
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-top: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-top: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-top: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-top: 2.66667vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-left: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-left: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-left: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-left: 2.66667vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-bottom: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-bottom: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-bottom: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-bottom: 2.66667vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-right: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-right: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-right: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal {
	padding-right: 2.66667vw
}
}
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	cursor: pointer;
	width: 34px;
	height: 34px
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	width: 26px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	width: 19px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	width: 17px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	width: 4.53333vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	height: 26px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	height: 19px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	height: 17px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-spoof-modal .close-icon {
	height: 4.53333vw
}
}
.anti-spoof .anti-content .anti-container {
	width: 100%
}
.anti-spoof .anti-content .anti-container .anti-title {
	color: #394050;
	font-weight: 600;
	font-size: 31px
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-title {
	font-size: 23px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-title {
	font-size: 17px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-title {
	font-size: 16px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-title {
	font-size: 4.13333vw
}
}
.anti-spoof .anti-content .anti-container .anti-text {
	color: #394050;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-text {
	font-size: 12px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-text {
	font-size: 12px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-text {
	font-size: 12px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-text {
	font-size: 3.33333vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-top: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-top: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-top: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-top: 2.66667vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-bottom: 15px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-bottom: 11px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-bottom: 10px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-text {
	padding-bottom: 2.66667vw
}
}
.anti-spoof .anti-content .anti-container .anti-img {
	background-image: url(../image/962110.jpg);
	width: 282px;
	height: 133px
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-img {
	width: 212px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-img {
	width: 159px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-img {
	width: 141px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-img {
	width: 37.6vw
}
}

@media only screen and (max-width:1920px) {
.anti-spoof .anti-content .anti-container .anti-img {
	height: 100px
}
}

@media only screen and (max-width:1440px) {
.anti-spoof .anti-content .anti-container .anti-img {
	height: 75px
}
}

@media only screen and (max-width:1280px) {
.anti-spoof .anti-content .anti-container .anti-img {
	height: 67px
}
}

@media only screen and (max-width:768px) {
.anti-spoof .anti-content .anti-container .anti-img {
	height: 17.73333vw
}
}
.anti-modal-visible {
	display: block
}
.solution_title {
	color: #394050;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 14px!important
}
.langSelect {
	cursor: pointer;
	font-size: 16px;
	right: 0;
	position: relative;
	min-width: 80px
}

@media only screen and (max-width:1280px) {
.langSelect {
	font-size: 11.2px
}
}

@media only screen and (max-width:768px) {
.langSelect {
	font-size: 8px
}
}
.currentLang {
	color: #333;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:355px) {
.currentLang {
	margin-top: 10px
}
}
.langname {
	padding-left: 8px;
	color: #5c616d;
	font-size: 12px
}

@media only screen and (max-width:768px) {
.langname {
	font-size: 10px;
	color: #828792;
	word-break: keep-all
}
}
.langmask {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none
}
.langSelectList {
	display: none;
	bottom: 2px;
	right: 1px;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 14px 30px -6px rgba(61,76,99,.2);
	box-shadow: 0 14px 30px -6px rgba(61,76,99,.2);
	border-radius: 10px;
	width: 11.3rem;
	padding-top: .6em;
	padding-bottom: 5px;
	height: auto;
	color: #000;
	z-index: 1000
}
.langSelectList li {
	list-style-type: none;
	font-size: 1rem;
	padding-top: .9em;
	padding-bottom: .9em;
	padding-left: 50px
}
.langSelectList li:hover {
	background-color: #f4f4f4;
	color: #ff7e00;
	text-decoration: underline
}

@media screen and (max-width:1000px) and (min-width:768px) {
@-moz-document url-prefix() {
.langSelectList li {
padding-left:40px
}
}
}
.langSelectText {
	color: #ff7e00;
	text-decoration: underline
}
.lang-zh {
	background: url(../image/sc.png) no-repeat
}
.lang-en, .lang-zh {
	vertical-align: middle
}
.lang-en {
	background: url(../image/en.png) no-repeat
}
.lang-tw {
	background: url(../image/sc.png) no-repeat
}
.lang-jp, .lang-tw {
	vertical-align: middle
}
.lang-jp {
	background: url(../image/jp.png) no-repeat
}
.lang-ru {
	background: url(../image/ru.png) no-repeat
}
.lang-es, .lang-ru {
	vertical-align: middle
}
.lang-es {
	background: url(../image/es.png) no-repeat
}

@media screen and (max-width:768px) {
.langSelectList {
	width: 144px
}
.langSelectList li {
	font-size: 10px;
	padding-top: .9em;
	padding-bottom: .9em;
	padding-left: 50px
}
}
.lang-icon {
	background-size: 20px 13px;
	background-repeat: no-repeat;
	background-position: top 50% left 15px
}
.langicon {
	width: 20px;
	height: 13px
}
