body{
    width: 1920px;
    height: 1080px;
    /*background: url("../images/bg2.png") no-repeat center center;*/
    background: url("../images/bg.png") no-repeat center center;
    background-size: cover;
}
.section{
    width: 1840px;
    height: 100%;
    padding: 0 40px;
}
.title{
    margin-left: 15px;
    padding-left: 16px;
    font-size: 24px;
    color: #00FFFF;
    border-left: 8px solid #00FFFF;
    line-height: 30px;
}
.middle{
    width: 900px;
    margin: 0 40px;
    overflow: hidden;
}
/*header*/
.header{
    position: relative;
    height: 95px;
    overflow: hidden;
}
.header-title{
    font-size: 20px;
    color: #01FFFF;
    margin: 44px 17px 0 9px;
}
.header-logo{
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 30px;
    color: #058BE8;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.18);
    background: linear-gradient(0deg, #07BEFA 0%, #00F6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*letter-spacing: 0.2em;*/
    font-weight: bold;
    -webkit-box-reflect: below 6px
    -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(254, 255, 255, 0.1)));
}
.header-time{
    margin: 44px 71px 0 12px;
    color: #01FFFF;
    font-size: 20px;
    line-height: 30px;
}
.header-time #zhou{
    margin-left: 20px;
}
/*content*/
.content {
    margin-top: 40px;
    overflow: hidden;
}
/*场馆类型占比*/
.venue_type{
    width: 430px;
    height: 275px;
    margin-top: 20px;
}
.venue_type #type_pie{
    width: 400px;
    height: 250px;
}

/*平台数据*/
.data{
    width: 900px;
    height: 590px;
    margin-top: 19px;
}
.data .three_data ul{
    margin: 0 17px;
    margin-top: -33px;
}
.data .three_data ul li{
    width: 153px;
    height: 150px;
    background: url("../images/data_bg.png") no-repeat center center;
    overflow: hidden;
    text-align: center;
}
.data .three_data ul li>div:nth-child(1){
    margin-top:57px;
    color: #F3A704;
    font-size: 20px;
    font-weight: bold;
}
.data .three_data ul li>div:nth-child(2){
    margin-top: 10px;
    font-size: 24px;
    color: #F6CB6F;
    font-weight: bold;
}
.data .three_data ul li:nth-child(2){
    margin: 0 113px;
}
.data .data_total{
    margin: 0 126px 0 134px;
}
.data .data_total img:nth-child(1){
    margin-top: 88px;
}
.data .data_total img:nth-child(3){
    margin-top: 78px;
}
.data .data_total>.total{
    position: relative;
    width: 359px;
    height: 359px;
    margin: 0 63px;
    background:url("../images/total.png") no-repeat center center;
    margin-top: -25px;
}
.data .data_total>.total>div{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.data .data_total>.total>div>div:nth-child(1){
    font-size: 16px;
    color: #FFFFFF;
}
.data .data_total>.total>div>div:nth-child(2){
    width: 189px;
    height: 83px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 83px;
    background: url("../images/total_num.png") no-repeat center center;
    margin-top: -10px;
}
.data .five_data{
    margin: 6px 50px 0 70px;
}
.data .five_data li{
    width: 146px;
    height: 135px;
    background: url("../images/five_data.png") no-repeat center center;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
}
.data .five_data li>div:nth-child(1){
    margin-top: 50px;
    font-size: 20px;
}
.data .five_data li>div:nth-child(2){
    margin-top: 33px;
    font-size: 18px;
}
/*!*场馆预约次数走势*!*/
/*.booking_trends{*/
/*    width: 900px;*/
/*    height:275px;*/
/*    margin-top: 40px;*/
/*}*/
/*.booking_trends #booking_line{*/
/*    width: 100%;*/
/*    height: 220px;*/
/*    margin: 0 auto;*/
/*}*/
/*活动类型占比*/
.actvity_types{
    width: 430px;
    height: 275px;
    margin-top: 20px;
}
.actvity_types .activity_total{
    position: relative;
    width: 400px;
    height: 260px;
    margin: 0 auto;
}
.actvity_types #activity_proportion{
    width: 100%;
    height: 100%;
}
.actvity_types .total_num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #00FFFF;
    font-size: 14px;
    z-index: 999;
}
.actvity_types .total_num>div:nth-child(2){
    margin-top: 10px;
}
.actvity_types .total_num>div:nth-child(2)>span{
    font-size: 34px;
}

/*活动状态数量统计*/
.actvity_type{
    width: 400px;
    height: 260px;
    /*background: rgba(209, 192, 165, 0.15);*/
    /*border-radius: 30px;*/
    margin-top: 56px;
    overflow: hidden;
    position: relative;
}
.actvity_type .actvity_type_data{
    position: relative;
    width: 340px;
    margin: 14px auto 0;
}
.actvity_type .actvity_type_bar{
    width: 100%;
    height: 230px;
}
.actvity_type .line{
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 100%;
    height:1px;
    background: rgba(118, 189, 255, 0.5);
}
.actvity_type .line img{
    position: absolute;
    right: -8px;
    top: -50%;
    transform: translate(0,-50%);
}
/*活动服务人数*/
.activity_fwNum{
    width: 430px;
    height: 265px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.activity_fwNum_legend{
    position: absolute;
    top: 130px;
    left: 14px;
}
.activity_fwNum_legend span{
    display: inline-block;
    width: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    padding-top: 22px;
    text-align: center;
}
.activity_fwNum_legend span:first-child:after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: #36B1FF;
    box-shadow: 0px 0px 8px 0px #36B1FF;
    opacity: 0.8;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.activity_fwNum_legend span:last-child:after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: #215595;;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/*活动参与人数走势*/
.activity_cyNum{
    width: 900px;
    height: 275px;
    overflow: hidden;
    position: relative;
    margin-top: 58px;
}

.activity_cyNum_legend{
    position: absolute;
    top: 25px;
    right: 10px;
}
.activity_cyNum_legend span{
    display: inline-block;
    line-height: 20px;
    margin-right: 34px;
    position: relative;
    padding-left: 37px;
}
.activity_cyNum_legend span:first-child{
    color:#45E4F1 ;
}
.activity_cyNum_legend span:last-child{
    color: #DB3AF0;
}
.activity_cyNum_legend span:first-child:after{
    content: "";
    display: block;
    width: 31px;
    height: 4px;
    border-radius: 10px;
    background: #45E4F1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.activity_cyNum_legend span:last-child:after{
    content: "";
    display: block;
    width: 31px;
    height: 4px;
    border-radius: 10px;
    background:#DB3AF0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*活动类型占比*/
.activity_type{
    width: 430px;
    height: 275px;
    margin-top: 20px;
}
.activity_type .activity_total{
    position: relative;
    width: 400px;
    height: 260px;
    margin: 20px auto 0;
}
.activity_type #activity_proportion{
    width: 100%;
    height: 100%;
}
.activity_type .total_num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #00FFFF;
    font-size: 14px;
    z-index: 999;
}
.activity_type .total_num>div:nth-child(2){
    margin-top: 10px;
}
.activity_type .total_num>div:nth-child(2)>span{
    font-size: 34px;
}