
.mshow {
    display: none;
}
@media (max-width: 911px) {
    .mnone {
        display: none;
    }
    .mshow {
        display: block;
    }
    .head {
        width: 100vw!important;
        height: 100vh!important;
    }
    .category .head,
    .letter .head {
        width: 100%;
        height: 1vh!important;
    }
    .hback {
        width: 100%!important;
        height: 100vh!important;
    }
    .topm {
        position: absolute;
        width: 100%!important;
        z-index: 99999;
    }
    .mmobi {
        width: 100%;
        height: 88px;
        background: #fff;
        display: flex;
        justify-content: space-between;
    }

    .mmobi .hlogo {
        margin-left: 16px;
        margin-top: 6px;
    }

    .mmobi .hlogo img {
        height: 72px;
    }

    .mmenu {
        margin-right: 16px;
        margin-top: 32px;
        font-size: 16px;
        font-weight: 400;
        color: #1E1E1E;
        font-family: 'ABCM', sans-serif;
        letter-spacing: 0%;
        line-height: 24px;
        position: fixed;
        right: 0px;
    }

    .mshow .hmain {
        position: absolute;
        bottom: 10px;
    }

    .mshow .hmain .htitle {
        color: #fff;
    }
    .mshow .hmain .hdesc {
        color: #fff;
        font-size: 25px;
    }
    .mleft {
        width: 100%;
    }
    .mright {
        display: none;
    }

    .fpmenu a {
        font-size: 119px;
        font-weight: 300;
        text-decoration: none;
        color: #3C3C3C;
        font-family: 'ABCA', sans-serif;
        letter-spacing: 0px;
        line-height: 100%;
    }

    .fplogo {
        text-align: center;
        font-family: 'ABCA', sans-serif;
        font-size: 26px;
        font-weight: 300;
    }

    .ccol4, .ccol6 {
        width: 100%;
        max-height: 724px;
        padding-bottom: 16px;
        height: auto;
        margin-right: 0px;
        margin-left: 0px;
    }

    .lslider {
        display: block;
    }

    .lslider img {
        width: 100%;
        margin-left: 0px;
    }

    .category .main {

        padding: 16px;
        width: calc(100% - 32px);
    }

    .mlistmenu {
        position: absolute;
        width: 133px;
        right: 0px;
        background: #fff;
        text-align: right;
        margin-top: 4px;
        display: none;
    }

    .mlistmenu a {
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        color: #1E1E1E;
        font-family: 'ABCM', sans-serif;
        letter-spacing: 0px;
        line-height: 24px;
        padding: 8px;
        
    }
    .mss {
        display: flex;
        justify-content: space-around;
    }
    .ltextv1 { 
        width: 100%;
        max-width: 1000px;
    }

    .letter .main {
        padding: 16px;
        width: calc(100% - 32px);
    }

    .lbigimgv2 img {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .mobilev2 {
        position: fixed;
        right: 16px;
        margin-top: 4px;
    }

    .mpositionv2 {
        right: -25px;
    }

    .fixpolosav2 {
        position: fixed;
    margin-top: -55px;
    }

    .positionpoint2 {
        position: relative;
        margin-top: 60px;
    }


    .head404 {
        font-size: 16px;
        color: #1E1E1E;
        font-weight: 400;
        line-height: 24px;
        font-family: 'ABCM', sans-serif;
        margin-top: 100px;
    }
    .body404 {
        font-size:60px;
        color: #3C3C3C;
        font-weight: 300;
        line-height: 100%;
        font-family: 'ABCA', sans-serif;
        width: 300px;
        margin: auto;
        margin-top: 30px;
    }

}