/* 组件样式每个组件一块不要分开 */
[v-cloak] {
    display: none;
}
/* 蒙层 */
.v-mask{
    position: fixed;
    left:0;
    right:0;
    width:100%;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.7);
    z-index:300;
}
/* v-img 图片列表组件 */
.v-img img{
    max-width:100%;
}
/* loading 组件 */
.v-loading{
    position: fixed;
    left:0;
    right:0;
    width:100%;
    top:0;
    bottom:0;
    background:#fff;
    z-index:499;
}
.v-loading .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.v-loading img{
    width:0.6667rem;
    height:0.72rem;
}
/* 自定义头部 */
.v-header{
    position: fixed;
    left:0;
    width:100%;
    top:0;
    /* ios6 plus 默认高度 44px 总体 64 上方 20 状态栏 */
    height:1.28rem;
    line-height: 1.28rem;
    padding-top:0.5333rem;
    z-index:500;
    box-sizing: content-box;
    background: #FFFFFF;
}
.v-header .v-header-left{
    position: absolute;
    left:0;
    bottom:0;
    min-width:1.8667rem;
    height: 1.28rem;
    line-height: 1.28rem;
    background:url(/common/components/images/back-top.png) no-repeat 0.5333rem center;
    background-size: .314667rem .533333rem;
}
.v-header .v-header-title{
    font-family: PingFangSC-Regular;
    font-size: .426667rem;/*16px*/
    color: #3E3E3E;
    text-align: center;
}
.v-header .v-header-right{
    position: absolute;
    right:0;
    bottom:0;
    min-width:1.6rem;
    height: 1.28rem;
    line-height: 1.28rem;
    text-align: center;
    color:#fff;
}
/* 视频组件 */
.v-video .video-responsive{
    position: relative;
}
.v-video video{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: fill
}
.v-video .play-btn{
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-0.64rem;
    margin-left:-0.64rem;
    width:1.28rem;
    height:1.28rem;
    z-index:50;
    /* border-radius: 100%;
    background:url(/common/components/images/play.png) no-repeat center;
    background-size:0.96rem 0.96rem; */
}
.v-video .play-btn img {
    max-width:100%;
    max-height:100%;
}
.v-video .bgimg{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:10;
}
.v-video .bgimg img{
    width:100%;
    height:100%;
}
/* 支付弹框 */
.v-pay {
    position: fixed;
    background:#fff;
    left:0;
    right:0;
    bottom:0;
    z-index:888;
}
.v-pay .v-pay-nav{
    font-family: PingFangSC-Regular;
    font-size: 0.48rem;
    color: #323232;
    text-align: center;
    padding:0.4rem;
    position: relative
}
.v-pay .v-pay-nav span{
    position: absolute;
    display: block;
    left:0;
    width:1.0667rem;
    font-size:0.7467rem;
    top:0.2667rem;
}
.v-pay .v-pay-pwd{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.v-pay .v-pay-pwd-contain{
    padding:0 0.4rem;
    margin-bottom:0.8rem;
}
.v-pay .v-pay-input{
    padding: 0.2667rem;
    text-align: center;
    font-size: 0.5333rem;
    font-weight: 600;
    width: 16.6667%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left:none;
}
.v-pay .v-pay-input:first-child{
    border-left: 1px solid #e0e0e0;
}
.v-pay input[disabled]{
    background: #fff;
    color: #333;
    -webkit-text-fill-color: #333;
}
.v-pay .v-pay-keyboard-contain{

}
.v-pay .v-pay-keyboard-left{
    float:left;
    width:75%;
}
.v-pay .v-pay-keyboard-left .v-pay-keyboard-cell{
    text-align: center;
    height: 1.3333rem;
    line-height: 1.3333rem;
    float:left;
    width:33.3333%;
    position: relative;
    color: #030303;
    font-size:0.64rem;
    font-family: HelveticaNeue;
}
.v-pay .v-pay-keyboard-left .v-pay-keyboard-cell:after{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    pointer-events: none;
    border-top: 1px solid #E0e0e0;
    border-right: 1px solid #E0e0e0;
}
.v-pay .v-pay-keyboard-right{
    float:left;
    width:25%;
}
.v-pay .v-pay-keyboard-del{
    text-align: center;
    height: 1.3333rem;
    line-height: 1.3333rem;
    position: relative
}
.v-pay .v-pay-keyboard-del:after{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    pointer-events: none;
    border-top: 1px solid #E0e0e0;
    border-right: 1px solid #E0e0e0;
}
.v-pay .v-pay-keyboard-submit{
    height:4rem;
    line-height: 4rem;
    text-align: center;
    background:#4088ff;
    color:#fff;
    font-size:0.3733rem;
}
/* alert 弹出层组件 */
.v-alert{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.4);
    z-index:999;
}
.v-alert .v-alert-box{
    width: 75%;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.v-alert .close{
    position: absolute;
    width:0.8533rem;
    height:0.8533rem;
    line-height:0.8533rem;
    right:0;
    top:0;
    font-size:0.4267rem;
    color:#999;
}
.v-alert .v-alert-box h1 {
    font-size: 0.4rem;
    font-style: normal;
    height:1.0667rem;
    line-height:1.0667rem;
}
.v-alert .v-alert-box p {
    font-size: 0.3733rem;
    line-height:1.5;
    padding:0.2667rem 0.4rem 0.6rem;
}
.v-alert .v-alert-box .empty-title{
    padding:0.6rem 0.4rem;
}
.v-alert .btn{
    position: relative;
    height:1.28rem;
    line-height: 1.28rem;
}
.v-alert .btn:before{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-top: 1px solid #DBDCDC;
    pointer-events: none;
}
/* 一个按钮的情况 */
.v-alert .v-alert-box .btn .confirm {
    font-size: 0.4267rem;
    display: block;
    width:100%;
    height:1.28rem;
    color: #007AFF;
}
/* 两个按钮的情况 */
.v-alert .v-alert-box .btns .confirm {
    font-size: 0.4267rem;
    float:left;
    width:50%;
    height:1.28rem;
    color: #007AFF;
    position: relative;
}
.v-alert .btns .confirm:before{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-left: 1px solid #DBDCDC;
    pointer-events: none;
}
.v-alert .v-alert-box .btn .cancel {
    font-size: 0.4267rem;
    float:left;
    width:50%;
    height:1.28rem;
    color: #999;
}

/* iphoneX 适配 头部 */
.iphonex{
    padding-top:2.613rem;
}
.iphonex .v-header{
    padding-top:1.3333rem;
}
body.iphone{
    padding-top:1.8133rem;
}
body.android{
    padding-top:1.28rem;
}
body.android .v-header{
    padding-top:0;
}
/* @media only screen and (device-width: 375px) and (device-height: 812px) and
(-webkit-device-pixel-ratio: 3) {
    .v-header{
        padding-top:0.9067rem;
    }
    body{
        padding-top:2.08rem;
    }
}
/* xs max */
/* @media only screen and (device-width: 414px) and (device-height: 896px) and
(-webkit-device-pixel-ratio: 3) {

} */
/* xr */
/* @media only screen and (device-width: 414px) and (device-height: 896px) and
(-webkit-device-pixel-ratio: 2) {

} */

/* 抽奖九宫格 */
#lottery ul li{
    width:3.253333rem;
    /* height:2.133333rem; */
    text-align:center;
    color:#333;
    display: inline-block;
    margin: -0.08rem 0;
    position: relative;
}
#lottery ul li img{
    display:block;
    width:100%;
    height:100%;
}
#lottery ul li a{
    width:3.253333rem;
    /* height:2.133333rem; */
    display:block;
    text-decoration:none;
}
#lottery ul li.active .mask{
    display:block;
}
#lottery ul li .mask{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: url(/common/components/images/mask.png) no-repeat center left;
    background-size: 100% 100%;
    display:none;
}

/* 免责声明 */
.disclaimer-box {
    padding-top: 1.0667rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
  }
  .disclaimer-box .disclaimer-head-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.3733rem;
    line-height: 0.3733rem;
    margin-bottom: 0.2133rem;
  }
  .disclaimer-box .disclaimer-head-wrap .head-wrap-line {
    width: 2.08rem;
    height: 1px;
    transform: scaleY(0.5);
    background-color: #e9e9e9;
  }
  .disclaimer-box .disclaimer-head-wrap .head-wrap-line.left {
    margin-right: 0.32rem;
  }
  .disclaimer-box .disclaimer-head-wrap .head-wrap-line.right {
    margin-left: 0.32rem;
  }
  .disclaimer-box .disclaimer-head-wrap .head-wrap-title {
    color: #989ca5;
  }
  .disclaimer-box .disclaimer-content {
    font-size: 0.2933rem;
    color: #bbbdc2;
    line-height: 0.5867rem;
    max-height: 1.1733rem;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 0.1067rem;;
  }
  .disclaimer-box .disclaimer-content.is-expanded {
    max-height: unset !important;
  }
  .disclaimer-box .disclaimer-content.is-large {
    max-height: 0.9067rem;
  }
  .disclaimer-box .disclaimer-content .disclaimer-content-item {
    margin-bottom: 0.32rem;
  }
  .disclaimer-box .disclaimer-content .disclaimer-content-item:last-of-type {
    margin-bottom: 0;
  }
  .disclaimer-box .expand-icon {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/expand_gray.png) no-repeat center / 100%;
    margin: 0 auto;
  }
  .disclaimer-box.black .disclaimer-head-wrap .head-wrap-line {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .disclaimer-box.black .disclaimer-head-wrap .head-wrap-title {
    color: rgba(255, 255, 255, 0.6);
  }
  .disclaimer-box.black .disclaimer-content {
    color: rgba(255, 255, 255, 0.3);
  }
  .disclaimer-box.black .expand-icon {
    background: url(../images/expand_trans.png) no-repeat center / 100%;
  }
