@charset "utf-8";
.logo{background-image:url(/static/h5/img/logo.png);display: block;height: 1.8rem; width: 1.8rem; margin: 0.2rem auto; background-repeat: no-repeat; -webkit-background-size: contain;}

.ml22{margin-left: 2.2rem;}
.ml50{margin-left: 5rem;}
.mr22{margin-right: 2.2rem;}
.mt06{margin-top:0.6rem;}
.mb03{margin-bottom: 0.3rem;}
.mr05{margin-right: 0.5rem;}
.mt0{margin-top:0;}
.mb0{margin-bottom:0;}
.mb10{margin-bottom: 1rem;}
.mb22{margin-bottom: 2.2rem;}
.mt60{margin-top:6rem;}
.mt25{margin-top:2.5rem;}
.mlr10{margin-left:1rem;margin-right:1rem;}

.pb03{padding-bottom: 0.3rem;}
.pt05{padding-top: 0.5rem;}
.pt09{padding-top: 0.9rem;}
.pb05{padding-bottom: 0.5rem;}
.ptb05{padding-top: 0.5rem;padding-bottom: 0.5rem;}
.ptb15{padding-top: 1.5rem;padding-bottom: 1.5rem;}
.plr03{padding-left: 0.3rem;padding-right: 0.3rem;}
.plr05{padding-left: 0.5rem;padding-right: 0.5rem;}
.plr08{padding-left: 0.8rem;padding-right: 0.8rem;}
.pl05{padding-left: 0.5rem;}
.p10{padding: 1rem;}
.p03{padding: 0.3rem;}
.p05{padding: 0.5rem;}

.fr{display: inline;float: right;}
.fl{display: inline;float: left;}

.fb{font-weight: bold;}

.f04{font-size: 0.4rem;}
.f05{font-size: 0.5rem;}
.f06{font-size: 0.6rem;}
.f07{font-size: 0.7rem;}
.f10{font-size: 1rem;}
.f12{font-size: 1.2rem;line-height: 1.8rem}
.f15{font-size: 1.5rem;}

.lh10{line-height: 1rem}
.lh15{line-height: 1.5rem}
.lh15{line-height: 1.5rem}
.lh{line-height:100%}

.w{width:100%;}

.h45{height: 4.5rem;}

.small-title{font-size: 0.8rem;font-weight: bold;}
.ofh{overflow:hidden;}

.clear:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;}
.clear { display: inline-block;}

.nowrap{width:100%;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
    /*slider*/
.swiper-container{padding-bottom:0rem;}
.swiper-slide{
    width:100%;
    height:0;
    background-repeat: no-repeat; -webkit-background-size: contain;
    background-position: center center;
}

/*icon*/
.thumb,.medium-thumb{display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}
.thumb{height: 2rem; width: 2rem;}
.medium-thumb{height: 3.5rem; width: 3.5rem;}
.shop-logo{display: block;height: 2rem; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}

/*box*/
.box{
    position: relative;
    background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
    font-size: 0.6rem;

}
.box:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.box-head {
    padding: 0.5rem;
}
.box-item {
    padding: 0.5rem;
    line-height:1rem;
    background-color: #fff;
    width: 100%;
    height:1rem;
}
.list-block.item{
    margin:0 0 1rem 0;
}
.box-head-title {
    color: #656565;
    font-size: 0.8rem;
    font-weight: bold;
}
/* search */
.search{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 1.4rem;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    font-family: inherit;
    color: #3d4145;
    font-size: 0.7rem;
    font-weight: normal;
    padding: 0.15rem 0.5rem 0 0.5rem;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    margin: 0.35rem 0 0 0;

}
.search .icon {
    position: absolute;
    font-size: 0.9rem;
    color: #b4b4b4;
    top: 50%;
    left: 0.3rem;
    -webkit-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
}
.search span{
    color: #cccccc;
    opacity: 1;
    padding-left: 1.4rem;
}
.search-input label{
    position: absolute;
    font-size: 0.7rem;
    color: #b4b4b4;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
    z-index: 999;
}
.search-input label + .icon{
    position: absolute;
    left: 2.2rem;
    font-size: 0.3rem;
}
.search-input .menu{
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 999;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    display: none;
}
.search-input .menu li{
    font-size: 0.7rem;
    color: #333;
    line-height: 1.2rem;
    background-color: #fff;
    padding: 0.2rem 0.8rem;
}
#search{padding-left: 3rem;}
/* font */
.fc,a.fc{color:#666}

.red,a.red{color: #ed5657;}
.gray,a.gray{color:#ccc}
.white,a.white,.tab-item.white{color: #fff;}
.bgred{background-color: #ed5657;}
.bgorg{background-color: #FF851B;}
.del{color: #ccc;text-decoration:line-through;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.db{display: block;}
.di{display: inline;}
.bg1{background-color: #f0f0f0;}
.bg2{background-color: #f7f7f7;}
.bg{background-color: #fff;}
.wb{word-break: break-all;}

/* goods */
.goods-name{
    display: -webkit-box;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    line-height: 1rem;
    height:2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;}
.price{color: #ed5657;font-size: 0.7rem;margin-right: 0.5rem;}
#goods_content{padding:0.3rem;}
#goods_content p{padding:0;margin: 0;}
.footer-tips{font-size:0.8rem;line-height: 2.2rem;text-align: center;}

/* category home */
.row .cat{box-sizing: border-box; float: left;width:32.6%;margin-left:0.733333332%;text-align: center;margin-top: 0.2rem;padding-top: 0.5rem;padding-bottom: 0.5rem;}
.img,.m-img,.b-img,.pic,.l-img,.goods_pic{display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}
.img{height: 3rem;}
.m-img{height: 4.5rem;}
.b-img{height: 6rem;}
.l-img{height:10rem;}
.goods_pic{padding-top: 100%;}
.gift{ -webkit-background-size: contain;background-repeat: no-repeat;background-position: left center;background-image:url(/static/h5/img/gift.png);}
.bgift{ background-repeat: no-repeat;background-position: right center;background-image:url(/static/h5/img/gift.png);}
.tipicon{height: 10rem;background-repeat: no-repeat;background-position: center center;}

/*border*/
.bn{border:none;}
.bt {border-top: 1px solid #e0e0e0;}
.bb {border-bottom: 1px solid #e0e0e0;}
.btb {border-top: #e0e0e0 1px solid;border-bottom: #e0e0e0 1px solid;background-image: none;}
.bl {border-left: 1px solid #e0e0e0;}
.br {border-right: 1px solid #e0e0e0;}
.b {border: 1px solid #e0e0e0;}
.b-radius {border: 1px solid #e0e0e0;border-radius: 4px;overflow: hidden;}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .b-radius {
        position: relative;
        border: 0; }
    .b-radius:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e0e0e0;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 8px;
        pointer-events: none; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .b {
        position: relative;
        border: 0; }

    .bt, .bb, .bl, .br, .btb {
        border: 0; }

    .bt {
        background-position: left top;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)); }

    .bb {
        background-position: left bottom;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)); }

    .bt,
    .bb,
    .btb {
        background-repeat: repeat-x;
        -webkit-background-size: 100% 1px; }

    .btb {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
        background-position: top, bottom; }

    .bl {
        background-position: left top;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)); }

    .br {
        background-position: right top;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)); }

    .bl,
    .br {
        background-repeat: repeat-y;
        -webkit-background-size: 1px 100%; }

    .b:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
        -webkit-background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
        background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
        background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
        background-repeat: no-repeat;
        background-position: top, right, bottom, left;
        padding: 1px;
        -webkit-box-sizing: border-box;
        z-index: 10;
        pointer-events: none; } }

/* label */
.tag {
  display: inline-block;
  position: relative;
  line-height: 1.2rem;
  height: 1.2rem;
  padding: 0 0.6rem;
  margin-top: 0.3rem;
  margin-right:0.3rem;
  border: 1px solid #cacccd;
  border-radius: 0.6rem; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .tag {
      position: relative;
      border: 0; }
      .tag:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 0.6rem;
        pointer-events: none; } }

/* SKU */
.btn{color:#333;margin:0.5rem 0.5rem 0 0;display:inline;float:left;background-color: #fff;font-size: 0.65rem;}
.btn.active{color:#fff;background-color: #FF851B;}
.amount{position: relative;background-color: #fff;height:1.5rem;text-align: center;line-height:1.5rem;overflow: hidden;}
.big{width:7.8rem;}
.big.number{width:4.5rem;}
.min{width:5rem;}


.min.number{width:3rem;}

.number{position: absolute;top:0;left:0;padding:0;border:none;display:block;background-color: #fff;height:1.5rem;margin-left: 1.6rem;margin-right: 1.6rem;text-align: center;line-height:1.5rem;}
.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.handle{width:1.5rem;height:1.5rem;z-index:10;}



/* 验证码 */
.code{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    height:2.15rem;
    width:4.5rem;
    -webkit-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
    display: block; padding-left: 0.3rem; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;
}
.pr{position: relative;}
.avatar-content{position: relative;height:8rem;background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;padding-top:1.5rem;}
.avatar-content input{position: absolute;top: 0;left: 0;border: 0;background: none;width: 100%;height:100%;}
.avatar-content input[type="file"]{opacity:0;z-index:9;}
.avatar{display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;height: 4rem; width: 4rem;border: 1px solid #ffffff;border-radius: 2rem;}
.big-avatar{display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;height: 5rem; width: 5rem;border: 1px solid #ffffff;border-radius: 2.5rem;}

.goods-cart {
    position: absolute;
    bottom: 3.5rem;
    left: 1rem;
    z-index: 9;
}
.goods-cart .icon {
    position: relative;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.15rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    border-radius: 1.25rem;
    color:#fff;
    display: inline-block;
}
.panel{color:#333;background-color: #f5f5f5;border-left: 1px solid #ccc;}
.shop-fav{position: absolute;bottom:8.5rem;right:0.3rem;background-color:#f74c31;width:6rem;height:2rem;line-height: 2rem;text-align: center;color:#fff;}
.shop-title{position: absolute;top:1.2rem;left:0.8rem;color:#fff;font-weight: bold;font-size: 1.2rem;}
.shop-goods-info{position: absolute;bottom:0;left:0;background-color: rgba(0,0,0,0.6);color:#fff;width:100%;line-height: 1.3rem;
    padding: 0 0.5rem;}
.top{position: absolute;top:0;left:0.3rem;width:40px;height:45px;background-repeat: no-repeat;background-position: center center;}
.top1{background-image: url("/static/h5/img/top1.png")}
.top2{background-image: url("/static/h5/img/top2.png")}
.top3{background-image: url("/static/h5/img/top3.png")}

.bottom-goods{position: absolute;bottom:0;left:0;width:100%;}

.gift-line{background-repeat:repeat-x;background-position: center center;background-image:url(/static/h5/img/line.png);}

.link{
    padding-right: 1.5rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
}
.address{
    padding-left: 1.5rem;
    background-image: url(/static/h5/img/location.png);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: left center;
}

.order-img{width:4.5rem;height:4.5rem;display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}
.bar-tab .tr {
    position: relative;
    display: table-cell;
    width: 1%;
    height: 2.5rem;
    color: #929292;
    text-align: right;
    vertical-align: middle;
    padding-right: 0.8rem;
}
.required::-webkit-input-placeholder {
　　color: #f6383a;
}
.pic{background-repeat: no-repeat; -webkit-background-size: contain; background-position: center center;}
.dn{display: none;}

.insert-img-content{
    position: relative;
    width: 100%;
    text-align: center;
}

.table{ display: table;width: 100%}
.td{display: table-cell;}
.td a{text-decoration:none;color:#ccc;}

.map{ height:250px; position:relative;clear:both;}
.map-btn {
	position: absolute; color:#333;
	z-index: 1003;
	right: 10px; bottom:10px;
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 1px solid RGBA(0,0,0,.4);
	border-radius: 8px;
	background: #FFF;
}
.r-result {
	position: fixed !important; color:#333;
	left: 0px;
	top: 0px;
	overflow: hidden;
	overflow-y: scroll;
	display: none;
	z-index: 1003;
	width: 100%;
	height: 100%;
}
.r-result  td{ color:#333;}
.map-close-img {
	position: fixed !important;
	right: 0px;
	bottom: 0px;
	z-index: 1003;
	height: 50px;
	width: 50px;
	display: none;
	cursor: pointer;
}
.bus-guide-img {
	position: fixed !important;
	right : 17px;
	top: 20px;
	z-index: 1003;
	height: 50px;
	width: 50px;
	display: none;
	cursor: pointer;
}
.self-guide-img {
	position: fixed !important;
	right : 17px;
	top: 85px;
	z-index: 1003;
	height: 50px;
	width: 50px;
	display: none;
	cursor: pointer;
}
.open-road {
	left: 0px;
	bottom: 0px;
	text-align: center;
	height: 55px;
	vertical-align: middle;
	line-height: 55px;
	background-color: #FFFFFF;
	opacity: 0.9;
	z-index: 1003;
	position: fixed !important;
	display: none;
	width: 100%;
}
.open-road-btn {
	display: inline-block;
	left: 0px;
	width: 175px;
	height: 38px;
	line-height: 38px;
	border: none;
	margin-top: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(255, 122, 0);
	border-radius: 6px;
	cursor: pointer;
}
.itude-div {
	width: 100%;
	height: 100%;
}
.itude-parent-div {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1002;
	display: none;
}
.anchorBL {
	display: none;
}

.infinite-scroll-preloader { margin-top:-20px;}

#audiobtn {
    width: 60px;
    height: 60px;
    background-image: url(/static/h5/img/music.png);
    background-size: contain;
    margin:0 auto;
}

.rotate {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
    from { -webkit-transform: rotate(0) }
    to { -webkit-transform: rotate(360deg) }
}

@keyframes rotating {
    from { transform: rotate(0) }
    to { transform: rotate(360deg) }
}
@-moz-keyframes rotating {
    from { -moz-transform: rotate(0) }
    to { -moz-transform: rotate(360deg) }
}

.zonediv{
    position:fixed;
    top: -65%;
    width: 100%;
    height: 63%;
    z-index: 100000;
    -webkit-transition-duration: 0.4s;
}

.zonediv>ul{
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.zonediv>ul>li{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 10px;
    border-bottom: solid 1px #eee;
}
.zonediv>ul.zone0{
    background: #fff;
    position: absolute;
    z-index: 1;
}
.zonediv>ul.zone1{
    background: #eee;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.zonediv>ul.zone1>li{
    border-bottom: solid 1px #fff;
    margin-left: 10px;
    padding: 0;
}
.t44{
    top: 44px;
}
.sy{background-image:url(/static/card/img/sy.png); background-repeat: no-repeat;background-position:top right; -webkit-background-size: contain;}
.tj{background-image:url(/static/card/img/tj.png); background-repeat: no-repeat;background-position:top right; -webkit-background-size: contain;}
ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-step {
    color: #b7b7b7;
    padding: 0 60px;
    margin-bottom: 35px;
    position: relative;
}
.ui-step:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui-step li {
    float: left;
    position: relative;
}
.ui-step .step-end {
    width: 120px;
    position: absolute;
    top: 0;
    right: -60px;
}
.ui-step-line {
    height: 5px;
    background-color: #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
    margin-top: 15px;
}
.step-end .ui-step-line { display: none; }
.ui-step-cont {
    width: 120px;
    position: absolute;
    top: 0;
    left: -15px;
    text-align: center;
}
.ui-step-cont-number {
    display: inline-block;
    *zoom:1;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: url(/static/h5/img/ui-step_cover_30x30.png) center no-repeat;
    border-radius: 50%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border: 2px solid rgba(224,224,224,1);
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
    background-color: #b9b9b9;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
}
.ui-step-cont-text {
    position: relative;
    top: 34px;
    left: -42px;
    font-size: 12px;
}
/** 步骤数定义 **/
.ui-step-3 li { width: 50%; }
.ui-step-4 li { width: 33.3%; }
.ui-step-5 li { width: 25%; }
.ui-step-6 li { width: 20%; }
/* Done */
.ui-step-red .step-done .ui-step-cont-number { background-color: #f99; }
.ui-step-red .step-done .ui-step-cont-text { color: #f99; }
.ui-step-red .step-done .ui-step-line { background-color: #fc9c9c; }
/* Active */
.ui-step-red .step-active .ui-step-cont-number { background-color: #f66; }
.ui-step-red .step-active .ui-step-cont-text { color: #f66; }
.ui-step-red .step-active .ui-step-line { background-color: #e0e0e0; }
/* free7 */
.block{min-height:100%;height:auto;width:100%;background-repeat: no-repeat;background-size:cover;text-align:center;background-attachment: fixed;padding-bottom: 4rem;}
.mp-avatar{width: 6rem;height: 6rem;border:3px solid #fff;border-radius: 100%;margin:3.5rem auto 0.5rem auto;}
.mp-avatar img{width: 100%;height: 100%;border-radius: 100%;}
.mp-box,.mp-box3{color:#fff;border-radius: 0.5rem;font-size:0.6rem;padding:0.5rem 0;margin-bottom:0.5rem;}
.mp-box3{background-color: rgba(0,0,0,0.2);}
.mp-box{background-color: rgba(255,255,255,0.2);}
.mp-box img,.mp-box3 img{width:35%;padding-bottom: 0.8rem;}
.mp-content{padding-top:2rem;text-align: center}
.mp-title{position: fixed;left: 17px;top: 20px;z-index: 1003;width:100%;text-align:left;}
#audio_btn {position: fixed;right :17px;top: 15px;z-index: 1003;width: 32px;height: 32px;background-image: url(/static/h5/img/music.png);background-size: contain;}
#video_btn {position: fixed;left :17px;top: 15px;z-index: 1003;width: 32px;height: 32px;background-image: url(/static/h5/img/video2.png);background-size: contain;}
#video2_btn {position: fixed;right :17px;top: 57px;z-index: 1003;width: 32px;height: 32px;background-image: url(/static/h5/img/video2.png);background-size: contain;}
.transparent{bottom: 0;width: 100%;height: 2.5rem;padding: 0;table-layout: fixed;position: absolute;right: 0;left: 0;z-index: 10;}
.blacktab{background-color: rgba(0,0,0,0.2);color:#fff;}
.whitetab{background-color: rgba(255,255,255,0.2);color:#fff;}
.blacktab2{background-color: rgba(255,255,255,0.2);color:#000;}
.transparent .tab-item{position: relative;display: table-cell;width: 1%;height: 2.5rem;text-align: center;vertical-align: middle;}
.transparent .tab-item .icon {top: .05rem;height: 1.2rem;font-size: 1.2rem;line-height: 1.2rem;padding-top: 0;padding-bottom: 0;}
.transparent .icon {position: relative;z-index: 20;padding: .5rem .1rem;}
.transparent .tab-item .icon~.tab-label {display: block;font-size: .55rem;position: relative;top: .15rem;}
.transparent a{color:#fff}
.hexagon{height:100%;color:#fff;background-repeat: no-repeat;text-align:center;background-image: url(/static/h5/img/hexagon.png);background-size: contain;background-position:center;padding:0.6rem 0}
.mp-box2{color:#fff;font-size:0.6rem;padding:0.2rem 0;margin-bottom:1rem;}
.black .mp-box2{color:#333;}
.mp-box2 img{width:25%;padding-top:0.5rem;}
.roundimg{text-align: center;padding:5rem 0 0 0;}
.roundimg img{height:2.5rem;width:2.5rem;margin:0 auto;}
.mp-box4{width:4rem;height:4rem;line-height: 4rem;font-size:2rem;border-radius: 100%;text-align: center;margin:0 auto 0.5rem auto;}
.mp-box4 p{font-size:0.6rem;line-height: 1rem;}

.black,a.blcak{color:#333;}
.mp-content2,.mp-content3{text-align: left;padding:1.5rem 0.5rem 0.5rem 1.5rem;}
.mp-content3{margin-top:3.5rem;font-size: 0.85rem;}
.mp-content2 .item,.mp-content3 .item{line-height:1.7rem;}
.mp-content2 .item,.mp-content2 .item a{color:#FFF;}
.mp-content3 .item,.mp-content3 .item a{color:#666;}
.mp-content2 .item i,.mp-content3 .item i{margin-right:0.8rem;}

.useritem{position: fixed;left:66%;right:0.5rem;bottom:2.5rem;top:0;z-index:9;text-align: left;}
.useritem a{display: block;border-bottom:1px dotted #fff;padding:0.6rem 0.3rem 0.6rem 0.6rem;line-height:1.2rem;font-size:0.6rem;color:#fff;}
.useritem a:first-child{margin-top:3rem;}
.useritem a i{margin-right:0.3rem;}

.useritem2{margin-top:2.2rem;color:#FFF;text-align: left;}
.useritem2 a{display: block;padding:0.4rem 0.4rem 0.4rem 1.6rem;line-height:1.2rem;color:#fff;}
.useritem2.black{color:#333;}
.useritem2.black a{color:#333;}
.useritem2 a i{margin-right:0.8rem;}

#baidumap{z-index: 1;position: absolute;top:0;left:0;right:0;bottom:0;}
.infobox{position: absolute;z-index:5;bottom:-2.8rem;left:1rem;right:1rem;background-color: #FFF;border-radius: 0.4rem;overflow: hidden;box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);}
.mini-avatar{height:3rem;width:3rem;border-radius: 100%;display: block; margin: 0 auto; background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;}
iframe{width:100%;height:10rem;}

.bd-map{ width:60px; height:60px; margin-bottom:0; position:absolute; top:15%; margin-top:-30px; right:8%; text-align:center}
.css_sprite01 { background-image:url(../img/css_sprite01.png)!important; background-size:80% auto;  background-repeat: no-repeat!important; }
.bd-map span { position: absolute; z-index:5; left:50%; margin-left:-14px; display: inline-block; width: 36px; height: 42px; }
.bd-map .map-animate {position: absolute; left:50%; top:30%; z-index:4; margin-left:-10px; /* top: 140px; right: 119px;*/ width: 20px; height: 20px; border-radius: 50%; /*background:#fff; */
    -webkit-transform: rotateX(-110deg);
    -moz-transform: rotateX(-110deg);
    transform: rotateX(-110deg);

    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
}
.bd-map .map-animate strong { position: absolute; top: 30%; left: 50%; width: 20px; height: 20px; margin: 0px 0 0 -11px; border: 2px solid #fff; border-radius: 50%; }
.bd-map .map-animate strong:nth-child(1) {
    -webkit-animation: mapJump 1s linear infinite;
    -moz-animation: mapJump 1s linear infinite;
    animation: mapJump 1s linear infinite;
}
.bd-map .map-animate strong:nth-child(2) {
    -webkit-animation: mapJump 1.5s .75s linear infinite;
    -moz-animation: mapJump 1.5s .75s linear infinite;
    animation: mapJump 1.5s .75s linear infinite;
}
/*地图跳动*/
@keyframes mapJump {
    0% {transform:scale(0.1); opacity: 0;}
    90% {transform:scale(2); opacity: 0.9;}
    100% {transform:scale(2);opacity: 1;}
}
@-webkit-keyframes mapJump {
    0% {-webkit-transform:scale(0.1); opacity: 0;}
    90% {-webkit-transform:scale(2); opacity: 0.9;}
    100% {-webkit-transform:scale(2);opacity: 1;}
}
@-moz-keyframes mapJump {
    0% {-moz-transform:scale(0.1); opacity: 0;}
    90% {-moz-transform:scale(2); opacity: 0.9;}
    100% {-moz-transform:scale(2);opacity: 1;}
}
.sub-title{width:100%;display:block;height:2rem;line-height:2rem;padding-left:0.5rem;background-color:rgba(0,0,0,0.35);text-align: left;}
.square{border:2px solid #fff;border-radius: 0.2rem;height:3rem;width:3rem;display: block; background-repeat: no-repeat; -webkit-background-size: cover; background-position: center center;}
