@charset "utf-8";
.breadcrumb{
    margin-bottom: 25px;
}
.layui-progress{
    margin-bottom: 10px;
}

.layui-table-hover td:hover{
    
}

.layui-table-click{
    
}

.ly-text-red {
    color: #FF5722;
}

.ly-text-blue {
    color: #01AAED;
}

.ly-text-blue-plus {
    color: #1E9FFF;
}

.ly-text-orange {
    color: #FFB800;
}

.ly-text-green {
    color: #5FB878;
}

.ly-text-green-plus {
    color: #009688;
}

.ly-text-cyan {
    color: #2F4056;
}

.ly-text-black {
    color: #393D49;
}

.ly-text-gray {
    color: #666;
}

.ly-text-gray-plus {
    color: #e2e2e2;
}

.ly-text-gray-plus-1 {
    color: #dddddd;
}

.ly-text-gray-plus-2 {
    color: #d2d2d2;
}

.ly-text-gray-plus-3 {
    color: #c2c2c2;
}

.ly-bg-red {
    background-color: #FF5722;
}

.ly-bg-blue {
    background-color: #01AAED;
}

.ly-bg-blue-plus {
    background-color: #1E9FFF;
}

.ly-bg-orange {
    background-color: #FFB800;
}

.ly-bg-green {
    background-color: #5FB878;
}

.ly-bg-green-plus {
    background-color: #009688;
}

.ly-bg-cyan {
    background-color: #2F4056;
}

.ly-bg-black {
    background-color: #393D49;
}

.ly-bg-gray {
    background-color: #666;
}

.ly-bg-gray-plus {
    background-color: #e2e2e2;
}

.ly-bg-gray-plus-1 {
    background-color: #dddddd;
}

.ly-bg-gray-plus-2 {
    background-color: #d2d2d2;
}

.ly-bg-gray-plus-3 {
    background-color: #c2c2c2;
}

.ly-text-left {
    text-align: left;
}

.ly-text-right {
    text-align: right;
}

.ly-text-center {
    text-align: center;
}

#login {
    background: url(../img/bg.jpg) no-repeat;
}

#lg-frm {
    border-radius: 8px;
    box-shadow: 5px 5px 2px gray;
    border: 2px #C0C0C0 solid;
    margin-top: 200px;
    padding: 45px 35px 55px 35px;
    background-color: #fff;
    opacity: 0.85;
}

#footer {
    color: #fff;
    margin-top: 5%;
}

#footer a {
    color: #fff;
}

#the_content ul {
    position: fixed;
    top: 60px;
    left: 205px;
    right: 0;
    z-index: 999;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}