/*登录注册按钮*/

.top .btnLoginBox {
    margin-top: 20px;
}

/*直播标题*/
.liveTitle {
    padding-top: 60px;

}

.liveTitle h5 {
    line-height: 40px;
    color: #333333;
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
}

.liveTitle p {
    margin-bottom: 45px;
}

.liveTitle p span {
    font-size: 14px;
    color: #BABABA;
    margin-right: 20px;
    letter-spacing: .8px;
}

/*轮播图*/
.carouselBox {
    /*height: 485px;*/
    margin-bottom: 20px;
}

.carouselBox .el-carousel__button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background: #CECCCD;
}

.carouselBox .is-active .el-carousel__button {
    background: #605A5A;
    opacity: 1;
}

.carouselBox .el-carousel__arrow {
    height: 100px;
    width: 50px;
    border-radius: 0;
}

.carouselBox .el-carousel__arrow i {
    font-size: 50px;
}

.carouselBox .liveTopBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.carouselBox .liveTopBox a {
    display: block;
    width: 100%;
    height: 100%;
}

.carouselBox .liveTopBox a img {
    width: 100%;
    height: 100%;
}

/*直播描述*/
.liveAbs {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.liveAbs p {
    color: #878787;
    font-size: 16px;
    line-height: 25px;
    min-height: 100px;
    letter-spacing: .7px;
}

/*直播列表*/
.liveRowsBox {
    overflow: hidden;
    padding-bottom: 60px;
}

.liveRowsBox .title {
    background: #F6F6F6;
    height: 40px;
}

.liveRowsBox h5 {
    font-size: 16px;
    margin: 20px 0;
}

.liveRowsBox .con ul {
    overflow: hidden;
}

.liveRowsBox .con ul li {
    margin-right: 20px;
    width: 285px;
    float: left;
    position: relative;
}

.san {
    width: 0;
    height: 0;
    border-top: 70px solid;
    border-right: 110px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.san span {
    position: absolute;
    left: 15px;
    top: -57px;
    width: 70px;
    height: 50px;
    color: #fff;
}

.liveRowsBox .con ul li:nth-child(4n) {
    margin-right: 0;
}

.liveRowsBox .con ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.liveRowsBox .con ul li a img {
    width: 100%;
    height: 114px;
    margin-bottom: 5px;
}

.liveRowsBox .con ul li a p {
    color: #878787;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: .5px;
}

.more p {
    text-align: center;
    margin-top: 20px;
}