        #container-amap{
            width: 100%;
            height: 600px;
        }
        #container-amap .custom-info{
            font-size: 16px;
        }
        #container-amap .info-top{
            background: #fff;
            border-bottom: 1px solid #eee;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            padding: 10px 15px;
            font-weight: bold;
        }
        #container-amap .close{
            position: absolute;
            /* background: #aaa; */
            width: 20px;
            height: 20px;
            top: 11px;
            right: 16px;
        }
        #container-amap .close::before{
            content: "";
            width: 24px;
            height: 2px;
            transform: rotate(45deg);
            background: #666;
            position: absolute;
            top: 9px;
            right: -4px;
            border-radius: 5px;
        }
        #container-amap .close::after{
            content: "";
            width: 24px;
            height: 2px;
            transform: rotate(-45deg);
            background: #666;
            position: absolute;
            top: 9px;
            right: -4px;
            border-radius: 5px;
        }

        #container-amap .info-middle{
            background: #fff;
            padding: 10px 15px;
            line-height: 1.5;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        #container-amap .info-bottom{
            position: relative;
            top: 0px;
            margin: 0px auto;
            height: 8px;
        }
        #container-amap .sharp{
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #fff;
        }
        @media (max-width:768px) {
            #container-amap{
            height: 300px;
        }
        }
        .amap-copyright{
            display: none !important;
        }
        .amap-logo{
            z-index: 80 !important;
        }
        .amap-overlays {
            z-index: 80 !important;
        }