.body{
	font-size: 12px;
}
.nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 49px;
	z-index: 99;
}
.nav .con{
	height: 100%;
	padding: 0 20px;
}
.nav .con .logo{
	text-decoration: none;
	color: #000000;
}
.nav .con .logo img{
	width: 80px;
}
.nav .con .menu{
	width: 30px;
	height: 30px;
}
.nav .con .menu .line{
	width: 22px;
	height: 2px;
	background-color: #000000;
	border-radius: 2px;
	margin: 5px auto;
}
.nav.white .con .logo{
	color: #FFFFFF;
	font-size: 16px;
}
.nav.white .con .menu .line{
	background-color: #FFFFFF;
}
.nav-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #FFFFFF;
	height: 100%;
}
.nav-menu .head{
	height: 49px;
	display: flex;
	padding: 0 20px;
	
}
.nav-menu .head .logo{
	font-size: 16px;
}
.nav-menu .head .close{
	width: 30px;
}
.nav-menu .head .close img{
	width: 50%;
}
.nav-menu .list{
	padding: 0 40px;
}
.nav-menu .list .item{
	font-size: 20px;
	
	margin: 10px 0 20px 0;
}
.nav-menu .list .item a{
	display: block;
	text-decoration: none;
	color: #808080;
}
.nav-menu .list .item a.active{
	color: #000000;
}
.dots{
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	line-height: 1;
	flex-shrink: 0;
	text-align: center;
	margin-right: 5px;
}
.dots span{
	position: absolute;
	display: inline-block;
	width: 6.6px;
	height: 6.6px;
	border-radius: 50%;
	background: #3531F1;
}
.dots span.dot-01{
	top: 0;
	left: 0;
}
.dots span.dot-02{
	top: 0;
	right: 0;
}
.dots span.dot-03{
	bottom: 0;
	left: 0;
}
.dots span.dot-04{
	bottom: 0;
	right: 0;
}
.container-full-screen .swiper-slide{
	overflow: hidden;
}
.sw-desc{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}
.index-page .swiper_01{
	background: url(../static/mobile/index_bg-01.png) no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
}
.index-page .swiper .con{
	margin-top: 100px;
	text-align: center;
	
}
.index-page .swiper .info{
	text-align: left;
	padding: 0 50px;
}
.index-page .swiper .desc{
	font-size: 13px;
	margin-top: 15px;
	line-height: 1.5;
}
.index-page .swiper_01 img{
	width: 100%;
	margin-top: 20px;
}
.index-page .swiper_02{
	background: url(../static/mobile/index_bg-02.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}
.index-page .swiper_02 .info{
	padding: 0;
}
.index-page .swiper_03{
	background: url(../static/mobile/index_bg-03.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}
.index-page .swiper_03 img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.products-page .swiper_01,
.products-page .swiper_02,
.products-page .swiper_03{
	background: url(../static/mobile/products_bg.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}
.products-page .swiper .con{
	margin-top: 80px;
	padding: 0 40px;
	text-align: center;
}
.products-page .swiper .con img{
	width: 100%;
}
.products-page .swiper .swiper_02 .con img{
	width: 60%;
	margin: 50px auto 0 auto;
}
.products-page .swiper .swiper_03 .con img{
	width: 80%;
}
.products-page .swiper .info{
	text-align: left;
}
.products-page .swiper .info.bottom{
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 40px;
	bottom: 100px;
}
.products-page .swiper .info .tit{
	line-height: 1.8;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.products-page .swiper .info .desc{
	margin-top: 20px;
	color: #808080;
}
.products-page .swiper_04{
	background: url(../static/mobile/products_bg-02.png) no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
}
.products-page .swiper_04 .info .desc{
	color: #FFFFFF;
}
.products-page .swiper_04 .con img{
	margin-top: 50px;
}
.products-page .swiper_05{
	background: url(../static/mobile/products_bg-03.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}

.products-page .swiper_06{
	background: url(../static/mobile/products_bg-04.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}
.products-page .swiper_07 .h-img{
	width: 100%;
	height: 260px;
	background: url(../static/mobile/products_05.png) no-repeat center center;
	background-size: cover;
}
.products-page .prod_info .descs {
	padding: 30px 0 20px 0;
}
.products-page .prod_info .descs .item{
	text-align: center;
	margin-right: 30px;
}
.products-page .prod_info .descs .item .name{
	font-size: 12px;
	color: #757575;
	white-space: nowrap;
}
.products-page .prod_info .buys .title{
	padding: 20px 0;
	color: #757575;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #D8D8D8;
}

.products-page .swiper_07 {
	 overflow: auto;
}
.products-page .prod_info{
	display: none;
}
.products-page .prod_info .con{
	position: fixed;
	z-index: 999;
	top: 260px;
	left: 0;
	right: 0;
	bottom: 0px;
	margin-top: 20px;
	padding-bottom: 60px;
	overflow: auto;
	padding: 0 30px 60px 30px;
	background-color: #FFFFFF;
}
.products-page .prod_info .model{
	color: #3531F1;
	font-size: 14px;
}
.products-page .prod_info .title{
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0;
}
.products-page .prod_info .mes{
	color: #757575;
	font-size: 14px;
}
.products-page .prod_info .sku{
	border-top: 1px solid #D8D8D8;
	font-size: 12px;
	padding: 20px 0;
	margin-top: 20px;
}
.products-page .prod_info .qa{
	margin: 20px 0;
	border-top: 1px solid #D8D8D8;
}
.products-page .prod_info .sku .name{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #757575;
}
.products-page .prod_info .sku .cell{
	padding: 2px 0;
	color: #757575;
}
.products-page .prod_info .sku .l{
	flex: 1;
	text-align: left;
}
.products-page .prod_info .sku .r{
	flex: 1;
	text-align: left;
}
.products-page .prod_info .asking{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}
.products-page .prod_info .asking::before{
	position: absolute;
	content: "Q:";
	left: -20px;
	top: 0;
}
.products-page .prod_info .qa .tit{
	padding: 20px 0;
	color: #757575;
	font-weight: bold;
}
.products-page .prod_info .reply{
	position: relative;
	font-size: 12px;
	color: #757575;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.products-page .prod_info .reply::before{
	position: absolute;
	content: "A:";
	left: -20px;
	top: 0;
}
.products-page .prod_info .buy .item{
	flex: 1;
	background: #E4E8EC;
	border-radius: 5px;
	padding: 10px 0;
	color: #757575;
	margin: 10px;
	text-align: center;
}
.products-page .prod_info .buy .item.active{
	border-bottom: 3px solid #3531F1;
	background: none;
	border-radius: 0;
}
.products-page .prod_info .follow{
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	color: #757575;
}
.products-page .prod_info .follow img{
	width: 20px;
	margin: 0 6px;
}


.support-page .swiper_01,
.support-page .swiper_02,
.support-page .swiper_03,
.about-page .swiper_02{
	background: url(../static/mobile/support_bg.png) no-repeat center center;
	background-size: cover;
	color: #000000;
}
.about-page .swiper_02{
	background-position: 0 100px;
}
.support-page .swiper .con{
	margin-top: 100px;
}
.support-page .tit_img{
	position: relative;
	width: 100px;
	height: 102px;
	margin: auto;
}
.support-page .tit_img img{
	width: 100%;
}
.support-page .tit_img .name{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.support-page .info.bottom{
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px;
	bottom: 100px;
}
.support-page .pdf-icon{
	width: 36px;
} 
.support-page .pdf{
	margin-bottom: 20px;
}
.support-page .pdf .btn{
	padding: 6px 25px;
	color: #FFFFFF;
	border-radius: 30px;
	background: #3531F1;
	font-size: 14px;
}
.support-page .pdf .file{
	margin-left: 10px;
}
.support-page .pdf .name{
	font-size: 12px;
}
.support-page .pdf .size img{
	width: 60px;
}

.support-page .downloads .download{
	flex: 1;
	text-align: center;
}
.support-page .downloads .download .code{
	width: 70px;
	height: 70px;
	background: #E4E8EC;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto;
}
.support-page .downloads .download img{
	width: 100%;
	border-radius: 5px;
}
.support-page .downloads .download a{
	text-decoration: none;
}
.support-page .downloads .download .name{
	color: #3D3D3D;
	margin-top: 10px;
	font-size: 14px;
}

.about-page .swiper_01{
	background: url(../static/mobile/about_bg.png) no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
}
.about-page .swiper .con{
	margin-top: 100px;
}
.about-page .swiper .swiper_01 .info{
	padding: 0 30px;
}
.about-page .swiper .swiper_01 .info .desc{
	font-size: 12px;
	margin-top: 20px;
}
.about-page .swiper .swiper_01 img{
	width: 150%;
	margin-left: -25%;
	margin-top: 50px;
}
.about-page .third{
	padding: 0 30px;
}
.about-page .third .title{
	font-weight: bold;
}
.about-page .third .platform .item{
	flex-shrink: 0;
	margin: 15px;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #F2F3F4;
	border-radius: 50%;
	font-size: 11px;
}
.about-page .info.bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 150px;
}
.about-page .info.bottom .connection{
	padding: 0 0px 0 50px;
	font-size: 12px;
}
.about-page .info.bottom .connection .item{
	position: relative;
	margin-top: 20px;
}
.about-page .info.bottom .connection .item::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3531F1;
}