.header-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
    z-index: 1002;
    left: 0;
}
.topper {
    background-color: #f4f4f4;
}
.top {
    margin: 0 auto;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    overflow: hidden;
    padding-top: 0;
}
.header {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
    height: 97px;
    padding: 22px 0;
    position: relative;
    z-index: 1001;
}
/*导航*/
.menu-nav {
    margin-top: 140px;
    background-color: #1eb0f7;
    color: white;
    min-width: 1000px;
    height: 45px;
    line-height: 45px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    position: fixed;
}
.menu-nav ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
}
.menu-nav li {
    float: left;
    padding: 0 15px;
    color: white;
    position: relative;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}
.menu-nav li:hover{
    background-color: #0295e3;
}
.menu-nav li a {
    color: white;
    line-height: 35px;
    font-size: 16px;
}
.content{
    width: 1200px;
    margin: 170px auto 0 auto;
    min-height:530px;
}
/*input和button用bootstrap*/
input[type='text']{
    margin-bottom: 0;
}
select{
    margin-bottom:0;
}
/*标题*/
.Ledger_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    background: #8acff1;
    color: #ffffff;
    padding-left: 15px;
}
/*搜索部分*/
.searchPart{
    margin-bottom: 0px;
    font-size: 16px;
}
.searchPart form{
    margin: 0;
}
/*vue组件分页*/
.el-pagination{
    text-align: right;
    margin-top: 10px;
}
.el-pagination__jump .el-pagination__editor {
    border: 1px solid #d1dbe5;
    border-radius: 2px;
    line-height: 18px;
    padding: 4px 2px;
    width: 30px;
    text-align: center;
    margin: 0 6px;
    box-sizing: border-box;
    transition: border .3s;
    height: 30px;
    margin-top: -1px;
}
/*中间的主体部分*/
.content_left{
    width:120px;
    float:left;
    margin-right: 20px;
}
.content_right{
    width: 1060px;
    float:left;
}
/*左边导航*/
.ul{
    margin: 0;
}
.ul li{
    background: #dfe6ec;
    border-bottom: 1px solid #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}
.ul li:hover{
    cursor: pointer;
    background: #1eb0f7;
    color: #ffffff;
}
.ul .current{
    background: #1eb0f7;
    color:#ffffff;
}
a{
    cursor: pointer;
}
.checkbox2{
    margin-left: 20px;
}
.el-input input[type='text'] {
    height: 36px;
}
.el-input input[readonly]{
    background-color:#fff;
}