/*首页改版 旧版本不需要的代码都暂时display:none  等确定了再删除*/

.top-tips-bg{
    width: 100vw;
    background-color: #f2f2f2;
    box-sizing: border-box;
    height: 70px;
    overflow: hidden;
}
.top-tips-bg .top-tips{
    width: 1226px;
    line-height: 70px;
    height: 70px;
    box-sizing: border-box;
    color: #5c5c5c;
    font-size:14px;
    margin: 0 auto;
    position: relative;
}
.top-tips-bg .top-tips span{
    color: #5c5c5c;
    font-size:20px;
}
.top-tips-bg .top-tips .close-top-tips{
    font-size: 14px;
    color: #333;
    position: absolute;
    cursor: pointer;
    right: 20px;
    z-index: 5;
    top: 10px;
    line-height: normal;
    display: none;
}
/*金刚区*/
.quick-row{
    display: flex;
    align-items: center;
    margin:20px auto;
}
.quick-row .quick-item{
    width:296px;
    height:170px;
    margin-right:14px;
    padding-top: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.quick-row .quick-item1{
     background: linear-gradient(to bottom,#FE963A,#FCC492);
}
.quick-row .quick-item2{
    background: linear-gradient(to bottom,#4E9DE7,#BFD8EC);
}
.quick-row .quick-item3{
    background: linear-gradient(to bottom,#F56B3B,#F8A590);
}
.quick-row .quick-item4{
    background: linear-gradient(to bottom,#5CBB28,#8AE295);
}
.quick-row .quick-item .quick-goods-title,
.quick-row .quick-item .quick-goods-subtitle{
    color: #FDF9ED;
    font-size:20px;
    text-align: center;
    line-height: 28px;
}
.quick-row .quick-item .quick-goods-subtitle{
    font-size:16px;
}
.quick-row .quick-item img{
    width: 211px;
    display: block;
    margin: 0 auto;
}
/*修改人气热卖*/
.guessYourLike{
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
.guessYourLike li{
    width: 245px;
    box-sizing: border-box;
    height: 400px;
}
.guessYourLike .hotgoodList li:nth-child(1){
    border-left:none;
}
.guessYourLike_pic{
    margin-left: 0;
    height: 210px;
}
.guessYourLike_pic img{
    max-width: 194px;
}

/*修改楼层*/
.hs_tab_body{
    height: 600px;
    margin-bottom:0;
}
.tab_body_item{
    height: 600px;
    overflow: hidden;
    background-color: #f2f2f2;
    box-sizing: border-box;
}
.hs-index-s1-goods-item{
    width: 230px;
    height: 290px;
    margin-left: 14px;
    margin-top: 18px;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
}

.hs-index-s1-goods-item:nth-of-type(1),
.hs-index-s1-goods-item:nth-of-type(2),
.hs-index-s1-goods-item:nth-of-type(3),
.hs-index-s1-goods-item:nth-of-type(4){
    margin-top:0;
}
/*不显示流程右侧选项卡   第一个li隐藏*/
.tab_body_item:nth-of-type(1){
    display: none !important;
}
.tab_body_item:nth-of-type(2){
    display: block !important;
}
.hs-index-s1-goods-item:hover{
    box-shadow:0 12px 13px 0 rgba(7,0,2,0.07);
}
.as-adviseBar{
    margin-top: 30px;
}

.left-adv-xs:first-of-type{
    margin-bottom:18px;
    display: block;
}




/*好货推荐*/
.good-recommend-more-div{
    height: 320px;
    width: 1226px !important;
    border-right: none;
    overflow: hidden !important;
}
.good-recommend-more-div .good-recommend-more-ul{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.good-recommend-more-div .good-recommend-more-ul li{
    height: 300px;
    float: none;
}
.good-recommend-more-div .good-recommend-more-ul li .hot_sale_pic{
    width: 232px;
    height: auto;
    margin-bottom: 20px;
    margin-top:20px;
}
.good-recommend-more-div .good-recommend-more-ul li .hot_sale_pic img{
    max-width: 200px;
    height:auto;
    width: 180px;
}
/*好货热评 */
.common-btngroup{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    font-size:0;
}
.common-btngroup .iconfont{
    color: #939393;
    font-size: 12px;
    display: inline-block;
    width: 28px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    background-color:#fff;
}
.common-btngroup .iconfont:before{
    vertical-align: -1px;
}
.common-btngroup .iconfont.off{
    color: #eaeaea;
}
.common-btngroup .icon-left{
    border-right: 1px solid #ccc;
}
.icon-left:before {
    content: "\e606";
}
.icon-right:before {
    content: "\e605";
}
.common-more-ul{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.common-more-ul li{
    float: none;
}
.common-more-ul li{
    margin-right: 14px !important;
}
.goodHotCommit .good_hotCommitList li .as-goodsText .title a{
    text-overflow: ellipsis;
}
/*热文图片轮播*/
.swiper-pagination{
    width: 200px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.swiper-pagination-bullet{
    margin-right:5px !important;
}
