main > .bg {
  position: relative;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  display: flex;
}
main > .bg .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
main > .bg .banner {
  display: flex;
  flex-direction: column;
  width: 1200px;
  height: 100%;
  justify-content: center;
}
main > .bg .banner .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 62px;
}
main > .bg .banner .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666;
  max-width: 600px;
}
main > .root-cols {
  background: #eff4fa;
  padding-bottom: 62px;
}
main > .root-cols .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > .root-cols .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 16px;
}
main > .root-cols .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main > .root-cols .grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .root-cols .grid .item + .item {
  margin-left: 70px;
}
main > .root-cols .grid .item {
  width: 280px;
  height: 370px;
  border-radius: 20px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(10.88px);
  box-shadow: 0 0 30px #7e94c445, inset 0 0 10px #6677ce26;
  text-align: center;
  padding: 32px 42px;
}
main > .root-cols .grid .item .title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0px;
  color: #1d2129;
}
main > .root-cols .grid .item .desc {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
}
main > .root {
  padding-bottom: 62px;
}
main > .root .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > .root .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 16px;
}
main > .root .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main > .root .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .root .main .tabs .tab {
  width: 460px;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  cursor: pointer;
}
main > .root .main .tabs .tab .num {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 0px;
  color: #333;
}
main > .root .main .tabs .tab .right {
  display: flex;
  flex-direction: column;
  margin-left: 29px;
}
main > .root .main .tabs .tab .right .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333;
}
main > .root .main .tabs .tab .right .desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
}
main > .root .main .tabs .tab.selected {
  background: linear-gradient(270deg, #0259fa 0%, #55d9cc 100%);
  box-shadow: 0 5px 20px #0003;
}
main > .root .main .tabs .tab.selected .num,
main > .root .main .tabs .tab.selected .title,
main > .root .main .tabs .tab.selected .desc {
  color: #fff;
}
main > .root .main .container {
  margin-left: 218px;
}
main > .root .main .container .container-box {
  display: none;
}
main > .root .main .container .container-box .content {
  display: flex;
  flex-direction: column;
}
main > .root .main .container .container-box .content .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333;
}
main > .root .main .container .container-box .content .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666;
  margin-top: 26px;
  margin-bottom: 41px;
}
main > .root .main .container .container-box .content .img {
  width: 100%;
  height: 100%;
}
main > .root .main .container .container-box:nth-of-type(1) {
  display: block;
}
main > .root .v-enter-active,
main > .root .v-leave-active {
  transition: opacity 0.5s ease;
}
main > .root .v-enter-from,
main > .root .v-leave-to {
  opacity: 0;
}
main .design-process-title .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .design-process-title .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 36px;
}
main .design-process-title .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main .design-process-box .bg {
  width: 100%;
  height: 720px;
  background-repeat: repeat;
  background-image: url(../images/software/bg.jpg);
  background-attachment: fixed;
  position: relative;
  background-position: 50%;
  transition: background-position 0.8s;
}
main .design-process-box .bg .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat;
  pointer-events: none;
}
main .design-process-box .bg .grid-box {
  width: 1200px;
}
main .design-process-box .bg .grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
main .design-process-box .bg .grid .item {
  width: 386px;
  height: 251px;
  opacity: 1;
  background: rgba(74, 100, 142, 0.38);
  backdrop-filter: blur(32.64px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
main .design-process-box .bg .grid .item .img {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
main .design-process-box .bg .grid .item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 26px;
  margin-top: 10px;
}
main .design-process-box .bg .grid .item .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #d0d0d0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
main .design-process-box .bg .grid .item:nth-child(3n) {
  margin-right: 0;
}
main .design-process-box .bg .grid .item:nth-child(3n) {
  margin-right: 0;
}
main .design-process-box .bg .grid .item:nth-child(n + 4) {
  margin-top: 20px;
}
main .design-process-box .bg .grid .item:hover {
  background: #0067ff;
}
main .design-process-box .bg .grid .item:hover .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
main .design-process-box .bg .grid .item:hover .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
}
main > .service .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > .service .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 16px;
}
main > .service .head .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main > .service .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
main > .service .row .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 253px;
  margin-top: 65px;
  margin-bottom: 100px;
}
main > .service .row .item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
  color: #333;
  margin-top: 33px;
  margin-bottom: 24px;
}
main > .service .row .item .desc {
  font-size: 16px;
  font-weight: 350;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666;
}
main > .case {
  background: #4672fe;
  padding-bottom: 80px;
}
main > .case .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > .case .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 16px;
}
main > .case .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 45px;
}
main > .case .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}
main > .case .grid .item {
  width: 18vw;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  main > .bg {
    width: 100%;
    height: 21.25rem;
    background-repeat: no-repeat;
    background-position-x: 4.9375rem;
    background-size: contain;
    display: flex;
  }
  main > .bg .banner-box {
    width: 100%;
  }
  main > .bg .banner-box .banner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 23.25rem;
    margin-left: 3.125rem;
  }
  main > .bg .banner-box .banner .title {
    font-family: PingFangSC-Semibold;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.193rem;
    letter-spacing: 0px;
    color: #1d2129;
    margin-bottom: 1.25rem;
  }
  main > .bg .banner-box .banner .desc {
    font-family: '苹方-简-常规';
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 2.708rem;
    letter-spacing: 0px;
    color: #4e5969;
  }
  main > .root-cols {
    background: #eff4fa;
    padding: 3.125rem 1.875rem 3.5625rem;
  }
  main > .root-cols .root-cols-box {
    width: 100%;
  }
  main > .root-cols .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  main > .root-cols .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
    margin-top: 0;
    margin-bottom: 0;
  }
  main > .root-cols .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    color: #666;
    margin-bottom: 0;
  }
  main > .root-cols .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main > .root-cols .grid .item + .item {
    margin-left: 0;
  }
  main > .root-cols .grid .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 1.25rem;
    opacity: 1;
    background: #ffffff;
    box-sizing: border-box;
    backdrop-filter: blur(10.88px);
    text-align: center;
    padding: 1.875rem 1.75rem 2.375rem 2.5rem;
    margin-bottom: 1.875rem;
  }
  main > .root-cols .grid .item > img {
    width: 8.468rem;
    height: 7.9375rem;
    object-fit: contain;
    margin-right: 1.25rem;
  }
  main > .root-cols .grid .item .content-box {
    width: 29.25rem;
  }
  main > .root-cols .grid .item .content-box .title {
    margin-top: 0;
    font-family: '苹方-简-常规';
    text-align: left;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.193rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main > .root-cols .grid .item .content-box .desc {
    margin-top: 1.125rem;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 2.31rem;
    letter-spacing: 0px;
    text-align: left;
    color: #86909c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  main > .h5-flow {
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
  }
  main > .h5-flow .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main > .h5-flow .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
    margin-bottom: 0.875rem;
  }
  main > .h5-flow .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    margin: 0;
  }
  main > .h5-flow .tabs {
    margin-top: 3.125rem;
  }
  main > .h5-flow .tabs .tab {
    position: relative;
    width: 100%;
    height: 19.375rem;
    border-radius: 0.5rem;
    padding: 2.5rem 1.875rem 1.875rem 1.875rem;
    box-sizing: border-box;
    margin-bottom: 1.875rem;
  }
  main > .h5-flow .tabs .tab .mask {
    position: absolute;
    left: 0;
    opacity: 1;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 0.5rem;
    background: linear-gradient(115deg, #0c65eb 0%, #bce7ff 100%);
  }
  main > .h5-flow .tabs .tab .img {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    opacity: 0.1;
  }
  main > .h5-flow .tabs .tab .tab-content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 20;
  }
  main > .h5-flow .tabs .tab .tab-content .top {
    display: flex;
    align-items: center;
  }
  main > .h5-flow .tabs .tab .tab-content .top .number {
    position: relative;
    margin-right: 2.25rem;
    font-family: TencentSansW7;
    font-size: 3.125rem;
    font-weight: normal;
    line-height: 3.656rem;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 1.25rem;
  }
  main > .h5-flow .tabs .tab .tab-content .top .number::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.375rem;
    border-radius: 0.5rem;
    background: #ffffff;
  }
  main > .h5-flow .tabs .tab .tab-content .top .title-box h2 {
    margin: 0;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 2.193rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  main > .h5-flow .tabs .tab .tab-content .top .title-box p {
    margin: 0;
    margin-top: 0.625rem;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.608rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  main > .h5-flow .tabs .tab .tab-content h4 {
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 1.901rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 50rpx 0 320px;
  }
  main > .h5-flow .tabs .tab .tab-content .desc {
    margin: 0;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.708rem;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  main > .h5-flow .tabs .tab:nth-of-type(2) .mask {
    background: linear-gradient(115deg, #2c888d 0%, #69c8ce 100%);
  }
  main > .h5-flow .tabs .tab:nth-of-type(3) .mask {
    background: linear-gradient(115deg, #25a47a 0%, #6dc657 100%);
  }
  main > .h5-flow .tabs .tab:nth-of-type(4) .mask {
    background: linear-gradient(115deg, #d4502a 0%, #e3c66b 100%);
  }
  main .design-content {
    background-image: url(../images/img/package3/09.png);
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    background-position: initial;
    background-size: contain;
    transition: background-position 0.8s;
  }
  main .design-content .design-process-title {
    position: absolute;
    top: 4.375rem;
    left: 0;
    z-index: 1000;
    padding: 0 1.875rem;
  }
  main .design-content .design-process-title .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .design-content .design-process-title .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.875rem;
  }
  main .design-content .design-process-title .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 45px;
  }
  main .design-content .design-process-box {
    margin-bottom: 5rem;
  }
  main .design-content .design-process-box .bg {
    width: 100%;
    height: auto;
    background-image: none;
    background-attachment: fixed;
    position: relative;
    padding-top: 15.75rem;
  }
  main .design-content .design-process-box .bg .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat;
    pointer-events: none;
  }
  main .design-content .design-process-box .bg .grid-box {
    position: relative;
    width: 100% !important;
  }
  main .design-content .design-process-box .bg .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
  main .design-content .design-process-box .bg .grid .item {
    width: 20.625rem;
    height: auto;
    opacity: 1;
    background: rgba(74, 100, 142, 0.38);
    backdrop-filter: blur(32.64px);
    display: flex;
    flex-direction: column;
    padding: 1.875rem;
    box-sizing: border-box;
    margin-right: 0;
  }
  main .design-content .design-process-box .bg .grid .item .img {
    min-width: 5rem;
    max-width: 5.625rem;
    min-height: 5rem;
    max-height: 6.25rem;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
  main .design-content .design-process-box .bg .grid .item .title {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 1.25rem 0;
  }
  main .design-content .design-process-box .bg .grid .item .desc {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.908rem;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    overflow: visible;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: horizontal;
  }
  main .design-content .design-process-box .bg .grid .item:nth-child(3n) {
    margin-right: 0;
  }
  main .design-content .design-process-box .bg .grid .item:nth-child(odd) {
    margin-right: 1.875rem !important;
  }
  main .design-content .design-process-box .bg .grid .item:nth-child(n + 4) {
    margin-top: 0;
  }
  main .design-content .design-process-box .bg .grid .item:nth-child(n + 3) {
    margin-top: 2.5rem;
  }
  main .design-content .design-process-box .bg .grid .item:hover {
    background: rgba(74, 100, 142, 0.38);
  }
  main .design-content .design-process-box .bg .grid .item:hover .title {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  main .design-content .design-process-box .bg .grid .item:hover .desc {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.908rem;
    letter-spacing: 0px;
    color: #ffffff;
  }
  main > .service .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main > .service .head .title {
    font-family: 思源黑体;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  main > .service .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.755rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-bottom: 0;
  }
  main > .service .row {
    margin-top: 6.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-around;
  }
  main > .service .row .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 19.125rem;
    margin-top: 0;
    margin-bottom: 6.25rem;
  }
  main > .service .row .item .title {
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 2.193rem;
    letter-spacing: 0px;
    color: #1d2129;
    margin: 1.25rem auto;
  }
  main > .service .row .item img {
    width: 3.75rem;
    height: 3.875rem;
    object-fit: contain;
  }
  main > .service .row .item .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    text-align: center;
    letter-spacing: 0px;
    color: #86909c;
  }
  main > .case {
    padding-bottom: 2.3125rem;
  }
  main > .case > .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  main > .case > .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 4.375rem;
    margin-bottom: 0.875rem;
  }
  main > .case > .head .desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 3.155rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 2.5rem;
  }
  main > .case .h5-site-cases {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.625rem;
    row-gap: 10px;
  }
  main > .case .h5-site-cases .swiper-container {
    position: relative;
    cursor: pointer;
  }
  main > .case .h5-site-cases .swiper-container .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main > .case .h5-site-cases .swiper-container .swiper-slide .swiper-slide-page {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 1.875rem;
  }
  main > .case .h5-site-cases .swiper-container .swiper-slide .swiper-slide-page > .item {
    width: 20.625rem;
    height: 11.5rem;
    object-fit: cover;
    border-radius: 0.625rem;
    margin-right: 1.875rem;
    margin-bottom: 2.375rem;
  }
  main > .case .h5-site-cases .swiper-container .swiper-slide .swiper-slide-page > .item:nth-child(2n) {
    margin-right: 0;
  }
  main .swiper-pagination-box {
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 6.25rem;
  }
  main .swiper-pagination-box .swiper-pagination {
    margin-top: 2.5rem;
  }
  main .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #295eef;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.875rem;
  }
}
