*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
button,
input{
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}
input{
    vertical-align: middle;
}

/* 服饰专题banner */
.fushi-banner-wrap{
    width: 100%;
    height: 800px;
    background: url(//img.ymibuy.cn/aucspec/pc/fs-banner-bg.jpg) center center no-repeat;
    background-size: cover;
}
.fushi-banner-wrap .fushi-banner{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}
.fushi-banner-wrap .fushi-banner a{
    position: absolute;
    width: 180px;
    height: 80px;
    top: 0;
    left: 100px;
}
.fushi-banner-wrap .fushi-banner img{
    display: block;
    width: 100%;
}
/* 版块区01 */
.fushi-section-wrap{
    width: 100%;
    padding-top: 90px;
}
.fushi-section{
    width: 1200px;
    margin: 0 auto;
}
.fushi-section-banner{
    width: 1200px;
    height: 440px;
    margin-bottom: 50px;
}
.fushi-section-banner img{
    display: block;
    width: 100%;
}
.fushi-list-text{
    width: 1250px;
    display: flex;
    flex-wrap: wrap;
}
.fushi-list-text a{
    display: block;
    width: 200px;
    height: 70px;
    line-height: 70px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 50px 30px 0;
}
.fushi-ppnv a:hover{
    background-color: #eb7983;
    color: #fff;
}
/* 版块区02 */
.fushi-ppnan a:hover{
    background-color: #78bae3;
    color: #fff;
}
/* 版块区03 */
.fushi-section-wrap2{
    width: 100%;
    margin-top: 90px;
    padding-top: 400px;
}
.ssnv-wrap{
    background: url(//img.ymibuy.cn/aucspec/pc/ssnvz.jpg) top center no-repeat;
    background-size: 100%;
}
.fushi-section2{
    width: 1120px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.fushi-section2 a img{
    display: block;
    width: 100%;
}
.fushi-section2 a:hover{
    opacity: 0.8;
}
.fushi-section2 .pro-type1{
    width: 540px;
    height: 400px;
    margin: 0 40px 40px 0;
}
.fushi-section2 .pro-type2{
    width: 250px;
    height: 340px;
    margin: 0 40px 40px 0;
}
/* 版块区04 */
.fushi-fzpj a:hover{
    background-color: #dea97e;
    color: #fff;
}
/* 版块区05 */
.ssnan-wrap{
    background: url(//img.ymibuy.cn/aucspec/pc/ssnanz.jpg) top center no-repeat;
    background-size: 100%;
}
/* 版块区06 */
.fushi-section-wrap3{
    width: 100%;
    margin-top: 90px;
    padding-top: 320px;
}
.hefu-wrap{
    background: url(//img.ymibuy.cn/aucspec/pc/nvxhf.jpg) top center no-repeat;
    background-size: 100%;
}
/* 版块区07 */
.ertong-wrap{
    background: url(//img.ymibuy.cn/aucspec/pc/child-f.jpg) top center no-repeat;
    background-size: 100%;
}
/* 版块区08 */
.nnxiezi-wrap{
    background: url(//img.ymibuy.cn/aucspec/pc/nan-nv-xiezi.jpg) top center no-repeat;
    background-size: 100%;
}
/* 底部按钮 */
.fushi-btn-wrap{
    width: 100%;
    height: 80px;
    padding: 40px 0;
    background-color: #bf250d;
    margin-top: 120px;
}
.fushi-btn{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/* 左侧悬浮 */
.fushi-left-xuanfu{
    width: 60px;
    height: 548px;
    position: fixed;
    left: 10%;
    bottom: 100px;
    display: none;
}
.fushi-left-xuanfu a{
    display: block;
    width: 60px;
    height: 40px;
    padding: 10px 0;
    background-color: #999;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
}
.fushi-left-xuanfu a:hover{
    background-color: #ef4646;
}
/* 右侧悬浮 */
.fushi-right-xuanfu{
    width: 120px;
    height: 256px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -128px;
}
.fushi-hongbao{
    display: block;
    width: 120px;
    height: 169px;
    margin-bottom: 6px;
}
.fushi-right-btn{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #bf250d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
}