.head-bx,
.headbx,
.footebj {
    display: block;
}

.headapp {
    display: none;
}


@media screen and (max-width:768px) {

    main {
        margin-top: 1rem;
    }

    .head-bx,
    .headbx,
    .footebj {
        display: none;
    }

    .headapp {
        display: block;
    }

    .maincent{
        width: 100% !important;
        margin: 0 auto;
    }

    .headeapp {
        width: 100%;
        height: 1rem;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 99;
        
    }

    .headapp-img {
        width: 1.9rem;
        padding: 0 .2rem;
    }

    .headapp-btn {
        width: 0.9rem;
        height: 0.5rem;
        padding: 0 .2rem;
    }

    .headapp-img>img,
    .headapp-btn>img {
        width: 100%;
        height: 100%;
    }

    .head-app {
        width: 35vw !important;
        min-height: 100vh;
        position: fixed;
        left: -36vw;
        top: 1rem;
        z-index: 99;
        background-color: #ffffff;
        transition: 0.5s all;
        
    }
    .head-app ul{
        overflow: auto;
    }
    .head-app ul li a {
        width: 100% !important;
        display: inline-block;
        text-align: center;
        padding: 10px;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
    }

    .apphadshow {
        font-weight: 600;
        background-color: #cdd4fc !important;
    }

    .languageri{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0rem !important;
        padding: .2rem;
    }
    .languageri p{
        padding: .35rem 0 !important;
        margin: 0 auto;
    }
    .imgcn{
        width: .3rem !important;
        height: .2rem !important;
    }
    
    .languageri p span{
        font-size: .16rem !important;
        margin: 0 .1rem !important;
    }

    .languagapp{
        display: flex;
        flex-direction: column;
        display: none;
    }
    .languagapp > a{
        width: 90%;
        text-align: center;
        padding: .15rem 0;
        border-bottom: 1px solid #dddddd !important;
        background-color: #eeeeee !important;
    }





    .aboutapp{
        width: 100%;
        display: none;
    }
    .aboutapp > a{
        width: 100%;
        padding:15px 0;
        color: #333333 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-align: center;
        border-bottom: 1px solid #dddddd !important;
        background-color: #eeeeee !important;
    }
    
    .aboutapp > a:last-child{
        border-bottom: 0px solid #ffffff;
    }






    .footeapp {
        width: 100%;
        background-color: #d80c18;
        background-size: 100% 100%;
    }
    
    .foote-bxtxt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .3rem !important;
    }
    
    .foote-bxtxt p:nth-child(1){
        width: 100%;
        color: #ffffff;
        font-size: .14rem !important;
    }
    .foote-bxtxt p:nth-child(2){
        display: none;
    }
}