/*登录注册付款中转窗口*/
body { line-height: 20px; color: #5a5a5a; background: white; font-size: 14px; width: 100%; max-width: 100%;font-family:PingFangSC-Regular, sans-serif;} 
*{
    padding: 0;
    margin: 0;
}
.cc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc img{
    width: 100%;
    height: auto;
}
.bg-bar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #0980FF;
    color: #FFF;
    height: 40px;
}
.bb-right{
    display: flex;
    align-items: center;
}
.t2{
    padding: 0 10px;
}
.bbr-line{
    width: 1px;
    height: 12px;
    background-color: #FFF;
}

.vipt-base-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.vipt-cover {
    position: fixed;
    top: 0;
    left: 0;
    
}
.vipt-alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.vipt-alert-content {
    width: 100%;
    height: auto;
}
.vipt-dialog-image {
    position: relative;
    width:100%; 
    height: auto;
}

.vipt-dialog-image img{
    width:100%; 
    height: auto;
}
.qw-close{
    position: absolute;
    top:-5px;
    right: -5px;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qw-close::before,
.qw-close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
}
.qw-close::before{
    width: 40%;
    height: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.qw-close::after{
    width: 2px;
    height: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.qr-close{
    top: -12px!important;
    right: -12px!important;
    width: 30px!important;
    height: 30px!important;
}
