*{
    margin: 0;
    padding: 0;
}
.shop-content{
    /* min-width: 1400px; */
    width: 100%;
}
.w320{
    width: 1280px;
    margin: 0 auto;
}
.w280{
    width: 1360px;
    margin: 0 auto;
}
.w140{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.w260{
    width: 1440px;
    margin: 0 auto;
}
.o_fl{
    overflow: hidden;
}
.s-banner{
    width: 100%;
    height: 1080px;
    background: url(../images/shop/banner_taobao.png)no-repeat center;
    background-size: cover;
    position: relative;
}
.s-banner-btn{
    padding: 13px 29px;
    background: #fff;
    position: absolute;
    bottom:32.6%;
    right: 13.6%; 
}
.s-banner-box{
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
}
.s-banner-btn-m{
    padding: 16px 28px;
    font-size: 20px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    float: right;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 110px;
    color: #E21A45;
}
.s-banner-ic1{
    width: 71%;
    float: right;
    display: block;
}
.s-banner-ic2{
    width: 41%;
    float: right;
    display: block;
}
.s-wrapper{
    position: relative;
    background: #fff;
    height: 970px;
}
.s-w-img{
    width: 637px;
    height: 145px;
    margin: 0 auto;
    display: block;
    margin-bottom: 36px;
}
.s-w-img-q{
    width: 452px;
    height: 368px;
    position: absolute;
    right: 1140px;
    top: 380px;
}
.s-w-img-w{
    width: 1140px;
    height: 824px;
    position: absolute;
    right: 0;

}
.s-w-img-a{
    width: 1280px;
    height: 304px;
    margin-bottom: 70px;
}
.s-w-img-s{
    width: 555px;
    height: 145px;
    margin-bottom: 30px;
    margin: 0 auto;
    display: block;
}
.s-demand{
    position: relative;
    height: 754px;
    margin-bottom:243px;
}
.s-w-img-g{
    position: absolute;
    top: 0;
    left: -280px;
    display: block;
    width: 939px;
    height: 827px;
}
.s-w-img-d{
    width: 1348px;
    height: 648px;
    margin-bottom: 102px;
    position: absolute;
}
.s-skil{
    position: relative;
    height: 803px;
}
.s-w-img-z{
    width: 1400px;
    height: 803px;
    z-index: 33;
    position: absolute;
    top: -223px;
}
.s-w-img-x{
    position: absolute;
    top: 243px;
    left: 0;
    width: 1920px;
    height:2600px;
}
.s-w-img-c{
    width: 1399px;
    height: 761px;
    position: absolute;
    top: 801px;
    z-index: 33;
}
.s-w-img-zz{
    width: 1400px;
    height: 805px;
    position: absolute;
    top: 1682px;
    z-index: 33;
}
.bgm_shop{
    width: 100%;
    height:2600px;
    background: url(../images/shop/bg_taobao2.png)no-repeat center;
    background-size: cover;
}
@media screen and (max-width:1600px){
    .shop-content{
        /* min-width: 1200px; */
    }
    .w140{
        width: 1200px;
    }
    .w280{
        width: 1200px;
    }
    .w320{
        width: 1200px;
    }
    .s-w-img-w{
        width: 800px;
    }
    .s-w-img-q{
        right: 800px;
        width: 400px;
    }
    .s-w-img-a{
        width: 1200px;
    }
    .s-w-img-g{
        width: 800px;
    }
    .s-w-img-d{
        width: 1200px;
    }
    .s-w-img-z{
        width: 1200px;
    }
    .s-w-img-c{
        width: 1200px;
    }
    .s-w-img-zz{
        width: 1200px;
    }
    .w260{
        width: 1200px;
    }
}