#app {
  display: flex;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  background-color: #f2f1f2;
}
.main {
  display: none;
}
.item-input {
  resize: none;
  outline: none;
}
.flex {
  display: flex;
  align-items: center;
}
.item-content {
  line-height: 1;
}
.el-select-dropdown__item.selected {
  color: #b4251e;
}
@media only screen and (max-width: 1000px) {
  .main.wap {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .main.pc {
    display: block;
  }
  #app {
    font-size: 19.2px;
  }
}

.el-input__icon {
  line-height: 1;
}

/* wap */
.wap .wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wap .greet {
  width: 100%;
  flex: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 3.84rem 0.09rem 0rem 0.11rem;
  background: #eaf0fc url(../images/banner.jpg) no-repeat top/100%;
}
.wap .page-body {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  font-size: 0.25rem;
  line-height: 1.5;
  color: #999999;
  margin: 0 0.15rem 0.15rem;
  padding: 0.6rem;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0.05rem #e1e1eb;
  border-radius: 0.1rem;
}
.wap.mpweixin .greet {
  display: flex;
}
.wap.mpweixin .page-body {
  flex: auto;
  height: auto;
  justify-content: center;
}
.wap .funnel {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.32rem;
  line-height: 2;
  font-weight: bold;
  color: #000000;
  padding-bottom: 0.4rem;
}
.wap .funnel img {
  width: 0.98rem;
  margin-bottom: 0.35rem;
}
.wap .content-title {
  color: #000000;
  font-size: 0.27rem;
  margin-bottom: 0.53rem;
}
.wap .content-end {
  text-align: right;
  margin: 0.53rem 0;
}
.wap .form {
  width: 5.5rem;
  margin: 0 auto;
}
.wap .select {
  width: 100%;
  min-height: 0.8rem;
  margin-top: 0.6rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.63);
  /*box-shadow: 0px 2px 0.15rem 0px rgba(45, 21, 21, 0.08);*/
  border-radius: 2px;
  border: 2px solid;
  border-image: linear-gradient(
      145deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    )
    2 2;
  user-select: none;
}
.wap .single-line .el-select {
  position: relative;
}
.wap .el-select {
  width: 100%;
  min-height: 0.7rem;
  user-select: none;
}
.wap .el-input,
.wap .el-input__inner {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.wap .el-scrollbar__wrap {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.wap .greet .el-input .el-input__inner,
.wap .greet .el-input .el-input__inner:focus {
  border: 1px solid #c50819;
}
.wap .el-select .el-input__inner:focus,
.wap .el-select .el-input.is-focus .el-input__inner {
  border-color: #c0c4cc;
}
.wap .form button {
  width: 100%;
  height: 0.7rem;
  margin-top: 0.33rem;
  color: #ffffff;
  background-color: #c50819;
  font-size: 0.27rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  border-radius: 2px;
  border: 1px solid #c50819;
  margin-bottom: 1.78rem;
}
.wap button.nps-btn {
  margin-top: 1.5rem;
}
.wap .question-container {
  width: 7.5rem;
  min-height: 100%;
  background: #ffffff;
  padding: 0.4rem 0.3rem 0.9rem 0.3rem;
  box-sizing: border-box;
}
.wap .form-box {
  width: 6.89rem;
  min-height: 60vh;
  padding: 0.66rem 0.6rem 0.62rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 0.2rem 0.05rem #e1e1eb;
  border-radius: 0.11rem;
  /* background-image: url(../images/question/bg_form.png); */
  background-size: 2.75rem 2.75rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}
.wap .confirm-btn {
  width: 5.7rem;
  height: 0.7rem;
  margin: 0.7rem auto 0.62rem;
  line-height: 0.7rem;
  text-align: center;
  background: #c50819;
  border-radius: 0.02rem;
  border: 1px solid #c50819;
  font-size: 0.26rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.wap .q-box {
  margin-bottom: 0.4rem;
}
.wap .q-title {
  font-size: 0.28rem;
  color: #333333;
}
.wap .icon-required {
  color: #c50819;
  margin-right: 0.05rem;
}
.wap .option-item {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
  font-size: 0.28rem;
  padding: 0.07rem 0;
}
.wap .option-item:first-child {
  margin-top: 0.33rem;
}
.wap .multi-term{
  margin-right: -10%;
  display: flex;
  flex-wrap: wrap;
}
.wap .multi-term.downlist{
  margin-right: 0;
  display: block;
}
.wap .multi-term .option-item {
  width: 50%;
}

.wap .icon-option {
  width: 0.29rem;
  height: 0.29rem;
  margin-left: 0.17rem;
}
.wap .item-content {
  margin-left: 0.17rem;
  color: #666666;
}
.wap .multi-line {
  position: relative;
  height: 2.82rem;
  padding-top: 0.26rem;
}
.wap .single-line {
  position: relative;
  min-height: 0.6rem;
  padding-top: 0.26rem;
}
.wap .item-input {
  display: block;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-size: 0.28rem;
  color: #666666;
  border: 1px solid #dddddd;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.wap .max-tips {
  position: absolute;
  /* bottom: 0.1rem; */
  right: 0.15rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #dddddd;
}
.wap .submit-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0.33;
}
.wap .submit-res-box {
  position: absolute;
  /* display: none; */
  width: 7.28rem;
  height: 5.9rem;
  top: 50%;
  left: 0.03rem;
  transform: translate(0, -50%);
  z-index: 99;
  text-align: center;
  background-image: url(../images/question/bg_dialog.png);
  background-size: 100% 100%;
}
.wap .submit-res-box1 {
  margin: auto;
}
.wap .res-title {
  margin: 0.1rem 0 0;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.wap .res-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
}
.wap .res-tips1 {
  margin: 0.1rem 0 0;
  padding-left: 0.1rem;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.wap .res-content {
  width: 5.6rem;
  margin: 0.28rem auto 0;
  /* margin-left: 0.91rem; */
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
}
.wap .error {
  font-size: 0.2rem;
  color: #b4251e;
  padding-top: 0.15rem;
  padding-left: 0.17rem;
}
.mpweixin .footer {
  display: none;
}
.wap .footer {
  padding: 10.1333vw 9.2vw 9.8667vw;
  background: #eee;
  font-size: 3.2vw;
}
.wap .inner {
  display: block;
  width: 100%;
}
.wap .foo-left {
  margin-bottom: 5.3333vw;
}
.wap .foo-l-title {
  margin-bottom: 3.3333vw;
}
.wap .foo-l-content {
  color: #999;
}
.wap .foo-right {
}
.wap .follow-us {
  display: flex;
  align-items: center;
}
.wap .foo-r-title {
  margin-right: 2.5333vw;
  color: #666666;
}
.wap .follow_icons {
  display: flex;
}
.wap .icon_item {
  position: relative;
  width: 7.0667vw;
  height: 7.0667vw;
  margin-right: 2.8vw;
  border: 0.2667vw solid #979797;
  border-radius: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.6vw;
}
.wap .icon_item .item_img {
  width: 5.2vw;
}

.wap .icon_item:hover .icon_ewm {
  display: block;
}

.wap .icon_ewm {
  position: absolute;
  bottom: 110%;
  left: 50%;
  width: 20vw;
  height: 20vw;
  background-color: #fff;
  margin-left: -10vw;
  border-radius: 0.3125vw;
  display: none;
}

.wap .bottom {
  margin-top: 3.3333vw;
  color: #999999;
}

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
/* pc */
.main.pc {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #e7efff ;
}
.pc .banner {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  /* overflow-y: auto; */
}
.pc .page-title {
  width: 62.5vw;
  margin: 3.49vw auto 0;
  font-size: 2.083vw;
  font-weight: bold;
  color: #333333;
  line-height: 2.708vw;
}
.pc .page-body {
  width: 62.5vw;
  min-height: 27.573vw;
  margin: 2.135vw auto 5vw;
  padding: 0 11.979vw;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.781vw 0px rgba(45, 21, 21, 0.08);
  border: 2px solid;
  border-image: linear-gradient(
      145deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    )
    2 2;
  /* background-image: url(../images/question/bg_pc_box.png); */
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 16.25vw 16.25vw;
}
.pc .page-body.question-container {
  padding: 4.74vw 3.281vw 3.021vw;
}
.pc .page-body.submit-res-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pc .body-title {
  margin-top: 3.958vw;
  font-size: 1.146vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.pc .content {
  margin-top: 1.25vw;
  font-size: 1.042vw;
  line-height: 2.031vw;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.pc .content-end {
  text-align: right;
  margin-top: 0.625vw;
}
.pc .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .select {
  margin-top: 2.656vw;
  width: 25.313vw;
  height: 40px;
}
.pc .el-select,
.pc .el-input,
.pc .el-input__inner {
  height: 100%;
  font-size: 14px;
}
.pc .el-select {
  width: 100%;
}
.pc .el-input .el-input__inner,
.pc .el-input .el-input__inner:focus {
  border: 1px solid #b4251e;
}
.greet .el-select .el-input.is-focus .el-input__inner {
  border-color: #b4251e;
}
.pc .form-box .el-input .el-input__inner {
  border: 1px solid #dcdfe6;
}
.pc .form-box .el-select .el-input.is-focus .el-input__inner {
  border: 1px solid #dcdfe6;
}
.pc .form-box .select {
  margin-top: 1.042vw;
}
.pc .start-btn {
  width: 25.313vw;
  height: 44px;
  margin-top: 1.042vw;
  line-height: 40px;
  text-align: center;
  background: #b4251e;
  border-radius: 0.313vw;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.pc .start-btn.nps-btn {
  margin-top: 50px;
}
.pc .q-box {
  margin-bottom: 1.302vw;
}
.pc .q-title {
  font-size: 1.042vw;
  color: #333333;
}
.pc .icon-required {
  color: #b4251e;
  margin-right: 0.26vw;
}
.pc .multi-term {
  display: flex;
  flex-wrap: wrap;
}

.pc .option-item {
  display: flex;
  flex: 1 1 auto;
  width: 20.833vw;
  align-items: center;
  margin-top: 0.781vw;
  font-size: 0.833vw;
}
.pc .option-item:last-child {
  /*margin-bottom: 0.781vw;*/
}
.pc .icon-option {
  width: 0.938vw;
  height: 0.938vw;
  margin-left: 0.781vw;
  cursor: pointer;
}
.pc .item-content {
  margin-left: 0.99vw;
  color: #333333;
}
.pc .multi-line {
  position: relative;
  height: 7.813vw;
}
.pc .single-line {
  position: relative;
  height: 2.083vw;
}
.pc .item-input {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 1.042vw;
  font-size: 0.833vw;
  color: #333333;
  border: 1px solid #d9d9d9;
}
.pc .max-tips {
  position: absolute;
  /* bottom: 1.094vw; */
  /* right: 1.25vw; */
  right: 0;
  font-size: 0.833vw;
  color: #dddddd;
}
.pc .confirm-btn {
  width: 17.188vw;
  height: 3.125vw;
  margin: 2.083vw auto 0;
  line-height: 3.125vw;
  text-align: center;
  font-size: 1.042vw;
  color: #ffffff;
  border-radius: 0.313vw;
  background: #b4251e;
  cursor: pointer;
}

.pc .res-title {
  margin: 1vw auto 0;
  font-size: 1.563vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pc .res-icon {
  display: block;
  width: 6.71vw;
  height: 6.71vw;
}
.pc .res-tips1 {
  margin: 1vw auto 0;
  font-size: 1.563vw;
  color: #333333;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  text-align: center;
}
.pc .res-content {
  width: 32.188vw;
  margin: 1.563vw auto 0;
  font-size: 1.042vw;
  color: #333333;
  text-align: center;
}
.pc .empty {
  display: flex;
  align-items: center;
}
.pc .error {
  font-size: 0.833vw;
  color: #b4251e;
  padding-top: 0.521vw;
  padding-left: 0.781vw;
}

.empty-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.icon-empty {
  width: 3.5vw;
  height: auto;
  margin-bottom: 1vw;
}
.empty-tips {
  margin-top: 1vw;
  font-size: 1.354vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
}
.pc .footer .inner{
  display: flex;
  margin-top: 5.365vw;
  padding: 2.344vw 13.021vw 2.552vw 13.542vw;
  background: #f0f0f0;
  justify-content: space-between;
  align-items: center;
}
.pc .foo-left,
.pc .foo-right {
  display: flex;
  flex-direction: column;
}
.pc .foo-right {
  align-items: flex-end;
}
.pc .foo-l-title {
  font-size: 0.938vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  color: #333333;
  line-height: 1.25vw;
}
.pc .foo-l-content {
  margin-top: 0.521vw;
  font-size: 0.833vw;
  color: #999999;
  line-height: 1.25vw;
}
.pc .follow-us {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc .foo-r-title {
  font-size: 0.938vw;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 1.25vw;
}
.pc .follow_icons {
  display: flex;
}

.pc .icon_item {
  position: relative;
  width: 1.823vw;
  height: 1.823vw;
  margin-left: 0.729vw;
  border-radius: 0.208vw;
  border: 1px solid #979797;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pc .item_img {
  width: 1.3021vw;
}

.pc .icon_ewm {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 14vw;
  height: 14vw;
  background-color: #fff;
  margin-left: -5vw;
  border-radius: 0.3125vw;
  display: none;
}
.icon_ewm img {
  width: 100%;
  height: 100%;
}
.icon_item:hover .icon_ewm {
  display: block;
}

.pc .link-box {
  margin-top: 0.417vw;
  font-size: 0.833vw;
  text-align: left;
}
.link-box a {
  font-style: normal;
  color: #666666;
}
.pc .bottom {
  margin-top: 0.469vw;
  font-size: 0.833vw;
  color: #999999;
}

/* 添加抽奖 */
.lucky-btn {
  width: 3rem;
  height: 0.7rem;
  margin: 0.7rem auto 0.62rem;
  line-height: 0.7rem;
  text-align: center;
  background: #c50819;
  border-radius: 0.02rem;
  border: 1px solid #c50819;
  font-size: 0.26rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.lucky-res-box, .member-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lucky-tips1 {
  font-size: 0.48rem;
  font-stretch: normal;
  color: #393939;
  font-weight: bold;
}
.lucky-name {
  margin-top: 0.36rem;
  font-size: 0.28rem;
  color: #393939;
  font-weight: bold;
}
.wait {
  color: #c50819;
  border-color: #c50819;
}
.wait,
.waited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.3rem;
  height: 0.88rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0.28rem;
  border-width: 0.02rem;
  border-style: solid;
}
.waited {
  color: #cccccc;
  border-color: #cccccc;
}
.icon-wait {
  width: 0.36rem;
  height: auto;
  margin-right: 0.2rem;
}
.lucky-tips2 {
  padding-top: 0.4rem;
  padding-bottom: 0.79rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.44rem;
  color: #aaaaaa;
}
.lucky-tips3 {
  margin-top: 0.3rem;
  font-size: 0.46rem;
  color: #333333;
  line-height: 1.4;
  text-align: center;
}
.input-box {
  position: relative;
  display: flex;
  width: 5.7rem;
  height: 0.8rem;
  margin-top: 0.9rem;
  align-items: center;
}
.u-input {
  width: 100%;
  height: 0.8rem;
  padding-left: 0.24rem;
  background: #ffffff;
  border-radius: 0.04rem;
  border: 0.02rem solid #eeeeee;
  font-size: 0.28rem;
  font-weight: normal;
  color: #666666;
  line-height: 0.32rem;
}
.u-input::-webkit-input-placeholder {
  color: #666666;
}
.required {
  display: inline-block;
  margin-right: 0.1rem;
  line-height: 1;
  font-size: 0.28rem;
  color: #c7000b;
}
.textarea-box {
  position: relative;
  margin-top: 0.9rem;
  width: 5.7rem;
  height: 2.6rem;
}
/* .textarea-box.required .u-input {
  padding-left: 0.6rem;
} */
.textarea-box.required::before {
  top: 0.24rem;
  /* left: ; */
}
.u-textarea.u-input {
  width: 100%;
  height: 2.6rem;
  padding: 0.24rem 0.24rem;
  box-sizing: border-box;
  resize: none;
}
.textarea-box .max-tips {
  bottom: 0.1rem;
}
.lable {
  position: absolute;
  top: -0.5rem;
  left: 0.2rem;
  font-size: 0.28rem;
  font-weight: normal;
  color: #333333;
}
.cry-icon {
  display: block;
  width: 0.98rem;
  height: auto;
  margin: auto;
}
.inputOut {
  width: 100%;
  position: relative;
}
.inputOut .fl, .inputOut .fr{
  display: inline-block;
}
.inputLine {
  width: 3rem;
}
.codeBtn {
  font-size: 0.28rem;
  width: 2.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #c50819;
  border-radius: 0.02rem;
  border: 1px solid #c50819;
  font-weight: bold;
  color: #ffffff;
}

