
@media (max-width: 992px) {
    .xe-pop {
        left: 0px !important;
        /*         max-width: 100vw; */
        max-width: 100%;
        height: auto !important;
        /*         min-width: 320px; */
    }
}

.xe-pop {
    display: block;
    width: 530px;
    height: auto;
    color: #fff;
    position: absolute;
    background-color: #000;
    top: 15%;
    left: 10%;
    text-align: center;
    border: 2px solid #000;
    z-index: 99;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 40px;
}

.xe-pop a {
    display: block;
    width: 100%;
    height: 100%;
}

.xe-pop-img {
    width: 100%;
    height: 100%;
}

.xe-popup_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    background: #323232;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}

.pop-close-box {
    padding: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
}

.pop-close-box form {
    position: relative;
}

.pop-close-box form:after {
    content: '';
    display: block;
    clear: both;
}

.pop-check {
    padding-right: 100px;
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: left;
}

.pop-check label {
    opacity: 0.8;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: #fff;
    margin: 0;
}

.pop-check input {
    margin-right: 8px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.pop-close {
    position: absolute;
    right: 0;
    display: inline-block;
    padding-left: 15px;
}

.pop-close .pop-close-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #ff3780;
    border: 1px solid #ff3780;
    padding: 4px 13px;
    border-radius: 20px;
    text-decoration: none;
}
