

/* 东莞首页的页面logo */

.header-section .logo-box {
    width: 255px;
    position: relative;
    top: 3px;
    font-size: 24px;
    font-weight: bold;
}

.header-section .logo-box img {
    width: 100%;
}
@media screen and (max-width:768px) {
    .banner-section {
        background: #eee;
        padding-bottom: 0.2rem;
    }
    .banner-swiper-container .swiper-slide img {
        height: 4.42rem;
    }
    .main-section .left-tabwrap {
        display: none;
    }
    .right-content-wrap {
        float: none;
        width: 100%;
        margin-bottom: .8rem;
    }
    .banner-swiper-container .swiper-pagination-bullets {
        bottom: 0.2rem;
    }
    .app-header .app-logo {
      
        margin-left: 0.6rem;
        width: 4.3rem;
        height: .58rem;
       font-size: 0.3rem;
        margin-top: .42rem;
        text-align: center;
    }
    
}