body {
  position: absolute;
}
.trak {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
}
header {
  width: 100%;
  height: .88rem;
  background: #1cb893;
  padding: 0 0 0 .18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo a {
  display: block;
  width: 2.04rem;
  height: .62rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/logo1.png") no-repeat;
  background-size: 100% 100%;
}
header .mapTit {
  margin-right: 1.2rem;
  font-size: .31rem;
  color: #fff;
  font-family: 'FZLTCHJW';
}
header .nav {
  width: 1rem;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
header .nav .navBtn {
  display: inline-block;
  width: .42rem;
  height: .32rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/navlist.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.21rem;
  margin-top: -0.16rem;
}
header .nav .navList {
  background: #404040;
  width: 3.72rem;
  height: 7.03rem;
  border-radius: .1rem;
  position: absolute;
  right: .15rem;
  top: 1.06rem;
  padding: .15rem 0 0 .53rem;
  display: none;
}
header .nav .navList li.sj {
  width: .26rem;
  height: .15rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/sj.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.15rem;
  right: .42rem;
}
header .nav .navList li {
  padding-top: .35rem;
  display: flex;
  justify-content: flex-start;
}
header .nav .navList li em.hp {
  width: .38rem;
  height: .38rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/homepage.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.xk {
  margin-top: 0.1rem;
  width: .35rem;
  height: .3rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/cuorse.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.zb {
  margin-top: 0.1rem;
  width: .35rem;
  height: .32rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/live.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.tyk {
  margin-top: 0.1rem;
  width: .35rem;
  height: .28rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/experience.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.kyzx {
  margin-top: 0.1rem;
  width: .35rem;
  height: .38rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/information.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.mfzl {
  margin-top: 0.1rem;
  width: .35rem;
  height: .34rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/data.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li em.grzx {
  margin-top: 0.1rem;
  width: .35rem;
  height: .38rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/user.png") no-repeat center;
  background-size: 100%;
}
header .nav .navList li a {
  flex: 1;
  height: .38rem;
  line-height: .48rem;
  font-size: .3rem;
  color: #fff;
  padding-bottom: .58rem;
  border-bottom: .01rem solid #666;
  margin-left: .13rem;
  padding-left: .21rem;
}
header .nav .navList li a.last {
  border: none;
}
.content_wrapper {
  padding: .32rem 0 0 .2rem;
}
.content_wrapper .hot {
  font-size: .28rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/hot.png") no-repeat;
  background-size: contain;
  height: .25rem;
  padding-left: .34rem;
  color: #1cb893;
  font-family: 'FZLTCHJW';
}
.content_wrapper .hotList {
  margin-top: .24rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content_wrapper .hotList a {
  width: 3.16rem;
  height: .7rem;
  border: .01rem solid #c7c7c7;
  text-align: center;
  line-height: .7rem;
  font-size: .26rem;
  color: #666;
  border-radius: .1rem;
  margin-bottom: .18rem;
  margin-right: .17rem;
}
.content_wrapper .conBox .publicTit {
  font-size: .28rem;
  background: url("https://www.gatsbysonthebaysi.com/ztm/map/images/public.png") no-repeat left center;
  background-size: .23rem .18rem;
  height: .25rem;
  padding-left: .34rem;
  color: #1cb893;
  font-family: 'FZLTCHJW';
  margin-top: .17rem;
}
.content_wrapper .conBox .publicList {
  margin-top: .24rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content_wrapper .conBox .publicList a {
  width: 3.16rem;
  height: .7rem;
  border: .01rem solid #c7c7c7;
  text-align: center;
  line-height: .7rem;
  font-size: .26rem;
  color: #666;
  border-radius: .1rem;
  margin-bottom: .18rem;
  margin-right: .17rem;
}
footer {
  width: 100%;
  height: 1.39rem;
  background: #494949;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer p {
  font-size: .15rem;
  color: #fff;
  line-height: .23rem;
}
footer p a {
  color: #fff;
}
