/* 屏幕(0px) */
/* @media (min-width: 958px) { :root { font-size: calc(5px + (12 - 10) * ((100vw - 958px) / (1600 - 958)));}} */

html, body {
    background-color: transparent;
    overflow-x: hidden;
}
.popup-form {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    top: 50%;
    /* transform: translate(0, -50%) scale(0.45); */
    transform: translate(0, -50%);
    transform-origin: center center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.popup-img , .close-img {
    text-align: center;
    cursor: pointer;
} 
.popup-img a {
    display: block;
    width: 305px;
    height: 340px !important;
    border-radius: 10px;
    background-color: #d8d8d8;
    overflow: hidden;
    /* margin-top: 1.5rem; */
}
.close-img img {
    width: 100%;
    height: 100%;
}

.close-img {
    width: 23px;
    height: 23px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

@media (min-width: 450px) {
    .popup-form {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        top: 50%;
        /* transform: translate(0, -50%) scale(0.45); */
        transform: translate(0, -50%);
        transform-origin: center center;
        margin: 0 auto;
    }
    .popup-img , .close-img {
        text-align: center;
    } 
    .popup-img a {
        /* width: 30.5rem;
        height: 34.0rem; */
        width: 305px;
        height: 340px !important;
        border-radius: 10px;
        background-color: #d8d8d8;
        overflow: hidden;
        
        /* margin-top: 1.0rem; */
    }
    .close-img {
        width: 23px;
        height: 23px;
        margin-bottom: 20px;
    }

    /* .close-img {
        margin-bottom: 8.4375px;
    } */
    
}