@font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('/css/fonts/AlibabaPuHuiTiRegular.ttf');
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.trial-banner {
  display: flex;
  justify-content: center;
  column-gap: 169px;
  padding-top: 64px;
  height: 420px;
  background-image: url('/trial_3_days/img/banner/banner-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1300px) {
  .trial-banner {
    column-gap: 50px;
  }
}
@media (max-width: 1150px) {
  .trial-banner {
    column-gap: 0;
  }
}
@media (max-width: 1100px) {
  .trial-banner {
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
    height: auto;
  }
}
@media (max-width: 700px) {
  .trial-banner {
    padding: 64px 20px 0;
  }
}
@media (max-width: 550px) {
  .trial-banner {
    padding-top: 43px;
  }
}
.trial-banner .banner-left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.trial-banner .banner-left .banner-title {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title {
    align-items: center;
  }
}
.trial-banner .banner-left .banner-title .title-1 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-title .title-1 {
    margin-bottom: 8px;
  }
}
.trial-banner .banner-left .banner-title .title-1 > span {
  font-family: 'Alibaba PuHuiTi';
  font-size: 72px;
  font-weight: 700;
  line-height: normal;
  background-image: linear-gradient(180deg, #1362e8 0%, #005fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-15deg);
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-1 > span {
    font-size: 48px;
  }
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-title .title-1 > span {
    font-size: 36px;
  }
}
.trial-banner .banner-left .banner-title .title-1 .title-1-label {
  width: 74px;
  height: 52px;
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-1 .title-1-label {
    width: 69px;
    height: 45px;
  }
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-title .title-1 .title-1-label {
    width: 69px;
    height: 45px;
  }
}
.trial-banner .banner-left .banner-title .title-2 {
  display: flex;
}
.trial-banner .banner-left .banner-title .title-2 .title-2-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 36px;
  background-image: url('/trial_3_days/img/banner/rectangle-bakcgound.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #0d2d63;
  font-family: 'Alibaba PuHuiTi';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-2 .title-2-label {
    width: 100px;
    height: 25px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-title .title-2 .title-2-label {
    width: 67px;
    height: 18px;
    font-size: 12px;
  }
}
.trial-banner .banner-left .banner-title .title-2 .title-2-label.label-1 {
  margin-top: 5px;
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-2 .title-2-label.label-1 {
    margin-top: 0;
  }
}
.trial-banner .banner-left .banner-title .title-2 .title-2-label.label-2 {
  margin-top: 29px;
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-2 .title-2-label.label-2 {
    margin-top: 15px;
  }
}
.trial-banner .banner-left .banner-title .title-2 .title-content {
  display: block;
  font-family: 'Alibaba PuHuiTi';
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  background-image: linear-gradient(180deg, #1362e8 0%, #005fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-15deg);
}
@media (max-width: 700px) {
  .trial-banner .banner-left .banner-title .title-2 .title-content {
    font-size: 48px;
  }
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-title .title-2 .title-content {
    font-size: 36px;
  }
}
.trial-banner .banner-left .banner-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 29px 0 32px;
  margin-top: 32px;
  width: 503px;
  height: 61px;
  background-image: url('/trial_3_days/img/banner/banner-desc-background.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc {
    width: 350px;
    height: 44px;
    padding: 0 40px 0 10px;
    margin-top: 21px;
  }
}
.trial-banner .banner-left .banner-desc .left {
  display: flex;
  align-items: baseline;
}
.trial-banner .banner-left .banner-desc .left .black {
  color: #051f4a;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .left .black {
    font-size: 12px;
  }
}
.trial-banner .banner-left .banner-desc .left .orange {
  color: #ff8b31;
  font-family: 'Alibaba PuHuiTi';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .left .orange {
    font-size: 24px;
  }
}
.trial-banner .banner-left .banner-desc .left .blue {
  color: #0076fe;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .left .blue {
    font-size: 12px;
  }
}
.trial-banner .banner-left .banner-desc .right {
  display: flex;
  align-items: center;
  column-gap: 45px;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .right {
    column-gap: 5px;
  }
}
.trial-banner .banner-left .banner-desc .right .white {
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .right .white {
    font-size: 14px;
  }
}
.trial-banner .banner-left .banner-desc .right svg {
  width: 11px;
  height: 18px;
  color: #ffffff;
}
@media (max-width: 550px) {
  .trial-banner .banner-left .banner-desc .right svg {
    width: 9px;
    height: 14px;
  }
}
.trial-banner .banner-right .banner-image {
  width: 441px;
  height: 305px;
}
@media (max-width: 550px) {
  .trial-banner .banner-right .banner-image {
    width: 311px;
    height: 210px;
  }
}
.trial-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebf6ff;
  padding: 48px 0;
}
@media (max-width: 1300px) {
  .trial-body {
    padding: 48px 16px;
  }
}
.trial-body .body-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  width: 1200px;
  border-radius: 12px;
  background-image: linear-gradient(102deg, #50d3fb -6.3%, #2753ee 29.15%), linear-gradient(5deg, #37ebcd -24.62%, #2fd1ff -0.29%, #5eb6fa 76.03%, #157fff 99.5%);
  box-shadow: 0px 1.932px 11.594px 0px rgba(20, 20, 43, 0.08), 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
}
.trial-body .body-item .item-title {
  display: flex;
  justify-content: center;
}
.trial-body .body-item .item-title .title-label {
  width: 125px;
  height: 60px;
}
@media (max-width: 600px) {
  .trial-body .body-item .item-title .title-label {
    width: 97px;
    height: 50px;
  }
}
.trial-body .body-item .item-title span {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 0px #1a5896;
  font-family: 'Alibaba PuHuiTi';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .trial-body .body-item .item-title span {
    font-size: 21px;
  }
}
.trial-body .body-item .item-title span .yellow {
  color: #ffcb4f;
}
.trial-body .body-item .item-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 12px;
}
@media (max-width: 950px) {
  .trial-body .body-item .item-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.trial-body .body-item .item-content .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 80px;
  z-index: 1;
}
@media (max-width: 950px) {
  .trial-body .body-item .item-content .arrow {
    display: none;
  }
}
.trial-body .body-item .price {
  display: flex;
  align-items: baseline;
}
.trial-body .body-item .price .default {
  color: #ff3131;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}
.trial-body .body-item .price .bold {
  color: #ff3131;
  font-family: 'Microsoft YaHei';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.body-item.member-item {
  position: relative;
}
@media (max-width: 1300px) {
  .body-item.member-item {
    width: 900px;
  }
}
@media (max-width: 950px) {
  .body-item.member-item {
    width: 100%;
    height: auto;
  }
}
.body-item.member-item .gold-left {
  position: absolute;
  left: -31px;
  top: 36px;
  width: 68px;
  height: 65px;
}
@media (max-width: 1000px) {
  .body-item.member-item .gold-left {
    display: none;
  }
}
.body-item.member-item .gold-right {
  position: absolute;
  right: -31px;
  bottom: 8px;
  width: 68px;
  height: 65px;
}
@media (max-width: 1000px) {
  .body-item.member-item .gold-right {
    display: none;
  }
}
.body-item.member-item .item-title {
  margin-bottom: 8px;
}
.body-item.member-item .right-content {
  position: relative;
  padding: 20px 0px;
  width: 100%;
  height: 248px;
  border-radius: 12px;
  background-image: linear-gradient(354deg, #eff7ff 5.07%, #deebff 97.88%);
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 950px) {
  .body-item.member-item .right-content {
    padding: 20px 12px;
    height: auto;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #fff 0%, #ebf3ff 100%);
  }
}
.body-item.member-item .right-content .welfare-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  margin: 24px 0 12px;
}
@media (max-width: 850px) {
  .body-item.member-item .right-content .welfare-list {
    flex-direction: column;
    row-gap: 40px;
    margin: 0 0 12px;
  }
}
.body-item.member-item .right-content .welfare-list .welfare-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 339px;
  height: 142px;
  border-radius: 12px;
  border: 2px solid #ffffff;
  background-image: linear-gradient(137deg, rgba(231, 253, 237, 0.79) -3.82%, rgba(226, 234, 254, 0.7) 42.25%, rgba(252, 226, 240, 0.7) 88.33%, rgba(252, 235, 224, 0.7) 134.4%);
}
@media (max-width: 1300px) {
  .body-item.member-item .right-content .welfare-list .welfare-list-item {
    width: 230px;
  }
}
@media (max-width: 950px) {
  .body-item.member-item .right-content .welfare-list .welfare-list-item {
    width: 100%;
  }
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .item-tag {
  position: absolute;
  width: 61px;
  height: 61px;
  right: -25px;
  top: -25px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-title .title-price {
  color: #06154d;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-title .title-price .bold {
  font-size: 32px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-title .default {
  color: #06154d;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-title .default .blue {
  color: #2753ef;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 20px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, #f99e53 0%, #f66f00 100%);
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text {
  width: 168px;
  height: 56px;
  padding: 0 19px 0 10px;
  background-image: url('/trial_3_days/img/body/welfare-item-content-background.png');
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text .content-text-price {
  color: #f99e53;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.21px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text .content-text-price .bold {
  font-size: 21px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text > svg {
  margin: 0 19px 0 9px;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text .right-text {
  display: flex;
  flex-direction: column;
}
.body-item.member-item .right-content .welfare-list .welfare-list-item .welfare-item-content .content-text .right-text span {
  color: #8f6432;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.body-item.member-item .right-content .right-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 29px;
  background-image: linear-gradient(276deg, #50d3fb -18.16%, #0074fd 52.33%);
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .right-label {
    width: 57px;
    height: 20px;
    font-size: 12px;
  }
}
.body-item.member-item .right-content .right-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin: 0 auto 16px;
  width: 284px;
  height: 44px;
  border-radius: 32px;
  background-image: linear-gradient(135deg, #f6f5ff 14.65%, #b2d1ff 92.42%);
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .right-content-title {
    width: 179px;
    height: 32px;
  }
}
.body-item.member-item .right-content .right-content-title .bold {
  color: #093a73;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .right-content-title .bold {
    font-size: 15px;
  }
}
.body-item.member-item .right-content .right-content-title .default {
  color: #23377e;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .right-content-title .default {
    font-size: 12px;
  }
}
.body-item.member-item .right-content .version-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 20px;
}
.body-item.member-item .right-content .version-list .basic,
.body-item.member-item .right-content .version-list .premium,
.body-item.member-item .right-content .version-list .ultimate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2px;
  width: 180px;
  background-image: linear-gradient(0deg, rgba(255, 242, 242, 0.8) 0%, rgba(255, 202, 189, 0.8) 148.18%);
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .version-list .basic,
  .body-item.member-item .right-content .version-list .premium,
  .body-item.member-item .right-content .version-list .ultimate {
    width: 80px;
  }
}
.body-item.member-item .right-content .version-list .basic .desc,
.body-item.member-item .right-content .version-list .premium .desc,
.body-item.member-item .right-content .version-list .ultimate .desc {
  color: #6a1d1d;
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.member-item .right-content .version-list .basic .desc,
  .body-item.member-item .right-content .version-list .premium .desc,
  .body-item.member-item .right-content .version-list .ultimate .desc {
    font-size: 12px;
  }
}
.body-item.member-item .right-content .version-list .basic {
  height: 64px;
}
.body-item.member-item .right-content .version-list .premium {
  height: 88px;
}
.body-item.member-item .right-content .version-list .ultimate {
  height: 112px;
  z-index: 1;
}
.body-item.member-item .right-content .wechat-text {
  display: block;
  color: #666666;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
}
.body-item.member-item .right-content .version-label {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 100px;
  height: 70px;
}
@media (max-width: 950px) {
  .body-item.member-item .right-content .version-label {
    display: none;
  }
}
@media (max-width: 1300px) {
  .body-item.welfare-item {
    width: 900px;
  }
}
@media (max-width: 950px) {
  .body-item.welfare-item {
    width: 100%;
    height: auto;
  }
}
.body-item.welfare-item .right-content {
  position: relative;
  padding: 20px 0px;
  width: 100%;
  height: 248px;
  border-radius: 12px;
  background-image: linear-gradient(354deg, #eff7ff 5.07%, #deebff 97.88%);
  background-color: #ffffff;
}
@media (max-width: 950px) {
  .body-item.welfare-item .right-content {
    padding: 12px 11px;
    height: auto;
  }
}
.body-item.welfare-item .right-content .right-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 29px;
  background-image: linear-gradient(276deg, #50d3fb -18.16%, #0074fd 52.33%);
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-label {
    width: 57px;
    height: 20px;
    font-size: 12px;
  }
}
.body-item.welfare-item .right-content .right-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 237px;
  height: 44px;
  border-radius: 32px;
  background-image: linear-gradient(135deg, #f6f5ff 14.65%, #b2d1ff 92.42%);
  color: #093a73;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-title {
    width: 165px;
    height: 32px;
  }
}
.body-item.welfare-item .right-content .right-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px auto;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .body-item.welfare-item .right-content .right-list {
    gap: 12px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item {
  display: flex;
  align-items: center;
  padding-left: 11px;
  width: 179px;
  height: 64px;
  flex-shrink: 0;
  background-image: url('/trial_3_days/img/body/welfare-item-background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item {
    width: 134px;
    height: 48px;
    padding-left: 8px;
  }
  .body-item.welfare-item .right-content .right-list .right-item .price .bold {
    font-size: 18px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item.last-item {
  padding-left: 10px;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item.last-item {
    padding-left: 5px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item.last-item > svg {
  margin: 0 16px 0 8px;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item.last-item > svg {
    margin: 0 9px 0 2px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item > svg {
  margin: 0 15px 0 12px;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item > svg {
    margin: 0 9px 0 8px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item .desc {
  color: #6a1d1d;
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.body-item.welfare-item .right-content .right-list .right-item .price-text {
  color: #ca3904;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item .price-text {
    font-size: 12px;
  }
}
.body-item.welfare-item .right-content .right-list .right-item .price-desc span {
  display: block;
  color: #6a1d1d;
  font-family: 'Microsoft YaHei';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.welfare-item .right-content .right-list .right-item .price-desc span {
    font-size: 12px;
  }
}
.body-item.welfare-item .right-content .right-content-text {
  display: block;
  color: #666666;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
}
.body-item.flow-item {
  height: 307px;
}
@media (max-width: 1300px) {
  .body-item.flow-item {
    width: 900px;
  }
}
@media (max-width: 950px) {
  .body-item.flow-item {
    width: 100%;
    height: auto;
  }
}
.body-item.flow-item .flow-item-title {
  display: flex;
  justify-content: center;
  column-gap: 14px;
  margin-bottom: 16px;
}
.body-item.flow-item .flow-item-title span {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 0px #1a5896;
  font-family: 'Alibaba PuHuiTi';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.flow-item .flow-item-title span {
    font-size: 21px;
  }
}
.body-item.flow-item .flow-item-title svg {
  width: 11px;
  height: 13px;
}
.body-item.flow-item .flow-item-content {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  border-radius: 12px;
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content {
    flex-direction: column-reverse;
    background-image: linear-gradient(180deg, #fff 0%, #ebf3ff 100%);
    background-color: #ffffff;
    padding: 12px;
    row-gap: 12px;
  }
}
.body-item.flow-item .flow-item-content .left-content,
.body-item.flow-item .flow-item-content .right-content {
  width: 570px;
  height: 214px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #fff 0%, #ebf3ff 100%);
  background-color: #e8f1ff;
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content .left-content,
  .body-item.flow-item .flow-item-content .right-content {
    width: 100%;
    height: auto;
    border-radius: 0;
    background-image: unset;
    background-color: unset;
  }
}
.body-item.flow-item .flow-item-content .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  padding: 0 80px;
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content .left-content {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .body-item.flow-item .flow-item-content .left-content {
    row-gap: 10px;
  }
}
.body-item.flow-item .flow-item-content .left-content .content-item {
  color: #666666;
  font-family: 'Microsoft YaHei';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
}
@media (max-width: 600px) {
  .body-item.flow-item .flow-item-content .left-content .content-item {
    font-size: 12px;
  }
}
.body-item.flow-item .flow-item-content .flow-icon {
  position: absolute;
  width: 88px;
  height: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 20px));
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content .flow-icon {
    display: none;
  }
}
.body-item.flow-item .flow-item-content .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}
.body-item.flow-item .flow-item-content .right-content .qrcode {
  width: 160px;
  height: 160px;
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content .right-content .qrcode {
    width: 175px;
    height: 175px;
    padding: 11px;
    background-image: linear-gradient(135deg, rgba(246, 245, 255, 0.5) 14.65%, rgba(178, 209, 255, 0.5) 92.42%);
    border-radius: 4px;
  }
}
.body-item.flow-item .flow-item-content .right-content .qrcode-text {
  display: block;
  text-align: center;
  color: #1f346a;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 950px) {
  .body-item.flow-item .flow-item-content .right-content .qrcode-text {
    display: none;
  }
}
.body-item.rules-item {
  height: 377px;
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .body-item.rules-item {
    width: 900px;
  }
}
@media (max-width: 950px) {
  .body-item.rules-item {
    width: 100%;
    height: auto;
  }
}
.body-item.rules-item .rules-item-title {
  display: flex;
  justify-content: center;
  column-gap: 14px;
  margin-bottom: 17px;
}
.body-item.rules-item .rules-item-title span {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 0px #1a5896;
  font-family: 'Alibaba PuHuiTi';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.rules-item .rules-item-title span {
    font-size: 21px;
  }
}
.body-item.rules-item .rules-item-title svg {
  width: 11px;
  height: 13px;
}
.body-item.rules-item .rules-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  height: 284px;
  padding: 32px 80px;
  background-color: #ffffff;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #fff 0%, #ebf3ff 100%);
}
@media (max-width: 600px) {
  .body-item.rules-item .rules-list {
    padding: 12px;
    row-gap: 10px;
    height: auto;
  }
}
.body-item.rules-item .rules-list .rule {
  color: #666666;
  font-family: 'Microsoft YaHei';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .body-item.rules-item .rules-list .rule {
    font-size: 12px;
  }
}
