.navtitle_7ree{
    background-color: var(--dz-BG-0);
    border-bottom: 1px solid var(--dz-BOR-ed);
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size:18px;
    letter-spacing: 2px;
    font-weight: 700;
}

.main_7ree{
    width:100%;
    background-color: #E8EFF5;
    height: 800px;
}


.amap-info-content{
    padding:0;
    border-radius: 6px;

    box-shadow: rgba(0, 0, 0, 0.02) 2.76726px 2.76726px 2.21381px 0px, 
                rgba(0, 0, 0, 0.027) 6.6501px 6.6501px 5.32008px 0px, 
                rgba(0, 0, 0, 0.035) 12.5216px 12.5216px 10.0172px 0px, 
                rgba(0, 0, 0, 0.043) 22.3363px 22.3363px 17.869px 0px, 
                rgba(0, 0, 0, 0.05) 41.7776px 41.7776px 33.4221px 0px, 
                rgba(0, 0, 0, 0.07) 100px 100px 80px 0px;

}

.main_7ree h3{
    color: #FFFFFF;
    background-color: #0066b3;
    font-weight: 700;
    font-size: 16px;
    padding:8px;
}

.main_7ree .msg_7ree{
    display: flex;
    align-items: center;
    padding:8px;
}

.main_7ree .msg_7ree a{
    display: block;
    width:170px;
    height: auto;
    line-height: 20px;
}

.main_7ree .icon_7ree {
    vertical-align: middle;
    margin-right: 5px;
    width:26px;
    height: 26px;
    border: 1px solid #0066b3;
    border-radius: 13px;
}

.main_7ree .sign_7ree{
    text-align: right;
    margin:5px 10px;
    padding:8px;
}