.financialManage_page {
    width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.financialManage_page>ul {
    border: 1px solid #E5E5E5;
    overflow: hidden;
    margin-top: 40px;
}

.financialManage_page>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px 0;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.financialManage_page>ul>li:first-child {
    border-left: none;
}

.financialManage_page>ul>li>span {
    font-size: 24px;
    color: #E4151A;
    vertical-align: sub;
}

.financialManage_page>ul>li>a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(238, 238, 238, 1);
    border-radius: 15px;
    font-size: 14px;
    margin-left: 10px;
}

/*  */

.financialManage_search_box {
    margin: 40px 0;
}

.financialManage_search_box>div {
    float: left;
}

.financialManage_search {
    margin-right: 40px;
}

.financialManage_search>input {
    /* */
    width: 443px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    border-right: none;
    box-sizing: border-box;
    padding-left: 16px;
}

.financialManage_search>a {
    display: inline-block;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #E4151A;
    margin-left: -10px;
}

.financialManage_search>a>img {
    width: 25px;
    height: 24px;
}

.financialManage_time {
    font-size: 14px;
    display: inline-block;
}

.financialManage_time img {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.financialManage_time .layui-input-inline {
    width: 116px;
    height: 40px;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    margin-right: 14px;
}

.financialManage_time .layui-input-inline input {
    height: 40px;
}

.financialManage_search_box>a {
    display: inline-block;
    height: 40px;
    background: rgba(228, 21, 26, 1);
    font-size: 14px;
    color: white;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 20px;
}

/* 弹窗 */

.cash_info>h6 {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin: 30px 0;
}

.cash_info>div {
    padding-left: 70px;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-size: 14px;
}

.cash_info>div>span:first-child {
    display: inline-block;
    text-align: right;
    width: 80px;
    margin-right: 20px;
}

.cash_info>div input {
    width: 304px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 14px;
    box-sizing: border-box;
}

.cash_info .layui-form {
    width: 304px;
    display: inline-block;
}

.cash_info .layui-form select {
    width: 304px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
}

.cash_info>a {
    display: block;
    margin: auto;
    width: 120px;
    height: 45px;
    background: #E4151A;
    border-radius: 22px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 45px;
}

.financialManage_table2_66{
    margin-top: 30px;
}
.financialManage_table_66>ul,.financialManage_table2_66>ul {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    display: table;
    width: 100%;
}

.financialManage_table_66>ul>li {
    display: table-cell;
    width: 10%;
    text-align: center;
    padding: 14px;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
    word-break:break-all
}

.financialManage_table_66>ul:first-child,.financialManage_table2_66>ul:first-child{
    background: #EEEEEE;
}

.financialManage_table_66>ul>li:first-child,.financialManage_table2_66>ul>li:first-child{
    border-left: 1px solid #EEEEEE;
}



.financialManage_table_66>ul>li:nth-of-type(6),.financialManage_table_66>ul>li:nth-of-type(7){
    width: 25%;
}

/*  */
.financialManage_table2_66>ul>li{
    display: table-cell;
    width: 33.3%;
    text-align: center;
    padding: 14px;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
}