
.map_banner{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 3.75rem;
    color: #28F1FA;
    line-height: 5.83rem;
    letter-spacing: 4px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top:5px;
}
.map_top{
    width: 100%;
    height: 7.75rem;
    background: linear-gradient( 180deg, #002144 0%, rgba(0,33,68,0.1611) 100%);
    position: absolute;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    z-index: 10;
}
.banner_time{
    color: #FFFFFF;
    position: absolute;
    float: right;
    left: 2.08rem;
    top: 1rem;
    font-size: 1.5rem;
}
.map_top img{
    max-width: 100%;
}
.banner_user{
    position: absolute;
    float: right;
    right: 5.78rem;
    top: 1rem;
}
.banner_user a{
    color: #FFFFFF !important;
    font-size: 1.5rem !important;
}
.banner_icon{
    position: absolute;
    float: right;
    right: 2.78rem;
    top: 1.1rem;
    cursor: pointer;
}
.banner_icon{
    width: 20px;
    height: 20px;
}