﻿@charset "utf-8";

@keyframes flash-ani {
    0%{
        opacity:0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
    
}

input[type="text"]::placeholder{color:#ccc}


/* intro */
#intro {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/intro_bg.jpg') no-repeat;
}
#intro .lesson-con {
    position: absolute;
    left: 268px;
    top: 210px;
    width: 339px;
    height: 426px;
    background: url('../images/lesson_bg.png') no-repeat;
}
#intro .bingo-con {
    position: absolute;
    left: 695px;
    top: 210px;
    width: 339px;
    height: 426px;
    background: url('../images/bingo_select_bg.png') no-repeat;
}
#intro .lesson-con .title,
#intro .bingo-con .title{
    position: absolute;
    left: 47px;
    top: 13px;
    width: 224px;
    text-align:center;
    color: #fff;
    font-family: 'HUJingo250';
    font-size: 33px;
}
#intro .lesson-btn,
#intro .bingo-btn  {
    position: absolute;
    left:46px;
    width:223px;
    height:63px;
    background-color: #F9CE9B;
    border-radius: 40px; 
    text-align:center;
    color: #3C486D;
    font-family: 'HUJingo250';
    font-size: 33px;
    line-height: 60px;
}
#intro .lesson-btn:nth-child(1){
    top: 105px;
}
#intro .lesson-btn:nth-child(2){
    top: 187px;
}
#intro .lesson-btn:nth-child(3){
    top: 268px;
}
#intro .bingo-btn:nth-child(1){
    top: 140px;
}
#intro .bingo-btn:nth-child(2){
    top: 220px;
}

#intro .lesson-btn.active {
    background-color: #14797B;
    color: #fff;
}
#intro .bingo-btn.active {
    background-color: #EF4F75;
    color: #fff;
}

#intro .start-btn {
    position: absolute;
    left: 516px;
    top: 613px;
}
#intro .start-btn > span {
    display: block;
    width: 256px;
    height: 93px;
    background: url('../images/start_btn.png') no-repeat;
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 36px;
    color: #fff;
    line-height: 85px;
}

#intro .guide-btn {
    position: absolute;
    left: 1037px;
    top: 620px;
    width: 214px;
    height: 79px;
    background: url('../images/guide_btn.png') no-repeat;
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}
#intro .guide-btn > span{
    position: relative;
    left:15px;
}
#intro .guide-pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#intro .guide-pop .pop-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/guide_bg.png') no-repeat;
    font-family: 'HUJingo240';
}
#intro .guide-pop .title {
    position: absolute;
    left: 92px;
    top: 30px;
    width: 163px;
    height: 31px;
    background: url('../images/guide_title.png') no-repeat;
}
#intro .guide-pop .close-btn {
    position: absolute;
    left: 1212px;
    top: 17px;
    width: 50px;
    height: 50px;
    background: url('../images/guide_close.png') no-repeat;
}

#intro .guide-pop ol {
    margin-top: 110px;
    padding: 0 65px;
}
#intro .guide-pop ol > li {
    position: relative;
    font-size: 36px;
    color: #fff;
    padding-left: 63px;
    margin-top: 13px;
    line-height: 43px;
}
#intro .guide-pop ol > li:first-child{
    margin-top:0;
}
#intro .guide-pop ol > li:before{
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #FB5656;
    text-align: center;
    color: #fff;
    line-height: 43px;
    font-size:30px;
}
#intro .guide-pop ol > li img{
    margin-top:10px;
}

#intro .guide-pop ol > li:nth-child(1):before {
    content: '1';
}
#intro .guide-pop ol > li:nth-child(2):before {
    content: '2';
}
#intro .guide-pop ol > li:nth-child(3):before {
    content: '3';
}
#intro .guide-pop ol > li:nth-child(4):before {
    content: '4';
}
#intro .guide-pop ol > li:nth-child(5):before {
    content: '5';
}
#intro .guide-pop ol > li:nth-child(6):before {
    content: '6';
}


/* select-modum */
#select-modum {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/modum_bg.jpg') no-repeat;
}
#select-modum .home-btn {
    position: absolute;
    left: 27px;
    top: 13px;
    width: 87px;
    height: 84px;
    background: url('../images/home_btn.png') no-repeat;
}
#select-modum .roulette-con {
    position: absolute;
    left: 368px;
    top: 22px;
    width: 799px;
    height: 616px;
    background: url('../images/roulette_bg.png') no-repeat;
}
#select-modum .roulette-con .point {
    position: absolute;
    left: 256px;
    top: 12px;
    width: 80px;
    height: 352px;
    background: url('../images/roulette_point.png') no-repeat;
}
#select-modum .roulette-con .roulette {
    position: absolute;
    left: 26px;
    top: 52px;
    width: 535px;
    height: 534px;
    background: url('../images/roulette.png') no-repeat;
}
#select-modum .rotate-btn {
    position: absolute;
    left: 554px;
    top: 624px;
    width: 222px;
    height: 94px;
    background: url('../images/rotate_btn.png') no-repeat;
    font-family: 'HUJingo250';
    font-size: 36px;
    color: #fff;
    text-align:center;
    line-height: 87px;
}

#select-pop {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 116, 157, 0.7);
    transform: translate3d(0,0,0);
    z-index: 999999;
}
#select-pop .pop-wrap {
    position: absolute;
    left:151px;
    top:75px;
    width: 993px;
    height: 586px;
    background: url('../images/select_pop.png') no-repeat;
}
#select-pop .pop-wrap .text-con {
    position: absolute;
    left:0;
    top: 147px;
    width: 100%;
    font-family: 'HUJingo250';
    font-size: 68px;
    color: #fff;
    text-align:center;
    line-height: 90px;
}
#select-pop .pop-wrap .text-con > span {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 30px;
    vertical-align: text-bottom;
    position:relative;
    top:5px;
    font-size:84px;
    line-height: 110px;
    margin-right: 5px;
}
#select-pop .pop-wrap .text-con > span.modum1{
    background-color: #FF5228;
}
#select-pop .pop-wrap .text-con > span.modum2{
    background-color: #2F8EFF;
}
#select-pop .start-btn {
    position: absolute;
    left: 366px;
    top: 445px;
    width: 256px;
    height: 93px;
    background: url('../images/start_btn.png') no-repeat;
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 36px;
    color: #fff;
    line-height: 85px;
}



/* game */
#game {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/game_bg.jpg') no-repeat;
}

#game .home-btn {
    position: absolute;
    left: 27px;
    top: 13px;
    width: 87px;
    height: 84px;
    background: url('../images/home_btn.png') no-repeat;
}

#game .bingo-con {
    position: absolute;
    left:312px;
    top:66px;
    width: 655px;
    height: 607px;
    background-color: #AC544D;
    border-radius: 7px;
}
#game .bingo-con .block-set {
    position: absolute;
    left:4px;
    top:4px;
}
#game .bingo-con .block {
    position: absolute;
    left:0;
    top:0;
    width: 162px;
    height: 150px;
    background: url('../images/block.png') no-repeat;
    will-change: transform;
    cursor: pointer;
}
#game .bingo-con .block .num {
    position: absolute;
    left:0;
    top: 40px;
    width:100%;
    font-family: 'HUJingo250';
    font-size: 68px;
    color: #3C1A1B;
    opacity:0.7;
    text-align: center;
}
#game .bingo-con .block .on{
    position: absolute;
    left: -8px;
    top: -9px;
    width: 177px;
    height: 168px;
    background: url('../images/block_on.png') no-repeat;
    animation: flash-ani 0.8s 2;
    display: none;
}
#game .bingo-con .block.active1 {
    background-position-y: -150px;
    pointer-events: none;
}
#game .bingo-con .block.active2 {
    background-position-y: -300px;
    pointer-events: none;
}
#game .bingo-con .block.on .on{
    display: block;
}
#game .modums{
    position:relative;
    z-index:9;
}
#game .modum {
    position: absolute;
    top: 174px;
    width:153px;
    height: 191px;
}
#game .modum1 {
    left:22px;
    background: url('../images/modum1.png') no-repeat;
}
#game .modum2 {
    left:1130px;
    background: url('../images/modum2.png') no-repeat;
}
#game .modum .title {
    position: absolute;
    left:0;
    top: 8px;
    width: 129px;
    font-family: 'HUJingo250';
    font-size: 27px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
#game .modum .title > span {
    font-size: 53px;
    vertical-align: text-bottom;
}

#game .modum .score {
    position: absolute;
    left:0;
    top: 76px;
    width: 129px;
    font-family: 'HUJingo260';
    font-size: 47px;
    color: #5E4F50;
    text-align: center;
}

#game .modum .on {
    position: absolute;
    display: none;
    left: -17px;
    top: -19px;
    width: 178px;
    height: 218px;
    animation: flash-ani 0.8s infinite;
    z-index: -1;
}
#game .modum1 .on {
    background: url('../images/modum1_on.png') no-repeat;   
}
#game .modum2 .on {
    background: url('../images/modum2_on.png') no-repeat;   
}
#game .modum.active .on {
    display: block;
}

#game .quiz-con {
    position: absolute;
    left: 170px;
    top: 14px;
    width: 1040px;
    height: 760px;
    background: url('../images/quiz_bg.png') no-repeat;
    z-index: 9;
}

#game .quiz-con .quiz {
    position: absolute;
    left: 22px;
    top: 20px;
    width: 900px;
    height: 638px;
}

#game .quiz-con .quiz .quest {
    position: absolute;
    left: 0;
    top: 0;
    width: 900px;
    height: 343px;
    background-color:#244846;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
#game .quiz-con .quiz .quest .title {
    font-family: 'HUJingo250';
    font-size: 45px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 60px;
    text-align: justify;
    text-indent: 45px;
    width: 100%;
}
#game .quiz-con .quiz .quest .title.noindent {
    text-indent: 0;
}
#game .quiz-con .quiz .quest .title .underline{
    border-bottom: solid 2px red;
}
#game .quiz-con .quiz .quest .image {
    margin-left: 10px;
}
#game .quiz-con .quiz .quest .title > img{
    display: block;
    margin-top: 22px;
}
#game .quiz-con .quiz .quest .title > ul{
    margin-top: 15px;
    border: solid 3px #fff;
    padding: 3px 20px;
}
#game .quiz-con .quiz .quest .title > ul.flex {
    display:flex;
    align-items:center;
    justify-content:center;
}
#game .quiz-con .quiz .quest .title > ul > li {
    font-size: 30px;
    text-indent: 0;
    position: relative;
    padding-left: 55px;
    line-height: 38px;
    margin: 20px 0;
}
#game .quiz-con .quiz .quest .title > ul.flex li {
    margin:0 25px
}
#game .quiz-con .quiz .quest .title > ul.dot > li{
    position: relative;
    padding: 15px 35px;
}
#game .quiz-con .quiz .quest .title > ul.dot.nopadding > li{
    padding-top:0;
    padding-bottom:0;
}
#game .quiz-con .quiz .quest .title > ul.dot.nopadding > li:before {
    top:15px;
}

#game .quiz-con .quiz .quest .title > ul.dot > li:before{
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background-color:#fff;
    border-radius:50%;
    position: absolute;
    left:0;
    top: 26px;
}
#game .quiz-con .quiz .quest .title > ul > li > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFB245;
    line-height: 40px;
    text-align: center;
    /* margin-right: 15px; */
    position: absolute;
    left: 0;
    top: -3px;
}

#game .quiz-con .quiz .quest .title > .bogi {
    margin-top: 50px;
    border: solid 3px #fff;
    padding: 3px 20px;
    font-size: 34px;
    text-indent: 34px;
}
#game .quiz-con .quiz .quest .title > .bogi .underline {
    border-bottom: solid 2px #fff;
}
#game .quiz-con .quiz .choice-list {
    position: absolute;
    left:0;
    top: 344px;
    width: 900px;
    height: 307px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#game .quiz-con .quiz .choice-list .list {
    position: relative;
    width: 285px;
    border-radius: 15px;
    background-color: #fff;
    margin: 0 10px;
    cursor:pointer;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
    font-family: 'HUJingo240';
    font-size: 35px;
    color: #000;
    line-height: 34px;
    padding-left: 70px;
    box-sizing: border-box;
    padding: 25px 0 25px 70px;
    padding-right: 25px;
}
#game .quiz-con .quiz .choice-list .list:before{
    position: absolute;
    left: 15px;
    top: 20px;
    width: 42px;
    height: 43px;
    background: url('../images/list_num.png') no-repeat;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}
#game .quiz-con .quiz .choice-list .list:nth-child(1):before {
    content:'1';
}
#game .quiz-con .quiz .choice-list .list:nth-child(2):before {
    content:'2';
}
#game .quiz-con .quiz .choice-list .list:nth-child(3):before {
    content:'3';
}
#game .quiz-con .quiz .choice-list .list:nth-child(4):before {
    content:'4';
}
#game .quiz-con .quiz .choice-list .list.active:before {
    background-position-y: -43px;
}
#game .quiz-con .quiz .choice-list .list.active {
    background-color: #FFFF66;
}

#game .quiz-con .quiz .choice-list .list .circle {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFB245;
    font-family: 'HUJingo250';
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-size: 30px;
}
#game .quiz-con .quiz .choice-list .list .line{
    display: inline-block;
    width: 17px;
    height: 5px;
    background-color: #000;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
#game .quiz-con .quiz .choice-list .list .arrow {
    display: inline-block;
    width: 31px;
    height: 21px;
    background: url('../images/arrow.png') no-repeat;
    margin: 0 15px;
    vertical-align: middle;
    position: relative;
    top:-3px;
}

#game .quiz-con .quiz .choice-list.ver {
    display: block;
}
#game .quiz-con .quiz .choice-list.ver .list {
    width: 100%;
    margin-left:0;
    margin-top: 13px;
}

#game .quiz-con .quiz .choice-list.two > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 210px;
}

#game .quiz-con .quiz .choice-list.two .list{
    width: 430px;
}

#game .quiz-con .quiz .input-con {
    position: absolute;
    left:0;
    top: 344px;
    width: 900px;
    height: 257px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#game .quiz-con .quiz .input-con input[type="text"]{
    width: 100%;
    height: 110px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px;
    font-family: 'HUJingo240';
    font-size: 50px;
    color: #003399;
    outline: none;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}

#game .quiz-con .quiz .enter-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 162px;
    height: 60px;
    background: url('../images/enter_btn.png') no-repeat;
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 36px;
    color: #fff;
    line-height: 55px;
}

#game .quiz-con .feed-o {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 930px;
    height: 665px;
}
#game .quiz-con .feed-o > div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 387px;
    height: 390px;
    background: url('../images/o.png') no-repeat;
    margin-left: -193px;
    margin-top: -195px;
}

#game .quiz-con .feed-x {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 930px;
    height: 665px;
}
#game .quiz-con .feed-x > div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 357px;
    background: url('../images/x.png') no-repeat;
    margin-left: -175px;
    margin-top: -178px;
}



/* result */
#result {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/result_bg.jpg') no-repeat;
}

#result .result-pannel{
    position: absolute;
    left: 235px;
    top: 120px;
    width: 878px;
    height: 608px;
    background: url('../images/result_pannel.png') no-repeat;
}
#result .result-pannel .title {
    position: absolute;
    left: 0;
    top: 140px;
    width: 805px;
    font-family: 'HUJingo250';
    font-size: 50px;
    color: #fff;
    text-align: center;
}
#result .result-pannel .title > span {
    display: inline-block;
    width: 178px;
    height: 68px;
    text-align: center;
    vertical-align: middle;
    border-radius: 13px;
    line-height: 65px;
    color: #fff;
    position: relative;
    top:-7px;
    margin-right:3px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
#result .result-pannel .title > span.type1 {
    background-color: #FF5228;
}
#result .result-pannel .title > span.type2 {
    background-color: #00A7FD;
}

#result .result-pannel .modum {
    position: absolute;
    top:260px;
}
#result .result-pannel .modum1 {
    left: 230px;
}
#result .result-pannel .modum2 {
    left: 440px;
}

#result .result-pannel .modum .name {
    display: inline-block;
    width: 127px;
    height: 50px;
    font-family: 'HUJingo250';
    font-size: 33px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 13px;
    line-height: 48px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
#result .result-pannel .modum .score {
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 50px;
    color: #fff;
    margin-top:10px;
}

#result .result-pannel .modum1 .name {
    background-color: #FF5228;
}
#result .result-pannel .modum2 .name {
    background-color: #00A7FD;
}
#result .result-pannel .replay-btn {
    position: absolute;
    left: 274px;
    top: 410px;
}
#result .result-pannel .replay-btn > span {
    display: block;
    width: 256px;
    height: 93px;
    background: url('../images/replay_btn.png') no-repeat;
    text-align: center;
    font-family: 'HUJingo250';
    font-size: 33px;
    color: #fff;
    line-height: 80px;
}
#result .result-top {
    position: absolute;
    left: 373px;
    top: 77px;
    width: 532px;
    height: 131px;
    background: url('../images/result_top.png') no-repeat;
}
#result .result-top > h4 {
    margin-top: 25px;
    font-family: 'HUJingo240';
    font-weight: 900;
    font-size: 56px;
    color: #944520;
    text-align:center;
}