.map-content {
  position: relative;
  margin: 0 auto;
  width: 30.23rem;
  height: 24.98rem;
  background: url(/images/other/map.png) no-repeat center 100%;
}

.map-label {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  height: 0.85rem;
  background: #ffffff;
  color: #4b84e4;
  line-height: 0.85rem;
  font-size: 0.45rem;
  text-align: center;
  border-radius: 0.15rem;
}

.map-label1 {
  top: 15rem;
  right: 3rem;
}

.map-label2 {
  top: 15rem;
  right: 16.5rem;
}

.map-label3 {
  top: 14rem;
  right: 6.5rem;
}

.map-label4 {
  bottom: 6.5rem;
  right: 8.4rem;
}

.map-label5 {
  bottom: 2.7rem;
  right: 7rem;
}

.map-label6 {
  top: 11rem;
  right: 5rem;
}

.map-label7 {
  top: 14.1rem;
  right: 3.8rem;
}

.map-label.active {
  background: #4b84e4;
  color: #ffffff;
}

.map-contact {
  position: absolute;
  z-index: 0;
  display: none;
  width: 11.5rem;
  height: 5.25rem;
  border: 0px solid #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, #f1f4f7 100%);
  box-shadow: 0rem 0rem 1rem 0rem #d5dded;
  opacity: 0.7;
  border-radius: 0.15rem;
  padding: 0.5rem 0.5rem;
}

.map-contact1 {
  top: 9rem;
  right: 6rem;
}

.map-contact2 {
  top: 18.6rem;
  right: 11rem;
}

.map-contact3 {
  top: 15.8rem;
  right: 9rem;
}

.map-contact4 {
  left: 8.1rem;
  bottom: -2.6rem;
}

.map-contact5 {
  left: 10.1rem;
  bottom: -2.6rem;
}

.map-contact6 {
  top: 9rem;
  right: 8rem;
}

.map-contact7 {
  top: 15.2rem;
  right: 6.8rem;
}

.map-contact.active {
  display: block;
}

.map-contac-header {
  text-align: left;
  font-size: 0.5rem;
  font-weight: 500;
  color: #0052d9;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #0052d9;
}

.map-contact>ul {
  margin-top: 0.2rem;
}

.map-contact>ul>li {
  text-align: left;
  font-size: 0.35rem;
  font-weight: 500;
  color: #43506a;
  line-height: 0.6rem;
}

.map-line {
  height: 2px;
  width: 2.2rem;
  background-color: #4b84e4;
  position: absolute;
  top: -0.1rem;
  right: -1.8rem;
  transform: rotate(168deg);
}

.map-line.map-line1 {
  top: 5.5rem;
  right: -1.8rem;
  transform: rotate(216deg);
}

.map-line.map-line3 {
  top: -0.68rem;
  transform: rotate(136deg);
}

.map-line.map-line6 {
  width: 3.2rem;
  top: 1.29rem;
  right: -2.4rem;
  transform: rotate(238deg);
}

.map-contact::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 0.35rem solid;
  border-color: #0052d9 #0052d9 transparent transparent;
}


.map-contact.map-contact1::after {
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  top: calc(100% - 0.7rem);
  border: 0.35rem solid;
  border-color: transparent #0052d9 #0052d9 transparent;
}

.play-content {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  overflow: hidden;
  text-align: left;
}

.play-item {
  width: 44%;
  margin-top: 1.5rem;
  margin-left: 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #FFFFFF 0%, #F1F4F7 100%);
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  padding: 0.825rem 1.375rem;
}

.play-item.play-item1 {
  padding-top: 0.2rem;
}

.play_logo img {
  max-width: 331px;
  height: 50px;
}

.play-item.play-item1 .play_logo img {
  height: 105px;
  margin-left: -0.5rem;
}

.play_num {
  font-weight: 800;
  font-size: 30px;
  color: #43506A;
  line-height: 36px;
  margin: 0.825rem 0;
}

.play-item.play-item1 .play_num {
  margin: 0 0 0.825rem 0;
}

.play-item.play-item-img {
  background-image: none;
}

.play_text {
  font-weight: 600;
  font-size: 21px;
  color: #43506A;
  line-height: 36px;
}

.play-item>img {
  width: 110%;
  margin-bottom: 1rem;
  background: linear-gradient(0deg, #ffffff 0%, #f1f4f7 100%);
}

.agreement-content {
  text-align: left;
}

.agreement-content>b,
.agreement-content>p,
.agreement-content div {
  line-height: 0.6rem;
  font-size: 0.35rem;
}

.agreement-content>b {
  line-height: 1.6rem;
  font-size: 0.5rem;
  font-weight: bold;
}

.agreement-content>p>b {
  font-weight: bold;
  line-height: 0.65rem;
  font-size: 0.4rem;
  line-height: 1.2rem;
}
