body {
  background: #0f0232;
}

.header .right .list p:nth-child(5) {
  color: #fe2a44;
}

.incestor {
  width: 100%;
  min-height: 100vh;
  background: #0f0232;
  overflow: scroll;
}

.contain {
  display: flex;
  width: 80%;
  height: 460px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 100px;
}

.contain .left {
  position: relative;
  width: 500px;
  min-width: 500px;
  height: 460px;
  background: #fff;
}

#allMap {
  width: 500px;
  height: 460px;
}

.contain .left .map {
  width: 100%;
  height: 100%;
}

.contain .left .sample {
  width: 240px;
  height: 33px;
  line-height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
}

.contain .left .sample.map-icon {
  background: #0f0232;
}

.contain .right {
  width: 650px;
  height: 460px;
  margin-left: 140px;
}

.contain .right .title {
  text-align: center;
  color: #a30055;
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
}

.contain-en .right .title {
  font-size: 22px;
}

.contain .right div {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-top: 30px;
}

.contain .right div img {
  width: 23px;
  height: 23px;
}

.contain .right div p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-left: 20px;
}

.contain-en .right div p {
  font-size: 12px;
}

.contain .shelter {
  position: absolute;
  top: 0;
  left: 300px;
  width: 371px;
  height: 460px;
}
