.yinsi {
  width: 100%;
  height: 462px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.yinsi p {
  color: #1f1f1f;
  text-align: center;
  font-family: microsoft yahei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.yinsi span {
  color: #efabab;
  text-align: center;
  font-family: microsoft yahei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 177.778% */
  text-transform: uppercase;
}
.yinsi-main {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  box-sizing: border-box;
}
.yinsi-main .text {
  width: 1019px;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  /* body */
  font-family: microsoft yahei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}
.yinsi-main .text p {
  display: flex;
}
.yinsi-main .text p span {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .yinsi {
    height: 130px;
  }
  .yinsi p {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }
  .yinsi span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
  }
  .yinsi-main {
    padding: 48px 0;
  }
  .yinsi-main .text {
    width: 319px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 208.333% */
    /* 214.286% */
  }
  .yinsi-main .text p {
    display: flex;
  }
  .yinsi-main .text p span {
    font-size: 30px;
  }
}
/*# sourcemappingurl=yinsi.css.map */