html, body {
    margin: 0;
    padding: 0;
}

.layui-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.dub-text2 {
    width: 126px;
    height: 25px;
    background-image: linear-gradient(90deg, #FCDD9D 0%, #F6F9AC 100%);
    border-radius: 8px;
}

.dub-msg-title {
    margin-left: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.79px;
}

.dub-type-title {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}

.dub-tip-text {
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    letter-spacing: 0;
}

.dub-button {
    width: 100%;
    height: 52px;
    background-image: linear-gradient(270deg, #FF4288 0%, #FF4E03 100%);
    border-radius: 25px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.dub-count-text {
    font-weight: 700;
    font-size: 42px;
    color: #FE3F73;
    letter-spacing: 0;
    text-align: center;
}

.dub-count-text-dw {
    font-weight: 700;
    font-size: 16px;
    margin-left: 3px;
    margin-top: 15px;
    color: #FE3F73;
    letter-spacing: 0;
    text-align: center;
}

.dub-count-text-msg {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
}

.dub-count-text-msg-name {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

body .dub-dialog {
    border-radius: 17px;
    background: #FFFFFF;
}

body .dub-dialog .dialog-user-img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: -45px
}

body .dub-dialog .dialog-user-close {
    width: 18px;
    height: 18px;
    margin: 14px;
}


body .dub-dialog .dialog-user-name {
    margin-top: 20px;
    font-weight: 500;
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
}
body .dub-dialog .dialog-user-bind {
    margin-top: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
body .dub-dialog .dialog-user-edit-box {
    margin-top: 15px;
    width: 234px;
    height: 52px;
    background: #EAEAEA;
    border-radius: 10px;
    text-align: center;
}
body .dub-dialog .dialog-user-edit {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    background: #EAEAEA;
    border-radius: 10px;
    text-align: center;
    border: 0px
}
body .dub-dialog .dialog-user-tip {
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
}