#w0,
.mobile-nav {
    background: transparent;
}

.tooltip_failure_div {
    max-width: 400px;
}

.wrap {
    position: relative;
}

.index_main {
    display: flex;
    justify-content: center;
}

.tooltip-inner {
    background: rgba(0, 0, 0, 0.85) !important;
}

.bg_top {
    position: absolute;
    top: 64px;
    width: 100%;
    height: 100%;
    max-height: 775px;
    background-image: url(/images/activity/bp_bigbg.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.4;
    z-index: 0;
}

.index_header {
    position: relative;
    width: 1200px;
    padding-top: 135px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 1;
}

.index_content {
    font-family: "Inter Regular";
    font-feature-settings: "kern" on;
}

.content_header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.content_header .header_title {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    /* 白色 */
    color: #FFFFFF;
    max-width: 860px;
    text-align: center;
}

.content_header .header_content {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 文字 */
    color: #80879A;
    max-width: 860px;
}

.content_header .header_content a {
    color: #FFDB9E;
}

.content_body {
    padding: 80px 12px 65px 12px;
    border-radius: 12px;
    background: linear-gradient(226deg, rgba(46, 47, 54, 0) 6%, #2E2F36 94%);
    box-sizing: border-box;
    background-image: url(/images/activity/survey/bp_topic_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.content_body button {
    width: auto;
    height: auto;
    min-width: 250px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FFDB9E;
    box-sizing: border-box;
    border: 1px solid #3F414B;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #1F1F24 !important;
}

.content_body .question_page {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    max-width: 800px;
}

.question_page .question_area {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;

    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.question_page .question_area.visible {
    opacity: 1;
    transform: translateY(0);
}

.question_area .question_title {
    font-family: "Inter Regular";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.question_area .question_options {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}

.question_options .scoring_area {
    flex: 1;
    padding: 30px 0 20px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    cursor: pointer;

    transition: all 0.3s;
}

#eventWinModal #getCounponBtn {
    border-radius: 0 !important;
    background: linear-gradient(180deg, #FFF0B8 0%, #E2BD6E 100%), linear-gradient(180deg, #FFDB9E 0%, #F8D885 97%);
    box-sizing: border-box;
    border: 1px solid;
    box-shadow: inset 0px 4px 2px 0px #CC9F52;
    max-width: 420px;
    color: #502709 !important;
}

.question_options .scoring_area:hover {
    transform: translateY(-10px);
    border: 1px solid #FFDB9E;
}

.question_options .scoring_area.active {
    border: 1px solid #FFDB9E;
}

.question_options.check_div {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.question_options .check_area {
    flex: 1 1 calc(50% - 20px);
    min-height: 48px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    padding: 10px 20px;

    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 8px;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #80879A;
    cursor: pointer;
}

.question_options .check_area.other_infor {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.question_options .check_area input[type='checkbox'] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    border-radius: 2px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #80879A;
}

#otherFunctions {
    height: 26.179px;
    border: none;
    border-radius: unset;
    background: transparent;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    width: 100%;
}

#otherFunctions::placeholder {
    color: #80879A !important;
}

.question_options .saqs_area {
    width: 100%;
}

.question_options .saqs_area textarea {
    width: 100%;
    border-radius: 8px;
    height: 200px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    padding: 10px;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #FFFFFF;

    resize: none;
}

.scoring_area>img {
    width: 50%;
}

.scoring_area>p {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #80879A;
}

@media only screen and (max-width: 767px) {


    .index_header {
        padding-top: 50px;
        padding-bottom: 40px;
    }


    .content_header {
        gap: 12px;
    }

    .content_header .header_title {
        font-size: 28px;
        font-weight: 900;
        line-height: 36px;
    }

    .content_header .header_content {
        font-size: 12px;
        font-weight: normal;
        line-height: 22px;
    }

    .content_body {
        padding: 30px 12px 30px 12px;
    }

    .content_body .question_area {
        align-items: baseline;
        gap: 20px;
    }

    .question_area .question_title {
        font-size: 18px;
        font-weight: 600;
    }

    .question_area .question_options {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .question_options .scoring_area {
        flex: 1 1 calc(33.33% - 12px);
        max-width: calc(33.33% - 12px);
        min-width: unset;
        padding: 15px 0;
        gap: 10px;
    }

    .scoring_area>img {
        width: 42%;
    }

    .scoring_area>p {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
    }

    .content_body .question_page {
        gap: 30px;
    }

    .question_options .check_area {
        flex: none;
        width: 100%;
    }

    .content_body button {
        white-space: normal;
    }
}