* {
  color: #456767;
}
:root {
  --gra-bgc: linear-gradient(270deg, #34dfc9 0%, #2aabe7 100%);
}
.gra-color {
  background: var(--gra-bgc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-title {
  margin-bottom: 2.5rem;
}
.wrap-title.cen::after {
  display: none;
}
.wrap-title.cen,
.wrap-title.cen * {
  text-align: center;
}
.wrap-title span {
  color: #90e2e4;
  font-size: 2rem;
}
.wrap-title h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0.5rem 0;
}
.wrap-title p {
  font-size: 1.2rem;
  font-weight: normal;
}
.content {
  position: relative;
}
.box-tabs {
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  gap: 2rem;
  transform: translateY(-50%);
}
.box-tabs .item {
  display: block;
  width: 4.25rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  color: #cad0d0;
}
.box-tabs .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.15rem;
  margin-top: 0.2rem;
  background: linear-gradient(90deg, rgba(58, 222, 202, 0) 0%, #3adeca 100%);
  opacity: 0;
  transition: all ease 0.3s;
}
.box-tabs .item:hover,
.box-tabs .item.active {
  color: #3adeca;
}
.box-tabs .item:hover::after,
.box-tabs .item.active::after {
  opacity: 1;
}
.index-swiper {
  position: relative;
}
.index-swiper .text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 20vh;
  transform: translate(-50%, -50%);
}
.index-swiper .text h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #333;
  max-width: 23.9rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.index-swiper .text p {
  font-size: 1.3rem;
  color: #456767;
}
.index-swiper .swiper {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
  width: 47.8rem;
  height: 31.95rem;
}
.index-swiper .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/k.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
}
.index-swiper .swiper .swiper-slide {
  position: relative;
  padding: 1.4rem 3.2rem 0;
  padding-right: 4.1rem;
  z-index: 1;
}
.index-swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-swiper .notice {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.3rem 1.75rem;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5rem;
  z-index: 11;
}
.index-swiper .notice * {
  color: #456767;
}
.index-swiper .notice .t {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  border-right: 1px solid #ebebeb;
  padding-right: 1.2rem;
}
.index-swiper .notice .t img {
  width: 1.7rem;
}
.index-swiper .notice .t span {
  font-size: 1rem;
  font-weight: 500;
}
.index-swiper .notice .c {
  flex: 1;
  display: flex;
  align-items: center;
}
.index-swiper .notice .c p {
  flex: 1;
  font-size: 1rem;
}
.main-1 {
  padding: 0;
  padding-bottom: 4rem;
  background-image: url("../images/bg2.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.main-1 .main-center {
  position: relative;
}
.main-1 .main-center > .img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 41.65rem;
  transform: translateY(-30%);
}
.main-1 .data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 5rem;
  background-image: url("../images/bg1.png");
  background-size: 100%;
}
.main-1 .data .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  height: 7.8rem;
}
.main-1 .data strong {
  background: var(--gra-bgc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.4rem;
}
.main-1 .data span {
  font-size: 1rem;
}
.main-1 .content {
  max-width: 28rem;
}
.main-1 .content .txt .des {
  margin-top: 1.2rem;
}
.main-1 .content .txt .des p {
  font-size: 1rem;
  line-height: 1.6;
}
.main-1 .content .l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 5.5rem;
}
.main-1 .content .l .item {
  padding: 1.2rem;
  background-color: #fff;
  border: 0.1rem solid #93e9e2;
  border-radius: 1.1rem;
}
.main-1 .content .l .t {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}
.main-1 .content .l .t h6 {
  font-size: 1.2rem;
}
.main-1 .content .l .t span {
  font-size: 0.8rem;
  color: #b6d0d0;
}
.main-2 .tabs {
  margin-bottom: 3rem;
}
.main-2 .tabs .swiper {
  padding-bottom: 1rem;
}
.main-2 .tabs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 10rem;
  background-color: #f1f6f9;
  position: relative;
  cursor: pointer;
}
.main-2 .tabs .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 1rem;
  background-image: url("../images/img2.svg");
  background-size: auto 100%;
  background-position: center;
  opacity: 0;
  transform: translate(-50%, 50%);
}
.main-2 .tabs .swiper-slide:hover,
.main-2 .tabs .swiper-slide.active {
  color: #fff;
  background: var(--gra-bgc);
}
.main-2 .tabs .swiper-slide:hover::after,
.main-2 .tabs .swiper-slide.active::after {
  opacity: 1;
}
.main-2 .wrap .content {
  padding: 0;
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.main-2 .wrap .content:nth-of-type(odd) {
  background-image: url("../images/c1.png");
}
.main-2 .wrap .content:nth-of-type(even) {
  background-image: url("../images/c2.png");
}
.main-2 .wrap .content:nth-of-type(even) .con .item .l .txt::after {
  background-color: #fff;
}
.main-2 .con {
  position: relative;
  height: 36.5rem;
}
.main-2 .con .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: none;
  transition: none;
}
.main-2 .con .item.active {
  display: block;
}
.main-2 .con .item > div {
  vertical-align: top;
}
.main-2 .con .item .l {
  display: inline-block;
  width: 30rem;
}
.main-2 .con .item .l > .t {
  margin-bottom: 4.5rem;
}
.main-2 .con .item .l > .t span {
  position: relative;
  font-size: 1.2rem;
  color: #333;
}
.main-2 .con .item .l > .t span::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 0.15rem;
  border-radius: 2rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  background: var(--gra-bgc);
}
.main-2 .con .item .l > .t h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.main-2 .con .item .l > .t p {
  font-size: 1.1rem;
}
.main-2 .con .item .l .txt {
  position: relative;
  margin-bottom: 4.5rem;
  padding: 1.8rem;
  z-index: 1;
}
.main-2 .con .item .l .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f6f9;
  border-radius: 2rem;
  z-index: -1;
}
.main-2 .con .item .l .txt::before {
  content: attr(num);
  position: absolute;
  top: 0;
  left: 1.8rem;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(180deg, #33d9cd 0%, rgba(51, 217, 205, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transform: translateY(-70%);
  padding: 0.5rem;
  z-index: -1;
}
.main-2 .con .item .l .txt .t {
  padding: 1.1rem;
  border-radius: 1.5rem;
}
.main-2 .con .item .l .txt .t:hover {
  background-color: #fff;
}
.main-2 .con .item .l .txt .t h6 {
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 1.4;
}
.main-2 .con .item .l .txt .t h6::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.4rem;
  background: linear-gradient(90deg, #308bea 0%, #49dfe1 66%, rgba(73, 223, 225, 0.1) 100%);
  border-radius: 2rem;
  margin-top: -0.4rem;
}
.main-2 .con .item .l .txt .t p {
  font-size: 0.8rem;
  line-height: 1.6;
}
.main-2 .con .item .r {
  position: absolute;
  top: 0;
  right: var(--marging);
  display: inline-block;
  width: 55rem;
  height: 36.5rem;
}
.main-3 .t {
  display: flex;
  justify-content: space-between;
}
.main-3 .t .title {
  margin-bottom: 4.5rem;
}
.main-3 .t .title span {
  position: relative;
  font-size: 1.2rem;
  color: #333;
}
.main-3 .t .title span::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 0.15rem;
  border-radius: 2rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  background: var(--gra-bgc);
}
.main-3 .t .title h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.main-3 .t .title p {
  font-size: 1.1rem;
}
.main-3 .t > span {
  height: 2.7rem;
  line-height: 2.7rem;
  padding-left: 3rem;
  padding-right: 2rem;
  font-weight: bold;
  color: #333;
  background: linear-gradient(-90deg, #26a8e8 0%, #2edec6 34%, rgba(58, 222, 202, 0) 100%);
}
.main-3 .lc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.main-3 .lc .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-3 .lc .item::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  display: block;
  width: 2.1rem;
  height: 1.4rem;
  background-image: url("../images/j.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}
.main-3 .lc .item:last-of-type::after {
  display: none;
}
.main-3 .lc h6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.9rem;
  height: 3.6rem;
  background-color: #f1f6f9;
  border: 1px solid #dcdcdc;
  border-radius: 1rem;
}
.main-3 .lc h6::after {
  content: attr(num);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  color: #85be5c;
  transform: translateY(-50%);
}
.main-3 .lc p {
  margin-top: 0.5rem;
}
.main-3 .con {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.main-3 .con .item {
  border-radius: 1.8rem;
  background-color: #f1f6f9;
}
.main-3 .con .item .img-auto {
  border-radius: 1.8rem;
}
.main-3 .con .item .img-auto::before {
  padding-top: calc(100% / 300 * 360);
}
.main-3 .con .item .img-auto .tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding-top: 2.2rem;
}
.main-3 .con .item .img-auto .tags span {
  font-size: 0.7rem;
  color: #fff;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
}
.main-3 .con .item .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.7rem;
}
.main-3 .con .item .txt p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .wrap-title {
    margin-bottom: 2rem;
  }
  .wrap-title span {
    font-size: 1.4rem;
  }
  .wrap-title h2 {
    font-size: 1.4rem;
  }
  .wrap-title p {
    font-size: 0.9rem;
  }
  .index-swiper > img {
    height: 40vh;
    object-fit: cover;
  }
  .index-swiper .text {
    padding-top: 3vh;
  }
  .index-swiper .text h2 {
    font-size: 1rem;
  }
  .index-swiper .text p {
    font-size: 0.8rem;
  }
  .index-swiper .swiper {
    bottom: 3rem;
    right: 0;
    width: 14rem;
    height: 9rem;
  }
  .index-swiper .swiper .swiper-slide {
    padding: 0.1rem 0.9rem 0;
    padding-right: 1.2rem;
  }
  .index-swiper .notice {
    bottom: 0.5rem;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
  }
  .index-swiper .notice .t {
    padding-right: 0.5rem;
  }
  .index-swiper .notice .t span {
    font-size: 0.8rem;
  }
  .index-swiper .notice .t img {
    width: 1rem;
  }
  .index-swiper .notice .c p {
    font-size: 0.8rem;
    margin: 0 rem;
  }
  .main-1 .data {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .main-1 .data strong {
    font-size: 1.4rem;
  }
  .main-1 .data span {
    font-size: 0.9rem;
  }
  .main-1 .data .item {
    height: 3rem;
  }
  .main-1 .main-center > .img {
    display: none;
  }
  .main-1 .content .txt .des p {
    font-size: 0.8rem;
  }
  .main-1 .content .l {
    margin-top: 1rem;
  }
  .main-1 .content .l .t h6 {
    font-size: 1rem;
  }
  .main-1 .content .l .item {
    padding: 1rem;
  }
  .box-tabs {
    top: 12rem;
    gap: 1rem;
    transform: none;
    z-index: 10;
  }
  .box-tabs .item {
    width: 3rem;
  }
  .main-2 .tabs {
    margin-bottom: 0;
  }
  .main-2 .tabs .swiper-slide {
    height: 3rem;
    font-size: 0.8rem;
  }
  .main-2 .con {
    height: auto;
  }
  .main-2 .con .item {
    position: initial;
    padding-top: 2rem;
  }
  .main-2 .con .item > div {
    width: 100% !important;
    height: auto !important;
  }
  .main-2 .con .item .l > .t {
    padding: 0 0.5rem;
  }
  .main-2 .con .item .l > .t span {
    font-size: 1rem;
  }
  .main-2 .con .item .l > .t h2 {
    font-size: 1.2rem;
  }
  .main-2 .con .item .l > .t p {
    font-size: 0.9rem;
  }
  .main-2 .con .item .l .txt {
    width: calc(100% - 4rem);
    margin-right: 0.5rem;
    margin-left: auto;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .main-2 .con .item .l .txt .t {
    padding: 0.8rem;
  }
  .main-2 .con .item .r {
    position: initial;
    display: block;
  }
  .main-3 .t {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .main-3 .t > span {
    height: 2rem;
    line-height: 2rem;
  }
  .main-3 .t .title {
    margin-bottom: 0.5rem;
  }
  .main-3 .t .title span {
    font-size: 1rem;
  }
  .main-3 .t .title h2 {
    font-size: 1.4rem;
  }
  .main-3 .main-center {
    overflow-x: scroll;
  }
  .main-3 .lc,
  .main-3 .con {
    width: 55rem;
  }
  .main-3 .lc h6 {
    width: 6rem;
    height: 3rem;
  }
  .main-3 .lc p {
    font-size: 0.8rem;
  }
  .main-3 .con {
    gap: 0.5rem;
  }
  .main-3 .con .item .txt {
    padding: 1rem;
  }
  .main-3 .con .item .txt p {
    font-size: 0.8rem;
    text-align: center;
  }
}
