@media screen and (max-width: 1199px) {


    .div1200_mg {
        background-color: white;
        padding: 5vw 3vw;
        box-shadow: 0 10px 30px 0 rgb(85 85 85 / 15%);
        border-radius: 10px;
        margin: 4vw 0vw;
    }

    p {
        font-size: 3.4vw;
        line-height: 6vw;
        text-indent: 2em;
        margin-top: 1vw;
        text-align: justify;
    }


    .info-title{
        margin: 5vw 0;
        color: #5f5f60;
        font-size: 6vw;
        font-weight: bolder;
        text-align: center;
    }
    .judge{
        display: flex;
        background-color: white;
        padding:4vw 2vw;
        flex-wrap: wrap;
    }
    .judge img{
        width: 92vw;
        margin-top: 2vw;
    }
    .judge .text{
        width: 92vw;
    }
    .judge .text .title{
        font-weight: bolder;
        font-size: 4.8vw;
        text-align: center;
    }
    .judge .text .s_title{
        font-weight: bolder;
        font-size: 4.1vw;
        padding: 2vw;
        text-align: center;
    }
    .judge .text p{
        text-indent: 2em;
        text-align: justify;
        margin-top: 1vw;
        font-size: 3.5vw;
    }
    .product{
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding-bottom: 2vw;
    }

    .product img{
        width: 92vw;
        height: 100%;
    }

    .result{

    }
    .evaluate{
        /*width: 92vw;*/
        margin: auto;
        padding: 2vw;
    }
    .evaluate_content{

    }
    .evaluate_title{
        font-size: 4.2vw;
        font-weight: bolder;
        margin: 3vw auto;
        color: #8A3104;
    }
    .evaluate_foot{
        margin-bottom: 4vw;
        text-align: end;
        font-size: 3vw;
    }

    .highlights{
        /*width: 90vw;*/
        display: flex;
        border: solid 1px #8A3104;
        border-top: solid 15px #8A3104;
        background-color: #FFF;
        flex-wrap: wrap;
        padding: 2vw;
        margin-bottom: 5vw;
        margin-top: 2vw;

    }
    .highlights_title_b{
        font-size: 5vw;
        color: #333;
        font-weight: bolder;
        padding: 2vw;
        text-align: center;
    }
    .highlights_title{
        font-size: 5vw;
        color: #8A3104;
        font-weight: bolder;
        padding: 2vw;
        text-align: center;
    }
    .highlights_text p{
        font-size: 3.4vw;
        text-indent: 0em;
        line-height: 7vw;
    }
    .highlights .text{
        width: 88vw;
    }
    .highlights .img{
        margin-top: 4vw;
    }
    .highlights .img img{
        width: 90vw;
    }
    .highlights .img img:last-child{
        display: none;
    }


    .course_box{

    }
    .course{
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: space-between;
    }
    .course img{
        width: 90vw;
        margin-top: 2vw;
    }
    .details_sbox {
        width: 90vw;
        border-bottom: 2px solid #F7F7F7;
        padding-bottom: 1vw;
        padding-top: 1vw;
        box-sizing: border-box;
    }
    .details_stitle{
        display: flex;
    }

    .details_stitle>section:first-child {
        float: left;
        color: #FB9324;
        font-size: 4vw;
        line-height: 7.5vw;
        margin-right: 1vw;
    }

    .details_stitle>section:first-child+section {
        float: left;
        font-size: 4.1vw;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 8vw;
        text-shadow: 0 10px 30px rgb(85 85 85 / 15%);
    }
    .details_slist {
        font-size: 3.5vw;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 6.5vw;
        text-shadow: 0 10px 30px rgb(85 85 85 / 15%);
        padding-left: 3.5vw;
        text-align: justify;
    }

    .gaokao{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2vw;
    }

    .gaokao div{
        background-color: white;
    }

    .gaokao div:first-child img{
        width: 92vw;
    }
    .gaokao div:last-child img{
        margin-top: 4vw;
        width: 92vw;
    }


    .mun_nav_out {
        height: 43px;
        margin: 2vw auto 4vw !important;
    }
    .mun_nav {
        width: 96vw;
        height: 10.3vw;
        z-index: 99;
    }

    .mun_nav .btn-group{
        width: 96vw;
        height: 9.6vw;
        display: flex;
        justify-content: space-between;
        z-index: 99;
    }


    .btn-default {
        width: 100%;
        color: #393939;
        background-color: #DADCDF;
        border-color: #f7f7f7;
        font-size: 3.6vw;
    }

    .btn-active { color: #ffffff !important; background-color: #2797ee !important; border-color: #ffffff !important; }


}
@media screen and (min-width: 1200px) {



    .div1200_mg {
        /*width: 1200px;*/
        margin: 0 auto;
        /*box-shadow: 0 10px 30px 0 rgba(85, 85, 85, 0.15);*/
        /*border-radius: 10px;*/
    }


    .info-title{
        margin-top: 40px;
        margin-bottom: 30px;
        color: #5f5f60;
        font-size: 32px;
        font-weight: bolder;
        text-align: center;
    }
    .product{
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        justify-content: space-around;
        padding: 20px 0;
    }

    .product img{
        /*width: 1000px;*/
    }

    .judge{
        display: flex;
        background-color: white;
        padding: 20px 0;
    }
    .judge .text{
        width: 600px;
        padding: 0 20px 20px 20px;
    }
    .judge img{
        width: 585px;
    }
    .judge .text .title{
        font-weight: bolder;
        font-size: 18px;
        text-align: center;
    }
    .judge .text .s_title{
        font-weight: bolder;
        font-size: 16px;
        padding: 10px;
        text-align: center;
    }
    .judge .text p{
        text-indent: 2em;
        text-align: justify;
        margin-top: 10px;
    }
    .highlights{
        display: flex;
        margin: 20px 0;
        border-top: solid 15px #0b5eab;
        background-color: #f1f1f1;
        padding: 10px;

    }

    .highlights_title_b{
        font-size: 20px;
        color: #333;
        font-weight: bolder;
        padding: 15px 0;
        text-align: left;
        /*margin-left: 50px;*/
    }

    .highlights_title{
        font-size: 20px;
        color: #a94442;
        font-weight: bolder;
        padding: 15px;
        text-align: center;
    }
    .highlights_text{
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
    }
    .highlights .text{
        width: 380px;
        padding: 0;
        margin: 0;
    }
    .highlights .text p {
        text-indent: 0;
    }

    .highlights .img{
        width: 700px;
        height: 260px;
        display: flex;
    }
    .highlights .img img{
        width: 320px;
    }

    .evaluate{
        width: 1020px;
        margin: auto;
    }
    .evaluate_content{

    }
    .evaluate_title{
        font-size: 18px;
        font-weight: bolder;
        margin: 30px auto;
        color: #8A3104;
    }
    .evaluate_foot{
        margin-bottom: 30px;
        text-align: end;
    }
    .gaokao{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .gaokao div{
        background-color: white;
        padding: 15px;
    }

    .gaokao div:first-child img{
        width: 632px;
    }
    .gaokao div:last-child img{
        width: 485px;
    }
    .result{
        /*width: 1200px;*/
        margin: 0 auto;
        /*background-color: white;*/
        /*padding: 20px 0;*/
    }
    .course_box{
        background-color: white;
        padding: 15px;
    }
    .course{
        display: flex;
        justify-content: space-between;
    }
    .course img{
        width: 590px;
        margin-top: 45px;
    }
    .details_sbox {
        width: 560px;
        border-bottom: 2px solid #F7F7F7;
        padding-bottom: 8px;
        padding-top: 8px;
        box-sizing: border-box;
    }
    .details_stitle{
        display: flex;
    }

    .details_stitle>section:first-child {
        float: left;
        color: #FB9324;
        font-size: 12px;
        line-height: 26px;
        margin-right: 6px;
    }

    .details_stitle>section:first-child+section {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
        text-shadow: 0 10px 30px rgb(85 85 85 / 15%);
    }
    .details_slist {
        font-size: 15px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 25px;
        text-shadow: 0 10px 30px rgb(85 85 85 / 15%);
        padding-left: 15px;
        text-align: justify;
    }

    .mun_nav {
        width: 1200px;
        margin: 20px auto !important;
        height: 34px;
        z-index: 99;
    }

    .btn-group {
        width: 400px;
        display: flex;
        justify-content: space-between;
    }

    .btn-default {
        width: 100%;
        color: #393939;
        background-color: #DADCDF;
        border-color: #f7f7f7;

    }
    .btn-active {
        color: #ffffff !important;
        background-color: #2797ee !important;
        border-color: #ffffff !important;
    }


}