html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page {
  position: relative;
  width: 1440px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.text_2, .text_3, .text_4, .text_5 {
  width: 60px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(236, 90, 120, 1);
  font-size: 14px;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 48px;
  position: relative;
  cursor: pointer;
  transition: color 0.25s ease;
}

.text_2::after, .text_3::after, .text_4::after, .text_5::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ec5a78;
  transform: scaleX(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right;
}

.text_2:hover, .text_3:hover, .text_4:hover, .text_5:hover {
  color: rgba(236, 90, 120, 0.8);
}

.text_2:hover::after, .text_3:hover::after, .text_4:hover::after, .text_5:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.box_1 {
  width: 100%;
  padding: 32px 64px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.label_1 {
  width: 36px;
}

.text_1 {
  width: 77px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(236, 90, 120, 1);
  font-size: 24px;
  font-family: Raleway-SemiBold;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 5px 0 0 10px;
}

.label_2, .label_3, .label_4, .label_5 {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}

.label_2 {
  margin-left: auto;
}

.text-wrapper_1 {
  background-image: linear-gradient(135deg, rgba(236, 90, 120, 0.7) 0, #ec5a78 100%);
  border-radius: 18px;
  height: 36px;
  margin-left: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.text-wrapper_1:hover {
  transform: scale(1.05);
}

.text_6 {
  color: #fff;
  font-size: 13px;
}

.box_2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.text_7 {
  content: "一篇";
  font-size: 80px;
  line-height: 80px;
  color: #505178;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
}

.block_3 {
  box-shadow: 0 4px 16px 0 rgba(255, 177, 171, 0.2);
  background-color: #fff;
  border-radius: 28px;
  width: 720px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 56px;
}

.text_8[type=text] {
  flex: 1;
  height: 100%;
  color: rgba(80, 81, 120, 0.8);
  font-size: 14px;
  padding: 0 0 0 24px;
  border: none;
  outline: none;
  background: transparent;
  line-height: 56px;
  width: 510px;
}

select.text_9 {
  width: 74px;
  height: 40px;
  color: #ec5a78;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  margin-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}

.section_5 {
  width: 110px;
  height: 56px;
  margin: 0;
  cursor: pointer;
  background: url(../images/indexgo.png) center center no-repeat;
  background-size: contain;
  border: none;
  outline: none;
}

.section_5:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.text_10 {
  color: #fff;
  font-size: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 15px;
  height: 100%;
  width: 100%;
}

.text_11 {
  width: 495px;
  color: #505178;
  font-size: 15px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: 60px;
}

.block_5 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 15px;
  width: 280px;
  height: 48px;
  border: 2px solid #ec5a78;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  position: relative;
  z-index: 2;
  line-height: 48px;
}

.text-wrapper_2 {
  height: 38px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 38px;
  cursor: pointer;
  position: relative;
}

.radio-label .text_12 {
  font-size: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ec5a78;
}

.radio-label .radio-text {
  display: none;
}

#hasTitle:checked ~ label[for=hasTitle] .text-wrapper_2 {
  background-image: url(../images/index_select1.png);
}

#hasTitle:checked ~ label[for=hasTitle] .text_12 {
  color: #fff;
}

#needTitle:checked ~ label[for=needTitle] .text-wrapper_2 {
  background-image: url(../images/index_select2.png);
}

#needTitle:checked ~ label[for=needTitle] .text_12 {
  color: #fff;
}

.topic-radio {
  display: none;
}

.footer {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.form1 {
  margin-top: 40px;
}

.section_1 {
  margin-left: 25px;
}
