.product-banner {
  width: 100%;
  height: 60vw;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  max-height: 500px;
  background: #020233;
}
.product-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, #1A137C 0%, #2D2BA3 59.07%, #1337A4 100%);
}
.product-inner .banner-inner-list-icon {
  width: auto;
  height: 100%;
  position: absolute;
  padding-top: 70px;
  bottom: 0px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-inner .banner-inner-list-icon img{
  height: 90%;
  width: auto;
}
.banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.banner-inner .banner-inner-list {
  width: 49%;
  position: relative;
  z-index: 1;
}
.banner-inner h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 11px;
  margin-top: -38px;
  line-height: 52px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner-inner h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 22px;
  line-height: 32px;
  color: #ffffff;
}
.banner-inner p {
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  /* text-align: center; */
}
.product-plate {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0;
  overflow: hidden;
}
.product-plate .plate-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333e3;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.product-plate .plate-info {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.plate-one {
  background: #F8F9FF;
}
.plate-one .plate-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plate-one .plate-main .plate-one-item {
  width: 224px;
  height: 262px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #F6FBFF 98.34%);
  border-radius: 10px;
  border: 1px solid #D6E2F3;
  padding: 27px 30px 0;
  box-sizing: border-box;
}
.plate-one .plate-main .plate-one-item img {
  width: 78px;
  height: 78px;
  float: none;
  margin: 0 auto;
  display: block;
}
.plate-one .plate-main .plate-one-item .title {
  font-weight: 800;
  font-size: 16px;
  color: #333333e3;
  line-height: 22px;
  text-align: center;
  padding: 0 26px;
  width: 100%;
  margin: 5px 0 16px;
}
.plate-one .plate-main .plate-one-item .describe {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-align: center;
}
.plate-two .plate-main img {
  width: 100%;
  height: auto;
}
.plate-three {
  background: #F8F9FF;
}
.plate-three .plate-main {
  display: flex;
  justify-content: space-between;
}
.plate-three .plate-main .plate-three-item {
  height: 322px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.plate-three .plate-main .plate-three-item .title {
  font-weight: 800;
  font-size: 20px;
  color: #1274EC;
  display: flex;
  margin-bottom: 16px;
}
.plate-three .plate-main .plate-three-item .title img {
  width: 30px;
  height: auto;
  float: none;
  margin-right: 8px;
}
.plate-three .plate-main .plate-three-item .title p {
  padding-top: 1px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) {
  width: 336px;
  background: #D9EDFF;
  border-radius: 10px;
  border: 1px solid #AFCFF6;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item {
  height: 70px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item img {
  width: 46px;
  height: 46px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item .content {
  width: calc(100% - 60px);
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item .content p:nth-of-type(1) {
  font-weight: bold;
  font-size: 15px;
  color: #333333e3;
  line-height: 21px;
  margin-bottom: 2px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item .content p:nth-of-type(2) {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item:last-child {
  margin-bottom: 0;
}
.plate-three .plate-main .plate-three-item:nth-of-type(2) {
  width: 412px;
  background: #D6EBFF;
  border-radius: 10px;
  border: 1px solid #A1BCFC;
}
.plate-three .plate-main .plate-three-item:nth-of-type(2) .title {
  margin-bottom: 0;
  color: #3871FA;
}
.plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 .item {
  width: 114px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 13px;
  color: #333333e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) {
  width: 420px;
  background: #DCF4E0;
  border-radius: 10px;
  border: 1px solid #92E1CC;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .title {
  margin-bottom: 0;
  color: #0AB589;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item {
  width: 117px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item img {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item .content {
  width: calc(100% - 30px);
  font-size: 13px;
  color: #333333e3;
  white-space: nowrap;
  position:relative;
  top: -1px;
}
.plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item:last-child {
  margin-bottom: 0;
}
.plate-four {
  background: #FFFFFF;
}
.plate-four .plate-info {
  margin-bottom: 40px;
}
.plate-four .plate-four-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.plate-four .plate-four-flow .flow-item {
  width: 288px;
  height: 138px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(72, 104, 249, 0.11);
  border-radius: 6px;
  border: 1px solid #D6E2F3;
  box-sizing: border-box;
  padding: 19px 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.plate-four .plate-four-flow .flow-item .flow-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.plate-four .plate-four-flow .flow-item .flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.plate-four .plate-four-flow .flow-item .flow-content {
  width: calc(100% - 79px);
}
.plate-four .plate-four-flow .flow-item .flow-content .title {
  font-weight: 600;
  font-size: 18px;
  color: #333333e3;
  line-height: 25px;
  margin-bottom: 6px;
}
.plate-four .plate-four-flow .flow-item .flow-content .describe {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.plate-four .plate-four-flow .flow-item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.plate-four .plate-four-scene .scene-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333e3;
  line-height: 40px;
  text-align: center;
  margin-bottom: 42px;
}
.plate-four .plate-four-scene .scene-list {
  display: flex;
  justify-content: space-between;
}
.plate-four .plate-four-scene .scene-item {
  width: 190px;
  height: 219px;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(72, 104, 249, 0.11);
  transition: all 0.3s;
}
.plate-four .plate-four-scene .scene-item img {
  width: 100%;
  height: 119px;
  object-fit: cover;
  display: block;
  background: #EAF1FF;
  float: none;
}
.plate-four .plate-four-scene .scene-item .scene-content {
  padding: 11px 14px 0;
  box-sizing: border-box;
}
.plate-four .plate-four-scene .scene-item .scene-content .title {
  font-weight: 600;
  font-size: 16px;
  color: #333333e3;
  line-height: 22px;
  text-shadow: 0px 2px 12px rgba(72, 104, 249, 0.11);
  margin-bottom: 4px;
}
.plate-four .plate-four-scene .scene-item .scene-content .describe {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-shadow: 0px 2px 12px rgba(72, 104, 249, 0.11);
}
.plate-four .plate-four-scene .scene-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px 0px rgba(72, 104, 249, 0.18);
}
.plate-five {
  background: #F8F9FF;
}
.plate-five .plate-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plate-five .plate-five-item {
  width: 282px;
  height: 219px;
  background: linear-gradient(152deg, #FFFFFF 0%, #F9FCFF 100%);
  box-shadow: 0px 2px 12px 0px rgba(72, 104, 249, 0.11);
  border-radius: 6px;
  border: 1px solid #D6E2F3;
  box-sizing: border-box;
  padding: 36px 20px;
  margin-bottom: 24px;
}
.plate-five .plate-five-item .num {
  font-size: 30px;
  color: #2A4FF9;
  line-height: 34px;
  font-weight: bold;
}
.plate-five .plate-five-item .title {
  font-weight: 800;
  font-size: 20px;
  color: #333333e3;
  line-height: 28px;
  margin: 10px 0;
}
.plate-five .plate-five-item .describe {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.plate-five .plate-five-item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.plate-six {
  background: #FFFFFF;
}
.plate-six .plate-main {
  display: flex;
  justify-content: space-between;
}
.plate-six .plate-six-item {
  width: 285px;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(72, 104, 249, 0.15);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-img {
  width: 100%;
  height: 154px;
  position: relative;
  overflow: hidden;
  background: #EAF1FF;
}
.plate-six .plate-six-item .case-img .case-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-img .case-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-img .case-code {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-img .case-code img {
  width: 110px;
  height: 110px;
  display: block;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
  margin: 0 auto;
}
.plate-six .plate-six-item .case-img .case-code p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
}
.plate-six .plate-six-item .case-info {
  height: 82px;
  padding: 16px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-info .case-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333e3;
  line-height: 21px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.plate-six .plate-six-item .case-info .case-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.plate-six .plate-six-item:last-child {
  margin-right: 0;
}
.plate-six .plate-six-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 22px 0px rgba(72, 104, 249, 0.2);
}
.plate-six .plate-six-item:hover .case-img .case-cover {
  transform: scale(1.04);
}
.plate-six .plate-six-item:hover .case-img .case-mask {
  opacity: 1;
}
.plate-six .plate-six-item:hover .case-img .case-code {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.plate-six .plate-six-item:hover .case-info {
  background: #2A4FF9;
}
.plate-six .plate-six-item:hover .case-info .case-title,
.plate-six .plate-six-item:hover .case-info .case-desc {
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .plate-four .plate-four-flow .flow-item {
    width: 24%;
    padding: 16px 14px;
  }
  .plate-four .plate-four-flow .flow-item .flow-icon {
    margin-right: 12px;
  }
  .plate-four .plate-four-scene .scene-item {
    width: 15.5%;
  }
  .plate-five .plate-five-item {
    width: 24%;
    padding: 24px 16px 0;
  }
  .plate-five .plate-five-item .title {
    font-size: 17px;
  }
  .plate-six .plate-six-item {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  .plate-four .plate-four-flow {
    margin-bottom: 44px;
  }
  .plate-four .plate-four-flow .flow-item {
    width: 49%;
    margin-bottom: 18px;
  }
  .plate-four .plate-four-flow .flow-item:nth-last-child(-n + 4) {
    margin-bottom: 18px;
  }
  .plate-four .plate-four-flow .flow-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .plate-four .plate-four-scene .scene-list {
    flex-wrap: wrap;
  }
  .plate-four .plate-four-scene .scene-item {
    width: 32%;
    margin-bottom: 18px;
  }
  .plate-four .plate-four-scene .scene-item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .plate-five .plate-five-item {
    width: 49%;
    height: 190px;
    margin-bottom: 18px;
  }
  .plate-five .plate-five-item:nth-last-child(-n + 4) {
    margin-bottom: 18px;
  }
  .plate-five .plate-five-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .plate-six .plate-main {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .plate-six .plate-six-item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .plate-six .plate-six-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .plate-four .plate-four-flow {
    display: block;
    margin-bottom: 38px;
  }
  .plate-four .plate-four-flow .flow-item {
    width: 100%;
    height: auto;
    min-height: 96px;
    margin-bottom: 16px;
  }
  .plate-four .plate-four-flow .flow-item:nth-last-child(-n + 2) {
    margin-bottom: 16px;
  }
  .plate-four .plate-four-flow .flow-item:last-child {
    margin-bottom: 0;
  }
  .plate-four .plate-four-scene .scene-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .plate-four .plate-four-scene .scene-list {
    display: block;
  }
  .plate-four .plate-four-scene .scene-item {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .plate-four .plate-four-scene .scene-item img {
    height: 48vw;
    min-height: 150px;
  }
  .plate-four .plate-four-scene .scene-item .scene-content {
    padding: 16px 16px 18px;
  }
  .plate-four .plate-four-scene .scene-item:nth-last-child(-n + 3) {
    margin-bottom: 16px;
  }
  .plate-four .plate-four-scene .scene-item:last-child {
    margin-bottom: 0;
  }
  .plate-five .plate-main {
    display: block;
  }
  .plate-five .plate-five-item {
    width: 100%;
    height: auto;
    min-height: 166px;
    padding: 22px 18px 24px;
    margin-bottom: 16px;
  }
  .plate-five .plate-five-item:nth-last-child(-n + 2) {
    margin-bottom: 16px;
  }
  .plate-five .plate-five-item:last-child {
    margin-bottom: 0;
  }
  .plate-six .plate-main {
    display: block;
  }
  .plate-six .plate-six-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .plate-six .plate-six-item .case-img {
    height: 52vw;
    min-height: 160px;
  }
  .plate-six .plate-six-item:nth-last-child(-n + 2) {
    margin-bottom: 16px;
  }
  .plate-six .plate-six-item:last-child {
    margin-bottom: 0;
  }
}
/* productPage enhance start：AOS滚动入场、交互动画、响应式增强，可整块删除 */
.productPage-enhanced {
  --product-banner-y: 0px;
}
.productPage-enhanced .product-banner .bg {
  transform: translate3d(0, var(--product-banner-y), 0) scale(1.04);
  transition: transform 0.08s linear;
  will-change: transform;
}
.productPage-enhanced .banner-inner-list h2,
.productPage-enhanced .banner-inner-list h3,
.productPage-enhanced .banner-inner-list p {
  will-change: transform, opacity;
}
.content.productPage [data-aos].aos-init {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.content.productPage [data-aos="fade-up"].aos-init {
  transform: translate3d(0, 34px, 0);
}
.content.productPage [data-aos="fade-right"].aos-init {
  transform: translate3d(-38px, 0, 0);
}
.content.productPage [data-aos="zoom-in"].aos-init {
  transform: scale(0.94);
}
.content.productPage [data-aos].aos-init.aos-animate {
  opacity: 1;
}
.content.productPage [data-aos].aos-init.aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
}
.productPage-enhanced .banner-inner-list [data-aos].aos-init.aos-animate:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
}
.productPage-enhanced .product-plate {
  position: relative;
}
.productPage-enhanced .product-plate .inner {
  position: relative;
  z-index: 1;
}
.productPage-enhanced .plate-one-item,
.productPage-enhanced .plate-three-item,
.productPage-enhanced .plate-three .three-item-main1 .item,
.productPage-enhanced .plate-three .three-item-main2 .item,
.productPage-enhanced .plate-three .three-item-main3 .item,
.productPage-enhanced .plate-four .flow-item,
.productPage-enhanced .plate-four .scene-item,
.productPage-enhanced .plate-five-item,
.productPage-enhanced .plate-six-item {
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.productPage-enhanced .plate-one-item:hover,
.productPage-enhanced .plate-three-item:hover,
.productPage-enhanced .plate-four .flow-item:hover,
.productPage-enhanced .plate-four .scene-item:hover,
.productPage-enhanced .plate-five-item:hover,
.productPage-enhanced .plate-six-item:hover {
  transition-delay: 0s !important;
}
.productPage-enhanced .plate-one-item {
  overflow: hidden;
}
.productPage-enhanced .plate-five-item {
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, border-color 0.08s ease-out, background 0.08s ease-out;
}
.productPage-enhanced .plate-one-item img,
.productPage-enhanced .plate-three-item .title img,
.productPage-enhanced .plate-four .flow-icon {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.productPage-enhanced .plate-one-item:hover {
  transform: translateY(-4px) perspective(800px) rotateX(1deg) !important;
  border-color: rgba(42, 79, 249, 0.38);
  box-shadow: 0 16px 34px rgba(42, 79, 249, 0.18), 0 4px 10px rgba(42, 79, 249, 0.08);
}
.productPage-enhanced .plate-one-item:hover::before {
  transform: scaleX(1);
}
.productPage-enhanced .plate-one-item:hover img {
  transform: scale(1.08) rotate(2deg);
}
.productPage-enhanced .plate-two .plate-main img {
  filter: drop-shadow(0 14px 26px rgba(72, 104, 249, 0.1));
}
.productPage-enhanced .plate-three-item:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
  box-shadow: none;
  filter: saturate(1.03);
}
.productPage-enhanced .plate-three .three-item-main1 .item:hover,
.productPage-enhanced .plate-three .three-item-main2 .item:hover,
.productPage-enhanced .plate-three .three-item-main3 .item:hover {
  transform: none;
  box-shadow: none;
}
.productPage-enhanced .plate-four .flow-item:hover {
  transform: translateY(-5px) perspective(800px) rotateX(1.5deg) !important;
  border-color: rgba(42, 79, 249, 0.32);
  background: linear-gradient(150deg, #FFFFFF 0%, #F3F8FF 100%);
  box-shadow: 0 18px 34px rgba(72, 104, 249, 0.18), 0 6px 12px rgba(72, 104, 249, 0.08);
}
.productPage-enhanced .plate-four .flow-item:hover .flow-icon {
  transform: none;
  box-shadow: none;
}
.productPage-enhanced .plate-four .flow-item:hover .title {
  color: #2A4FF9;
}
.productPage-enhanced .plate-four .scene-item {
  transform: none;
}
.productPage-enhanced .plate-four .scene-item::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2A4FF9, #42C7FF);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.productPage-enhanced .plate-four .scene-item img {
  transition: transform 0.22s ease, filter 0.22s ease;
}
.productPage-enhanced .plate-four .scene-item:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
  box-shadow: 0 12px 24px rgba(72, 104, 249, 0.18);
}
.productPage-enhanced .plate-four .scene-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.06);
}
.productPage-enhanced .plate-four .scene-item:hover .title {
  color: #2A4FF9;
}
.productPage-enhanced .plate-four .scene-item:hover::after {
  transform: scaleX(1);
}
.productPage-enhanced .plate-five-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2A4FF9, #42C7FF);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.productPage-enhanced .plate-five-item .num {
  transition: color 0.18s ease, text-shadow 0.18s ease;
}
.productPage-enhanced .plate-five-item:hover {
  transform: translate3d(0, 0, 0) scale(1.025) !important;
  border-color: rgba(42, 79, 249, 0.34);
  box-shadow: 0 10px 22px rgba(72, 104, 249, 0.14);
}
.productPage-enhanced .plate-five-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.productPage-enhanced .plate-five-item:hover .num {
  color: #1B77FF;
  text-shadow: 0 6px 18px rgba(42, 79, 249, 0.2);
}
.productPage-enhanced .plate-six-item:hover {
  transform: translate3d(0, 0, 0) scale(1) !important;
  box-shadow: 0px 10px 24px 0px rgba(72, 104, 249, 0.18);
}
.productPage-enhanced .plate-six-item:hover .case-info {
  background: linear-gradient(135deg, #2A4FF9 0%, #1B77FF 100%);
}
.productPage-enhanced .banner-sm {
  position: relative;
  overflow: hidden;
}
.productPage-enhanced .banner-sm::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: translate(-50%, -50%) rotate(18deg);
  pointer-events: none;
}
.productPage-enhanced .banner-sm-btn {
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.productPage-enhanced .banner-sm-btn:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 1320px) {
  .content.productPage .inner {
    max-width: 1180px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .plate-one .plate-main,
  .plate-three .plate-main,
  .plate-four .plate-four-flow,
  .plate-four .plate-four-scene .scene-list,
  .plate-five .plate-main,
  .plate-six .plate-main {
    gap: 18px;
  }
  .plate-one .plate-main .plate-one-item {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .plate-three .plate-main {
    flex-wrap: wrap;
  }
  .plate-three .plate-main .plate-three-item {
    height: auto;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(1) {
    width: 31%;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(2) {
    width: calc(69% - 18px);
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(3) {
    width: 100%;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 .item {
    width: calc(25% - 12px);
    min-width: 0;
    padding: 0 6px;
    box-sizing: border-box;
    text-align: center;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item {
    width: calc(16.666% - 12px);
    min-width: 0;
    box-sizing: border-box;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item .content {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .plate-four .plate-four-flow {
    gap: 18px;
  }
  .plate-four .plate-four-flow .flow-item {
    width: calc(50% - 9px);
    height: auto;
    min-height: 128px;
    margin-bottom: 0;
    align-items: flex-start;
  }
  .plate-four .plate-four-flow .flow-item .flow-content .describe {
    line-height: 22px;
  }
  .plate-four .plate-four-scene .scene-list {
    flex-wrap: wrap;
    gap: 18px;
  }
  .plate-four .plate-four-scene .scene-item {
    width: calc(33.333% - 12px);
    height: auto;
    min-height: 219px;
    margin-bottom: 0;
  }
  .plate-four .plate-four-scene .scene-item .scene-content {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .plate-four .plate-four-flow .flow-item,
  .plate-five .plate-five-item,
  .plate-six .plate-six-item {
    width: 100%;
  }
  .product-banner {
    height: 52vw;
    min-height: 360px;
  }
  .banner-inner {
    padding-top: 50px;
  }
  .banner-inner .banner-inner-list {
    width: 58%;
  }
  .banner-inner h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner-inner h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-inner p {
    font-size: 15px;
    line-height: 28px;
  }
  .product-plate {
    padding: 60px 0;
  }
  .plate-one .plate-main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .plate-one .plate-main .plate-one-item {
    width: calc(33.333% - 14px);
    flex: none;
  }
  .plate-three .plate-main {
    flex-wrap: wrap;
  }
  .plate-three .plate-main .plate-three-item {
    width: 100% !important;
    height: auto;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1,
  .plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2,
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item {
    width: calc(33.333% - 12px);
    margin-bottom: 0;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 .item,
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item {
    width: calc(25% - 12px);
  }
  .plate-four .plate-four-flow .flow-item {
    height: auto;
    min-height: 128px;
  }
  .plate-five .plate-five-item {
    min-height: 214px;
    height: auto;
  }
  .plate-six .plate-six-item {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .content.productPage .inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-banner {
    height: auto;
    min-height: 420px;
  }
  .product-inner {
    position: relative;
    min-height: 420px;
  }
  .product-inner .bg {
    opacity: 0.88;
  }
  .banner-inner {
    min-height: 420px;
    align-items: flex-start;
    padding-top: 130px;
  }
  .banner-inner .banner-inner-list {
    width: 100%;
  }
  .banner-inner h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
  }
  .banner-inner h3 {
    font-size: 17px;
  }
  .banner-inner p {
    max-width: 540px;
  }
  .product-plate {
    padding: 48px 0;
  }
  .product-plate .plate-title,
  .plate-four .plate-four-scene .scene-title {
    font-size: 24px;
    line-height: 34px;
  }
  .product-plate .plate-info {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .plate-one .plate-main .plate-one-item {
    width: calc(50% - 9px);
    height: auto;
    min-height: 236px;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item,
  .plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 .item,
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item {
    width: calc(50% - 9px);
    margin-top: 14px;
    margin-bottom: 0;
  }
  .plate-four .plate-four-scene .scene-item {
    width: calc(50% - 9px);
    height: auto;
  }
  .plate-four .plate-four-scene .scene-item img {
    height: 26vw;
    min-height: 130px;
  }
}
@media screen and (max-width: 520px) {
  .content.productPage .inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .banner-inner {
    padding-top: 112px;
  }
  .banner-inner h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .banner-inner h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .banner-inner p {
    font-size: 13px;
    line-height: 24px;
  }
  .plate-one .plate-main,
  .plate-three .plate-main,
  .plate-four .plate-four-flow,
  .plate-four .plate-four-scene .scene-list,
  .plate-five .plate-main,
  .plate-six .plate-main {
    gap: 14px;
  }
  .plate-one .plate-main .plate-one-item,
  .plate-four .plate-four-scene .scene-item {
    width: 100%;
  }
  .plate-three .plate-main .plate-three-item:nth-of-type(1) .three-item-main1 .item,
  .plate-three .plate-main .plate-three-item:nth-of-type(2) .three-item-main2 .item,
  .plate-three .plate-main .plate-three-item:nth-of-type(3) .three-item-main3 .item {
    width: 100%;
  }
  .plate-four .plate-four-scene .scene-item img {
    height: 48vw;
  }
  .plate-five .plate-five-item::after {
    top: 0;
    bottom: auto;
  }
  .banner-sm {
    height: 210px;
  }
  .banner-sm p {
    font-size: 20px !important;
    line-height: 30px;
    padding: 0 18px;
  }
  .banner-sm-btn {
    width: calc(100% - 56px);
    max-width: 298px;
    font-size: 15px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .content.productPage [data-aos].aos-init,
  .productPage-enhanced .product-banner .bg,
  .productPage-enhanced .plate-one-item,
  .productPage-enhanced .plate-four .flow-item,
  .productPage-enhanced .plate-four .scene-item,
  .productPage-enhanced .plate-five-item,
  .productPage-enhanced .plate-six-item {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* productPage enhance end */
