.index-video-block{
    position: relative;
}
.index-video-block i {
    width: 85px;
    height: 85px;
    position: absolute;
    background: url('../img/action.png');
    background-size: cover;
    top: 30px;
    left: 90px;
}
.common-title> div:nth-child(1) {
    width: 90% !important;
}
.title-p {
    width: 1200px;
    font-size: 38px;
    color: #E60012;
    font-weight: 900;
    padding-top: 98px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 100;
    left: 10%;
}
.recom-banners{
  justify-content: start !important;
}
.index-banner{
    height: 280px !important;
}
.index-banner a {
    height: 280px !important;
}
.recom-right {
    margin-right: -60px;
}
.new-active-list>a{
    margin-right: 16.66px;
}
.modal{
    top:100px !important;
    z-index: 10050 !important;
}
.modal-content{
    background-color: #000;
}
.modal-header{
    border-bottom: none;
}
.close{
    font-size: 30px;
    color: #fff;
    margin: 0 10px !important;
}
.close:hover{
    background-color: none;
    color: #fff;
}
#iframeVideo .mk_videoPlayer .prism-player .prism-big-play-btn{
    left: 45%;
    bottom: 45%;
}
#iframeVideo{
    width: 100%;
    height: 500px;
}
.modal-dialog{
    width: 850px;
}
.modal-header{
    padding: 0;
}
#mk_videoPlayer div.prism-controlbar div.prism-player .prism-cc-btn{
    display: none;
}
.prism-player .prism-controlbar{
    display: none;
}
.video-type{
    padding-left: 20px;
}
.video-type li {
    display: inline-block;
    /* width: 45px; */
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    color: #555;
    border-right: 1px solid #ccc;
    line-height: 16px;
    cursor: pointer;
}
.video-type li:hover {
    color: #EE2233;
}
.actives{
    color: #EE2233 !important;
}
.video-type li:last-child {
    border-right: none;
}