.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.17rem;
  font-weight: 300
}
.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 img{
    position: absolute;
    top: 0.52rem;
    display: none;
    width: 1.8rem;
}
.btn2:hover img{
    display: block;
}
.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.17rem;
  font-weight: 300
}
.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;
}








.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); } }
	
	
	
.hover_img{
	width: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	transition: all .4s;
	z-index: 1;
}
.flicker_btn:hover .hover_img{
	transform: translate(-50%,-50%) scale(1.3);
}
.flicker_btn_t{
	position: absolute;
	top: 270%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	z-index: 1;
	transition: all .4s;
	font-size: 0.16rem;
	text-align: center;
	letter-spacing: 0.01rem;
}
.flicker_btn:hover .flicker_btn_t{
	opacity: 1;
}
.flicker_btn{
	position: relative;
	cursor: pointer;
}
