
/**表格样式*/
.table-img{
    margin: 0 auto;
    display: block;
    height: 40px;
    width: 40px;
}
.table-operation a span,.table-operation nuxt-link span{
    padding: 0 10px;
    border-right: 1px solid #E4E7ED;
    transition: all .3s;
    cursor: pointer;
}
.table-operation a:hover span,.table-operation nuxt-link:hover span{
    color: #409EFF;
}
.table-operation a:last-child span,.table-operation nuxt-link:last-child span{
    border: none;
}
.text-align-center{
    text-align: center;
}
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f1f1f1;
    border-radius: 16px;
}
::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    width: 12px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.body-con{
    width: 100%;
    height: 100%;
    overflow: auto;
    /*position: fixed;*/
    top: 0;
    left: 0;
}
.pc{

}
.mobile,.mobile-block{
    display: none !important;
}

.content{
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px){
    .content{
        width: 7.2rem;
        margin: 0 auto;
    }

    .pc{
        display: none !important;
        visibility: hidden !important;
    }
    .mobile-block{
        display: block !important;
    }
    .mobile{
        display: inline-block !important;
    }

}


.man-back{
    background: var(--main);
}
.right {
    float: right;
}
.left {
    float: left;
}
