/*pay box btn*/
#mengceng {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 550px;
    background-color: #000;
    opacity: .7;
    zoom: 1
}
.swal2-popup .pay-button-box {
    padding: 12px 30px;
    z-index: 1;
    text-align: center;
}
.swal2-popup{
    top: 50%;
    left: 50%;
    width: 19em!important;
    transform: translate(-50%,-50%);
    position: fixed!important;
    padding: 0px!important;
    display: flex;
    z-index: 999!important;
}
.swal2-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swal2-popup .pay-button-box .pay-item {
    width: 100%;
    height: 60px;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
    line-height: 60px;
    text-align: center;
}

.swal2-popup .pay-button-box .pay-item +.pay-item {
    border-top: 1px solid #e6e6e6;
}

.swal2-popup .pay-button-box .pay-item span {
    display: inline-block;
    text-align: center;
    width: 10em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swal2-popup .pay-button-box .pay-item i.alipay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../icons/alic.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.weixinpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../icons/wxc.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.yecpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../icons/yec.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item:hover {
    opacity: 0.6;
    color: #1990fc;
    transition: all 0.3s ease;
}
.swal2-title{
    margin: 0 0 0.4em!important;
    padding: 30px 0 10px 0!important;
    font-size: 1em!important;
}
.swal2-close{
    top: 5px!important;
    right: 5px!important;
    border-radius: 50%!important;
    transition: color .1s ease-out!important;
    background-color: #ffffff59!important;
    border-radius: 50%!important;
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / 50%)!important;
    align-items: center!important;
    font-size: 1.4em!important;
    position: absolute!important;
    color: #000!important;
}
.swal2-close:hover {-webkit-transform:none;transform:none;background:0 0!important;color:#ffffff!important;background-color:#9c9c9c!important;}
.xgplayer {
    z-index: 2 !important;
}

.qrcon {
    position: relative;
}

.qrcon h5 {
    padding: 0;
    margin-top: 1.8em;
}
.popup-logo{
    height: auto;
    width: 10em;
    margin: 20px auto;
    padding: 10px 20px;
}
.qrcon img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    text-align: center;
}

.qrcon .title {
    text-align: center;
    font-size: 16px;
    margin: 10px auto;
}

.qrcon .qrcode img {
    width: 200px;
    height: 200px;
}

.qrcon .bottom {
    border-radius: 0 0 .3125em .3125em;
    width: 100%;
    background: #33465a;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.qrcon .bottom.alipay {
    background: #00a7ef;
}

.qrcon .bottom.weixinpay {
    background: #08bb21;
}