main .banner-box {
  height: 560px;
  width: 100%;
  background: radial-gradient(19% 71% at 71% 40%, #0f101e 0%, #0c0d19 100%);
}
main .banner-box .banner {
  display: flex;
  height: 100%;
  overflow-x: visible;
}
main .banner-box .banner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-width: 630px;
}
main .banner-box .banner .left .banner-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 32.76px;
  letter-spacing: 5px;
  color: #ffffff;
}
main .banner-box .banner .left .banner-title:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #0259fa 0%, #55d9cc 103%);
}
main .banner-box .banner .left .banner-desc {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 18px;
  margin-bottom: 43px;
  width: auto;
}
main .banner-box .banner .left .banner-btn {
  width: 189px;
  height: 62px;
  border-radius: 6px;
  opacity: 1;
  background: linear-gradient(270deg, #02b3fa 0%, #55d9cc 100%);
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
main .banner-box .banner .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .banner-box .banner .right .shadow {
  width: 786px;
  height: 24.05px;
  margin-top: 14px;
}
main .szene {
  background: #f6f7fa;
}
main .szene .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .szene .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 36px;
}
main .szene .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main .szene .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
main .szene .row .item {
  width: 240px;
  display: flex;
  flex-direction: column;
}
main .szene .row .item .top {
  width: 100%;
  height: 231px;
  border-radius: 9px;
  position: relative;
}
main .szene .row .item .top .img {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0px);
}
main .szene .row .item .bottom {
  margin-top: 20px;
  width: 100%;
  height: 130px;
  background: #f4f5f8;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 20px #0f36751a;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 19px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.1s;
}
main .szene .row .item .bottom .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  color: #000;
}
main .szene .row .item .bottom .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  color: #000;
}
main .szene .row .item .bottom:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
  content: '';
  background-color: #5c51f3;
}
main .szene .row .itemAtive .top .img {
  transform: translateY(-30px);
}
main .szene .row .itemAtive .bottom {
  opacity: 1;
  transform: translateY(0px);
}
main .industry .grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .industry .grid .item {
  width: 224px;
  height: 224px;
  position: relative;
  margin-top: 19px;
  background-size: cover;
  background-repeat: no-repeat;
}
main .industry .grid .item .mask {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  background-color: #000000b3;
}
main .industry .grid .item .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 30px 29px;
  transform: translateY(148px);
  transition: all 0.35s ease-in-out;
  overflow-y: hidden;
  pointer-events: none;
}
main .industry .grid .item .content .grid-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}
main .industry .grid .item .content .grid-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 17px;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.05s ease-in-out;
  transition-delay: 0.1s;
}
main .industry .grid .item:first-child {
  width: 468px;
}
main .industry .grid .itemAtive .mask {
  filter: blur(5px);
}
main .industry .grid .itemAtive .content {
  transform: translateY(0);
}
main .industry .grid .itemAtive .content .grid-desc {
  transition-delay: 0.2s;
  opacity: 1;
}
main .industry .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .industry .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 19px;
}
main .industry .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main .cases {
  padding: 0 30px;
  /* 外层容器 */
}
main .cases .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .cases .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 90px;
  margin-bottom: 19px;
}
main .cases .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 46px;
}
main .cases .swiper {
  width: 100%;
  height: 580px;
}
main .cases .swiper .swiper-slide {
  position: relative;
  width: 60%;
  height: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  /* 文字垂直居中 */
  display: flex;
  justify-content: center;
  align-items: center;
}
main .cases .swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .cases .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
}
main .cases .swiper .swiper-slide-active::after {
  display: none;
}
main .cases .swiper-pagination-box {
  display: flex;
  height: 10px;
  justify-content: center;
  position: relative;
  margin-top: 28px;
  margin-bottom: 15px;
}
main .cases .swiper-pagination-box .swiper-pagination-bullet {
  background-color: #c0c4cc;
  width: 30px;
  height: 2px;
}
main .cases .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .cases .block .pane {
  display: none;
  width: 1200px;
  height: 168px;
  opacity: 1;
  background: #f7f8fa;
  padding: 30px;
  margin: 0 30px;
  box-sizing: border-box;
}
main .cases .block .pane .pane-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333;
}
main .cases .block .pane .pane-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0px;
  color: #666;
  margin-top: 22px;
}
main .cases .block .pane:nth-child(1) {
  display: block;
}
main .cases .block .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transform: rotate(180deg);
  opacity: 1;
  background: #f7f8fa;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 36px;
}
main .cases .block .arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
main .cases .block .svg {
  height: 1em;
  width: 1em;
}
main .introduce {
  margin-bottom: 50px;
}
main .introduce .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .introduce .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 36px;
}
main .introduce .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main .introduce .main {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 669px;
  margin-top: -70px;
}
main .introduce .main .left {
  display: flex;
  flex-direction: column;
  min-width: 460px;
}
main .introduce .main .left .left-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333;
}
main .introduce .main .left .left-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666;
  margin-top: 15px;
}
main .introduce .main .right {
  height: 802px;
  min-width: 960px;
  object-fit: cover;
}
main .design-content .design-process-title .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .design-content .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-content .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-content .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-content .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-content .design-process-box .bg .grid-box {
  width: 1200px;
}
main .design-content .design-process-box .bg .grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
main .design-content .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-content .design-process-box .bg .grid .item .img {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
main .design-content .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-content .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-content .design-process-box .bg .grid .item:nth-child(3n) {
  margin-right: 0;
}
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(n + 4) {
  margin-top: 20px;
}
main .design-content .design-process-box .bg .grid .item:hover {
  background: #0067ff;
}
main .design-content .design-process-box .bg .grid .item:hover .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
main .design-content .design-process-box .bg .grid .item:hover .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
}
main .advantage > .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .advantage > .head .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 36px;
}
main .advantage > .head .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #666;
  margin-bottom: 45px;
}
main .advantage .row {
  display: flex;
  align-items: initial;
  justify-content: initial;
  margin-bottom: 120px;
}
main .advantage .row .item:not(:last-child) {
  margin-right: 20px;
}
main .advantage .row .root {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 20px #0f36751a;
  width: 285px;
  height: auto;
  padding-bottom: 26px;
}
main .advantage .row .root .head {
  width: 281px;
  height: 129px;
  border-radius: 4px;
  opacity: 1;
  background: #f4f5f8;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  position: relative;
}
main .advantage .row .root .head .title {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  color: #333;
}
main .advantage .row .root .head .tag {
  position: absolute;
  top: -6px;
  right: -6px;
}
main .advantage .row .main {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
  background-color: #fff;
}
main .advantage .row .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 122px;
  height: 33px;
  border-radius: 4px;
  opacity: 1;
  margin: 0 auto;
  background: linear-gradient(270deg, #0259fa 0%, #55d9cc 100%);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1660px) {
  main .banner-box .banner .left {
    min-width: auto;
  }
  main .cases .block .pane {
    display: none;
    width: 900px;
  }
  main .introduce .main {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main .banner-box {
    height: 21.25rem;
  }
  main .banner-box .banner {
    display: flex;
    height: 100%;
    overflow-x: visible;
  }
  main .banner-box .banner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 22.75rem;
    padding-left: 2.5rem;
  }
  main .banner-box .banner .left .banner-title {
    width: 100%;
    position: relative;
    padding-bottom: 1.25rem;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    letter-spacing: 0px;
    color: #ffffff;
    word-wrap: break-word;
    word-break: normal;
  }
  main .banner-box .banner .left .banner-title:after {
    position: absolute;
    bottom: -0.625rem;
    left: 0px;
    content: '';
    width: 100%;
    height: 0.125rem;
    background: linear-gradient(270deg, #0259fa 0%, #55d9cc 103%);
  }
  main .banner-box .banner .left .banner-desc {
    width: 100%;
    font-family: '苹方-简-常规';
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1.5625rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  main .banner-box .banner .left .banner-btn {
    display: none;
  }
  main .banner-box .banner .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .banner-box .banner .right .right-bg {
    width: 18.75rem;
    height: 10rem;
    object-fit: cover;
  }
  main .banner-box .banner .right .shadow {
    width: 22.3125rem;
    height: 1.503rem;
    margin-top: 0.875rem;
  }
  main .szene {
    padding: 0;
    background-color: white;
  }
  main .szene .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.875rem;
  }
  main .szene .head .title {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .szene .head .desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .szene .h5-szene-content {
    overflow: hidden;
    margin: 0 auto;
  }
  main .szene .h5-szene-content .szene-swiper {
    width: 100%;
  }
  main .szene .h5-szene-content .szene-swiper .swiper-wrapper {
    height: auto;
  }
  main .szene .h5-szene-content .szene-swiper .swiper-slide {
    width: 100%;
    background: #fff;
    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 .szene .h5-szene-content .szene-swiper .swiper-slide .swiper-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main .szene .h5-szene-content .szene-swiper .swiper-slide .swiper-page-content .title {
    width: 39rem;
    text-align: center;
    font-family: '苹方-简-常规';
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.34rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .szene .h5-szene-content .szene-swiper .swiper-slide .swiper-page-content .desc {
    width: 39rem;
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    text-align: center;
    letter-spacing: 0px;
    color: #86909c;
  }
  main .szene .h5-szene-content .szene-swiper .swiper-slide .swiper-page-content .img {
    width: 21.25rem;
    height: 17.5rem;
    object-fit: contain;
  }
  main .szene .h5-szene-content .szene-swiper-pagination-box {
    text-align: center;
  }
  main .cases {
    position: relative;
    margin-top: 5rem;
    padding: 0 1.875rem;
    /* 外层容器 */
  }
  main .cases .head-box {
    width: 100%;
  }
  main .cases .head-box .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .cases .head-box .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0.875rem;
  }
  main .cases .head-box .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 2.4375rem;
  }
  main .cases .swiper {
    width: 100%;
    height: 20rem;
  }
  main .cases .swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    /* 文字垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .cases .swiper .swiper-slide .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main .cases .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.24);
  }
  main .cases .swiper .swiper-slide-active {
    width: 100%;
  }
  main .cases .swiper .swiper-slide-active::after {
    display: none;
  }
  main .cases .swiper-pagination-box {
    display: flex;
    justify-content: center;
    bottom: -5.125rem;
    position: absolute;
    /* display: flex; */
    margin: 0;
    left: 0;
    width: 100%;
  }
  main .cases .swiper-pagination-box .swiper-pagination {
    margin-top: 2.5rem;
  }
  main .cases .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #295eef;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1.875rem;
  }
  main .cases .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.875rem;
  }
  main .cases .block .pane {
    width: 100%;
    height: auto;
    opacity: 1;
    background: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  main .cases .block .pane .pane-title {
    text-align: center;
    font-family: '苹方-简-常规';
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .cases .block .pane .pane-desc {
    font-family: ' 苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-top: 1.375rem;
  }
  main .cases .block .arrow {
    display: none;
  }
  main .industry {
    padding: 0 1.875rem;
  }
  main .industry .grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .industry .grid .item {
    width: 48%;
    height: 16.875rem;
    position: relative;
    margin-top: 1.875rem;
  }
  main .industry .grid .item .mask {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    background-color: #000000b3;
  }
  main .industry .grid .item .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 1.875rem 1.8125rem;
    transform: translateY(10rem);
    transition: all 0.35s ease-in-out;
    overflow-y: hidden;
    pointer-events: none;
  }
  main .industry .grid .item .content .grid-title {
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 2.193rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
  }
  main .industry .grid .item .content .grid-desc {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: justify;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 1.0625rem;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity 0.05s ease-in-out;
    transition-delay: 0.1s;
  }
  main .industry .grid .item:nth-child(even) {
    margin-right: 1.75rem;
  }
  main .industry .grid .item:first-child {
    width: 100%;
  }
  main .industry .grid .itemAtive .mask {
    filter: blur(5px);
  }
  main .industry .grid .itemAtive .content {
    transform: translateY(0);
  }
  main .industry .grid .itemAtive .content .grid-desc {
    transition-delay: 0.2s;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  main .industry .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.875rem;
  }
  main .industry .head .title {
    margin-top: 5rem;
    margin-bottom: 1.25rem;
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .industry .head .desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-bottom: 2.5rem;
  }
  main .introduce {
    margin-top: 8.75rem;
    margin-bottom: 4.375rem;
  }
  main .introduce .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.875rem;
  }
  main .introduce .head .title {
    margin-top: 0;
    margin-bottom: 1.375rem;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    color: #1d2129;
  }
  main .introduce .head .desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-bottom: 1.25rem;
  }
  main .introduce .main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: auto;
    margin-top: 0;
  }
  main .introduce .main .left {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    padding: 0 1.875rem;
    box-sizing: border-box;
  }
  main .introduce .main .left .left-title {
    font-family: '苹方-简-常规';
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 2.0475rem;
    text-align: center;
    letter-spacing: 0px;
    color: #1d2129;
    margin-bottom: 0.625rem;
  }
  main .introduce .main .left .left-desc {
    font-family: '苹方-简-常规';
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    letter-spacing: 0px;
    color: #86909c;
    margin-top: 0.625rem;
  }
  main .introduce .main .right {
    margin-bottom: 4.0625rem;
    background-position: 50%;
    height: auto;
    width: 100%;
    min-width: auto;
    object-fit: contain;
  }
  main .design-content {
    position: relative;
    width: 100%;
  }
  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: url(../images/img/package3/09.png);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: initial;
    background-position: initial;
    background-position-y: 0;
    background-position-x: 0rem;
    background-size: cover;
    transition: background-position 0.8s;
    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 .advantage {
    padding: 0 1.875rem;
    margin-bottom: 5rem;
    box-sizing: border-box;
  }
  main .advantage > .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1d2129;
  }
  main .advantage > .head .title {
    font-family: PingFangSC-Semibold;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.071rem;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0.875rem;
  }
  main .advantage > .head .desc {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.955rem;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 2.4375rem;
  }
  main .advantage .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    align-items: initial;
    justify-content: initial;
    margin-bottom: 0;
  }
  main .advantage .row .item:not(:last-child) {
    margin-right: 0;
  }
  main .advantage .row .root {
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
    opacity: 1;
    background: #ffffff;
    box-sizing: border-box;
    border: 0.125rem solid #ffffff;
    box-shadow: 0 0.625rem 1.25rem #0f36751a;
    width: 20.875rem;
    height: auto;
    padding-bottom: 0;
  }
  main .advantage .row .root .head {
    width: 100%;
    height: auto;
    border-radius: 4px;
    opacity: 1;
    background: #f4f5f8;
    box-sizing: border-box;
    border: 0.125rem solid #ffffff;
    padding: 1.875rem 0.625rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  main .advantage .row .root .head .title {
    margin-left: 0.625rem;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2.0475rem;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
  }
  main .advantage .row .root .head .title-logo {
    width: 4.375rem;
    height: 3.6rem;
    object-fit: contain;
  }
  main .advantage .row .root .head .tag {
    width: 7.3125rem;
    height: 7.3125rem;
    object-fit: contain;
    position: absolute;
    top: -6px;
    right: -6px;
  }
  main .advantage .row .root .main {
    display: flex;
    flex-direction: column;
    padding: 0.625rem;
    background-color: #fff;
  }
  main .advantage .row .root .main .subtitle-box:nth-child(1) {
    margin-bottom: 3.125rem;
  }
  main .advantage .row .root:nth-child(1) .tag {
    display: none;
  }
  main .advantage .row .btn {
    display: none;
  }
}
