@charset "utf-8";
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666666;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-style: normal;
  font-weight: inherit;
}
.clearfix {
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.clearfix:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*改变滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.com-main {
  width: 100%;
  position: relative;
}
.com-lati-longi,
.com-map-info,
.anchorBL,
.BMap_cpyCtrl {
  display: none;
}
