html,body{
    width: 100%;
    height: 100%;
}
body{
    background: rgb(245, 247, 250);
    font-size:14px;
    line-height:30px;
}
select,input{font-size:14px;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
h3{font-size:14px;}
h2{font-size:16px;}
.container{
    height: 100%;
}
a:hover,a:active{
    color:red;
    text-decoration: underline;
}
.container .container-navbar{
    position: fixed;
    width: 210px;
    height: 100%;
    background: #2b3242;
    box-shadow: 1px 2px 5px #d4e2ec;
    left: 0;
    top: 0;
    z-index: 1024;
    overflow-y: scroll;
}
.container .container-navbar .logo{
    width: 80%;
    display: block;
    margin: 30px auto 20px auto;
}
.container-navbar::-webkit-scrollbar {
    display: none;
}
.navbar{
    border-top:1px dotted #1d1b1b;
}
.container .container-navbar .logo img{
    width: 128px;
    display: block;
    margin: 0 auto;
}
.container .container-navbar dl{
    width: 100%;
    display: block;
    margin: 0px;
}
.container-navbar dl dd {
    display: none;
    background: #232639;
    margin-top:0 !important;
}
.container .container-navbar dl dt a,.container .container-navbar dl dd a{
    display: block;
    width: 100%;
    padding: 9px 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px !important;
    text-decoration: none;
}
.container-navbar dl dt span{
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px !important;
}
.container-navbar dl dd a{
    padding-left: 45px !important;
    color: #C0C4CC;
}
.container .container-navbar dl dt a,.container .container-navbar dl dt span{
    color: #f5f5f5;
}
.container .container-navbar dl dt{
    background: #2b3242;
    border-bottom: 1px solid #222938;
    padding: 5px 0;
}
.container .container-navbar dl dt a.active{
    background: #119cff;
    color: #fff;
}
.container .container-navbar dl dt a em,.container .container-navbar dl dt span em{
    padding-left:0.78rem;
}
dt:active,dt:hover{
    opacity: 0.5;
    text-decoration: none;
}
dd:active,dd:hover {
    opacity: 0.5;
    text-decoration: none;
}
header{
    position: fixed;
    width: 100%;
    height: 62px;
    z-index: 512;
    left: 0;top: 0;
    background: #FFF;
    box-shadow: 1px 3px 2px #d4e0e9;
    padding-left: 225px;padding-right: 15px;
    padding-top: 10px;padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header h1{
    margin-bottom: 0;
}
header h3{
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
}
header .header-nav li{
    display: inline-block;
}
header .header-nav li a:link,header .header-nav li a:visited{
    color: #638195;
    display: block;
    padding: 0px 10px;
    height: 42px;
    line-height: 42px;
    position: relative;
    font-size:12px;
}
header .header-nav li a span{
    padding-left: 5px;
    font-size: 14px;
}
header .header-nav li a em{
    width: 5px;height: 5px;border-radius: 50%;
    background: #FD482C;
    display: block;
    position: absolute;
    left: 35%;
    top: 12px;
}
.am-btn-primary {
    background: #199fff !important;
    border: none;
    font-size: 14px;
}
.container-content{
    width: 100%;
    padding-top: 75px;
    padding-left: 220px;
    padding-bottom: 20px;
    padding-right: 10px;
    height: 100%;
}
.container-content .crumbs-container{
    background: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.container-content .crumbs-container ul{
    list-style: none;
}
.container-content .crumbs-container ul li{
    display: inline-flex;
    line-height: 24px;

}
.container-content .crumbs-container ul li a{
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #909399;
}
.container-content .crumbs-container ul li a:hover{
    color: #199FFF;
}
.container-content .crumbs-container ul li a.active{
    color: #199FFF;
}
.container-content .crumbs-container ul li::after{
    content: '\f101';
    padding-left: 10px;
    color: #C0C4CC;
    line-height: 22px;
    font-size: 18px !important;
}
.container-content .crumbs-container ul li:last-child::after{
    content: '';
}
.container-content .main{
    padding: 15px 15px;
    background: #FFF;
}
input{color: black}
.search-box{
    width: 240px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #FFF;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.search-box i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #909399;
}
.search-box input[type='search']{
    display: inline-block;
    height: 35px;
    border: none;
    background: none;
    margin-top: -2px;
    padding: 0;
    font-size: 12px;
}
.button-container .submit{
    width: 60px;
    height: 32px;
    float: left;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    background: #199fff;
    border: none;
}
.button-container .submit:hover{
    color: #fff;
    border: 1px solid #199FFF;
}
.mask-container{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;top: 0;
    background: rgba(10,10,10,.78);
    z-index: 4096;
}
.mask-container .mask-main{
    position: absolute;
    margin: auto;
    background: #FFF;
    left: 0;right: 0;top: 0;bottom: 0;
}
.mask-container .mask-sm{
    width: 500px;
    height: 250px;
}
.mask-container .mask-default{
    width: 700px;
    height: 400px;
}
.mask-container .mask-lg{
    width: 1366px;
    height: 768px;
}
.mask-container .mask-title{
    padding: 8px 15px;
}
.mask-container .mask-body{
    width: 100%;
    padding: 10px 15px 10px 35px;
    color: #555;
}
.mask-container .mask-body .extrude{
    color: #FD6500;
}
.tab-container .tab-header{
    position: relative;
    display: inline-flex;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}
.tab-container .tab-header li{
    position: relative;
    height: 32px;
}
.tab-container .tab-header li a{
    display: block;
    padding: 0px 10px;
    height: 32px;line-height: 24px;
    color: #666;
}
.tab-container .tab-header li a.active,.tab-container .tab-header li:hover a{
    border-bottom: 2px solid #199FFF;
    color: #199FFF;
    text-decoration: none;
}
.tab-container .tab-main{
    padding-top: 30px;
}
.tab-container .tab-main > li{
    display: none;
    width: 100%;
}
.tab-container .tab-main > li:first-child{
    display: block;
}
/*::-webkit-datetime-edit { padding: 1px; background: none;color: #999;text-align: center }*/
/*::-webkit-inner-spin-button { visibility: hidden; }*/
/*::-webkit-calendar-picker-indicator {visibility: hidden;display: none }*/
/*::-webkit-datetime-edit-text { color: #999; padding: 0 .3em; text-align: center}*/
.am-table th{
    background: #f1f1f1;
    padding:5px !important;
    font-size:14px;
    text-align: center;
}
.am-table tr:active,.am-table tr:hover{
    background: #fcfcfc;
}
.am-table td{
    background: none;
    padding:5px !important;
    text-align: center;
    margin:0 !important;
    height:30px;
    line-height: 30px;
}
.pagination {
    display: inline-flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: block;
    border: 1px solid #E5E5E5;
    height: 32px;line-height: 30px;
    padding: 0px 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #199fff;
    cursor: default;
    background-color: #fff;
    border-color: #199fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*样式优化*/
.data-box{
    background: #fff;
    padding: 15px 15px 25px 15px;
    margin-bottom: 20px;
}
.data-box h2{
    font-weight: normal;
    font-size: 18px;
}
.data-box .boxlist{
    display: flex;
    justify-content: space-around;
}
.data-box .instry-data,.close-data,.new-data,.curri-data,.amount,.order,.balance{
    border-radius: 5px;
    width:13%;
}
.data-box .instry-data{
    border: 1px solid dodgerblue;
    padding: 10px;
}
.data-box .close-data{
    border: 1px solid #fd6500;
    padding: 10px;
}
.data-box .new-data{
    border: 1px solid #f0ba00;
    padding: 10px;
}
.data-box .curri-data{
    border: 1px solid #199fff;
    padding: 10px;
}
.data-box .amount{
    border: 1px solid #fd6500;
    padding: 10px;
}
.data-box .order{
    border: 1px solid #43d100;
    padding: 10px;
}
.data-box .balance{
    border: 1px solid #eeb800;
    padding: 10px;
}

.data-box .number{
    display: block;
    font-size: 26px;
    text-align: center;
    margin: 15px 0 5px 0;
    color: #606266;
}
.data-box .instry-data .tit{
    color: dodgerblue;
}
.data-box .instry-data .glyphicon{
    display: block;
    font-size: 22px;
    color:#d1ecff;
    text-align: right;
}
.data-box .close-data .tit{
    color: #fd6500;
}
.data-box .new-data .tit{
    color: #f0ba00;
}

.data-box .curri-data .tit{
    color: #199fff;
}
.data-box .amount .tit{
    color: #fd6500;
}
.data-box .order .tit{
    color: #43d100;
}
.data-box .balance .tit{
    color: #eeb800;
}
.boxlist img{
    float: right;
}
.rank-data{
    background: #fff;
    padding:15px;
}
.learningList{
    padding: 10px;
    border: 1px solid #e8e8e8;
    width: 49%;
}
.salesShare{
    padding: 14px;
    border: 1px solid #e8e8e8;
    width: 49%;
}
.bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.learningList h2{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
#courseRankList tr{
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.am-tabl{
    width: 100%;
}
.am-tabl th{
    background: #f7f7f7;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
}
.am-text-cover{
    text-align: left !important;
    padding-left: 40px;
}
.am-text-cover img{
    height: 40px;
    text-align: left;
    margin: 5px 0;
}
.study-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
}
#sale-rank-cake .title{
    font-weight: normal;
}
.boxnav{
    height:40px;
    line-height:40px;
    border-bottom: 1px solid rgb(236, 236, 236);
    display: flex;
    justify-content:flex-start;
    padding: 0;
    margin-bottom: 20px;
}
.boxnav li{
    list-style-type: none;
    /* float:left;  */
    width: 8%;
    text-align: center;
    border-bottom:none;
    position:relative;
    cursor:pointer;
    background: #fff;
    line-height: 40px;
    font-size: 18px;
    padding-bottom:30px;
}
.boxnav li.one{
    background:#FFF;
    color:#199fff;
    border-bottom: 2px solid #199fff;
}
#user-visit-chart-select{
    float: right;
    z-index:9999;
    position:absolute;
    right: 50px;
    border: 1px solid #ccc;
    color: #666;
    padding:2px 10px;
    border-radius: 5px;
}
#sale-chart-select{
    float: right;
    z-index:9999;
    position:absolute;
    right:50px;
    border: 1px solid #ccc;
    color: #666;
    padding:2px 10px;
    border-radius: 5px;
}
.salelist{
    width:16%;
    position:absolute;
    right: 20px;
}
.panel{
    display: flex;
    justify-content: space-between;
}
.salelist h2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
#course-rank-type-select{
    color: #666;
    height: 30px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#sale-cake-type-select{
    color: #666;
    height: 30px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    position: absolute;
    right:180px;
    z-index: 88888;
    border-radius: 5px;
}
#sale-cake-cate-select{
    color: #666;
    height: 30px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    position: absolute;
    right:55px;
    z-index: 99999;
}
#sale-rank-cake{
    margin:40px 0 0 0;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right
}
.text-center{
    text-align: center
}
.register-status {
    vertical-align: middle;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}
.register-status-0,.register-status-1{
    background-color: grey;
}
.register-status-2{
    background-color: blue;
}
.register-status-3{
    background-color: green;
}