.home-filter-wrap{
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.1);
    border-radius: 9px; background: #fff; padding: 20px;
}
.home-filter-wrap .brand{
    display: flex;
}
.home-filter-wrap .brand-col{
    display: flex; flex-wrap: wrap; flex: 1; height: 200px; overflow: hidden;
}
.home-filter-wrap .brand-col.visible{
    height: auto;
}
.home-filter-wrap .brand-more{
    height: 32px;  line-height: 32px; text-align: center; border: 1px solid #E8E8E8;
    border-radius: 16px; color: #777; width: 71px; margin-top: 4px;
}
.home-filter-wrap .brand-more:after{
    content: ''; width: 0; height: 0; margin-left: 5px; top: 12px; position: relative;
    border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #777;
}
.home-filter-wrap .brand .item{
    padding:4px; cursor: pointer;
}
.home-filter-wrap .item>.logo{
    width: 124px; height: 64px; background: #F5F5F5; border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.home-filter-wrap .item>.logo-name{
    text-align: center; height: 22px; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 5px;
}
.home-filter-wrap .filter-price{
    height: 58px;
    padding: 0 20px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin:10px -20px 0 -20px;
    display: flex;
    flex-wrap: nowrap;
}
.home-filter-wrap .filter-price>.options{
    height: 56px; line-height: 56px; padding: 0 30px; border-bottom: 3px solid transparent; cursor: pointer; font-size: 18px;
}
.home-filter-wrap .filter-price>.options.on{
    border-color: var(--green);
}
.home-filter-wrap .filter-category{
    padding-top: 10px;
}
.home-filter-wrap .filter-category .list{
    display: flex; height: 60px; align-items: center;
}
.home-filter-wrap .filter-category label{
    width: 165px; font-size: 16px; padding-left: 30px; margin-right: 15px; flex-shrink:0;
}
.home-filter-wrap .filter-category .scroll-container{
    position: relative; z-index: 0; padding:0 20px; min-width: 0;
}
.home-filter-wrap .filter-options-scroll{
    overflow: hidden;
}
.home-filter-wrap .filter-options-scroll .item{
    width: 16.666666666666668%; padding:0 10px; display: flex; align-items: center; text-align: center; flex-direction: column;
    flex-shrink: 0;
}
.home-filter-wrap .filter-options-scroll .name{
    font-size: 14px; display: block; width: 100%;
}
.home-filter-wrap .filter-options-scroll .other{
    font-size: 12px; display: flex; align-items: center; justify-content: center; margin-top: 3px;
}
.home-filter-wrap .filter-options-scroll .other>.space{
    color: #838181; padding:0 3px;
}
.home-filter-wrap .filter-options-scroll .other>.link{
    color: #838181;
}
.home-filter-wrap .scroll-wrapper{
    display: flex; flex-wrap: nowrap; cursor: grab;
}
.home-filter-wrap .swiper-next, .home-filter-wrap .swiper-prev{
    position: absolute; top: 50%; width: 20px; height: 20px; margin-top: -10px;
    z-index: 10;  display: flex; align-items: center; justify-content: center;
    color: #007FFF;  left:0;
}
.home-filter-wrap .swiper-prev,
.swiper-container .swiper-prev
{
    background-image: url("../../images/fPrev.svg");
}
.home-filter-wrap .swiper-prev.swiper-button-disabled,
.swiper-container .swiper-prev.swiper-button-disabled
{
    background-image: url("../../images/fPrevDisabled.svg");
}
.home-filter-wrap .swiper-next,
.swiper-container .swiper-next
{
    right:0;
    left: auto;
    background-image: url("../../images/fNext.svg");
}
.home-filter-wrap .swiper-next.swiper-button-disabled,
.swiper-container .swiper-next.swiper-button-disabled
{
    background-image: url("../../images/fNextDisabled.svg");
}

.home-day-news{
    margin-top: 20px; display: flex;
}
.day-news-title{
    position: relative; height: 70px; z-index: 0;
}
.day-news-title:before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(141.2deg, #BEECB9 14.24%, rgba(245, 245, 245, 0) 69.41%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 50%;
}
.day-news-title .news{
    height: 20px; line-height: 20px; padding:0 8px; text-align: center;
    background: #FF7B51; border-radius: 10px 10px 0; top:15px;
    font-size: 14px; color: #fff; position: absolute;
}
.day-news-title .title{
    font-size: 24px;
    font-weight: 600;
    position: absolute; bottom: 5px;
}
.day-news-container{
    width: 50%; margin-right: 30px;
}
.day-news-swiper{
    margin-top: 10px; overflow: hidden; position: relative;
}
.news-swiper{
    border-radius: 10px; overflow: hidden;
}
.news-swiper .slide-item{
    display: flex; align-items: center; justify-content: center; height: 320px; overflow: hidden;
}
.news-swiper .slide-item>img{
    max-width: 100%;
}
.news-swiper .news-pagination{
    padding: 0 20px; text-align: right;
}
.news-swiper .news-pagination>.swiper-pagination-bullet{
    background: #fff;
}
.news-swiper .swiper-button-prev,.news-swiper .swiper-button-next{
    width: 50px; height: 50px; background-color: rgba(0,0,0,.15); border-radius: 50%;
}
.news-swiper .swiper-button-prev:after,.news-swiper .swiper-button-next:after{
    font-size: 20px; color: #fff;
}
.home-day-news .new-list-title{
    height: 70px; line-height: 70px; font-size: 24px; font-weight: 600; color: #FF7B51;
}
.home-day-news .new-list{
    margin-top: 10px; height: 300px; grid-template-columns:repeat(40,minmax(0,1fr));
}
.home-day-news .new-list>.item-h{
    overflow: hidden;  height: calc(100% / 8);
}
.home-day-news .layout-col{width: 0; display: grid}
.home-day-news .new-list .list{font-size:16px;margin-right:20px;position:relative;vertical-align:top;display:inline-flex;align-items:center;height:100%;}
.home-day-news .new-list .list:before{content:" ";position:absolute;left:-12px;width:1px;height:12px;background-color:#c9cbd6;z-index:10;}
.view-more{
    padding-right: 10px; position: relative; height: 28px; line-height: 28px; font-size: 14px; color: #777;
}
.view-more:after{
    position: absolute; top: 50%; right: 0; content: '';
    width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent;
    border-left: 6px solid #777; transform: translateY(-50%);
}
.home-shop-store{
    display: flex;
}
.home-shop-store .header{
    display: flex; align-items: center; margin: 15px 0;
}
.home-shop-store .title{
    height: 38px;
    padding:4px 15px 4px 4px; display: flex; align-items: center; color: #fff; font-size: 20px; font-weight: 400;
    background: #1F2129;
    border-radius: 20px 20px 0;
}
.home-shop-store .title>.icon{
    width: 30px;  height: 30px; border-radius: 50%; margin-right: 10px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(180deg, #BEECB9 0%, #0EB67E 100%);
}
.guess-like{
    width: 320px; margin-left: 15px;
}
.guess-like-title{
    height: 38px;  display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 400; margin:15px 0; position: relative;
}
.guess-like-title:before{
    position: absolute; left: 15%; right: 15%; top: 50%; content: ' '; border-top: 1px solid #DCDCDC;
}
.guess-like-title>p{
    position: relative; display: flex; align-items: center; background-color: #fafafa; padding:0 10px
}
.guess-like-title>p>svg{
    margin-right: 3px;
}
.guess-wrap{
    border: 1px solid #dcdcdc; margin-top: 23px; padding:15px; border-radius: 15px;
}
.guess-wrap .product-item{
    margin-bottom: 15px;
}
.guess-wrap .product-item>.photo{
    height: 220px;
}
.more-recom{
    background: #fff; border-radius: 16px; padding:10px; display: flex; align-items: center; height: 90px;
    color: var(--green); font-size: 16px;
}
.more-recom .icon{
    width: 28px; height: 28px; border: 1px solid var(--green); border-radius: 50%; display: flex; margin-left: 10px;
}
.shop-swiper{
    cursor: grab; margin-right: -16px;
}
.shop-swiper .product-wrap{
    flex-wrap: nowrap;
}

.swiper-container{
    position: relative;
}
.swiper-container .abs-navigation{
    position: absolute; top:25px; right:0; width: 45px; height: 20px;
}
.swiper-container .swiper-next, .swiper-container .swiper-prev{
    position: absolute; top: 50%; width: 20px; height: 20px; margin-top: -10px;
    z-index: 10;  display: flex; align-items: center; justify-content: center;
    color: #007FFF;  left:0;
}
.swiper-container .swiper-next{
    left: auto; right: 0;
}

.score-item{
    width: 324px;  position: relative; background: #fff; border-radius: 0 0 16px 16px; padding-bottom: 10px;
}
.score-item:before{
    content: ' '; position: absolute;  width: 130px; height: 130px; left: 0; top: 0;
    background: linear-gradient(96.86deg, #BDECB9 18.31%, rgba(190, 236, 185, 0) 99.51%); opacity: 0.33;
}
.score-item .score{
    position: absolute; left:10px; top: 10px; z-index: 2; font-size: 44px; color: #FF9B52; line-height: 1; font-weight: 500;
}
.score-item .score>sup{
    font-size: 14px; position: relative; top: -3px; left: -6px;
}
.score-item .photo{
    height: 240px; background: #fff; position: relative; border-radius: 50% 0 0 0; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.score-item .photo>img{
    position: relative; z-index: 1; object-fit: cover; max-width: 100%;
}
.score-item .photo:before{
    position: absolute; content: ' '; width: 180px; height: 180px; left: 50%; bottom: 0;
    background: linear-gradient(135deg, #DCF7EF 35.34%, rgba(245, 245, 245, 0) 86.91%);
    border-radius: 50%; transform: translateX(-50%);
}
.score-item .photo:after{
    position: absolute; content: ' '; width: 80px; height: 80px; left: 50%; bottom: 50px; background: #fff;
    border-radius: 50%; transform: translateX(-50%);
}
.score-item .name{
    font-size: 18px; height: 25px; line-height: 25px; text-align: center; margin:10px;
}
.score-item .progress-warp{
    padding: 0 20px;
}
.score-item .progress-warp>li{
    display: flex; align-items: center; line-height: 20px; height: 20px; color: #777; font-size: 14px; margin:5px 0;
}
.score-item .progress-warp .params{
    width: 50px; margin-right: 10px; text-align: right;
}
.score-item .progress-warp .value{
    width: 40px; margin-left: 5px; padding-left: 5px;
}
.score-item .progress{
    flex: 1; height: 9px; background: #F5F5F5; border-radius: 5px; overflow: hidden;
}
.score-item .progress>div{
    background: linear-gradient(90deg, #BEECB9 1.75%, #0EB67E 100%); height: 100%; border-radius: 5px;
}
.score-wrap{
    display: flex; flex-wrap: nowrap; margin: 0 -8px;
}
.score-wrap .score-item{
    width: calc(20% - 16px); margin:0 8px;
}
.home-score-container{
    width: 100%;
}
.score-swiper{
    margin-right: -16px; cursor: grab;
}