<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-map{
			position: relative;
		}
        .main-map&gt;div{
            border: none!important;
        }
        /* .main-map .info {
            border: solid 1px silver;
        } */
        div.info-top {
            position: relative;
            background: none repeat scroll 0 0 #F9F9F9;
            border-bottom: 1px solid #CCC;
            border-radius: 5px 5px 0 0;
        }
        .amap-controls,
        .amap-logo{
            display: none!important;
        }
        div.info-top div {
            display: inline-block;
            color: #333333;
            font-size: 16px;
            font-weight: bold;
            line-height: 31px;
            padding: 0 10px;
        }
        div.info-top img {
            position: absolute;
            top: 10px;
            right: 10px;
            transition-duration: 0.25s;
            width: auto;
        }
        div.info-top img:hover {
            box-shadow: 0px 0px 5px #000;
        }
        div.info-middle {
            font-size: 14px;
            padding: 6px;
            line-height: 20px;
        }
        div.info-bottom {
            height: 0px;
            width: 100%;
            clear: both;
            text-align: center;
        }
        div.info-bottom img {
            position: relative;
            z-index: 104;  width: auto;         
        }
        .main-map span {
            margin-left: 5px;
            font-size: 14px;
        }
        .info-middle img {
            margin-bottom: 6px;width: auto;
        }
		.amap-info&gt;div{
			width:100%;
			margin-left:0px;
		}
        .pp_gallery ul a img{
    width: 50px;
}
a.pp_previous,
a.pp_next,
#hoverNav a{
    transition: 0s;
}</pre></body></html>