.hotspot {
  width: 1200px;
  height: 600px;
}

.hotspot_top {
  display: flex;
  justify-content: center;
  color: #333;
  font-weight: bold;
  font-size: 32px;
}

.swiper {
  width: 762px;
  height: 333px;
  margin: 0;
  margin-top: 60px;
  border-radius: 10px;
}

.hotspot_content {
  display: flex;
  justify-content: space-between;
}

.swiper_img {
  position: relative;
  width: 762px;
  height: 395px;
  object-fit: cover;
}

.swiper_title {
  padding: 40px 12px 25px 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.3);
}

.swiper_title_top {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 545px;
  letter-spacing: 1px
}

.swiper_title_bottom {
  display: inline-block;
  color: #fff;
  width: 554px;
  height: 35px;
  font-size: 12px
}

.more {
  width: 140px;
  height: 40px;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  float: right;
  transform: translate(-15px, -30px);
}

.more:hover {
  border: 1px solid #2878FF;
  color: #2878FF;
}

.hotspot_right {
  width: 388px;
  height: 396px;
  background: #FFFFFF;
  border: 2px solid #DADADA;
  margin-top: 60px;
  border-radius: 10px;

}

.card_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #101010;
  line-height: 38px;
}

.card_center {
  width: 270px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #606266;
  line-height: 22px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

.card_hr {
  width: 270px;
  height: 1px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  margin: 0 auto;
}

.card_bottom {
  font-size: 12px;
  margin-left: 58px;
  color: #606266;
}

:root {
  --swiper-theme-color: #f2f2f2;
}

.hotspot_content .swiper-pagination-bullet {
  background: #ffffff;
}

.hotspot .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 28px;
  left: 326px;
  width: 93%;
}

.hotspot .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
}