:root {
  --head: 4.687vw;
  --color: #E74E46;
  --svh: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

.co-w {
  color: #fff;
}

.co-m {
  color: var(--color);
}

.co-h {
  color: #333;
}

.head-zhanwei {
  height: var(--head);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.C-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

.C-btn.theme1 {
  --svgColor: var(--color);
}

/* -----------------------------------------head,foot-------------------------------------- */
.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0 0.163vw 0.816vw 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(0.612vw);
  animation: fadeInDown 1s;
}

.isback .head1 {
  transform: translateY(-100%);
  pointer-events: none;
}

.scroll .head1 {}

.a_dw {
  position: relative;
  /* top: calc(-1 * var(--head)); */
}

.head1 .logo {
  width: 10.5729vw;
}

.head1 .menu {
  gap: 2.083vw;
  height: 100%;
}

.head1 .link {
  height: 100%;
}

.head1 .link>a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.head1 .link.on>a,
.head1 .link:hover>a {}


footer {
  border-radius: 60px 60px 0 0;
  background: #FFF;
  margin-top: -2.604vw;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 0.52vw #cfcfcf;
}

.foot1 {
  padding: 3.333vw 0 5.989vw;
}
@media screen and (min-width:768px){
  .foot1 .flex-xb-yc .zuo{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px 0;
}
}
.foot1 .t1 {
  background: linear-gradient(247deg, #0B80DB -10.8%, #00D0C6 97.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.125vw;
}

.foot1 .zuo .item {
  margin-right: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.foot1 .zuo .icon {
  width: 1.562vw;
  margin-right: 0.52vw;
}

.foot1 .shares .list {
  gap: 1.25vw;
}

.foot1 .shares .item {
  position: relative;
}

.foot1 .shares .item a {
  display: block;
}

.foot1 .shares .item .icon {
  width: 1.25vw;
  transition: all ease .3s;
}

.foot1 .shares .item .qr {
  width: 7.375vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100%;
  margin-bottom: 0.5vw;
  padding: 0.22vw;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0.52vw #cfcfcf;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.foot1 .shares .item:hover .qr {
  opacity: 1;
  pointer-events: visible;
}

.foot1 .shares .item:hover .icon {
  transform: scale(1.1);
}

.foot1 .shares .item .qr img {
  width: 100%;
}

.foot2 {
  padding: 0.833vw 0 3.125vw;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #121212;
}

.foot2 .you {
  gap: 2.083vw;
}

.foot2 a:hover {
  color: #00D0C6;
}











/* -----------------------------------------首页-------------------------------------- */
.home1 {
  /* position: relative; */
  height: var(--svh);
  position: sticky;
  left: 0;
  top: 0;
}

.home1 .main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.291vw 0;
  z-index: 3;
}

.home1 .main .icon {
  width: 13.437vw;
  margin-bottom: 1.041vw;
}

.home1 .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home1 .t1 {
  text-shadow: 0 0 5px #fff;
}

#splineEffect {
  width: 37.5vw;
  height: 37.5vw;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  background: url('/img/home2-1.png') no-repeat center/contain;
}

#splineEffect.on {
  background: none;
}
.home2 .you {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.home2 .you .pic {
  width: 24.4792vw;
  animation: ani558 3s ease infinite alternate;
}

@keyframes ani558 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.94);
  }
}

.body-bg {
  position: relative;
  background: #fff;
  border-radius: 60px 60px 0 0;
  will-change: auto;
  box-shadow: 0 0 0.52vw #cfcfcf;
  z-index: 4;
}

.home2 {
  padding: 7.083vw 0 6.77vw;
}

.C-k1 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 6.25vw;
  opacity: 0.09;
  background: linear-gradient(0deg, rgba(0, 174, 184, 0.00) -25.78%, #00AEB8 73.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1;
}

.home2 .intr {
  width: 50.937vw;
  overflow: hidden;
}

.home2 .t3 {
  margin-top: 2.604vw;
  height: 19.01vw;
  line-height: 1.8;
}

.home2 .C-k2 {
  margin-top: -3.645vw;
}

.home2 .swiper {
  margin-top: 1.041vw;
}

.home2 .swiper-slide {
  width: 16.458vw;
  border-radius: 20px;
  background: #D9D9D9;
  overflow: hidden;
}
.home2 .swiper-slide img {
    height: 20.833vw;
}
.home2 .C-zs {
  position: absolute;
  left: 0;
  bottom: -4.166vw;
  width: 50vw;
}

.home3 {
  padding: 0 8.333vw 10.625vw 0;
}

.home3 .you {
  width: 50.52vw;
  overflow: hidden;
}

.home3 .you .sec {
  display: none;
  opacity: 0;
}
.home3 .you .sec:nth-child(1) .swiper-wrapper {
    flex-direction: column;
    align-items: center;
}
.home3 .you .sec:nth-child(2) .swiper-wrapper {
   align-items: center;
}
.home3 .you .sec:nth-child(3) .swiper-wrapper {
   align-items: center;
}
.home3 .you .sec:nth-child(4) .swiper-wrapper {
   align-items: center;
}
.home3 .you .sec.on {
  display: block;
  animation: fadeInUp 1s forwards;
}

.home3 .t3 {
  margin-top: 1.041vw;
  height: 15vw;
  line-height: 1.8;
}

.home3 .C-k2 {
  margin-top: 1.562vw;
}

.home3 .you .swiper {
  margin-top: 1.041vw;
}

.home3 .you .swiper-slide {
  width: 23.958vw;
  border-radius: 20px;
  background: #D9D9D9;
  overflow: hidden;
}

.home3 .C-zs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 59.375vw;
}

.home3 .zuo {
  flex: 1;
}

.home3 .zuo .pic {
  width: 33.854vw;
  margin-top: 3.6458vw;
}

.home3 .zuo .swiper {
  height: 15.75vw;
  color: #CACACA;
  margin: 0 0 0 1.041vw;
}

.home3 .zuo .swiper-slide {
  height: 1.875vw;
  cursor: pointer;
}

.home3 .zuo .swiper-slide-active {
  color: #5D5D5D;
}

.home4 {
  padding: 3.958vw 10.104vw 16.822vw;
  background: url('/img/home4-bg.svg') no-repeat top center/100% auto;
}

.home4 .C-k2 {
  margin-top: -4.166vw;
}

.home4 .t3 {
  width: 44.479vw;
  margin: 1.458vw auto 0;
  line-height: 1.8;
}

.home4 .list {
  margin-top: 5vw;
  gap: 3.02vw;
}

.home4 .list .item {
  color: #393939;
  opacity: 0.5;
  transition: all ease .3s;
}

.home4 .list .item:hover {
  color: #393939;
  opacity: 1;
  transform: scale(1.06)
}

.home4 .list .item .bg {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0.833vw;
}

.home4 .C-zs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.home5 {
  position: relative;
}

.home5 .title {
  margin-bottom: 4.583vw;
}

.home5 .C-k2 {
  margin-top: -4.166vw;
}

.home5 .main .box {
  padding: 0 0 10.729vw;
  background: url('/img/home5-zs.png') no-repeat bottom center/100% auto;
}

.home5 .list {
  width: 100%;
  margin: 0 0 4.583vw;
  overflow: hidden;
}

.home5 .list .wrapper {
  width: max-content;
}

.home5 .item {
  width: 52.187vw;
  margin-right: 2.083vw;
  gap: 2.083vw;
  padding: 1.458vw 1.562vw;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(0.104vw);
}

.home5 .item .pic {
  width: 23.75vw;
  border-radius: 20px;
  overflow: hidden;
}

.home5 .intr {
  width: 22.187vw;
  padding: 0.625vw 0 1.458vw;
}

.home5 .intr .t2 {
  margin-top: 0.833vw;
  color: #6F6F6F;
  margin-bottom: 1.041vw;
}

.home5 .intr .more {
  margin-top: auto;
  background: linear-gradient(247deg, #0B80DB -10.8%, #00D0C6 97.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home5 .progress {
  width: 6.354vw;
  height: 0.52vw;
  margin: 0 auto;
}

.home5 .progress span {
  min-width: 15%;
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: 20px;
  opacity: 0.6;
  background: linear-gradient(247deg, #0B80DB -10.8%, #00D0C6 97.69%);
}