﻿/* 设置滚动条的样式 */ 
::-webkit-scrollbar {
  width: 10px!important;
  height:10px!important;
}
/* 滚动槽 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #E6E6E6!important;
  background: #E6E6E6!important;
  border-radius: 10px!important;
  width: 10px!important;
  height:10px!important;
}
/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 10px!important;
  background: #058BE9!important;
  -webkit-box-shadow: inset 0 0 6px #E6E6E6!important;
  width: 10px!important;
  height:10px!important;
}

body, html {
    height: 100%;
    width: 100%;
    overflow-y:hidden
}

/*addtab页样式覆盖-start*/
.nav-tabs > li.active > .close-tab {
    color: #058be9 !important;
    right: 5px !important;
    top: 5px !important;
    display: block;
}

.close-tab {
    right: 5px;
    top: 5px;
    display: block;
}

.nav-tabs > li > a {
    border: 1px solid #95B8E7;
    line-height: 25px !important;
    color: #0E2D5F;
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    margin-top:3px;
}
    .nav-tabs > li > a:hover {
        font-weight: bold;
        border: 1px solid #95B8E7;
        background-color: #ffffff;
        color: #0E2D5F;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
        background-repeat: repeat-x;
    }

.nav-tabs > li {
    margin-right: 3px !important;
}

.tab-content {
    border-top: 1px solid #95b8e7;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight:bold;
    border: 1px solid #95b8e7;
    border-bottom-color: transparent !important;
    background-color: #ffffff;
    color: #0E2D5F;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#ffffff 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#ffffff 100%);
    background-repeat: repeat-x;
}
.nav-tabs {
    background: #e0ecff;
    border-top: 1px solid #95B8E7;
    border-bottom: none !important;
    height:30px;
}
/*tab页样式覆盖-end*/


body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.ql_top_p {
    background-image: url('/Img/Home/WechatIMG3.jpeg');
    background-size: 100% 100%;
    min-height: 61px;
    line-height: 61px;
    box-shadow: 0 3px 10px rgba(61, 61, 61, 0.5);
}
.daohangcd {
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 5px;
    background-color: #E0ECFF;
    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
    background-repeat: repeat-x;
    user-select: none;
    cursor: pointer
}
.ql_left_p {
    width: 170px;
    border: 1px solid #95B8E7;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    height: calc(100% - 87px);
    margin-top: 26px;
}
.topbluebar {
    height: 26px;
    line-height: 26px;
    width: 100%;
    background-image: url(../../../Img/Home/WechatIMG6.png);
    background-size: 100% 100%;
    text-align: right;
}
.ql_right_p {
    height: calc(100% - 87px);
    position: absolute;
    width: calc(100% - 170px);
    right: 0px;
    /*box-shadow: 0 3px 10px rgba(61, 61, 61, 0.5);*/
}

.ql_footer {
    position: absolute;
    width: 100%;
    height: 25px;
    text-align: center;
    box-shadow: 0px 0px 1px 1px rgba(61, 61, 61, 0.5);
    line-height: 25px;
}

.suojinlogo {
    position: absolute;
    left: 170px;
    top: 50%;
    cursor: pointer;
    display: block;
    z-index: 999;
    display:none
}



.big-title {
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    font-size: 28px;
    margin-left: 25px;
    color: white;
    font-family: Microsoft YaHei;
    font-weight:bold;
}

.small-title {
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    font-size: 18px;
    color: white;
    font-family: Microsoft YaHei;
}
a {
    text-decoration: none!important
}

.suojinleft {
    float: right;
    margin-top: 7px;
    cursor:pointer
}