.index_mContainer_top {
    display: none;
}
@media screen and (max-width: 750px) {
    * {
        padding: 0;
        margin: 0;
    }
    body {
        width: 100vw!important;
        height: 100vh;
        overflow: hidden;
    }
    .main-quiz-holder {
        box-shadow: none!important;
        border: 1px solid transparent;
    }
    #div_body {
        background: url(../../../img-3/2bg.png) no-repeat!important;
        background-size: 100% 100%!important;
    }
    .mContainer {
        background: none!important;
        height: 100vh!important;
        border: none;
    }
    .index_mContainer_top {
        display: inline-block;
    }
    .index_mContainer_top img {
        width: 100%;
    }
    .main-quiz-holder .slide-container {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .nav-start img {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .intro-container-box {
        margin: -40px -20px;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        /*background: url(../../../img-3/bg.png) no-repeat!important;*/

background: linear-gradient(131deg, #C9D3B3 0%, #485631 100%, #485631 100%);
    }
    .index_top2 {
    }
    .intro-container-box .index_top img{
        width: 100%;
        margin-top: -40px;
    }
    .index_name {
        height: 50px;
        font-size: 36px;
        font-weight: 600;
        color: #EFD2B5;
        line-height: 50px;
        margin:10px 0 20px;
    }
    .index_start {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .index_start a{
        display: inline-block;
        width: 170px;
        height: 64px;
        line-height: 64px;
        background: linear-gradient(135deg, #EFD2B5 0%, rgba(252,243,233,0.98) 100%);
        box-shadow: 0px 0px 15px 3px rgba(255,234,209,0.37);
        border-radius: 10px;
        font-size: 28px;
        font-weight: 600;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #62734B;
        margin: 0 auto;
    }
    .index_bottom {
        height: 34px;
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #EFD2B5;
        line-height: 17px;
        margin-top:50px;
    }
    .main-quiz-holder .slide-container ul.answers {
        padding: 0;
    }
    .main-quiz-holder .slide-container ul.answers li {
        width: 70%;
        background: linear-gradient(174deg, #FFFFFF 0%, #EEEEEA 100%);
        box-shadow: 3px 3px 13px 0px rgba(155,155,155,0.5);
        color: #485631;
        border: none;
        padding: 8px 15px;
        border-radius: 12px;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 14px;

    }
    .jindu {
        width: 100%;
        position: relative;
        height: 8px;
        background: #F4F4F4;
        border-radius: 9px;
    }
    .jindu_in {
        background: #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        width: 41px;
        height: 8px;
        background: linear-gradient(157deg, #788A62 0%, #94A37C 48%, #74835D 100%);
        box-shadow: 0px 0px 15px 0px rgba(116,131,93,0.5);
        border-radius: 10px;
    }
    .question-number span {
        height: 17px;
        font-size: 14px;
        font-weight: bold;
        color: #485631;
        line-height: 17px;
        margin-top: 8px;
        display: block;
    }
    .main-quiz-holder .notice {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    #commentForm {
        padding-bottom: 35px;
    }
    #commentForm label {
        height: 22px;
        font-size: 16px;
        font-weight: 500;
        color: #666666;
        line-height: 22px;
    }
    .main-quiz-holder .nav-show-result {
        padding-left: 0;
        background: none;
    }
    #commentForm input {
        height: 40px;
        background: linear-gradient(174deg, #FFFFFF 0%, #EEEEEA 100%);
        box-shadow: 3px 3px 13px 0px rgba(155,155,155,0.5);
        border-radius: 4px;
        border: none;
        font-size: 15px;
        font-weight: bold;
        color: #485631;
        box-sizing: border-box;
        padding: 0 5px;
    }
    .main-quiz-holder .slide-container ul.answers li.selected,
    .main-quiz-holder .slide-container ul.answers li:hover,
    .main-quiz-holder .slide-container ul.answers li:focus,
    .main-quiz-holder .slide-container ul.answers li:visited{
        background: linear-gradient(157deg, #788A62 0%, #94A37C 48%, #74835D 100%);

        box-shadow: 0px 0px 15px 0px rgba(116,131,93,0.5);
        color: #fff;
    }
    .main-quiz-holder .slide-container .next, .main-quiz-holder .slide-container .final {
        background: linear-gradient(135deg, #EFD2B5 0%, rgba(252,243,233,0.98) 100%);
        box-shadow: 0px 0px 15px 3px rgba(116,131,93,0.3);
        border-radius: 6px;
        padding: 8px 15px;
        width: 130px;
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-quiz-holder .slide-container .next::after, .main-quiz-holder .slide-container .final::after {
        content: '';
        display: inline-block;
        margin-left: 10px;

        width: 15px;
          height: 15px;
          background: url('../../../img-3/icon_right.png') no-repeat ;
          background-size: 100% 100%;
    }
    .main-quiz-holder .slide-container .prev {
        background: linear-gradient(135deg, #EFD2B5 0%, rgba(252,243,233,0.98) 100%);
        box-shadow: 0px 0px 15px 3px rgba(116,131,93,0.3);
        border-radius: 6px;
        padding: 8px 5px;
        width: 80px;
        text-align: center;
        font-size: 14px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-quiz-holder .slide-container .prev::before{
        content: '';
        display: inline-block;
        margin-right: 3px;
               width: 15px;
          height: 15px;
          background: url('../../../img-3/icon_left.png') no-repeat ;
          background-size: 100% 100%;
    }
    .main-quiz-holder .question-number {
        position: static;
        width: 100%;
        height: 50px;
        background: transparent;
        border: none;
        box-shadow: none;
        text-shadow: none;
    }
    .main-quiz-holder .slide-container .question, .main-quiz-holder h2.qTitle {
        color: #485631;
        font-size: 18px;
        margin: 0;
        font-weight: bold;
    }
    .main-quiz-holder .question {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .slide-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #echart_box {
        padding: 20px 20px;
        background-color: rgba(255,255, 255, 0.6);
        border-radius: 16px;
        margin-bottom: 15px;
        background: url(../../../img-3/biaobg.png) no-repeat top center;!important ;
        background-size: 100% 100%;
        /*box-shadow: inset 0px 5px 10px #485631;*/
        margin-top: 20px;
    }
    .re_top1 p {
        margin-bottom: 0!important;
    }
    .result-box {
        border: none!important;
        width: 100%;
        box-sizing: border-box;
        background-color: #EFEFEB;
        /*background: url(../../../img-3/rebg.png) repeat-y!important;*/
    }
    .well {
        border: none;
    }
    .jianyou {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0 0;
        font-size: 18px;
    }
    .jianyou a {
        font-size: 18px;
        font-weight: bold;
        color: #EFD2B5;
        margin-right: 10px;
    }
    .jianyou span {
        font-size: 18px;
        color: #fff;
        margin-right: 10px;
    }
    .result-box .ibox-content {
        padding: 0;
    }
    body.rebody {
        overflow: auto!important;
    }
    .rebody .gray-bg{
        background-color: transparent;
            position: relative;
    top: -30px;
    border: none;
    }
    .re_top {
      /*  background: url(../../../img-3/retopbg.png) no-repeat!important;
        background-size: 100% 100%;*/
        margin: -19px;
    }
    .re_top1 {
        position: absolute;
    top: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px 0;
        text-align: left;
        position: relative;
    z-index: 9999;
    }
    .re_topimg {
        width: 100%;
            position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    }
    .re_top1 p {
        height: 22px;
        font-size: 16px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 22px;
        text-align: left;
    }
    .re_top1 .alert1 {
height: 50px;
font-size: 36px;
font-family: PingFang-SC-Bold, PingFang-SC;
font-weight: bold;
color: #EFD2B5;
line-height: 50px;
    }
    .re_top1 .alert1 a{
height: 25px;
font-size: 18px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #FFFFFF;
line-height: 25px;
    }
    .re_top1 .typeinfo-desc{
height: auto;
font-size: 14px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #FFFFFF;
line-height: 24px;
        border-top: 2px solid #fff;
        padding-top: 15px;
        margin-top: 15px;
    }

    .re_top1 .alert2 {
        text-align: left;
    }
        .re_top1 .alert2 a {

height: 50px;
font-size: 36px!important;
font-family: PingFang-SC-Bold, PingFang-SC;
font-weight: bold;
color: #EFD2B5;
line-height: 50px;
        }


    .desc-list .content {
        display: inline-block!important;
        width: 100%!important;
    }
    .desc-list .item h3 em {
        display: none;
    }
    .desc-list h3 {
        height: 42px!important;
        background: linear-gradient(165deg, #EFD2B5 0%, rgba(252,243,233,0.98) 74%, rgba(243,219,196,0.99) 100%);
        /*box-shadow: 0px 0px 15px 3px rgba(116,131,93,0.3);*/
        border-radius: 4px;
        font-size: 18px!important;
        font-weight: bold;
        color: #485631!important;
        line-height: 42px!important;
        border-radius: 4px;
        border-bottom: none!important;
    }
    .desc-list ul li {
        background: none!important;
        margin-left: 0!important;
        list-style:none!important;
        text-align: justify;
        line-height: 20px;
        margin-bottom: 0!important;
        font-size: 16px!important;
    }
    .desc-list ul a li  {
        margin-top: 10px;
        color: #666666!important;
        line-height: 150% !important;
    }
    .desc-list .content {
        padding-left: 0!important;
        padding-right: 0!important;
        color: #666666!important;
        text-align: justify;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
        /*padding: 15px 25px 15px!important;*/
    }
    .result-box .desc-list ul li.bold-li {
        margin-left: 0!important;
    }
    .carousel-inner img {
        width: 100%;
    }
    .carousel-inner {
        margin-bottom: 20px!important;
    }




    .a1{
        text-align: center;
        height: 34px;
        font-size: 22px;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        color: #485631;
        line-height: 34px;
    }
    .abox {
        width: 335px;
        height: 419px;
        background: #FFFFFF;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 16px;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .a2{
        width: 295px;
        height: 34px;
        font-size: 16px;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        color: #485631;
        line-height: 34px;
    }
    .aline {
        width: 295px;
        height: 2px;
        background: linear-gradient(90deg, rgba(238,238,238,0) 0%, #D8D8D8 51%, rgba(226,226,226,0) 100%);
        margin: 20px 0;
    }
    .aewm {
        width: 255px;
        height: 255px;
        background: #F4F4F4;
        border: 1px solid #E4E4E4;
    }
    .a3{
        width: 295px;
        height: 34px;
        font-size: 16px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #666666;
        line-height: 34px;
    }
    .aewm img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 375px) {

    .index_name {
        height: 40px;
        font-size: 32px;
        font-weight: 600;
        color: #EFD2B5;
        line-height: 50px;
        margin: 10px 0 30px;
    }
    .index_start a{
        display: inline-block;
        width: 160px;
        height: 54px;
        line-height: 54px;
        background: linear-gradient(135deg, #EFD2B5 0%, rgba(252,243,233,0.98) 100%);
        box-shadow: 0px 0px 15px 3px rgba(255,234,209,0.37);
        border-radius: 10px;
        font-size: 24px;
        font-weight: 600;
        font-family: PingFangSC-Semibold, PingFang SC;
        color: #62734B;
        margin: 0 auto;
    }
}