@media screen and (max-width:960px) {
    #Rightdb{
        display: none !important;
    }
    /* #bottomM{
        display: none;
    } */

    main{
        position: relative;
    }

    .hot-news{
        position: absolute;
        bottom: -12.5rem;
    }

    .bmlcBoxm {
        margin-bottom: 12.5rem !important;
    }
    .pc-header-nav {
        display: none;
    }

    .rightdh {
        display: none;
    }

    #header-banner {
        display: none;
    }

    #bk_main, .Pbanimg, .boradTitp, .problemP, #ykbanSign, .stuInter, .studentBox, .teacherp, .teachManageBox, #stuplaySwiper, .envBox, .bmlcBox, #bottomSign {
        display: none !important;
    }



    .topbanner {
        height: auto;
        overflow: hidden;
        position: relative;
        margin-top: 0.4rem;
    }

    .topbanner .mbanimg {
        height: 6.15rem;
        width: 100%;
    }

    .topbanner .mbanimg img {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .banbox {
        width: 100%;
        position: absolute;
        bottom: 0.35rem;
        left: 0;
    }

    .boradSe {
        /* margin: 0 0.95rem; */
        margin: 0 0.45rem;
    }

    .boradSe .boradSeTit {
        width: 100%;
        height: auto;
        margin-bottom: 0.15rem;
    }

    .boradSe .boradSeTit p {
        font-size: 0.13rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin-top: .1rem;
    }

    .boradSe .boradSeTit .boradTitM {
        height: 0.13rem;
        margin: 0 auto;
    }

    .boradSe ul {
        width: 100%;
    }

    .boradSe ul li {
        /* height: 0.8rem; */
        background: rgba(255, 255, 255, 0.6);
        border-radius: 0.02rem;
        margin-bottom: 0.1rem;
        display: flex;
        line-height: 0.4rem;
    }

    .boradSe ul li p {
        width: 0.55rem;
        height: 100%;
        text-align: center;
        margin: 0 0.1rem 0 0.1rem;
        /* line-height:0.8rem ; */
        font-size: 0.26rem;
        color: #000;
    }

    .boradSe ul li div {
        display: flex;
    }

    .boradSe ul li input {
        border: none;
        outline: none;
        width: 1rem;
        height: 100%;
        font-size: 0.12rem;
        color: #333;
        line-height: 0.4rem;
        text-align: left;
        background: none;
        outline: none;
        border: none;
    }

    .boradSe ul li span {
        display: none;
        width: 0.5rem;
        margin-left: 0.1rem;
        font-size: 0.1rem;
        line-height: 0.3rem;
        color: #D11919;
    }

    .boradSe ul li select {
        width: 1.5rem;
        height: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 0.12rem;
        color: #000;
        margin-left: -0.05rem;
    }

    .boradSe ul li textarea {
        height: 0.4rem;
        width: 100%;
        display: block;
        font-size: 0.12rem;
        line-height: 0.15rem;
        padding: 0.075rem;
        resize: none;
        background: none;
        border-radius: 0.2rem;
        color: #000;
        border: none;
        outline: none;
    }

    #ykMbanSign {
        width: 100%;
        height: 0.4rem;
        background: #BE2534;
        border-radius: 0.02rem;
        font-size: 0.15rem;
        color: #fff;
        text-align: center;
        line-height: 0.4rem;
        border: none;
        outline: none;
        display: block;
        margin-top: 0.1rem;
    }

    .model {
        width: 100%;
        height: auto;
    }

    .modelTit {
        width: auto;
        height: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .modelTit img {
        height: 100%;
    }

    .beikaoFont {
        margin: 0 0.1rem;
        font-size: 0.08rem;
        color: #666;
        line-height: 0.2rem;
        text-indent: 0.16rem;
    }

    .beikaoFont span {
        color: #c02230;
        font-weight: 500;
        font-size: 0.08rem;
    }

    .circleBox {
        margin: 0.2rem 0.05rem;
        position: relative;
        height: 1.24rem;
    }

    .circleBox .circleRotate {
        width: 1.24rem;
        height: 1.24rem;
        border: 0.01rem dashed #C02230;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -0.62rem;
        animation: advanRotate 26s linear 0s infinite normal;
        -webkit-animation: advanRotate 26s linear 0s infinite normal;
        -ms-animation: advanRotate 26s linear 0s infinite normal;
        -moz-animation: advanRotate 26s linear 0s infinite normal;
        -o-animation: advanRotate 26s linear 0s infinite normal;
        -webkit-transform-origin: 50% center;
        -moz-transform-origin: 50% center;
        -ms-transform-origin: 50% center;
        -o-transform-origin: 50% center;
        transform-origin: 50% center;
    }

    @keyframes advanRotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes advanRotate {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @-moz-keyframes advanRotate {
        from {
            -moz-transform: rotate(0deg);
        }

        to {
            -moz-transform: rotate(360deg);
        }
    }

    @-ms-keyframes advanRotate {
        from {
            -ms-transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
        }
    }

    @-o-keyframes advanRotate {
        from {
            -o-transform: rotate(0deg);
        }

        to {
            -o-transform: rotate(360deg);
        }
    }

    .circleBox .circleImg {
        width: 1.05rem;
        height: 1.05rem;
        position: absolute;
        border-radius: 50%;
        top: 0.1rem;
        left: 50%;
        margin-left: -0.525rem;
    }

    .circleBox li {
        display: none;
    }

    .circleli {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circlea {
        width: 0.8rem;
        height: 0.225rem;
        background: #E02A2C;
        border-radius: 0.1rem;
        box-shadow: 0px 0.02rem 0.02rem 0px rgba(192, 34, 48, 0.33);
        font-size: 0.1rem;
        color: #fff;
        text-align: center;
        line-height: 0.225rem;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.4rem;
        display: block;
    }

    .stuInterm {
        width: 100%;
        margin: 0 auto;
    }


    .featuresTit {
        height: 0.25rem;
        margin: 0 0.1rem;
        background: url(/course/img/xly/five_title.png) left center no-repeat;
        background-size: 3.3rem auto;
    }

    .onefeatTit {
        background-position: 0 0;
        margin-bottom: 0.1rem;
    }

    .twofeatTit {
        background-position: 0 -0.25rem;
        margin-bottom: 0.1rem;
        margin-top: 0.1rem;
    }

    .forefeatTit {
        background: url('/course/img/xly/dlytit10.png') no-repeat;
        background-size: 100% 100%;
        width: 96%;
        margin: 0.1rem auto;
    }

    .thrfeatTit {
        background-position: 0 -0.61rem;
        margin-bottom: 0.1rem;
    }

    .sixfeatTit {
        background-position: 0 -0.91rem;
        margin-bottom: 0.1rem;
    }

    .sevefeatTit {
        background-position: 0 -1.2rem;
        margin-bottom: 0.1rem;
        margin-top: 0.2rem;
    }

    .featuresbox {
        display: none;
    }

    .featuresboxM {
        width: 100%;
        margin: 0.1rem auto;
    }

    .featuresboxM img {
        width: 100%;
        height: auto;
    }

    .fiveSystemBox {
        width: 100%;
        overflow: hidden;
        height: 1.04rem;
        background: url(../img/xly/fiveSystemBoxbg.png) center center no-repeat;
        background-size: 3.75rem auto;
        margin: 0.1rem auto;
    }

    .fiveSystemBox ul {
        height: auto;
        margin: 0 0.26rem;
        position: relative;
    }

    .fiveSystemBox ul li {
        width: 0.54rem;
        height: 0.54rem;
        position: absolute;
    }

    .fiveSystemBox ul li .fiveSyslibg {
        width: 0.54rem;
        height: 0.54rem;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        -webkit-transition: -webkit-transform 0.5s;
        -o-transition: -o-transform 0.5s;
    }

    .fiveSystemBox ul li:hover .fiveSyslibg {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .systemce {
        top: 0.1rem;
        left: 0;
    }

    .systemxue {
        top: 0.5rem;
        left: 0.74rem;
    }

    .systemlian {
        top: 0px;
        left: 1.37rem;
    }

    .systemcha {
        top: 0.41rem;
        right: 0.73rem;
    }

    .systemkao {
        top: 0.08rem;
        right: 0;
    }

    .fiveSystemBox ul li p {
        width: 0.45rem;
        height: 0.3rem;
        padding: 0.07rem 0;
        margin: 0.045rem auto;
        border-radius: 50%;
        background: #4F8AFA;
    }

    .fiveSystemBox ul li p img {
        margin: 0 auto;
        width: 0.3rem;
    }

    .systemfontBox {
        height: auto;
        margin: 0 0.1rem;
    }

    .systemfontBox h2 {
        font-size: 0.12rem;
        font-weight: 600;
        color: #000;
        line-height: 0.15rem;
    }

    .systemfontBox p {
        font-size: 0.08rem;
        font-weight: 400;
        line-height: 0.2rem;
        color: #666;
        margin: 0.1rem 0;
        text-indent: 0.19rem;
    }

    .systemfontBox p span {
        color: #c02230;
        font-weight: 500;
        font-size: 0.08rem;
    }

    #systemimgBox {
        width: 100%;
        height: 1.5rem;
    }

    #systemimgBox ul {
        display: -ms-grid;
        display: -moz-grid;
        display: grid;
        grid-template-columns: 1.11rem 1.11rem 1.11rem;
        grid-template-rows: 0.7rem 0.7rem;
        grid-column-gap: 0.1rem;
        grid-row-gap: 0.1rem;
    }

    #systemimgBox ul li {
        overflow: hidden;
    }

    #systemimgBox ul img {
        height: 100%;
    }

    .xlytab-list ul {
        display: flex;
    }

    .xlytab-list ul li {
        width: 50%;
        /* height: 0.2rem; */
        text-align: center;
        padding: 0 0.1rem;
        background-color: #f3f3f3;
        color: #303030;
        font-size: 0.07rem;
        padding: 0.02rem 0;
    }

    .xlytab-cons .xlyitems p {
        margin: 0.1rem 0;
    }

    .activitBox {
        margin: 0.1rem;
    }

    .activitBox p span {
        color: #c02230;
        font-weight: 500;
        font-size: 0.08rem;
    }

    .activitBtn {
        width: 100%;
        display: flex;
        margin-bottom: 0.1rem;
    }

    .activitBtn li {
        width: 50%;
        height: 0.35rem;
        text-align: center;
        font-size: 0.1rem;
        color: #666;
        padding: 0.07rem 0;
        background: #F3F3F3;
    }


    .activitBtn .actBtnche {
        color: #fff;
        background: #C02230;
    }

    .activitBtn span {
        display: block;
    }

    .activitBox p {
        font-size: 0.08rem;
        color: #666;
        text-indent: 0.18rem;
        line-height: 0.22rem;
        margin-bottom: 0.05rem;
    }

    #activitimgBox ul {
        display: -ms-grid;
        display: -moz-grid;
        display: grid;
        grid-template-columns: 1.11rem 1.11rem 1.11rem;
        grid-template-rows: 0.7rem 0.7rem;
        grid-column-gap: 0.1rem;
        grid-row-gap: 0.1rem;
    }

    #activitimgBox ul li {
        overflow: hidden;
    }

    #activitimgBox ul img {
        height: 100%;
    }

    .hrefBox {
        display: flex;
        width: 2.6rem;
        height: 0.3rem;
        margin: 0.1rem auto 0 auto;
    }

    .hrefBox a {
        width: 1.25rem;
        height: 0.3rem;
        display: flex;
        line-height: 0.3rem;
        background: #C02230;
    }

    .hrefBox a:last-child {
        background: #6E6E6E;
        margin-left: 0.1rem;
    }

    .hrefBox a li {
        display: flex;
        margin: 0 auto;
    }

    .hrefBox a li i {
        font-size: 0.12rem;
        color: #fff;
    }

    .hrefBox a li p {
        font-size: 0.08rem;
        color: #fff;
        line-height: 0.3rem;
        margin-left: 0.04rem;
        text-align: center;
        text-indent: 0;
    }

    .stuResult {
        margin: 0 0.1rem;
    }

    .six_title {
        width: 100%;
        height: 0.2rem;
        background: url(/course/img/xly/six_title.png) no-repeat;
        background-size: 3rem auto;
    }

    .oneresTit {
        background-position: 0 0;
    }

    .stuFontBox {
        margin: 0.1rem;
    }

    .stuFontBox p {
        font-size: 0.08rem;
        color: #666;
        text-indent: 0.18rem;
        line-height: 0.2rem;
    }

    .stuFontBox h3 {
        font-size: 0.08rem;
        color: #000;
        margin: 0.1rem auto;
        text-indent: 0.17rem;
    }

    .stuFontBox h3 span {
        color: #C02230;
        font-size: 0.15rem;
    }

    .studentBoxM {
        width: 100%;
    }

    .studentBoxM img {
        width: 100%;
    }

    .teamodel {
        background: #C21F2B;
        margin: 0.1rem auto;
        padding: 0.1rem 0;
    }

    .teacheroneBox {
        margin: 0 0.1rem 0.1rem 0.1rem;
    }

    .tworesTit {
        background-position: 0 -0.25rem;
        margin-bottom: 0.1rem;
    }

    .teacheroneBox p {
        font-size: 0.08rem;
        text-indent: 0.16rem;
        color: #fff;
        line-height: 0.2rem;
    }

    .teacheroneBox img {
        height: 0.25rem;
        margin-top: 0.1rem;
    }

    .teacherpicBox {
        width: 100%;
        position: relative;
    }

    #teacherm {
        margin: 0 0.15rem;
        height: 1.7rem;
    }

    #teacherm .swiper-slide {
        height: 1.7rem;
    }

    #teacherm .swiper-slide-active, #teacherm .swiper-slide-active dl {
        width: 1.35rem;
        height: 1.7rem;
        margin-top: 0;
        z-index: 1000;
        margin-left: -0.1rem;
    }

    #teacherm .swiper-slide-active, #teacherm .swiper-slide-active dd {
        display: block !important;
    }

    #teachermprev, #teachermnext {
        position: absolute;
        width: 0.2rem;
        height: 0.4rem;
        background: RGBA(0, 0, 0, 0.5);
        font-size: 0.1rem;
        color: #fff;
    }

    .teacherpicBox .swiper-button-next:after, .teacherpicBox .swiper-button-prev:after {
        font-size: 0.15rem !important;
        color: #fff;
    }

    #teachermprev {
        left: 0.08rem !important;
    }

    #teachermnext {
        right: 0.08rem !important;
    }

    #teacherm dl {
        width: 1.15rem;
        height: 1.5rem;
        margin: 0.1rem auto;
        position: relative;
    }

    #teacherm dl dt {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #teacherm dl dt img {
        width: 100%;
        height: auto;
    }

    #teacherm dl dd {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    #teacherm dl dd a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }

    #teacherm dl dd a h2 {
        font-size: 0.1rem;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 51%;
        width: 100%;
    }

    #teacherm dl dd a h2 span {
        font-size: 0.1rem;
        margin-left: 0.05rem;
    }

    #teacherm dl dd a p {
        font-size: 0.07rem;
        color: #fff;
        line-height: 0.15rem;
        text-align: center;
        position: absolute;
        top: 63%;
        width: 100%;
    }

    #teacherm dl dd a b {
        font-size: 0.07rem;
        color: #fff;
        line-height: 0.15rem;
        text-align: center;
        position: absolute;
        top: 75%;
        width: 80%;
        margin: 0 auto;
        margin-left: 0.1rem;
    }

    .teamodel .hrefBox a {
        background: #fff;
    }

    .teamodel .hrefBox a i, .teamodel .hrefBox a p {
        color: #C21F2B;
    }

    .teamodel .hrefBox a:last-child {
        background: #C21F2B;
        border: 1px solid #fff;
    }

    .teamodel .hrefBox a:last-child i, .teamodel .hrefBox a:last-child p {
        color: #fff;
    }

    .systemoneBox {
        margin: 0 0.1rem;
    }

    .thrresTit {
        background-position: 0 -0.55rem;
        margin-bottom: 0.1rem;
    }

    .nineresTit {
        background-position: 0 -1.1rem;
        /* margin: 0.2rem 0.1rem 0.1rem 0.1rem; */
    }

    .tenresTit {
        background-position: 0 -1.4rem;
        margin: 0.2rem 0.1rem 0.1rem 0;
    }

    .evenresTit {
        background-position: 0 -1.65rem;
        margin: 0.2rem 0.1rem 0.1rem 0;
    }

    .TwelveTit {
        width: 96%;
        margin: 0.15rem auto;
        background: url("/course/img/xly/dlytit9.png") no-repeat;
        background-size: 100% 100%;
    }

    .fourteenTit {
        background-position: 0 -1.95rem;
        margin: 0.2rem 0.1rem 0.1rem 0;
    }

    .fifteenTit {
        background-position: 0 -4.4rem;
        margin: 0.2rem 0.1rem 0.1rem 0;
    }

    .systemoneBox p label {
        color: #C02230;
        font-weight: bold;
    }

    .courseSystem {
        width: 100%;
        height: 1.27rem;
        margin: 0.15rem auto 0.1rem auto;
        background: url(/course/img/xlym/line_bgm.png) center center no-repeat;
        background-size: auto 100%;
    }

    .courseSystem ul {
        margin: 0 0.18rem;
        position: relative;
    }

    .courseSystem ul li {
        position: absolute;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        -webkit-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
        -o-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
        animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
    }

    .courseSystem ul li div {
        display: none;
    }

    .courseSystem ul li:nth-child(1) {
        width: 0.6rem;
        height: 0.6rem;
        background: url(/course/img/xlym/courseSys1.png) center center no-repeat;
        background-size: 100% 100%;
        left: 0px;
        top: 0.38rem;
        animation-duration: 7s
    }

    .courseSystem ul li:nth-child(2) {
        width: 0.57rem;
        height: 0.57rem;
        background: url(/course/img/xlym/courseSys2.png) center center no-repeat;
        background-size: 100% 100%;
        left: 0.43rem;
        top: 0.05rem;
        animation-duration: 8s
    }

    .courseSystem ul li:nth-child(3) {
        width: 0.64rem;
        height: 0.64rem;
        background: url(/course/img/xlym/courseSys3.png) center center no-repeat;
        background-size: 100% 100%;
        left: 0.45rem;
        top: 0.64rem;
        animation-duration: 9s
    }

    .courseSystem ul li:nth-child(4) {
        width: 0.74rem;
        height: 0.74rem;
        background: url(/course/img/xlym/courseSys4.png) center center no-repeat;
        background-size: 100% 100%;
        left: 0.99rem;
        top: 0.06rem;
        animation-duration: 6s
    }

    .courseSystem ul li:nth-child(5) {
        width: 0.595rem;
        height: 0.595rem;
        background-size: 100% 100%;
        left: 1.69rem;
        top: 0.085rem;
        animation-duration: 8s
    }

    .courseSystem ul li:nth-child(6) {
        width: 0.575rem;
        height: 0.575rem;
        background: url(/course/img/xlym/courseSys6.png) center center no-repeat;
        background-size: 100% 100%;
        left: 1.54rem;
        top: 0.61rem;
        animation-duration: 6s
    }

    .courseSystem ul li:nth-child(7) {
        width: 0.72rem;
        height: 0.72rem;
        background: url(/course/img/xlym/courseSys7.png) center center no-repeat;
        background-size: 100% 100%;
        right: 0.525rem;
        top: 0.48rem;
        animation-duration: 8scourse
    }

    .courseSystem ul li:nth-child(8) {
        width: 0.61rem;
        height: 0.61rem;
        background: url(/course/img/xlym/courseSys8.png) center center no-repeat;
        background-size: 100% 100%;
        right: 0.04rem;
        top: 0px;
        animation-duration: 5s
    }

    .courseSystem ul li:nth-child(9) {
        width: 0.53rem;
        height: 0.53rem;
        background: url(/course/img/xlym/courseSys9.png) center center no-repeat;
        background-size: 100% 100%;
        right: 0px;
        top: 0.66rem;
        animation-duration: 9s
    }

    .manageBox {
        /* margin: 0.1rem auto 0 auto; */
        margin: 0 0.1rem;
    }

    .forresTit {
        width: 96%;
        margin: 0.1rem auto;
        background: url("/course/img/xly/dlytit7.png") no-repeat;
        background-size: 100% 100%;
    }

    .teachManageBoxm {
        margin: 0.1rem 0.125rem;
    }

    .teachManageBoxm img {
        width: 100%;
    }

    .fivresTit {
        background-position: 0 -0.8rem;
        /* margin: 0 0.1rem 0.025rem 0.1rem; */
        margin: 0 0.01rem 0.025rem 0rem;
    }

    .stuplayPlate {
        width: 100%;
        height: 1.52rem;
        margin: 0.1rem auto;
        background: url(/course/img/xlym/stuplayPlatebgm.jpg) center 0.36rem no-repeat;
        background-size: cover;
    }

    #stuplaySwiperm .swiper-slide img {
        width: 3.37rem;
        margin-left: 0.1rem;
    }

    #stuplaypagem {
        width: 0.61rem;
        height: 0.26rem;
        margin: 0.1rem auto;
        position: relative;
    }

    #playmLeft, #playmRight {
        width: 0.25rem;
        height: 0.25rem;
        border: 0.01rem solid #C21F2B;
        border-radius: 50%;
        color: #C21F2B;
        top: 0;
        margin: 0;
    }

    #playmLeft {
        left: 0;
    }

    #playmRight {
        right: 0;
    }

    #stuplaypagem .swiper-button-next:after, #stuplaypagem .swiper-button-prev:after {
        color: #C21F2B;
        font-size: 0.15rem;
    }

    .sixresTit {
        width: 96%;
        margin: 0.1rem auto;
        background: url("/course/img/xly/dlytit8.png") no-repeat;
        background-size: 100% 100%;
    }

    #envBoxM {
        width: 100%;
        height: 1.15rem;
        margin: 0.1rem auto;
    }

    #envBoxM img {
        width: 2rem;
    }

    .ambientBox {
        margin: 0.1rem auto 0 auto;
    }

    #ambientSwiper ul {
        margin: 0 0.1rem;
        height: 1.76rem;
        position: relative;
    }

    #ambientSwiper ul li:nth-child(1) {
        width: 1.35rem;
        height: 1.76rem;
        position: absolute;
        left: 0;
        top: 0;
    }

    #ambientSwiper ul li:nth-child(2) {
        width: 2.15rem;
        height: 0.94rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    #ambientSwiper ul li:nth-child(3) {
        width: 1.4rem;
        height: 0.77rem;
        position: absolute;
        right: 0.75rem;
        bottom: 0;
    }

    #ambientSwiper ul li:nth-child(4) {
        width: 0.7rem;
        height: 0.77rem;
        position: absolute;
        right: 0px;
        bottom: 0;
    }

    #ambientSwiper ul li img {
        width: 100%;
    }

    #ambientSwiper ul li p {
        width: 0.6rem;
        height: 0.2rem;
        background: #C02230;
        font-size: 0.07rem;
        color: #fff;
        text-align: center;
        line-height: 0.2rem;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #ambientPage {
        width: 0.6rem;
        height: 0.1rem;
        margin: 0.1rem auto 0 auto;
        position: unset;
        display: flex;
    }

    #ambientPage span {
        display: block;
        margin: 0 0.025rem;
    }

    .bmlcBoxm {
        margin: 0 0.1rem 0.2rem 0.1rem;
    }

    .bmlcBoxm img {
        width: 100%;
    }

    #showviout {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #0000009c;
        z-index: 1000000;
    }

    #showvideo {
        width: 95%;
        height: auto;
        margin: 63% auto 0 auto;
    }

    #wxbox {
        display: flex !important;
    }

    #wxcode {
        width: 100%;
    }

    .pre_box {
        width: 100%;
        display: flex;
        font-size: 0.14rem;
    }

    .cerify-code-panel {
        display: flex;
    }

    .verify-code-area {
        display: flex;
        flex: 1;
    }

    .verify-change-area {
        display: none;
    }

    .verify-input-area {
        padding: 0 !important;
    }

    .varify-input-code {
        height: 0.33rem !important;
    }

    #mcodetop {
        width: 100%;
    }

    .verify-code-area .verify-input-area {
        width: 100%;
    }

    .varify-input-code {
        padding-left: 0.1rem;
        box-sizing: border-box;
    }

    .wxbox {
        width: 100%;
        margin-left: 5%;
    }

    .raise {
        width: 96%;
        margin: 0 auto;
        margin-top: 0.1rem;
    }

    .raise img {
        width: 100%;
    }

    .raise_end {
        width: 96%;
        margin: 0 auto;
        margin-top: 0.1rem;
    }

    .contfiveBox {
        width: 96%;
        margin: 0.15rem auto;
    }

    .contfiveBox img {
        width: 100%;
    }

    /* 不同班形因材施教 */
    .pc_img {
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .pc_img img {
        width: 100%;
    }

    .pc_text {
        display: block;
        font-size: 0.08rem;
        text-align: center;
        font-weight: 500;
        margin: 0 0.1rem;
    }

    /* 挖掘音乐潜力实现梦想 */
    .school_cont {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        line-height: 0.17rem;
        font-size: 0.08rem;
    }

    .school_cont span {
        color: #c02230;
        font-weight: 600;
        font-size: 0.08rem;
    }

    .school_content {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .school_content li {
        width: 30%;
        border-radius: 0.1rem;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.1rem;
        border: 1px solid #e3e3e3;
        box-shadow: 0px 4px 4px 0px rgba(149, 149, 149, 0.33);
        padding: 0.1rem 0;
        box-sizing: border-box;
    }

    .school_content img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .school_content b {
        font-size: 0.11rem;
        margin: 0.1rem auto;
        text-align: center;
    }

    .school_content p {
        font-size: 0.1rem;
        color: red;
        font-weight: 600;
        margin: 0 auto;
        text-align: center;
        animation: big 1s infinite;
    }

    .school_content .school_left {
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes big {
        from {
            -webkit-transform: scale(1);
            -webkit-transform-origin: 50% 50%;
        }

        to {
            -webkit-transform: scale(1.3);
            -webkit-transform-origin: 50% 50%;
        }
    }

    /* end */
    /* 品牌来源口碑 */
    .bgBox {
        width: 100%;
        position: absolute;
        z-index: -2;
        top: 21%;
    }

    .reputation {
        position: relative;
    }

    .video_title {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .video_content {
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .video_content li {
        width: 32%;
        display: flex;
        flex-direction: column;
        border-radius: 0.05rem;
        overflow: hidden;
        background: #c02230;
        color: #fff;
        margin-top: 0.1rem;
        position: relative;
    }

    .video_content li img {
        width: 100%;
        height: 0.65rem;
    }

    .video_content li .contIconbf {
        position: absolute;
        top: 16%;
        left: 35%;
        font-size: 0.3rem;
        color: #fff;
    }

    .video_content li div {
        width: 96%;
        margin: 0 auto;
    }

    .video_content li div p {
        font-size: 0.14rem;
        text-align: center;
        padding: 0.025rem 0;
        color: #fff;
    }

    .video_content li div span {
        width: 100%;
        text-align: center;
        display: block;
        padding-bottom: 0.1rem;
        color: #fff;
        font-size: 0.08rem;
    }

    /* end */
    .science {
        width: 96%;
        margin: 0.1rem auto;
        display: block;
    }

    .pchide {
        display: none !important;
    }

    /* 手机截屏 */
    #chatm {
        width: 90%;
        margin: 0.1rem auto;
    }

    #chatm .swiper-wrapper,
    #chatm .swiper-slide,
    #chatm .swiper-slide img {
        width: 100%;
        height: auto;
    }

    /*热点资讯——————————————————————————————————————————————————————————————————————————————————————————————————————————*/
    .hot-news,
    .hot-tuijian{

        width: 3.75rem;
        box-sizing: border-box;
        margin: auto;
        margin-top: 0.3rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;

    }
    .hot-news-title,
    .hot-tuijian-title{
        display: flex;
    }


    .hot-news-title>p:nth-of-type(3),
    .hot-tuijian-title>p:nth-of-type(3){

    }
    .hot-news-title>p{

        width: 3.6rem;
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        

      }
      .hot-news-title>p img{
        width: 8rem;
    }

    .hot-news ul{

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0.15rem;

    }
    .hot-news ul li{

        width: 3.55rem;
        height: 0.2rem;
        line-height: 0.2rem;
        font-size: 0.08rem;
        display: flex;
        justify-content: space-between;
    }
    .hot-news ul li a{
        width: 3rem;
        color:#2e2e2e;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
     
        font-size: 0.08rem;
    }
    .hot-news ul li time{
        font-size: 0.08rem;
        width: 0.45rem;
    }











    .item-other .zonghe-itemgong strong {
        width: 3.43rem;
        height: 0.4rem;
        background: #D5081E;
        border-radius: 0.05rem;
        margin: 0 auto;
        margin-bottom: 0.09rem;
        font-size: 0.15rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.4rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .tab_con .item ol {
        padding-top: 0.1rem;
        width: 3.3rem;
        margin: auto auto;
        padding-bottom: 0.2rem;


    }

    .art-tab-module .tab_list li:nth-of-type(4) {
        border-radius: 0 0.08rem 0.08rem 0;
    }


    .art-tab-module .tab_list .current {
        background: #D5081E !important;
        color: white;
    }

    .item-two-ul li {
        width: 2.75rem;
        line-height: 0.25rem;
        display: flex;
        align-items: center;
        margin: 0 0.15rem;

    }

    .item-two-ul li a {
        font-size: 0.1rem;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #4A4A4A;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .tab_con {
        margin-bottom: 0.2rem;
    }
}