/**组件**/
.btn-ss{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 16px;
    background: url(images/ss_btn.png) center no-repeat;
    border: none;
    box-shadow: none;}
.search-box .form-control {
    height: 30px;
    padding-right: 45px;
    color: #fff;
    border-radius: 30px;
    box-shadow: none;
    border: solid 1px #fff;
    background: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.search-box {
    position: relative;
    width: 260px;
    height: 30px;
    margin-top: 7px;
    float: right !important;}
input::-webkit-input-placeholder{color:#fff !important;}

.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);}
.xglj li{float: left;line-height: 50px;    padding-right: 5%;display: inline-block;}
.xglj li a{color:#fff;}
