html,body{
    width: 100%;
    height: 100%;
}
.bigmain{
    background:#00003b;
    padding-bottom: 20px;
}

/*样式优化*/
.data-box{
    background: #fff;
    padding: 15px 15px 25px 15px;
    margin-bottom: 20px;
}
.big-top{
    background:url("/static/org/images/bigtop.png") no-repeat;
    background-size: 100% 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
}
.big-content{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 0 5px;
    color: #fff;
}
.big-left{
    width: 23%;
}
.big-middle{
    width: 50%;
}
.big-right{
    width: 23%;
}
.left-resou{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
}
.bigmain h3{
    color: #7ac8ff;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
    vertical-align: middle;

}
.resou-tit{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
    margin-top: 5px;
    width:87%;
    float: left;
}
.resou-tit img{
    width: 15px;
    height: 17px;
}
.left-resou-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 25px;
    width: 100%;
}
.left-resou-con div{
    width: 45%;
}
.left-resou-con .name{
    font-size: 15px;
    color: #7ac8ff;
    margin-right: 5px;
}
.big-middle .middle-data{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #baefff;
    font-size: 15px;
}
.big-middle .middle-data span{
    display: block;
    text-align: center;
}
.big-middle .middle-data .number{
    font-size: 18px;
}
.big-right .studys-data{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
}
.big-right .studys-data img{
    width: 15px;
    height: 17px;
}
.big-right .studys-data span{
    color:#79c9ff;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 5px;
}
#user-learn-chart-select{
    background: none;
    border: 1px solid #a2c2f1;
    padding: 2px 10px;
    color: #a2c2f1;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    right: 40px;
    font-size: 15px;

}
#user-learn-chart-select option{
    background-color: none;
    color: #000;
    font-size: 15px;
}
.am-tabl th{
    background: none;
}
.sales-ranking{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
    height: 666px;
}
#sale-course-rank-cake-select {
    background: none;
    border: 1px solid #a2c2f1;
    padding: 2px 10px;
    color: #a2c2f1;
    border-radius: 4px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}
#sale-course-rank-cake-select option{
    background-color: none;
    color: #000;
    font-size: 15px;
}
#sale-course-rank-cake{
    height: 410px !important;
}

.sales-ranking img{
    width: 15px;
    height: 17px;
}
.sales-ranking span{
    color:#79c9ff;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 16px;
}
.sales-ranking .resou-tit{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 5px;
    width:70%;
    float: left;
}

.am-text-left{
    text-align: left;
}
#sale-course-rank-list th{
    padding-left: 0 !important;
    text-align: left !important;
    font-weight: normal;
    color: #6e98fc;
}
#saleCourseRankList  .am-text-center{
    /*text-align: left !important;*/
}
#saleCourseRankList .am-text-left{
    text-align: left !important;
}
#saleCourseRankList tr{
    line-height: 28px;
    color: #b6d7ff;
}

.middle-sales {
    background:url("/static/org/images/bigbg.png") no-repeat;
    background-size: 100% 100%;
    height: 340px;
    padding: 15px 10px;
    margin-top: 15px;
}
#sale-trend-chart-select{
    background: none;
    border: 1px solid #a2c2f1;
    padding: 2px 10px;
    color: #a2c2f1;
    border-radius: 4px;
    float: right;
    position: absolute;
    z-index: 9999;
    font-size: 15px;
}
#sale-trend-chart-select option{
    background-color: none;
    color: #000;
    font-size: 15px;
}
.age-sex{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
    margin-top: 15px;
    height:436px;
}
#user-sex-data{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}
#user-sex-data div{
    width: 32%;
    color: #a7a7a8;
    font-size: 14px;
    display: flex;
    vertical-align: center;
}
#user-sex-data .colorblock{
    width: 12px;
    height: 11px;
    display: block;
    margin-top: 8px;
}
#user-sex-data span{
    margin-right: 3px;
}
.middle-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.sales-category{
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
    width: 49%;
}
.edu-category{
    width: 49%;
    background: #0b1647;
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 10px 10px 15px 10px;
}
.sales-category img{
    width: 15px;
    height: 17px;
}
.sales-category span{
    color:#79c9ff;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 16px;
}
#sale-cate-chart-select{
    background: none;
    border: 1px solid #a2c2f1;
    padding: 2px 10px;
    color: #a2c2f1;
    border-radius: 4px;
    float: right;
    font-size: 15px;
}

#sale-cate-chart-select option{
    background-color: none;
    color: #000;
    font-size: 15px;
}