.map_demand{
    width: 100%;
    height: 28.66rem;
}
.demand_top{
    width: 100%;
    height: 8.85rem;
    display: flex;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.demand_top_left{
    width: 13.52rem;
    height: 4.81rem;
    /* background: linear-gradient( 180deg, rgba(1,20,42,0.77) 0%, rgba(7,61,120,0.77) 100%); */
    background-image: url("/static/map/image/demand_1.png");
    border: 0.08rem solid #417BD6;
    margin: auto;
    display: flex;
    cursor: pointer;
}
.d_t_l_img{
    width: 5.75rem;
    height: 4.81rem;
}
.d_t_l_top{
    height: 2.83rem;
}
.d_t_l_i_num{
    font-size: 1.5rem;
    line-height: 3.2rem;
}
.d_t_l_i_unit{
    font-size: 0.75rem;
    line-height: 3.2rem;
    color: rgba(255, 255, 255, 0.64);
}
.d_t_l_text{
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.64);
}
.demand_top_right{
    width: 13.52rem;
    height: 4.82rem;
    /* background: linear-gradient( 180deg, rgba(1,20,42,0.77) 0%, #077078 100%); */
    background-image: url("/static/map/image/demand_2.png");
    border: 0.08rem solid #41D6D6;
    margin: auto;
    display: flex;
    cursor: pointer;
}


.demand_info{
    width: 100%;
    height: 23.85rem;
}
.demand_detail{
    width: 100%;
    height: 17rem;
}

.window_demand{
    width: 83.17rem;
    height: 102.25rem;
    background: #051F3D;
    /* background: rgba(0,0,0,0.9); */
    border-radius: 0rem 0rem 0rem 0rem;
    display: none;
}
.demand_chart,.demand_chart_2{
    width: 76.48rem;
    height: 37.25rem;
    margin: auto;
}