.homepage {
  font-size: 0.16rem;
}
.homepage .title-common {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
}
.homepage .title-common::before {
  content: '';
  width: 0.35rem;
  height: 0.03rem;
  display: block;
  margin: 0 auto 0.1rem;
  background: #1dbede;
}
.homepage .banner img {
  width: 100%;
}
.homepage .one {
  background-color: #f5f5f5;
  padding-bottom: 1.55rem;
  position: relative;
  text-align: center;
}
.homepage .one::before {
  position: absolute;
  content: '';
  top: 0;
  width: 11.7rem;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1.15rem;
  background: url(../images/bg-dot.webp);
  opacity: 0.2;
  z-index: 0;
}
.homepage .one .hd h2 {
  font-size: 30px;
  font-weight: bold;
}
.homepage .one .hd P {
  color: rgba(21, 21, 21, 0.8);
  margin-top: 0.28rem;
}
.homepage .one .bd {
  text-transform: uppercase;
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.homepage .one .bd p {
  font-size: 0.9rem;
  color: transparent; /* 使文字本身不可见 */

  -webkit-background-clip: text; /* 针对WebKit浏览器 */
  background-clip: text; /* 使渐变仅应用于文字 */
}
.homepage .one .bd #t_d {
  background-image: linear-gradient(
    to bottom,
    #2aa8df,
    #3d83df
  ); /* 定义渐变颜色 */
}
.homepage .one .bd #t_h {
  background-image: linear-gradient(
    to bottom,
    #ffd541,
    #fa6786
  ); /* 定义渐变颜色 */
}
.homepage .one .bd #t_m {
  background-image: linear-gradient(
    to bottom,
    #16bf90,
    #4177c6
  ); /* 定义渐变颜色 */
}
.homepage .one .bd #t_s {
  background-image: linear-gradient(to bottom, #7e74ba, #d6b668);
}
.homepage .one .bd span {
  font-size: 0.6rem;
  color: #ccc;
}
.homepage .one .box {
  padding: 0.6rem;
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 0.04rem 0.4rem rgba(21, 21, 21, 0.25);
  border-radius: 0 0 0.2rem 0.2rem;
}
.homepage .two .title-common {
  display: flex;
  align-items: center;
}
.homepage .two .title-common::before {
  margin: 0 0.2rem 0 0;
}
.homepage .two .bd {
  margin: 0.3rem 0;
}
.homepage .two .pic {
  display: block;
  margin: 0 auto;
}
.homepage .two .bd .side {
  margin-right: 0.2rem;
  width: 1.29rem;
  text-align: center;
}
.homepage .two .bd .side dt {
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
.homepage .two .bd .side dd {
  font-size: 0.12rem;
}
.homepage .two .bd .flex_item {
  line-height: 2;
}
.homepage .two {
  padding: 1.15rem 0;
}
.homepage .three {
  background-color: #444141;
  padding: 1.35rem 0;
  position: relative;
  overflow: hidden;
}
.homepage .three::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-dot-light.webp);
  opacity: 0.04;
  z-index: 0;
}
.homepage .three:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vw;
  background: #3c3c3c;
  transform: skewY(31deg);
  z-index: 0;
}
.homepage .three .hd {
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 0.5rem;
}
.homepage .three .hd .flex_item {
  opacity: 0.8;
  line-height: 1.8;
}
.homepage .three .hd .title-common {
  text-align: right;
}
.homepage .three .hd .title-common::before {
  display: inline-block;
}
.homepage .three .hd b {
  display: block;
}
.homepage .three .bd {
  position: relative;
  z-index: 5;
}
.homepage .three .bd ul li {
  padding: 0.15rem;
  width: 33.333%;
}
.homepage .three .bd a .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.homepage .three .bd a:hover .pic::before {
  opacity: 1;
}
.homepage .three .bd a {
  display: block;
  background: #fff;

  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  text-align: center;
}
.homepage .three .bd a .pic {
  padding-top: 0rem;
}
.homepage .three .bd dl {
  padding: 0.15rem 0.25rem 0.45rem;
  transition: all 0.5s;
  position: relative;
}
.homepage .three .bd dl::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  z-index: 5;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-right: 250px solid transparent;
}
.homepage .three .bd dl:after {
  position: absolute;
  content: '';
  bottom: 100%;
  z-index: 5;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-left: 130px solid transparent;
}
.homepage .three .bd dl dt {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.homepage .three .bd ul,
.homepage .fire .bd ul,
.homepage .eight .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.homepage .eight .bd ul li,
.homepage .fire .bd ul li {
  padding: 15px;
  width: 25%;
}
.homepage .four {
  padding-top: 0.5rem;
}
.homepage .four .hd {
  position: relative;
}
.homepage .four .hd::before {
  position: absolute;
  content: '';
  left: 0.5rem;
  bottom: 0.1rem;
  width: 2.4rem;
  height: 1rem;
  background: url(../images/bg-dot.webp);
  opacity: 0.2;
}
.homepage .four .title-common {
  display: flex;
  align-items: center;
}
.homepage .four .title-common::before {
  margin: 0 0.2rem 0 0;
}
.homepage .four .tabtitle {
  display: flex;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.homepage .four .tabtitle::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #3c3c3c;
  transform: skewX(-35deg);
}
.homepage .four .tabtitle li {
  flex: 1;
  display: flex;
  margin-top: 20px;
  align-items: center;
  padding: 0.25rem 0.45rem 0.45rem;
  background: #3c3c3c;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  justify-content: center;
}
.homepage .four .tabtitle li.on {
  color: #fff;
}
.homepage .four .bd {
  background-color: #f5f5f5;
  padding: 0.8rem 0 0.9rem;
  font-size: 0.18rem;
}
.homepage .four .bd li a {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(21, 21, 21, 0.25);
  padding: 50px 40px;
}
.homepage .four .bd li + li {
  margin-top: 0.5rem;
}
.homepage .four .bd li .pic {
  width: 1.09rem;
  height: 1.09rem;
  border-radius: 50%;
  margin-right: 0.7rem;
}
.homepage .four .bd li p {
  color: rgba(21, 21, 21, 0.64);
}
.homepage .four .bd li dt {
  line-height: 0.36rem;
  margin: 0.15rem 0;
  font-size: 0.24rem;
}
.homepage .four .bd li dd span {
  color: #1dbede;
}
.homepage .fire {
  padding: 1.15rem 0;
}
.homepage .fire .bd {
  margin-top: 0.5rem;
}
.homepage .fire .ft {
  text-align: center;
  margin-top: 0.5rem;
}
.homepage .fire .ft a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 14px 35px;
  font-size: 15px;
  line-height: 1.25;
  border: 1px solid;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
.homepage .fire .ft a:hover,
.homepage .six .box .btn:hover {
  background: #ffd541;
  border-color: #ffd541;
}
.fire .bd ul li .pic {
  transition: all 0.3s;
}
.fire .bd ul li:hover .pic {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.homepage .six {
  position: relative;
  background-color: #444141;
  overflow: hidden;
  padding: 1.35rem 0;
}
.homepage .six::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-dot-light.webp);
  opacity: 0.04;
  z-index: 0;
}
.homepage .six:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vw;
  background: #3c3c3c;
  z-index: 0;
  transform: skewY(-31deg);
}
.homepage .six .title-common {
  color: #fff;
}
.homepage .six .bd {
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;
}

.homepage .six .box .in {
  position: relative;
  padding: 20px 20px 40px;
  margin-top: 18px;
  background: #fff;
}
.homepage .six .box dt {
  font-weight: bold;
  font-size: 0.24rem;
}
.homepage .six .box dd {
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
  font-size: 0.72rem;
}
.homepage .six .box dd span {
  font-size: 0.24rem;
  padding-top: 0.15rem;
}
.homepage .six .bd .box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: #ffffff;
  transform: skewX(-35deg);
  z-index: 0;
}
.homepage .six .box {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.homepage .six .bd ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.15rem;
}
.homepage .six .bd ol > li {
  width: 25%;
  padding: 0.15rem;
  position: relative;
}
.homepage .six .box ul {
  line-height: 0.35rem;
  max-width: 3rem;
  text-align: left;
  color: rgba(21, 21, 21, 0.8);
  margin: 0.3rem auto 0;
}
.homepage .six .box ul li i {
  margin-right: 0.15rem;
  color: #5656df;
}
.homepage .six .box .btn {
  position: relative;

  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  color: #151515;
  background-color: transparent;
  border-color: #151515;
  padding: 18px 35px;
  font-size: 0.15rem;
  line-height: 1.5;
  min-width: 1.9rem;
  margin-top: 0.4rem;
}
.homepage .six .box .btn img {
  position: absolute;
  bottom: 100%;
  left: 0;
  border: 1px solid #ddd;
  display: none;
  width: 100%;
}
.homepage .six .box .btn:hover img {
  display: block;
}
.homepage .six .bd ol > li:nth-child(2) .box .btn,
.homepage .six .bd ol > li:nth-child(3) .box .btn {
  color: #fff;
  border-color: transparent;
}
.homepage .six .box .btn span {
  position: relative;
  z-index: 5;
}
.homepage .six .bd ol > li:nth-child(2) .box .btn::before,
.homepage .six .bd ol > li:nth-child(2) .box .btn:after,
.homepage .six .bd ol > li:nth-child(3) .box .btn::before,
.homepage .six .bd ol > li:nth-child(3) .box .btn:after {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  border-radius: 0.05rem;
  right: -2px;
  content: '';
  transition: all 0.3s;
}
.homepage .six .bd ol > li:nth-child(2) .box .btn::before {
  background: linear-gradient(228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.homepage .six .bd ol > li:nth-child(2) .box .btn:after {
  opacity: 0;
  background: linear-gradient(-228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.homepage .six .bd ol > li:nth-child(3) .box .btn::before {
  background: linear-gradient(228.54deg, #ffd541 36.26%, #f73ca1 96.73%);
}
.homepage .six .bd ol > li:nth-child(3) .box .btn:after {
  opacity: 0;
  background: linear-gradient(-228.54deg, #ffd541 36.26%, #f73ca1 96.73%);
}
.homepage .six .bd ol > li:nth-child(2) .box .btn:hover:after,
.homepage .six .bd ol > li:nth-child(3) .box .btn:hover:after {
  opacity: 1;
}
.homepage .seven {
  padding: 1.15rem 0;
}
.homepage .seven .bd {
  margin-top: 0.3rem;
}
.homepage .seven .bd .box {
  min-height: 2.48rem;
  max-width: 9.2rem;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.4rem 0;
}
.homepage .seven .bd .box::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2.18rem;
  max-width: 420px;
  max-height: 250px;
  background: url(../images/bg-dot.webp);
  transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: 0;
}
.homepage .seven .bd h4 {
  color: #5656df;
  margin-top: 0.2rem;
}
.homepage .seven .ft {
  max-width: 3.2rem;
  margin: 0 auto;
}
.homepage .seven .ft .swiper-slide {
  margin-bottom: 0.1rem;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.homepage .seven .ft .swiper-slide-thumb-active {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.homepage .eight .hd {
  text-align: center;
  background-color: #444141;
  position: relative;
  padding: 0.8rem 0 0.9rem;
  overflow: hidden;
  z-index: 9;
  color: #fff;
}
.homepage .eight .hd::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vw;
  background: #3c3c3c;
  transform: skewY(31deg);
  z-index: 0;
}
.homepage .eight .hd:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-dot-light.webp);
  opacity: 0.04;
  z-index: 0;
}
.homepage .eight .hd .title-common {
  position: relative;
  z-index: 5;
}
.homepage .eight .hd .btn {
  padding: 19px 35px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.4rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
.homepage .eight .hd .btn:hover::after {
  opacity: 1;
}
.homepage .eight .hd .btn::before,
.homepage .eight .hd .btn:after {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  content: '';
  transition: all 0.3s;
}
.homepage .eight .hd .btn:after {
  opacity: 0;
  background: linear-gradient(-228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.homepage .eight .hd .btn::before {
  background: linear-gradient(228.54deg, #1dbede 30.16%, #5656df 89.45%);
}
.homepage .eight .hd .btn span {
  position: relative;
  z-index: 5;
}
.homepage .eight .bd li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  transition: all 0.3s;
  will-change: transform;
  opacity: 0;
  display: inline-block;
  font-size: 24px;
  z-index: 6;
  line-height: 35px;
  text-align: center;
  padding: 25px 5px;
  color: #151515;
  font-weight: 500;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.homepage .eight .bd li:hover span {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.homepage .eight:after {
  content: '';
  height: 1.2rem;
  display: block;
  background: url(../images/bg-dot.webp);
  opacity: 0.2;
}
.homepage .nine {
  padding: 1.15rem 0;
}
.homepage .nine .bd {
  margin-top: 0.5rem;
}
.homepage .nine .bd dl {
  margin-top: 0.3rem;
}
.homepage .nine .bd a {
  display: block;
  position: relative;
}
.homepage .nine .bd a:hover .pic::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
}
.homepage .nine .bd a::before {
  position: absolute;
  content: '';
  height: 1.44rem;
  right: 0;
  width: 1.62rem;
  bottom: -0.15rem;
  background: url(../images/bg-dot.webp) center;
  opacity: 0.2;
  z-index: 0;
}
.homepage .nine .bd dt {
  line-height: 0.28rem;
  font-size: 0.18rem;
}
.homepage .nine .bd dd {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.homepage .nine .bd dd span {
  margin-left: 0.3rem;
  color: #5656df;
}
.homepage .ten {
  background-color: #444141;
  padding: 0.8rem 0 0.9rem;
}
.homepage .ten ul {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.homepage .ten ul li {
  display: flex;
  align-items: center;
}
.homepage .ten ul li dd {
  opacity: 0.8;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.homepage .ten ul li dt {
  font-size: 0.24rem;
  font-weight: bold;
}
.homepage .ten ul li .side {
  position: relative;
  margin-right: 0.3rem;
  width: 0.7rem;
}
.homepage .ten ul li .side::before {
  position: absolute;
  top: 33%;
  content: '';
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(137.76deg) translate(0, 0);
  will-change: transform;
  transition: all 0.6s;
  left: 85%;
  border-width: 0 12px 22px 12px;
  border-color: transparent transparent rgba(255, 255, 255, 0.08) transparent;
}
.homepage .ten ul li:hover .side::before {
  transform: rotate(175deg) translate(15px, 15px);
}
.homepage .swiper-button-next:after,
.homepage .swiper-button-prev:after {
  display: none;
}
.homepage .swiper-button-next i,
.homepage .swiper-button-prev i {
  color: #333;
  font-size: 0.3rem;
}
.homepage .threemore {
  background: none;
}
.homepage .threemore .hd {
  color: #333;
}
.homepage .threemore:after {
  display: none;
}
.banner-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.swiper-slide-active .banner-inner {
  display: block;
  animation: fadeInLeft 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.codepage {
  text-align: center;
  font-size: 0.2rem;
  padding: 1.3rem 0;
}
.codepage p {
  margin-top: 0.2rem;
}
/**/
.six_add {
  padding: 0.9rem 0;
  background: #3c3c3c;
  color: #fff;
}
.six_add .hd {
  line-height: 0.36rem;
  text-indent: 2em;
  padding: 0.3rem 0;
}
.six_add .bd img {
  width: 100%;
}
