﻿/* 通用 */
body,IMG,ul,li,i,dd,ol,dl,dt{ list-style:none; margin:0; padding:0; border:0;}
body{ font-family: "Alibaba-PuHuiTi-Light",Arial, Helvetica, sans-serif,"微软雅黑"; max-width: 1920px; margin: 0 auto; overflow-x: hidden;}
i{ font-style:normal;}
a{ text-decoration:none;}
h1,h2,h3,h4{display:inline-block;*display: inline;*zoom: 1; margin:0; padding:0; font-weight:100; font-size:100%;}
.edgtf-separator svg * { fill: currentColor;}
a{ transition: all 0.3s ease-in-out;}
a:focus {outline-style:none; -moz-outline-style: none;}
p{margin: 0;}
.none{ display: none !important;}
::focus{ outline: none;}
.mt-20{ margin-top: .2rem;}
.mt-40{ margin-top: .4rem;}
.mt-70{ margin-top: .7rem;}
.main{
    width: 1280px; margin: 0 auto;
}
.transition{ transition: all 0.3s ease-in-out;}
/* 地图标题及备注 */
.iw_poi_title{ font-size: 14px !important;}
.iw_poi_content{ font-size: 12px !important;}
html {
	width: 100%;
	scroll-behavior: smooth;
	/*overflow-x: hidden;*/
}
@media screen and ( max-width:1280px){
    .main{ width: 1280px; margin: 0 auto;}
}
@media screen and ( max-width:768px){
    .main{ width: 100%; box-sizing: border-box; padding: 0 .2rem;}
}
