body{
    background-color: #f6f6f6;
    user-select: none;
    font-family: "微软雅黑";
}
.head-container{
    height: 110px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

/* 分类导航 */
.nav{
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav-container{
    display: flex;
    justify-content: space-between;
    width: 1190px;
    height: 50px;
    margin: 0 auto;
}
.all-category{
    width: 240px;
    height: 50px;
}
.nav-container ul{
    display: flex;
    align-items: center;
    width: 936px;
    height: 100%;
}
.nav-container ul li{
    margin: 0 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.active{
    color:#ea5514;
    border-bottom: 3px solid #ea5514;
    box-sizing: border-box;
}
.category-container{
    display: flex;
    justify-content: space-between;
    width: 1190px;
    height: 450px;
    margin: 0 auto;
}
.category-column{
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #fff;
    overflow: auto !important;
}
.category-column::-webkit-scrollbar {
    display: none;
    opacity: 0;
}

.category-column ul{


}
.category-column ul li{
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 25px;

}

.category-column ul li>a{
    border-bottom: 1px solid #F5F5F5;
    display: block;
    height: 40px;
    color: #333;

}
.category-column ul li:hover >a{
color: #fff;
}


.menu-view{
    display: none;
    position: absolute;
    left: 239px;
    top:0;
    width: 688px;
    height: 450px;
    padding: 25px 15px;
    box-sizing: border-box;
    background-color: #fff;
    z-index:999;
    color: #666;
    border-left: 14px solid #F0F3EF;
    overflow: auto !important;
}
.menu-view::-webkit-scrollbar {
    display: none;
    opacity: 0;
}
.menu-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.menu-tit {
    height: 18px;
    line-height: 18px;
}
.menu-item .cate{
    display: flex;
    flex-wrap: wrap;
    width: 550px;
}
.menu-item .cate span{
    padding: 0 13px;
    height: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    border-left: 1px solid #ddd;
}
.brand{
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}
.category-column ul li + li{
    border-top:1px solid #ddd;
}
.banner{
    width: 674px;
    height: 100%;
}
.info-msg{
    width: 251px;
    height: 100%;
    background-color: #fff;
}
.info-msg .msg-welcome{

    padding:15px 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
}
.msg-welcome-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-bottom:1px solid #ddd;
}
.info-msg .msg-welcome img{
    display: block;
    width: 71px;
    height: 71px;
}
.info-msg .msg-welcome p {
    font-size: 12px;
    color: #a9a9a9;
}
.btn-view{
    display: flex;
}
.btn-view div{
    width: 74px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 15px;
    font-size:14px;
    margin: 10px 0;
    cursor: pointer;
}
.regiest{
    border:1px solid #ea5514;
    color: #ea5514;
}
.vip{
    background-color: #ff9800;
    color: #fff;
    margin-left: 12px!important;
}
.shop-headline{
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 209px;
}
.shop-headline-view{
    height: 209px;
    border-bottom:1px solid #ddd;
}
.shop-headline .headline-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    box-sizing: border-box;
}
.shop-headline .headline-title span{
    font-weight:600;
}
.shop-headline .headline-title div{
    font-size: 14px;
    color: #8a8a8a;
}
.headline-item{
    align-items: center;
    font-size:12px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
}
.headline-item .hotdool{
    margin-right: 8px;
    width: 34px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    border:1px solid #ff9800;
    color: #ff9800;
    border-radius:4px;
    float: left;
}
.headline-item span{
    float: left;
    width: 175px;
}
.other-option{
    height: 90px;
    padding:14px 0 24px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.other-option ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.other-option ul li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.other-option ul li span{
    font-size: 12px;
    margin-top:8px;
    color: #8a8a8a;
}
.panic-buying{
    width: 1190px;
    height: 276px;
    margin: 0 auto 40px;
}
.panic-buying ul{
    display: flex;
    /*justify-content: space-between;*/
}
.panic-buying ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 292px;
    height: 162px;
    background-color: #fff;
    cursor: pointer;
}
.panic-buying ul li + li{
    padding:0 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
}
.panic-buying ul li img{
    width: 110px;
    height: 110px;
}
.panic-buying ul li+li div{
    width: 140px;
    height: 93px;
}
.panic{
    position: relative;
    background: url("../../../resource/imgs/index/21.png")
}
.panic-title{
    margin:3px 0 12px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.panic-desc{
    font-size: 12px;
    color: #999999;
}
.panic span{
    position: absolute;
    top: 112px;
    left:110px;
    color: #ea5413;
    font-weight:bold;
}


.panic-price{
    display: flex;
    align-items:center;
    height: 22px!important;
    margin-top: 20px;
}
.panic-price div{
    width: 74px!important;
    height: 22px!important;
    text-align: center;
    line-height: 22px;
    border-radius: 10px;
    font-size: 14px;
}
.new-price{
    background-color: #feece2;
    color: #ea5413;
}
.old-price{
    color: #bdbdbd;
    font-size: 13px;
    margin-left: 5px;
}
.public-list{
    width: 1190px;
    margin: 30px auto;
    background: #fff;


}
.public-list .public-title{
    height: 50px;
    line-height: 50px;
    background: #cde1ff;
    padding-right: 20px;
}
.public-list .public-title h3{
    float: left;
    color: #003593;
}
.public-list .public-title h3:before{
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #003593;
    float: left;
    position: relative;
    top: 15px;
    margin-right: 10px;
}
.public-list .public-title .title-right{
    float: right;
}
.public-list .public-title .title-right img{
    cursor: pointer;
}
.public-list .public-title .title-right .menu-list{
    float: left;
    padding-top: 7px;
}
.public-list .public-title .title-right .menu-list a{
    display: inline-block;
    width: 82px;
    height: 24px;
    border-radius: 12px;
    font-size:12px ;
    text-align: center;
    line-height: 24px;
    color: #262626;
    margin-left: 10px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.public-list .public-title .title-right .menu-list .che{
    background: #003593;
    color: #fff;
}

.public-list .public-title .title-right img{
    float: right;
    position: relative;
    top: 15px;
    margin-left: 30px;
}
.public-list .ranking-con{

    height: 307px;
}
.public-list .ranking-con .con-right{
    width: 292px;
    height: 307px;
    float: left;
}
.public-list .ranking-con .con-right img{
    width: 292px;
    height: 307px;
}

.public-list .ranking-con .con-left{
    padding-top: 20px;
    float: right;
    width: 880px;

}
.public-list .ranking-con .con-left .goods-list{
    display: block;
    width: 420px;
    height: 120px;
    border-radius: 10px;
    background: #F8F8F9;
    padding-top: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 25px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.public-list .ranking-con .con-left .goods-list h3{
    line-height: 80px;
    font-size: 32px;
    color: #1b5dbd;
    float: left;
    margin-right: 28px;
}
.public-list .ranking-con .con-left .goods-list .goods-detail{
    float: left;

}
.public-list .ranking-con .con-left .goods-list .goods-detail img{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}
.public-list .ranking-con .con-left .goods-list .goods-detail div{
    float: left;
}
.public-list .ranking-con .con-left .goods-list .goods-detail div .goods-name{
    height: 40px;
    color: #333333;
    font-size: 14px;
    width: 225px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.public-list .ranking-con .con-left .goods-list .goods-detail div .pic{
    color: #1b5dbd;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.public-list .ranking-con .con-left .goods-list .goods-detail div .pic span{
    font-size: 12px;
}
/*拼团*/
.group-list{
    position: relative;
}
.group-list .group-title{
    background: #E7F5F0;
}
.group-list .group-title h3{
    color: #69A88F;
}
.group-list .group-title h3:before{
    background: #69A88F;
}
.group-list .group-title .title-right .menu-list .che{
    background: #69A88F;
    color: #fff;

}
.group-list .group-con{
    overflow: hidden;
    width: 1200px;
}
.group-list .group-con .con-left{
    width: 292px;
    height: 307px;
    float: left;
}
.group-list .group-con .con-left img{
    width: 292px;
    height: 307px;
}
.group-list .group-con .con-right {
    float: left;
    display: flex;
}
.group-list .group-con .con-right .goods-list{
    width: 224px;
    height: 307px;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-top: 50px;
    text-align: center;
    position: relative;

}
.group-list .group-con .con-right .goods-list img{
    width: 140px;
    height: 140px;

}
.group-list .group-con .con-right .goods-list .goods-name{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    margin-top: 40px;
}
.group-list .group-number{
    display: block;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #69A88F;
    position: absolute;
    top: 10px;
    right:0px;
    font-size: 12px;
    background: #E7F5F0;

}
.group-list .group-number:before{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-right:10px solid  #E7F5F0;
    position: absolute;
    left: -20px;
    top: 0px;
}
.group-list .group-con .con-right .goods-list .pic{
margin-top: 15px;
}
.group-list .group-con .con-right .goods-list .pic .now-pic{
    color: #69A88F;
    font-weight: bolder;
    font-size: 18px;
}
.group-list .group-con .con-right .goods-list .pic .now-pic i{
    font-style: normal;
    font-size: 12px;
}
.group-list .group-con .con-right .goods-list .pic .del-pic{
    color: #999999;
    font-size: 12px;
}
.group-list .group-con .con-right .goods-list:first-child{
    border-left:none;
}

/*优惠券*/

.coupon-list .coupon-title{
    background: #FFF1E4;
}
.coupon-list .coupon-title h3{
    color: #FE824D;
}
.coupon-list .coupon-title h3:before{
    background: #FE824D;
}
.coupon-list .coupon-title .title-right .menu-list .che{
    background: #FE824D;
    color: #fff;
}

.coupon-list .ranking-con .con-left .goods-list{
    background: url('../../imgs/index/32.png') no-repeat center;
    background-size: cover;
    padding-right: 0px !important;
}
.coupon-list .ranking-con .con-left .goods-list .mark{
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coupon-list .ranking-con .con-left .goods-detail>div .symbol{
        font-size: 12px;
        color: #FE824D;
        position: relative;
        top: -18px;

}
.coupon-list .ranking-con .con-left .goods-detail>div .condition{
    font-size: 14px;
    color: #FE824D;
}

.coupon-list .ranking-con .con-left .goods-detail>div .pic{
    font-size: 36px !important;
    color:#FE824D !important; ;
}
    /*url("../../../resource/imgs/index/32.png")*/

.banner-list{
    width: 1190px;
    margin: 30px auto 0;
    height: 463px;
}
.banner-list ul{
    display: flex;
    justify-content: space-between;
}
.banner-list ul li {
    width: 393px;
    height: 463px;
}
.banner-list ul li:nth-child(2) .public-list{
    color: #69a88f;
    border-color: #69a88f;
}
.banner-list ul li:nth-child(2) .banner-title{
    background-color: #f0f6f4;
}
.banner-list ul li:nth-child(3) .public-list{
    color: #fe824c;
    border-color: #fe824c;
}
.banner-list ul li:nth-child(3) .banner-items{
    height: 109px;
    background:url("../../../resource/imgs/index/32.png");
    border-radius: 8px;
}
.banner-item-info-price{
    display: flex;
    color: #fe824c;
}
.banner-item-info-price span:nth-child(1){
    display: block;
    padding-top: 5px;
}
.banner-item-info-price span:nth-child(2){
    font-size: 25px;
    font-weight: bold;
    vertical-align: top;
}
.banner-item-info-price span:nth-child(3){
    display: block;
    font-size: 12px;
    padding: 13px 0 0 5px;
}
.banner-list ul li:nth-child(3) .banner-lists{
    padding: 0 20px;
    box-sizing: border-box;
}
.banner-item-info-auth{
    font-size: 14px;
    margin-top: 23px;
}
.banner-items-info-view{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.banner-items-info-view p {
    margin: 0!important;
    color: #69a88f!important;
}
.banner-items-info-view del{
    font-size: 12px;
    margin: 0 12px;
    color: #a9a9a9;
}
.banner-items-info-regiment{
    border:1px solid #69a88f;
    color: #69a88f;
    font-size: 10px;
    padding: 1px 8px;
    border-radius: 3px;
}
.hoverClass{
    border-radius: 10px;
    background-color: #ec7b69;
    color: #fff;
}
.hover2Class{
    border-radius: 10px;
    background-color: #69a88f;
    color: #fff;
}
.hover3Class{
    border-radius: 10px;
    background-color: #fe824c;
    color: #fff;
}
.banner-view{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 415px;
}
.banner-title{
    display: flex;
    justify-content: space-between;
    height: 48px;
    padding: 14px 20px 14px 0 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff3ee;
}
/*.public-list{*/
    /*box-sizing: border-box;*/
    /*color: #ec7b69;*/
    /*padding-left:9px;*/
    /*border-left: 4px solid #ec7b69;*/
/*}*/
.swiper-slide{
    display: flex;
    flex-direction: column;
}
.banner-tab{
    width: 100%;
    height: 52px;
    padding: 14px 12px;
    box-sizing: border-box;
}
.banner-tab ul{
    display: flex;
    justify-content: space-between;
}
.banner-tab ul li{
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}
.banner-lists{
    width: 100%;
    height: 355px;
    padding-top: 8px;
}

.banner-items{
    display: flex;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    height: 102px;
    margin-bottom: 10px;
}
.banner-items-num{
    width:68px;
    font-size:30px;
    font-weight:bold;
    color: #ec7b69;
}
.banner-items img{
    width:82px;
    height: 80px;
}
.banner-items-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 228px;
    height: 80px;
    padding: 0 15px;
    box-sizing: border-box;
}
.banner-items-info span{
    font-size: 14px;
    text-align: left!important;
}
.banner-items-info p{
    margin-top: 15px;
    color: #ec7b69;
    font-weight:bold;
}
.good-shop-recommend{
    display: block;
    margin: 0 auto;
}

.recommend{
    height: 606px;
    width: 1190px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend-top{
    display: flex;
    height: 362px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend-top-right{
    position: relative;
    width:calc(100% - 647px);

}
.recommend-top-right img{
    position: absolute;
    right:-20px;
    top:0;
}
.recommend-mask{
    position: absolute;
    width:503px;
    height:362px;
    text-align: right;
}
.recommend-mask h1{
    font-size:20px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #4c4d4f;
}
.recommend-mask h3{
    color: #4c4d4f;
}
.recommend-mask .down-line{
    font-size: 25px;
    margin-bottom:30px;
}
.recommend-mask span{
    font-size: 12px;
    color: #868789;
}
.mask-price{
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
.mask-price div{
    font-size: 25px;
    font-weight:bold;
}
.mask-price div span{
    font-size:15px;
}
.mask-price del{
    color: #868789;
    font-size: 14px;
    padding-top: 10px;
    margin-left: 5px;
}
.mask-btn{
    width: 120px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    margin: 31px 0 0 381px;
    cursor: pointer;
}
.recommend-btm{
    width: 100%;
    height: 178px;
    margin-top: 25px;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-msg{
    display: flex;
    width: 361px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px!important;
}
.swiper-msg img{
    height: 110px;
    width: 110px;
}
.swiper-slide:nth-child(n+1) .swiper-msg{
    background: #ebf4fc !important;
}
.swiper-slide:nth-child(2n+1) .swiper-msg{
    background: #e6efec !important;
}
.swiper-slide:nth-child(3n) .swiper-msg{
    background: #f9eff2 !important;
}
.goods-msg{
    width: 225px;
    height: 178px;
    padding: 12px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods-msg p{
    text-align: right;
    font-size: 25px;
    font-weight: bold;
}
.goods-msg p span{
    font-size: 18px;
}
.goods-msg-title{
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.goods-down-line{
    text-align: left;
    height: 15px;
    line-height: 0px;
    font-weight: bold;
}
.goods-tag{
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    color: #868789;
}
.goods-buys{
    width: 84px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 12px;
    margin: 20px 0 0 121px;
}
.adv{
    margin: 38px 0;
    width: 100%;
}
.goods-view-list{
    box-sizing: border-box;
    /*border-top: 2px solid #83d99c;*/
    display: flex;
    height: 463px;
    width: 1190px;
    background: #ddd;
    margin:0 auto 40px;
}
.goods-view-list>img:after{

}
.goods-view-list li{
    background: #fff;
    /*margin-left: 1px;*/
    /*margin-bottom: 1px;*/
    border: none !important;
}
.font-color{
    color: #83d99c!important;
}
.bg-color{
    background-color: #e9f7ed!important;
}
.pri-bg-color{
    background-color: #83d99c!important;
}
.goods-view-center{
    width:518px;
    height: 463px;
    position: relative;
}
.goods-view-center:after{
    content: '';
    display: block;
    width: 1px;
    height: 125%;
    position: absolute;
    bottom: -57px;
    left: 0px;
    background: #DDDDDD;
    transform: scale(0.8);
}

.goods-view-right{
    width:382px;
}
.goods-view-center ul{
    display: flex;
    flex-wrap: wrap;
}
.goods-view-center ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 258px;
    height: 231.5px;
    border:1px solid #ddd;
    cursor: pointer;
    position: relative;
}
.goods-view-center ul li:before{
    content: '';
    display: block;
    width: 1px;
    height: 126%;
    position: absolute;
    top: -31px;
    right: 0px;
    background: #DDDDDD;
    transform: scale(0.8);
}
.goods-view-center ul li:after{
    content: '';
    display: block;
    width: 155%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: -40px;
    background: #DDDDDD;
    transform: scale(0.8);
}
.goods-view-center ul li img{
    width: 145px;
    height: 121px;
}
.goods-view-center ul li p{
    margin-top:20px;
}
.goods-view-center ul li div{
    width: 95px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 12px;
    margin-top: 12px;
    font-size: 12px;
    background-color: #ffede5;
}
.goods-view-right ul li {
    display: flex;
    align-items: center;
    height: 154.5px;
    border:1px solid #ddd;
    cursor: pointer;
}
.first-li{
    position: relative;
}
.first-li:after{
    content: '';
    display: block;
    width: 126%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: -50px;
    background: #DDDDDD;
    transform: scale(0.8);
}
.goods-intro{
    width: 219px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.goods-intro div:first-child{
    font-weight:bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.first-li .goods-intro-tag{
    margin-top: 23px;
    font-size: 12px;
    width: 93px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 12px;
}
.goods-intro-tag{
    margin-top: 23px;
    font-size: 12px;
    width: 93px;
    height: 22px;
    text-align: center;
    background-color: #ffede5;
    line-height: 22px;
    border-radius: 12px;
}
.goods-pic{
    width: 127px;
    height: 120px;
}
.first-li .first-bg{
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
}
.recommended{
    display: block;
    margin: 0 auto 25px;
}
.recommended-for-you{
    width: 1190px;
    margin: 0 auto;
}
.recommended-for-you ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended-for-you ul li{
    display: flex;
    flex-direction: column;
    align-items:center;
    position: relative;
    width: 230px;
    height: 310px;
    margin-bottom:10px;
    background: #fff;
    cursor: pointer;
}
.recommended-for-you ul li .recommend-img{
    width: 200px;
    height: 160px;
    margin-top: 40px;
}
.recommend-view{
    width: 200px;
    margin-top: 22px;
}
.recommend-view p{
    font-size: 14px;
    color: #333333;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.recommend-view div{
    font-size: 16px;
    margin-top: 12px;
    font-weight: bold;
}
.recommend-view div span{
    font-size: 12px;
}
.bg-img{
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
}
.first-recommend{
    color: #8ca8b1;
}
.first-recommend .first-view{
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.first-recommend  p{
    margin-top: 45px;
    font-size: 25px;
    font-weight: bold;
}
.purple{
   color: #a094e1!important;
}
.first-recommend .first-con{
    width: 165px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-weight:bold;
    background-color: #fff;
    margin-top: 15px;
}
.first-recommend img:last-child{
    margin-top: 25px;
}
.public-bottom-box{
    margin-top:20px;
}
.back-top{
    text-align: center;
    position: fixed;
    right: 271px;
    top: 741px;
    width: 78px;
    height: 69px;
    background-color: #fff;
    border:1px solid #ededed;
    padding: 10px 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}
.back-top i{
    font-size:25px;
}
.back-top span{
    font-size: 12px;
    color:#959595;
    display: block;
}
.back-menu-top{
    position: fixed;
    left: 202px;
    top: 350px;
    width:110px;
    height: 276px;
    padding: 55px 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../../../resource/imgs/index/57.png");
    z-index: 999;
}
.back-menu-top{
    text-align: center;
}
.back-menu-top ul li{
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border-radius: 10px;
    background-color: #f3f3f3;
}
.actClass{
    color: #fff;
    background-color: #ea5413!important;
}
.back-menu-top ul li:first-child{
    margin-bottom:4px;
}
.back-menu-top ul li + li{
    margin: 4px 0;
}
.to-top{
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    color: #ea5413;
}
.to-top span{
    font-size: 12px;
}
