ul,li {
  list-style-type: none;
}
p {
  margin: 0;
}

.page-container {
  position: relative;
  margin: 0 auto;
}
.page-container img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* banner */
.page-container .banner-wrap {
  height: 156.533vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/banner-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.page-container .banner-wrap .banner-introduce {
  width: 100%;
  margin: 0 auto;
  padding: 30.933vw 4vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-container .banner-wrap .banner-introduce .banner-title {
  width: 97.660vw;
  height: 17.733vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/banner-title.png) no-repeat;
  background-size: 100% 100%;
}

.page-container .banner-wrap .banner-introduce .banner-desc {
  width: 72vw;
  font-size: 2.667vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.600vw;
  margin-top: 2.133vw;
}
.page-container .banner-wrap .banner-introduce .banner-desc-item1 {
  display: flex;
  height: 5.333vw;
  line-height: 5.333vw;
}
.banner-desc-item1-title {
  width: 17.333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070B49;
  font-style: italic;
  font-weight: bold;
  background-image: linear-gradient(90deg, #6bd9f400 0%, #6BD9F4 24%, #8CFECB 88%, #7cffda7a 100%);
}
.banner-desc-item1-title .desc-text {
  width: 12.533vw;
  height: 2.400vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/desc-text.svg) no-repeat;
  background-size: 100% 100%;
}
.banner-desc-item1-desc {
  padding: 0 1.600vw;
  background-image: linear-gradient(90deg, #7cffda2d 0%, #FFFFFF 14%, #ffffff00 100%);
}
.banner-desc-item2 {
  display: flex;
  font-weight: 400;
  font-size: 2.933vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  padding: 1.067vw 0;
  align-items: center;
  justify-content: center;
}
.banner-desc-item2 .item-desc {
  padding: 0 1.867vw;
  border-right: 1px solid #4E5969;
}
.banner-desc-item2 .item-desc:last-child {
  border-right: none;
}
/* .page-container .banner-wrap .banner-introduce .banner-btn {
  font-size: 3.467vw;
  background-color: #0D6EFF;
  letter-spacing: 0;
  line-height: 8.533vw;
  margin-top: 5.600vw;
  width: 21.867vw;
  height: 8.533vw;
  border-radius:0.533vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
} */
.button-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible; /* 允许星星溢出漂浮 */
}

.animated-button {
  width: 28.400vw;
  height: 8.533vw;
  border-radius: 3.467vw;
  border: 1.067vw solid transparent;
  
  background:
    /* 每层指定 clip 到 padding-box，避免覆盖边框层 */
    radial-gradient(circle at 43% -15%, #43D0FF 0%, #618ef600 82%) padding-box,
    radial-gradient(circle at -4.8% 100%, #ff4fdec9 0%, #ff4fde00 99%, #ffffff00 99%) padding-box,
    radial-gradient(circle at 27% -29%, #452bffb8 0%, #452bff00 69%) padding-box,
    radial-gradient(circle at 100% 120%, #66FFE8 0%, #66ffe800 187%) padding-box,
    linear-gradient(101deg, #5884F6 4%, #7C9BF9 100%) padding-box,
    linear-gradient(102deg, rgba(124, 155, 249, 0.3) 4%, rgba(106, 202, 255, 0.1) 100%) border-box;
  
  background-origin: border-box;
  background-clip: padding-box, padding-box, padding-box, padding-box, padding-box, border-box;
  
  background-size: 200% 200%;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1.067vw 2.133vw 0 rgba(16, 26, 116, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
  position: relative;
  left: 1.600vw;
  top: 7.200vw;
}
.animated-button.hovered {
  animation: bgMove 3s linear infinite;
}
@keyframes bgMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animated-button::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -0.533vw; 
  left: -0.533vw;
  right: -0.533vw;
  bottom: -0.533vw;
  border-radius: 3.467vw;
  border: 0.533vw solid rgba(88, 132, 246, 0.3);
  opacity: 0;
  
}

/* hover时光晕扩散淡出 */
.animated-button:hover::before {
  animation: glowExpandFade  1s ease-out  forwards;
}

@keyframes glowExpandFade {
  0% {
    opacity: 0.5;
    box-shadow: 0 0 1.067vw 0.533vw rgba(88, 132, 246, 0.2);
  }
  100% {
    opacity: 0.3;
    /* border: 0.533vw solid rgba(88, 132, 246, 0.4); */
    box-shadow: 0 0 2.133vw 1.067vw rgba(88, 132, 246, 0.3);
  }
}
.animated-button a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}


.animated-button .icon-ai {
  display: block;
  width: 4.533vw;
  height: 3.200vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-ai.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 1.333vw;
}
.stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16.000vw; /* 扩大范围：按钮高度 + 下方溢出区域 */
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.star {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  animation: floatStar 3s linear forwards;
}

@keyframes floatStar {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-8.000vw) scale(0.3);
    opacity: 0;
  }
}


/* role */
.page-container .role-container {
  position: relative;
  top: -5.333vw;
  z-index: 10;
  overflow-x: hidden;
}
.page-container .role-container.role-container-fixed {
  position: fixed;
  top:12.000vw;
  left:0;
  width: 100%;
  height:15.467vw;
  z-index: 100;
  background-color: #ffffffcc;
  backdrop-filter: blur(0.533vw);
}

.page-container .role-wrap {
  padding: 4.000vw 3.200vw 0;
}

.page-container .role-wrap .role-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: height 0.5s ease;
  transform-origin: top center;
}


.page-container .role-container .role-wrap .role-block .role-item {
  width: 45.200vw;
  height: 70.667vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/role-bg1-big.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  position: relative;
  cursor: pointer;
  border-radius: 1.067vw;
  transition: all 0.5s ease;
  backdrop-filter: blur(0.533vw);
  padding: 4.267vw 0.000vw 3.200vw 4.267vw;
  margin-bottom: 3.200vw;
  z-index: 1;
}
.page-container .role-container .role-wrap .role-block .role-item:nth-of-type(3) {
  z-index: 2;
}

.page-container .role-container .role-wrap .role-block .role-item.checked {
  background-size: 100% 100%;
  transition: all 0.5s ease;
}

.page-container .role-wrap .role-block .role-item .person {
  width: 25.333vw;
  height: 26.667vw;
  position: absolute;
  right: -7.467vw;
  bottom: 0;
  pointer-events: none;
}

.page-container .role-wrap .role-block .role-item .right {
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}

.page-container .role-wrap .role-block .role-item .right .role-title {
  color: #1D2129;
  font-weight: bolder;
  font-size: 4.000vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 6.133vw;
}

/* .page-container .role-wrap .role-block .role-item.active .right {
  height: fit-content;
}
.page-container .role-wrap .role-block .role-item.active .right .role-desc {
  opacity: 1;
  margin-top: 2.133vw;
  transition: all 0.4s ease 0.1s ;
} */

.page-container .role-wrap .role-block .role-item .right .role-desc {
  /* opacity: 0; */
  transition: all 0.2s ease ;
  margin-top: 3.200vw;
}

.page-container .role-wrap .role-block .role-item .right .item-desc-ul li {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  padding-left: 5.333vw;
  margin-bottom: 2.133vw;
  position: relative;
  font-weight: 400;
}

.page-container .role-wrap .role-block .role-item .right .item-desc-ul li::before {
  content:'';
  display: inline-block;
  width: 4.267vw;
  height: 4.267vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.533vw;
  left: 0;
}

.page-container .role-wrap .role-block .role-item .right .role-guide {
  display: flex;
  align-items: center;
  font-size: 3.200vw;
  color: #0D6EFF;
  letter-spacing: 0;
  line-height: 5.333vw;
  position: absolute;
  left: 3.200vw;
  bottom: 19.733vw;
}


.page-container .role-wrap .role-block .role-item .right .role-guide i {
  display: none;
  width: 2.133vw;
  height: 2.133vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-arrow-blue.png) no-repeat;
  background-size: contain;
  margin-left: 0.533vw;
}


.page-container .role-container-fixed .role-wrap .role-block .role-item.checked .right .role-title {
  color: #fff;
}
.page-container .role-container-fixed .role-wrap .role-block .role-item.checked .right .item-desc-ul li {
  color: #fff;
}

/* 置顶角色 */
.role-container-mini {
  display: none;
}

.role-container-mini-fixed {
  display: block;
  position: fixed;
  top:12.000vw;
  z-index: 12;
  width: 100%;
  background-color: #ffffffcc;
  backdrop-filter: blur(0.533vw);
  transition: all 0.3s ease;

}
.role-container-mini.active {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.role-container-mini .current-role {
  display: flex;
  width: 57.867vw;
  height: 10.667vw;
  background: #FFFFFF;
  background-image: radial-gradient(circle at 46% 0%, #FFFFFF 0%, #ffffff00 108%), linear-gradient(-83deg, #EDFEFF 0%, #DFF9FF 100%);
  border: 0.133vw solid #FFFFFF;
  border-radius: 5.333vw;
  margin: 4.800vw auto 0;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 9.333vw;
  font-weight: bolder;
  font-size: 3.467vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.600vw;
}
.role-container-mini .current-role::after {
  content: '';
  display: inline-block;
  width: 3.200vw;
  height: 3.200vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-up.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.200vw;
  top: 3.733vw;
  transition: transform 0.3s ease;
}
.role-container-mini.active .current-role::after {
  transform: rotate(180deg);
}
.role-container-mini .current-role img {
  width: 12.133vw;
  height: 12.800vw;
  position: absolute;
  left: 3.200vw;
  top: -2.133vw;
}
.role-container-mini .mini-role-list {
  display: none;
}
.role-container-mini.active .mini-role-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5.333vw 4.267vw;
}
.role-container-mini .mini-role-list .mini-role-li {
  width: 44.133vw;
  height: 12.800vw;
  background: #FFFFFF;
  background-image: radial-gradient(circle at 12% 11%, #E8F7FF 0%, #e8f7ff00 78%);
  border-radius: 6.400vw;
  margin-bottom: 2.133vw;
  display: flex;
  align-items: center;
  font-weight: bolder;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.333vw;
  position: relative;
  padding: 0 8.400vw 0 14.933vw ;
}
.role-container-mini .mini-role-list .mini-role-li img {
  width: 10.133vw;
  height: 10.667vw;
  position: absolute;
  left: 4.267vw;
  bottom: 0;
}
.role-container-mini .mini-role-list .mini-role-li i {
  display: block;;
  width: 3.467vw;
  height: 3.467vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/icon-circle.svg) no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  right: 3.200vw;
  top: 4.667vw;
}
.role-container-mini .mini-role-list .mini-role-li.checked i {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/icon-checked.svg) no-repeat;
  background-size: contain;
}

/* section */
.main-box {
  position: relative;
  top: -5.333vw;
}
.main-box-fixed {
  position: relative;
}

.section-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.200vw;
}

.section-header {
  font-weight: bold;
  font-size: 5.333vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 7.467vw;
}

.section-title {
  font-weight: bold;
  font-size: 4.800vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 9.333vw;
}

 .section-desc {
  font-weight: 400;
  font-size: 3.467vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.600vw;
  margin-top: 3.200vw;
}

.page-container .tab-wrap {
  padding-top: 16.000vw;
}

.page-container .service-wrap ul {
  margin: 8.533vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-container .service-wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45.200vw;
  height: 36.000vw;
  border: 0.133vw solid #F5F9FF;
  border-radius: 1.067vw;
  margin-bottom: 3.200vw;
}

.page-container .service-wrap ul li:nth-child(1) {
  background-image: radial-gradient(circle at 1.2e+02% 26%, #F0FFFF 0%, #f0ffff00 50%), radial-gradient(circle at 8.9% 1.6%, #F0F9FF 0%, #FFFFFF 71%);
}

.page-container .service-wrap ul li:nth-child(2) {
  background-image: radial-gradient(circle at 1e+02% 23%, #f2f0ff80 0%, #f2f0ff00 50%), radial-gradient(circle at 8.9% 0%, #F0FFFF 0%, #FFFFFF 72%);
}

.page-container .service-wrap ul li:nth-child(3) {
  background-image: radial-gradient(circle at 1e+02% 10%, #FFF7F0 0%, #fff7f000 50%), radial-gradient(circle at 8.9% 0%, #F2F0FF 0%, #FFFFFF 72%);
}

.page-container .service-wrap ul li:nth-child(4) {
  background-image: radial-gradient(circle at 1.4e+02% 17%, #FFF0F0 0%, #fff0f000 50%), radial-gradient(circle at 8.9% 0%, #FFF7F0 0%, #FFFFFF 72%);
}

.page-container .service-wrap ul li .name {
  font-size: 4.000vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 6.133vw;
  font-weight: bold;
  margin-bottom: 3.200vw;
}

.page-container .service-wrap ul li .partner-logo {
  width: 26.667vw;
  height: 9.067vw;
  object-fit: contain;
}

.process-wrap {
  margin-top: 13.333vw;
}

.process-wrap .process-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 7.467vw;
}

.process-wrap .process-ul .li-item {
  width: 26.133vw;
  height: 19.733vw;
  border-radius: 1.067vw;
  padding: 2.667vw;
  position: relative;
  opacity: 1;

}

.process-wrap .process-ul .li-item .overlay {
  position: absolute;
  left: 0.000vw;
  top: -1.600vw;
  width: 26.133vw;
  height: 14.933vw;
  border: 0.133vw solid #ffffff8f;
  border-radius: 1.067vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.933vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 4.000vw;
  padding:0 2.667vw;
  background-image: linear-gradient(179deg, #FFFFFF 0%, #ffffff52 100%);
}

.process-wrap .process-ul .li-item::before {
  content: '';
  position: absolute;
  width: 14.400vw;
  height: 6.400vw;
  bottom: 0;
  right: 1.867vw;
}

/* 添加背景颜色 */
.process-wrap .process-ul .li-item:nth-child(1) {
  background-image: linear-gradient(90deg, #62aaff00 3%, #62AAFF 94%);
}
.process-wrap .process-ul .li-item:nth-child(2) {
  background-image: linear-gradient(90deg, #62f1ff00 3%, #62F1FF 94%);
}
.process-wrap .process-ul .li-item:nth-child(3) {
  background-image: linear-gradient(90deg, #ffc56200 3%, #FFC562 94%);
}
/* .process-wrap .process-ul .li-item:nth-child(1) .overlay {
  background-image: linear-gradient(179deg, #F1F8FF 0%, #ffffff52 100%);
}
.process-wrap .process-ul .li-item:nth-child(2) .overlay {
  background-image: linear-gradient(179deg, #F1FDFF 0%, #ffffff52 100%);
}
.process-wrap .process-ul .li-item:nth-child(3) .overlay {
  background-image: linear-gradient(179deg, #FFF8F1 0%, #ffffff52 100%);
} */

.process-wrap .process-ul .li-item:nth-child(1)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num1.png) no-repeat;
  background-size: contain;

}
.process-wrap .process-ul .li-item:nth-child(2)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num2.png) no-repeat;
  background-size: contain;

}
.process-wrap .process-ul .li-item:nth-child(3)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num3.png) no-repeat;
  background-size: contain;

}
.process-wrap .process-ul .li-item:nth-child(4)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num4.png) no-repeat;
  background-size: contain;

}
.process-wrap .process-ul .li-item:nth-child(5)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num5.png) no-repeat;
  background-size: contain;

}
.process-wrap .process-ul .li-item:nth-child(6)::before {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-num6.png) no-repeat;
  background-size: contain;

}

/* 箭头样式 */
.process-wrap .process-ul .li-item::after {
  display: inline-block;
  content:  '';
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/section5-arrow.svg) no-repeat;
  background-size: contain;
  width: 6.400vw;
  height: 6.400vw;
  position: absolute; 
  right: -6.400vw;
  top: 6.933vw; 
}

/* 最后一个列表项不显示箭头 */
.process-wrap .process-ul .li-item:last-child::after {
  content: none;
}

.purchase-wrap {
  /* height: 117.067vw; */
  width: 100%;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/purchase-bg.png) no-repeat;
  background-size: cover;
  margin-top: 9.600vw;
  padding: 9.600vw 0;
}
.purchase-wrap .purchase-main {
  margin-top: 6.400vw;
}
.purchase-wrap .purchase-main .purchase-title {
  width: 42.667vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.purchase-wrap .purchase-main .purchase-title .purchase-title-item {
  width: 21.333vw;
  height: 8.533vw;
  border-radius: 4.267vw;
  line-height: 8.533vw;
  text-align: center;
  font-weight: bold;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.purchase-wrap .purchase-main .purchase-title .purchase-title-item.active {
  background: #0D6EFF;
  color: #FFFFFF;
  transition: all 0.3s ease;

}

.purchase-wrap .purchase-main .purchase-desc {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  height: 5.333vw;
  line-height: 5.333vw;
  margin-top: 2.667vw;
  position: relative;
}

.purchase-wrap .purchase-main .purchase-desc .purchase-desc-item {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  text-align: center;
}
.purchase-wrap .purchase-main .purchase-desc .purchase-desc-item.active {
  opacity: 1;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
}
.purchase-wrap .purchase-main .purchase-content {
  display: none;
}

.purchase-wrap .purchase-main .purchase-content-h5 {
  margin-top: 5.333vw;
}
.purchase-wrap .purchase-main .purchase-content-h5 .purchase-content-item-h5 {
  display: none;
}
.purchase-wrap .purchase-main .purchase-content-h5 .purchase-content-item-h5.active {
  display: block;
}
.purchase-wrap .purchase-main .purchase-content-h5 .purchase-content-item-h5 img {
  margin-bottom: 3.200vw;
}
.purchase-wrap .purchase-main .purchase-content-h5 .purchase-content-item-h5 img:last-of-type {
  margin-bottom: 0;
}

.link-btn {
  background-color: #fff;
  padding: 1.600vw 4.267vw;
  margin: 7.467vw auto 0;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 0.133vw solid #1717170d;
  border-radius: 0.533vw;
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
}
.link-btn2 {
  padding: 1.600vw 4.267vw;
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: right;
  line-height: 5.333vw;
  margin-top: 7.467vw;
}
.link-btn i {
  display: block;
  width: 3.733vw;
  height: 3.733vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/link-arrow.svg) no-repeat;
  background-size: contain;
  margin-left: 0.533vw;
}
.link-btn:hover {
  opacity: 0.8;
}

.link {
  display: flex;
  align-items: center;
  font-size: 3.200vw;
  color: #0D6EFF !important;
  letter-spacing: 0;
  line-height: 5.333vw;
  cursor: pointer;
  text-decoration: none;
}
.link i {
  display: none;
  width: 2.133vw;
  height: 2.133vw;
  margin: 0 0.533vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/arrow-blue.svg) no-repeat;
  background-size: contain;
}
.link:hover i {
  animation-name: headShake;
  animation-duration: 2000ms;
  color: #000000;
}
.link-middle {
  text-align: center;
  padding-left: 0.000vw;
}
.page-container .section1 {
}
.page-container .section1 .recommend-wrap {
  height: 285.600vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-bg1.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.recommend-wrap {
  padding-top: 8.800vw;
}
.recommend-wrap .recommend-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7.467vw;
}

.recommend-wrap .recommend-main .recommend-item {
  width: 45.200vw;
  height: 56.267vw;
  background: #FFFFFF;
  border-radius: 1.067vw;
  padding: 3.200vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.200vw;
  position: relative;
}
.recommend-wrap .recommend-main .recommend-item:nth-child(2n),
.recommend-wrap .recommend-main .recommend-item:last-of-type {
  margin-right: 0;
}
.recommend-wrap .recommend-main .recommend-item:last-of-type {
  margin-bottom: 0;
}

.recommend-wrap .recommend-main .recommend-item:nth-child(1) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-item-bg1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.recommend-wrap .recommend-main .recommend-item:nth-child(2) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-item-bg2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.recommend-wrap .recommend-main .recommend-item:nth-child(3) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-item-bg3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.recommend-wrap .recommend-main .recommend-item:nth-child(5) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-item-bg4.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.recommend-wrap .recommend-main .recommend-item:nth-child(7) {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-item-bg5.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.section1 .recommend-wrap .recommend-main .recommend-item:nth-child(7) {
  background: #fff;
  margin: 0 auto;
}

.recommend-wrap .recommend-main .recommend-item .recommend-icon img {
  width: 9.600vw;
  height: 9.600vw;
  margin-bottom: 2.133vw;
}
.recommend-wrap .recommend-main .recommend-item .recommend-title {
  font-weight: bold;
  font-size: 3.467vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.600vw;
}
.recommend-wrap .recommend-main .recommend-item .recommend-desc {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  margin-top: 1.600vw;
  margin-bottom: 4.533vw;
  text-align: justify;
}
.recommend-wrap .recommend-main .recommend-item .link {
  position: absolute;
  bottom: 4.000vw;
}
.recommend-wrap .recommend-main .recommend-item .link i {
  display: none;
}

.page-container .section2 {
  position: relative;
}

.page-container .section2 .service-wrap ul li {
  width: 45.200vw;
  height: 36.000vw;
}
.page-container .section2 .service-wrap ul li:last-of-type {
  margin: 0 auto;
}

.page-container .section2 .recommend-wrap {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-bg1.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 9.600vw;
}
.page-container .section2 .recommend-item:nth-of-type(6) .recommend-desc {
  letter-spacing: -0.267vw;
}

.page-container .section3 {
  position: relative;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/recommend-bg1.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 9.600vw;
}


.page-container .section3 .process-wrap {
  margin-top: 7.467vw;
}
.page-container .section3 .recommend-wrap {
  padding-top: 17.067vw;
}

#SECTION4 {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/h5/home/section4-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 13.600vw;
}

.section4-wrap .section-box .section4-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.467vw;
  justify-content: space-between;
}

.section4-wrap .section-box .section4-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45.200vw;
  height: 65.867vw;
  background: #F9FBFE;
  border-radius: 1.067vw;
  padding: 6.400vw 1.067vw;
  margin-bottom: 3.200vw;
}

.section4-wrap .section-box .section4-ul li img {
  width: 14.933vw;
  height: 14.933vw;
}

.section4-wrap .section-box .section4-ul li .item-title {
  font-weight: bold;
  font-size: 4.000vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 6.133vw;
  margin: 6.400vw auto 3.200vw;
}

.section4-wrap .section-box .section4-ul li .item-desc {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.333vw;
  min-height: 10.667vw;
  margin-bottom: 6.400vw;
}

.section4-wrap .section-box .section4-ul li .more {
  font-size: 3.200vw;
  color: #0D6EFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.333vw;
  display: flex;
  align-items: center;
}

.section4-wrap .section-box .section4-ul li .more:hover{
  color: rgba(13, 110, 255, 0.8)
}

.section4-wrap .section-box .section4-ul li .more i {
  display: none;
  width: 2.133vw;
  height: 2.133vw;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/icon-arrow-blue.png) no-repeat;
  background-size: contain;
  margin-left: 0.533vw;
}

.section4-wrap .section-box .section4-ul li .more:hover i {
  animation-name: headShake;
  animation-duration: 2000ms;
  animation-timing-function: ease-in-out;
}

.section5-wrap .section-box {
  margin-top: 11.200vw;
}
.process-wrap .section5-ul {
  margin-top: 11.733vw;
  display: grid;
  grid-template-columns: repeat(3, 26.133vw); /* 每行3列，每列宽26.133vw */
  gap: 12.933vw 7.600vw; /* 行间距12.933vw，列间距7.600vw */
  grid-template-areas:
  "item1 item2 item3"
  "item6 item5 item4";
}
.process-wrap .section5-ul .li-item {
  width: 26.133vw;
  height: 17.067vw;
}
.process-wrap .section5-ul .li-item:nth-child(1) { grid-area: item1; }
.process-wrap .section5-ul .li-item:nth-child(2) { grid-area: item2; }
.process-wrap .section5-ul .li-item:nth-child(3) { grid-area: item3; }
.process-wrap .section5-ul .li-item:nth-child(4) { grid-area: item4; }
.process-wrap .section5-ul .li-item:nth-child(5) { grid-area: item5; }
.process-wrap .section5-ul .li-item:nth-child(6) { grid-area: item6; }

.process-wrap .section5-ul .li-item .overlay {
  width: 26.133vw;
  height: 14.933vw;
  top: -4.267vw;
  left: 0;
  background-image: linear-gradient(179deg, #FFFFFF 0%, rgba(255, 255, 255, 0.32) 100%) !important;
  padding: 5.867vw 0;
}

.process-wrap .section5-ul .li-item::before {
  width: 9.600vw;
  height: 4.267vw;
  bottom: 0;
  right: 1.733vw;
}

.process-wrap .section5-ul .li-item::after {
  display: inline-block;
  content:  '';
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/home/section5-arrow.svg) no-repeat;
  background-size: contain;
  width: 6.400vw;
  height: 6.400vw;
  position: absolute; 
  right: -6.667vw;
  top: 4.267vw; 
}
.process-wrap .section5-ul .li-item:nth-child(3)::after {
  transform: rotate(90deg);
  top: 17.067vw;
  right: 8.000vw;
}
.process-wrap .section5-ul .li-item:nth-child(4)::after {
  transform: rotate(180deg);
  top: 4.267vw;
  right: 26.133vw;
}
.process-wrap .section5-ul .li-item:nth-child(5)::after {
  transform: rotate(180deg);
  top: 4.267vw;
  right: 26.133vw;
}
/* 添加背景颜色 */
.process-wrap .section5-ul .li-item:nth-child(1) {
  background-image: linear-gradient(90deg, rgba(98, 170, 255, 0) 3%, rgba(98, 170, 255, 0.8) 94%);
}
.process-wrap .section5-ul .li-item:nth-child(2) {
  background-image: linear-gradient(90deg, rgba(98, 241, 255, 0) 3%, rgba(98, 241, 255, 0.8) 94%);
}
.process-wrap .section5-ul .li-item:nth-child(3) {
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(98, 113, 255, 0) 3%, rgba(98, 113, 255, 0.8) 94%);
}
.process-wrap .section5-ul .li-item:nth-child(4) {
  background-image: linear-gradient(90deg, rgba(255, 197, 98, 0) 3%, rgba(255, 197, 98, 0.8) 94%);
}
.process-wrap .section5-ul .li-item:nth-child(5) {
  background-image: linear-gradient(90deg, rgba(98, 255, 170, 0) 3%, rgba(98, 255, 170, 0.8) 94%);
}
.process-wrap .section5-ul .li-item:nth-child(6) {
  background-image: linear-gradient(90deg, rgba(197, 98, 255, 0) 3%, rgba(197, 98, 255, 0.8) 94%);
}


/* 动画效果 */
@keyframes showItem {
  from {
    opacity: 0;
    transform: translateX(-1.333vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* .process-wrap .process-ul .li-item:nth-child(1) {
  animation: showItem 0.5s forwards 0.5s;
}
.process-wrap .process-ul .li-item:nth-child(2) {
  animation: showItem 0.5s forwards 1s;
}
.process-wrap .process-ul .li-item:nth-child(3) {
  animation: showItem 0.5s forwards 1.5s;
}
.process-wrap .process-ul .li-item:nth-child(4) {
  animation: showItem 0.5s forwards 2s;
}
.process-wrap .process-ul .li-item:nth-child(5) {
  animation: showItem 0.5s forwards 2.5s;
}
.process-wrap .process-ul .li-item:nth-child(6) {
  animation: showItem 0.5s forwards 3s;
} */


@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-0.800vw) rotateY(-9deg);
    transform: translateX(-0.800vw) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(0.667vw) rotateY(7deg);
    transform: translateX(0.667vw) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-0.400vw) rotateY(-5deg);
    transform: translateX(-0.400vw) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(0.267vw) rotateY(3deg);
    transform: translateX(0.267vw) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.animatedBg {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInBg {
  0% {
    opacity: 0.1;
    width: 0.000vw;
    height: 0.000vw;
  }
  100% {
    opacity: 1;
    width: 38.133vw;
    height: 42.667vw;
  }
}
.fadeInBg {
  -webkit-animation-name: fadeInBg;
  animation-name: fadeInBg;
  animation-timing-function: ease-in-out;
}
@keyframes fadeOutBg {
  0% {
    opacity: 1;
    width: 38.133vw;
    height: 42.667vw;
  }
  100% {
    opacity: 0;
    width: 0.000vw;
    height: 0.000vw;
  }
}
.fadeOutBg {
  -webkit-animation-name: fadeOutBg;
  animation-name: fadeOutBg;
  animation-timing-function: ease-in-out;
  /* animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.footer-fixed {
  margin-top: 36.667vw !important
}