@media (max-width:414px) {
    body{
        font-size: 14px;
    }
    .m{
        width: 94%;
        margin: 0 auto;
    }

    /*首页*/
    .head_right select{
        font-size: 14px;
    }
    .head_right img{
        width: 15px;
        height: 15px;
    }
    .search{
        margin: 20px auto;
    }
    .logo{
        font-size: 20px;
    }
    .input{
        height: 30px;
        line-height: 30px;
        margin: 0px 30px;
    }
    .input input,.input button{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .search_btn{
        display: none;
    }
    .banner img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    /*首页轮播图*/
    /*.three,.con-swiper,.con-swiper2,.con-swiper3,.con-swiper4{*/
    /*    display: none;*/
    /*}*/
    /*.mobile-three,.mobile-con-swiper,.mobile-con-swiper2,.mobile-con-swiper3,.mobile-con-swiper4{*/
    /*    display: block*/
    /*}*/
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    /*首页轮播图*/
    .mobile-three{
        height: 200px;
    }
    .banner-child img{
        object-fit: cover;
    }
    .banner-child div{
        top: 30px;
    }
    .car-name{
        font-size: 30px;
    }
    .leavel{
        font-size: 24px;
        margin: 0px 0px;
    }
    .car-button{
        width: 200px;
        line-height: 40px;
        margin-top: 10px;
    }
    .car-button img{
        width: 30px;
        height: 30px;
    }
    .title{
        margin: 30px auto 15px;
    }
    .title p{
        font-size: 34px;
    }
    .title a{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .con-slide img{
        height: 210px;
    }
    .introduce{
        font-size: 14px;
        height: auto;
        padding: 5px;
    }
    .price{
        font-size: 20px!important;
    }
    .btn-numbox{
        width: 161px;
    }
    .car-button2{
        width: 80%;
        margin: 10px auto;
        font-size: 15px;
        line-height: 35px;
    }
    .car-button2 img{
        height: 25px;
    }
    .index-back{
        margin: 30px auto;
    }
    .index-back .m{
        width: 100%;
    }
    .index-back-con div{
        top: 10px;
    }
    .con5-line{
        width: 80%;
        margin: 10px auto!important;
        height: 1px;
    }
    .index-back-con div img{
        height: 20px;
    }
    .index-back-con div p{
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    }
    .brand{
        width: 44%;
        margin: 10px 3%;
    }
    .brand p{
        font-size: 16px;
        padding: 10px 0px 5px;
    }
    .brand div{
        font-size: 20px;
        padding-bottom: 10px;
    }

    /*01-1-个人中心*/
    .personal-left,.personal-right{
        width: 100%;
    }
    .perlihover{
        border-left: none!important;
        border-top: 2px solid #e32619;
    }
    .personal-left li{
        height: auto;
        float: left;
        width: 33.3%;
        border-left: none;
    }
    .personal-left li img{
        height: 20px;
        margin-top: 10px;
    }
    .personal-left li p{
        font-size: 12px;
    }
    .per-msg{
        margin: 10px auto 0px;
    }
    .personal-right{
        padding: 5px;
        height: auto;
    }
    .personal-right ul{
        margin-top: 30px;
    }
    .personal-right li{
        display: block;
        text-align: center;
        margin: 10px 2%;
        width: 46%;
    }
    .personal-right li img{
        width: 80px;
        margin: 0px auto;
    }
    .personal-right li p{
        font-size: 16px;
        margin: 5px auto;
    }
    .personal-right li div{
        line-height: 20px;
    }
    .personal-right li:last-child{
        width: 100%;
    }
    .per-right-title{
        font-size: 20px;
        margin-bottom: 15px;
    }


    /*02-列表*/
    .list-left{
        width: 33%;
    }
    .list-right{
        width: 65%;
    }
    .list-right ul li{
        width: 100%;
        margin: 10px 0px;
    }
    .list-title,.listclick{
        font-size: 12px;
    }
    .listclick{
        line-height: 20px;
    }
    .list-left li{
        font-size: 12px;
        line-height: 30px;
    }
    .list-pro{
        height: 200px;
    }

    /*我的地址*/
    .x{
        width: 100%;
        overflow-x: auto;
    }
    .x::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }
    .x::-webkit-scrollbar {
        width: 5px;
        height: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .x::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 28px;
    }
    .x::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .address td{
        white-space: nowrap;
        font-size: 3.55vw;
    }
    .per-right-title div{
        margin-right: 12px;
    }
    .per-right-title a{
        width: 100px;
        line-height: 23px;
        font-size: 12px;
        top: 5px;
    }
    /*订单中心*/
    .order-select span{
        display: none;
    }
    .order-select select{
        padding: 0px 5px;
        line-height: 25px;
        font-size: 12px;
    }

    /*详情页*/
    .deta-img{
        clear: both;
        width: 100%;
        margin: 0px auto;
    }
    .item{
        width: 100%;
        margin:0;
    }
    .wap_goods_cont { width: 100% !important; height: 100% !important; margin: 0!important;}
    .small-img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .des-small{
        float: left;
    }
    .des-small img{
        width: 80px;
        height: 100px;
    }
    .big-photo img{
        width: 100%;
        height: 450px;
    }
    .deta-right{
        width: 100%;
        margin: 25px auto;
    }
    .price2 { margin-top: 20px; text-align: center;}
    .face { margin-top: 12px;}
    .face li { margin: 0 5px;}
    .share li{
        margin: 0px 0px;
        width: 25%;
    }
    .share li span{
        font-size: 14px;
    }
    .share li img{
        width:20px;
        margin-right: 5px;
    }
    .data-title{
        font-size: 17px;
    }
    .code-p{
        font-size: 16px;
    }
    .code span{
        font-size: 13px;
    }
    .jian{
        margin-top: 10px;
        padding-bottom: 15px;
        display: block;
        text-align: center
    }
    .deta-btn-numbox{
        width: 120px;
        margin: 5px auto;
    }
    .car-button3{
        width: 50%;
    }
    .wishlist{
        justify-content: center;
    }
    .datails{
        width: 100%;
    }

    /*我的收藏*/
    .colllect{
        display: block;
    }
    .colllect li,.colllect li img{
        width: 100%;
    }

    .colllect li img{
        height: 300px;
    }
    .page li,.page li:last-child{
        width: 30px;
        margin: 5px 5px;
    }

    /*浏览历史*/
    .history li{
        width: 46%;
        margin: 10px 2%;
    }

    /*购物车*/
    .check-left,.check-right{
        width: 100%;
    }
    .cart li{
        display: block;
        text-align: center;
        height: auto;
        margin: 10px auto;
        padding: 10px 0px 60px;
    }
    .intro{
        width: 96%;
        margin: 0 auto;
        text-align: left;
        font-size: 16px;
    }
    .check-rt-list li:first-child{
        line-height: 20px;
    }

    /*结算*/
    .check0 .flex{
        display: block;
    }
    .check-lf-title li{
        width: 25%;

    }
    .check-lf-title li p{
        font-size: 14px;
    }
    .checked,.kong{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .nochecked{
        width: 12px;
        height: 12px;
        margin: 3px auto;
    }
    .check-con{
        display: block;
    }
    .check-con li{
        width: 100%;
        margin: 10px 0px;
    }
    .check-con li:first-child{
        line-height:20px;
        font-size: 18px;
        height: auto;
    }
    @media (max-width: 414px)
    {
        .check-con li:first-child .choose { top: 12px;}
    }

    .step{
        line-height: 35px;
        font-size: 16px;
        width: 120px;
        margin-bottom: 20px;
    }
    /*快递*/
    .shopimg li{
        width:46%;
        margin: 15px 2%;
    }
    .shopimg li img{
        width: 80%;
        height: 60px;
    }
    /*支付*/
    .pay-list li{
        width:46%;
        margin: 15px 2%;
    }
    .pay-list li img{
        width: 85%;
        height: 60px;
        object-fit: cover;
    }
    .pay-list li p{
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .reviewItems li img{
        margin: 0px 10px;
    }
    .reviewItems li a{
        display: block;
        text-align: center;
    }
    .cheak-text{
        margin: 30px auto 0px;
    }
    .cheak-text textarea{
        width: 100%;
    }
    .cheak-text div{
        font-size: 12px;
    }
    .cheak-text div span{
        display: none;
    }
    .step2{
        width: 150px;
    }
    /*详情*/
    .de-con .flex{
        display: block;
    }
    .de-con li{
        width: 94%;
        padding: 15px 3%;
        margin: 15px auto!important;
    }
    .cheng{
        bottom: 10px;
        font-size: 15px;
    }
    .intro2{
        white-space: normal;
    }
    .de-list img{
        margin-left: 10px;
    }
    .gary2{
        margin: 10px 15px;
    }

    /*联系我们*/
    .map{
        position: static;
        display: block;
    }
    #allmap{
        width: 100%;
        height: 300px;
    }
    .way{
        position: static;
        width: 100%;
    }
    .way textarea{
        height: 120px;
    }
    .way button{
        line-height: 35px;
        font-size: 16px;
    }

    /*下载*/
    .download li{
        width: 46%;
        margin:10px 2%;
    }
    .download li img{
        height: 150px;
    }
    .download li div img{
        width: 35px;
        height: auto;
        margin: 50px auto 5px;
    }
    .download li div p{
        font-size: 14px;
        font-weight: bold
    }

    /*登录*/
    .login{
        height: auto;
        padding: 20px 0px;
    }
    .login .m{
        display: block;
    }
    .login-left,.login-right{
        width: 90%;
        position: static;
        margin: 0 auto;
    }
    .login-lf-title{
        font-size: 24px;
        width: 90px;
    }
    .lilf-big{
        margin: 15px auto 5px;
        font-size: 18px;
        line-height: 25px;
    }
    .lilf-small{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .login-input{
        width: 100%;
        line-height: 35px;
        margin: 15px 0px;
    }
    .login-input input, .login-input select{
        line-height: 35px;
    }
    .login-btn{
        line-height: 35px;
        font-size: 14px;
        width: 120px;
    }
    .login-btn2{
        width: 150px;
        margin: 10px auto;
    }
    .login-will{
        margin-top: 20px;
        font-size: 14px;
    }
    .login-line{
        display: none;
    }
    .lilf-small2,.login-agree,.login-input2{
        margin: 0px auto;;
    }
    .login-agree{
        display: block;
    }
    .login-input img{
        width: 20px;
    }
    .login-agree, .login-input2{
        margin: 15px auto;
    }
    .lilf-big2,.lilf-small2, .login-agree{
        width: 100%;
    }


    /*注册*/
    .res-res{
        padding: 30px 0px 10px;
    }
    .res-con{
        width: 100%;
        top: 50px;
    }
    .res-back{
        height: 650px;
    }
    .res-input input, .res-input select{
        line-height: 40px;
    }
    .res-logo{
        line-height: 50px;
        font-size: 20px;
        top: -25px;
    }
    .res-title{
        font-size: 22px;
        margin: 5px auto;
    }
    .res-input img{
        width: 22px;
    }
    .res-agree,.res-yellow{
        font-size: 12px;
    }
    .res-btn{
        line-height: 35px;
        margin: 20px auto 0px;
        font-size: 14px;
        width: 120px;
    }



    /*底部*/
    .bot{
        margin: 40px auto 0px;
    }
    .bot2{
        margin: 0 auto;
    }
    .bot .m{
        width: 94%;
    }
    .bot-bottom{
        display: none;
    }
    .bot-top-left,.bot-top-right{
        clear: both;
        width: 100%;
    }
    .bot-logo img{
        width: 100px;
        height: 100px;
        margin-right: 8px;
    }
    .subemail{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .bot-logo li img{
        width: 18px;
    }
    .subemail input{
        margin: 0px 5px;
    }
    .bot-top-right div{
        font-size: 14px;
        margin-top: 5px;
    }
    .bot-top-right img{
        margin: 15px 0px;
    }
    .bot-top-right p{
        font-size: 14px;
        line-height: 20px;
    }
    .foot,.personal-left li div{
        display: none!important;
    }
    .subemail button{
        font-size: 14px;
    }
}