.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:60px; line-height:60px; padding:0 10px; background:#e52d36;}
.topBar .select{ float:right; display:inline-block; height:60px; line-height:60px; color:#fff; font-size:14px; text-decoration:underline; background:url(../images/img_35.png) no-repeat left center; background-size:20px; padding-left:25px;}
.topBar .name span{ height:60px; line-height:60px; font-size:15px; color:#fff; display:inline-block;}
.topBar .tohome{ color: #fff; font-size: 14px; width:58%; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.p-b{ width:100%; height:48px; border-bottom:1px solid #e0e0e0; padding:0 10px;}
.p-b .fl{ float:left; color:#333333; line-height:45px; font-weight:bold; font-size:1rem;}
.p-b .fr{ float:right; color:#fff; background:#e52d36; display:block; border-radius:10px; padding:0px 10px 2px; margin-top:10px;}
.p-b .fr a{ padding:0 3px; color:#fff;}

.kvBox .kv{ display:none;}
.item{ padding-bottom:20px;}
.itemList{ padding:8px 10px; margin-bottom:20px;}
.itemList .tit{ width:100%; height:50px; line-height:50px; position:relative; background:url(../images/icon_02.png) no-repeat right center; background-size:14px;}
.itemList .itemOn .tit{background:url(../images/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;}
.itemList li{ width:49%; float:left;  text-align:center; padding:10px 0 10px 0;border: 1px solid #dadada; margin:5px 0;}
.itemList li:nth-of-type(2n){margin-left:2%;}
/*.itemList li:nth-of-type(2n){/* border-right:1px dotted #ddd; * margin-left:5px;}*/
.itemList li span{ display:block; color:#3c3c3c; position:relative; padding:10px 5px; height: 63px;
    overflow: hidden; line-height: 18px; text-align: center; color: #333; font-size: 1em; width: 100%; display: flex; justify-content: center; align-items: center;}
.itemList li i{width: 90%; padding-left:10px; height: 35px; display: block; font-style: normal;
    line-height: 35px; color: #e52d36; font-size: 13px; background: url(../images/icon_01_3.png) no-repeat 95% center; background-size: 12px; border: 1px solid #e52d36; margin: 0 auto; text-align:left}
.itemList li.nomargin{ margin-left:5px;}

.itemList li .picture{ border-radius:5px; padding:10px 0; display: table-cell; vertical-align:middle; text-align:center;}
.itemList li .picture img{ vertical-align:middle;}


.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; margin:0;}
.dialog .selectBox li{ height:45px; line-height:45px; position:relative; padding-right:30px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.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:#e52d36; background-image:url(../images/icon_03.png); border:1px solid #e52d36;}
.dialog .selectBox li p{ display:inline-block; color:#555;}

.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;}

.bBor:after,.tBor:before{position:absolute;content:"";height:1px;background:rgba(220,220,220,.5);left:0;right:0}
.title{ font-size:28px; text-align:center; padding:20px 0 0; color:#000;}
.title22{ clear:both; font-size:24px; text-align:center; padding:20px 0; color:#333;}