@charset "utf-8";
.slideBox{ position:relative;}
.swiper-pagination-bullet{ background:rgba(0,0,0,0.2); border:1px solid #fff; opacity:1;}
.pagination{position: absolute;left: 0;bottom:20px; z-index: 99;width: 100%;text-align: center;}
.swiper-pagination-bullet{ margin-right:6px;}
.swiper-pagination-bullet-active{ background:#bc9882;}

header{ position:relative; background:#fff;transition:background 0.4s ease-out 0.5s; -webkit-transition:background 0.4s ease-out 0.5s;}
.showMenu{ background:none;transition:background 0s ease-out; -webkit-transition:background 0s ease-out;}
.topBar{ height:45px; line-height:45px; margin:0px 0px 0 0px; padding:0 15px; background:#000;}
.topBar .select{ float:right; display:inline-block;  height:45px; line-height:45px; color:#bc9882; font-size:14px; text-decoration:underline;}
.topBar .name span{ height:45px; line-height:45px; font-size:15px; color:#FFF; background-repeat:no-repeat; background-position:left center; display:inline-block;/* text-indent:40px; */background-size:34px;}
/*.topBar .name span.icon1{ background-image:url(../images/m/01.png)}
.topBar .name span.icon1{ background-image:url(../images/m/01.png)}*/
.topBar .name span.icon2{ background-image:url(../images/m/02.png)}
.topBar .name span.icon3{ background-image:url(../images/m/03.png)}
.topBar .name span.icon4{ background-image:url(../images/m/04.png)}
.topBar .name span.icon5{ background-image:url(../images/m/05.png)}
.topBar .name span.icon6{ background-image:url(../images/m/06.png)}
.topBar .name span.icon7{ background-image:url(../images/m/07.png)}
.topBar .name span.icon8{ background-image:url(../images/m/08.png)}
.topBar .name span.icon9{ background-image:url(../images/m/09.png)}

.kvBox .kv{ display:none;}
.itemList{ padding:0 4%; margin-bottom:50px; clear:both;}
.itemList ul{ width:100%; padding:0;}
.itemList li{
	width:-moz-calc((100% - 15px) / 2);
	width:-webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	float:left;
	margin-bottom:25px;
	text-align:center;
	padding:0 0 0 0;
	margin-right:15px;
	border-radius:5px;
	-webkit-box-shadow:0 15px 15px rgba(0,0,0,.1);
	box-shadow:0 15px 15px rgba(0,0,0,.1);
	background:#FFF;
}
.itemList li:nth-child(2n){
	margin-right:0;
}
.case_div{
	height:40px;
	line-height:40px;
	border-top:#e0e0e0 1px solid;
}
.case_div .r{
	float:left;
	background: url(../../../images/jiantou-right.jpg) no-repeat 5px center;
	border-right:#e0e0e0 1px solid;
	height:40px;
	width:20%;
}
.case_div .l{
	float:left;
	width:80%;
	font-weight:normal;
	font-size:12px;
	color:#424242;
	padding-left:5px;
}

.dialog{ position:fixed; left:0; top:0; background:rgba(0,0,0,0.5); -webkit-backdrop-filter: blur(4px); width:100%; height:100%; overflow:hidden; z-index:9999; display:none; clear:both;}
.dialog .selectBox{ position:absolute; left:0; bottom:0; width:100%; background:#fff; padding-bottom:50px;}
.dialog .selectBox .btn{ height:50px; line-height:50px; background:#333; text-align:center; font-size:14px; color:#fff; position: absolute; bottom:0; left:0; width:100%;}
.dialog .selectBox h2{ font-size:18px; font-weight:normal; text-align:center; padding:20px 0 10px 0;}
.dialog .selectBox ul{ padding:0 20px;}
.dialog .selectBox li{ height:45px; line-height:45px; position:relative;}
.dialog .selectBox li i{ position:absolute; width:19px; height:19px; background-repeat:no-repeat; background-position:center center; background-size:12px; right:4px; top:10px; border:1px solid #888;border-radius: 100%;}
.dialog .selectBox li.on i{ background-color:#2bcc0b; background-image:url(../images/icon_03.png); border:1px solid #2bcc0b;}
.dialog .selectBox li.bBor:after{background:#d6d6d6;}
.dialog .selectBox li p{background-position:left center; background-size:30px; display:inline-block; background-repeat:no-repeat; text-indent:48px; color:#555;}
.dialog .selectBox li .icon1{ background-image:url(../images/01.png)}
.dialog .selectBox li .icon2{ background-image:url(../images/02.png)}
.dialog .selectBox li .icon3{ background-image:url(../images/03.png)}
.dialog .selectBox li .icon4{ background-image:url(../images/04.png)}
.dialog .selectBox li .icon5{ background-image:url(../images/05.png)}
.dialog .selectBox li .icon6{ background-image:url(../images/06.png)}
.dialog .selectBox li .icon7{ background-image:url(../images/07.png)}
.dialog .selectBox li .icon8{ background-image:url(../images/08.png)}
.dialog .selectBox li .icon9{ background-image:url(../images/09.png)}

.dialog .selectBox{ -webkit-transform: translateY(100%); transform:translateY(100%); opacity: 0;
-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;}
.dialogShow .selectBox{ opacity: 1; -webkit-transform: none; transform: none;}

.itemList .item .btn {text-align: center;padding-top: 5px;padding-bottom: 10px;}
.itemList .item .btn a{width: 105px;height: 30px;line-height: 30px;border: 1px solid #b70f0f;background: url(/Public/Mobile/img/store/icon_15.png) no-repeat 20px center;border-radius: 3px;display: inline-block;color: #b81010;text-indent: 18px;background-size: 16px;}