*{
    margin: 0;
    padding: 0;
}

html{
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.lists-box{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    padding-bottom: 60px;
}
/*
*.lists-box是list1-box.....list8-box的复用类名
*无论用不用list1-box.....list8-box这些类名，都请写在lists-box类名后。以便快速按顺序判断类名所在位置并添加或修改属性。
*/
/*
列表样式一：
1200px有效宽度内，间距相等。
*/

/*.lists-box.list1-box{
    padding: 5px;
    background-color: #999999;
}
.promo-page .list1-box .lg-it-box{
    margin: 4px;
}*/



/*
列表样式二
1200px有效宽度内，两端对齐，间距相等
父级元素(1200px)padding:12px 0 12px 1px;
*/

/*.lists-box.list2-box{
    padding: 12px 0 0px 1px;
    background-color: #999999;
}
.promo-page .list2-box .lg-it-box:nth-child(5n+5) {
    margin: 0;
}
.promo-page .list2-box .lg-it-box{
    margin: 0;
    margin-right: 12px;
    margin-bottom: 12px;
}*/

/*
此外不排除因设计稿需改动列表大小的
参考链接：http://promo.yamibuy.com/back-s3/cn/
*/


/*============编写个人代码，并备注清楚楼层、名称，按顺序增加或删减楼层===========*/
/*======PC页面能用背景图就不要直接用图片，不是重复背景必须添加no-repeat属性======*/
.bg-b1{
    background: url("../images/big-bg.jpg")   center 0 no-repeat;
    background-color: #6c351c;
}
.bg-b2{
    background: url("../images/big-bg.jpg")   center -883px no-repeat;
    background-color: #6c351c;
}
.bg-b3{
    background: url("../images/big-bg.jpg")   center -3238px;
    background-color: #6c351c;
}
.bg-b4{
    background: url(../images/big-bg.jpg) center -1248px no-repeat;
    background-color: #6c351c;
}
.bg-b5{
    background: url(../images/big-bg.jpg) center -1782px ;
    background-color: #6c351c;
}
.bg-b6{
    background: url(../images/big-bg.jpg) center -2172px;
    background-color: #6c351c;
}
.bg-b7{
    background: url("../images/big-bg.jpg")   center -2430px;
    background-color: #6c351c;
}
.bg-b8{
    background: url(../images/big-bg.jpg) center -474px no-repeat;
    background-color: #6c351c;
}
.bg-b9{
    background: url(../images/big-bg.jpg) center -2942px;
    background-color: #6c351c;
    margin: 0 auto;
}
/*==================================================================================*/
.tt-box1{
    padding: 20px 0 60px;
    margin: 0 auto;
    text-align: center;
    width:100%;
}
.tt-box2{
    padding: 35px 0 0;
    margin: 0 auto;
    text-align: center;
    width:100%;
}
.lists-box.list1-box{
    overflow: inherit;
    display:flex;
    justify-content: space-between;
}
.lists-box.list1-box .zp{
    background: url("../images/f1-bg-zhuanpan.png") no-repeat center;
    width: 648px;
    height: 650px;
    position: relative;
}
.lists-box.list1-box .zp-text{
    background: url("../images/zp-kuang.png") no-repeat center;
    width: 506px;
    height:582px;
    position: relative;
    top:50px;
}
.lists-box.list1-box .zp-text>img{
    position: absolute;
    margin:auto;
    left:0;
    right: -30px;
    top: 0;
    bottom: 0;

}
.lists-box.list1-box .zp-text>div{
    position: absolute;
    margin:auto;
    left:0;
    right:-30px;
    top:105px;
    display: none;
}
.lists-box.list1-box .zp-text>div>p{
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.lists-box.list1-box .pointer{
    display: block;
    position: absolute;
    margin:auto;
    top:-120px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}
.lists-box.list1-box .turntable{
    display: block;
    position: absolute;
    margin:auto;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
/*==================================================================================*/
.lists-box .more_text{
    color: #f41700;
    font-size: 22px;
    width: 20%;
    height: 30px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    position: absolute;
    margin:auto;
}
.lists-box .btn-up{
    background: url("../images/btn-up.png") no-repeat center;
    width: 86px;
    height: 32px;
    position: absolute;
    margin: auto;
}
.lists-box .btn-down{
    background: url("../images/btn-down.png") no-repeat center;
    width: 135px;
    height: 34px;
    position: absolute;
    margin:auto;
}

.lists-box.list2-box .f1-top{
    background: url("../images/f1-1.png") no-repeat center;
    width: 1198px;
    height:583px;
    margin:0 auto;
    position: relative;
}
.lists-box.list2-box .f1-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height:1516px;
    margin:0 auto;
    position: relative;
    top:-15px;
    padding: 80px 31px 0;
    box-sizing: border-box;
}
.lists-box.list2-box .f1-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list2-box .more_text{
    left: 80px;
    right: 0;
    top: 115px;
    bottom: 0;
    display: none;
    width:32%;
}
.lists-box.list2-box .btn-down{
    left: -160px;
    right: 0;
    top: 175px;
    bottom: 0;
}
.lists-box.list2-box .btn-up{
    left: -210px;
    right: 0;
    top: 220px;
    bottom: 0;
    display: none;
}
.lists-box.list2-box .zan-pic{
    position: absolute;
    bottom: 105px;
    right: 325px;
    cursor: pointer;
}
/*==================================================================================*/
.lists-box.list3-box .f2-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list3-box .f2-1-1{
    background: url("../images/f2-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.lists-box.list3-box .f2-1-2{
    width:590px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lists-box.list3-box .f2-1-2>img{
    display: block;
    margin:0 auto;
}
.lists-box.list3-box .f2-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list3-box .f2-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list3-box .more_text{
    width:50%;
    left: -5px;
    right: 0;
    top: 130px;
    bottom: 0;
    display: none;
}
.lists-box.list3-box .btn-down{
    left: -160px;
    right: 0;
    top: 155px;
    bottom: 0;
}
.lists-box.list3-box .btn-up{
    left: -210px;
    right: 0;
    top: 220px;
    bottom: 0;
    display: none;
}
.lists-box.list3-box .zan-pic{
    position: absolute;
    bottom: 78px;
    right: 90px;
    cursor: pointer;
}
/*==================================================================================*/
.lists-box.list4-box .f3-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list4-box .f3-1-2{
    background: url("../images/f3-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin:0 15px;
    position: relative;
}
.lists-box.list4-box .f3-1-1,.lists-box.list4-box .f3-1-3{
    width:290px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lists-box.list4-box .f3-1-1>img,.lists-box.list4-box .f3-1-3>img{
    display: block;
    margin:0 auto;
}
.lists-box.list4-box .f3-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list4-box .f3-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list4-box .more_text{
    width:67%;
    left: 95px;
    right: 0;
    top: 110px;
    bottom: 0;
    display: none;
}
.lists-box.list4-box .btn-down{
    left: -160px;
    right: 0;
    top: 150px;
    bottom: 0;
}
.lists-box.list4-box .btn-up{
    left: -210px;
    right: 0;
    top: 245px;
    bottom: 0;
    display: none;
}
.lists-box.list4-box .zan-pic{
    position: absolute;
    bottom: 96px;
    right: 115px;
    cursor: pointer;
}
/*==================================================================================*/
.lists-box.list5-box .f4-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list5-box .f4-1-1{
    background: url("../images/f4-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin-left: 20px;
    position: relative;
}
.lists-box.list5-box .f4-1-2{
    width:590px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lists-box.list5-box .f4-1-2>img{
    display: block;
    margin:0 auto;
}
.lists-box.list5-box .f4-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list5-box .f4-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list5-box .more_text{
    width:40%;
    left: -65px;
    right: 0;
    top: 110px;
    bottom: 0;
    display: none;
}
.lists-box.list5-box .btn-down{
    left: -160px;
    right: 0;
    top: 150px;
    bottom: 0;
}
.lists-box.list5-box .btn-up{
    left: -210px;
    right: 0;
    top: 245px;
    bottom: 0;
    display: none;
}
.lists-box.list5-box .zan-pic{
    position: absolute;
    bottom: 96px;
    right: 84px;
    cursor: pointer;
}
/*==================================================================================*/
.lists-box.list6-box .f5-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list6-box .f5-1-1{
    background: url("../images/f5-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.lists-box.list6-box .f5-1-2{
    width:590px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lists-box.list6-box .f5-1-2>img{
    display: block;
    margin:0 auto;
}
.lists-box.list6-box .f5-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list6-box .f5-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list6-box .more_text{
    width: 32%;
    left: -110px;
    right: 0;
    top: 135px;
    bottom: 0;
    display: none;
}
.lists-box.list6-box .btn-down{
left: -160px;
right: 0;
top: 160px;
bottom: 0;
}
.lists-box.list6-box .btn-up{
left: -210px;
right: 0;
top: 275px;
bottom: 0;
display: none;
}
.lists-box.list6-box .zan-pic{
position: absolute;
bottom: 90px;
right: 90px;
cursor: pointer;
}
/*==================================================================================*/
.lists-box.list7-box .f6-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list7-box .f6-1-2{
    background: url("../images/f6-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin:0 15px;
    position: relative;
}
.lists-box.list7-box .f6-1-1,.lists-box.list7-box .f6-1-3{
    width:290px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lists-box.list7-box .f6-1-1>img,.lists-box.list7-box .f6-1-3>img{
    display: block;
    margin:0 auto;
}
.lists-box.list7-box .f6-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list7-box .f6-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list7-box .more_text{
    width: 32%;
    left: -110px;
    right: 0;
    top: 150px;
    bottom: 0;
    display: none;
}
.lists-box.list7-box .btn-down{
    left: -160px;
    right: 0;
    top: 140px;
    bottom: 0;
}
.lists-box.list7-box .btn-up{
    left: -210px;
    right: 0;
    top: 255px;
    bottom: 0;
    display: none;
}
.lists-box.list7-box .zan-pic{
    position: absolute;
    bottom: 90px;
    right: 117px;
    cursor: pointer;
}
/*==================================================================================*/
.lists-box.list8-box .f7-top{
    width: 1197px;
    height:558px;
    margin:0 auto;
}
.lists-box.list8-box .f7-1-1{
    background: url("../images/f7-1.png") no-repeat center;
    width:587px;
    height:558px;
    float: left;
    margin-left: 20px;
    position: relative;
}
.lists-box.list8-box .f7-1-2{
    width:590px;
    height:558px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lists-box.list8-box .f7-1-2>img{
    display: block;
    margin:0 auto;
}
.lists-box.list8-box .f7-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list8-box .f7-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list8-box .more_text{
    width: 32%;
    left: -105px;
    right: 0;
    top: 115px;
    bottom: 0;
    display: none;
}
.lists-box.list8-box .btn-down{
    left: -160px;
    right: 0;
    top: 110px;
    bottom: 0;
}
.lists-box.list8-box .btn-up{
    left: -205px;
    right: 0;
    top: 250px;
    bottom: 0;
    display: none;
}
.lists-box.list8-box .zan-pic{
    position: absolute;
    bottom: 113px;
    right: 86px;
    cursor: pointer;
}
/*==========================================================*/
.lists-box.list9-box{
    padding-bottom: 120px;
}
.lists-box.list9-box .f8-top{
    width: 1197px;
    height:770px;
    margin:0 auto;
}
.lists-box.list9-box .f8-1-2{
    background: url("../images/f8-1.png") no-repeat center;
    width:587px;
    height:770px;
    float: left;
    margin:0 15px;
    position: relative;
}
.lists-box.list9-box .f8-1-1,.lists-box.list9-box .f8-1-3{
    width:290px;
    height:770px;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lists-box.list9-box .f8-1-1>img,.lists-box.list9-box .f8-1-3>img{
    display: block;
    margin:0 auto;
}
.lists-box.list9-box .f8-down{
    background: url("../images/f1-bg.png") no-repeat center;
    width: 1200px;
    height: 1850px;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    top:25px;
    padding: 60px 31px 0;
    box-sizing: border-box;
}
.lists-box.list9-box .f8-down .lg-it-box:nth-child(5n+1) {
    margin-left: 0;
}
.lists-box.list9-box .more_text{
    width: 70%;
    left: 110px;
    right: 0;
    top: 300px;
    bottom: 0;
    display: none;
}
.lists-box.list9-box .btn-down{
    left: -160px;
    right: 0;
    top: 310px;
    bottom: 0;
}
.lists-box.list9-box .btn-up{
    left: -205px;
    right: 0;
    top: 475px;
    bottom: 0;
    display: none;
}
.lists-box.list9-box .zan-pic{
    position: absolute;
    bottom: 111px;
    right: 117px;
    cursor: pointer;
}
/*===============鼠标划上侧商品========================*/
.lists-box .side_gs{
    width:290px;
    height:274px;
    overflow: hidden;
    position: relative;
}
.lists-box .side_gs>a{
    width:100%;
    height:100%;
    position: absolute;
    top:-274px;
    background: rgba(179,179,179,0.5);
    transition: transform 0.5s cubic-bezier(.4,.46,.3,1.31);
}
.lists-box .side_gs>a>img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
}
.lists-box .side_gs:hover>a{
    transform: translateY(274px);
}
.lists-box .side_gs1{
    width:290px;
    height:376px;
    overflow: hidden;
    position: relative;
}
.lists-box .side_gs1>a{
    width:100%;
    height:100%;
    position: absolute;
    top:-376px;
    background: rgba(179,179,179,0.5);
    transition: transform 0.5s cubic-bezier(.4,.46,.3,1.31);
}
.lists-box .side_gs1>a>img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
}
.lists-box .side_gs1:hover>a{
    transform: translateY(376px);
}
.promo-page .lg-it-box .cta-btn:hover{
    color: #fff !important;
}
.promo-page .lists-box .lg-it-box .cta-btn.disabled-prim-btn {
    background: url(../images/soldout.png) center no-repeat;
    background-color: #646464 !important;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    opacity: 0.8;
    border: none;
}

