*{
    margin: 0;
    padding: 0;
}

html,body{
    /* background: #f4f4f4 ; */
}

/* 首页 */
.top-img{
    width: 100%;
    height: auto;
    padding-bottom: 0.333333rem;
}

.top-img img{
    width: 100%;
    /* height: 100%; */
    display: block;
    background: #000;
}
.play{
    background: #fff;
    margin-top: .266667rem;
    padding-bottom: 1.333333rem;
}
.play-title{
    font-family: PingFangSC-Medium;
    font-size: .346667rem;
    color: #111111;
    padding: .4rem;
    font-weight: bold;
}
.play ul{
    padding:0rem .4rem .4rem .4rem;
    display: flex;
    flex-direction: row;
}
.play ul li{
    margin-left: .2rem;
}
.play ul li:first-child{
    margin-left: 0rem;
}
.play ul li .item-title{
    font-family: PingFangSC-Medium;
    font-size: .266667rem;
    color: #111111;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.play ul li .date{
    font-family: PingFangSC-Regular;
    font-size: .24rem;
    color: #787864;
}
.play ul li .price{
    font-family: PingFangSC-Regular;
    font-size: .24rem;
    color: #787864;
}
.play ul li .price .number{
    ont-family: PingFangSC-Medium;
    font-size: .293333rem;
    color: #FE2D79;
    font-weight: bold;
    padding-right: .106667rem;
}
.image{
    width: 100%;
    /* height: 100vh; */
}
.image img{
    width: 100%;
    height: auto;
    display: block;
} 


/* tabBar */
.tabBar{
    width: 100%;
    height:1.306667rem;
    background: #FFFFFF;
    box-shadow: 0 -0.026667rem .08rem 0 rgba(0,0,0,0.10);
    border-top: 1px solid rgba(0,0,0,0.10);
    position: fixed;
    bottom:0px;
    left: 0;
}
.tabBar ul{
    width: 100%;
    height: 1.306667rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tabBar ul li{
    list-style: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
   
}

.tabBar ul li a{
    display: block;
    font-family: PingFangSC-Regular;
    font-size: .146667rem;
    color: #787878;
    text-align: center;
}
.tabBar ul li a p{
    margin-top: .053333rem;
}
.tabBar ul li a i{
    width: .586667rem;
    height: .586667rem;
    display: block;
}

.active{
    color:#FE2D79;
}

/* 会员中心 */
.back-title{
    position: absolute;
    top: .746667rem;
    left: 0px;
    width: 100%;
}

.back-title a i{
    width: .505333rem;
    height: .505333rem;
    position: absolute;
    top: .053333rem;
    left: .536rem;
}

.back-title a i img{
    display: block;
    width: 100%;
    height: 100%;
}

.back-title p{
    font-family: PingFangSC-Medium;
    font-size: .453333rem;
    color: #323232;
    text-align: center;
    font-weight: bold;
}

.vip-btn{
   width: 100%;
   background:#fff;
   padding-bottom: .266667rem;
   position: absolute;
   left: 0;
   bottom: 0px;
}

.vip-btn a{
    width: 90%;
    height: 1.1rem;
    margin: 0 auto;
    background: url(../img/btn_buy.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom:.213333rem;
    display: block;
    font-family: PingFangSC-Regular;
    font-size: .426667rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1rem;
}
