.xszt {
  width: 100%;
}

.xszt .banner,
.xszt .banner img {
  width: 100%;
}

.xszt .box {
  width: 100%;
  padding: 2rem 2.6rem;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/yydd/bg.png")
    no-repeat bottom;
  background-size: 100% auto;
  padding-bottom: 34.1rem;
}
.xszt .box .boxTop {
  margin: 0 -2.6rem;
  padding: 0 2.6rem;
  border-radius: 0;
  background: #fff;
}

.xszt .banner {
  position: relative;
}

.xszt .banner p {
  position: absolute;
  top: 17.3rem;
  left: 24rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #506a62;
}

.xszt .stylist {
  text-align: center;
  margin-top: 4.4rem;
  margin-bottom: 6rem;
}

.xszt .stylist .tit,
.xszt .type .tit,
.xszt .example .tit,
.xszt .about .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1e1e1e;
}

.xszt .stylist .tit div,
.xszt .type .tit div,
.xszt .example .tit div,
.xszt .about .tit div {
  margin: 0 1.2rem;
}

.xszt .stylist .tit img,
.xszt .type .tit img,
.xszt .example .tit img {
  width: 3.4rem;
  height: 3.1rem;
}

.xszt .stylist .hint,
.xszt .example .hint {
  font-size: 2.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 4.3rem;
}

.xszt .stylist .stylistImg {
  position: relative;
  text-align: center;
}

.xszt .stylist .stylistImg > img {
  width: 100%;
}

.xszt .stylist .text {
  text-align: left;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xszt .stylist .text p:first-child {
  margin-bottom: .7rem;
  font-size: 3rem;
  font-weight: 500;
  color: #ffffff;
}

.xszt .stylist .text p:last-child {
  font-size: 2.4rem;
  color: #ffffff;
}

.xszt .stylist .pos1 {
  position: absolute;
  top: 30.4rem;
  left: 0;
  width: 27.6rem;
  height: 9rem;
  padding-left: 2rem;
}

.xszt .stylist .pos2 {
  position: absolute;
  top: 59.8rem;
  left: 18.4rem;
  width: 28.5rem;
  height: 9rem;
  padding-left: 2rem;
}

.xszt .stylist .pos3 {
  position: absolute;
  top: 44.8rem;
  left: 9rem;
  width: 10.5rem;
  height: 10.5rem;
  transform: scale(0.833);
}

.xszt .stylist .pos4 {
  position: absolute;
  top: 0;
  left: 34.8rem;
  width: 12.8rem;
  height: 12.8rem;
  padding-top: .2rem;
  transform: scale(0.833);
}

.xszt .stylist .pos5 {
  position: absolute;
  top: 15.3rem;
  right: 3.9rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: scale(0.833);
}

.xszt .stylist .text2 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xszt .stylist .text2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
}

.xszt .type .scroll {
  display: flex;
  width: 100%;
  margin-top: 4.3px;
  margin-bottom: 2.8px;
  padding-bottom: 2.8px;
  overflow: auto;
  /* font-size: 0; */
  /* & > a {
    & > div {
      position: relative;
      flex-shrink: 0;
      width: 583px;
      & > img:first-child {
        width: 100%;
      }
      & > img:last-child {
        position: absolute;
        top: 236px;
        left: 50%;
        width: 73px;
        transform: translateX(-50%);
      }
    }
  } */
}

/* .scroll>a {
  display: block;
} */

.xszt .type .scroll .item {
  position: relative;
}

.xszt .type .scroll .item .text {
  bottom: 5rem;
  position: absolute;
  width: 85%;
  left: 2.3rem;
}

.xszt .type .scroll .item .text > p {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  line-height: 1;
}

.xszt .type .scroll .item .text p:first-child > span {
  font-size: 7.2rem;
  font-family: PingFang SC;
  font-weight: 500;
}

.xszt .type .scroll .item .text .text_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
}

.xszt .type .scroll .item .text .text_flex > p:first-child {
  font-size: 3.6rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.xszt .type .scroll .item .text .text_flex > p:last-child {
  width: 3.7rem;
  height: 2rem;
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.xszt .type .scroll .item > img {
  /* flex-shrink: 0; */
  width: 58.3rem;
  height: 85.3rem;
}

::-webkit-scrollbar {
  display: block;
}

.scroll::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 1);
}

.scroll::-webkit-scrollbar-track-piece {
  margin-top: 2.8px;
  background: rgba(222, 222, 220, 1);
}

.scroll::-webkit-scrollbar {
  height: .4rem;
}

.xszt .type .btnBox {
  display: flex;
  justify-content: space-between;
}

.xszt .type .btnBox button {
  width: 33rem;
  height: 7rem;
  color: white;
  border: none;
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(0deg, #cab480, #f9edcc);
  border-radius: .4rem;
}

.xszt .example {
  width: 100%;
  background: #ffffff;
  margin-top: 5.8rem;
  border-radius: 1.5rem;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}

.xszt .example .item {
  position: relative;
  padding: 0 1.7rem;
}
.xszt .example .item + .item {
  margin-top: 7.8rem;
}

.xszt .example .item .text {
  position: absolute;
  top: 17.6rem;
  left: 4.6rem;
  width: 23.7rem;
}

.xszt .example .item .text2 {
  position: absolute;
  top: 18.1rem;
  left: auto;
  right: 3rem;
}

.xszt .example .item > img {
  width: 100%;
}

.xszt .example .item .text p:first-child {
  font-size: 2.9rem;
  font-family: PingFang SC;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.xszt .example .item .text img:nth-child(3) {
  width: 100%;
  height: 1rem;
}

.xszt .example .item .text p:nth-child(2) {
  font-size: 1.9rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  width: 126%;
  white-space: nowrap;
  transform: scale(0.791);
  transform-origin: left;
  text-align: center;
}

.xszt .example .item .text p:nth-child(4) {
  font-size: 2.3rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: -1.3rem;
}

.xszt .about {
  padding: 8.8rem 4.5rem 0;
}

.xszt .about .tit {
  font-size: 3.6rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #f4e7c4;
  margin-bottom: 4.5rem;
}

.about .info {
  display: flex;
  justify-content: space-between;
}

.about .info .name,
.about .info .select,
.about .tel {
  position: relative;
  margin-bottom: 1.9rem;
}

.about .info .name input {
  width: 34rem;
  height: 8rem;
  padding-left: 6.6rem;
  border: none;
  background: white;
  border-radius: .4rem;
}

.about .info .name img,
.about .info .select img,
.about .tel img {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  /* top: 81rem; */
  display: block;
  /* background-size: 100% 100%; */
  transform: translateY(-50%);
}

.about .info .select select {
  width: 25.4rem;
  height: 8rem;
  background: #ffffff;
  padding-left: 6.6rem;
  border-radius: .4rem;
  border: 0;
}

.about .tel input {
  width: 61.1rem;
  position: relative;
  height: 8.1rem;
  padding-left: 6.6rem;
  line-height: 8.1rem;
  text-align: left;
  background: #fff;
  border: none;
  border-radius: .4rem;
}

.btn {
  width: 61.1rem;
  height: 8.1rem;
  color: white;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 8.1rem;
  text-align: center;
  background-image: linear-gradient(
    rgba(249, 235, 198, 1),
    rgba(207, 181, 121, 1)
  );
  border-radius: .4rem;
  letter-spacing: .2rem;
}

.privacyBox {
  margin-top: 1rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
.privacyBox a {
  margin-left: 1rem;
  color: #999;
}
