@charset "utf-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */




/*.icon-cplay1:before {
    content: "\e61a"
}*/



/** {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-touch-callout: none
}*/





.navbar-header {
    float: left
}

.navbar-brand {
    margin-left: -15px
}

.bz-video {
    position: relative
}

.bz-video .video-tip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding-top: 12.1%;*/
    text-align: center;
    display: flex; align-items: center; justify-content: center;
}

.bz-video .video-tip .iconfont {
    /*font-size: 125px;*/
    color: #fff;
    width: 14%;
    margin: 0 auto;
    transition:all .2s; 
}
.bz-video .video-tip .iconfont img{
    margin:0 auto;
}
.bz-video .video-tip .video-title {
    margin-top: 25px;
    font-family: SourceHanSansCN-Regular;
    font-size: 40px;
    color: #fff
}

.bz-video .video-tip .video-main {
    margin-top: 9px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #fff;
    font-weight: 400
}

.video-js {
    width: 100%;
    /*height: 150px;*/
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.none {
    display: none
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.video-js .vjs-play-control:before{content:'\f101'}*/