/**组件样式**/
/**组件样式**/
/**组件样式**/
.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);}
.gz {
    margin-right: 30px;}
.test img{max-width:120px;height:auto;width:100%;}
.test {
    float: left;}

.footerLeft span {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;}

@media screen and (max-width: 1024px){
 .test {
        width: 120px;
        padding-top: 2%;}

    .sp {
        float: right !important;}
    .footerLeft{
        width: 270px;
        margin: 0 auto;
        float: none;}
}


.footerRight ul li .ico {
    height: 40px;}

.footerRight ul li .ico img {
    max-height: 100%;
    transition: all 0.5s;}

.footerRight ul li:hover img {
    transform: rotateY(180deg);}


.footerRight ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.footerRight ul li {
    text-align: center;
    width: 33.33%;}

.footerRight ul li:nth-child(-n+3) {
    margin-bottom: 18px;}

.footerRight ul li a p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;}
