.page {
  background-color: rgba(245, 231, 226, 1);
  position: relative;
  width: 430px;
  height: 932px;
  overflow: hidden;
  position: absolute;
  /* 绝对定位 */
  top: 50%;
  /* 上边缘移到父元素的一半 */
  left: 50%;
  /* 左边缘移到父元素的一半 */
  transform: translate(-50%, -50%);
  /* 自身的中心点移到父元素的中心点 */
}

.section_1 {
  width: 631px;
  height: 1176px;
  background: url(./img/FigmaDDSSlicePNG10c1dfcd63088ed10bda17c4f2bef0de.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: -85px 0 0 -116px;
}

.section_2 {
  width: 631px;
  height: 356px;
}

.group_1 {
  border-radius: 50%;
  height: 28px;
  border: 1px solid rgba(240, 184, 49, 1);
  width: 28px;
  margin: 96px 0 0 127px;
}

.group_2 {
  width: 17px;
  height: 11px;
  border: 1px solid rgba(240, 184, 49, 1);
  margin: 9px 0 0 7px;
}

.image_1 {
  mix-blend-mode: MULTIPLY;
  width: 438px;
  height: 202px;
  margin: 6px 0 0 116px;
}

.text_1 {
  width: 208px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(240, 184, 49, 1);
  font-size: 20px;
  font-family: Style Script-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: -7px 0 1px 214px;
}

.image_2 {
  width: 430px;
  height: 219px;
  margin: -1px 0 0 116px;
}

.section_3 {
  width: 631px;
  height: 603px;
  margin-bottom: 1px;
}

.text_2 {
  width: 227px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(24, 14, 14, 1);
  font-size: 16px;
  font-family: STIXVariants-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 10px 0 0 214px;
}

.group_3 {
  width: 358px;
  height: 34px;
  margin: 20px 0 0 148px;
}

.text-wrapper_1 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 17px;
  height: 34px;
  border: 1px solid rgba(255, 251, 251, 1);
  width: 97px;
}

.text_3 {
  width: 62px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: Strong-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0px;
  margin: 7px 0 0 -8px;
}

.text-wrapper_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 17px;
  height: 34px;
  margin-left: 38px;
  width: 97px;
}

.text_4 {
  width: 67px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: STIXVariants-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 3px;
  margin: 7px 0 0 7px;
}

.text-wrapper_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 17px;
  height: 34px;
  margin-left: 29px;
  width: 97px;
}

.text_5 {
  width: 67px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: STIXVariants-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0px;
  margin: 7px 0 0 8px;
}

.text_6 {
  width: 162px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: Style Script-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 299px 0 189px 251px;
}

.result-image {
  display: none;
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
}

.result-image img {
  /* display: none; */
  position: absolute;
  top: 2px;
  right: -1px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 26px;
}
.radio-button{
  position: relative;
}
.radio-button img{
  position: absolute;
    top: 8px;
    right: -12px;
    width: 20px;
}
.radio-button span{
  display: inherit;
  margin-left: 10px;
 }