@charset "utf-8";
@media screen and (max-width:768px) {
    .banner{
        padding: 0;
        margin-bottom: .34rem;
    }
    #swiper1{height: 1.25rem;}
    .menu_line{font-size:0.16rem;margin-bottom: 0.18rem;}

    #swiper2 .swiper-button-next, #swiper2 .swiper-button-prev {
        display: none;
    }
    .logo_box span{font-size:0.24rem}
    #swiper2 .swiper-slide p{
        margin-top: 13px;
        font-size: 12px;
    }
    .content_list{
        margin-right: -15px;
    }
    .content_list_block{
        width:50%;
        padding-right: 15px;
        margin-bottom: 24px;
    }
   
    .content_list_block .img_block_btn{
        width: 105px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        bottom: 10px;
    }
    .content_list_block .img_block > a{
        top: 0;
        left: 0;
        position: absolute;
    }
    .content_list_block .img_block > a .catalog_label{
        font-size: 12px;
        font-weight: 500;
        height: 20px;
        line-height: 20px;
    }
    .slogan li:nth-child(1) {
        margin-top: .2rem;
        font-size: .15rem;
    }
    .slogan li:nth-child(2) {
        font-size: .22rem;
        margin: .04rem 0;
    }
    .slogan li:nth-child(3) {
       height: .27rem;
       line-height:.27rem;
       font-size: .13rem;
       padding: 0 .13rem;
    }
    .swiper-pagination-bullet-active{
        width: .07rem;
        height: .07rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 0;
    }
    #swiper2 .swiper-wrapper .swiper-slide {
        padding:0 9px;
    }
    .menu_box .swiper-container {
        margin: 0 -9px;
    }
    .content_list_block .quick_view {
        width: 105px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        bottom: 10px;
    }

}