html,body,div,span,applet,iframe,h1,h2,h3,h4,h5,h6,p,a,img,ul,ol,li,form,label,input,table,tr,td,th,textarea,tbody,tfoot,thead,dl,dd,dt {
  padding: 0;
  margin: 0;
}
body{
  width: 100%;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
button,input,select,textarea {
  font-size: 100%;
}
img {border: 0;vertical-align: middle;}
a {
  text-decoration: none;
  background-color: none;
  cursor: pointer;
}
:focus{outline: none;}
.clearfix{
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
ul,li {
  list-style: none;
}

/** 鼠标移上显示消失文本框 */
.text-box{
  z-index: 999;
  position:fixed;
  top: 0;
  right: 1.625rem;
  display: flex;
  width: auto;
  padding: 0.375rem 0.375rem;
  background: #FFFFFF;
  opacity: 0.9;
  margin-top: 1rem;
}
.text-box>div{
  margin: 0 0.25rem;
  display: flex;
  flex-direction: column;
}
.text-tit{
  cursor: pointer;
  height: 0.2625rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
}
ul{
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
li{
  cursor: default;
  font-size: 0.175rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #666666;
}
li>a{
  text-decoration:none;
  color:#666666;
}
li>a:hover{
  color:#3C6BB3;
  cursor: pointer;
}
.topborder{
  border: 0.0125rem dashed #D9D9D9;
}
.disnone{
  display: none;
}

/* 百度地图插件样式 */
/* #mapbox{
  height: 5.375rem;
  width: 11.25rem;
  padding: 0.1875rem;
  border: 0.0125rem solid #d9d9d9;
} */
#map_container {
  width: 100%;
  height: 100%;
}

/* 回到顶部按钮 */
.back-top{
  position: sticky;
  top: 10rem;
  height: 0rem;
  float: right;
  right: 0.625rem;
  align-items: center;
}
.back-top>a{
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.375rem;
  background: #FFFFFF;
  border: 0.0125rem solid #333333;
  line-height: 0.375rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.125rem;
}