* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", 微软雅黑, "Segoe UI", sans-serif;
}

html,body{
    height: 100%;
}

.wrapper{
    min-height: 100%;
    position: relative;
}

.footer{
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.hot-img img,.footer img{
    width: 100%;
    display: block;
}

.index-bg{
    min-height: 100%;
    background: #f9ffeb;
    padding-bottom: 130px;
}

.index-class-name{
    padding: 0 25px;
    line-height: 40px;
    position: relative;
    z-index: 1;
}
.index-class-name img{
    width: 100px;
    color: #e1f0e9;
}
.series-episode-name{
    width: 80%;
}
.index-series-swiper{
    padding: 0 20px;
}
.index-series-list{
    padding: 0 14px;
    position: relative;
    z-index: 1;
}
.index-series-swiper img,.index-series-list img{
    width: 100%;
    border-radius: 10px;
    display: block;
}
.index-series-item{
    border-radius: 10px;
    display: inline-block;
    width: 49%;
}
.index-series-item-box{
    position: relative;
    margin: 7px 6px;
}
.index-series-name{
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: center;
    line-height: 25px;
    background: rgba(253,206,66,0.82);
    color: black;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
}

.series-bg{

    background: #f2f2f2;
}

.series-list{
    padding: 0 20px;
}

.series-list img{
    width: 100%;
}

.series-header{
    background: #ffffff;
}

.series-header img{
    width: 100%;
    display: block;
}

.series-intro-title{
    margin: 15px 20px 0;
    padding-left: 10px;
    border-left: #ceebe9 4px solid;
}

.series-intro-cont{
    padding: 15px 20px;
    font-size: 14px;
    color: #4F5155;
    text-indent:1em;
    margin-bottom: 15px;
}

.series-episode-list{
    background: #ffffff;
    padding: 10px 20px;
}

.series-episode-item{
    position: relative;
    padding: 10px;
    border-bottom: #f2f2f2 1px dashed;
}

.series-episode-item:last-child{
    border-bottom: none;
}

.series-episode-play{
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 25px;
    padding: 0 15px;
    border: #007aff 1px solid;
    border-radius: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.series-episode-play a{
    color: #007aff;
    text-decoration: none;
}

.episode-bg{
    background: url("/public/images/play_bg2.jpg") no-repeat;
    background-size: 100% 100%;
}

.episode-player video{
    /*margin-top: 50%;*/
    /*width:100%;*/
}
.video-js{
    margin: 0 auto;
}

.no-episode{
    padding-top: 30%;
    text-align: center;
    font-weight: bold;
}

.free-bg{
    padding-bottom: 20px;
    background: #1EA084;
}
.free-header img{
    width: 100%;
}
.free-content{
    padding: 0 10px;
}

.free-panel{
    border: dashed 2px #dfdfdf;
    border-radius: 10px;
    background: rgba(255,255,255, 0.4);
    margin-bottom: 25px;
}

.free-name{
    line-height: 40px;
    text-align: center;
}

.free-episode-item{
    border-radius: 10px;
    display: inline-block;
    width: 48%;
}

.free-episode-item-inner{
    position: relative;
    margin-bottom: 5px;
    padding-left: 6px;
}

.free-episode-item img{
    width: 100%;
    border-radius: 5px;
}
.free-footer{
    padding: 0 20px;
    margin: 0 12px;
    border-radius: 10px;
    background: rgba(255,255,255, 0.4);
}
.free-footer-title{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    padding-top: 5px;
}
.free-footer-cont{
    font-size: 14px;
    padding-bottom: 15px;
}
