.HotspotPoint__point__3GEmahoi {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0);
  border: 1px solid transparent;
  transition: border 300ms; }
  .HotspotPoint__point__3GEmahoi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    transition: transform 300ms, background 300ms;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid transparent; }
    .HotspotPoint__point__3GEmahoi:before {
      border-color: #fff; }

.HotspotPoint__hidden__2I1UO_ir {
  pointer-events: none; }
  .HotspotPoint__hidden__2I1UO_ir:before {
    transform: translate(-50%, -50%) scale(0); }

.HotspotPoint__opened__17jxY6X7 {
  border-color: #fff; }

.HotspotPoint__opened__17jxY6X7:before {
  transform: translate(-50%, -50%) scale(2); }
  
  .HotspotPoint__opened__17jxY6X7:before {
    background: #fff; }

.HotspotPoint__pulsing__1MVjgpDF:before {
  width: 22px;
  height: 22px; }

.HotspotPoint__pulsing__1MVjgpDF::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  transform-origin: center;
  border-radius: 50%;
  box-sizing: border-box;
  animation: HotspotPoint__pulse__1erxfkPR 2s infinite;
  border: 2px solid #fff; }
  
  .HotspotPoint__pulsing__1MVjgpDF::after {
    color: #fff;
    border: 2px solid #fff; }

@keyframes HotspotPoint__pulse__1erxfkPR {
  0% {
    opacity: 0;
    border-width: 2px;
    transform: scale(0.5, 0.5);
    background-color: rgba(255,255,255,.8); }
  50% {
    opacity: 1;
    transform: scale(0.8, 0.8);
    border-width: 2px;
    background-color: rgba(255,255,255,.8); }
  100% {
    opacity: 0;
    border-width: 1px;
    background-color: rgba(255,255,255,.1);
    transform: scale(2.5, 2.5); } }



.btn1 {
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
}
.btn1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
.btn1:hover a {
  color: #fff;
  transition: 0.5s;
}
.btn1:hover::before {
  height: 0;
}
.btn2 {
  display: flex;
  width: 2rem;
  height: 0.52rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  font-size: 0.16rem;
}
.btn2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  top: auto;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
.btn2:hover::before {
  height: 100%;
}
.btn2:hover a {
  color: #000;
}

.video-btn {
    display: none;
}

@media (max-width: 768px){
    .video-btn {
        position: absolute;
        z-index: 4;
        align-items: center;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.4rem;
        width: 2.46rem;
        height: 0.55rem;
        border-radius: 0.27rem;
        cursor: pointer;
        transition: all 0.3s;
        background: rgba(255,255,255,.1);
        opacity: .5;
        display: none;
    }
    .video-btn:hover {
        opacity: 1;
    }
    .video-btn .text {
        font-size: 0.16rem;
        color: #fff;
        margin-right: 0.17rem;
        font-weight: 300
    }
    .video-btn .delta {
        width: 0.08rem;
    }
    .video-btn .delta img {
        width: 100%;
    }

    .video-btn{
        width: 3.88rem;
        height: .87rem;
        border-radius: 0.7rem;
        opacity: 1;
        bottom: 1.75rem
    }
    .video-btn .text{
        font-size: .24rem;
        margin-right: .3rem;
    }
    .video-btn .delta{
        width: .13rem
    }
}