/* 头部 */
.movies{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
}
.transparent_title {
    height: .88rem;
    line-height: .88rem;
    position: relative;
    z-index: 800;
    top: 0;
    background: rgba(255,255,255,0);
}

.transparent_title .back {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin: .19rem 0 0 .3rem;
    color: #000000;
}
.transparent_title .title {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    width: 56%;
    font-size: .34rem;
    font-weight: 500;
    color: #333333;
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -28%;
    top: 0;
}

/* list */
.list{
    position: absolute;
    top: .88rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.list ul{
    width: 100%;
    height: 1.76rem;
}
.list ul li{
    padding: 0 .4rem 0;
    height: 100%;
    box-shadow: 0 .12rem .12rem 0 rgba(166,172,193,0.06);
}
.list ul li .left{
    width: 1.12rem;
    height: 1.12rem;
    position: relative;
    float: left;
    margin-top: .32rem;
}
.list ul li .left img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.list ul li .left i{
    position: absolute;
    width: .3rem;
    height: .3rem;
    background: url("../../images/movies/renzheng_0.png") no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
}
.list ul li .right {
    width: calc( 100% - 1.12rem);
    float: right;
    padding-left: .24rem;
    margin-top: .32rem;
}
.list ul li .right .top {
    width: 100%;
    height: .45rem;
    line-height: .45rem;
    margin-top: .12rem;
}
.list ul li .right .top p{
    height: .45rem;
    line-height: .45rem;
    font-size: .32rem;
    color: #333333;
    float: left;
    font-weight: 500;
    max-width: 2.5rem;
}
.list ul li .right .top span.type{
    height: .32rem;
    float: left;
    margin: .06rem 0 0 .1rem;
    line-height: .32rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .2rem;
    padding: .01rem .1rem;
}
.list ul li .right .top span.type em{
    font-size: .2rem;
    color: #FFFFFF;
}

.list ul li .right .top span.tip_gfzh{
    background: url("../../images/movies/tip_gfzh.png") no-repeat;
    background-size: 100% 100%;
}
.list ul li .right .top span.tip_zsgw{
    background: url("../../images/movies/tip_zsgw.png") no-repeat;
    background-size: 100% 100%;
}
.list ul li .right .top span.tip_zgyh{
    background: url("../../images/movies/tip_zgyh.png") no-repeat;
    background-size: 100% 100%;
}


.list ul li .right .top span.subscribe{
    float: right;
    width: 1.04rem;
    height: .44rem;
    line-height: .44rem;
    background:linear-gradient(315deg,rgba(255,118,68,1) 0%,rgba(254,127,75,1) 100%);
    border-radius: 26px;
    text-align: center;
    font-size: 0;
}

.list ul li .right .top span.follow{
    background:#F8F9FB;
}
.list ul li .right .top span.follow span{
    height: .44rem;
    line-height: .44rem;
    font-size: .22rem;
    color: #B6B6B6;
    display: inline-block;
    vertical-align: middle;
}
.list ul li .right .top span i{
    width: .18rem;
    height: .18rem;
    background: url("../../images/movies/guanzhu.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: .05rem;
}
.list ul li .right .top span.follow i{
    display: none;
}
.list ul li .right .top span span{
    height: .44rem;
    line-height: .44rem;
    font-size: .22rem;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.list ul li .right .bottom{
    height: .33rem;
    line-height: .33rem;
    width: 100%;
    margin-top: .12rem;
    font-size: .24rem;
    color: #999999;
}