
.box-shadow{
    box-shadow:0px 2px 9px 0px rgba(0, 0, 0, 0.08);
    border-radius:4px;
}
.layui-tab-content{
    margin-top: 20px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #687CB3;
}
.layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #687CB3
}
.bmcx_btn_submit,.bmcx_btn_reset{ width:76px;
    height:34px;
    border:none;
    border-radius:4px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top:14px}
.bmcx_btn_submit{background-color:#859BD8;}
.bmcx_btn_view{background-color:#859BD8;
    border:none;
    border-radius:4px;color:rgba(255,255,255,1)}
.bmcx_btn_reset{background-color:#BBC1D2;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #677BAF;
    border-radius: 50%
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #9BAEE3;
    color: #FFFFFF;
}

.button-contaier {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


