*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}

#viewer {
    width: 100%;
    height: 100%;
    /*background: black;*/
}

#shade{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:1;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.39);
    display: none;
    align-items: flex-end;
    justify-content: center;
    /*color: white;*/
}

#shade .begin_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 1.5em;*/
    color: white;
    background: rgba(0,0,0,0.5);
}
#shade .begin_box img{
    width: 100%;
}

#shade .describe_box,#shade .hidden_danger_box{
    color: #344156;
    font-size: 1em;
    width: 78%;
    line-height: 1.5em;
    padding: 17px 14px 9px 14px;
    position: relative;
    left: -2px;
    z-index: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;

    margin-bottom: 40px;
    border-radius: 10px;
    background: white;
    border-radius: 10px;
    border: 2px solid #9DA8BA;
}

#shade .hidden_danger_box {
    width: 275px;
}

#shade .describe_box .content,#shade .hidden_danger_box .content{
    font-weight: bold;
    font-family: none;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}
#shade .hidden_danger_box .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
#shade .hidden_danger_box{
    /*background: url(./../../images/bg_kitchen_point1@2x.png) no-repeat center;*/
    /*background-size: 100%;*/
}
#shade .describe_box .title{
    display: flex;
    align-items: center;
    /*margin-bottom: 5px;*/
    font-weight: bold;
}
#shade .hidden_danger_box .title {
    display: none;
}
#shade .describe_box .title img,#shade .hidden_danger_box .title img{
    height: 21px;
    display: none;
}
#shade .describe_box .title span,#shade .hidden_danger_box .title span{
    margin-left: 0 !important;
}
#shade .describe_box .step,#shade .hidden_danger_box .step {
    text-align: right;
    width: 100%;
    font-size: 1em;
    display: none;
    opacity: 0.8;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3px;
    line-height: 1.5em;
}
#shade .hidden_danger_box .step{
    margin-top: 25px;
}
#shade .describe_box .step img,#shade .hidden_danger_box .step img{
    height: 1em;
}


#shade .describe_box::-webkit-scrollbar {
    display: none;
}

#shade .hidden_danger_box::-webkit-scrollbar{
    display: none;
}

#shade .describe_image_box{
    position: absolute;
    width: 16%;
    left: 0;
    height: 16%;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 40px;
}

#shade .describe_image_box .describe_image{
    max-width: 100%;
    max-height: 100%;
}

/*#shade .hidden_danger_box{*/
/*    color: white;*/
/*    background: rgba(0,0,0,0.8);*/
/*    width: 100%;*/
/*    font-size: 1em;*/
/*    padding: 5px 5%;*/
/*}*/
/*#shade .hidden_danger_box .title{*/
/*    text-align: center;*/
/*    font-size: 1.5em;*/
/*    padding: 5px 0;*/
/*}*/
/*#shade .hidden_danger_box .content{*/
/*    font-size: 1em;*/
/*    padding: 5px 5%;*/
/*}*/

#shade .next_step{
    position: absolute;
    bottom: 1%;
    color: white;
    display: none;
    font-size: 1.5em;
}
#shade .next_step .back{
    padding: 1vh 1vw;
    background: green;
    color: white;
    border: none;
    border-radius: 1vh;
    font-weight: bold;
    font-size: 3vh;
}

#shade .question_box{
    padding: 0 0 36px 0;
    border-radius: 10px;
    background: white;
    width: 350px;
    /*max-width: 375px;*/
    position: relative;
}
#shade .question_box > div{
    overflow: scroll;
    max-height: 85vh;
    border-radius: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#shade .question_box >div::-webkit-scrollbar {
    display: none;
}

#shade .question_box .question_header_bg{
    width: 100%;
    display: block;
}
#shade .question_box .question_header_bg2 {
    width: 155px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -13px;
    z-index: 2;
}

#shade .question_box .task_content{
    display: none;
}
#shade .question_box .task_content2{
    position: relative;
    height: 22px;
    line-height: 22px;
    width: 27%;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
    background: #E4ECFF;
    border-radius: 4px;
    color: #8294DE;
    font-size: 10px;
}
#shade .question_box .question{
    width: 81%;
    margin: 0 auto;
    margin-top: 18px;
    font-weight: bold;
    color: #344156;
}

#shade .question_box .option_box{
    margin-top: 18px;
}
#shade .question_box .option_btn_box{
    position: relative;
    display: flex;
    width: 87.5%;
    margin: 0 auto;
    margin-top: 16px;
}
#shade .question_box .option_btn_box > div{
    display: inline-block;
}

#shade .question_box .option_btn_box .option_btn_content{
    /*height: 3em;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    background: #E4ECFF;
    border-radius: 10vh;
    color: #4159C7;
    font-weight: bold;
    padding: 14px 30px 14px 21px;
}
#shade .question_box .option_btn_box .option_btn_content .option_icon{
    width: 20px;
}
#shade .question_box .option_btn_box .option_btn_content span{
    display: none;
}
#shade .question_box .option_btn_box .option_btn_answer{
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    display: flex;
    align-items: center;
}
#shade .question_box .option_btn_box .option_btn_answer img{
    height: 20px;
    position: relative;
    right: 30px;
}

/*回答正确的样式*/
#shade .question_box .question_correct > div{
    color: #F99132;
}
#shade .question_box .question_correct  .option_btn_content{
    background: linear-gradient(270deg, #5DD3FF 0%, #5082FF 100%);
    /*border-radius: 25px;*/
    COLOR: #FFFFFF;
}
#shade .question_box .question_correct .option_btn_title{
    background: #1FA9F2;
    color: white;
}
/*回答错误的样式*/
#shade .question_box .question_wrong > div{
    color: #E33939;
}
#shade .question_box .question_wrong .option_btn_title{
    background: #FC6865;
    color: white;
}
#shade .question_box .question_wrong .option_btn_content{
    /*border-radius: 25px;*/
    background: linear-gradient(90deg, #DB362E 0%, #F27338 100%);
    color: white;
}
}
#shade .question_box .answer_box{
    margin-top: .5em;
    background: #F2F5FE;
    font-weight: bold;
    padding: .2em 0;
    position: relative;
}
#shade .question_box .answer_box > div{
    display: inline-block;
}
#shade .question_box .answer_box .analysis{
    position: absolute;
    right: 1em;
    padding: .2em 0;
    font-size: 0.8em;
    color: #949191;
}

#shade .question_box .analysis_box{
    margin: 0 auto;
    margin-top: 20px;
    width: 81%;
    color: #999999;
    font-size: 0.8em;
}

#shade .question_box .analysis_box .analysis_title{
    display: none;
}
#shade .question_box .analysis_box .analysis_img{
    height: 26px;
    width: 29%;
    margin: 0 auto;
    background: #E4ECFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8294DE;
    font-size: 12px;
}
#shade .question_box .analysis_box .analysis_img img{
    height: 15px;
}

#shade .partition{
    width: 106%;
    margin: .5em 0;
    margin-left: -3%;
    height: .5em;
    background: #f6f6f6;
}

#shade .audio_box{
    display: inline-flex;
    align-items: center;
    background: #d1ffe6;
    color: #54AE71;
    padding: 3px 10px;
    border-radius: 50px;
    cursor: pointer;
}
#shade .audio_box .play_btn{
    width: 1em;
    margin-left: .5em;
}
#shade .analysis_content{
    margin-top: .5em;
    max-height: 50vh;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#shade .analysis_content::-webkit-scrollbar {
    display: none;
}

#shade .question_box .footer{
    text-align: center;
    background: linear-gradient(270deg, #617EFF 0%, #385CFF 100%);
    color: white;
    width: 37%;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}
#shade .show_answer{
    display: none;
}

/**选项**/
#shade .option_class_box{
    /*width: calc(100% - 80px);*/
    height: calc(100% - 280px);
    /*max-width: 300px;*/
    width: 300px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#shade .option_class_box::-webkit-scrollbar {
    display: none;
}

#shade .option_class_box .option_row_box{
    display: flex;
    justify-content: center;
    position: relative;
}


#shade .option_class_box .option_row_box .option_box{
    width: 50%;
    margin-bottom: 14px;
    float: left;
    position: relative;
}

#shade .option_class_box .option_row_box .option_box img{
    width: 91%;
}

#shade .option_class_box .option_row_box .option_box:nth-child(even){
    text-align: right;
}

#shade .option_class_box .option_row_box .option_box .experienced_box{
    width: 46%;
    position: absolute;
    right: 9%;
    top: 0;
    display: none;
}
#shade .option_class_box .option_row_box .option_box .experienced_box img{
    width: 100%;
}


#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.2);
    height: 6vh;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 10000;
}
#header > div{
    display: inline-flex;
    height: 100%;
    width: 10%;
    align-items: center;
}
#header .back{
    justify-content: flex-end;
}
#header .back img{
    height: 70%;
    pointer-events: none;
}
#header .title{
    width: 80%;
    font-size: 3vh;
    align-items: center;
    justify-content: center;
    color: white;
}

#task{
    width: 15vw;
    position: fixed;
    margin:auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    min-height: 6vh;
    z-index: 1;
    padding: 5px;
    color: white;
    font-size: 0.8em;
}
#task .task_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2px 0 ;
}
#task .task_box span{
    margin-left: 5px;
}
#task .task_box .task_img{
    width: 1.5em;
    /*height: 1.5em;*/
    pointer-events: none;
}
#task .task_detail{
    margin-left: 1.5em;
    font-size: 0.5em;
}

#operation_button{
    position: absolute;
    top: 5vh;
    right: 5vw;
    z-index: 2;
}
#operation_button .operation_button_box{
    margin-top: 5px;
    background: rgba(0,0,0,0.4);
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
#operation_button .operation_button_box img{
    width: 20px;
    height: 20px;
    padding: 10px;
    pointer-events: none;
}

#video_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    /*display: none;*/

}
#video_box .video_label{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#video_box .video_close_btn{
    position: absolute;
    top: 34px;
    right: 20px;
    width: 34px;
    height: 34px;
}

#video_box .video_close_btn img{
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#video_box .confirm_box{
    display: none;
}

#help_box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: white;
    width: 100%;
    height: 100%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
}

#help_box::-webkit-scrollbar {
    display: none;
}

#help_box .close{
    position: absolute;
    top: 2%;
    right: 2%;
}
#help_box .close img{
    width: 1.5em;
    pointer-events: none;
}

#loadingToastSpeechr{
    /*display: none;*/
}

#bg_audio{
    display: none;
}

.jump_button{
    background: url(./../../images/jump_button_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 120px;
    width: 155px;
    color: #344156;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}
.jump_button span{
    margin-top: -14px;
}
.jump_button .jump_button_direction{
    position: absolute;
    right: -90px;
    width: 90px;
    bottom: -20px;
}
.slide_button{
    color: white;
    position: fixed;
    left: 50%;
    top: calc(50% - 32px);
    transform: translate(-50%,-50%);
    width: 300px;
    height: 64px;
    line-height: 32px;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.slide_button .bg_img{
    /*display: none;*/
    height: 41px;
    margin-top: 44px;
}
.slide_button .bg_img_right{
    transform: rotateY(180deg);
}

.earthquake_button{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.earthquake_button .earthquake_button_content{
    position: relative;
    width: 295px;
    background: #FFFFFF;
    border-radius: 12px;
    padding-bottom: 53px;
}
.earthquake_button .earthquake_button_content .title{
    font-size: 18px;
    color: #344156;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
.earthquake_button .earthquake_button_content .warn{
    margin-top: 12px;
    font-size: 11px;
    color: #344156;
    text-align: center;
}
.earthquake_button .earthquake_button_content .warn > div{
    display: inline-block;
}
.earthquake_button .earthquake_button_content .warn img{
    height: 27px;
}
.earthquake_button .earthquake_button_content .warn .time{
    font-size: 27px;
    margin: 0px 6px;
    font-weight: bold;
}
.earthquake_button .earthquake_button_content .warn .time_after{
    /*height: 32px;*/
    position: relative;
    top: -2px;
}
.earthquake_button .earthquake_button_content .header_img{
    position: absolute;
    z-index: 1;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.earthquake_button .earthquake_button_content .content{
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    color: #344156;
    font-size: 14px;
}
.earthquake_button .earthquake_button_content .reminder{
    font-size: 10px;
    color: #344156;
    line-height: 14px;
    opacity: 0.57;
    text-align: center;
    padding: 0px 18px;
    margin-top: 24px;
}

.article_button{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article_button .article_button_content{
    position: relative;
    width: 295px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 47px 0px;
}
.article_button .article_button_content .header_img{
    position: absolute;
    z-index: 1;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.article_button .article_button_content .title{
    text-align: center;
    color: #344156;
    font-size: 18px;
    font-weight: bold;
}
.article_button .article_button_content .content{
    margin-top: 12px;
    padding: 0 22px;
    color: #344156;
    font-size: 14px;
}
.article_button .article_button_content .reminder{
    text-align: center;
    font-size: 10px;
    opacity: 0.57;
    margin-top: 12px;
}
.article_button .article_button_content .next_btn{
    position: absolute;
    width: 130px;
    height: 50px;
    background: linear-gradient(270deg, #617EFF 0%, #385CFF 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 14px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.wrongchoice_button{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrongchoice_button .wrongchoice_button_content{
    position: relative;
    width: 295px;
    background: #FFFFFF;
    border-radius: 12px;
}
.wrongchoice_button .wrongchoice_button_content img{
    width: 100%;
}
.wrongchoice_button .wrongchoice_button_content .title{
    color: #344156;
    font-weight: bold;
}
.wrongchoice_button .wrongchoice_button_content .content{
    font-size: 13px;
    font-weight: 400;
    color: #7C8592;
    line-height: 18px;
    padding: 0 18px;
}
.wrongchoice_button .wrongchoice_button_content .next_btn{
    width: calc(100% - 50px);
    height: 46px;
    background: linear-gradient(270deg, #617EFF 0%, #385CFF 100%);
    box-shadow: 0px -2px 15px 0px rgba(6, 0, 255, 0.15);
    border-radius: 23px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px 25px;
}



.task_tips,.general_tips{
    position: fixed;
    top: 26%;
    left: 11%;
    background: url(../../images/0.1/bg_room_step1@2x.png) no-repeat center;
    background-size: 100% 100%;
    height: 48px;
    /*width: 58%;*/
    padding: 0 25px;
    display: flex;
    font-size: 15px;
    color: #d0d0d0;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    /*max-width: 250px;*/
    border-radius: 5px;
}
.task_tips img,.general_tips img{
    height: 24px;
}

.hotspot_tips{
    position: fixed;
    left: 50%;
    top: 50%;
    height: 48px;
    width: 122px;
    color: white;
    background: url(../../images/0.1/junxing2@2x.png);
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general_tips{
    top: 29%;
    left: 11%;
}

.safety_tips{
    position: fixed;
    top: 25px;
    right: 25px;
    height: 48px;
    width: 95%;
}
.safety_tips .safety_tips_content{
    position: absolute;
    top: 0;
    right: 40px;
    background: url(../../images/0.1/bg_point@2x.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
}
.safety_tips .safety_tips_icon{
    position: absolute;
    top: 3px;
    right: 0;
    height: 36px;
}
.safety_tips .safety_tips_icon img{
    height: 100%;
}
.safety_tips .hand_tips{
    position: absolute;
    right: -24px;
    height: 47px;
    top: 24px;
}


.popup_tips{
    position: fixed;
    top: 188px;
    left: 17%;
    background: url(../../images/0.1/bg_close@2x.png) no-repeat center;
    background-size: 100%;
    height: 48px;
    line-height: 48px;
    /*width: 63%;*/
    min-width: 270px;
    color: white;
    text-align: center;
}

.toast_tips,.result_tips,.feedback_tips,.good_tips{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.39);
}

.toast_tips .toast_tips_content,.result_tips .result_tips_content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 197px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 40px 23px 32px 23px;
    line-height: 21px;
    text-align: center;
}
/*.result_tips .result_tips_content{*/
/*    width: 168px;*/
/*    height: 105px;*/
/*    position: relative;*/
/*}*/
.tips_box .bg{
    display: none;
}
.tips_box .header_img{
    position: absolute;
    z-index: 1;
    height: 81px;
    top: -41px;
}
.result_tips .result_tips_content .icon{
    display: none;
}
.result_tips .result_tips_content .icon img{
    display: none;
}

.feedback_tips{
    justify-content: normal;
}
.feedback_tips .feedback_tips_content{
    width: 100%;
    text-align: center;
    /*background: url(./../../images/0.2/feedback.png) no-repeat center;*/
    /*background-size: 100% 100%;*/
}
.feedback_tips .feedback_tips_content img{
    width: 115px;
}
.good_tips .good_tips_content{
    width: 180px;
    text-align: center;
}
.good_tips .good_tips_content .img_box{
    width: 150%;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.good_tips .good_tips_content img{
    height: 100%;
}
.good_tips .good_tips_content .img_animation1{
    /*animation: img_animation1 0.3s reverse linear;*/
}
.good_tips .good_tips_content .img_animation2{
    /*animation: img_animation2 0.2s alternate linear;*/
    /*animation-iteration-count:2;*/
    /*transform-origin: bottom;*/
}

.good_tips .good_tips_content .content{
    width: 180px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 12px;
}
@keyframes img_animation1 {
    from{
        height: 100%;
    }
    to{
        height: 10%;
    }
}
@keyframes img_animation2 {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-15deg);
    }
}


#angle_box{
    width: 140px;
    height: 215px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#angle_box img{
    width: 86px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}
#angle_box .horizontal{
    animation: horizontal 1s infinite;
}
#angle_box .vertical{
    animation: vertical 1s infinite;
}

#angle_box .content{
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 20px;
}

#angle_box .btn{
    width: 140px;
    height: 42px;
    background: linear-gradient(
            270deg
            , #617EFF 0%, #385CFF 100%);
    box-shadow: 0px -2px 15px 0px rgb(6 0 255 / 15%);
    border-radius: 25px;
    color: white;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
}
@keyframes horizontal {
    from{
        transform: translateX(-50%) rotate(0deg);
    }
    to{
        transform: translateX(-50%) rotate(-90deg);
    }
}
@keyframes vertical {
    from{
        transform: translateX(-50%) rotate(-90deg);
    }
    to{
        transform: translateX(-50%) rotate(0deg);
    }
}





.dialogue_box{
    position: fixed;
    width: 154px;
    height: 119px;
    color: #344156;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.dialogue_box .content{
    left: 25px;
    width: 108px;
    height: 36px;
    position: absolute;
    top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialogue_box .dialogue_bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.left_dialogue{
    bottom: 50%;
    left: 50px;
}
.left_dialogue .dialogue_bg{
    transform: rotateY(180deg);
}
.right_dialogue{
    bottom: 150px;
    right: 50px;
}



.psv-navbar--open{
    display: none;
}

#conclusion_box,#end_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
}
#conclusion_box .content_box,#end_box .content_box{
    width: 350px;
    padding: 1px 0 0 0;
    background: url(./../../images/bg_over@2x2.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
}

#end_box .no_medal_content_box{
    background: white;
}

#conclusion_box .content_box .title,#end_box .content_box .title{
    font-size: 20px;
    color: #344156;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

#end_box .content_box .no_medal_title{
    color: white;
}
#end_box .content_box .no_medal_box{
    position: relative;
    top: -63px;
}
#end_box .content_box .no_medal_box .no_medal_bg{
    width: 100%;
}
#end_box .content_box .no_medal_box .no_medal_title_bg{
    position: absolute;
    top: 80px;
    left: 50%;
    height: 14px;
    transform: translateX(-50%);
}
#end_box .content_box .no_medal_box .integral_box{
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 196px;
    color: #2142DA;
    font-size: 36px;
    font-weight: bold;
    /*font-family: fantasy;*/
    height: 64px;
    line-height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 34, 255, 0.4);
    border-radius: 8px;
    border: 4px solid #FBD268;
}
#end_box .content_box .no_medal_box .integral_box .no_medal_line{
    position: absolute;
    width: 2px;
    height: 54px;
    top: 5px;
}
#end_box .content_box .no_medal_box .integral_box .no_medal_line1{
    left: 29px;
}
#end_box .content_box .no_medal_box .integral_box .no_medal_line2{
    right: 29px;
}


#conclusion_box .content_box .reward,#end_box .content_box .reward{
    display: none;
}
#conclusion_box .content_box .reward2,#end_box .content_box .reward2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
#conclusion_box .content_box .reward2 .reward_box,#end_box .content_box .reward2 .reward_box{
    color: rgba(237, 181, 44, 1);
    border: 1px solid rgba(255, 211, 106, 0.5);
    border-radius: 16px;
    padding: 3px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}
#conclusion_box .content_box .reward2 img,#end_box .content_box .reward2 img{
    height: 12px;
}
#conclusion_box .content_box .medal,#end_box .content_box .medal{
    display: none;
}
#conclusion_box .content_box .medal2,#end_box .content_box .medal2{
    width: 53%;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}

#conclusion_box .content_box .next_btn,#end_box .content_box .next_btn{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 26px;
}
#end_box .content_box .no_medal_next_btn{
    margin-top: -37px;
}
#conclusion_box .content_box .next_btn span,#end_box .content_box .next_btn span{
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 102px;
    display: inline-block;
    background: linear-gradient(270deg, #617EFF 0%, #385CFF 100%);
    box-shadow: 0px -2px 15px 0px rgb(6 0 255 / 20%);
    border-radius: 25px;
}


#end_box .content_box .next_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#end_box .content_box .next_btn > div{
    display: inline-flex;
    width: 45%;
    align-items: center;
    justify-content: center;
}
#end_box .content_box .next_btn span{
    padding: 9px 28px;
    border: #E0812A 1px solid;
}
#end_box .content_box .next_btn .share_box{
    display: none;
}
#end_box .content_box .next_btn .share_box span{
    background: rgba(0,0,0,0);
    margin-left: 5px;
    box-shadow: none;
    border-radius: 23px;
    color: #344156 !important;
    border: 1px solid #344156;
}
#end_box .content_box .next_btn .more_box span{
    margin-right: 5px;
    border: none;
    box-shadow: 0px -2px 15px 0px rgba(6, 0, 255, 0.2);
}

#end_box .contact_box{
    width: 350px;
    height: 35px;
    position: absolute;
    bottom: 28px;
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
    display: none;
}
#end_box .contact_box .company_box{
    width: 200px;
    height: 32px;
    margin-right: 7px;
    border-right: 2px solid white;
    position: relative;
}
#end_box .contact_box .company_box .company_tel{
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    text-align: right;
    padding-right: 7px;
}
#end_box .contact_box .company_box img{
    height: 13px;
    position: absolute;
    bottom: 0;
    right: 7px;
}


#end_box .contact_box .tel_box{
    width: 54px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #979797;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#end_box .contact_box .tel_box a{
    color: white;
}

#back_box{
    width: 35px;
    height: 32px;
    position: fixed;
    top: 22px;
    left: 20px;
    background: url(./../../images/back.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}


.content_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
    left: 0;
    z-index: -1;
    background-image: url(./../../images/0.2/bg_introduction@2x.png),url(./../../images/0.2/bg_introduction2@2x.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left,top right;
    background-size: 41%,41%;
    max-height: 120px;
    border-radius: 10px;
}
.content_bg img{
    position: absolute;
    width: 40%;
}
.content_bg .content_bg_left{
    left: 0;
    bottom: 40px;
}
.content_bg .content_bg_right{
    right: 0;
    top: 40px;
    transform: rotateY(180deg);
}

#shade .start_box{
    /*width: 85%;*/
    /*min-width: 290px;*/
    /*max-width: 375px;*/
    width: 350px;
    background: url(./../../images//bg_start@2x.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 13px;
    position: relative;
}

#shade .start_box .header_box{
    width: 100%;
    /* margin-top: 50px; */
    color: #344156;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    padding: 44px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shade .start_box .header_box img{
    width: 10%;
    border: none;
    display: block;
}
#shade .start_box .content_box{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    /*background: rgba(29, 29, 29, .8);*/
}
#shade .start_box .content_box .content{
    padding: 0px 26px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #52617A;
    line-height: 24px;
}
#shade .start_box .content_box .btn_box{
    height: 52px;
    line-height: 52px;
    padding: 21px 26px 0 26px;
    padding-bottom: 30px;
    font-weight: bolder;
}
#shade .start_box .content_box .btn {
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
    background: #DE974E;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: start_btn 1s infinite alternate linear;
    background: linear-gradient(270deg, #617EFF 0%, #385CFF 100%);
}

#shade .start_box .content_box .btn span{
    /*opacity: 0.8;*/
}

#shade .start_box .ip_img{
    position: absolute;
    top: -85.5px;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

#shade .describe_box .ip_img_small,#shade .hidden_danger_box .ip_img_small{
    position: absolute;
    top: -51px;
    left: 0;
    height: 68px;
}

#shade .hidden_danger_box .ip_img_small{
    left: -18px;
    height: auto;
    top: -70px;
    width: 335px;
}

.moreimg_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39);
}
.moreimg_box .img_box{
    height: 125px;
    width: 100%;
    max-width: 375px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.moreimg_box .img_box .img_list{
    position: absolute;
    height: 100%;
    display: flex;
}
.moreimg_box .img_box .img_list .img_scroll{
    margin-right: 10px;
    width: 124px;
}

.moreimg_box .footer{
    height: 133px;
    position: absolute;
    width: 345px;
    bottom: 103px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
}
.moreimg_box .footer img{
    height: 100%;
}
.moreimg_box .footer .step{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    font-size: 10px;
    opacity: 0.79;
    line-height: 14px;
}
.moreimg_box .footer .step .icon_go{
    height: 10px;
}



@keyframes start_btn {
    from {height:100%;width:100%}
    to {height:90%;width:90%}
}

.write_error_box{
    width: 100%;
    height: 100%;
    background: #F6F6F8;
}
.write_error_box .content{
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 43px 32px 0px 32px;
}
.write_error_box img{
    width: 100%;
}
.write_error_box .img_content{
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #C2C2C2;
    line-height: 18px;
}
.write_error_box .btn{
    width: 124px;
    height: 42px;
    background: linear-gradient(143deg, #F78E2E 0%, #FFA74A 100%);
    border-radius: 21px;
    color: white;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    line-height: 42px;
}



/*屏幕小于1200px时*/
@media only screen and (max-width: 1200px){
    #shade .describe_box,#shade .hidden_danger_box{
        font-size: 1.2em;
    }
    #shade .describe_box .step,#shade .hidden_danger_box.step{
        font-size: 1em;
    }

    /*#shade .hidden_danger_box .ip_img_small{*/
    /*    top: -55px;*/
    /*    width: 292px;*/
    /*}*/

    /*#shade .hidden_danger_box .title{*/
    /*    font-size: 1.5em;*/
    /*}*/
    /*#shade .hidden_danger_box .content{*/
    /*    font-size: 1.5em;*/
    /*}*/

    #shade .question_box{
        font-size: 1em;
    }
    #shade .analysis_box{
        font-size: .8em;
    }
    #task{
        width: 15vw;
    }
}
/*屏幕小于900px时*/
@media only screen and (max-width: 1025px){
    #shade .describe_box,#shade .hidden_danger_box{
        font-size: 1em;
    }
    #shade .describe_box .step,#shade .hidden_danger_box .step{
        font-size: .8em;
    }
    /*#shade .hidden_danger_box .title{*/
    /*    font-size: 1em;*/
    /*}*/
    /*#shade .hidden_danger_box .content{*/
    /*    font-size: 1em;*/
    /*}*/

    #shade .question_box{
        font-size: 1em;
    }
    #shade .analysis_box{
        font-size: .8em;
    }
    #task{
        width: 25vw;
    }
}
/*屏幕小于414px时*/
@media only screen and (max-width: 414px){
    #shade .describe_box,#shade .hidden_danger_box{
        font-size: 1em;
    }
    #shade .describe_box .step，#shade .hidden_danger_box .step{
        font-size: .8em;
    }
    /*#shade .hidden_danger_box .title{*/
    /*    font-size: 1em;*/
    /*}*/
    /*#shade .hidden_danger_box .content{*/
    /*    font-size: 1em;*/
    /*}*/
    #shade .question_box{
        font-size: 1em;
    }
    #shade .analysis_box{
        font-size: .8em;
    }
    #task{
        width: 35vw;
    }
}
