* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    /* height: 100%; */
}

.popup {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.infoCon {
    width: 79.7333vw;
    height: 110.9333vw;
    background: url(../images/complete/bg.png?_cdnv=80.2025.11.4-108063144) no-repeat;
    background-size: 100% 100%;
    margin: calc((100vh - 120vw)/2) auto 5.0667vw;
    padding-top: 6vw;
    box-sizing: border-box;
}

.btn_login {
    width: 65.6vw;
    height: 12.5333vw;
    margin: 0 auto;
}

.infoCon_txt1 {
    width: 85%;
    height: 22vw;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    font-size: 3.4vw;
    overflow: scroll;
    margin-bottom: 10vw;
}

.infoCon_item {
    width: 69.0667vw;
    height: 11.7333vw;
    background: #F5FDFB;
    border-radius: 2.1333vw;
    /* border: 0.2667vw solid rgba(140, 207, 170, 1); */
    border: 0.1333vw solid #e5532d;
    margin: 0 auto 2.6667vw;
    padding: 0 1.0667vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.info_icon {
    width: 11.7333vw;
    height: 11.7333vw;
}

.info_input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 53.3333vw;
    height: 5.6vw;
    line-height: 5.6vw;
    padding-left: 1.8667vw;
    border-left: 0.266vw solid #e5532d;
    font-size: 3.7333vw;
    color: #e5532d;
}

    .info_input::placeholder {
        color: #716565;
    }

.info_input_code {
    border: none;
    outline: none;
    background-color: transparent;
    width: 34.8vw;
    height: 5.6vw;
    line-height: 5.6vw;
    padding-left: 1.8667vw;
    border-left: 0.266vw solid #e5532d;
    font-size: 3.7333vw;
    color: #e5532d;
}

    .info_input_code::placeholder {
        color: #716565;
    }

.btn_code {
    width: 17.0667vw;
    height: 6.9333vw;
    background: linear-gradient(180deg, #FFE675 0%, #F29209 100%);
    border-radius: 4vw;
    color: #fff;
    font-size: 3.2vw;
    line-height: 6.93vw;
    text-align: center;
    outline: none;
    border: none;
}

.statement_tit {
    margin-left: 5.3333vw;
    margin-top: 6.9333vw;
    display: flex;
    align-items: center;
}

    .statement_tit span {
        color: #167B64;
        font-size: 3.7333vw;
    }

.icon_statement {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.6vw;
}

.stateDetail {
    width: 69.0667vw;
    height: 27.4667vw;
    background: #F5FDFB;
    border-radius: 2.1333vw;
    margin: 2.1333vw auto 0;
    padding: 2.6667vw 2.9333vw;
    box-sizing: border-box;
    overflow: auto;
}

    .stateDetail div {
        color: #5F8F82;
        font-size: 2.6667vw;
        margin-bottom: 2vw;
    }

.agree_box {
    padding-left: 6vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    color: #727272;
}

    .agree_box span {
        color: #e4522c;
    }

.agree_radio {
    outline: none;
    -webkit-appearance: none;
    width: 4.733vw;
    height: 4.733vw;
    line-height: 3.733vw;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    margin-right: 2vw;
}

    .agree_radio[type="radio"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3.733vw;
        height: 3.733vw;
        border: 1px solid #e5532d;
        border-radius: 50%;
    }

    .agree_radio[type="radio"]:checked::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3.733vw;
        height: 3.733vw;
        border: 1px solid #0D9773;
        border-radius: 50%;
        background: url('../images/complete/icon_radio_select.png?_cdnv=80.2025.11.4-108063144');
        background-size: 100% 100%;
    }

.statePop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.596);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.stateCon {
    width: 86.4vw;
    height: 130.6667vw;
    background: url(../images/complete/statement_bg.png?_cdnv=80.2025.11.4-108063144) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc((100vh - 130vw)/2);
    left: calc((100vw - 86.4vw)/2);
}

.icon_close {
    width: 5.8667vw;
    height: 5.8667vw;
    position: absolute;
    top: 3.2vw;
    right: 3.2vw;
}

    .icon_close img {
        width: 100%;
        height: 100%;
    }

.stateCon_tit {
    padding-top: 13.3333vw;
    margin-left: 5.3333vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 5.8vw;
}

    .stateCon_tit img {
        width: 6.9333vw;
        height: 7.7333vw;
        margin-right: 2vw;
    }

.stateDetail {
    width: 100%;
    height: 103vw;
    /* background: #F5FDFB; */
    border-radius: 2.1333vw;
    margin: 6.1333vw auto 0;
    padding: 5.6vw;
    box-sizing: border-box;
    overflow: auto;
}

    .stateDetail div {
        color: #708B83;
        font-size: 3.2vw;
        margin-bottom: 4.2667vw;
    }

.light_win_fail_popup_close {
    width: 9vw;
    height: 9vw;
    margin: 5vw auto;
}

/* AutoCdn: 2/21/2026 10:12:38 AM, Changes=3, cdnv=80.2025.11.4-108063144 */
