/**首页背景颜色*/
#app {
    background-color: #F6F8FC;
    overflow-y: auto;
    color: #192558;
    font-family: SourceHanSansCN, SourceHanSansCN;
}
.search-collapse, .select-table{
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
}
.table_icon{
    position: absolute;
    top: 10px;
    left: 15px;
    width: 10px;
    height: 20px;
}
.table_box{
    font-size: 14px;
    color: #192558;
}

.nav{
    height: 330px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/gkbj.png") 100% 100%;
    position: relative;
}
.nav .title{
    text-align: center;
    font-size: 40px;
    font-weight:bold;
    color: #192558
}
.container-div{
    width: 80%;
    position: absolute;
    top: 270px;
    left: 50%;
    transform:translateX(-50%);
}
/**表格边框颜色 **/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td, .table-bordered td {
    border-color:transparent !important;
    padding: 10px 10px 0 0px;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 10px 16px 0 0px;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    padding-left: 0;
}
table th:nth-child(1),
 table td:nth-child(1) {
    padding-left: 10px;
}
thead {
    color: black;
    background: #EDEDED;
}
#config-form{
    margin-left: 45px;
}
.select-list li{
    margin: 0;
    margin-right: 25px;
}
.select-list li input, .select-list li select{
    height: 45px;
    background: #ffffff;
    border-radius: 0;
    width: 280px;
}
.select-list li .btn_diy{
    display: inline-block;
    height: 45px;
    background:  linear-gradient(to bottom,#5182D5 0%, #8BB4F3 100%);
    line-height: 45px;
    width: 80px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.condition {
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
}

.search-collapse {
    padding: 15px 45px;
    display: flex;
    align-items: center;
    background: url("/img/gkcxtj.png") 100%;
    border-radius: 0;
    border: 2px solid #ffffff;
}
.search-collapse-subsidy {
    padding: 15px 45px;
    background: #ffffff;
    border-radius: 10px;
}
.back_bj{
    background-image: url('/img/search_top.png'), url('/img/search_right.png');
    background-position: top, bottom right;
    background-repeat: no-repeat;
}

.yyui_tab_card {
    margin-top: 10px;
}

.yyui_tab_card > .yyui_tab_content_this {
    padding: 0 !important;
}