.top-ser {
    display: flex;
    justify-content: flex-end;
    align-items: center;}

.top-ser a {
    color:#fff;
    font-size:16px;}

.ser-btn {
    width: 30px;
    height: 30px;
    background: url(image/seach.png) no-repeat center center;
    background-size: 15px;
    margin-left:10px;}
.m-head {    position: relative;}
.wap-menu {
    top:15px;
    width: 30px;
    height: 30px;}
.m-nav {top:110px;}
.m-logo {
    position: relative;
        border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 10px;
    padding-top:5px;}

.wap-ser {
    width: 100%;
    position: relative;
    display: flex;
    border: 1px solid #fff;
    margin: 10px 0;}
.wap-ser input {
    width: 80%;
    height: 30px;
    padding-left: 10px;
    padding-right: 50px;
    background: transparent;}
.wap-ser input::placeholder {
    color: #ffffff;
    opacity: 0.8;}
.wap-ser button {
    position: relative;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    color: #fff;
    font-size: 16px;
        background: transparent;
    border: none;
        line-height: 30px;}
.wap-ser button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);}

.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);}
.footnav li{width:11.11%;float:left;text-align:center;}
.footnav li h2{font-weight:normal;margin-bottom:10px;}
.footnav li h2 a{font-size:18px;color:#fff;}

.footnav li .sub a{display:block;line-height:30px;font-size:16px;margin:5px 0;color:#95a1e4;}

@media (max-width:1024px){
    .footnav{display:none;}
    .bq{margin:0;border-top:0;}
    .footer{padding:10px 0;}
}
