div.amap-info-content{
    width: 600px;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(5px);
    border: 2px solid #4A49CA;
    color: #fff;
    padding: .5rem !important;
    box-shadow: 10px 10px 30px rgba(0,0,0,.6) !important;
}

div.bottom-center .amap-info-sharp{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4A49CA;
}

.showBox{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.showBox img{
    width: 200px;
}

.showBox div{
    display: flex;
    flex-direction: column;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.76) 50%, rgba(0, 0, 0, 0) 100%);
}

header video{
    width: 100%;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 70px;
    background:url(../images/foot.png) no-repeat top center;
    background-size: 80% auto;
    line-height: 90px;
    color: #8A92C3;
    font-size: .8rem;
    text-align: center;
}
.top{
    background: url(../images/top.png) no-repeat top center;
    background-size: 100% auto;
    height: 128px;
}

.amap-logo{
    display: none !important;
}

.amap-marker{
    margin-left: -10px;
    margin-top: -25px;
}