body {
  /* background: linear-gradient(#FAF5FF 0%, #ffffff 50%, #FAF5FF 100%); */
  background: linear-gradient(#fffcef 0%, #ffffff 50%, #fffcef 100%);
  background: linear-gradient(#fffbe8 0%, #ffffff 50%, #fffbe8 100%);
  background: linear-gradient(#ffedd5 0%, #ffffff 50%, #ffedd5 100%);
}

.header-wrapper {
  padding-top: 3.881vw;
  box-sizing: border-box;
  font-weight: 500;
}

.header-wrapper .logo-wrapper {
  margin-left: 4.405vw;
}

.header-wrapper .logo-wrapper .logo {
  width: 11vw;
  height: 11vw;
  border-radius: 1.982vw;
}

.header-wrapper .h1 {
  margin-left: 2.643vw;
  font-size: 6.608vw;
  background: linear-gradient(90deg, rgb(152, 16, 250) 0%, rgb(246, 51, 154) 50%, rgb(255, 105, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slogan {
  margin-top: 0.881vw;
  font-size: 4.405vw;
  line-height: 6.167vw;
  color: #364153;
  text-align: center;
}

.video-wrapper {
  /* width: 81.498vw; */
  margin: 0 3.304vw;
  margin-top: 2.203vw;
  border-radius: 3.524vw;
}

.platform-wrapper {
  margin-top: 4.405vw;
}

.platform-wrapper .title {
  font-size: 6.167vw;
  font-weight: 500;
  line-height: 7.93vw;
  text-align: center;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 50%, #E60076 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platform-wrapper .platform {
  margin-top: 2.643vw;
  gap: 3.304vw;
}

.platform-wrapper .platform-item {
  width: 27.313vw;
  height: 10.573vw;
  border-radius: 2.203vw;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00f;
}

.award-wrapper {
  margin-top: 5.066vw;
}

.award-wrapper .title {
  font-size: 6.167vw;
  font-weight: 500;
  line-height: 7.93vw;
  text-align: center;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 50%, #E60076 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.award-wrapper .desc {
  font-size: 3.524vw;
  line-height: 7.93vw;
  color: #000;
  text-align: center;
}

.award-wrapper .award-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 61.863vw; */
  margin-left: 3.524vw;
  margin-right: 3.524vw;
  margin-top: 2.423vw;
  /* border: 1px solid #FF4242; */
  /* border-radius: 4.405vw; */
  /* padding: 4.5vw; */
  /* background: linear-gradient(180deg, #FF7E7E, #FFB595A8 66%); */
}

.award-wrapper .award-detail .award-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* margin-top: 4.846vw; */
  /* margin-left: 5.286vw; */
  /* margin-right: 11.674vw; */
  /* margin-bottom: 3.203vw; */
  /* border-top-left-radius: 5.727vw;
  border-top-right-radius: 5.727vw; */
  overflow: hidden;
  /* border: 3px solid blue; */
}
.award-wrapper .award-detail .award-photo img {
  border-radius: 2vw;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.award-wrapper .award-detail .award-trophy {
  position: absolute;
  top: -2.503vw;
  right: 0.608vw;
  width: 16.52vw;
  height: 18.722vw;
}

.award-wrapper .award-detail .award-card {
  position: absolute;
  bottom: 1.203vw;
  left: 27.313vw;
  width: 24.229vw;
  height: 30.617vw;
}

.case-wrapper {
  width: 94.714vw;
  height: 137.225vw;
  margin: 0 auto;
  margin-top: 5.066vw;
  padding-top: 7.048vw;
  background: linear-gradient(90deg, #F3E8FF, #FCE7F3, #FFEDD4);
  border-radius: 3.524vw;
}

.case-wrapper .title,
.case-wrapper .sub-title {
  font-size: 6.167vw;
  font-weight: 500;
  line-height: 6.167vw;
  text-align: center;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 50%, #E60076 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-wrapper .sub-title {
  font-size: 3.524vw;
  line-height: 6.167vw;
}

.case-wrapper .desc {
  margin-left: 6.608vw;
  margin-right: 6.608vw;
  margin-top: 2.203vw;
  font-size: 3.524vw;
  line-height: 5.286vw;
  color: #4A5565;
  text-align: center;
}

.case-wrapper .add-wechat {
  width: 67.841vw;
  height: 13.216vw;
  margin: 0 auto;
  margin-top: 3.304vw;
  font-size: 3.965vw;
  color: #9810FA;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6.608vw;
}


.case-wrapper .add-wechat img {
  width: 4.405vw;
  height: 4.405vw; 
  margin-right: 4vw;
}
.case-wrapper .wechat-img {
  width: 55.727vw;
  height: 58.37vw;
  margin: 0 auto;
  margin-top: 5.066vw;
}

.case-wrapper .wechat-img .hand-img {
  position: absolute;
  bottom: -5.507vw;
  right: -7.709vw;
  z-index: 2;
  width: 17.181vw;
  height: 15.639vw;
}

.case-wrapper .add-wechat-tip {
  width: 92.511vw;
  height: 12.775vw;
  margin-top: 5.066vw;
  border-radius: 6.388vw;
  font-size: 4.405vw;
  line-height: 12.775vw;
  color: #59168B;
  text-align: center;
  background: #F3E8FF;
}

.case-wrapper .add-wechat-tip .stars {
  position: absolute;
  top: -3.304vw;
  left: 1.101vw;
  width: 6.608vw;
  height: 6.608vw;
}


.feedback-wrapper {
  margin-top: 6.167vw;
}

.feedback-wrapper .title {
  font-size: 6.167vw;
  font-weight: 500;
  line-height: 7.93vw;
  text-align: center;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 50%, #E60076 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.feedback-wrapper .data-item-wrapper {
  display: grid;
  gap: 5.066vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3.084vw;
  margin-left: 5.727vw;
  margin-right: 5.727vw;
}

.feedback-wrapper .data-item-wrapper .data-item {
  position: relative;
  width: 40.749vw;
  height: 38.767vw;
  border-radius: 3.524vw;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}


.feedback-wrapper .data-item-wrapper .data-item .circle-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 34.581vw;
  height: 28.194vw;
  border-bottom-left-radius: 28.634vw;
  background: linear-gradient(135deg, #51A2FF, #C27AFF);
  opacity: 0.1;
}

.feedback-wrapper .data-item-wrapper :nth-child(2).data-item .circle-bg {
  background: linear-gradient(135deg, #FF6467, #FF8904);
}

.feedback-wrapper .data-item-wrapper .data-item .content {
  position: absolute;
  top: 5.286vw;
  left: 4.405vw;
  z-index: 5;
}
.feedback-wrapper .data-item-wrapper .data-item .content-1 {
  font-size: 3.524vw;
  line-height: 5.286vw;
  color: #4A5565;
}
.feedback-wrapper .data-item-wrapper .data-item .content-2 {
  display: flex;
  align-items: flex-end;
  margin-top: 8.37vw;
  font-size: 7.93vw;
  line-height: 8.811vw;
  color: #0A0A0A;
}
.feedback-wrapper .data-item-wrapper .data-item .content-3 {
  margin-top: 2.643vw;
  font-size: 3.084vw;
  line-height: 4.405vw;
  color: #6A7282;
}
.feedback-wrapper .data-item-wrapper .data-item .the-arrow {
  margin-bottom: 1.101vw;
  font-size: 4.405vw;
  color: #00C950;
}
.feedback-wrapper .data-item-wrapper .data-item .red-arrow {
  color: #FB2C36;
}


.app-wrapper {
  margin-top: 6.167vw;
}

.app-wrapper .title {
  font-size: 6.167vw;
  font-weight: 500;
  line-height: 7.93vw;
  text-align: center;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 50%, #E60076 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.app-wrapper .app-item-wrapper {
  display: grid;
  gap: 2.863vw;;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 38.106vw;
  margin-top: 3.084vw;
  margin-left: 2.863vw;
  margin-right: 2.863vw;
}
.app-wrapper .app-item-wrapper .app-item {
  background: rgb(233, 218, 251);
  border-radius: 3.524vw;
  display: flex;
  flex-direction: column;
  padding: 2.203vw 3.304vw;
  box-sizing: border-box;
}

.app-wrapper .app-item-wrapper :nth-child(2).app-item {
  background: rgb(245, 214, 232);
} 

.app-wrapper .app-item-wrapper :nth-child(3).app-item {
  background: rgb(200, 221, 252);
} 

.app-wrapper .app-item-wrapper :nth-child(4).app-item {
  background: rgb(206, 214, 252);
} 

.app-wrapper .app-item-wrapper .app-item img {
  border-radius: 2.203vw;
}

.app-wrapper .app-item-wrapper .app-item h4 {
  margin-top: 1.101vw;
  font-size: 3.084vw;
  font-weight: 500;
}

.app-wrapper .app-item-wrapper .app-item p {
  margin-top: 1.101vw;
  font-size: 2.643vw;
  color: #666;
}

.ask-wrapper {
  width: 88.546vw;
  border-radius: 2.643vw;
  margin: 0 auto;
  margin-top: 6.608vw;
  margin-bottom: 6.608vw;
  padding-bottom: 6.608vw;
  box-sizing: border-box;
  background: linear-gradient(135deg, #9810FA, #E60076, #F54900);
  color: #fff;
}
.ask-wrapper .title {
  padding-top: 6.608vw;
  font-size: 6.608vw;
  font-weight: 500;
  box-sizing: border-box;
}

.ask-wrapper .title .title-img {
  width: 14.097vw;
  height: 14.097vw;
  margin-right: 2.203vw;
}
.ask-wrapper .sub-title {
  margin-top: 2.203vw;
  font-size: 4.405vw;
  line-height: 6.167vw;
}

.ask-wrapper .sub-title .sub-title-img {
  width: 8.811vw;
  height: 6.167vw;
  margin-left: 2.203vw;
}

.ask-wrapper .desc {
  margin-top: 3.304vw;
  padding-left: 4.405vw;
  padding-right: 4.405vw;
  font-size: 3.965vw;
  line-height: 6.167vw;
  text-align: center;
}

.ask-wrapper .contact {
  width: 80.396vw;
  height: 16.3vw;
  margin: 0 auto;
  margin-top: 7.93vw;
  border-radius: 3.524vw;
  border: 1px solid rgba(255,255,255, 0.2);
  background-color: rgba(255,255,255, 0.2);
  font-size: 5.286vw;
  font-weight: 500;
}
.ask-wrapper .contact .contact-img {
  width: 7.048vw;
  height: 7.048vw;
  margin-right: 2.203vw;
}
.ask-wrapper .copyright {
  margin-top: 4.405vw;
  font-size: 3.084vw;
  line-height: 4.405vw;
  text-align: center;
}