@media (max-width: 750px){

    /* 手机端样式 */    
    /* 顶部菜单栏按钮样式  --start*/
    .hamburgers {
        display: block;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-left: 20px;
    }
    
    .hamburger {
        cursor: pointer;
        padding-bottom: 3px;
        position: relative;
    }
    
    .hamburger input {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    
    .bar {
        display: block;
        width: 25px;
        height: 2px;
        margin: 6px auto;
        border-radius: 50px;
        transition: all 0.3s cubic-bezier(0.37, -1.11, 0.79, 2.02);
        background-color: #404040;
    }
    
    .hamburger input:checked ~ .bar:nth-child(2) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger input:checked ~ .bar:nth-child(3) {
        opacity: 0;
    }
    
    .hamburger input:checked ~ .bar:nth-child(4) {
        transform: translateY(-8px) rotate(-45deg);
    }
    /* 顶部菜单栏按钮样式  --end*/

    /* 头部手机端  --start */
    .width_center{
        width: 96%;
    }
    .header_top{
        padding: 4px 0;
    }
    .header_box .logo_box{
        display: none;
    }

    .header_top_right{
        width: 100%;
    }
    .header_top_right .anniu li>a{
        margin-right: 1vh;
    }
    .header_bottom{
        padding: 1vh 0;
        margin-bottom: 0;
    }
    .header_bottom .logo_box{
        display: block;
    }
    .header_bottom .logo_box{
        flex: 1;
    }
    .center_search{
        position: fixed;
        top: 3%;
        left: -100%;
        z-index: 99;
        width: 64%;
        transition: left 0.3s ease;
    }
    .center_search button{
        padding: 5px 15px;
    }
    .account_box .login_account,
    .account_box .shoucang{
        display: none;
    }
    .header_bottom .logo_box{
        display: block;
    }
    .header_bottom .logo_box img{
        width: 40%;
    }
    .account_box .gouwuche .text{
        display: none;
    }
    .header_bottom .left_nav{
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100vh;
        background-color: white;
        border-right: 1px solid rgba(0, 0, 0, .1);
        transition: left 0.3s ease; /* 添加过渡动画可选 */
    }
    .header_bottom .btn_anniu{
        display: none;
    }
    .header_bottom .btn_nav_list{
        display: block;
        top: 11%;
    }
    /* 登录后的样式 */

    /* 头部手机端  --end */

    /* 手机端Banner --start */
    .banner_ad .width_center{
        width: 96%;
        flex-direction: column;
        margin-top: 2%;
    }
    .banner_ad .banner{
        width: 100%;
    }
    .banner_ad .ad{
        width: 100%;
        flex-direction: row;
        margin-top: 2%;
    }
    .banner_ad .ad .ad_img{
        width: 48%;
        height: 120px;
        overflow: hidden;
    }
    /* 手机端Banner end */

    /* 手机端小广告 start */
    .advantage{
        margin-top: 3%;
    }
    .advantage_list{
        flex-wrap: wrap;
    }
    .advantage .item:nth-child(1){
        border: none;
    }
    .advantage .item{
        width: 49%;
        border: none;
        background-color: white;
        padding: 2% 4%;
        box-sizing: border-box;
        margin-bottom: 2%;
        border-radius: 5px;
    }
    .advantage .item .item_icon{
        width: 20px;
    }
    .advantage .item .item_txt h4{
        font-size: 14px;
        margin: 0;
    }
    .advantage .item .item_txt p{
        display: none;
    }
    /* 手机端小广告 end */

    /* 手机端精选好物 start */
    .tuijian .tuijian_title{
        padding: 0;
        font-size: 18px;
        padding-bottom: 2%;
        margin-bottom: 5%;
    }
    .tuijian .tuijian_title span{
        font-size: 25px;
        display: inline-block;
        transform: translateY(-2.5px);
    }
    .tuijian .swiper-slide .text_box,
    .new_product .swiper-slide .text_box{
        transform: translateY(0px);
    }
    .tuijian .swiper-slide,
    .new_product .swiper-slide{
        padding: 5px;
    }
    .tuijian .swiper-slide h4 a, .new_product .swiper-slide h4 a{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tuijian .swiper-slide p a, .new_product .swiper-slide p a{
        font-size: 12px;
        margin-top: 5%;
    }
    .tuijian .swiper-slide .price_box .crossed_price, .new_product .swiper-slide .price_box .crossed_price{
        font-size: 12px;
    }
    .tuijian .swiper-slide .price, .new_product .swiper-slide .price{
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0px;
    }
    .tuijian .swiper-slide .button, .new_product .swiper-slide .button{
        display: none;
    }
    .tuijian_ad{
        margin-top: 3%;
        flex-direction: column;
        gap: 15px;
    }
    /* 手机端精选好物 end */

    /* 新品上市 start */
    .new_product .mew_product_box .title{
        padding: 5% 0px;
        font-size: 18px;
        margin-bottom: 5%;
    }
    .new_product .new_ad{
        margin-top: 3%;
    }
    .new_product .new_ad img{
        height: 130px;
    }
    /* 新品上市 end */

    /* 家居日用 start */
    .furniture .title{
        padding: 5% 0px;
        margin-bottom: 5%;
    }
    .furniture .title h3{
        font-size: 18px;
    }
    .furniture .title h3 span{
        font-size: 25px;
        display: inline-block;
        transform: translateY(-1px);
    }
    .furniture .title a{
        font-size: 12px;
        padding: 1.5% 2%;
    }
    .furniture .title a span{
        font-size: 12px;
    }
    .furniture .furniture_list{
        justify-content: space-between;
    }
    .furniture .furniture_list li{
        width: 49%;
        border-radius: 5px;
        padding: 1.5%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .furniture .furniture_list li .img_box{
        border-radius: 5px;
    }
    .furniture .furniture_list li .txt .list_title{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 7%;
    }
    .furniture .furniture_list li .txt .display_flex{
        padding-top: 10%;
    }
    .furniture .furniture_list li .txt .price{
        font-size: 14px;
        font-weight: 600;
    }
    .furniture .furniture_list li .txt .price span{
        font-size: 12px;
        margin-right: 5%;
    }
    .furniture .furniture_list li .txt .sold{
        font-size: 12px;
    }
    .furniture .furniture_ad{
        margin-top: 2%;
    }
    /* 家居日用 end */

    /* 新闻资讯 start */
    .xinwen_box .width_center{
        padding: 2.5%;
    }
    .xinwen_box .width_center .xinwen_title h3{
        font-size: 18px;
    }
    .xinwen_box .width_center .xinwen_title h3 span{
        font-size: 25px;
        display: inline-block;
        transform: translateY(-2px);
    }
    .xinwen_box .width_center .xinwen_title .prev_next .xinwen-swiper-button-prev, 
    .xinwen_box .width_center .xinwen_title .prev_next .xinwen-swiper-button-next{
        width: 20px;
        height: 20px;
        line-height: 16px;
    }
    .xinwen_box .width_center .xinwen_title .prev_next .xinwen-swiper-button-prev .iconfont, 
    .xinwen_box .width_center .xinwen_title .prev_next .xinwen-swiper-button-next .iconfont{
        font-size: 12px;
    }
    .xinwen_list .xinwen_item .xinwen_text h3{
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .xinwen_list .xinwen_item .jianjie{
        display: none;
    }
    .brand_box .brand_item{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .brand_box .brand_item:nth-child(7n){
        margin-right: 2%;
    }
    .brand_box .brand_item:nth-child(3n){
        margin-right: 0;
    }
    /* 新闻资讯 end */

    /* 底部 start */
    .footer{
        margin-top: 2%;
        padding: 3% 0;
    }
    .footer .footer_box .footer_left{
        display: none;
    }
    .footer .footer_box .footer_right{
        width: 100%;
        padding: 0 3%;
    }
    .footer .footer_box .footer_right .kf_dh,
    .footer .footer_box .footer_right .gz_sj{
        font-size: 14px;
        line-height: 30px;
    }
    .footer .footer_box .footer_right .ewm{
        margin-top: 2%;
        justify-content: start;
    }
    .footer .footer_box .footer_right .ewm li{
        width: 30%;
        font-size: 14px;
        line-height: 35px;
        margin-right: 4%;
    }
    .footer .ban_quan p a{
        font-size: 12px;
        text-align: center;
    }
    .footer .ban_quan p:nth-child(1){
        display: none;
    }
    /* 底部 end */
    
    /* 底部手机端的导航栏 start*/
    .mobile_nav{
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: rgb(245,247,248);
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    .mobile_nav .mobile_nav_list{
        padding: 2.5% 0;
        width: 100%;
    }
    .mobile_nav .mobile_nav_item{
        width: 20%;
    }
    .mobile_nav .mobile_nav_item a{
        text-align: center;
        font-size: 10px;
    }
    .mobile_nav .mobile_nav_item span{
        display: inline-block;
        width: 100%;
        font-size: 24px;
        margin-bottom: 8%;
    }
    /* 底部手机端的导航栏 end*/

    /* 分类列表页 start */
    .product_list_page{
        width: 100%;
        justify-content: end;
    }
    .cebian_nav_box{
        position: fixed;
        top: 0;
        left: 0;
        width: 22%;
        height: 100vh;
        padding-top: 5vh;
        box-sizing: border-box;
        background: none;
    }
    .product_list_page .product_list_box{
        width: 73%;
        box-sizing: border-box;
        padding-right: 3%;
    }
    .cebian_nav_box .cebian_nav_title h3{
        font-size: 14px;
    }
    .cebian_nav_box .cebian_nav_list{
        padding: 0;
        padding-left: 10%;
    }
    .cebian_nav_box .cebian_nav_list .nav_item_1_item>a{
        font-size: 14px;
    }
    .cebian_nav_box .cebian_nav_list .nav_item_1_item>a span{
        font-size: 12px;
        right: 8%;
    }
    .cebian_nav_box .cebian_nav_title{
        padding: 15% 5%;
        display: none;
    }
    .cebian_nav_box .cebian_nav_title a{
        display: none;
    }
    .product_list_page .item li:nth-child(4n){
        margin-right: 2% !important;
    }
    .product_list_page .item li:nth-child(2n){
        margin-right: 0% !important;
    }
    .product_list_page .product_list .item{
        width: 100%;
    }
    .cebian_nav_box .cebian_nav_list .nav_item_1_item .nav_item_2 li>a{
        font-size: 12px;
    }
    .product_list_page .product_list_box .product_list_title{
        padding: 0% 3%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 90;
        width: 100%;
        height: 6vh;
    }
    .product_list_page .product_list{
        margin-top: 6vh;
    }
    .product_list_page .product_list_box .product_list_title h3{
        font-size: 14px;
    }
    .product_list_box .product_list_title li{
        margin-right: 0;
        margin-left: 10px;
    }
    .product_list_box .product_list_title li{
        font-size: 14px;
    }
    .product_list_box .product_list_title .iconfont{
        font-size: 17px;
    }
    .paging_box li:first-child,
    .paging_box li:last-child{ 
        display: none;
    }
    .paging_box{
        margin: 6% 0;
        font-size: 14px;
        color: #999;
    }
    .paging_box li{
        font-size: 12px;
    }
    .paging_box li a{
        padding: 5px 8px;
    }
    /* 分类列表页 end */

    /* 产品详情 start */
    .product_xq{
        width: 100%;
        flex-direction: column;
    }
    .product_xq .xq_left{
        width: 100%;
    }
    .product_xq .xq_left .xq_pro_img{
        flex-direction: column-reverse;
    }
    #pro_xq_swiper{
        width: 100%;
    }
    #pro_xq_thumbs{
        width: 96%;
        box-sizing: border-box;
        padding: 2%;
        background-color: white;
        height: auto;
        border-radius: 5px;
        margin-top: 2%;
    }
    .xq_right{
        width: 96%;
        margin: 2% auto;
        position: inherit;
        padding: 3%;
        height: auto;
        border-radius: 5px;
    }
    .xq_right .xq_txt{
        width: 100%;
    }
    .xq_right .xq_txt .pro_name{
        font-size: 18px;
    }
    .xq_right .xq_txt .pro_subtitle{
        font-size: 14px;
        line-height: 20px;
        margin-top: 3%;
    }
    .xq_right .xq_txt .priceAndcrossed h4{
        font-size: 24px;
        margin: 3% 0;
    }
    .xq_right .xq_txt .priceAndcrossed .price{
        font-size: 36px;
    }
    .xq_right .xq_txt .priceAndcrossed .crossed{
        font-size: 18px;
    }
    .xq_right .xq_txt .priceAndcrossed .crossed del{
        font-size: 18px;
    }
    .xq_right .xq_txt .priceAndcrossed .btn{
        font-size: 18px;
    }
    .guiGe{
        margin-top: 3%;
        padding-top: 3%;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }
    .guiGe .guige_canshu a{
        display: inline-block;
        font-size: 12px;
        border: 1px solid #ccc;
        padding: 2%;
        margin-bottom: 2%;
        border-radius: 30px;
    }
    
    .xq_right .xq_txt .canShu ul li{
        font-size: 12px;
    }
    .xq_right .buy_now{
        border: none;
        margin-top: 0;
    }
    .xq_right .buy_now .buyaction{
        width: 66%;
    }
    .xq_right .buy_now .buyaction a{
        font-size: 14px;
        line-height: 30px;
    }
    .xq_right .buy_now .btn-input button,
    .xq_right .buy_now .btn-input input{
        font-size: 14px;
        line-height: 22px;
    }
    .xq_left .pro_xq_box .xq_nav a{
        font-size: 14px;
    }   
    .back_button{
        display: block;
        position: fixed;
        top:2%;
        left: 5%;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, .3);
        border-radius: 50%;
        z-index: 99;
        color: white;
        line-height: 40px;
        text-align: center;
    }
    .back_button .iconfont{
        font-size: 20px;
    }
    /* 产品详情 end */

    /* 购物车列表 start */

    /* 购物车列表 end */
}