.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);}
.search1{
    position: absolute;
    top: 43px;
    transform: translateY(-50%);
    right: 0;}

#search1 {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 100002;}

#search1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);}

#search1.open {}

.module>.module_container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1536px;
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;}

#search1 .module_container {
    height: 0;
    overflow: hidden;
    background: rgba(0,0,0,.8);
    max-width: none;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    display: flex;
    align-items: center;}

#search1.open .module_container {
    height: 100vh;}

#search1 .wrapper {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: relative;}

#search1.open .wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
;}

#search1 .wrapper .form {
    display: flex;
    overflow: hidden;
    /* border-bottom:1px solid #c6c6c6; */
    justify-content: space-between;
    background: #fff;}

.icon_search {}

#search1 .wrapper .form .icon_search {
    float: right;
    height: 50px;
    width: 50px;
    background: #2f93c5 url(images/search.png) center no-repeat;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    border: none;}

#search1 .wrapper .form .input1 {
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 45px);
    flex: 1;
    overflow: hidden;
    padding: 0;
    border: none;
    padding-left: 10px;}

.fl {
    float: left
;}

#search1 .close {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 100;
    top: .3rem;
    right: .3rem;
    opacity: 0;
    visibility: hidden;}

#search1 .close:after,#search1 .close:before {
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    content: "";
    left: 50%;}

#search1 .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
;}

#search1 .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
;}

#search1 .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
;}

#search1 .keywords {
    line-height: .38rem;
    color: #333;
    font-size: .14rem;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    display: none;}

#search1 .keywords span {
    white-space: nowrap
;}

#search1 .keywords a {
    color: #444;
    height: .38rem;
    margin-bottom: .14rem;
    padding: 0 .2rem;
    display: inline-block;
    margin-right: .14rem;
    background: #f5f5f7;
    border-radius: 50vw;
    transition: .5s;}

#search1 .keywords a:hover {
    background: #d10015;
    color: #fff
;}

#search1.open .close {
    opacity: 1;
    visibility: visible
;}


