.winbox {
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 651px !important;
    height: 502px !important;
    background: none !important;
    box-shadow: none !important;
    display: block;
    overflow: inherit;
}

.wb-body {
    background: url(../image/erweima_bg_v2.png) no-repeat center center;
}

.winbox.modal::after {
    background: #0d111770 !important;
}

.wb-title {
    display: none;
}

.wb-header {
    height: auto;
    top: 80px;
    z-index: 100;
    overflow: inherit;
}

.wb-icon {
    background: linear-gradient(#fc4d35, #e63161);
    border-radius: 30px;
    width: 46px;
    height: 46px;
    box-shadow: 2px 3px 5px #6776a4;
}

.wb-close {
    background-size: 25px auto !important;
}