.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100vw;
  height: 116.62vw;
  overflow: hidden;
}

.section_1 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/db99d7bd27dd4b4da3755faaf4176972_mergeImage.png);
  height: 31.25vw;
  width: 100%;
  background-size: cover;
}

.group_9 {
  width: 62.5vw;
  height: 1.83vw;
  margin: 0.93vw 0 0 18.75vw;
}

.label_1 {
  width: 1.88vw;
  height: 1.83vw;
}

.image_1 {
  width: 5.84vw;
  height: 1.2vw;
  margin: 0.26vw 0 0 0.41vw;
}

.text_1 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.1vw 0 0 32.18vw;
}

.text_2 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.1vw 0 0 2.34vw;
}

.text_3 {
  width: 1.67vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.1vw 0 0 1.61vw;
}

.text_4 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.1vw 0 0 1.61vw;
}

.text_5 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.1vw 0 0 1.61vw;
}

.text-wrapper_25 {
  width: 6.25vw;
  height: 4.38vw;
  margin: 11.87vw 0 12.23vw 18.75vw;
}

.text_6 {
  width: 6.25vw;
  height: 4.38vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 3.12vw;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 4.38vw;
}

.section_2 {
  background-color: rgba(245, 245, 245, 1);
  width: 100vw;
  height: 55.53vw;
}

.text_7 {
  width: 8.34vw;
  height: 2.92vw;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 2.08vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 2.92vw;
  margin: 9.94vw 0 0 45.72vw;
}

.group_10 {
  width: 51.52vw;
  height: 2.92vw;
  margin: 4.84vw 0 0 24.11vw;
}

.text-wrapper_2 {
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 2.92vw;
  border: 1px solid rgba(199, 199, 199, 1);
  width: 25.11vw;
}

.input-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
}

.input-container-message {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.input-container:focus-within {
  border-color: #1976d2;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
}

.label-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  flex-shrink: 0;
  margin: 0vw 0 0.1vw 0.5vw;
}

.label-text-message {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  flex-shrink: 0;
  margin: -6.3vw 0 0 0.5vw;
}

.input-wrapper {
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}

.name-input {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

.name-input-message {
    width: 100%;
    height: 100%;
    padding: 12px;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    resize: none; /* 禁用手动调整大小 */
    overflow: hidden; /* 初始隐藏滚动条 */
    min-height: 50px; /* 最小高度 */
    line-height: 1.5; /* 行高 */
    white-space: pre-wrap; /* 关键：允许自动换行 */
    word-wrap: break-word; /* 单词换行 */
}

.name-input::placeholder {
  color: #999;
}

.cursor {
  position: absolute;
  right: 10px;
  width: 2px;
  height: 20px;
  background-color: #1976d2;
  animation: blink 1s infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.name-input:focus ~ .cursor {
  opacity: 1;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* 响应式设计 */
@media (max-width: 480px) {
  .input-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .input-wrapper {
    width: 100%;
    height: 100%;
  }
}

.text_8 {
  width: 1.88vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(106, 106, 106, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.93vw 0 0 1.56vw;
}

.text-wrapper_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 2.92vw;
  border: 1px solid rgba(199, 199, 199, 1);
  width: 25.11vw;
}

.text_9 {
  width: 1.46vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(106, 106, 106, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.93vw 0 0 1.4vw;
}

.group_11 {
  width: 51.52vw;
  height: 2.92vw;
  margin: 1.25vw 0 0 24.11vw;
}

.text-wrapper_4 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 2.92vw;
  border: 1px solid rgba(199, 199, 199, 1);
  width: 25.11vw;
}

.text_10 {
  width: 1.46vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(106, 106, 106, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.93vw 0 0 1.51vw;
}

.text-wrapper_5 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 2.92vw;
  border: 1px solid rgba(199, 199, 199, 1);
  width: 25.11vw;
}

.text_11 {
  width: 1.88vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(106, 106, 106, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.93vw 0 0 1.56vw;
}

.text-wrapper_7 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 9.28vw;
  border: 1px solid rgba(199, 199, 199, 1);
  width: 51.52vw;
  margin: 1.25vw 0 0 24.11vw;
}

.text_13 {
  width: 1.46vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(106, 106, 106, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.98vw 0 0 1.51vw;
}

.text-wrapper_26 {
  background-color: rgba(0, 47, 167, 1);
  height: 2.5vw;
  width: 6.25vw;
  margin: 7.6vw 0 10.1vw 46.87vw;
}

.text_58 {
  width: 2.5vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15vw;
  margin: 0.67vw 0 0 1.92vw;
  cursor: pointer;
  transition: transform 0.2s;
}

.group_12 {
  background-color: rgba(24, 24, 24, 1);
  width: 100vw;
  height: 29.85vw;
}

.box_3 {
  width: 62.5vw;
  height: 9.69vw;
  margin: 6.04vw 0 0 18.75vw;
}

.image_6 {
  width: 4.8vw;
  height: 4.17vw;
}

.text-wrapper_27 {
  width: 6.57vw;
  height: 9.48vw;
  margin: 0.2vw 0 0 5.57vw;
}

.text_59 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15vw;
}

.text_60 {
  width: 5.84vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_61 {
  width: 5.84vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_62 {
  width: 6.57vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_63 {
  width: 6.57vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text-wrapper_28 {
  width: 5.84vw;
  height: 5.32vw;
  margin: 0.2vw 0 0 3.9vw;
}

.text_64 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15vw;
}

.text_65 {
  width: 5.84vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_66 {
  width: 5.84vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text-wrapper_29 {
  width: 3.34vw;
  height: 7.4vw;
  margin: 0.2vw 0 0 4.58vw;
}

.text_67 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
}

.text_68 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_69 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_70 {
  width: 1.46vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text-wrapper_30 {
  width: 3.34vw;
  height: 9.48vw;
  margin: 0.2vw 0 0 7.03vw;
}

.text_71 {
  width: 3.34vw;
  height: 1.15vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.15vw;
}

.text_72 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_73 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_74 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_75 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text-group_3 {
  width: 10.53vw;
  height: 9.48vw;
  margin: 0.2vw 0 0 7.03vw;
}

.paragraph_7 {
  width: 10.47vw;
  height: 3.13vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.05vw;
  margin-left: 0.06vw;
}

.paragraph_8 {
  width: 5.53vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.05vw;
  margin-top: 1.15vw;
}

.paragraph_9 {
  width: 6.67vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.05vw;
  margin-top: 1.05vw;
}

.text_76 {
  width: 2.92vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 1.04vw 0 0 60.36vw;
}

.image_7 {
  width: 62.5vw;
  height: 0.06vw;
  margin: 4.63vw 0 0 18.75vw;
}

.text-wrapper_31 {
  width: 62.56vw;
  height: 1.05vw;
  margin: 0.67vw 0 5.62vw 18.75vw;
}

.text_77 {
  width: 12.61vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.05vw;
}

.text_78 {
  width: 6.62vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.72vw;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 1.05vw;
}
