.home_banner {
    margin-top: .22rem;
    margin-bottom: .2rem;
}

.downloadApp {
    position: absolute;
    display: inline-block;
    top: .46rem;
    right: 0;
    padding: 0 .1rem;
    margin-right: .3rem;
    background: url(/images/icon/download.png) no-repeat left center;
    text-indent: .33rem;
    background-size: .4rem .32rem;
}

.viedos {
    width: 7.1rem;
    margin-top: .28rem;
    padding: 0 .20rem
}

.viedos_item {
    width: 3.44rem;
    height: 3.3rem;
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: .2rem;
}

.viedos_item:nth-child(odd) {
    margin-right: .2rem;
}

.viedos_item div {
    width: 3.44rem;
    text-indent: .18rem;
}

.viedos_item>a>img {
    height: 2.2rem;
    width: 3.44rem;
    border-radius: .10rem;
}

.viedos_item_title {
    margin: .15rem 0 .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viedos_item_title a {
    color: rgb(51, 51, 51)!important;
}

.upload_time {
    text-indent: .32rem;
    display: inline-block;
    background: url(/images/img/time.png) no-repeat left center;
    background-size: .22rem .22rem
}

.look_num {
    text-indent: .32rem;
    margin-left: .3rem;
    display: inline-block;
    background: url(/images/img/look.png) no-repeat left center;
    background-size: .24rem .18rem
}

.store {
    widows: .8rem;
    display: inline-block;
    text-indent: .32rem;
    margin-left: .4rem;
    background: url(/images/icon/store.png) no-repeat left center;
    background-size: .22rem .22rem
}
.store-h{
    color: #ff6467!important;
    background-image: url(/images/icon/store-h.png)!important;
}
.like {
    widows: .8rem;
    display: inline-block;
    text-indent: .32rem;
    margin-left: .4rem;
    background: url(/images/icon/like.png) no-repeat left center;
    background-size: .22rem .22rem
}
.like-h{
    color: #ff6467!important;
    background-image: url(/images/icon/like-h.png)!important;
}
.jion_vip {
    width: 7.1rem;
    height: 1rem;
    margin: .0rem auto;
	margin-bottom:15px;
}

.jion_vip img {
    width: 100%;
}

.vip_video {
    width: 7.5rem;
    height: 5.18rem;
    border-top: 2px solid #f6f6f6;
    background: linear-gradient(to bottom, rgba(254, 254, 254, .6) 10%, #f1f1f1, #ededed, rgba(254, 254, 254, .6));
}

.vip_item_title {
    margin: .0rem auto;
    width: 7.1rem;
    height: .6rem;
    line-height: .6rem;
    text-indent: .5rem;
    background: url(/images/icon/title-icon.png) no-repeat left center;
    background-size: .38rem .28rem;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.vip_item_title2 {
    margin: .0rem auto;
    width: 7.1rem;
    height: .6rem;
    line-height: .6rem;
    text-indent: .5rem;
    background: url(/images/icon/title-icon.png) no-repeat left center;
    background-size: .38rem .28rem;
    overflow: hidden;
    border-bottom: 1px solid #eee;
	margin-bottom:15px;
}

.vip_title_more {
    float: right;
}

.vip_video .swiper-container {
    height: 4.12rem
}

.vip_video .swiper-slide img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vip_video .banner_title {
    width: 6.9rem;
    z-index: 9999;
    margin-top: 0;
    height: .72rem;
    line-height: .72rem;
    color: #333;
    background: linear-gradient(to bottom, #f4f4f4, #fff);
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.vip_video .banner_title .banner_title_text {
    width: 45%;
    text-indent: .18rem;
    left: .14rem
}

.vip_video .banner_title .banner_title_text::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: .34rem;
    bottom: 0;
    height: .08rem;
    width: .08rem;
    border-radius: 50%;
    background-color: #ff5464
}

.vip_video .num {
    width: 45%;
    float: right;
    margin-right: .22rem;
    text-align: center;
    overflow: hidden
}

.vip_video .num .look_num {
    margin-left: .38rem
}

.point {
    width: .06rem;
    height: .06rem;
    background: #fd4f6a;
    border-radius: 50%
}

.vip_area {
    display: none
}

.play_img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.play_img img {
    width: .94rem;
    height: .94rem;
    margin-bottom: .88rem;
}

/* vip  page  css*/
.top_tabs_box{
    height: .79rem;
    width: 7.5rem;
    text-align: center;
    border-bottom: 1px solid rgb(221,221,221);
}
.top_tabs{
    height: .79rem;
    width: 6.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    overflow-y: hidden;
    overflow-x: visible;
    white-space: nowrap;
    justify-content: space-between;
}
.top_tabs::-webkit-scrollbar {
    display: none;
}
.top_tabs span{
    display: block;
    width: 2rem;
    text-align: center;
    height: .79rem;
    line-height: .9rem;
    border-bottom: 2px solid rgba(221,221,221,0);
    transition: all 200ms ;
    margin: 0 .3rem;
}

.top_tabs span a {
	color:#333;
}

.vip_active{
    font-weight:bold;
    color: rgb(255, 86, 100)!important;
    border-color: rgb(255, 86, 100)!important;
}

.vip_color{
    color: rgb(255, 86, 100)!important;
}
.vip_color2{
    color: #333;
}

.vip_page .viedos_item img{
	border-radius: .15rem;
}
.vip_page .viedos{
    margin-top: .30rem;
    background: none;
}
.vip_page .viedos_item{
    margin-bottom: .2rem;
    border-radius: .1rem;
}