@media screen and (min-width:750px){
    .footer{
        width:100%;
        height:400px;
        background:#ccc;
    }
    .footer-top{
        height:270px;
        background:#f4f4f4;
    }
    .footer-top-box{
        width:1190px;
        margin:0 auto;
        overflow:hidden;
        height:100%;
        padding:30px 0;
        box-sizing:border-box;
        background:#f4f4f4;
    }
    .footer-top-box .left-list{
        float:left;
        border-right:1px solid #ccc;
        height:100%;
        font-size:14px;
    }
     .footer-top-box .left-list ul{
        float:left;
        padding-right:75px;
    }
     .footer-top-box .left-list ul:nth-child(4){
        padding-right:50px;
    }
     .footer-top-box .left-list ul h2{
        font-weight:normal;
        color:#333;
        font-size:20px;
    }
     .footer-top-box .left-list ul li{
        margin-top:10px;
        text-align:center;
    }
     .footer-top-box .left-list ul li a{
        color:#888;
    }
     .footer-top-box .left-list ul li a:hover{
        color:#666;
    }
     .footer-top-box .left-list .left-list-1 li{
        text-align:left;
    }
     .footer-top-box .left-list .left-list-1 .list-2, .footer-top-box .left-list .left-list-1 .list-3, .footer-top-box .left-list .left-list-1 .list-4{
        width:50px;
        margin-left:20px;
    }
     .footer-top-box .right-code{
        float:left;
        margin-top:10px;
    }
     .footer-top-box .right-code li{
        float:left;
        margin-left:25px;
    }
     .footer-top-box .right-code li:nth-child(1){
        margin-left:35px;
    }
     .footer-top-box .right-code li h3{
        color:#333;
        font-weight:normal;
        text-align:center;
        margin-top:10px;
    }
    @media screen and (max-width:1190px){
         .footer-top{
            width:1190px;
        }
    }
     .footer-bottom{
        height:130px;
        width:100%;
        background:#555555;
        overflow:hidden;
    }
     .footer-bottom{
        height:130px;
        width:100%;
        background:#555555;
        overflow:hidden;
    }
     .footer-bottom-box{
        width:850px;
        margin:0 auto;
        height:100%;
        overflow:hidden;
        margin-top:30px;
        background:#555555;
    }
     .footer-bottom-box-logo{
        float:left;
    }
     .footer-bottom-box ul{
        width:600px;
        margin-left:40px;
        float:left;
    }
     .footer-bottom-box .footer-mobile{
        display:none;
    }
     .footer-bottom-box ul li{
        overflow:hidden;
        padding-bottom:10px;
    }
     .footer-bottom-box ul li .left-icon{
        margin-top:5px;
    }
     .footer-bottom-box ul li img{
        float:left;
        margin-right:10px;
    }
     .footer-bottom-box ul li p{
        color:#fff;
        font-size:13px;
        line-height:30px;
        float:right;
    }
     .footer-bottom-box ul li a{
        float:left;
        color:#fff;
        line-height:30px;
    }
     .footer-bottom-box ul li a .shop-icon-1{
        margin-left:10px;
    }
     .footer-bottom-box ul li a .shop-icon-2{
        margin-top:3px;
    }
    @media screen and (max-width:1190px){
         .footer-bottom{
            width:1190px;
        }
    }
}

@media screen and (max-width:750px){
     .footer{
        width:100%;
        background:#fff;
    }
     .footer-top{
        background:#f4f4f4;
        padding:0 5px;
        box-sizing:border-box;
    }
     .footer-top-box{
        width:100%;
        margin:0 auto;
        overflow:hidden;
        height:100%;
        box-sizing:border-box;
        background:#f4f4f4;
        padding:10px;
    }
     .footer-top-box .left-list{
        width:100%;
        float:left;
    }
     .footer-top-box .left-list ul{
        float:left;
        width:25%;
        padding:0 3px;
        box-sizing:border-box;
    }   
     .footer-top-box .left-list ul h2{
        font-weight:normal;
        color:#333;
        font-size:12px;
    }
     .footer-top-box .left-list ul li{
        margin-top:5px;
        text-align:center;
    }
     .footer-top-box .left-list ul li a{
        color:#888;
        font-size:12px;
    }
     .footer-top-box .left-list ul li a:hover{
        color:#666;
    }
     .footer-top-box .left-list .left-list-1 li{
        /*text-align:left;*/
    }
     .footer-top-box .left-list .left-list-1 .list-2, .footer-top-box .left-list .left-list-1 .list-3, .footer-top-box .left-list .left-list-1 .list-4{
        /*width:50px;
        margin-left:20px;
        text-align:left;*/
    }
     .footer-top-box .right-code{
        float:left;
        margin-top:10px;
        box-sizing:border-box;
    }
     .footer-top-box .right-code ul{
        width:100%;
    }
     .footer-top-box .right-code li{
        width:25%;
        float:left;
        padding:0 5px;
        box-sizing:border-box;
    }
     .footer-top-box .right-code li img{
        width:70% !important;
        margin:0 auto;
    }
     .footer-top-box .right-code li h3{
        color:#333;
        font-weight:normal;
        text-align:center;
        font-size:12px;
        margin-top:5px;
    }

     .footer-bottom{
        width:100%;
        background:#555555;
        overflow:hidden;
    }
     .footer-bottom-box{
        width:100%;
        margin:0 auto;
        height:100%;
        overflow:hidden;
        background:#555555;
        padding:10px 0;
        box-sizing:border-box;
    }
     .footer-bottom-box-logo{
        width:150px;
        margin:5px auto;
        display:none;
    }
     .footer-bottom-box ul{
        width:100%;
        padding:0 5px;
        box-sizing:border-box;
    }
     .footer-bottom-box .footer-pc{
        display:none;
    }
     .footer-bottom-box ul li{
        overflow:hidden;
    }
     .footer-bottom-box ul li .left-icon{
        /*margin-top:5px;*/
        display:none;
    }
     .footer-bottom-box ul li img{
        float:left;
        margin-right:10px;
    }
     .footer-bottom-box ul li p{
        color:#fff;
        font-size:12px;
        text-align:center;
        width:100%;
        box-sizing:border-box;
    }
     .footer-bottom-box ul li a{
        float:left;
        color:#fff;
        font-size:12px;
        width:100%;
    }
     .footer-bottom-box ul li .beian-p{
        width:100%;
        text-align:center;
    }
     .footer-bottom-box ul li:nth-child(2){
        display:flex;
    }
     .footer-bottom-box ul li a .shop-icon-1{
        margin-left:10px;
        display:none;
    }
     .footer-bottom-box ul li a .shop-icon-2{
        margin-top:3px;
        display:none;
    }


    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
    }
    .swiper-pagination-bullet{
        width:7px !important;
        height:7px !important;
    }
    .swiper-pagination-bullet-active{
        background:#e5004f !important;
    }



     .brand .brand-list-bg .brandbg-0{
        background:url('../images/weinin-bg.jpg') center center no-repeat;
    }
     .brand .brand-list-bg .brandbg-1{
        background:url('http://www.mecoxlane.com/public//Uploads/20160802151138560.jpg') center center no-repeat;
    }
     .brand .brand-list-bg .brandbg-2{
        background:url('../images/bolin-bg.jpg') center center no-repeat;
    }
}
#cnzz_stat_icon_1253232956{
    display:none;
}



