.header-search-wrap .search-box {
    position: relative;}
.header-search-wrap .submit {
    width: 30px;
    height: 30px;}
.header-search-wrap .ser-input {
    height: 30px;
    padding-left: 10px;}
.header-search-wrap .search-close {
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;}
.header-search-wrap {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    transform: translate(0, 0) scale(0);}
.header-search-contaniner {
    position: relative;
    top: 50%;
    margin: auto;
    width: 90%;
    max-width: 600px;
    height: 50px;
    color: #666;
    line-height: 50px;
    background: #fff;}
.header-search-wrap.show2 {
    z-index: 8;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;}
.header-search-wrap.hides1 {
    -webkit-transform: translate(0, -200%) scale(1);
    -ms-transform: translate(0, -200%) scale(1);
    transform: translate(0, -200%) scale(1);}
.header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 50px;
    background: #710006;
    color: #fff;
    border: none;
    box-sizing: border-box;}
.header-search-wrap .ser-input {
    width: calc(100% - 80px);
    height: 50px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 30px;}
.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);}
