.search {
    float: right;
    position: relative;
    height: 30px;
    margin-left: 10px;
    margin-top: 8px;
    width:170px;}

.search input.text{
    width: 178px !important;
    padding-right:40px  !important;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #c8c2c2;
    border-radius: 25px;}
.search input {
    outline: none;
    line-height: 20px;
    color: #000;
    position: absolute;
    width: 0;
    height: 30px;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    border: none;}

.search img {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    vertical-align: text-bottom;}

.search .button {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin-top: -10px;
    background: none;
    border: none;
    display: none;
    transition: all 0.3s;
    color: #333;}

.search .button input {
    top: 0;
    right: 0;
    width: auto;
    height: 20px;
    width: 20px;
    z-index: 9999;
    border: none;}

.search>input {
    width: 170px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;}

.search .button {
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;}
.wap {
    display: none;}
.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);}
