
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 64px 0 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    position: relative;
    height: 100%;
    overflow-y: hidden;
}

div, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
}

a {
    color: #aaa;
    text-decoration: none;
}

a:hover {
    color: #92adff;
    text-decoration: none;
}

input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 12px;
    outline: none;
}

.hide {
    display: none !important;
}

* {
    box-sizing: border-box;
}

/* 后台登录 */
.login {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url("../images/login-bg.jpg") no-repeat #f8f8f8;
    padding: 0;
    background-size: cover;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 320px;
    height: 360px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    padding: 30px;
    margin: -180px 0 0 -160px;
}

.login-form .login-form-title {
    font-size: 20px;
    font-weight: none;
    margin-bottom: 30px;
    color: #7084ff;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}

.login-form .login-form-title:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 20px;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    background: #ff9000;

}

.login-form .form-group {
    position: relative;
}

.login-form .form-group i {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #bbb;
}

.login-form .form-control {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    height: 48px;
    margin: 15px auto;
    border-width: 0 0 1px;
    padding-left: 30px;
}

.login-form .form-control:focus {
    border-color: #92adff;
}

.login-form .form-control:focus + i {
    color: #92adff;
}

.login-form .btn {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background: #ff9000;
    color: #fff;
    margin: 30px auto;
    border: 1px solid #ff9000;
    font-size: 18px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    cursor: pointer;
}

.login-form .btn:hover {
    background: #f46700;
    border-color: #f46700;
}

.login-form .fortot {
    text-align: center;
    display: block;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.header .logo {
    width: 240px;
    margin: 2px 0;
    float: left;
}

.header .logo img {
    width: 62px;
    height: 62px;
    float: left;
}

.header .nav {
    float: left;
    border: 1px solid #eee;
    border-width: 0 1px;
    margin-left: -1px;
}

.header .nav .nav-item {
    height: 64px;
    line-height: 64px;
    float: left;
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.header .nav .nav-item:hover {
    background: #f5f5f5;
}

.header .nav .nav-item.current {
    color: #4c60db;
}

.header .user-block {
    display: block;
    float: right;
    border-left: 1px solid #eee;
    padding: 0 15px;
}

.header .user-block span {
    line-height: 64px;
}

.header .user-block .btn-warning {
    margin-left: 15px;
    background: #ff9000;
    border: 1px solid #ff9000;
    padding: 5px 15px;
    border-radius: 100px;
    color: #fff;
}

.logo-tit {
    float: left;
    line-height: 64px;
    padding: 0 5px;
    color: #FE7101
}

/* 首页布局 */

.table-layout {
    display: table;
    width: 100%;
    height: 100%;
}

.table-layout .sidebar {
    display: table-cell;
    width: 240px;
    height: 100%;
    background: #4c60db;
    padding: 10px 0;
    vertical-align: top;
}

.table-layout .sidebar .sidebar-item {
    display: block;

}

.table-layout .sidebar .sidebar-item a {
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 45px;
    color: #b9c3ff;
    position: relative;
    cursor: pointer;
}

.table-layout .sidebar .sidebar-item i {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -8px 0 0 0;
}

.table-layout .sidebar .sidebar-item a:hover {
    /*background: #5367e5;*/
    color: #fff;
    text-decoration: none !important;
}

.table-layout .sidebar .sidebar-item.current a {
    /*background: #3f52c4;*/
    color: #fff;
}

.table-layout .content-block {
    display: table-cell;
    height: 100%;
    /*padding: 30px;*/
    vertical-align: top;
}

.table-layout .content-block-title {
    font-size: 18px;
    padding: 12px 0;
}

.card {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.card-border {
    border: 1px solid #eee;
}

.card-row {
    padding-left: 0;
    padding-right: 0;
}

.table-layout .content-block .tips {
}

.data-block {
    height: auto;
    overflow: hidden;
}

.data-block-column {
    width: 33.3333%;
    height: 120px;
    float: left;
    padding: 15px;
    border: 1px solid #ddd;
}

.data-block-column + .data-block-column {
    border-left: 0;
}

.data-block-column .data-block-item {
    display: table;
    width: 100%;
}

.data-block-column:nth-child(1) i {
    color: #5870ff;
}

.data-block-column:nth-child(2) i {
    color: #ffc017;
}

.data-block-column:nth-child(3) i {
    color: #17e1ff;
}

.data-block-column:nth-child(4) i {
    color: #ff5c41;
}

.data-block-column .data-block-item i {
    display: table-cell;
    width: 120px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
}

.data-block-column .data-block-item .data-item-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.data-block-column .data-block-item .data-item-text .data-block-item-title {
    display: block;
    font-size: 36px;
    margin-top: 10px;
}

.data-block-column .data-block-item .data-item-text .data-block-item-subtitle {
    display: block;
    font-size: 16px;
}

.J_iframe {
    overflow-y: auto;
}