.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);}
.search-trigger {
     cursor: pointer;}
#search-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001; 
    background: white;
    display: none;
    border-radius: 50px;}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10000;
    display: none;}

.show {
    display: block !important;}

button[onclick="closePopup()"] {
    display: none;
    margin-top: 20px;}
#search-box.show + button[onclick="closePopup()"] {
    display: block;
    color: #fff;
    z-index: 10000;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 8rem;}
body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;}
.search-input-wrapper {
    height: 4rem;}
#searchInput {
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 1rem;}
.tj {
    height: 4rem;
    font-size: 1.6rem;
    padding: 0 2rem;
    background-color: #155ab9;
    color: #fff;
    border-radius: 50px;}
.tj .icon-fangdajing {
    font-size: 2rem!important;
    margin: 0!important;}

