@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: top;
}
body {
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/*头部*/
.head {
    width: 100%;
    height: 50px;
    background: #16191e;
    overflow: hidden;
}
.head-left,.head-right {
    display: inline-block;
}
.head .head-left {
    width: 560px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}
.head-left img{
    height: 18px;
    width: 13px;
    margin-top: 16px;
    margin-right: 6px;
}
.head .head-left a {
    width: 550px;
    font-size: 16px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-left span{
    display: inline-block;
    float: left;
}
.head-left-back{
    width: 80px;
}
.head-left-title{
    color: #fff;
    padding: 0px 15px;
    font-weight: bolder;
}
.head-left-text{
    width: 400px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.head-center {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    position: fixed;
    top:0px;
    left: 0px;
    font-size: 14px;
    padding-top: 2px;
    z-index: -2;
}
.head-center div{
    width: 160px;
    height: 45px;
    color: #d6d6d6;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    background-color: #38363a;
    border-radius: 5px;
}
.head-right {
    float: right;
    width: 286px;
    height: 50px;
    line-height: 50px;
    margin-right: 380px;
    text-align: end;
}
.head-right a {
    display: inline-block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 16px;
    border: 1px solid #6a6a6b;
    border-radius: 5px;
}
.head-right a:nth-last-child(1) {
    margin-left: 26px;
}
.head-right span {
    height: 30px;
    line-height: 30px;
}
/*中间部分*/
.main {
    position: fixed;
    top: 51px;
    width: 100%;
    height: calc(100% - 51px);
    overflow: hidden;
}
.main .tree {
    height: calc(100% - 6px);
    overflow-x: hidden;
}
.main-content {
    position: absolute;
    height: 100%;
    left: 0;
    right: 380px;
    background-color: #5b636f;
}
.main-content .content {
    width: 100%;
    height: 100%;

}
.main-outline {
    width: 380px;
    height: 100%;
    padding-top: 4px;
    color: #a8a8a8;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #252627;
    z-index: 1;
}
#pdf-main-container {
    height: 100%;

}
#pdf-contents{
    height: 100%;
}

.canvas-box{
    height: calc(100% - 75px);
}
#pdf-loader{
    height: 30px;
    width: 30px;
    margin: auto;
    background: url(../../images/jiazai.gif) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
}
.none {
    display: none;
}
.block {
    display: block;
}
.player-web,.player-zhibo{
    height: calc(100% - 51px);
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,._mCS_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,._mCS_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #c0c0c0;
    width: 10px;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerRail,._mCS_2 .mCSB_scrollTools .mCSB_draggerRail,._mCS_3 .mCSB_scrollTools .mCSB_draggerRail {
    background: #ccc;
    width: 5px;
}
.main-content100{
    width: 100%;
}
/* flash 弹出层*/
.msg-box{
    width: 100%;
    height: 100%;
    background-color: #5b636f;
    z-index: 188;
    position: absolute;
    top:0px;
    display: none;
}
.msgTab{
    width: 500px;
    height: 170px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-weight: 400;
    color: #4c4c4c;
}
.msgTab-text{
    margin-top: 40px;
}
.msgTab-text a{
    color:#178dc7 ;
}
.msgTab-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #249cd3;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin:50px auto;
}


