.img1{width:100%;height:38.94rem;background-color:#1854d0;opacity:0.99;background-image:url(../../imgs/img56.png);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:flex-start}.img1>div{width:900px;margin:0 auto}.img1>div:nth-child(1){font-family:PingFangSC-Regular;font-size:3.75rem;font-weight:bold;font-stretch:normal;letter-spacing:0rem;color:#f0fe58;opacity:0.99;margin-top:5.69rem;margin-bottom:2.44rem}.img1 .text{font-family:PingFangSC-Regular;font-size:1.81rem;font-weight:normal;font-stretch:normal;line-height:2.81rem;letter-spacing:0rem;color:#000000}.img1 .tryBtn{width:9.13rem;height:3.44rem;background-color:#fff;border-radius:1.53rem;opacity:0.99;line-height:3.44rem;font-family:PingFangSC-Medium;font-size:1.57rem;font-weight:normal;font-stretch:normal;letter-spacing:0rem;color:#ff5003;opacity:0.99;text-align:center;margin-top:2.25rem;cursor:pointer;margin-left:calc(50% - 450px)}@media screen and (max-width: 1440px){.img1{padding-left:10%}}@media screen and (max-width: 1024px){.img1{padding-left:5%}}.text1{font-family:PingFangSC-Semibold;font-size:2.25rem;font-weight:normal;font-stretch:normal;letter-spacing:0rem;color:#333333;opacity:0.99;margin-top:2rem;text-align:center}.text2{margin-top:1.75rem;font-family:PingFangSC-Regular;font-size:1.88rem;font-weight:normal;font-stretch:normal;letter-spacing:0rem;color:#333333;opacity:0.99;text-align:center}.users{width:1000px;display:flex;flex-wrap:wrap;margin:0 auto;margin-bottom:3.69rem;padding-left:2.5rem}.users>div{display:flex;flex-direction:column;align-items:center;margin-top:2.3rem;margin-right:2.8rem}.users>div>div:nth-child(1){background-color:#fefefe;display:flex;align-items:center;justify-content:center}.users>div>div:nth-child(1)>img{width:13rem;height:6.31rem;object-fit:contain}.users>div>div:nth-child(2){font-family:MicrosoftYaHei;font-size:1.38rem;font-weight:normal;width:9rem;font-stretch:normal;letter-spacing:0rem;color:#666666;margin-top:1.6rem;text-align:center}
.section2 {
  background-image: url("../../imgs/anli2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 > div:nth-child(1) {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.section2 > div:nth-child(2) {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
}

.section2 > div:nth-child(2) > div {
  width: 226px;
  margin: 20px 0;
}

.section2 > div:nth-child(2) > div > div:nth-child(1) {
  width: 100%;
  height: 148px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.section2 > div:nth-child(2) > div > div:nth-child(1) > video {
  width: 100%;
  object-fit: fill;
  height: 148px;
}

.section2 > div:nth-child(2) > div > div:nth-child(2) {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 0px;
  color: #fefefe;
  text-align: center;
}

