#containers {
  width: 100%;
  height: 100vh;
  transform: scale(1.2);
}

.custom-container {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  /* 设置统一的字体大小 */
}

#containers > div > div:last-child {
  opacity: 0;
}
.custom-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.custom-text,
.custom-dress {
  font-size: 16px;
  font-weight: 100;
}

.custom-button {
  width: 80px;
  height: 30px;
  background: #fff;
  line-height: 28px;
  color: #3775f2;
  font-weight: 400;
  padding: 0;
  border: 1px solid #3775f2;
  z-index: 999;
  font-size: 15px;
  margin-top: 20px;
}

.custom-button:hover {
  color: #0f40f5;
  border: 1px solid #0f40f5;
}

.custom-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-top: -50px;
}

.position-one {
  width: 350px;
  background: transparent;
  position: absolute;
  top: 20px;
  left: -600px;
}

.position-two {
  width: 350px;
  background: transparent;
  position: absolute;
  top: 200px;
  left: 200px;
}

.default-position {
  width: 350px;
  background: transparent;
  position: absolute;
  top: 100px;
  left: -400px;
}
