.popup {
    display: none;
}

.kpop_popup_wrap {
    display: flex;
    z-index: 9999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kpop_popup:nth-child(2) {
    margin-left: 10px;
}

.kpop_popup.large {
    width: 710px;
}

.kpop_popup.small {
    width: 370px;
}

.popup_head {
    overflow: hidden;
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
    background-color: #fff;
}

.popup_count {
    float: left;
    font-size: 23px;
}

.popup_btn {
    float: right;
}

.popup_btn input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hide_text {
    padding-left: 4px;
    color: #636363;
}

.popup_close {
    margin-left: 16px;
    cursor: pointer;
}

.popup_background {
    z-index: 9999998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}