.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.video-list{
    width: 12rem;
    margin: 0 auto;
}
.profile_video{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -9.5rem;
    padding: 1.2rem 0;
    box-sizing: border-box;
}
.profile_video .left{
    width: 100%;
    /*height: 4.5rem;*/
    position: relative;
    margin-bottom: 0.8rem;
}
.l-main{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.roll-box {
    width: 100%;
    overflow: hidden;
}
.swiper-item{
    overflow: hidden;
    position: relative;
    width: 300%;
}
.swiper-item > li {
    float: left;
    /*width: 100%;*/
    width: 12rem;
    height: 6.76rem;
    cursor: pointer;
}
.swiper-item > li>video{
    width: 100%;
    height: 100%;
    display: none;
}
.swiper-item > li .pic {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
}
.swiper-item > li.on .pic {

    opacity: 1;
}
.swiper-item > li .pic .nian-list{
    width: 100%;
    padding: 0.6rem 1rem;
    box-sizing: border-box;
    background: linear-gradient(rgba(0,0,0,.8), rgba(255,255,255,0));
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.profile_video .right{
    width: 4.4rem;
    /*height: 3.6rem;*/
    /*padding-left: 0.7rem;*/
    /*padding: 0.4rem 0 0 0.7rem;*/
    /*background-color: #fff;*/
margin: 0 auto;
}
.left .msg{

}
.left .msg .new-msg{
    display: none;
}
.left .msg .new-msg.on{
    display: block;
    animation: fadeInRightSmall 0.8s ease-in-out;
}

.nian-list .nian{
    font-size: 0.24rem;
    color: #fff;
    /*font-weight: bold;*/
    /*line-height: 0.57rem;*/
    font-family: 'Anton';
}
.nian-list .date{
    font-size: 0.18rem;
    color: #fff;
}
.nian>img{
    width: 0.75rem;
    height: 0.54rem;
    margin-right: 0.2rem;
}
.pages{
    color: #000;
    font-size: 0.24rem;
}
.pages .sum{
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    margin-right: 0.1rem;
    font-weight: bold;
}
.pages .num{
    margin-left: 0.1rem;
    font-size: 0.20rem;

}
.new-msg .data{
    font-size: 0.17rem;
    color: #000;
    margin: 0.1rem 0;
    display: inline-block;
}
.new-msg .text-list .title{
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;

}
.new-msg .text-list .text{
    color: #bebebe;
    line-height: 0.26rem;
}
.change-list{
    width: 100%;
}
.change-left{
    width: 0.55rem;
}
.dian{
    width: 0.1rem;
    height: 0.1rem;
    background-color: #d0d0d0;
    border-radius: 50%;
}
.dian.on{
    background-color: #e71210;
}
.chang-left , .change-right{
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    color: #cbcbcb;
    line-height: 0.54rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
}
.chang-left:hover , .change-right:hover{
    color: #fff;
    background-color: #d90909;
}