/*自定义弹框*/
.modal-mask{
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 99;
    display: table;
}
.modal-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.modal-container{
    margin: 0 8%;
    top: 9%;
    background-color: white;
    width: 84%;
    padding: 10% 4% 6% 4%;
    border-radius: 8px;
    box-sizing: border-box;
}
.modal-body .weui-cells_form .weui-input{
    height: 2rem;
    width: 100%;
    background: #F2F2F2;
    border: 0;
    outline: 0;
    text-indent: 10px;
    color: #000;
    border-radius: 4px;
}
.modal-body{
    color: #000;
}
.modal-body .weui-cells .weui-cell{
    padding: 0;
}
.modal-body .weui-cells .weui-cell:nth-child(1),
.modal-body .weui-cells .weui-cell:nth-child(2){
    margin-bottom: 8px;
}
.weui-cell_vcode .weui-vcode-btn{
    border-left: 0;
}
.modal-body .weui-cells:before,
.modal-body .weui-cells:after,
.modal-body .weui-cells .weui-cell:before,
.modal-body .weui-cells .weui-cell:after{
    border: 0;
}
.modal-body .member-tip{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #2E384D;
    letter-spacing: 1px;
    line-height: 24px;
}
.modal-body .interal-tooltip{
    margin-bottom: 20px;
}
.modal-body .interal-tooltip .interal-num{
    color: red;
    font-weight: bold;
}
.modal-body .weui-cells_checkbox:after{
    display: table;
    content: '';
    clear: both;
    overflow: hidden;
}
.modal-container .rule-icon{
    float: left;
    padding: 20px 0 25px 0;
}
.modal-container .rule-desc{
    float: left;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2E384D;
    letter-spacing: 0;
    padding: 28px 0 25px 0;
    line-height: 14px;
}
.modal-container .rule-desc .member-rule{
    color: #356fd8;
    display: inline-block;
}
.modal-container .rule-icon .weui-icon-checked:before{
    color: #B20F23!important;
}
.modal-footer .weui-btn{
    display: block;
    width: 46%;
    font-size: 16px;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
}
.modal-footer:after{
    display: table;
    clear: both;
    overflow: hidden;
    content:'';
}
.modal-footer .confirm-button{
    float: right;
    background-color: #B20F23;
}
.modal-footer .cancel-button{
    background-color: #fff;
    color: #B20F23;
    border: 1px solid #B20F23;
    float: left;
}
/*规则弹框*/
.modal-content{
    background-size: 100% 100%;
    width: 80vw;
    height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    margin: 120px auto 30px;
    background-color: #fff;
    border-radius: 8px;
}
.modal-content .item-detail{
    text-align: center;
}
.modal-content .item-text{
    font-size: 14px;
    color: #6B7378;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin: 0 auto;
    padding:20px;
}
.modal-close{
    width: 100%;
    text-align: center;
}
.modal-close img{
    width: 40px;
    height: 40px;
    text-align: center;
}

/*上传附件*/
.goods-proof{
    font-family: PingFangSC-Medium;
    color: #000000;
    letter-spacing: 1px;
    margin-top: 0.8rem;
    font-weight: 600;
}
.goods-proof .page-hd-title{
    font-size: 16px;
}
.goods-proof .goods-desc{
    color: #666666;
    letter-spacing: 1px;
    font-size: 14px;
}
.weui-uploader .weui-uploader__input-box{
    margin-top: 14px;
    width: 93px;
    height: 93px;
    background-color: #fff;
}
.weui-uploader__files .weui-uploader__file{
    width: 93px;
    height: 93px;
    margin-right: 14px;
    margin-top: 14px;
    position: relative;
}
.weui-uploader .weui-uploader__files .img-item-close{
    width: 20px;
    height: 20px;
    background: url('../i/img/close-red.png') center center no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -9px;
    right: -7px;
}
.weui-uploader__input-box:before{
    background-color: #CCCCCC;
    height: 32px;
}
.weui-uploader__input-box:after{
    background-color: #CCCCCC;
    width: 32px;
}
