@charset "UTF-8";

/**!
 * [许昌问卷调查]
 * date：2025-06-23
 * author：方焱
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: url("../images/bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  /* overflow-x: hidden; */
}

.container {
  width: 1200px;
  margin: 0 auto;
}


.banner {
  position: relative;
  background: url("../images/newbanner.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 609px;
  /* padding-top: 205px; */
  margin-bottom: 36px;
}

/* .banner::after {
  position: absolute;
  content: '';
  background: url('../images/bannericon.png') no-repeat;
  background-size: 100% 100%;
  width: 650px;
  height: 393px;
  right: 68px;
  bottom: 16px;
  z-index: 1;
} */

.banner .toptitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF1A;
  backdrop-filter: blur(16px);
  color: #fff;
  padding: 20px 0;
}


.banner .toptitle .title_cn {
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 2px;
}

.banner .toptitle .title_en {
  font-size: 16px;
  line-height: 22px;
}

.banner .title {
  position: relative;
  background: url("../images/title1.png") no-repeat;
  width: 1270px;
  margin: 0 auto;
  height: 269px;
  z-index: 2;
}

.tips {
  margin: 0 auto;
  background: url("../images/tipbg.png") no-repeat;
  background-size: 100% 100%;
  padding: 93px 69px 0 131px;
  font-size: 18px;
  color: #2F4970;
  line-height: 38px;
  margin-bottom: 63px;
}



.tips p {
  text-indent: 2em;
}

.form .form_title {
  position: relative;
  font-size: 40px;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 59px;
  margin-bottom: 50px;
}

/* .form .form_title::after {
  position: absolute;
  content: '';
  background: url("../images/titlebg.png") no-repeat;
  background-size: 100% 100%;
  width: 464px;
  height: 70px;
  z-index: -1;
} */

.form .form_item {
  display: flex;
  margin-bottom: 40px;
}

.form .form_item>div {
  width: calc((100% - 48px)/2);
}

.form .form_item>div.form_r {
  margin-left: 48px;
}

.form .form_item .form_label {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #2F4970;
}

.form .form_item .form_label::after {
  position: absolute;
  content: '*';
  color: #EE2C22;
  right: -10px;
  top: 0;
}

.form .form_item .form_detail {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
  height: 60px;
  margin-top: 16px;
  border: 1px solid #fff;
}
ul {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  max-height: 400px;
  overflow: auto;
}

.hidden {
  display: none;
}

li {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding-left: 20px;
  cursor: pointer;
}
li:hover,li.active {
  background-color: #2F72F6;
  color: #fff;
}

.form .form_item .form_detail input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: none;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
  padding: 0 16px;
  color: #2F4970;
  font-size: 20px;
}

.form .form_item .form_detail input:focus-visible {
  outline: none;
}

.form .form_item .form_detail input::placeholder {
  color: #95A4BB;
}

.form .form_item .form_detail .chosen-container {
  width: 100% !important;
  height: 100%;
  border: none;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
}

.form .form_item .form_detail .chosen-container .chosen-single {
  color: #2F4970;
}

.form .form_item .form_detail .chosen-container .chosen-default {
  color: #95A4BB;
}

.form .form_item .form_detail .chosen-container:focus-visible {
  outline: none;
}

.form .form_item .form_detail .chosen-container.chosen-container-active {
  box-shadow: none;
  border: none;
}

.form .form_item .form_detail .chosen-container .chosen-single {
  height: 100%;
  border: none;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
  font-size: 20px;
  padding-left: 16px;
}

.form .form_item .form_detail .chosen-container .chosen-single div b {
  background-position-y: 18px;
}

.form .form_item .form_detail .chosen-container .chosen-single span {
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
}

.form .form_item.text>div {
  width: 100%;
  height: fit-content;
}

.form .form_item.text>div .form_detail {
  height: 285px;
  position: relative;
  padding: 16px 0 30px 0;
}

.form .form_item.text>div .form_detail .advice-counter {
  position: absolute;
  bottom: 6px;
  right: 16px;
  color: #95A4BB;
  font-size: 16px;
}

.form .form_item.text>div .form_detail textarea {
  width: 100% !important;
  height: 100% !important;
  border-radius: 4px;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
  border: none;
  padding: 0 16px;
  color: #2F4970;
  font-size: 20px;
  resize: none;
  font-family: auto;
}

.form .form_item.text>div .form_detail textarea:focus-visible {
  outline: none;
}

.form .form_item.text>div .form_detail textarea::placeholder {
  color: #95A4BB;
}

.btn {
  width: 312px;
  height: 73px;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  background: #2F72F6;
  color: #fff;
  font-size: 28px;
  line-height: 73px;
  margin: 0 auto;
  margin-top: 64px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .tips {
    width: 1260px;
    height: 321px;
  }

}


@media (max-width: 1199px) {
  .container {
    width: 100%;
  }

  .main {
    padding: 0 20px;
  }

  .banner .toptitle {
    padding: 20px 20px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .tips {
    width: 100%;
    padding-bottom: 20px;
  }


}

@media (max-width:767px) {
  .form .form_item {
    display: unset;
  }

  .form .form_item>div.form_r {
    margin-left: 0;
  }

  .form .form_item>div {
    width: 100%;
    margin-bottom: 40px;
  }

  .form .form_title::after {
    display: none;
  }

  .banner {
    height: 400px;
    padding-top: 140px;
  }

  .banner .title {
    background: url("../images/title2.png") no-repeat;
    background-size: 100% 100%;
    width: 354px;
    margin-left: 20px;
    height: 216px;
    z-index: 2;
  }

  /* .banner::after {
    position: absolute;
    content: '';
    background: url('../images/bannericon2.png') no-repeat;
    background-size: 100% 100%;
    width: 360px;
    height: 216px;
    right: 0;
    bottom: 16px;
    z-index: 1;
  } */

  .tips {
    background: url("../images/tipbg2.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 80px;
    padding-right: 20px;
  }
}

@media (max-width:480px) {
  /* .banner {
    height: 100px;
    padding-top: 12px;
  }
 */
  .banner .toptitle {
    display: none;
  }

  .banner .title {
    background: url("../images/title1.png") no-repeat;
    background-size: 20% 20%;
    width: 1270px;
    margin-left: 20px;
    margin-top: 10px;
    height: 269px;
    z-index: 2;
  }

  /* .banner::after {
    position: absolute;
    content: '';
    background: url('../images/bannericon2.png') no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 73px;
    right: 8px;
    z-index: 1;
    top: 18px;
  } */

  .tips {
    font-size: 14px;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 20px;
  }

  /* .form .form_title {
    font-size: 20px;
    margin-bottom: 16px;
  } */

  .form .form_item .form_label {
    font-size: 16px;
    line-height: 20px;
  }

  .form .form_item .form_detail {
    height: 30px;
  }

  .form .form_item .form_detail input {
    font-size: 14px;
  }

  .form select {
    font-size: 14px;
  }

  .form .form_item .form_detail .chosen-container .chosen-single span {
    font-size: 14px;
  }

  .form .form_item.text>div .form_detail textarea {
    font-size: 14px;
  }

  .btn {
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 4px;
    margin-top: 20px;
  }

  .form .form_item>div {
    margin-bottom: 20px;
  }
}

#footer {
  margin-bottom: -50px;
  margin-top: 20px;
}

.form select {
  width: 100% !important;
  height: 100%;
  border: none;
  background: linear-gradient(90deg, #EFF7FF 0%, #EEF6FF 100%);
  padding: 0 16px;
  color: #2F4970;
  font-size: 20px;
}

.form select:invalid {
  color: #95A4BB;
}

.mobile .banner .title {
   background-size: 70%;
}
/* .mobile .banner::after {
  background-size: 70%;
  right:-200px;
} */
.mobile .toptitle {
  padding:0 20px;
}
.mobile .container {
  width:unset;
}
  .mobile .tips {
    width:100%
  }
.mobile .main {
  padding:0 20px;
}