.popup-2-floor {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.popup-2-floor2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-2-middle {
    display: flex;
    flex-direction: column;
    width: 480px;
    height: 256px;
    background: #FFFFFF;
    border-radius: 8px;
}

.popup-2-flex-1 {
    display: flex;
    width: 100%;
    height: 62px;
    align-items: center;
    justify-content: space-between;
}

.popup-2-flex-1-tip {
    flex: auto;
    width: 54px;
    height: 18px;
    line-height: 18px;
    margin-left: 26px;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 900;
    color: #181818;
}

.popup-2-flex-1-close {
    align-self: flex-start;
    width: 24px;
    height: 24px;
    margin-top: 20px;
    margin-right: 26px;
    cursor: pointer;
    background: url(../img/Slice138.png) no-repeat;
}

.popup-2-flex-2 {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.popup-2-flex-2-1, .popup-2-flex-2-4 {
    flex: 2;
    display: flex;
    align-items: center;
}

.popup-2-flex-2-1 {
    color: #333333;
    font-weight: 600;
}

.popup-2-flex-2-2, .popup-2-flex-2-3 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: #666666;
}

.popup-2-flex-2-2 {
    color: #666666;
}

.popup-2-flex-2-2 span {
    color: #F0913C;
}

.popup-2-flex-2-3 span {
    color: #DB4E3E;
}

.popup-2-flex-2-4 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    background: #DB4E3E;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
}