
.container-wrap[data-v-45bc935e] {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.btn-wrap[data-v-45bc935e] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: rgba(0,0,0,0.3);
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.close-btn[data-v-45bc935e] {
  position: absolute;
  top: 30px;
  right: 30px;
}
.arrow-btn[data-v-45bc935e] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.left-arrow[data-v-45bc935e] {
  left: 30px;
}
.right-arrow[data-v-45bc935e] {
  right: 30px;
}
.card-secret-wrap[data-v-45bc935e] {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 90px;
}
.card-secret-wrap .content[data-v-45bc935e] {
  box-sizing: border-box;
  width: 900px;
  height: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 16px;
}
.img-content[data-v-45bc935e] {
  max-width: 100%;
  max-height: 100%;
}


