
 .heades{
    display: block;
}
.footebtm{
    display: block;
}

.heade-app , .footeapp{
    display: none;
}

@media screen and (max-width: 768px) {
.layui-caroutp img{
    height: 20vh !important;
    padding-top: 1rem;
}

.centent{
    width: 100%;
}
.headtp{
    width: 100%;
    height:1.1rem;
}
.heades{
    display: none !important;
}
.heade-app , .footeapp{
    display: block;
}

.headestp{
    width: 100%; 
    height:1rem;
}

.headeapp{
    width: 100%;
    height: 1rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
.headapp-img{
    width: 3.5rem;
    height: 0.6rem;
    padding: 0 .2rem;
}
.headapp-img > img , .headapp-btn > img{
    width: 100%;
    height: 100%;
}

.headapp-btn{
    width: 0.5rem;
    height: 0.5rem;
    padding: 0 .2rem;
}

.head-mengc{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.head-app {
    width: 50vw !important;
    min-height: 100vh;
    position: fixed;
    left: -50vw;
    top: 1rem;
    z-index: 999;
    background-color: #ffffff;
    transition: 0.5s all;
}

.head-app ul li > a {
    width: 44vw !important;
    display: inline-block;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.apphadshow {
    font-weight: 600;
    background-color: #eeeeee !important;
}




.heades{
    padding: .15rem 0;
}
.maincent{
    width: 100% !important;
    margin: 0 auto;
}

.justspace ul li{
    margin-left: 0.5rem;
}
.justspace ul li > a{
    font-size: 0.16rem;
    padding: 0.1rem 0;
}
.justspace ul li > a img{
    width: .18rem;
    height: .18rem;
}

.layui-carousel{
    height: 30vh !important;
    margin-top: 1rem;
}


.footebtm{
    display: none;
}



.naviga-app{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    display: none;

}
.naviga-app h4{
    width: 90%;
    padding: .2rem .1rem;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    background-color: #eeeeee;
}
.naviga-app a{
    width: 90% !important;
    text-align: center;
    padding:.2rem .1rem;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    display: inline-block;
}


}







