body {
    background-color: #fff;
    font-family: "Helvetica Neue", "Hiragino Sans GB", Helvetica, "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif;
}
/* 后台框架 */

.dux-head {
    height: 40px;
    background-color: #438eb9;
    z-index: 1000;
    position: fixed;
    width: 100%;
}
.dux-head .dux-logo {
    float: left;
    width: 200px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    background-color: #3190ee;
}
.dux-head .dux-logo img {
    padding-top: 3px;
}
.dux-head .nav-inline {
    border: none;
}
.dux-head .nav-inline>li>a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
}
.dux-head .nav-inline>li>a:hover,
.dux-head .nav-inline>.active>a {
    background-color: #377496;
    color: #fff;
    font-weight: normal;
}
.dux-head .nav-inline li .dux-logout {
    background-color: #e33;
    color: #fff;
}
.dux-head .nav-inline li .dux-logout:hover {
    background-color: #c72525;
    color: #fff;
}
.dux-head .nav-tool {
    float: right;
    position: relative;
    right: 0;
    top: -40px;
}
.dux-head .nav-tool .drop-menu {
    right: 0;
    left: auto;
}
.dux-sidebar {
    width: 200px;
    position: fixed;
    top: 40px;
    bottom: 0;
    background-color: #eef1f8;
    border-left: none;
    border-right: none;
    overflow-y: auto;
    border-right: 1px solid #c1d1dc;
}
.dux-sidebar .nav-head {
    padding-left: 10px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #444;
    font-weight: normal;
}
.dux-sidebar .nav li {
    position: relative;
}
.dux-sidebar .nav li a {
    padding: 10px;
    color: #333;
}
.dux-sidebar .nav li a::before {
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.dux-sidebar .nav li a:hover,
.dux-sidebar .nav .active a {
    background-color: #d9e2ec;
    color: #444;
    font-weight: normal;
}
.dux-bread {
    position: fixed;
    left: 200px;
    top: 40px;
    height: 30px;
    line-height: 30px;
    right: 0;
    background-color: #f3f6fb;
    border-bottom: 1px solid #d5dade;
    padding: 0px 10px;
    padding-right: 0;
}
.dux-tools {
    background-color: #f7f8fa;
    border-bottom: 1px solid #dbe7ef;
    padding: 10px 20px;
}
.dux-tools .button {
    font-size: 14px;
}
.bread-head {
    font-size: 16px;
}
.bread-head .small {
    font-size: 12px;
    padding-left: 10px;
}
.dux-bread .bread {
    padding: 0;
    margin: 0;
}

.dux-admin {
    position: fixed;
    left: 200px;
    top: 40px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #eff3f6;
}
.admin-main {
    width: 100%;
    height: 100%;
    background-color: #eff3f6;
    padding: 10px;
}
.dux-iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}
@media (max-width: 759px) {
    .dux-admin,
    .dux-tools,
    .dux-bread,
    .dux-sidebar {
        position: static !important;
        width: 100%;
    }
    .dux-head {
        height: auto;
        position: relative;
    }
    .dux-head .dux-logo {
        float: none;
        width: 100%;
        height: 45px;
    }
    .dux-head .admin-nav {
        float: none
    }
    .dux-head .nav-tool {
        display: none;
    }
    .dux-logo .button {
        position: absolute;
        top: 5px;
        border: none;
        color: #fff;
        border-radius: 0;
    }
    .dux-logo .button:hover,
    .dux-logo .button:focus {
        background-color: #0292ce
    }
    .admin-nav-btn {
        left: 5px;
    }
    .admin-menu-btn {
        right: 5px;
    }
    .table-foot .float-left,
    .table-foot .float-right {
        float: none !important;
    }
}
.dux-dashboard {} .dux-dashboard .media-body {
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
}
.dux-dashboard .media-body h2 {
    font-size: 25px;
}
.dux-dashboard .dashboard-head {
    width: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    border-radius: 0;
}
.dux-page {
    padding-top: 0px;
}
.dux-page a,
.dux-page span {
    margin: 0 3px;
    padding: 5px 10px;
    background-color: #FFF;
    border: 1px solid #ddd;
}
.dux-page .current {
    background-color: #0ae;
    border-color: #0ae;
    color: #fff;
    font-weight: bold;
}
/* 覆盖类 */

.drop-menu {} .panel-head {
    background-color: #f9fafc;
}
.panel-foot {
    background-color: #f9fafc;
}
.table-border tr td:first-child {
    border-right: 3px solid #eeeeee;
}
.table-border tr th:first-child {
    border-right: 3px solid #ffd19d;
}
.table-border > tbody > tr:nth-child(odd) > td:first-child,
.table-striped > tbody > tr:nth-child(odd) > th:first-child {
    border-right: 3px solid #d7f2c9;
}
.table thead {
    margin-bottom: 10px;
}
.table th {
    border-bottom: 1px;
    padding: 10px 8px;
    background-color: #f9fafc;
}
.table td {
    vertical-align: middle;
}
.alert {
    margin-bottom: 20px;
}
.button.bg-main {
    background-color: #0081e6;
    border-color: #1d70d8;
}
.button.bg-main:hover {
    background-color: #007bd8;
    border-color: #1d70d8;
}
.alert-yellow {} .tab .tab-body {
    border: 1px solid #ddd;
}
/* 通用类  */

.js-chart {
    position: relative;
}
.js-chart .percent {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}
#myChart {
    height: 215px;
}
.table-tools {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.table-foot .input {
    padding: 4px;
    height: 30px;
}
.dux-box {
    background-color: #fff;
}
.dux-panel {
    margin-left: -20px;
    margin-right: -20px;
    border: none;
}
.dux-panel .panel-head {
    background-color: #eff3f6;
    border: none;
}
.dux-panel .panel-body {
    border: 1px solid #dbe7ef;
    border-left: none;
    border-right: none;
}
.dux-tab .tab-head {
    padding: 0;
}
.dux-tab .tab-head strong {
    padding: 5px 10px;
    line-height: normal;
    padding-left: 0;
    padding-right: 20px;
}
.dux-tab .tab-nav {} .dux-tab .tab-nav li a {
    border: none;
    background-color: none;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 0;
}
.dux-tab .tab-nav .active a {
    background-color: #0081e6;
    color: #fff;
}
.dux-tab .tab-body {
    border: none;
    padding: 20px;
}
.dux-form {} .dux-form .form-group {
    padding-bottom: 20px;
}
.dux-form .form-group .label label {
    font-weight: normal;
}
@media (min-width: 760px) {
    .dux-form .form-group .label {
        padding-right: 20px;
    }
}
.dux-multi-image .sortable-placeholder {
    display: inline-block;
    width: 110px;
    height: 147px;
    border: 1px dashed #ccc;
    margin-right: 15px;
}
.dux-multi-image .sortable-dragging {
    display: inline-block;
}
.dux-multi-image .media {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 5px;
}
.dux-multi-image .media img {
    width: 100px;
    height: 100px;
}
.dux-multi-image .media .input {
    width: 100px;
}
.myselect{
    font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: auto;
    height: 34px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.listimg{min-width: 100px;max-width: 200px;}
/*--leftnav--*/
.leftnav{width:210px; height:100%; position:fixed; top:52px; left:0px; background:#394555;transition:all .4s ease; -webkit-transition:all .4s ease; z-index:1111;}
.leftnav.on{ left:0px;}
.leftnav-title { display:none; height:50px; background:#1f8ae4;  color:#FFF; padding-left:22px;  font-size:14px; line-height:50px;}
.leftnav-title span{ margin-right:10px;}
.leftnav h2{ height:50px; line-height:50px; padding-left:22px; border-bottom:1px solid #364251; color:#fff; transition:all .1s ease-in-out; display:block; cursor:pointer; font-size:14px; background:#394555;}
.leftnav .border-bottom{ border-bottom:1px solid #b5cfd9;}
.leftnav h2 span{ margin-right:10px; width:15px; display:inline-block;}
.leftnav h2:hover{ background:#35404f; }
.leftnav h2 i{ float:right; font-size:17px; margin-right:20px; font-weight:normal; color:#5f7593;}
.leftnav h2.on i{ transform:rotate(90deg);}
.leftnav ul {display:none; background:#293038; padding-left:0px;}
.leftnav ul li{ list-style-type:none;  }
.leftnav ul li a{ display:block; padding-left:45px; line-height:40px; color:#fff; transition:all .4s ease; -webkit-transition:all .4s ease; }
.leftnav ul li span{ margin-right:8px;}
.leftnav ul li a:hover{background:#222930;}
.leftnav ul li a.on{ background:#1f8ae4; color:#fff;}
/********头部******/
.header{height:52px; overflow:hidden; background:#1F8AE4; position:relative; }
.header .h-logo{ float:left; background:#3190ee; width:210px; height:52px; text-align:center; line-height:52px;}
.header .h-logo img{ float:left; margin-left:20px; margin-top:8px; height:35px;}
.header .h-logo span{ float:left; font-size:18px; margin-left:12px; color:#fff;}
.head-l{ float:left; }.head-r{ float:right; }
.head-l a,.head-r a{ display:inline-block; padding:0 25px; color:#fff; line-height:52px;transition:all .4s ease; -webkit-transition:all .4s ease;}
.head-l a:hover,.head-r a:hover{ background:#c72525;}
.smenu{ position:absolute; display:none; right:0px; top:0px; height:100%; width:50px; text-align:center; color:#fff; line-height:50px; font-size:25px; cursor:pointer;}
.smenu:hover{ background:#1686da;}
.admin{position:fixed;right:0;bottom:0;top:85px;left:210px;overflow:hidden;}
.bread{ margin-left:210px;    background-color: #f7f8fa;
    border-top: 1px solid #fff;
    padding: 10px 20px;}
.bread li{ float:left;}
@media (max-width:1100px) {
    .smenu{ display:block;}
    .leftnav{ left:-210px;}
    .admin{width: 100%;position: static !important;}
    .bread{ margin:0px;}
    .head-r a{ display:none;}
}
