body {
  background: #fff;
}

.main {
  padding: 0 0.4rem;
}

.main .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
}

.main .tit img {
  width: 82%;
}

.main .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .pic img {
  width: 100%;
}

.main .txt {
  padding: 0.26667rem 0.13333rem;
  font-size: 0.4rem;
  color: #333;
  line-height: 1.7;
  letter-spacing: 1.2;
}

.main .txt span {
  color: #e77140;
}

.wPic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wPic img {
  width: 100%;
}

.nWarp {
  white-space: nowrap;
}

.txtCenter {
  text-align: center;
}

.testMain {
  width: 100%;
  position: relative;
}

.testMain .block_t {
  width: 100%;
  height: fit-content;
  background: #ffdac1;
  padding-bottom: 0.8rem;
}

.testMain .block_t .main_t {
  width: 100%;
  height: 100%;
  padding-top: 0.8rem;
  position: relative;
}

.testMain .block_t .main_t .test_txt1 {
  color: #df5d3f;
  font-size: 0.54667rem;
  text-align: center;
  font-weight: bold;
}

.testMain .block_t .main_t .test_txt1 span {
  font-weight: normal;
  font-size: 0.41333rem;
}

.testMain .block_t .main_t .test_txt2 {
  color: #333;
  font-size: 0.36rem;
  text-align: center;
  line-height: 2;
}

.testMain .block_t .main_t .testBox {
  margin: 0 auto;
  margin-top: 0.8rem;
  position: relative;
  background: url(./test.png) no-repeat center;
  background-size: contain;
  width: 9.98667rem;
  min-height: 4.69333rem;
  padding: 0.93333rem 0;
}

.testMain .block_t .main_t .testBox img {
  width: 100%;
}

.testMain .block_t .main_t .testBox .testing {
  padding: 0 1.33333rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.testMain .block_t .main_t .testBox .testing .txtbox {
  border-radius: 0.13333rem;
  padding: 0.2rem;
  margin-left: 0.16rem;
  font-size: 0.34667rem;
  max-width: 7.73333rem;
  color: #333;
  display: inline-block;
  line-height: 1.7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 23%;
}

.testMain .block_t .main_t .testBox .testing .txtbox span {
  color: #f67964;
}

.testMain .block_t .main_t .testBox .testing .test_tit {
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  color: #f67964;
}

.testMain .block_t .main_t .testBox .testing .tagBox {
  width: 80%;
  justify-content: space-evenly;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.4rem auto;
}

.testMain .block_t .main_t .testBox .testing .tagBox .itemBtn {
  border: solid 1px #f67964;
  background: #fff;
  border-radius: 0.13333rem;
  text-align: center;
  font-size: 0.33333rem;
  height: 0.93333rem;
  width: 45%;
  line-height: 0.93333rem;
  color: #f67964;
  animation: slowS .3s;
  cursor: pointer;
}

.testMain .block_t .main_t .testBox .testing .tagBox .itemBtn:nth-child(n+3) {
  margin-top: 0.21333rem;
}

.testMain .block_t .main_t .testBox .testing .tagBox .ac {
  color: #fff;
  background: #f67964;
}

.testMain .block_t .main_t .testBox .testing .tagBox .finish {
  color: #fff;
  background: #f67964;
  margin: 0 auto;
}

.testMain .block_t .main_t .testBox .testing .swiper-button-next {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.testMain .block_t .main_t .testBox .testing .queIndex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testMain .block_t .main_t .testBox .testing .queIndex div {
  color: #757575;
  font-size: 0.32rem;
  text-align: center;
  width: 34%;
}

.red_color {
  color: #df5d3f;
}

.f30 {
  font-size: 0.37333rem;
}

.ti_end {
  display: none;
  text-align: center;
  padding: 0 0.26667rem;
  padding-bottom: 0.53333rem;
}

.ti_end .pu {
  font-size: 0.4rem;
  margin: 0.4rem 0;
  color: #000;
  line-height: 1.6;
}

.copyBG {
  box-sizing: border-box;
  padding: 0.4rem 0.66667rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: none;
  max-width: 680px;
  margin: 0 auto;
}

.copyBG .copyBtn {
  display: block;
  background: #e77140;
  border-radius: 1.33333rem;
  text-align: center;
  font-size: 0.48rem;
  height: 1.06667rem;
  line-height: 1rem;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.06667rem;
  animation: sToB 1s infinite;
}

.csTC {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 2.66667rem;
  max-width: 680px;
  margin: 0 auto;
  right: 0;
}

.csTC .tcBox {
  width: 70%;
  height: fit-content;
  border-radius: 0.13333rem;
  margin: 0 auto;
  background: #fff;
  padding: 0.4rem;
}

.csTC .tcBox .tcMSG {
  text-align: center;
  font-size: 0.69333rem;
  color: #ff7a7a;
  border-bottom: #f5f5f5 solid 0.02667rem;
  padding-bottom: 0.18667rem;
}

.csTC .tcBox .tcMSG .line {
  height: 0.05333rem;
  width: 1.33333rem;
  margin: 0 auto;
  background: #def5ff;
  position: relative;
  bottom: -0.21333rem;
}

.csTC .tcBox .tcMSG2 {
  color: #555;
  font-size: 0.4rem;
  padding: 0.26667rem 0.4rem;
  line-height: 0.66667rem;
}

.csTC .tcBox .tcBtn {
  background: linear-gradient(to right, #10c725, #59cbaf);
  border-radius: 1.33333rem;
  text-align: center;
  font-size: 0.48rem;
  height: 0.90667rem;
  line-height: 0.86667rem;
  color: #fff;
  width: 85%;
  margin: 0 auto;
  margin-top: 0.06667rem;
  box-shadow: 0 4px 8px rgba(43, 162, 70, 0.3);
  display: block;
  animation: sToB 1s infinite;
}

.csTC .closeBtn {
  margin: 0 auto;
  margin-top: 0.93333rem;
  width: 0.8rem;
}

.csTC .closeBtn img {
  width: 100%;
}

@keyframes sToB {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.zzzz2 {
  padding-bottom: 0;
  width: 100%;
  background: #f5f3f3;
  height: 1.06667rem;
}

p {
  font-size: 12px;
  text-align: center;
  margin: 4px 0;
}

.zzzz2 p:nth-child(1) {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=index.css.map */