.header {
    background-color: #0080C0;
    color: #fff;
    height: 80px;
}

    .header .title {
        color: #fff;
        font: bold 24px 微软雅黑;
        padding: 20px 100px!important;
        /*background: url('../img/aedu-logo-new.png') no-repeat center left 20px;*/
    }

.header img{
    position:fixed;
    left:15px;
    top:15px;
    max-height:50px;
}

.layui-nav {
    background-color: #364053;
}

.leftmenu {
    position: fixed;
    top: 80px;
    left: 0px;
    width: 200px;
    background-color: #364053;
}

.layui-nav-tree {
    margin-top: 50px;
}

.layui-nav-item, .layui-nav-bar {
    margin-top: 10px;
}

    .layui-nav-item a {
        font-size: 18px;
    }

    .layui-nav-item .layui-icon {
        font-size: 18px;
        padding-right: 5px;
    }

.layui-nav-itemed {
    background-color: #9A9EAF;
}

.rightBody {
    top: 80px;
    left: 200px;
}

.layui-table, .layui-table-view {
    margin: 0px;
}

.dh {
    padding: 5px 10px;
    background-color: #f2f4fa;
}

.rightBody .layui-card {
    box-shadow: none;
}

.layui-nav-itemed > a {
    color: #c15a10 !important;
}

.timeplan {
    background-color: #EAEBEE;
}

.timeplanadd {
    background-color: #EAEBEE;
    text-align: center;
    padding: 5px 0px;
    color: #0080C0;
    margin-bottom: 10px;
    cursor: pointer;
}

.timeplan .layui-card-header button {
    float: right;
    margin-top: 10px;
}

.btnSection {
    width: 150px;
    height: 150px;
    background-color: #0080C0;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin: 20px 10px;
}

    .btnSection .title {
        padding-top: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .btnSection .remark {
        padding: 10px;
        font: 14px;
        color: #eee7cf;
    }

.tips {
    padding: 5px;
    color: #c15a10;
    background-color: #e4e4e5;
}

    .tips .title {
        padding-right: 20px;
        font-weight: bold;
    }

.yqqrimg{
    cursor:pointer; 
}

.layui-table-body .layui-table-cell {
    height: 60px;
    line-height: 60px;
}
    .layui-table-body .layui-table-cell button{
        line-height:10px!important;
    }

    .layui-table img {
        max-width: 50px !important;
    }