@charset "utf-8";
.home-right{
    width: 355px;
    margin-left: 16px;
}
.home-left{
    position: relative;
    overflow: hidden;
}
.home-left .baner{
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.home-left .baner .swiper,.home-left .baner .swiper-slide,.home-left .baner .bj{
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.home-left .baner .bj[data-src]{
    object-fit: fill;
    background: #fafafa;
}
.home-left .baner .swiper-pagination{
    bottom: 8px;
}
.home-left .baner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(0,0,0,.7);
    transition: all .3s;
}
.home-left .baner .swiper-pagination .swiper-pagination-bullet-active{
    background: #009B4C;
    width: 16px;
}
.home-left .data-stus{
    width: 100%;
    height: 390px;
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}
.news-item{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    height: 295px;
}
.news-list-item{
    height: 46px;
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
}
.home-left .data-stus .count-type{
    height: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    color: #262626;
    padding: 0 8px;
    margin-left: 16px;
}
.home-left .data-stus .count-type-on{
    color: #fff;
    background: #009B4C;
}
.home-left .data-stus .checkbox{
    margin-right: 16px;
}
.home-left .data-stus .checkbox-icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: -2px;
}
.home-left #cvs-dom{
    width: 100%;
    height: 280px;
    margin-top: 24px;
}
.home-left .acount-count{
    width: 100%;
    height: 452px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}
.search-item-order{
    height: 32px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    padding: 0 8px 0 12px;
    margin-left: 16px;
    position: relative;
}
.home-right .user-info{
    width: 152px;
    height: 94px;
    position: relative;
    margin:0 auto 24px auto;
}
.home-right .user-udeg{
    width: 100%;
    height: 4px;
    background: #FAFAFA;
    border-radius: 2px;
    position: relative;
}
.home-right .user-udeg-on{
    height: 4px;
    background: #66C394;
    border-radius: 2px;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    transition: all .3s;
}
.home-right .user-udeg-on:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 2px solid #009B4C;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    left: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
}