*{outline:none;}
.nav{
    background: #ebebed;
    background-size: 100% 100%;
    height: 60px;
    position: relative;
    z-index: 999;
    margin-top: -4px;}
.nav>ul{
    background-size: 100% 100%;
    position: relative;
    z-index: 9999;
    width: 1200px;
    margin: 0 auto;}
.nav>ul>li{
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;}
.nav>ul>li>a{
    line-height: 60px;
    color: #333;
    display: block;
    font-size: 18px;
    position: relative;}
.nav>ul>li:hover>a {
     color: #fae385;
    background: #0069b7;}
.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;}
.nav>ul>li.active>a {
    color: #fae385;
    background: #0069b7;}
.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;}
.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;}
.nav>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;}
.nav>ul>li>ul li a {
    display: block;
    padding: 10px 10px;
    color: #333;
    font-size:15px;}

.nav>ul>li:hover ul {
    display: block;}
.nav>ul>li>ul li:hover {
    background: #0069b7;}
.nav>ul>li>ul li a:hover {
    color: #fff;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
