body{
    min-width: 320px;
    /*max-width: 640px;*/
    margin: 0 auto;
    background-color: #ffffff;
    /*font-weight:300;*/
}
.indexbody{
    width: 100%;
    background-color:#ffffff;
}
.loading{
    text-align: center;
    padding:0.2rem;
    width:100%;
}
.loading:after{
    content: '加载中';
    padding-left: 1rem;
    display: inline-block;
    height: 1rem;
    font-size: 0.64rem;
    color: #444444;
    vertical-align: middle;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1rem;
    background-image: url(../img/base/loading.gif);
}

/***** 综艺列表 *****/
.pictext_container{
    clear:both;
    background-color:#ffffff;
    /*margin-top:0.05rem;*/
}
.pictext_container .titlearea{
    padding:0rem 0.3rem;
}
.pictext_container .rec_list{
    overflow: hidden;
    width:100%;
}
.pictext_container .rec_list .rec_item{
    position: relative;
    padding: 0.4rem 0.3rem;

    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height:4.4rem;

    display: -webkit-box;
    display:-moz-box;
    display: box;
    -webkit-box-pack: left;
    box-pack: left;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*.pictext_container .rec_list .rec_item:last-of-type{*/
    /*border-bottom:none;*/
/*}*/
.pictext_container .rec_list .rec_item.selected{
    background-color:#DBEAF9
}
.pictext_container .rec_list .rec_item:before, .cont_rec .rec_list .rec_item:after{
    display: table;
    content: "";
    line-height: 0;
    clear:both;
}

.pictext_container .rec_list .rec_item .rec_cover {
    position: relative;
    width: 6rem;
}
.pictext_container .rec_list .rec_item .rec_cont{
    padding-left:0.4rem;
    /*padding-right:0.2rem;*/
    font-size: 0.65rem;
    -webkit-box-flex:1;
    -moz-box-flex: 1;
    -o-box-flex:1;
    box-flex:1;
}
.pictext_container .rec_list .rec_item.parent .enter{
    display: block;
    width:0.9rem;
    height:3.6rem;
    background-image: url(http://tp.nty.tv189.com/h5/mainsite/projects/csite/tysx/detail/vod17/img/base/ico_arrow.png);
    background-size: 70% auto;
    background-position: right center;
    background-repeat: no-repeat;
}
.pictext_container .rec_list .rec_item .rec_cover:before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.pictext_container .rec_list .rec_item .rec_cover a{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0.15rem;
    overflow: hidden;
}

.pictext_container .rec_list .rec_item .rec_cover a .rec_cover_tagrb{
    bottom: 0;
    position: absolute;
    color:#ffffff;
    right: 0.25rem;
    z-index: 5;
}
.pictext_container .rec_list .rec_item .rec_cover a .rec_cover_tagrb .playtime{
    color:#ffffff;
}

.pictext_container .rec_list .rec_item .rec_cover a .cornercover{
    position: absolute;
    right: 0;
    top: 0;
    z-index:100;
    width:1.5rem;
    height:1rem;
    display: block;

    background-position: 102% top;
    background-repeat: no-repeat;
    background-size:100% auto;
    background-image: url(../../../../../../img/corner/corner_ico16.png);
}
.pictext_container .rec_list .rec_item .rec_cont .title{
    font-size: 0.65rem;
    line-height: 0.9rem;

    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:1.8rem;
}
.pictext_container .rec_list .rec_item .rec_cont .desc{
    padding-top:0.1rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    font-weight: normal;
    color:#888888;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:1.7rem;
}
/*.pictext_container .rec_list .rec_item.downloaded{*/
/**/
/*}*/
.pictext_container .rec_list .rec_item:after{
    content: "";
    display:block;
    position: absolute;
    right:0.2rem;
    bottom: 8%;
    /*top:50%;*/
    /*transform:translate(0,-50%);*/
    /*-webkit-transform:translate(0,-50%);*/
    width:0.8rem;
    height:0.8rem;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center center;
}