/* wechat-shop 付费下载 */
.xunhu-downbox{
 width: 100%;
 text-align: center;
 margin: 15px auto;
}
.xunhu-downbox a,.xunhu-downbox a:hover{
    color: #fff!important;
}
.xunhu-downlockicon{top: 10px;left:10px;}
/*付费阅读*/
.xunhu-layzeload-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 101;
    padding: 180px 0 40px 0;
    text-align: center;
   background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,#fff 70%);

}
/*打赏*/
.xunhu-ds-pire{border-radius: 2px;
    color: #757575;
    margin: auto;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 14px;
    text-align: center;
    width: 65px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #ddd;
    margin-bottom: 15px;
}
.xunhu-ds-pire:hover,.xunhu-ds-pire.active{background-color: #5fb878;border-color: #5fb878;color: #fff;}
/*会员等级*/
.xunhu-member-info{width: 85%;margin: 15px auto;}
.xunhu-member-item{padding: 2%;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    width: 24%;
    color: #757575;
    margin-bottom: 20px;
    margin: 2.5%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
  }
.xunhu-member-item.active,.xunhu-member-item:hover{border-color: #5fb878;
z-index:2;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)
}
.xh-member-pay{}
.xh-member-pay a{color: #757575}
.xh-member-pay a.active,.xh-member-pay a:hover{color: #5fb878;}
.xunhu-order-status-ok{height: 48px;width: 48px;background: url(../image/v2/order-status.png) no-repeat 0 0;}
.xunhu-order-status-fail{height: 48px;width: 48px;background: url(../image/v2/order-status.png) no-repeat -49px 0;}
.xunhu-order-status-cancel{height: 48px;width: 48px;background: url(../image/v2/order-status.png) no-repeat -98px 0;}
.xunhu-down-icon{width: 30px;height: 30px;background: url(../image/v2/xh-close.png) no-repeat -64px 8px;display: inline-block;}
.xunhu-up-icon{width: 30px;height: 30px;background: url(../image/v2/xh-close.png) no-repeat -86px 8px;display: inline-block;}
.xunhu-member-border{width: 100%!important;border-radius: 2px;border:1px solid #eee;margin: 15px auto!important;
-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
}
/*卡密*/
.xunhu-checkout-title{    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    border-bottom: 2px solid #eee;
    background: #fff; }
.xh-cdkey-left{width: 17%;border-radius: 2px;}
.xh-cdkey-right{width: 80%;border:1px solid #f3f3f3;border-radius: 2px;background-color: #fff;min-height: 700px;}
.xunhu-cdkey-checkout{width: 550px;max-width: 100%;border:1px solid #eee;background-color: #fff;
border-radius: 2px;
margin: 40px auto;
}
.xunhu-cdkey-checkout .checkcontent{padding: 30px 50px 50px 50px;}
/*表单支付*/

/*购物车模式*/
.xunhu-cart-layout{width: 750px;
    margin: 20px auto;
    max-width: 100%;}
.xunhu-cart-box{
   margin-top: 20px;
    background: #fff;
    padding: 30px 35px;
    border:2px solid #eee;
    border-radius: 4px;
}
.xunhu-steps {
  display: flex;
  margin: 0px auto;
  counter-reset: step;
  padding-bottom: 20px;
  -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.xunhu-steps span {

  list-style-type: none;
  font-size: 55%;
  text-align: center;
  width: 33.3%;
  position: relative;

}
.xunhu-steps span:before {
  display: block;
  content: counter(step);
  counter-increment: step;
  width: 38px;
  height: 38px;
  background-color: #5fb878;
  line-height: 38px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;

  margin: 0 auto 8px auto;
   position: relative;
  z-index: 99;
}

.xunhu-steps span ~ span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #019875;
  position: absolute;
  left: -50%;
  top: 18px;
  z-index: 3;
}

.xunhu-steps span.active:before,
.xunhu-steps span.active:after {
  background-color: #5fb878;
}


.xunhu-steps span.active ~ span:before,
.xunhu-steps span.active ~ span:after {
  background-color: #777;
}
/*移动端*/
@media (max-width : 767px){
.xh-cdkey-left{width: 100%;}
.xh-cdkey-right{width: 100%;}
.xunhu-cdkey-checkout .checkcontent{padding: 15px 20px 20px 20px;}
.xunhu-cart-box{padding: 10px;}
.xunhu-member-item{width: 100%!important}
}
