::-webkit-scrollbar-track {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.login-main {
    width: 350px;
    margin: 0 auto;
}

.login-main header {
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.login-main form,
.login-main form .layui-input-inline,
.login-main header {
    margin-bottom: 15px;
}

.login-main form .layui-input-inline,
.login-main form .layui-input-inline input,
.login-main form .layui-input-inline button {
    width: 100%;
}

.login-main form .login-btn {
    margin-bottom: 5px;
}

.login-main p {
    text-align: center;
}

body {
    font-size: 12px;
    height: 100%;
}





/*导航*/

.sidebar-menu .treeview-menu>li {
    padding: 4px 0;
}

.sidebar-menu .treeview>a>span {
    font-size: 13px;
}

.sidebar-menu .treeview-menu>li a {
    font-size: 13px;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width: 100%;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 4px;
}

.user-menu {
    margin-right: 10px;
}

.user-menu li {
    padding: 2px 0px;
}

.user-menu li a {
    font-size: 12px;
}

.user-menu li.divider {
    padding: 0;
}

.content-wrapper,
.right-side {
    background: #f1f4f6
}

.content-header {
    clear: both;
    height: 60px;
    line-height: 30px;
}

.content-header>.breadcrumb {
    float: left;
    left: 15px;
    right: 0;
    top: 0;
}

.content-header .pull-right {
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 14px;
}

.panel-intro {
    margin-bottom: 0;
    border: none;
}

.panel-intro .panel-heading {
    padding: 10px 15px;
    background: #e8edf0;
    border-color: #e8edf0;
    position: relative;
    box-sizing: border-box;
    font-size: 12px;
}

.panel-intro em {
    display: block;
    padding-bottom: 4px;
    font-weight: 700;
    font-style: normal;
}







/*layui 修正*/

.layui-form-label {
    width: 120px;
}

.layui-input-block {
    margin-left: 120px;
}

.layui-field-box.mini .layui-form-item {
    margin-bottom: 0 !important;
}

.layui-form-switch {
    box-sizing: content-box !important;
}

.layui-input-block td {
    vertical-align: middle!important;
}

input.input-sort {
    margin: 0;
    padding: 0;
    height: 24px;
    text-align: center;
    border-width: 0;
}

input.input-sort:hover {
    border-width: 1px;
}

td {
    vertical-align: middle !important;
}





/**
 * 用户个人中心
 */

.avatar-add {
    position: relative;
    width: 373px;
    height: 373px;
    background-color: #F2F2F5;
}

.avatar-add .upload-img {
    position: absolute;
    left: 50%;
    top: 35px;
    margin: 0 0 0 -60px;
}

.avatar-add .img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 168px;
    height: 168px;
    margin: -50px 0 0 -84px;
    border-radius: 100%;
    overflow: hidden;
}

.avatar-add .img img {
    width: 100%;
}

.avatar-add .loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    background-image: url(../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.avatar-add p {
    position: absolute;
    top: 70px;
    width: 100%;
    margin-top: 10px;
    ;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.app-bind li {
    margin-bottom: 10px;
    line-height: 30px;
    color: #999;
}

.app-bind li .iconfont {
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 28px;
}

.app-bind .app-havebind {
    color: #333;
}

.app-bind .app-havebind .icon-qq {
    color: #7CA9C9
}

.app-bind .app-havebind .icon-weibo {
    color: #E6162D
}

.laydate_box,
.laydate_box * {
    box-sizing: content-box;
}

input.laydate-icon,
div.laydate-icon {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.laydate-icon {
    text-align: left;
}

.laydate-range {
    width: 170px !important;
    text-align: center;
}
.layui-table-view .layui-table{
    width: 100%!important;
}
.layui-table-cell{
    height: auto;
}

.chart-bar {
    width:100%;
    background-color: #EBEBEB;
    height: 40px
}

.chart-box {
    width:100%;
    height:600px;
    border:1px solid #F60;
    padding-top: 10px;
    line-height: 25px;    
}

.chart-title-box-half {
    float: left;
    position: relative;
    width: 50%;
}

.chart-title-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: lightgray;
    margin: 10px 0;
}

.chart-title {
    font-size: 20px;
    color: red;
    margin-left: 20px;
    font-family:楷体;
    font-weight: bold;
}  

.chart-sub-title {
    font-size: 10px;
    color: #D1D1D1;
    font-family: 黑体;
}  

.chart-full {
    height: 500px;
    width: 100%; 
}

.chart-half {
    height: 500px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 450px) {
    .chart-half {
        height: 240px; 
    }

    .chart-title-box-half {
        height: 300px;
        width: 100%;
    }    
}

.layui-layer-page .layui-layer-content {
    max-height: 600px;
}

.layui-table-cell {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.navbar-form {
    margin: 0;
    border-width: 0;
}
@media (min-width: 768px) {
.navbar-form {  
    padding-top: 10px;
}

hr {
    margin: 0;
}