
main {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#36b1f0), to(#00c2c7));
    background: linear-gradient(#36b1f0, #00c2c7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bg_top {
    width: 100%;
    padding-bottom: 22.1875%;
    position: relative;
}

@media (max-width: 1024px) {
    .bg_top {
        padding-bottom: 31.25%;
    }
}

@media (max-width: 768px) {
    .bg_top {
        padding-bottom: 36.45833%;
    }
}

@media (max-width: 420px) {
    .bg_top {
        padding-bottom: 41.66667%;
    }
}

.light-overflow {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 420px) {
    .light-overflow {
        top: 30%;
    }
}

@media (max-width: 420px) {
    .light_effect {
        top: 30%;
    }
}

.map {
    width: 100%;
    padding-bottom: 65.73%;
    background-image: url("../image/new_game/ReceiptCityBattleMap.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    left: 0;
}

@-webkit-keyframes bg_light_effect {
    to {
        opacity: 1;
    }
}

@keyframes bg_light_effect {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes bg_rotate_effect {
    to {
        opacity: .3;
        -webkit-transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg);
    }
}

@keyframes bg_rotate_effect {
    to {
        opacity: .3;
        -webkit-transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg);
    }
}

.info_container ,
.desc_container {
    width: 100%;
    max-width: 1280px;
    padding: 40px 40px 100px 40px;
    height: auto;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1536px) {
    .desc_container  {
        width: 95%;
    }
}

@media (max-width: 420px) {
    .desc_container  {
        width: 90%;
        border-radius: 10px;
    }

    .info_container {
        padding: 40px 20px 100px 10px;
    }
}

.info_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: default;
}

.info_wrap > h1 {
    margin: 10px 0px 50px 0px;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #534132;
}

.info_wrap > h2 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #534132;
}

@media (max-width: 420px) {
    .info_wrap > h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.info_wrap > h2:nth-child(1) {
    margin-top: 0;
}

.info_wrap > h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #13689f;
}

.info_wrap > h3,
.game_info > h3,
.live_info > h3,
.tip_wrapper > h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #534132;
}

.live_info > h2,
.tip_wrapper > h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #534132;
}

.game_info {
    opacity: 0;
    display: none;
}

.game_info > p,
.live_info > p,
.live_info > h2,
.tip_wrapper > h2 {
    margin: 30px 0px;
}

@media (max-width: 420px) {
    .info_wrap > h3,
    .game_info > h3,
    .live_info > h3,
    .tip_wrapper > h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .game_info > p,
    .live_info > p,
    .live_info > h2,
    .tip_wrapper > p,
    .tip_wrapper > h3,
    .tip_wrapper > h2 {
        margin: 10px;
    }
}

.info_wrap > p,
.game_info > p,
.live_info > p,
.tip_wrapper > p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    color: #534132;
}

@media (max-width: 420px) {
    .info_wrap > p,
    .game_info > p,
    .live_info > p,
    .tip_wrapper > p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.fs-30 {
    font-size: 30px;
}

@media (max-width: 420px) {
    .fs-30 {
        font-size: 20px;
    }
}

.fs-12 {
    font-size: 12px;
}

@media (max-width: 420px) {
    .fs-12 {
        font-size: 10px;
    }
}

p.ls-200 {
    letter-spacing: 2px;
}

.info_event_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .info_event_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .info_event_wrap {
        margin-bottom: 24px;
    }
}

.info_event_box {
    width: 26.66667%;
    height: 200px;
    border-radius: 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
}

@media (max-width: 1024px) {
    .info_event_box {
        width: 70%;
        height: 160px;
        border-radius: 48px;
    }
}

@media (max-width: 768px) {
    .info_event_box {
        width: 80%;
    }
}

@media (max-width: 420px) {
    .info_event_box {
        width: 100%;
        height: 120px;
        border-radius: 36px;
    }
}

.info_event_box > h2 {
    width: 100%;
    height: 41%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #ffffff;
    background-color: #13689f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_event_box > h2 > span {
    margin-right: 5px;
    font-size: 36px;
    font-style: italic;
    letter-spacing: 1px;
    color: #feeca0;
}

@media (max-width: 420px) {
    .info_event_box > h2 > span {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .info_event_box > h2 {
        height: 41%;
    }
}

@media (max-width: 420px) {
    .info_event_box > h2 {
        height: 41%;
        font-size: 18px;
    }
}

.info_event_box > p {
    width: 100%;
    padding: 20px 44px 0 44px;
    height: 59%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #1773ae;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info_event_box > p > span {
    color: #fdc70c;
}

@media (max-width: 1024px) {
    .info_event_box > p {
        height: 59%;
        padding: 32px 44px 0 44px;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .info_event_box > p {
        padding: 20px 44px 0 44px;
    }
}

@media (max-width: 420px) {
    .info_event_box > p {
        height: 59%;
        padding: 10px 20px 0 20px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .info_event_arrow {
        margin: 14px 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 420px) {
    .info_event_arrow {
        width: 12.8px;
        height: 20.8px;
        margin: 8px 0;
    }
}

.info_prize_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .info_prize_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.info_prize_box {
    width: 49.5%;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

.game_info_title_box,
.live_info_title_box,
.prize_title_box {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    border-radius: 35px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

.prize_title_box {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .info_prize_box, .game_info_title_box, .live_info_title_box, .prize_title_box {
        width: 100%;
    }

    .info_prize_box:nth-child(1) {
        margin-bottom: 36px;
    }
}

@media (max-width: 420px) {
    .info_prize_box, .game_info_title_box, .live_info_title_box, .prize_title_box {
        width: 100%;
    }

    .info_prize_box:nth-child(1) {
        margin-bottom: 15px;
    }
}

.info_prize_box > h3,
.info_prize_box > p,
.game_info_title_box > h3,
.game_info_title_box > p,
.live_info_title_box > h3,
.live_info_title_box > p,
.prize_title_box > h3,
.prize_title_box > p {
    letter-spacing: 1px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_prize_box > h3 {
    padding: 0 30px;
    height: 100%;
    font-size: 22px;
    color: #e76e86;
}

.game_info_title_box > h3 {
    height: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #1d9bcc;
}

.live_info_title_box > h3,
.prize_title_box > h3 {
    height: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #86a200;
}

.prize_title_box > h3 {
    color: #448DC3;
}

#color_blue {
    color: #458dc3;
}

#color_green {
    color: #75a714;
}

@media (max-width: 700px) {
    .game_info_title_box > h3,
    .live_info_title_box > h3,
    .prize_title_box > h3 {
        font-size: 26px;
    }
}

@media (max-width: 550px) {
    .game_info_title_box > h3,
    .live_info_title_box > h3,
    .prize_title_box > h3 {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .info_prize_box > h3,
    .game_info_title_box > h3,
    .live_info_title_box > h3,
    .prize_title_box > h3 {
        font-size: 18px;
    }
}

.info_prize_box > p {
    width: 20%;
    height: 100%;
    font-size: 24px;
    background-color: #e98397;
}


.info_prize_box > p > span {
    padding-top: 5px;
    font-size: 14px;
}

@media (max-width: 420px) {
    .info_prize_box > p {
        font-size: 20px;
    }
}

.info_prize_box:nth-child(2) > h3 {
    background-color: #4b5493;
}

.info_prize_box:nth-child(2) > p {
    background-color: #5b66ae;
}

.info_note {
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    list-style-type: decimal;
    color: #333333;
}

@media (max-width: 420px) {
    .info_note {
        font-size: 16px;
    }
}

.knowledge_wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.knowledge_wrap li {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: default;
}

.knowledge_wrap li:nth-child(odd) {
    background-color: #8088c9;
}

.knowledge_wrap li:nth-child(even) {
    background-color: #f191b5;
}

.knowledge_wrap li:nth-child(odd) span {
    background-color: #737ab5;
}

.knowledge_wrap li:nth-child(even) span {
    background-color: #d882a3;
}

.knowledge_wrap span {
    width: 60px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 8px 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.knowledge_wrap p {
    width: calc(100% - 60px);
    height: auto;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.winner_switch, .info_switch {
    width: 100%;
    max-width: 534px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 20px auto;
    background-color: #eeeeee;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media (max-width: 420px) {
    .winner_switch, .info_switch {
        height: 44px;
        line-height: 44px;
        border-radius: 22px;
    }
}

.winner_switch > h5, .info_switch > h5 {
    width: 50%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: #aaaaaa;
    display: block;
}

.winner_switch > .p1,
.info_switch > .p1 {
    color: #86a200;
}

.winner_switch > .p2,
.info_switch > .p2 {
    color: #1d9bcc;
}

@media (max-width: 625px) {
    .winner_switch > h5, .info_switch > h5 {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .winner_switch > h5, .info_switch > h5 {
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .winner_switch > h5, .info_switch > h5 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .winner_switch > h5, .info_switch > h5 {
        font-size: 12px;
    }
}

.winner_switch::after,
.info_switch::after {
    content: '直播挑戰賽';
    width: 50%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #86a200;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media (max-width: 625px) {
    .winner_switch::after, .info_switch::after {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .winner_switch::after, .info_switch::after {
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .winner_switch::after, .info_switch::after {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .winner_switch::after, .info_switch::after {
        font-size: 12px;
    }
}

.info_switch.switch::after,
.winner_switch.switch::after {
    content: '線上尋寶趣';
    left: 50%;
    background-color: #1d9bcc;
}

.winner_first_wrap {
    width: 100%;
}

.winner_table {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.live_info {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .winner_table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.winner_table .no {
    width: 25%;
}

.winner_table .name {
    width: 35%;
}

.winner_table .phone,
.winner_table .prize {
    width: 40%;
}

.first_part,
.second_part {
    width: 49%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .first_part,
    .second_part {
        width: 100%;
    }
}

.first_part > li,
.second_part > li {
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.first_part > li:nth-child(odd),
.second_part > li:nth-child(odd) {
    background-color: #a7bf2e;
}

.first_part > li:nth-child(even),
.second_part > li:nth-child(even) {
    background-color: #86a200;
}

.first_part > li.title,
.second_part > li.title {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #70850d;
}

.winner_second_wrap,
.game_info {
    opacity: 0;
    display: none;
}

.winner_second_wrap > .first_part > li:nth-child(odd),
.winner_second_wrap > .second_part > li:nth-child(odd) {
    background-color: #43acc2;
}

.winner_second_wrap > .first_part > li:nth-child(even),
.winner_second_wrap > .second_part > li:nth-child(even) {
    background-color: #1d9bcc;
}

.winner_second_wrap > .first_part > li.title,
.winner_second_wrap > .second_part > li.title {
    background-color: #0482b3;
}

.winner_second_wrap.active {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-animation: winner_100_active .2s linear forwards;
    animation: winner_100_active .2s linear forwards;
}

.game_info.active {
    width: 100%;
    height: auto;
    opacity: 100;
    display: block;
}

@media (max-width: 768px) {
    .winner_second_wrap.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.winner_second_wrap.active .no {
    width: 25%;
}

.winner_second_wrap.active .name {
    width: 35%;
}

.winner_second_wrap.active .phone {
    width: 40%;
}

@-webkit-keyframes winner_100_active {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes game_info_active {
    to {
        opacity: 1;
    }
}

@keyframes winner_100_active {
    to {
        opacity: 1;
    }
}

@keyframes game_info_active {
    to {
        opacity: 1;
    }
}

.form_wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opion {
    width: 100%;
    height: auto;
    margin-top: 38px;
    margin-bottom: 26px;
    padding: 0 4% 4% 4%;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opion_title {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 320px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #534132;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .opion_title {
        padding: 20px 0 20px 250px;
    }
}

@media (max-width: 625px) {
    .opion_title {
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
    }
}

.opion_content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 625px) {
    .opion_content {
        border-radius: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.opion_content::before {
    content: '';
    width: 360px;
    height: 115px;
    background-image: url("../image/form_title_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

@media (max-width: 768px) {
    .opion_content::before {
        width: 288px;
        height: 92px;
    }
}

@media (max-width: 625px) {
    .opion_content::before {
        display: none;
    }
}

.opion_content li {
    margin: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 625px) {
    .opion_content li {
        width: 150px;
        margin: 12px auto;
    }
}

.opion_content input[type="radio"] {
    width: 34px;
    height: 34px;
    margin-right: 8px;
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 625px) {
    .opion_content input[type="radio"] {
        width: 27.2px;
        height: 27.2px;
        margin-right: 15px;
    }
}

.opion_content label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2275aa;
    position: relative;
}

@media (max-width: 625px) {
    .opion_content label {
        font-size: 16px;
    }
}

.opion_content label::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url("../image/form_radio.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: -42px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 625px) {
    .opion_content label::before {
        width: 27.2px;
        height: 27.2px;
    }
}

.opion_content input[type="radio"]:checked + label::before {
    width: 34px;
    height: 34px;
    background-image: url("../image/form_radio_check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: -42px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 625px) {
    .opion_content input[type="radio"]:checked + label::before {
        width: 27.2px;
        height: 27.2px;
    }
}

.form_info {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .form_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form_info > ul {
    width: 48%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form_info > .accept_info {
    width: auto;
    margin: auto;
}

@media (max-width: 1200px) {
    .form_info > ul {
        width: 49%;
    }

    .form_info > .accept_info {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .form_info > ul {
        width: 100%;
    }

    .form_info > .accept_info {
        margin: auto;
    }
}

.form_info > ul > li {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 420px) {
    .form_info > ul > li {
        height: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.form_info span {
    width: 20%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
}

.accept_info span {
    width: 100%;
    margin-left: 10px;
}

.header {
    cursor: pointer;
}

.header:after {
    content: " +";
    font-size: 20px;
}

.header.close:after {
    content: " -";
}

@media (max-width: 1200px) {
    .form_info span {
        width: 30%;
    }

    .accept_info span {
        width: 100%;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .form_info span {
        text-align: center;
    }

    .accept_info span {
        text-align: left;
    }
}

@media (max-width: 625px) {
    .form_info span {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .form_info span {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .form_info span {
        /*width: 44%;*/
    }

    .accept_info span {
        width: 100%;
        margin-left: 10px;
    }
}

.form_info input {
    width: 80%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    background-color: #f2ebc3;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accept_info input {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
    background-color: #e6e6e6;
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 1200px) {
    .form_info input {
        width: 70%;
    }

    .accept_info input {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}

@media (max-width: 420px) {
    .form_info input {
        width: 100%;
        height: 50px;
    }

    .accept_info input {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}

@media (max-width: 1200px) {
    .verify_code {
        width: 40%;
    }
}

@media (max-width: 420px) {
    .verify_code {
        width: 50%;
    }
}

.refresh {
    width: 25%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 1200px) {
    .refresh {
        width: 40%;
    }
}

@media (max-width: 420px) {
    .refresh {
        width: 50%;
    }
}

.refresh > img {
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
}

.verify_space-ctrl {
    width: 80%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .verify_space-ctrl {
        width: 70%;
    }
}

@media (max-width: 420px) {
    .verify_space-ctrl {
        width: 100%;
    }
}

.divide {
    width: 100%;
    height: 3px;
    margin: 36px 0;
    background-color: #d0d7e2;
}

.btn {
    width: 600px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 625px) {
    .btn {
        width: 193.2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.clear {
    width: 276px;
    height: 70px;
    background-color: #85674d;
    border-radius: 35px;
    position: relative;
}

.submit {
    width: 276px;
    height: 70px;
    background-color: #86a200;
    border-radius: 35px;
    position: relative;
}

@media (max-width: 625px) {
    .clear,
    .submit {
        width: 193.2px;
        height: 49px;
    }
}


@media (max-width: 625px) {
    .clear {
        margin-bottom: 20px;
    }
}

.btn_clear,
.btn_submit {
    width: 266px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 625px) {
    .btn_clear,
    .btn_submit {
        width: 186.2px;
        height: 42px;
    }
}

.btn_clear > p,
.btn_submit > p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    word-break: keep-all;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 420px) {
    .btn_clear > p,
    .btn_submit > p {
        font-size: 20px;
    }
}

.btn_clear::before,
.btn_submit::before {
    content: '';
    width: 130%;
    height: 250%;
    display: block;
    position: absolute;
    top: -211%;
    left: -14%;
}

.link {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link > a {
    font-size: 12px;
    color: #126091;
}

@media (max-width: 420px) {
    .link > a {
        margin-top: 5px;
    }
}

.link > a:nth-child(2) {
    margin: 0 5px;
}

.right {
    position: absolute;
    right: 0px;
    padding: 10px;
}

.info {
    width: auto;
    height: auto;
    font-size: 15px;
    letter-spacing: .5px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

@media (max-width: 768px) {
    .info {
        font-size: 12px;
        letter-spacing: 0;
    }
}

.info > p {
    margin-left: 20px;
    padding: 2px 18px;
    border: 1px solid #ffffff;
}

@media (max-width: 768px) {
    .info > p {
        margin-left: 5px;
        padding: 2px 9px;
    }
}

@media (max-width: 420px) {
    .info > p {
        margin-left: 5px;
        padding: 2px 4px;
    }
}

.goTop {
    width: 102px;
    height: 102px;
    background-image: url("../image/go_top_black.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: none;
    right: 2%;
    bottom: 6%;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    margin: 20px auto -60px auto;
    position: static;
}

.goTop:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    .goTop {
        width: 81.6px;
        height: 81.6px;
    }
}

@media (max-width: 420px) {
    .goTop {
        width: 71.4px;
        height: 71.4px;
        margin: 20px auto -20px auto;
    }
}

.event {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
}

@media (max-width: 1080px) {
    .event {
        margin-top: 2vh;
    }
}

@media (max-width: 768px) {
    .event {
        margin-top: 3.5vh;
    }
}

.start {
    width: 90%;
    max-width: 459px;
    padding-bottom: 13.5788%;
    border-radius: 59px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

@-webkit-keyframes start_arrow_hover {
    40% {
        margin-left: 10px;
    }
    100% {
        margin-left: 40px;
    }
}

@keyframes start_arrow_hover {
    40% {
        margin-left: 10px;
    }
    100% {
        margin-left: 40px;
    }
}

@-webkit-keyframes start_light_hover {
    100% {
        top: 58%;
    }
}

@keyframes start_light_hover {
    100% {
        top: 58%;
    }
}

.btn_start_game {
    width: 96.078%;
    max-width: 541px;
    padding-bottom: 21.786%;
    background-color: #1d9bcc;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_start_live {
    width: 96.078%;
    max-width: 541px;
    padding-bottom: 21.786%;
    background-color: #86a200;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_start_form {
    width: 96.078%;
    max-width: 541px;
    padding-bottom: 21.786%;
    background-color: #ff961b;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_start_game > p,
.btn_start_live > p,
.btn_start_form > p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    word-break: keep-all;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_start_game > p::after,
.btn_start_live > p::after,
.btn_start_form > p::after {
    content: '';
    width: 16px;
    height: 26px;
    margin-left: 40px;
    background-image: url("../image/btn_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

@media (max-width: 420px) {
    .btn_start_game > p::after,
    .btn_start_live > p::after,
    .btn_start_form > p::after {
        width: 12px;
        height: 19.5px;
        margin-left: 20px;
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .btn_start_game > p,
    .btn_start_live > p,
    .btn_start_form > p {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .btn_start_game > p,
    .btn_start_live > p,
    .btn_start_form > p {
        font-size: 18px;
    }
}

.btn_start_game::before,
.btn_start_live::before,
.btn_start_form::before {
    content: '';
    width: 130%;
    height: 250%;
    display: block;
    position: absolute;
    top: -211%;
    left: -14%;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

.video_container {
    max-width: 960px;
    margin: 30px;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tip_wrapper {
    background-color: #F1F2F7;
    margin: 30px;
    padding: 10px 30px;
    border-radius: 50px;
}

.image_container {
    max-width: 650px;
    margin: 30px;
}

.image_wrapper {
    position: relative;
    padding-bottom: 43.75%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.prize_info {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../image/prize_info.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 8px 8px 0;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.highlight {
    color: #86a200;
}

@media (max-width: 768px) {
    .video_container, .image_container {
        margin: 0px;
    }

    .tip_wrapper {
        margin: 10px 0 0 0;
        padding: 10px 20px;
        border-radius: 30px;
    }
}

a:link {
    /*color: #1d9bcc;*/
    /*text-decoration: underline;*/
}

.event_container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .event_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1080px) {
    #three_element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}