#homePage-banner {
  height: calc(100vh - 64px);
  top: 64px;
  background-color: #060210;
  position: relative;
}
#homePage-banner .banner-move-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 39px;
  margin: auto;
  z-index: 13;
}
#homePage-banner .yixing-swiper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#homePage-banner .yixing-swiper .w-slide {
  width: 100%;
  text-align: center;
  position: absolute;
  user-select: none;
}
#homePage-banner .yixing-swiper .w-slide .myAnimate {
  position: relative;
  animation: 2s linear 0s;
  animation-iteration-count: infinite;
  animation-name: colorLogoAnimate;
}
#homePage-banner .yixing-swiper .w-slide h1 {
  font-size: 60px;
  line-height: normal;
  font-weight: bolder;
  margin: 38px 0;
}
#homePage-banner .yixing-swiper .w-slide h1 > span {
  background: linear-gradient(90deg, #85FF8B 0%, #40FFF5 36.54%, #62FFF7 61.54%, #CFFFFE 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#homePage-banner .yixing-swiper .w-slide p {
  font-size: 20px;
  color: #B7BBBC;
}
@media (max-width: 1280px) {
  #homePage-banner .yixing-swiper .w-slide h1 {
    font-size: 50px;
  }
  #homePage-banner .yixing-swiper .w-slide p {
    font-size: 16px;
  }
}

.yixing-recommend {
  background: #09090a;
  margin-top: 64px;
  color: #fff;
  padding-top: 140px;
}
.yixing-recommend .recommend-title {
  font-family: "Microsoft YaHei";
  font-weight: bolder;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  margin-bottom: 80px;
}
.yixing-recommend .recommend-product {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .yixing-recommend .recommend-product {
    transform: scale(0.9);
  }
}
@media (max-width: 1280px) {
  .yixing-recommend .recommend-product {
    transform: scale(0.7);
  }
}
.yixing-recommend .recommend-product .line-1 .hover-background, .yixing-recommend .recommend-product .line-2 .hover-background, .yixing-recommend .recommend-product .line-3 .hover-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #211E21, #1D252B);
  border: 1px solid #34383c;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 16px;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item, .yixing-recommend .recommend-product .line-2 > .recommend-product-item, .yixing-recommend .recommend-product .line-3 > .recommend-product-item {
  box-sizing: content-box;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item:hover .hover-background, .yixing-recommend .recommend-product .line-2 > .recommend-product-item:hover .hover-background, .yixing-recommend .recommend-product .line-3 > .recommend-product-item:hover .hover-background {
  opacity: 1;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item:hover .product-image > img, .yixing-recommend .recommend-product .line-2 > .recommend-product-item:hover .product-image > img, .yixing-recommend .recommend-product .line-3 > .recommend-product-item:hover .product-image > img {
  transform: scale(1.1);
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-image, .yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-image, .yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-image {
  border-radius: 16px;
  margin-bottom: 17px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-image > img, .yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-image > img, .yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-image > img {
  transition: all 0.3s;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc > h4, .yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-desc > h4, .yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-desc > h4 {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bolder;
  display: grid;
  align-items: center;
  justify-content: start;
  grid-auto-flow: column;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc > h4 .product-logo, .yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-desc > h4 .product-logo, .yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-desc > h4 .product-logo {
  margin-right: 6px;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc > p, .yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-desc > p, .yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-desc > p {
  color: #cecece;
  font-size: 16px;
}
.yixing-recommend .recommend-product .line-1 {
  margin-bottom: 48px;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item {
  width: 100%;
  display: flex;
  gap: 60px;
  border-radius: 16px;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item:hover .hover-background {
  border: 1px solid #616568;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .hover-background {
  opacity: 1;
  width: calc(100% - 60px);
  border: 1px solid #34393e;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-image {
  margin-bottom: 0;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-image > img {
  width: 800px;
  height: 456px;
  transition: all 0.3s;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc {
  display: flex;
  align-items: center;
  width: 480px;
  position: relative;
  z-index: 3;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc h4 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bolder;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc h4 img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc p {
  color: #cecece;
  font-size: 16px;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc .button-area {
  margin-top: 40px;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc .button-area .try-for-free {
  border: none;
  background: #02F9E5;
  color: #0B2644;
  border-radius: 10px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
}
.yixing-recommend .recommend-product .line-1 > .recommend-product-item .product-desc .button-area .check-detail {
  background: transparent;
  border: 1px solid #02F9E5;
  color: #02F9E5;
  border-radius: 10px;
  padding: 10px 26px;
  font-size: 16px;
  margin-left: 18px;
  cursor: pointer;
}
.yixing-recommend .recommend-product .line-2 {
  display: flex;
  gap: 30px;
  margin-bottom: 26px;
}
.yixing-recommend .recommend-product .line-2 > .recommend-product-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-image {
  width: 690px;
  height: 440px;
}
.yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-image > img {
  position: relative;
  left: -50px;
}
.yixing-recommend .recommend-product .line-2 > .recommend-product-item .product-desc {
  margin-bottom: 18px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.yixing-recommend .recommend-product .line-3 {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.yixing-recommend .recommend-product .line-3 > .recommend-product-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-image {
  width: 450px;
  height: 250px;
}
.yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-image > img {
  width: 100%;
}
.yixing-recommend .recommend-product .line-3 > .recommend-product-item .product-desc {
  margin-bottom: 18px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.yixing-recommend .recommend-product .all-product {
  background: linear-gradient(90deg, #59FFBE, #38FFF6);
  border: none;
  padding: 11px 40px;
  border-radius: 8px;
  color: #0B2644;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.yixing-recommend .recommend-product .all-product .flush-rhomboid {
  position: absolute;
  left: 0;
  animation: 3s linear 0s infinite flushBtn;
}

.yixing-server {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/server-bg-V2.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0 140px 0;
}
.yixing-server > h2 {
  font-size: 42px;
  line-height: normal;
  font-family: "Microsoft YaHei";
  font-weight: bolder;
}
.yixing-server .server-desc {
  color: #cfd0d3;
  margin: 24px 0 90px 0;
}
.yixing-server .technology-content-detail {
  width: 75%;
  margin: 0 auto 90px auto;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(29, 37, 43, 0.5) 0%, rgba(33, 30, 33, 0.5) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 61px 0;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.yixing-server .technology-content-detail:hover {
  top: -10px;
}
.yixing-server .technology-content-detail .technology-content-item {
  width: 33%;
  padding: 0 85px;
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 10;
  box-sizing: content-box;
}
.yixing-server .technology-content-detail .technology-content-item .technology-content-item-title {
  font-size: 20px;
  margin: 28px 0 20px 0;
}
.yixing-server .technology-content-detail .technology-content-item .technology-content-item-desc {
  font-size: 16px;
  color: #B7BBBC;
}
.yixing-server .technology-content-detail .technology-content-item:nth-child(2) {
  border: 1px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.yixing-server .server-content-detail {
  display: flex;
  width: 65%;
  margin: 0 auto;
  justify-content: center;
}
.yixing-server .server-content-detail .server-item {
  width: 25%;
}
.yixing-server .server-content-detail .server-item .server-item-title {
  font-size: 22px;
  font-weight: bolder;
  line-height: normal;
  background: linear-gradient(90deg, #59FFBE, #38FFF6);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 28px 0 18px 0;
}
.yixing-server .server-content-detail .server-item .server-item-desc {
  color: #b7bbbc;
  font-size: 16px;
}

.yixing-comment {
  padding: 81px 0 120px 0;
  text-align: center;
  overflow: hidden;
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/common-bg-V2.jpg") no-repeat;
  background-size: cover;
}
.yixing-comment > div {
  display: flow-root;
}
.yixing-comment .comment-title {
  font-family: "Microsoft YaHei";
  font-weight: bolder;
  color: #fff;
  font-size: 42px;
  line-height: normal;
  margin-bottom: 25px;
}
.yixing-comment .move-right {
  margin-top: 94px;
}
.yixing-comment .comment-list {
  width: fit-content;
  margin-bottom: 20px;
  display: flex;
  gap: 24px;
}
.yixing-comment .comment-list .comment-list-detail {
  display: inline-block;
  color: #fff;
  text-align: left;
  padding: 24px;
  width: 366px;
  height: 160px;
  border: 1px solid #323232;
  border-radius: 16px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #211E21, #1D252B);
  box-sizing: content-box;
}
.yixing-comment .comment-list .comment-list-detail:hover {
  background: rgba(14, 14, 14, 0.5);
  border: 1px solid rgba(50, 50, 50, 0.7);
}
.yixing-comment .comment-list .comment-list-detail .user-detail {
  display: flex;
  align-items: center;
}
.yixing-comment .comment-list .comment-list-detail .user-detail > img {
  border-radius: 50%;
  overflow: hidden;
  width: 44px;
  height: 44px;
}
.yixing-comment .comment-list .comment-list-detail .user-detail .user-name {
  margin-left: 16px;
}
.yixing-comment .comment-list .comment-list-detail .user-detail .user-name > h4 {
  font-size: 15px;
  font-weight: bolder;
}
.yixing-comment .comment-list .comment-list-detail .user-detail .user-name > p {
  font-size: 14px;
  color: #9f9f9f;
}
.yixing-comment .comment-list .comment-list-detail .user-comment {
  font-size: 15px;
  line-height: 160%;
  color: #cfcfcf;
  margin-top: 20px;
}

.prism-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* spotlightCard */
.card-spotlight {
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid #222;
  background-color: #111;
  padding: 10px;
  overflow: hidden;
  --mouse-x: 50%;
  --mouse-y: 50%;
  width: 100%;
  height: 100%;
}

.card-spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 200px);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.card-spotlight:hover::before,
.card-spotlight:focus-within::before {
  opacity: 0.4;
}

.animate-mark {
  opacity: 0;
}

@keyframes colorLogoAnimate {
  0% {
    top: -10px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: -10px;
  }
}
@keyframes flushBtn {
  0% {
    left: -60px;
  }
  100% {
    left: 170px;
  }
}