html {
  font-size: 50px;
}
body {
  font-size: 14px;
}
.head-bg {
  background: url(../images/questionaire/head-bg.png) no-repeat center / 1920px;
  width: 100%;
}

.head-new {
  background-color: #f9fdff;
}
.contain_title .title-2 {
  margin-top: 16px;
  color: #303133;
}
.head-main .tip-text {
  text-align: left;
  line-height: 32px;
}

.qs-box {
  margin: 80px auto 92px;
}
.qs-title {
  font-weight: 500;
  font-size: 40px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 52px;
}
.qs-title2 {
  opacity: 0.8;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin-top: 12px;
}
.qs-content {
  margin: 40px auto 0;
  display: flex;
  width: 1180px;
}
.qs-img div {
  width: 548px;
  height: 364px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.qs-img img {
  width: 100%;
}
.qs-img1 {
  /* background-position: 0 0; */
  background-image: url(../images/questionaire/page1.png);
  background-size: contain;
}
.qs-img2 {
  /* background-position: -2740px 0; */
  background-image: url(../images/questionaire/page2.png);
  background-size: contain;
}
.qs-img3 {
  /* background-position: -548px 0; */
  background-image: url(../images/questionaire/page3.png);
  background-size: contain;
}
.qs-img4 {
  /* background-position: -3288px 0; */
  background-image: url(../images/questionaire/page4.png);
  background-size: contain;
}
.qs-img5 {
  /* background-position: -1096px 0; */
  background-image: url(../images/questionaire/page5.png);
  background-size: contain;
}
.qs-img6 {
  /* background-position: -4384px 0; */
  background-image: url(../images/questionaire/page6.png);
  background-size: contain;
}
.qs-img7 {
  /* background-position: -1644px 0; */
  background-image: url(../images/questionaire/page7.png);
  background-size: contain;
}
.qs-img8 {
  /* background-position: -3836px 0; */
  background-image: url(../images/questionaire/page8.png);
  background-size: contain;
}
.qs-img9 {
  /* background-position: -2192px 0; */
  background-image: url(../images/questionaire/page9.png);
  background-size: contain;
}
.qs-list {
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 590px;
}
.qs-list-text {
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  padding: 14px 0;
}
.qs-list-text2 {
}
.qs-list-text div {
  margin: 4px 20px 0;
}
.qs-list-act {
  background: rgba(37, 114, 255, 0.06);
}
.qs-list-act div {
  color: #2572ff;
}
.qs-list-title {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 24px;
}
.qs-list-title2 {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qs-list-dis {
  cursor: default;
}
.qs-list-dis div {
  color: #999;
}
.questionaire-2 {
  width: 100%;
  background: #f5fbff;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.questionaire-2 .q-content {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.q-content div {
  flex: 1;
}
.q-content .q-title {
  font-weight: 500;
  font-size: 40px;
  color: #303133;
  margin-bottom: 26px;
}
.q-content .q-item {
  font-size: 18px;
  color: #7b858d;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.q-content .q-item:last-child {
  margin-bottom: 0;
}
.q-content .q-item::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 0;
  top: calc(50% - 4px);
  background: #2672ff;
}
.q-content .q-img {
  background: url(../images/questionaire/q-img.png) no-repeat center;
  background-size: cover;
  width: 580px;
  height: 500px;
}
@media (max-width: 768px) {
  .head-bg {
    background: url(../images/questionaire/head-bg-m.png) no-repeat center;
    background-size: cover;
  }
  .head-main .tip-text {
    text-align: center;
    line-height: 22px;
  }
  .tip-text p {
    text-align: center;
  }
  .contain_title .title-2 {
    margin: 8px 12px 0;
  }
  .qs-content {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .qs-box {
    margin: 30px auto;
  }
  .qs-list {
    width: 100%;
    margin-bottom: 10px;
  }
  .qs-img div {
    width: auto;
    height: auto;
    margin: 0 0.32rem;
    background-image: none !important;
  }
  .qs-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }
  .qs-title2 {
    opacity: 1;
    font-weight: 400;
    font-size: 13px;
  }
  .qs-list-wrap {
    width: 100%;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 0.92rem;
  }
  .qs-list {
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    margin-left: 0.32rem;
  }
  .qs-list-text {
    border-radius: 0.08rem;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    padding: 0.06rem 0;
    display: inline-block;
    background-color: #f4f4f4;
    color: #222;
    margin-right: 0.32rem;
  }
  .qs-list-text div {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0.1rem 0;
    margin-top: 0;
  }
  .qs-list-title2 {
    opacity: 0.8;
  }
  .qs-list-title2,
  .qs-list-dis {
    display: none;
  }
  .qs-list-act .qs-list-title2 {
    /* display: block; */
  }
  .qs-list-info-text {
    font-size: 0.26rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
    text-align: left;
    margin-left: 0.32rem;
  }
  .qs-list-act {
    background: #2572ff;
  }
  .qs-list-act div {
    color: #fff;
  }
  .questionaire-2 {
    height: auto;
    padding-top: 39px;
  }
  .questionaire-2 .q-content {
    flex-direction: column;
    width: 100%;
  }
  .q-content .q-title {
    font-size: 22px;
    margin-bottom: 21px;
    margin-top: 0;
  }
  .q-content .q-item {
    font-size: 12px;
    padding-left: 9px;
    margin-bottom: 9px;
  }
  .q-content div {
    flex: auto;
  }
  .q-content .q-item::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: calc(50% - 3px);
  }
  .q-content .q-img {
    background-size: cover;
    width: 100%;
    height: 270px;
  }
}
