/* Same-domain mobile layout for the legacy public pages. Desktop styles stay unchanged. */
@media screen and (max-width: 900px) {
    *, *::before, *::after {
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        min-width: 0 !important;
        overflow-x: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container,
    .containers,
    .containerCnt,
    .ftTopCnt,
    .ftBtm,
    .modularSix,
    .modularSevenCnt,
    .abtCnt,
    .abtCnttoo,
    .serCnt,
    .bannerCnt,
    .newstit,
    .newsList,
    .newsPage,
    .newsContent,
    .pagelast,
    .contlast,
    .view-content-box {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .header,
    .header.headerBG {
        height: 64px !important;
    }

    .header .containers {
        height: 64px;
        padding: 0 16px !important;
        overflow: visible;
    }

    .headerNull,
    .headerNull[style] {
        height: 64px !important;
    }

    .logo,
    .logo > div,
    .logo > p,
    .headerBG .containers .logo,
    .headerBG .containers .logo > div,
    .headerBG .containers .logo > p {
        height: 64px !important;
        line-height: 64px !important;
    }

    .header .logo .img,
    .header .logo img,
    .headerBG .logo .img {
        width: auto !important;
        height: 42px !important;
    }

    .logo > p {
        display: none;
    }

    .mobile-nav-toggle {
        position: absolute;
        top: 12px;
        right: 16px;
        width: 42px;
        height: 40px;
        padding: 8px 9px;
        border: 0;
        border-radius: 4px;
        background: #b39a58;
        cursor: pointer;
        z-index: 102;
    }

    .mobile-nav-toggle span {
        display: block;
        height: 2px;
        margin: 5px 0;
        background: #fff;
        transition: transform .25s ease, opacity .25s ease;
    }

    .mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .header .hdnav,
    .headerBG .containers .hdnav {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        float: none;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    }

    .header.mobile-nav-open .hdnav {
        display: block;
    }

    .hdnav ul {
        padding: 8px 16px 14px;
    }

    .hdnav ul li,
    .headerBG .containers .hdnav ul li {
        float: none;
        height: auto;
        line-height: normal;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .hdnav ul li a {
        display: block;
        height: auto;
        line-height: 46px;
        padding: 0 8px;
        font-size: 16px;
    }

    .sectionTop {
        margin-top: 0 !important;
    }

    .modularOne {
        height: 330px;
        padding: 78px 20px 30px;
        background-size: cover;
    }

    .img-001,
    .img-002 {
        width: 100%;
        margin-top: 0;
    }

    .img-002 {
        margin-top: 22px;
    }

    .modularTwo,
    .modularTwo[style],
    .modularThree {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        padding: 48px 0;
    }

    .twoLeft,
    .twoRight,
    .threeLeft,
    .threeRight {
        float: none;
        width: 100%;
    }

    .twoLeft .p1,
    .threeRight .p1 {
        margin-top: 0;
    }

    .twoLeft .p3,
    .threeRight .p3 {
        line-height: 1.8;
        letter-spacing: 0;
    }

    .twoLeft > p[style],
    .threeRight > p[style] {
        font-size: 27px !important;
        line-height: 1.4 !important;
        margin: 24px 0 !important;
    }

    .img-003,
    .img-004,
    .img-008,
    .img-010 {
        margin-top: 28px;
    }

    .twoRight,
    .threeLeft {
        min-height: 260px;
        margin-top: 28px;
    }

    .img-005,
    .img-006,
    .img-007,
    .img-012 {
        position: static;
        float: none;
        width: auto;
        max-height: 320px;
        margin: 0 auto;
    }

    .img-006 {
        display: none;
    }

    .modularThree {
        background-size: cover;
    }

    .modularSix {
        height: auto;
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .musixChina {
        padding: 0;
        font-size: 15px;
        line-height: 1.8;
    }

    .musixEn {
        text-align: left;
        line-height: 1.7;
    }

    .musixther {
        width: 100%;
        margin: 36px 0 0;
    }

    .musixther ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .musixther ul li {
        float: none;
        width: 100%;
        height: 78px;
    }

    .musixther ul li a img {
        max-width: 85%;
        max-height: 58px;
    }

    .musfour {
        margin-top: 56px;
    }

    .musfour > div {
        width: 100%;
        height: auto;
        margin-top: 28px;
    }

    .musfour > div img {
        width: 100%;
        height: auto;
    }

    .courselb {
        padding: 0 18px;
    }

    .modularSeven {
        padding: 1px 0 50px;
    }

    #container {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        position: static !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 28px;
    }

    #container .grid {
        position: static !important;
        left: auto !important;
        top: auto !important;
        float: none;
        width: 100%;
        min-height: 0;
        padding: 6px;
    }

    .banner {
        height: 360px;
        background-size: cover !important;
    }

    .bannerCnt {
        padding-top: 80px !important;
        color: #fff;
    }

    .bannerCnt h2 {
        margin-top: 0;
        font-size: 30px;
        line-height: 1.35;
    }

    .bannerCnt span {
        font-size: 17px;
        line-height: 1.5;
    }

    .bannerCnt p {
        font-size: 15px;
        line-height: 1.7;
    }

    .servertit {
        padding: 48px 0;
    }

    .app-view .view-p1 {
        font-size: 28px;
        line-height: 1.5;
    }

    .app-view .view-p2 {
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 3px;
        margin: 18px 0;
    }

    .app-view .view-p3 {
        font-size: 21px;
        line-height: 1.6;
    }

    .aboutbox,
    .aboutview10,
    .aboutview11,
    .aboutview12,
    [class*="abtHeight"] {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .abtCnt {
        padding-top: 0 !important;
    }

    .addcssflex-b,
    .addcssflex-c {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .addcssflex-b .introduce,
    .addcssflex-b .addcssflex {
        width: 100%;
    }

    .addcssflex .addnewimg1,
    .abtCnt .about-view,
    .abtCnt .about-view img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .introduce .addcss1 {
        font-size: 28px;
        line-height: 1.45;
    }

    .introduce .addcss2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .introduce .addcss3 {
        font-size: 15px;
        line-height: 1.9;
        margin-top: 18px;
    }

    .introduce .addcss4,
    .introduce .addcss5,
    .introduce .addcss6,
    .introduce .addcss7,
    .anNew {
        width: 100%;
        max-width: 320px;
    }

    .newstit {
        padding-top: 48px !important;
        padding-bottom: 24px !important;
    }

    .newstit h2 {
        font-size: 34px;
    }

    .newstit p {
        font-size: 22px;
    }

    .newsList ul li {
        padding: 24px 0;
    }

    .news-l,
    .news-r,
    .newsList ul li:nth-child(even) .news-l,
    .newsList ul li:nth-child(even) .news-r {
        float: none;
        width: 100%;
        height: auto;
    }

    .news-l {
        padding: 22px 0;
    }

    .news-r {
        aspect-ratio: 16 / 10;
    }

    .newsList ul li:hover,
    .newsList ul li:nth-child(odd):hover .news-l,
    .newsList ul li:nth-child(odd):hover .news-r,
    .newsList ul li:nth-child(even):hover .news-l,
    .newsList ul li:nth-child(even):hover .news-r {
        width: 100%;
        height: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        transform: none;
    }

    .newsPage {
        margin: 24px auto 50px;
    }

    .newsbanner {
        min-height: 220px;
        height: auto;
        padding: 56px 20px;
        text-align: center;
        font-size: 24px;
        background-size: cover !important;
    }

    .newsContent {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .pagelast {
        height: auto;
        min-height: 84px;
        gap: 10px;
    }

    .pagelast a.page-lf span,
    .pagelast a.page-rt span {
        padding: 0 6px;
    }

    .map,
    .map #allmap,
    .map #allmap[style] {
        height: 360px !important;
    }

    .contlast {
        height: auto;
        padding-top: 40px !important;
        padding-bottom: 50px !important;
    }

    .contr-l,
    .contr-r {
        float: none;
        width: 100%;
    }

    .cnrone,
    .cnrtwo {
        float: none;
    }

    .cnrone h2,
    .cnrtwo > p,
    .contr-r p.p1 {
        margin-top: 24px;
    }

    .cnrtwo {
        margin-left: 0;
    }

    .about-us-view1,
    .about-us-view2,
    .about-us-view3,
    .about-us-view4 {
        min-width: 0;
        height: auto;
        min-height: 0;
        padding: 48px 0;
        background-size: cover;
    }

    .about-us-view1 .view-content-box,
    .about-us-view2 .view-content-box,
    .about-us-view3 .view-content-box,
    .about-us-view4 .view-content-box {
        height: auto;
        display: block;
    }

    .about-us-view1 .view-content-box .text-p1,
    .about-us-view2 .view-content-box .text-p1,
    .about-us-view3 .view-content-box .text-p1,
    .about-us-view4 .view-content-box .text-p1 {
        margin-top: 0;
        font-size: 30px;
    }

    .about-us-view1 .view-content-box .text-p2,
    .about-us-view1 .view-content-box .text-p3,
    .about-us-view2 .view-content-box .text-p2,
    .about-us-view3 .view-content-box .text-p3,
    .about-us-view4 .view-content-box .text-p2 {
        width: 100%;
        font-size: 15px;
        line-height: 1.9;
        text-indent: 0;
    }

    .list-about-right {
        display: none !important;
    }

    .footer {
        height: auto;
    }

    .ftTop,
    .ftTop[style] {
        height: auto !important;
        padding: 26px 0;
    }

    .ftTop-n2 p,
    .ftTop-n2 p.p2,
    .ftTop-n2 p.p3,
    .ftTop-n2 p.p4 {
        float: none;
        margin-left: 0;
        line-height: 1.8 !important;
    }

    .ftTop-n3 {
        line-height: 1.8;
    }

    .ftBtm {
        height: auto;
        min-height: 54px;
        line-height: 1.6;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .ftBtm > div {
        float: none !important;
    }

    .index_right {
        display: none;
    }

    .indexbaojia_pop {
        width: calc(100% - 32px);
        max-width: 409px;
        height: auto;
        min-height: 360px;
        left: 16px !important;
    }

    .indexbaojia_pop img[style] {
        max-height: 330px;
    }
}

@media screen and (min-width: 901px) {
    .mobile-nav-toggle {
        display: none;
    }
}
