@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:90px; line-height:80px; padding:30px 20px 0 20px; background:rgba(0,0,0,0.8);}
.topBar .select{ float:right; display:inline-block;  height:60px; line-height:75px; color:#bc9882; font-size:14px; text-decoration:underline;}
.topBar .name span{ height:60px; line-height:60px; 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)}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;/* -webkit-overflow-scrolling: touch;*/}
.kvBox .kv{ display:none;}
.itemList{ padding:0 10px; margin-bottom:50px;}
.itemList .tit{ width:100%; height:50px; line-height:50px; position:relative; background:url(../images/m/icon_02.png) no-repeat right center; background-size:14px;}
.itemList .itemOn .tit{background:url(../images/m/icon_01.png) no-repeat right center; background-size:14px;}
.itemList .tit h2{ font-size:15px; font-weight:normal; color:#000;}
.itemList .tit.bBor:after{background:#d6d6d6;}
.itemList ul{ width:100%; overflow:hidden; display:none;}
.itemList li{ width:49.5%; float:left; margin:15px 0;  text-align:center; padding:0 5px 0 0;}
.itemList li:nth-child(2n){padding:0 0 0 5px;}
.itemList li:nth-child(odd){ border-right:1px dotted #ddd;}
.itemList li span{ display:block; color:#3c3c3c; position:relative; }

.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;}
.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:#E46713; background-image:url(../images/icon_03.png); border:1px solid #E46713;}
.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/m/01.png)}
.dialog .selectBox li .icon2{ background-image:url(../images/m/02.png)}
.dialog .selectBox li .icon3{ background-image:url(../images/m/03.png)}
.dialog .selectBox li .icon4{ background-image:url(../images/m/04.png)}
.dialog .selectBox li .icon5{ background-image:url(../images/m/05.png)}
.dialog .selectBox li .icon6{ background-image:url(../images/m/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;}