*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
.marginRight_10{
    margin-right: 0.1rem;
}
.marginRight_20{
    margin-right: 0.2rem;
}
.marginBottom_20{
    margin-bottom: 0.2rem;
}
#big_box{
    background: url('../img/background_img.jpg') no-repeat fixed ;
    background-size:100% 100%;
    width: 100vw;
    height: 100vh;
    padding: 0.2rem 0.4rem;
}
.table_box{
    height: 90%;
    display: flex;
    justify-content: space-between;
}
.table_left{
    width: 60%;
    height: 100%;
    position: relative;
    margin-right: 0.2rem;
}
.table_left .tit{
    width: 3rem;
    height: 0.7rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    text-align: center;
    line-height: 0.7rem;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left:-1.5rem;
    font-size: 0.26rem;
    z-index: 1000;
}
.table_right{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction:column;
    overflow: hidden;
}
.table_right>div:nth-child(2){
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-between;
}
.title{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.38rem;
    color: #ffffff;
}
.title>div:nth-child(1){
    display: flex;
    align-items: center;
}
.title img{
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.2rem;
    display: inline-block;
}
.time{
    font-size: 0.32rem;
}
.time_1{
    color: #00ebfc;
}
.time_2{
    color: #ffffff;
}

/* 收入 */
.money{
    display: flex;
    justify-content: flex-start;
}
.money_day,.money_month{
    padding-left: 0.58rem;
    margin-right: 1.2rem;
}
.money_day>div:nth-child(1),
.money_month>div:nth-child(1){
    font-size: 0.2rem;
    
    line-height: 0.5rem;
}
.money_day>div:nth-child(1){
    color: #00ebfc;
}
.money_month>div:nth-child(1){
    color: #ff621b;
}
.day_,.month_{
    display: flex;
    justify-content: flex-start;
}
.day_>div,.month_>div{
    width: 0.26rem;
    height: 0.46rem;
    font-size: 0.36rem;
    line-height: 0.46rem;
    text-align: center;
    color: #ffffff;
}
.day_>div{
    background-image: linear-gradient(#00ebfc,#009ab1,#007592,#00a8b2,#007a88);
}
.month_>div{
    background-image: linear-gradient(#ff884e,#be3600,#7b0000,#bc0000,#780000);
}

/* 销售排行榜 */
.SalesLeaderboard{
    width: 100%;
    height: 50%;
    margin-top: 0.2rem;
    background-color: rgba(43, 60, 93, 0.5);
    padding:0.1rem 0.4rem 0.2rem 0.4rem;
}
._title{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #cbecff;
    font-size: 0.16rem;
    
}
._title>img{
    width: 0.2rem;
    height: 0.2rem;
}
.List{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
}
.List_1,.List_2,.List_3{
    width: 30%;
}
.List_1>div:nth-child(1),
.List_2>div:nth-child(1),
.List_3>div:nth-child(1){
    width: 50%;
    height: 0.4rem;
    text-align: center;
    margin:0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
    border-radius: 0.45rem;
    color: #ffffff;
}
.List_1>div:nth-child(1){
    background-color: #00afc4;
}
.List_2>div:nth-child(1){
    background-color: #00b472;
}
.List_3>div:nth-child(1){
    background-color: #f28252;
}
.type_1,.type_2{
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0.23rem;
    align-items: center;
    color: #c2eaf4;
    font-size: 0.14rem;
}
.type_1{
    background-color: rgba(0, 140, 180, 0.15);
}
.type_1 .num,.type_2 .num{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
    border-radius: 0.05rem;
    margin-right: 0.26rem;
    background-color: #00b4af;
}
.List .first{
    background-color: #fb4b56;
}
.List .second{
    background-color: #f28252;
}
.List .third{
    background-color: #e1c406;
}

/* 收入月度统计 */
.MonthlyStatistics{
    width: 100%;
    height:35%;
    margin-top: 0.2rem;
    background-color: rgba(43, 60, 93, 0.5);
    padding:0.1rem 0.4rem 0.2rem 0.4rem;
}

/* 收入类型 */
.IncomeType{
    width: 100%;
    height: 25%;
    background-color: rgba(43, 60, 93, 0.5);
    padding:0.1rem 0.4rem 0.2rem 0.4rem;
    margin-bottom: 0.2rem;
}
/* 任务进度 */
.taskProgress{
    width: 100%;
    height: 60%;
    background-color: rgba(43, 60, 93, 0.5);
    padding:0.1rem 0.4rem 0.2rem 0.4rem;
}
.progress_list{
    width: 96%;
    height: 80%;
    margin: 0 auto;
}
.progress_list>div{
    height: 0.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}
.progress_list>div>div:nth-child(1),
.progress_list>div>div:nth-child(3){
    width: 10%;
    text-align: center;
}
.progress_all{
    width: 75%;
    height: 0.15rem;
    background-color: #ffffff;
}
.progress_now{
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to right, #7801F9 , #ff1955);
}


.Users{
    margin-top: 0.14rem;
    margin-bottom: 0.14rem;
    display: flex;
    justify-content: space-around;
}
.userTitle{
    line-height: 0.44rem;
    font-size: 0.2rem;
    color: #cbecff;
}
.userNumber{
    font-size: 0.34rem;
}