.hide {
    display: none!important;
}
.today-up{
    text-align: center;
    margin: 5px 0 -5px;
}
.today-up b{
    margin: 0 5px;
}
.new-movie-push .left-con>div {
    margin-bottom: 15px;
}

.rolling-image {
    height: 350px;
}

.rolling-image .swiper-container {
    height: 100%;
    border-radius: 6px;
}

.rolling-image img {
    /*max-width: 560px;*/
    height: 100%;
    width: 100%;
}
.rolling-image .swiper-pagination{
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.rolling-image .swiper-slide b{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    color: #fff;
    font-weight: normal;
    background: rgba(0,0,0,0.3);
    font-size: 15px;
}

.notice-content img{
	max-width:100px!important;
}


.friend-links {

}
.friend-links .fl-name{
    font-size: 13px;
    color: #93a283;
}
.friend-links h5, .friend-links ul {
    margin: 0;
    line-height: 20px;
    overflow: hidden;
}

.friend-links h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.friend-links ul li {
    float: left;
    margin: 10px 15px 0 0;

}

.friend-links ul a {
    font-size: 13px;
    color: #93a283;
}

.friend-links ul a:hover {
    color: #ffb400;
}

.comment-list .title-wrap .motif{
    font-size: 18px;
}
.comment-list .hd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.comment-list .clear-txt {
    font-size: 12px;
    position: relative;
    top: 10px;
    right: 3px;
    color: #666;
}

.comment-list .clear-txt:hover {
    color: #ffb400;
}

.comment-list .mark-wrap {
    padding-left: 0;
}

.comment-list .comment-content {
    max-width: 70%;
    float: left;
    margin: 0;
}

.comment-list .fabulous {
    float: right;
}

.comment-list .list .item {
    padding: 10px 0;
}

.comment-list .list .item:last-child {
    border: none;
}

.comment-list .title-wrap {
    margin-bottom: 10px;
}

/*.notice{
    line-height: 24px;
}*/
.notice .today-up a{
    color: #666;
}
.notice .today-up a b{
    color: #c54242;
}
.notice .notice-content img{
    max-width: 150px;
}
.left-con .new-movie-box .title-wrap {
    border-bottom: 1px solid #999;
    height: 25px;
}
.left-con .new-movie-box .motif .iconfont{
    margin-left: 5px;
}
.left-con .sub-category{
    position: relative;
    top: 7px;
}
.left-con .new-movie-box .motif em{
    display: inline-block;
    position: relative;
    height: 23px;
    margin-bottom: -20px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #999;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}
.left-con .new-movie-box .motif:before{
    display: none;
}
.focus-rolling{
    top:5px;
}



.record-box{width: 500px; background: #fff; min-height: 300px; border-radius: 5px; padding: 15px; }
.record-box .item {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.record-box .item a{margin-right: 15px;font-size: 12px; display: block; width: 100%; position: relative;}.record-box .item a:hover{color:#c54242;}.record-box .item .fa{color:#ccc; font-size: 12px;position: absolute;right: 0;}.record-box .btn-success {background:#c54242;border-color:#c54242;}
		











@media (max-width: 768px) {
    .rolling-image {
        width: 100%;
        float: none;

    }
    .rolling-image .swiper-slide img {
        height: 100%;
        width: 100%;
    }


    .banner-part {
        margin-bottom: 0px;
    }
    .left-con {
        width: auto;
        margin: 0 -10px;
        float: none;
    }
    .friend-links {
        margin-bottom: 20px;
    }

    .banner-part .shadow-card{
        margin-bottom: 0;
    }
    .focus-rolling {
        margin-bottom: 0;
    }
    .rolling-image .swiper-slide b {
        height: 24px;
        line-height: 24px;
        padding-left: 10px;
        font-size: 13px;
    }
    .rolling-image .swiper-pagination {
        bottom: 3px;
    }
    .friend-links ul li {
        margin: 5px 10px 0px 0;
    }
}

@media (max-width: 650px) {

    .rolling-image {
        height: 220px;

    }
}

@media (max-width: 520px) {

    .rolling-image {
        height: 180px;
    }
}

@media (max-width: 414px) {

    .rolling-image {
        height: 160px;
    }
}

@media (max-width: 375px) {

    .rolling-image {
        height: 150px;
    }

}

@media (max-width: 350px) {

    .rolling-image {
        height: 140px;
    }
}

@media (max-width: 320px) {

    .rolling-image {
        height: 130px;
    }

}