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

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

.popup-3-middle {
    display: flex;
    flex-direction: column;
    width: 620px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 8px;
}

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

.popup-3-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-3-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-3-flex-2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.popup-3-flex-2-1 {
    width: 500px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

.popup-3-flex-2-2, .popup-3-flex-2-3, .popup-3-flex-2-4 {
    width: 500px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-3-flex-2-2 .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 56px;
    background: #F0F6FE;
    color: #2E54E3;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;

}

.popup-3-flex-2-2 .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 56px;
    background: #FFF2F0;
    color: #DB4E3E;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

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

.popup-3-flex-2-3 .left {
    width: 220px;
    height: 66px;
}

.popup-3-flex-2-3 .right {
    width: 220px;
    height: 66px;
}

.popup-3-flex-2-4 {
    justify-content: space-around;
    color: #FFFFFF;
}

.popup-3-flex-2-4 a {
    color: #FFFFFF;
}

.popup-3-flex-2-4 .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 32px;
    background: #2E54E3;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;

}

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