
/* 两个输入框和提交按钮相关的 CSS 定义如下 */
/* 覆盖某些浏览器对 input 元素定义的字体 */

/*input[type=simu_time] {*/
/*    font-family: inherit;*/
/*}*/

/*input[type=text] {*/
/*    border: 1px solid #ddd;*/
/*}*/

/*input[name=simu_time] {*/
/*    width: 80px;*/
/*}*/


/* 任务列表 */
.task-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.task-list li {
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
}

.task-list li:last-child {
    border-bottom: none;
}

.task-list li:hover {
    background-color: #f8f9fa;
}


/*.layui-layout-admin .layui-header.logo_head{*/
/*        background: linear-gradient(#345c8e,#3d97c5);;*/
/*}*/

#app > div.layui-header.logo_head > .logo_bg {
    width: 100%;
    height: 100%;
    background: url("./images/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/*修改layui中导航栏默认的背景色*/
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background-color: #3577a9;
    color: #fff;
}
/*左边导航栏背景透明*/
.layui-nav-itemed > .layui-nav-child {
    background-color: rgba(0, 0, 0, 0) !important
}

/*修改按钮颜色*/
.layui-btn {
    background-color: #3e95c4;
    color: #fff;
}

/*修改表格选择的页码背景色*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3e95c4
}

/*修改弹出层按钮样式*/
body .layui-layer-btn a {
    height: 38px;
    line-height: 38px;
    padding: 0 18px
}

/*修改弹出层第一个按钮背景色*/
body .layui-layer-btn .layui-layer-btn0 {
    background-color: #009688;
}

/*定制每个图表块*/
.mrgui-kapian {
    padding: 20px;
}
/*定制图标块的标题（使得没有用echarts时，与用了echarts时看起来相同）*/
.mrgui-kapian-title{
    font-size: 18px;
    font-weight: bold;
    font-family: 'sans-serif';
    color: #474747;
}

/*定义一个卡片*/
.mrgui-kapian-zhibiao {
    /*border-width: 1px;*/
    /*border-style: solid;*/
    border-radius: 5px;
    color: #666;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 10px;
    margin-left: 60px;
    width: 170px;
    height: 60px;
    background-color: #fafafa;
    font-size: 20px;
}
/*定义卡片中指标名的字体*/
.mrgui-zhibiao-name {
    font-size: 20px;
}
/*定义卡片中指标值的字体*/
.mrgui-zhibiao-value {
    font-size: 32px;
    color: #003c96;
    display: inline;
}
/*定义一个卡片*/
.mrgui-kapian-zhibiao-2 {
    /*border-width: 1px;*/
    /*border-style: solid;*/
    border-radius: 80px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*padding-right: 10px;*/
    margin-top: 80px;
    margin-left: 50px;
    width: 160px;
    height: 160px;
    background-color: #3e95c4;
    text-align: center;
}
/*定义卡片中指标名的字体*/
.mrgui-zhibiao-name-2 {
    padding-top: 80px;
    font-size: 20px;
    color: #686868;
}
/*定义卡片中指标值的字体*/
.mrgui-zhibiao-value-2 {
    padding-top: 56px;
    font-size: 48px;
    color: #ffffff;
}

/*定制大号按钮*/
.mrgui-btn-large {
    height: 70px;
    padding: 0 24px;
    font-size: 20px;
    border-radius: 10px;
}