.m-store{margin-top: 106px;}
.m-store .item{overflow: hidden;color: #fff;margin-bottom: 85px;}
.m-store .col-l{float: left;width: 40%;}
.m-store .col-r{float: right;width: 60%;}
.m-store h4{font-size: 28px;margin-bottom: 11px;}
.m-store .desc{font-size: 16px;line-height: 36px;
	opacity: .7;margin-bottom: 68px;
}
.m-store .qr{width: 100px;}
.m-store .qr .pic{margin-bottom: 13px;}
.m-store .qr .pic img{width: 100%;display: block;}
.m-store .qr p{font-size: 14px;opacity: .7;}
.m-store .swiper-slide .pic{padding-top: 47%;height: 0;position: relative;overflow: hidden;
	border-radius: 10px;
}
.m-store .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.m-store .swiper-button-next,
.m-store .swiper-button-prev{position: absolute;top: 50%;opacity: 0;
	width: 38px;height: 38px;cursor: pointer;margin-top: -19px;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-store .swiper-button-prev{left: 23px;background-image: url(../images/i-l.png);}
.m-store .swiper-button-next{right: 23px;background-image: url(../images/i-r.png);}
.m-store .swiper-button-prev:hover{background-image: url(../images/i-l-on.png);}
.m-store .swiper-button-next:hover{background-image: url(../images/i-r-on.png);}
.m-store .swiper-container:hover .swiper-button-next,
.m-store .swiper-container:hover .swiper-button-prev{opacity: 1;}


.m-soon{padding: 112px 0 95px;margin-bottom: 98px;
	background-position: center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-soon .tit{text-align: center;font-size: 28px;color: #fff;
	margin-bottom: 35px;
}
.m-list1{overflow: hidden;padding: 0 50px 0 140px;}
.m-list1 li{width: 16.66%;float: left;}
.m-list1 li a{display: block;font-size: 14px;color: #fff;
	line-height: 43px;position: relative;padding-left: 10px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list1 li a:before{content: '.';position: absolute;left: 0;top: 50%;
	height: 4px;line-height: 4px;margin-top: -8px;
}
.m-list1 li a:hover{opacity: .6;}

@media only screen and (max-width: 1199px) {
	.m-store{margin-top: .8rem;padding: 0 .3rem;}
	.m-store .col-l{width: auto;float: none;}
	.m-store .col-r{width: auto;float: none;margin-bottom: .4rem;}
	.m-store h4{font-size: .38rem;margin-bottom: .15rem;}
	.m-store .desc{font-size: .26rem;line-height: 2;margin-bottom: .3rem;}
	.m-store .item{margin-bottom: .6rem;}
	.m-soon{padding: .6rem .4rem;}
	.m-list1{padding: 0;}
	.m-list1 li{width: 33.33%;}
	.m-soon .tit{font-size: .38rem;margin-bottom: .4rem;}
	.m-list1 li a{font-size: .26rem;line-height: 2.5;}
	.m-soon{margin-bottom: 0;}
}

