
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	z-index: 1000;
}

#apply-popup, #success-popup {
    /* width: 100%; */
    height: 100vh;
	z-index: 1000;
    position: relative;
}

#apply-popup .apply_box{
    position:fixed;
    left: calc(50% - 212px);
    top: calc(50% - 266px);
    margin: 0;
    z-index: 1200;
}
#success-popup .content{
    position:fixed;
    width: 480px;
    height: 582px;
    left: calc(50% - 240px);
    top: calc(50% - 291px);
    margin: 0;
    z-index: 1200;
    /* background-color: #fff; */
    background: url(../images/2023_bg.png) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(3,12,34,0.12);
    border-radius: 8px 8px 8px 8px;
}

.mb24x {
    margin-bottom: 24px;
}

.success-popup-btn {
    width: 352px;
    height: 56px;
    line-height: 50px;
    background: url(../images/2023-btn.png) no-repeat center center;
    /* border-radius: 4px 4px 4px 4px; */
    margin: auto;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F54356;
    text-align: center;
    cursor: pointer;
}

.exchange-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 41px;
    top: 1px;
    cursor: pointer;
}

