.cbox-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);
}
.cbox-cover {
    position: fixed;
    top: 0;
    left: 0;
    
}
.cbox-alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cbox-alert-content {
    width: 100%;
    height: auto;
}
.cbox-dialog-image {
    position: relative;
    width:100%; 
    height: auto;
}

.cbox-dialog-image img{
    width:100%; 
    height: auto;
}

.logint-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);
}
.logint-cover {
    position: fixed;
    top: 0;
    left: 0;
    
}
.logint-alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.logint-alert-content {
    width: 100%;
    height: auto;
}
.logint-dialog-image {
    position: relative;
    width:100%; 
    height: auto;
}

.logint-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;
}