.container {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  position: relative;
  width: 1920px;
  height: 1080px;
}
/* .header {
  font-size: 3vw;
  margin-bottom: 2vw;
}
.content {
  font-size: 2vw;
  background: rgba(255,255,255,0.1);
  padding: 2vw 4vw;
  border-radius: 1vw;
} */
/* @media (max-width: 800px) {
  .header { font-size: 6vw; }
  .content { font-size: 4vw; padding: 4vw 2vw; }
} */
.background-image {
  width: 1920px;
  height: 1080px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.shanghai {
  position: absolute;
  top: 152px;
  left: 57px;
  width: 228rpx;
  height: auto;
  z-index: 1;
  object-fit: cover;
}
.indexTitle {
  position: absolute;
  top: 51px;
  right: 60px;
  color: #fff;
  z-index: 2;
  width: 391px;
  height: auto;
}
.mapView {
  position: relative;
}

.mapView .bg-map {
  width: 100%;
  height: auto;
  vertical-align: middle;
  /* object-fit: cover; */
  /* object-fit: inherit; */
  /* background-image: url('./static/images/bg-map.png'); */
  /* background-size: cover;
  background-position: center; */
  /* z-index: -1; */
}
.areaView {
  position: absolute;
  top: 283px;
  right: 0;
}
.areaView .religion {
  position: absolute;
  background: linear-gradient(180deg,#6AC2F2 0%, #004694 100%);
  width: 240px;
  height: 487px;
  right: 749px;
  border-radius: 30px 0px 30px 0px;
  z-index: 2;
  padding-top: 24px;
}
.areaView .religion .btn {
  width: 206px;
  /* height: 70px; */
  line-height: 62px;
  background: #0061A6;
  /* box-shadow: 0px 0px 2px 0px #043E75; */
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}
.areaView .religion .btn-o {
  border: 1px solid #FFFFFF;
  background-color: #75BDED;
}
.areaView .area {
  position: relative;
  background: rgba(255, 255, 255, 0.59);
  width: 782px;
  height: 404px;
  margin-top: 45px;
  padding: 58px 0 0 58px;
}
/* .areaView .area .area-item {
  position: absolute;
  top: 58px;
  left: 58px;
} */
.areaView .area .areaBg {
  background: url('../img/indexGroup.png') no-repeat center;
  background-size: 148px 63px;
  width: 148px;
  height: 63px;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: left;
  padding-left: .6rem;
  letter-spacing: 1.2px;
  vertical-align: middle;
  margin-right: 28px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}