body{
    background-color: #f0f2f5 !important;
}
.toolTop{
    color: #0287e8;
}
.toolNav{
    display: block;
    width: 100%;
}
.toolContent{
    width: 100%;
    /*height: 500px;*/
    margin-top: 10px;
}
.toolDiv{
    background-color: #ffffff;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 6px;
    height: 120px;
    width: 225px;
    float: left;
    border-radius:2em;
}
.tool_img_div, .toolDiv img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 1em;
}
.tool_img_div{
    font-size: 2.5em;
    font-weight: bold;
    line-height: 50px;
    background-color: #7952b3;
    color: #ffffff;
}
.toolDiv a{
    height: 60px;
    display: block;
    width: 100%;
}
.layui-menu li{
    line-height: 35px;
    font-size: 16px;
}
.tool_body{
    flex-flow: column nowrap;
    min-height: calc(100% - 50px);
    height: 100%;
}
.btn4 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    display: inline-block;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: rgba(0,0,128,0.7);
    transition: box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn4:hover {
    /*阴影：模糊（即围绕<a>按钮一圈，没有水平和垂直倾斜） 颜色*/

    box-shadow: 0 0 10px #6495ED;
    -webkit-box-shadow: 0px 0px 15px #008000;
}
.red:focus{
    border:1px solid red;
    box-shadow: 0 0 10px #ff0000;
}
.green:focus{
    border:1px solid green;
    box-shadow: 0 0 10px green;
}
.blue:focus{
    border:1px solid blue;
    box-shadow: 0 0 10px blue;
}
#add_bill{
    background-color: #5FB878;
}
#add_bill2{
    margin-top: 3px;
}
.ul_a{
    /*color: #ff7800 !important;*/
}
.tool_box{
    border: 1px solid #dddedf;
    font-size: 1rem;
    border-radius: 6px;
    transition: all .3s;
    overflow: hidden;
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 16px;
    padding: 3px;
}

.fieldset_front{
    font-size: 24px;
}

.tool_box_header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    line-height: 1;
}

.tool_box_header img, .tool_box_header span, .tool_box_header i{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 40px;
}

.tool_box_body{
    position: relative;
    margin-top: 1rem;
    font-size: .9rem;
    border-top: 1px solid #dddedf;
    padding-top: 1rem;
}

.tool_box_body::before{
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: -6px;
    left: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #dddedf;
    border-left: 1px solid #dddedf;
    background-color: #fff;
}
.tool_box_body span{
    width: auto;
    text-align: left;
    color: #999;
    display: inline-block;
    float: left;
}
.tool_box_body a{
    width: auto;
    text-align: right;
    display: inline-block;
    float: right;
}
.tool_box_body p{
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 在溢出的部分显示省略号 */
    color: #999;
    font-size: 12px;
}

.layui-card-header{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.tool_content_description{
    padding: 10px;
    color: #999999;
    background-color: #ffffff;
}
.tool_main{
    position: relative;
    top: 70px;
    background-color: #f0f2f5;
}
.layui-panel{
    background-color: #fff;
}
