/* 2025.11.12 不良事件上报+质量投诉 */
.nav > li > a {
  padding: 0 1.5vw;
}
.sQuestionnaire-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
}
.sQuestionnaire-wrap .ci {
  color: #009fe3;
}
.sQuestionnaire-form {
  padding: 50px 50px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 16px;
}
.sQuestionnaire-form .thead {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 25px;
  border-bottom: #e7e7e7 solid 1px;
}
.sQuestionnaire-form .thead .this {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}
.sQuestionnaire-form .tbody {
  padding-top: 40px;
  margin-bottom: -30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sQuestionnaire-form .tbody .package {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sQuestionnaire-form .tbody .w50 {
  width: 48%;
}
.sQuestionnaire-form .tbody .w100 {
  width: 100% !important;
}
.sQuestionnaire-form .tbody + .thead {
  margin-top: 60px;
}
.sQuestionnaire-form .tfoot {
  margin-top: 35px;
}
.sQuestionnaire-form label {
  cursor: pointer;
}
.sQuestionnaire-form .formItem {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  min-height: 50px;
  width: 100%;
  line-height: 50px;
}
.sQuestionnaire-form .formItem ._s {
  color: #E62F43;
  margin-right: 3px;
}
.sQuestionnaire-form .formItem .focus {
  display: block;
  margin-bottom: 12px;
  line-height: 24px;
}
.sQuestionnaire-form .formItem ._skin {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F2F2;
  color: #666666;
  padding: 8px 16px;
  border: solid 1px #e6e6e6;
  border-radius: 6px;
}
.sQuestionnaire-form .formItem input.skin {
  height: 50px;
}
.sQuestionnaire-form .formItem textarea.skin {
  height: 164px;
  overflow: auto;
  resize: none;
}
.sQuestionnaire-form .formItem .buts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sQuestionnaire-form .formItem .buts .radio {
  position: relative;
  z-index: 2;
}
.sQuestionnaire-form .formItem .buts .radio input {
  position: absolute !important;
  left: 0;
  top: 50%;
  margin-top: - 0.625em;
  width: 1.25em;
  height: 1.25em;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sQuestionnaire-form .formItem .buts .radio input:checked + ._bind:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sQuestionnaire-form .formItem .buts .radio input:checked + ._bind:before {
  background-color: #fff;
}
.sQuestionnaire-form .formItem .buts .radio ._bind {
  position: relative;
  z-index: 1;
  padding-left: 1.75em;
  line-height: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}
.sQuestionnaire-form .formItem .buts .radio ._bind:before,
.sQuestionnaire-form .formItem .buts .radio ._bind:after {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sQuestionnaire-form .formItem .buts .radio ._bind:before {
  left: 0;
  top: 50%;
  margin-top: -0.625em;
  width: 1.25em;
  height: 1.25em;
  background-color: #EEEEEE;
  border: #dcdcdc solid 1px;
}
.sQuestionnaire-form .formItem .buts .radio ._bind:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  left: 0.625em;
  top: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: #009fe3;
}
.sQuestionnaire-form .formItem .buts .radio:nth-child(1n+2) {
  margin-left: 1em;
}
.sQuestionnaire-form .formItem .yzm {
  position: relative;
}
.sQuestionnaire-form .formItem .yzm ._in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 188px;
}
.sQuestionnaire-form .formItem .yzm ._in:before {
  content: " ";
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.sQuestionnaire-form .formItem .yzm ._in .skin {
  width: 100%;
  padding-left: 72px;
  padding-right: 120px;
}
.sQuestionnaire-form .formItem .yzm ._in .icon {
  position: absolute;
  left: 5px;
  top: 7px;
  padding: 8px;
  width: 24px;
  height: 24px;
}
.sQuestionnaire-form .formItem .yzm ._in .bindClick {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 104px;
  height: 46px;
  border-radius: 6px;
}
.sQuestionnaire-form .formItem .telcode {
  position: relative;
}
.sQuestionnaire-form .formItem .telcode .skin {
  padding-right: 120px;
}
.sQuestionnaire-form .formItem .telcode .sendcode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #009fe3;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.sQuestionnaire-form .formItem .telcode .sendcode.reject {
  background-color: #999;
  cursor: not-allowed;
}
.sQuestionnaire-form .formItem .telcode .sendcode:hover {
  background-color: #008dca;
}
.sQuestionnaire-form .enter {
  position: absolute;
  right: -188px;
  bottom: 0;
  border-radius: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #009fe3;
  color: #ffffff;
  text-align: center;
}
.sQuestionnaire-form .enter .iptBtn {
  display: block;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  color: rgba(255, 255, 255, 0);
  font-size: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media screen and (max-width: 1280px) {
  .sQuestionnaire-form {
    padding: 35px 35px 42px;
    font-size: 14px;
  }
  .sQuestionnaire-form .thead {
    padding-bottom: 17.5px;
  }
  .sQuestionnaire-form .thead .this {
    font-size: 18px;
  }
  .sQuestionnaire-form .tbody {
    padding-top: 28px;
    margin-bottom: -21px;
  }
  .sQuestionnaire-form .tbody + .thead {
    margin-top: 42px;
  }
  .sQuestionnaire-form .tfoot {
    margin-top: 24.5px;
  }
  .sQuestionnaire-form .formItem {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
    min-height: 50px;
    width: 100%;
    line-height: 50px;
  }
  .sQuestionnaire-form .tfoot {
    padding-bottom: 50px;
  }
  .sQuestionnaire-form .w50 {
    width: 100% !important;
  }
  .sQuestionnaire-form .formItem {
    width: 100% !important;
    padding-right: 0;
  }
  .sQuestionnaire-form .formItem .yzm {
    width: 100%;
  }
  .sQuestionnaire-form .formItem .yzm ._in {
    margin-right: 0;
  }
  .sQuestionnaire-form .formItem .yzm .icon {
    top: 4px;
  }
  .sQuestionnaire-form .formItem .yzm .bindClick {
    width: 80px;
  }
  .sQuestionnaire-form .enter {
    width: 100%;
    right: 0;
    top: 100%;
    margin-top: 20px;
  }
}
