/*子页面公共样式布局*/
body {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei-Bold;
    font-weight: 400;
}
.wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-items: center;
    align-items: center;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
.nav_top{
    /*width: 500px;*/
    height: 30px;
    /*margin-top: 15px;*/
}
.nav_top >a{
    text-decoration: none;
}
.container_ {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.container > .container_left {
    width: 216px;
}

.container_right {
    width: 934px;
    background: #FFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    top: 50px;
    left: 250px;
    margin-bottom: 40px;
}

/*滑动验证码弹框*/
#imgVersContainer .el-dialog__body{
    padding: 10px 20px 15px 25px;
}

.el-table td, .el-table th{
    padding:0px;
    height: 47px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
}
.el-table th{
    font-weight: bold;
}
.el-table td{
    font-weight: 400;
}
.el-button--text{
    color: var(--gcolor);
}
.el-button--text:focus, .el-button--text:hover{
    color: var(--gcolor);
}
/*分页样式*/
.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:var(--gcolor);}
.el-pagination{float:right;}

