html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: 'Microsoft Yahei';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}

.page {
  background-color: #ffffff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.space-y-56 > *:not(:first-child) {
  margin-top: 2.9167vw;
}
.group {
}
.section {
  padding: 2.5vw 21.875vw 1.8229vw;
  background-color: #d60502;
}
.space-y-41 > *:not(:first-child) {
  margin-top: 2.1354vw;
}
.space-y-24 > *:not(:first-child) {
  margin-top: 1.25vw;
}
.font_1 {
  font-size: 1.875vw;
  font-family: Microsoft YaHei;
  line-height: 1.9271vw;
  font-weight: 700;
  color: #fceeca;
}
.text {
  line-height: 1.875vw;
}
.space-y-6 > *:not(:first-child) {
  margin-top: 0.3125vw;
}
.font_2 {
  font-size: 0.9896vw;
  font-family: Microsoft YaHei;
  color: #fceeca;
}
.text_2 {
  margin-left: 1.7708vw;
  margin-right: 1.4063vw;
  font-size: 0.9375vw;
  line-height: 1.875vw;
  text-indent: 1.9792vw;
}
.section_2 {
  padding: 1.6667vw 1.3542vw 1.3021vw 1.5625vw;
  background-color: #ffffff;
  border-radius: 0.5729vw;
  border: solid 0.1042vw #fff300;
}
.space-x-46 > *:not(:first-child) {
  margin-left: 2.3958vw;
}
.group_2 {
  margin-bottom: 0.3125vw;
}
.text_3 {
  color: #333333;
  font-size: 1.4583vw;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 1.4063vw;
}
.group_3 {
  margin-top: 1.4583vw;
}
.image_3 {
  width: 0.625vw;
  height: 0.625vw;
}
.font_3 {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  line-height: 1.1719vw;
  color: #333333;
}
.group_4 {
  margin-top: 1.1458vw;
}
.group_5 {
  margin-top: 1.1458vw;
}
.group_6 {
  margin-top: 1.1458vw;
}
.group_7 {
  margin-top: 1.1458vw;
}
.space-x-18 > *:not(:first-child) {
  margin-left: 0.9375vw;
}
.group_8 {
  margin-top: 1.1458vw;
  height: 1.1719vw;
}
.image_4 {
  margin-top: 0.4167vw;
}
.text_4 {
  margin-top: -1.0417vw;
}
.image_5 {
  margin-top: 0.1042vw;
}
.text_5 {
  margin-left: 1.6146vw;
  margin-top: -0.7292vw;
}
.group_9 {
  margin-top: 1.1458vw;
}
.group_10 {
  margin-top: 1.1458vw;
}
.group_11 {
  margin-top: 1.1458vw;
}
.group_12 {
  margin-top: 1.1458vw;
}
.space-x-19 > *:not(:first-child) {
  margin-left: 0.9896vw;
}
.group_13 {
  margin-top: 1.1458vw;
}
.text_6 {
  margin-left: 0.9375vw;
}
.text_7 {
  margin-left: 0.3125vw;
}
.image_2 {
  margin-top: 0.4688vw;
  width: 50%;
  height: 29.3229vw;
}
.text-wrapper {
  padding: 0.7292vw 0 0.5208vw;
  background-color: #fff760;
  border-radius: 1.224vw;
  width: 17.8646vw;
}
.text_8 {
  color: #d60502;
  font-size: 1.25vw;
  font-family: Microsoft YaHei;
  line-height: 1.25vw;
}
.group_14 {
  margin: 2.9167vw 0.625vw 0;
}
.text_9 {
  line-height: 1.875vw;
}
.text_10 {
  margin-top: 1.1979vw;
  font-size: 0.9375vw;
  line-height: 0.9896vw;
}
.group_15 {
  margin-top: 1.4583vw;
}
.image_6 {
  flex: 1 1 27.2396vw;
  width: 27.2396vw;
  height: 15.1562vw;
}
.group_16 {
  margin-top: 0.9375vw;
  padding: 0 7.5521vw;
}
.font_4 {
  font-size: 1.1979vw;
  font-family: Microsoft YaHei;
  line-height: 1.6146vw;
  color: #fceeca;
}
.text_11 {
  margin-right: 0.4167vw;
}
.group_17 {
  margin-top: 1.1458vw;
}
.space-x-8 > *:not(:first-child) {
  margin-left: 0.4167vw;
}
.group_18 {
  margin-top: 1.1458vw;
  padding: 0 7.6042vw;
}
.text_12 {
  margin-right: 0.7292vw;
}
.text-wrapper_2 {
  margin-top: 2.1875vw;
  padding: 0.625vw 0;
  background-color: #fff760;
  border-radius: 1.224vw;
  width: 17.8646vw;
}
.font_5 {
  font-size: 1.3021vw;
  font-family: Microsoft YaHei;
  line-height: 1.3542vw;
  color: #ffffff;
}
.text_13 {
  color: #d60502;
  font-size: 1.25vw;
  line-height: 1.3021vw;
}
.image {
  width: 100vw;
  height: 24.7917vw;
}
.space-y-43 > *:not(:first-child) {
  margin-top: 2.2396vw;
}
.group_19 {
  width: 56.3021vw;
}
.font_6 {
  font-size: 1.875vw;
  font-family: Microsoft YaHei;
  line-height: 1.9271vw;
  font-weight: 700;
  color: #333333;
}
.font_7 {
  font-size: 0.9896vw;
  font-family: Microsoft YaHei;
  line-height: 0.9896vw;
  font-weight: 700;
  color: #333333;
}
.text_14 {
  margin-top: 1.1458vw;
  font-size: 0.9375vw;
  font-weight: unset;
}
.group_20 {
  margin-top: 1.3542vw;
}
.space-y-20 > *:not(:first-child) {
  margin-top: 1.0417vw;
}
.section_3 {
  flex: 1 1 18.3333vw;
  background-color: #eeeeee;
  height: 7.9167vw;
}
.space-x-12 > *:not(:first-child) {
  margin-left: 0.625vw;
}
.image_7 {
  width: 9.6875vw;
  height: 7.8125vw;
}
.group_21 {
  margin-right: 3.5417vw;
  /* width: 4.4792vw; */
}
.group_23 {
  line-height: 1.3542vw;
}
.font_8 {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  line-height: 1.3542vw;
  color: #454444;
}
.font_9 {
  font-size: 0.7292vw;
  font-family: Adobe Heiti Std;
  line-height: 0.7292vw;
  color: #b28850;
}
.text_15 {
  font-size: 0.6771vw;
}
.group_22 {
  margin-right: 1.3542vw;
  width: 6.6667vw;
}
.group_24 {
  margin-right: 3.4896vw;
  width: 4.5313vw;
}
.group_25 {
  margin-right: 4.6875vw;
}
.space-x-13 > *:not(:first-child) {
  margin-left: 0.6771vw;
}
.group_26 {
  margin-right: 4.6875vw;
}
.space-y-8 > *:not(:first-child) {
  margin-top: 0.4167vw;
}
.text-wrapper_3 {
  margin-top: 2.0313vw;
  padding: 0.625vw 0;
  background-color: #ff0000;
  border-radius: 1.224vw;
  width: 20.3125vw;
}
.text_16 {
  color: #fbecc8;
  font-size: 1.25vw;
  line-height: 1.3021vw;
}
.space-y-54 > *:not(:first-child) {
  margin-top: 2.8125vw;
}
.group_27 {
  width: 55.7292vw;
}
.space-y-47 > *:not(:first-child) {
  margin-top: 2.4479vw;
}
.space-y-38 > *:not(:first-child) {
  margin-top: 1.9792vw;
}
.image_8 {
  flex: 1 1 17.5vw;
  filter: drop-shadow(0px 0px 0.9375vw #00000026);
  border-radius: 1.0417vw;
  width: 17.5vw;
  height: 11.3542vw;
}
.text-wrapper_4 {
  flex: 1 1 17.2917vw;
  width: 17.2917vw;
}
.font_10 {
  font-size: 1.3021vw;
  font-family: Microsoft YaHei;
  line-height: 1.3542vw;
  color: #000000;
}
.text-wrapper_5 {
  margin-left: 1.5104vw;
  flex: 1 1 17.2917vw;
}
.text_17 {
  margin: 0 1.4583vw;
}
.text-wrapper_6 {
  margin-left: 2.1354vw;
  margin-right: 0.1563vw;
  flex: 1 1 17.2917vw;
}
.text_18 {
  line-height: 1.3021vw;
  letter-spacing: -0.1042vw;
}
.group_28 {
  margin-top: 0.9375vw;
  padding-left: 2.7604vw;
  padding-right: 2.4479vw;
}
.view {
  margin-top: 0;
}
.text-wrapper_7 {
  padding: 0.5208vw 0;
  background-color: #d72d13;
  border-radius: 1.0417vw;
  width: 12.0313vw;
  height: 2.4479vw;
}
.space-x-144 > *:not(:first-child) {
  margin-left: 7.5vw;
}
.text-wrapper_8 {
  padding: 0.5208vw 0;
  background-color: #d72d13;
  border-radius: 1.0417vw;
  width: 12.0833vw;
  height: 2.4479vw;
}
.image_9 {
  flex: 1 1 17.5vw;
  filter: drop-shadow(0px 0px 0.9375vw #00000026);
  border-radius: 1.0417vw;
  width: 17.5vw;
  height: 11.3021vw;
}
.group_29 {
  margin-top: 1.1979vw;
  padding: 0 0.5208vw;
}
.text-wrapper_9 {
  flex: 1 1 16.1458vw;
  width: 16.1458vw;
}
.view_2 {
  margin-left: 2.9167vw;
}
.text-wrapper_10 {
  margin-left: 3.2292vw;
  flex: 1 1 16.1458vw;
}
.text-wrapper_11 {
  padding: 0.625vw 0;
  background-color: #d72d13;
  border-radius: 1.0417vw;
  width: 12.0313vw;
  height: 2.4479vw;
}
.text_19 {
  line-height: 1.3021vw;
}
.text-wrapper_12 {
  padding: 0.625vw 0;
  background-color: #d72d13;
  border-radius: 1.0417vw;
  width: 12.0833vw;
  height: 2.4479vw;
}
.text_20 {
  line-height: 1.3021vw;
}
.group_30 {
  margin-top: 2.1875vw;
}
.space-x-32 > *:not(:first-child) {
  margin-left: 1.6667vw;
}
.group_31 {
  margin-top: 1.1979vw;
  padding: 0 1.8229vw;
}
.text-wrapper_13 {
  width: 13.5417vw;
}
.view_3 {
  margin-right: 0.2083vw;
}
.section_4 {
  margin-left: 0.1563vw;
  margin-top: 2.5vw;
  padding: 4.7396vw 2.7083vw 4.1146vw 4.4271vw;
  filter: drop-shadow(0px 0px 0.9375vw #00000026);
  border-radius: 1.0417vw;
  background-image: url('../images/baaebaa682539509e249c0934718f483.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 0px 0.9375vw #00000026);
}
.text_21 {
  color: #ffffff;
  font-size: 1.9792vw;
  font-family: Microsoft YaHei;
  line-height: 1.9792vw;
}
.text-wrapper_14 {
  padding: 0.5729vw 0;
  background-color: #d72d13;
  border-radius: 1.0417vw;
  width: 12.0313vw;
  height: 2.4479vw;
}
.text_22 {
  line-height: 1.3021vw;
}
.section_5 {
  padding: 5.9896vw 0 5.7292vw;
  background-color: #d60502;
}
.space-y-33 > *:not(:first-child) {
  margin-top: 1.7188vw;
}
.text_23 {
  text-transform: uppercase;
}
.text_24 {
  color: #ffff00;
}
.group_32 {
  /* padding: 7.9687vw 0 1.1458vw; */
  /* width: 31.4583vw; */
}
.text-wrapper_15 {
  padding: 0.625vw 0;
  background-color: #fff300;
  border-radius: 1.3021vw;
  width: 21.7708vw;
}
.text_25 {
  color: #e11823;
  font-size: 1.25vw;
  line-height: 1.3021vw;
}
.image_10 {
  width: 31.4583vw;
  height: 11.7188vw;
}
.pos {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.answer {
  display: flex;
  flex-direction: column;
  /* margin-top: 28px; */
  padding: 42px 59.5px 40px;
}
.answer .answer-title {
  align-self: center;
  color: #ffffff;
  font-size: 6vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 26px;
}
.answer .user-submit {
  display: flex;
  flex-direction: column;
  /* margin-top: 38px; */
}
.answer .user-submit .info {
  display: flex;
  flex-direction: column;
  padding-bottom: 27px;
}
.answer .user-submit .info .input-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  position: relative;
}
.answer .user-submit .info .input-info .square {
  box-sizing: border-box;
  margin-right: 15.5px;
  opacity: 0.24;
  background-color: #ffffff;
  height: 49px;
  border: solid 1.22px #ffffff;
}
.answer .user-submit .info .input-info .square input {
  margin-left: 15vw;
  width: 50vw;
  /* width: calc(100% - 15vw); */
  height: 100%;
  color: #000;
  border: none;
}
.answer .user-submit .info .input-info .text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 0 16px;
  background-color: #ffffff;
  width: 15vw;
  position: absolute;
  left: 0;
  top: 0;
}
.answer .user-submit .info .input-info .text-wrap .text {
  color: #595959;
  font-size: 1.2vw;
  line-height: 18px;
  padding: 2px;
  letter-spacing: 1.8px;
}
.answer .user-submit .info .warning {
  color: red;
}
.answer .button {
  padding: 12px 0 14px;
  align-self: center;
  background-color: #eb6100;
  border-radius: 5px;
  width: 226px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.42px;
  border: none;
  cursor: pointer;
}
