#btn_prev,#btn_next {
    position:absolute;
    display:block;
    width:73px!important;
    height:74px!important;
    top:50%;
    margin-top:-37px;
    display:none;
    z-index: -10 !important;
}
#banner #btn_prev {
    background:url(../img/prev.png) no-repeat left top;
    left:50%;
    margin-left: -370px;
}
#banner #btn_next {
    background:url(../img/next.png) no-repeat right top;
    right:50%;
    margin-right:-370px; 
}
/*活动通知*/
.nice-notice{
    background:white;
    border-bottom: 12px solid white;
}
.nice-min{
    background: #f4f5f9;
    overflow:hidden;
}
.section-box{
    
}
.section-title{
    padding:44px 0 20px 0;
    color:#000;
}
.section-title h3{
    font-size: 28px;
}
.section-box-adv{
    background-image: linear-gradient(80deg, #855fb5 , #274cfd);
}
.section-box-row{
    margin-top:12px;
    padding-bottom: 130px;
}
.section-box-row-items{
    
}
.section-box-row-items-box{
    margin-right: -10px;
}
.section-box-row-items .item{
    background:white;
    margin:0 10px 10px 0;
    overflow: hidden;
    transition: all .3s ease
}
.section-box-row-items .item:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.section-box-row-items .item img{
    width:100%;
}
.box-info{
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 9px 0 16px;
    box-sizing: border-box;
}
.box-info-hot{
    width: 100%;
    margin-top:26px;
}
.goods-name{
    
}
.box-info-hot .goods-name{
    font-size: 16px;
}
.box-info-hot .goods-desc{
    font-size: 14px;
    color:#999;
}
.goods-desc{
    color: #333;
    font-size: 14px;
}
.box-img-new{
    width:420px;
    height:420px;
    margin:0 auto;
    margin-top:24px;
}
.box-img-hot{
    width:230px;
    height: 230px;
    margin:0 auto;
    margin-top: 39px;
}
.floor_tj_flag01{
    background:#ff97a6;
}
.floor_tj_flag02{
    background:#96bce1;
}
.floor_tj_flag03{
    background:#8fe0e0;
}
.tj_productsBox{
    width:100%;
    height: calc(100% - 49px);
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.tj_product{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    width: 50%;
    height: 185px;
    box-sizing: border-box;
    overflow: hidden;
    padding:0 33px;
}
.tj_product:nth-child(2){
    border-right: 0;
}
.tj_product:nth-child(3){
    border-bottom: 0;
    padding-top: 10px;
}
.tj_product:nth-child(4){
    border-right: 0;
    border-bottom: 0;
    padding-top: 10px;
}
.tj_productsTittle{
    padding-top: 6px;
}
.tj_productsTittle span{
    padding:4px 0;
}
.product_img_box{
    width:120px;
    height:120px;
}
.tj_product_new {
    width:100%;
    height: 184px;
    box-sizing: border-box;
    padding-top: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.tj_product_new:last-child{
    border-bottom: 0;
}
.tj_product_new .product_img_box{
    width:145px;
    height:145px;
}
.tj_productsTittle_new{
    width:184px;
    height:145px;
    padding-left: 39px;
    box-sizing: border-box;
    margin-right: 14px;
}
.tj_productsTittle_new h6{
    padding: 15px 0 35px 0;
}
.products_list .product_img_box{
    width:100%;
    height:100%;
}
.moreProduct_tittle{
    padding:26px 0 18px 0;
}
.moreProducts_box .moreProduct{
    padding:10px;
    box-sizing: border-box;
}
.moreProduct .product_img_box{
    width:210px;
    height:210px;
}
.moreProduct h6{
    padding-top:18px;
}
/*楼层跳转样式*/
.floor_nav{
    width: 36px;
    height: 184px;
    background: #626262;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -92px;
    margin-left: -678px;
    z-index: 1;
}
.floor_nav a{
    width:36px;
    height:36px;
    color:white;
    line-height: 36px;
    overflow: hidden;
    border-bottom:1px solid white;
}
.floor_nav a:hover{
    background: #e72b34;
}