.header .logo img, .logo-text { display: inline-block; vertical-align: bottom;}
.logo-text { position: relative; color: #fff; font-family: 'Microsoft YaHei'; padding: 0 0 1px 15px; margin-left: 15px;}
.logo-text::before { position: absolute; left: 0; top: 10%; bottom: 3%; display: inline-block; content: ""; width: 1px; vertical-align: middle; background: #fff;}
.logo-ch-text { font-size: 26px; line-height: 34px;  margin: 0 0 4px;}
.logo-en-text { font-size: 12px;}
.header-t li.first-li:before { display: none;}
.header .logo img { height: auto !important;}
.headerm .logo img { height: 45px; display: inline-block; vertical-align: midden;}
@media screen and (max-width: 1200px) {
.logo .logo-text { margin-left: 8px; vertical-align: midden;}
.logo .logo-ch-text { font-size: 15px; line-height: 15px; margin: 0 0 2px;}
.logo .logo-en-text { font-size: 12px; white-space: nowrap; line-height: 12px; -moz-transform: scale(0.75); transform: scale(0.75); -moz-transform-origin: 0%; transform-origin: 0%;}
}
@media screen and (max-width: 450px) {
.logo.flex-v-center a { position: relative;}
.headerm .logo img { height: 28px; vertical-align: super;}
.logo .logo-text { position: absolute; left: 68px;  margin-left: 3px; padding: 0 0 1px 6px;}
.logo .logo-text::before { bottom: 15%;}
.logo .logo-ch-text { font-size: 12px; line-height: 12px; margin: 0;}
.logo .logo-en-text { -moz-transform: scale(0.65); transform: scale(0.65); -moz-transform-origin: 0%; transform-origin: 0%;}
}
.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);}
