*{
    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: white;
    font-size: 1.5em;
    width: 78%;
    line-height: 1.5em;
    overflow: scroll;
    padding: 25px 5% 15px 5%;
    position: relative;
    z-index: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;

    margin-bottom: 40px;
    border-radius: 10px;
    border: 1px solid #414141;

}
#shade .hidden_danger_box{
    /*background: url(./../../images/bg_kitchen_point1@2x.png) no-repeat center;*/
    /*background-size: 100%;*/
}
#shade .hidden_danger_box .title{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#shade .hidden_danger_box .title img{
    height: 21px;
}
#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: 10px;
}
#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: 18px 0 36px 0;
    border-radius: 10px;
    background: white;
    /*font-size: 2em;*/
    width: 85%;
    max-width: 375px;
    /*max-height: 90vh;*/
    overflow: hidden;
    background: url(./../../images/0.1/bg_question@2x.png) no-repeat center;
    background-size: 100% 100%;
    color: white;
    position: relative;

}
#shade .question_box > div{
    overflow: scroll;
    max-height: 85vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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


#shade .question_box .task_content{
    position: relative;
    background: url(./../../images/0.1/bg_number@2x.png) no-repeat center;
    background-size: 100% 100%;
    height: 2em;
    line-height: 2em;
    width: 27%;
    max-width: 120px;
    text-align: center;
}
#shade .question_box .task_content2{
    display: none;
}
#shade .question_box .question{
    width: 81%;
    margin: 0 auto;
    margin-top: 28px;
}

#shade .question_box .option_box{
    margin-top: 30px;
}
#shade .question_box .option_btn_box{
    position: relative;
    display: flex;
    width: 81%;
    margin: 0 auto;
    margin-top: 20px;
}
#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: center;
    background: url(./../../images/0.1/bg_option@2x.png) no-repeat center;
    background-size: 100% 100%;
    /*max-width: 345px;*/
    margin: 0 auto;
    padding: 14px 30px 14px 21px;
}
#shade .question_box .option_btn_box .option_btn_content .option_icon{
    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: url(./../../images/0.1/bg_option_green@2x.png) no-repeat center;
    background-size: 100% 100%;
}
#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{
    background: url(./../../images/0.1/bg_option_red@2x.png) no-repeat center;
    background-size: 100% 100%;
}
#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_img{
    display: none;
}


#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{
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(143deg, #F78E2E 0%, #FFA74A 100%);
    color: white;
    margin-top: 25px;
    width: 37%;
    height: 2.7em;
    line-height: 2.7em;
    border-radius: 42px;
}
#shade .show_answer{
    display: none;
}

#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: 1%;
    right: 1%;
    background: rgba(0,0,0,0.4);
    border-radius: 100px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video_box .video_close_btn img{
    width: 26px;
    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/0.1/bt_room@2x.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 48px;
    /*width: 75%;*/
    min-width: 270px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0.8;
}
.jump_button span{
    margin-left: -10%;
}
.jump_button .jump_button_direction{
    display: none;
}
.slide_button{
    background: url(./../../images/0.1/juxing@2x.png) no-repeat center;
    background-size: 100% 100%;
    color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 58%;
    /* height: 48px; */
    line-height: 32px;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
    max-width: 300px;
}
.slide_button .bg_img{
    display: none;
}


.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{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast_tips .toast_tips_content{
    display: flex;
    color: white;
    padding: 15px 40px;
    border-radius: 4px;
    position: relative;
    max-width: 200px;
}
.result_tips{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_tips .result_tips_content{
    width: 168px;
    height: 105px;
    position: relative;
}
.tips_box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: -1;
    background: rgba(35,35,35,.95);
    border-radius: 4px;
    filter: blur(10px);
}
.tips_box .header_img{
    display: none;
}

.result_tips .result_tips_content .icon{
    height: 36px;
    text-align: center;
    margin-top: 20px;
}
.result_tips .result_tips_content .icon img{
    height: 100%;
}
.result_tips .result_tips_content .content{
    margin-top: 8px;
    text-align: center;
    color: white;
    font-size: 15px;
}



.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: 76%;
    max-width: 375px;
    padding: 1px 0 26px 0;
    background: url(./../../images/0.1/bg_over@2x.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
}

#conclusion_box .content_box .title,#end_box .content_box .title{
    font-size: 18px;
    color: #FFEDD1;
    text-align: center;
    margin-top: 46px;
}
#conclusion_box .content_box .reward,#end_box .content_box .reward{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
#conclusion_box .content_box .reward2,#end_box .content_box .reward2{
    display: none;
}
#conclusion_box .content_box .reward .reward_box,#end_box .content_box .reward .reward_box{
    color: rgba(255, 166, 21, 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 .reward img,#end_box .content_box .reward img{
    height: 12px;
}
#conclusion_box .content_box .medal,#end_box .content_box .medal{
    width: 100%;
}
#conclusion_box .content_box .no_medal_box,#end_box .content_box .no_medal_box{
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 13px;
    margin-bottom: 13px;
    position: relative;
}
#conclusion_box .content_box .no_medal_box .no_medal_bg,#end_box .content_box .no_medal_box .no_medal_bg{
    width: 100%;
}

#conclusion_box .content_box .no_medal_box .integral_box,#end_box .content_box .no_medal_box .integral_box{
    position: absolute;
    top: 80px;
    text-align: center;
    display: block;
    width: 100%;
    color: #A35C0E;
    font-size: 34px;
    font-weight: bold;
    font-family: fantasy;
}

#end_box .content_box .no_medal_box .integral_box .no_medal_line{
    display: none;
}


#conclusion_box .content_box .no_medal_box .no_medal_title_bg,#end_box .content_box .no_medal_box .no_medal_title_bg{
    position: absolute;
    top: 54px;
    left: 50%;
    height: 14px;
    transform: translateX(-50%);
}

#conclusion_box .content_box .medal2,#end_box .content_box .medal2{
    display: none;
}

#conclusion_box .content_box .next_btn,#end_box .content_box .next_btn{
    text-align: center;
    margin-bottom: 50px;
}
#conclusion_box .content_box .next_btn span,#end_box .content_box .next_btn span{
    color: #FFF7EA;
    font-size: 16px;
    padding: 12px 58px;
    background: linear-gradient(143deg, #F78E2E 0%, #FFA74A 100%);
    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;
}
#end_box .content_box .next_btn .more_box span{
    margin-right: 5px;
}

#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: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(35,35,35,.95);
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
}

#shade .start_box{
    width: 85%;
    min-width: 290px;
    max-width: 375px;
    background: url(./../../images/0.1/star_content_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 13px;
    margin-top: -10%;
}

#shade .start_box .header_box{
    width: 100%;
    margin-top: 50px;
    color: #1C1C1C;
    font-size: 20px;
    font-weight: bold;
    padding: 60px 0 20px 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: 32px 26px;
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}
#shade .start_box .content_box .btn_box{
    height: 52px;
    line-height: 52px;
    padding: 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: 24.5px;
    background: #DE974E;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: start_btn 1s infinite alternate linear;
    background: linear-gradient(143deg, #F78E2E 0%, #FFA74A 100%);
}

#shade .start_box .content_box .btn span{
    opacity: 0.8;
}
#shade .start_box .ip_img{
    display: none;
}
#shade .describe_box .ip_img_small,#shade .hidden_danger_box .ip_img_small{
    display: none;
}

@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.5em;
    }
    #shade .describe_box .step,#shade .hidden_danger_box.step{
        font-size: 1em;
    }

    /*#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;
    }


}
/*屏幕小于375px时*/
@media only screen and (max-width: 375px){
    #conclusion_box .content_box .title, #end_box .content_box .title{
        font-size: 14px;
    }
    #conclusion_box .content_box .next_btn span, #end_box .content_box .next_btn span{
        font-size: 12px;
    }
    #end_box .content_box .next_btn span {
        padding: 9px 20px;
    }
}

