.media .classify-banner {
    height: 220px;
    background: none;
}

.media .classify-banner>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video .icon-shipin {
    font-size: 50px;
    top: 6px;
}

.audio .icon-shengyin {
    font-size: 40px;
    top: 6px;
}

.video .icon-yinle {
    top: 8px;
}


/*视频列表页*/


/*视频素材*/


/*引用*/

.video-box {
    position: relative;
    float: left;
    /*width: 340px;
    height: 192px;*/
    width: 100%;
    height: 100%;
    margin-right: 24px;
    margin-bottom: 30px;
    border-radius: 4px; 
}
.video-box:hover .mask-box,
.video-box:hover .collect-icont{
    opacity: 1;
} 
.video-box:hover .shade-box {
    opacity: 0;
}
.video-box:nth-child(3n) {
    margin-right: 0;
}

.video-box .video-titbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 4px;
}

.video-box-hand {
    /*width: 340px;
    height: 192px;*/
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.video-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.46);
    transition: all ease 0.3s;
}

.icont-box {
    position: relative;
    z-index: 2;
}

.video-icont {
    position: absolute;
    top: 15px;
    left: 20px;
}

.mask-box {
    width: 72px;
    height: 28px;
    background-color: #ff960d;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 50px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.icont-mask {
    background: rgba(255, 255, 255, 0.2);
    width: 72px;
    height: 28px;
    position: absolute;
    top: 0;
    z-index: 4;
    border-radius: 4px;
    display: none;
}

.download-icont {
    font-size: 16px;
    height: 28px;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: 12px center;
    /*display: none;*/
    z-index: 9;
    position: absolute;
    left: 10px;
}

.mask-box:hover .icont-mask {
    display: block;
}

.collect-icont {
    width: 30px;
    height: 28px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.collect-icont:hover {
    color: #ff8a00;
}

.video-box:hover .collect-icont {
    display: block;
}

.collect-words {
    display: inline-block;
    vertical-align: center;
    font-size: 14px;
    margin-left: 4px;
}

.shade-box {
    /*width: 340px;*/
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 0px 20px;
    z-index: 2;
    background: #000000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fff, endColorstr=#333);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#333)";
    opacity: 1;
    border-radius: 4px;
}

.shade-box span {
    position: absolute;
    bottom: 10px;
}

.video-title {
    width: 144px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-time {
    right: 20px;
}

.video-play {
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.video-play video {
    /*width: 340px;
    height: 192px;*/
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.video-play embed {
    width: 340px;
    height: 192px;
    border-radius: 4px;
}

.show-image {
    /*height: 192px;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}

.show-image img {
    /*width: 340px;
    height: 192px;*/
    width: 100%;
    height: 100%;
    /*display: none;*/
}

.video-player {
    width: 340px;
    height: 192px;
    position: absolute;
    z-index: 9;
}

.video-play .details-btn {
    width: 20px;
    height: 20px;
    border: 1px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.bt-body .video-box:hover .mask-box,
.bt-body .video-box:hover .collect-icont {
    opacity: 1;
}

.bt-body .video-box:hover .shade-box {
    opacity: 0;
}


/*视频素材-重置样式*/

.media-list ul {
    margin-top: 40px;
}

.media-list li {
    width: 340px;
    height: 192px;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}

.media-list li>div {
    width: 100%;
    height: 100%;
}

.media-list li:nth-child(4n) {
    margin-right: 0px;
}


/*音频样式*/

.media-list .souse-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    float: left;
    -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.souse-img img {
    width: 100%;
    transform: rotate(0deg);
    border-radius: 50%;
}

.start-rotate img {
    -webkit-transform: rotate(360deg);
    animation: rotation 20s linear infinite;
    -moz-animation: rotation 20s linear infinite;
    -webkit-animation: rotation 20s linear infinite;
    -o-animation: rotation 20s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.start-rotate.running img {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.media-audio li {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 20px 10px 18px 20px;
}

.media-audio li:hover {
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    transition: 230ms ease-in;
    -moz-transition: 230ms ease-in;
    /* Firefox 4 */
    -webkit-transition: 230ms ease-in;
    /* Safari 和 Chrome */
    -o-transition: 230ms ease-in;
    /* Opera */
}

.souse-img::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.media-list .audio-info {
    width: 188px;
    padding-left: 26px;
    float: left;
}

.audio-info .audio-name {
    color: #666;
    width: 162px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 16px;
    display: block;
}

.audio-info .audio-name:hover {
    color: #ff8a00;
}

.audio-info span {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.audio-info .free-down {
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 16px;
    margin-top: 18px;
    float: left;
    position: relative;
    filter: none\9\0;
    -ms-filter: none\9\0;
}

.audio-info .free-down::before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.free-down:hover::before {
    display: block;
}

.audio-info .icon-shoucang1 {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    float: left;
    margin-top: 18px;
    margin-left: 10px;
    text-align: center;
    line-height: 32px;
    color: #9e9e9e;
    cursor: pointer;
}

.audio-info .icon-shoucang1:hover {
    color: #ff8a00;
    transition: 230ms ease-in;
    -moz-transition: 230ms ease-in;
    /* Firefox 4 */
    -webkit-transition: 230ms ease-in;
    /* Safari 和 Chrome */
    -o-transition: 230ms ease-in;
    /* Opera */
}

.audio-box {
    position: relative;
    height: 58px;
    padding-top: 24px;
    float: left;
    /*overflow: hidden;*/
}

.audio-box .icon-bofang {
    color: #666;
    font-size: 24px;
    cursor: pointer;
    padding-left: 16px;
    float: left;
    margin-top: -2px;
}

.audio-box .icon-bofang1 {
    color: #666;
}

.audio-box audio {
    opacity: 0;
}

.audio-box .star-time {
    float: left;
    color: #666;
    margin-left: 14px;
    margin-right: 12px;
    font-size: 12px;
    margin-top: 3px;
}

.audio-box .end-time {
    float: left;
    color: #666;
    margin-left: 12px;
    font-size: 12px;
    margin-top: 3px;
}

.audio-box .time-bar {
    position: relative;
    float: left;
    width: 149px;
    height: 24px;
    background-color: #999;
    z-index: 1;
    cursor: pointer;
}

.audio-box .timeTip {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    width: 40px;
    text-align: center;
    font-size: 12px;
    color: #ff8a00;
}

.time-bar .move-color {
    display: block;
    width: 0px;
    height: 24px;
    background-color: #ff8a00;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /*animation: changecolor linear infinite;
    -moz-animation: changecolor linear infinite;
    -webkit-animation: changecolor linear infinite;
    -o-animation: changecolor linear infinite;
    animation-play-state: paused;*/
}

.time-bar .move-color.running {
    animation-play-state: running;
}

.time-bar img {
    position: absolute;
    z-index: 3;
}

/*@keyframes changecolor {
    from {
        width: 0px;
    }
    to {
        width: 149px;
    }
}

@-moz-keyframes changecolor {
    from {
        width: 0px;
    }
    to {
        width: 149px;
    }
}

@-webkit-keyframes changecolor {
    from {
        width: 0px;
    }
    to {
        width: 149px;
    }
}

@-o-keyframes changecolor {
    from {
        width: 0px;
    }
    to {
        width: 149px;
    }
}*/


/*视频、音频、配乐banner*/

.classify .classify-banner.cls-ban-video {
    background: url('http://js.ibaotu.com/revision/img/video_banner.png');
}

.classify .classify-banner.cls-ban-audio {
    background: url('http://js.ibaotu.com/revision/img/audio_banner.png');
}

.classify .classify-banner.cls-ban-music {
    background: url('http://js.ibaotu.com/revision/img/music_banner.png');
}

.media-list.detail-style li {
    width: 285px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.media-audio.detail-style li {
    padding-left: 16px;
}
.media-list.detail-style li:nth-child(4n) {
    margin-right: 0;
}
.detail-style .audio-info .audio-name {
        width: 124px;
        font-size: 14px;
        margin-bottom: 10px;
    }
.media-list.detail-style .audio-info {
        width: 162px;
        padding-right: 14px;
        padding-left: 14px;
    }
.detail-style .audio-info span {
        display: inline-block;
        margin-left: -2px;
    }
.detail-style .audio-info .free-down {
        width: 90px;
        margin-top: 14px;
    }
.detail-style .audio-info .icon-shoucang1 {
        margin-top: 14px;
    }
.detail-style .audio-box {
        padding-top: 10px;
    }
    
.detail-style .audio-box .timeTip {
        top: -4px;
    }
.detail-style .audio-box .icon-bofang {
        padding-left: 0;
    }
.detail-style .audio-box .star-time {
        margin-left: 10px;
        margin-right: 8px;
    }

/*响应式样式*/

@media all and (max-width: 1680px) {
    .media-list li {
        width: 285px;
        height: 160px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .media-audio li {
        width: 285px;
        height: 160px;
        margin-right: 20px;
        margin-bottom: 40px;
        padding-left: 16px;
    }
    /*.video-box {
        width: 285px;
        height: 160px;
    }*/
    /*.video-box-hand {
        width: 285px;
        height: 160px;
    }*/
    /*.show-image {
        height: 160px;
    }*/
    /*.show-image img {
        width: 285px;
        height: 160px;
    }*/
    /*.shade-box {
        width: 285px;
    }*/
    .audio-info .audio-name {
        width: 124px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .media-list .audio-info {
        width: 162px;
        padding-right: 14px;
        padding-left: 14px;
    }
    .audio-info span {
        display: inline-block;
        margin-left: -2px;
    }
    .audio-info .free-down {
        width: 90px;
        margin-top: 14px;
    }
    .audio-info .icon-shoucang1 {
        margin-top: 14px;
    }
    .audio-box {
        padding-top: 10px;
    }
    
    .audio-box .timeTip {
        top: -4px;
    }
    .audio-box .icon-bofang {
        padding-left: 0;
    }
    .audio-box .star-time {
        margin-left: 10px;
        margin-right: 8px;
    }
}

@media all and (max-width:1440px) {
    .media-list {
        width: 1000px;
        margin: 0 auto;
    }
    .media-list li {
        width: 235px;
        height: 132px;
    }
    .video-box {
        height: 132px;
    }
    .media-audio li {
        padding-left: 15px;
        padding-top: 15px;
    }
    .media-list .souse-img {
        width: 64px;
        height: 64px;
    }
    .souse-img::before {
        width: 16px;
        height: 16px;
    }
    .media-list .audio-info {
        width: 146px;
        padding-right: 0px;
        padding-left: 13px;
    }
    .audio-info .audio-name {
        margin-bottom: 2px;
    }
    .audio-info span {
        margin-left: 0; 
    }
    .audio-info .free-down {
        width: 80px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
        margin-top: 10px;
        border-radius: 12px;
    }
    .audio-info .icon-shoucang1 {
        position: relative;
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 15px;
        text-indent: 1px;
        margin-top: 10px;
    }
    .audio-box {
        padding-top: 10px;
    }
    .audio-box .icon-bofang {
        font-size: 18px;
    }
    .audio-box .star-time {
        margin: 0 9px;
    }
    .audio-box .time-bar {
        width: 112px;
        height: 18px;
        overflow: hidden;
    }
    .time-bar img {
        margin-top: -3px;
    }
    .audio-box .end-time {
        margin-top: 1px;
        margin-left: 4px;
    }
    .media-list.detail-style li {
        width: 235px;
        height: 132px;
    }
    .media-audio.detail-style li {
        padding-left: 15px;
        padding-top: 15px;
    }
    .media-list.detail-style .audio-info {
        width: 146px;
        padding-right: 0px;
        padding-left: 13px;
    }
    .detail-style .audio-info .audio-name {
        margin-bottom: 2px;
    }
    .detail-style .audio-info span {
        margin-left: 0; 
    }
    .detail-style .audio-info .free-down {
        width: 80px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
        margin-top: 10px;
        border-radius: 12px;
    }
    .detail-style .audio-info .icon-shoucang1 {
        position: relative;
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 15px;
        text-indent: 1px;
        margin-top: 10px;
    }
    .detail-style .audio-box {
        padding-top: 14px;
    }
    .detail-style .audio-box .icon-bofang {
        font-size: 18px;
    }
    .detail-style .audio-box .star-time {
        margin: 0 9px;
    }
    .detail-style .audio-box .time-bar {
        width: 112px;
        height: 18px;
        overflow: hidden;
    }
    .detail-style .time-bar img {
        margin-top: -3px;
    }
    .detail-style .audio-box .end-time {
        margin-top: 1px;
        margin-left: 4px;
    }
   .detail-style .audio-box .timeTip {
        top: -2px;
    }
    /*@keyframes changecolor {
        from {
            width: 0px;
        }
        to {
            width: 112px;
        }
    }

    @-moz-keyframes changecolor {
        from {
            width: 0px;
        }
        to {
            width: 112px;
        }
    }

    @-webkit-keyframes changecolor {
        from {
            width: 0px;
        }
        to {
            width: 112px;
        }
    }

    @-o-keyframes changecolor {
        from {
            width: 0px;
        }
        to {
            width: 112px;
        }
    }*/
}

.mu-feedback {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 19;
    width: 182px;
    height: 170px;
    overflow: hidden;
}
.mu-feedback i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mu-feedback .feedback-top {
    top: 0;
    top: 30px \9\0;
    width: 182px;
    height: 113px;
    background: url(http://js.ibaotu.com/revision/img/mu_feedback_top.png) center no-repeat;
    -webkit-animation: mu-feedback 3s linear infinite;
    -ms-animation: mu-feedback 3s linear infinite;
    -moz-animation: mu-feedback 3s linear infinite;
    animation: mu-feedback 3s linear infinite;
}
.mu-feedback .feedback-bot {
    bottom: 0;
    width: 160px;
    height: 35px;
    background: url(http://js.ibaotu.com/revision/img/mu_feedback_bot.png) center no-repeat;
}

@keyframes mu-feedback {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes mu-feedback {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}
@-ms-keyframes mu-feedback {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}
@-o-keyframes mu-feedback {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}