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

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

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

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

.popup-1-flex-1-yes {
    width: 24px;
    height: 24px;
    background: url(../img/Slice137.png) no-repeat;
    margin-top: 32px;
    margin-left: 26px;
    cursor: pointer;
}

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

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

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

.popup-1-flex-2 span {
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
}

.popup-1-flex-2 samp {
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
}

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

.popup-1-flex-3 .span-1-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D8D8D8;
    color: #999999;
}

.popup-1-flex-3 .span-2-location {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 32px;
    margin-left: 10px;
    margin-right: 26px;
    background: #DB4E3E;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}