.bigPayVipBox{
    display: none;
}
.bigPayVipBox .mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10000;
}
.bigPayVipBox .pay_detail{
    width: 730px;
    height: 416px;
    position: fixed;
    margin-left: -365px;
    margin-top: -213px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: url(/images/paybox/zf_bg.png) no-repeat center;
    background-size: cover;
    padding: 22px 22px 22px 0;
    box-sizing: border-box;
}
.pay_detail .pay_title{
    padding-left: 22px;
    margin-bottom: 2px;
}
.pay_detail .small_title{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-bottom: 0;
    padding-left: 22px;
}
.pay_detail .pay_title i{
    float: right;
    background: url(/images/hideBtn.png) no-repeat center;
    font-style: normal;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0;
}

.pay_center_l{
    width: 529px;
    height: 352px;
    background: url(/images/paybox/zf_small_bg.png) no-repeat center;
    background-size: cover;
    float: left;
    padding-left: 22px;
}
.pay_center_r{
    float: right;
}
.pay_center_l>p{
    margin-top: 22px;
    margin-left: 15px;
    margin-bottom: 12px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}
.pay_center_l ul{
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.pay_center_l ul li{
    float: left;
    width: 140px;
    height: 160px;
    background: #F7F7F7;
    border-radius: 8px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.pay_center_l ul li.add{
    background:#FBF3E6;
    border: 1px solid #F4A629;
}
.pay_center_l ul li p{
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-top: 34px;
}
.pay_center_l ul li b{
    height: 41px;
    font-size: 34px;
    font-weight: bold;
    color: #BB7C16;
    line-height: 41px;
    display: block;
    margin: 4px 0 8px;
}
.pay_center_l ul li span{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    display: block;
}
.pay_btn{
    padding-left: 15px;
}
.pay_btn p{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-bottom: 12px;
}
.pay_btn b{
    width: 130px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #979797;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
}
.pay_btn b.wxBtn{
    margin-right: 24px;
}
.pay_btn b.def{
    background: #FBF3E6;
    border: 1px solid #F4A629;
    color: #BB7C16;
}
.pay_center_r{
    text-align: center;
}
.pay_center_r span{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    display: block;
    margin-top: 30px;
}
.pay_center_r b{
    height: 62px;
    font-size: 42px;
    color: #BB7C16;
    line-height: 62px;
    display: block;
}
.pay_center_r .wx_detail p{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 24px;
}
.pay_center_r .zfb_detail{
    width: 155px;
    display: none;
}
.pay_center_r .wx_detail{
    position: relative;
}
.pay_center_r .wx_detail,.pay_center_r .zfb_detail{
    width: 155px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
#ewmVipImg{
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}
.pay_center_r .zfb_detail p{
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: left;
    margin: 45px 0 22px;
}
.pay_center_r .zfb_detail b{
    width: 148px;
    height: 38px;
    line-height: 38px;
    background: #DC183C;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
}