.w1780 {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.w1660 {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

.w1640 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}

.w1600 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.fill-vh {
  width: 100%;
  height: 100vh;
  min-height: 10rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-tit {
  position: relative;
}
.color-tit .t1,
.color-tit .t2 {
  position: absolute;
  inset: 0;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.color-tit .t1 {
  position: relative;
  color: #D5D5D5;
}
.color-tit .t2 {
  color: #333;
  clip-path: inset(0 100% 0 0);
}

.subtit.listyle {
  position: relative;
  padding-left: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
  font-family: var(--fw400);
}
.subtit.listyle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.01rem;
  background-color: #004098;
}

.tit-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
.tit-box .ibtn {
  margin-top: 0.4rem;
}
.tit-box > .tit {
  font-size: 0.54rem;
  font-weight: 400;
  font-family: var(--fw400);
  line-height: 1.5;
  position: relative;
  color: #000;
}
.tit-box > .subtit {
  font-size: 0.14rem;
  font-weight: 400;
  font-family: var(--fw400);
  color: #111;
  opacity: 0.7;
  margin-bottom: 0.15rem;
}
.tit-box > .txt {
  max-width: 10rem;
  font-size: 0.16rem;
  font-weight: 300;
  font-family: var(--fw300);
  line-height: 1.75;
  margin-top: 0.4rem;
}
.tit-box > .txt p {
  margin-top: 0.2rem;
}
.tit-box > .txt p:first-child {
  margin-top: 0;
}
.tit-box > .txt.maxw13 {
  max-width: 13rem;
}
.tit-box.no-bottom {
  margin-bottom: 0;
}
.tit-box.text-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tit-box.text-center > .tit {
  text-align: center;
}
.tit-box.text-center > .txt {
  text-align: center;
}

.pic-scale {
  overflow: hidden;
}
.pic-scale .pic, .pic-scale.pic {
  overflow: hidden;
}
.pic-scale .pic img, .pic-scale.pic img {
  transition: all 0.4s ease;
}
.pic-scale:hover .pic img, .pic-scale:hover.pic img {
  transform: scale(1.05);
}

.hover-up {
  transition: all 0.4s ease;
}
.hover-up:hover {
  transform: translateY(-6px);
}

.liquid-glass {
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  filter: url(#liquid-glass-filters);
  overflow: hidden;
  isolation: isolate;
  border-radius: inherit;
  pointer-events: none;
}
.liquid-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.05) 65%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.liquid-glass > * {
  position: relative;
  z-index: 2;
}
.liquid-glass.border-none::after {
  display: none;
}
.liquid-glass.blur-strong::before {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.liquid-glass.blur-light::before {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
.liquid-glass.border-2::after {
  padding: 2px;
}
.liquid-glass.border-3::after {
  padding: 3px;
}
.liquid-glass2 {
  position: relative;
  overflow: hidden;
}
.liquid-glass2::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  filter: url(#liquid-glass-filters2);
  overflow: hidden;
  isolation: isolate;
  border-radius: inherit;
  pointer-events: none;
}
.liquid-glass2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 0.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.05) 64%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.liquid-glass2 > * {
  position: relative;
  z-index: 2;
}

.ibtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.22rem;
  background: var(--vicolor);
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.06rem;
  transition: all 0.4s ease;
  color: rgb(255, 255, 255);
  font-size: 0.16rem;
  font-weight: 400;
  font-family: var(--fw400);
  white-space: nowrap;
  position: relative;
  gap: 0.12rem;
  background: #004098;
}
/* .ibtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(120.23% 551.21% at 109.25% -90.63%, #18dcdc 0, var(--vicolor) 46.31%);
  z-index: 0;
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.4s ease, transform 0.4s ease;
} */
.ibtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* border-radius: calc(0.06rem - 3px); */
  /* box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); */
  z-index: 2;
  opacity: 1;
  width: 3.76rem;height: 1.57rem;
  background: linear-gradient(100deg, #006AED 20.57%, #378CF5 33.88%, #34BBFE 53.79%, #006AED 80.77%);
  transition: all 0.4s ease;
}
.ibtn .btn_txt {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 3;
  color: #fff;
}
.plx6 .txt .box .ibtnw .btn_txt{color: #333;}

.ibtn .line {
  width: 1px;
  height: 0.14rem;
  background: rgba(230, 233, 240, 0.3);
  position: relative;
  z-index: 3;
}
.ibtn .btn_arrow {
  width: 0.14rem;
  height: 0.14rem;
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ibtn .btn_arrow svg {
  transition: transform 0.4s ease;
}
.ibtn .btn_arrow .img1,
.ibtn .btn_arrow .img2 {
  transition: all 0.4s ease;
  position: absolute;
  inset: 0;
}
.ibtn .btn_arrow .img1 {
  transform: translateX(-100%);
  opacity: 0;
}
.ibtn .btn_arrow .img2 {
  transform: translateX(0);
  opacity: 1;
}
.ibtn:hover::after, .ibtn:hover::before, .ibtn:focus::after, .ibtn:focus::before {
  top: calc(100% - 1.57rem);
  left: calc(100% - 3.76rem);
}
.ibtn:hover .btn_txt, .ibtn:focus .btn_txt {
  color: #fff;
}
/* .ibtn:hover .btn_arrow svg, .ibtn:focus .btn_arrow svg {
  animation: arrowSlide 0.5s ease forwards;
} */
.ibtn:hover .btn_arrow .img1, .ibtn:focus .btn_arrow .img1 {
  transform: translateX(0);
  opacity: 1;
}
.ibtn:hover .btn_arrow .img2, .ibtn:focus .btn_arrow .img2 {
  transform: translateX(100%);
  opacity: 0;
}

@keyframes arrowSlide {
  0% {
    transform: translateX(0) scale(1);
  }
  20% {
    transform: translateX(30%) scale(1.1);
  }
  40% {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  41% {
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
  60% {
    transform: translateX(-30%) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateX(5%) scale(1.05);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.c-ff5 {
  color: rgba(255, 255, 255, 0.5);
}

.c-ff6 {
  color: rgba(255, 255, 255, 0.6);
}

.c-ff9 {
  color: rgba(255, 255, 255, 0.9);
}

.page_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.32rem;
}
.page_box .page_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  position: relative;
}
.page_box .page_nav .next,
.page_box .page_nav .prev {
  pointer-events: auto;
  cursor: pointer;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.page_box .page_nav .next img,
.page_box .page_nav .prev img {
  height: 0.13rem;
  transition: all 0.4s ease;
}
.page_box .page_nav .next:hover,
.page_box .page_nav .prev:hover {
  background-color: var(--vicolor);
}
.page_box .page_nav .next:hover img,
.page_box .page_nav .prev:hover img {
  filter: brightness(0) invert(1);
}
.page_box .page_nav .next.swiper-button-disabled,
.page_box .page_nav .prev.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.page_box .num_box {
  display: flex;
  align-items: flex-end;
  gap: 0.05rem;
  margin: 0 0.4rem;
}
.page_box .page_progress {
  width: 100%;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}
.page_box .page_progress .swiper-pagination-progressbar-fill {
  background: var(--vicolor);
  height: 0.03rem;
  border-radius: 0.03rem;
  display: block;
  transform-origin: left;
}
.page_box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.page_box .pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
  transition: all 0.4s ease;
  position: relative;
  margin: 0;
}
.page_box .pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 0;
}
.page_box .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  /* animation: progress 3.8s ease-in-out; */
  width: 100%;
}

.page_box2 {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.page_box2 .prev,
.page_box2 .next {
  cursor: pointer;
  height: 0.4rem;
  width: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
}
.page_box2 .prev img,
.page_box2 .next img {
  height: 0.1rem;
}
.page_box2 .prev:hover,
.page_box2 .next:hover {
  background-color: var(--vicolor);
}
.page_box2 .page_num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.page_box2 .page_num .num {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
}
.page_box2 .page_num .num:hover, .page_box2 .page_num .num.active {
  color: #fff;
  background-color: var(--vicolor);
}

.all-trans-time {
  transition: all 0.4s ease;
}
.all-trans-time * {
  transition: all 0.4s ease;
}

.nybanner {
  height: 100vh;
  position: relative;
  z-index: 99;
}
.nybanner .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nybanner .cont {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(78, 78, 78, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
}

.icon {
  display: flex;
  align-items: center;
}
.icon .arrow_d {
  width: 0.15rem;
  height: 0.15rem;
}
.icon .arrow_r2 {
  height: 0.1rem;
}

.header {
  position: fixed;
  top: 0.12rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  z-index: 100;
  border-radius: 0.1rem;
  overflow: hidden;
  height: var(--header-height);
  display: flex;
  transition: all 0.4s ease, transform 1s ease;
  padding: 0 0.5rem;
  background-color: #0000004d;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
/*.header::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  backdrop-filter: blur(1px);*/
/*  -webkit-backdrop-filter: blur(1px);*/
/*  z-index: -1;*/
/*  filter: url(#liquid-glass-filters);*/
/*}*/
/*.header::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 1;*/
/*  border-radius: inherit;*/
/*  padding: 1px;*/
/*  background: rgba(255, 255, 255, 0.5);*/
/*  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
/*  -webkit-mask-composite: xor;*/
/*  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
/*  mask-composite: exclude;*/
/*  pointer-events: none;*/
/*}*/
.header .mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.header .wrap {
  width: 100%;
}
.header .header-cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-cont .lf .logo {
  height: 0.35rem;
  width: auto;
}
.header .header-cont .rg {
  margin-left: 3.92rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header .header-cont .rg .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.header .header-cont .rg .nav .lv1 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  font-family: var(--fw400);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
.header .header-cont .rg .nav .lv1:hover {
  color: var(--vicolor);
}
.header .header-cont .rg .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .header-cont .rg .actions .item {
  position: relative;
  cursor: pointer;
  height: 0.2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  color: #fff;
  gap: 0.15rem;
}
.header .header-cont .rg .actions .item span {
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
.header .header-cont .rg .actions .item span .arrow_d {
  width: 0.15rem;
  height: 0.15rem;
  flex-shrink: 0;
}
.header .header-cont .rg .actions .contact_btn {
  cursor: pointer;
  width: fit-content;
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem;
  background-color: var(--vicolor);
  gap: 0.08rem;
}
.header .header-cont .rg .actions .contact_btn .dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
}
.header .header-cont .rg .actions .contact_btn:hover {
  background-color: color-mix(in srgb, var(--vicolor) 80%, #000 20%);
}
.header .img1 {
  display: block;
}
.header .img2 {
  display: none;
}
.header .img3 {
  display: none;
}
.header.on .img1 {
  display: none;
}
.header.on .img2 {
  display: block;
}
/*.header.down {*/
/*  transform: translateY(calc(-150% - 0.12rem));*/
/*}*/

.ind_page {
  width: 100%;
  overflow: hidden;
}
.ind_page .ind_ban {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ind_page .ind_ban .swiper_ind_pic {
  width: 100%;
  height: 100%;
  position: relative;
  clipPath: inset(0% 0% 0% 0%);
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide {
  position: relative;
  transition: all 0.4s ease;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .bg {
  width: 100%;
  height: 100%;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .bg img{height: 100%;object-fit:cover;}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .bg video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.12rem 0.7rem;
  display: flex;
  align-items: flex-end;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc {
  display: flex;
  flex-direction: column;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .subtit {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1rem;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit{display: flex;align-items: center;gap: 0.44rem;}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit .item{display: flex;align-items: center;gap: 0.1rem;position: relative;}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit .set{line-height: 1.3;color: #fff;}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit .det{line-height: 162.5%;color: #fff;}

.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit .item:not(:last-child):before{content: "";position: absolute;top: 50%;right: -0.22rem;transform: translateY(-50%);width: 1px;height: 0.23rem;background: #fff;opacity: 0.4;}











.ind_page .ind_ban .swiper_ind_pic .page_box {
  margin-top: 0;
  position: absolute;
  bottom: 1.12rem;
  left: auto;
  right: 0.7rem;
  width: 100%;
  z-index: 1;
  justify-content: flex-end;
}
.ind_page .ind_ban .swiper_ind_pic .page_box .pagination {
  justify-content: flex-end;
}
.ind_page .ind1 {
  position: relative;
  height: 100vh;
}
.ind_page .ind1 .wrap {
  min-height: 100vh;
  padding: 1.2rem 0 0.5rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: auto;
  width: 100%;
}
.ind_page .ind1 .wrap .desc {
  max-width: 15rem;
  margin-bottom: 0.87rem;
}
.ind_page .ind1 .wrap .desc .subtit {
  margin-bottom: 0.25rem;
}
.ind_page .ind1 .wrap .list {
  display: flex;
  flex-direction: column;
}
.ind_page .ind1 .wrap .list .item {
  width: 100%;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
}
.ind_page .ind1 .wrap .list .item:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.ind_page .ind1 .wrap .list .item .lf {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.ind_page .ind1 .wrap .list .item .lf .icon {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
}
.ind_page .ind1 .wrap .list .item .rg {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.ind_page .ind1 .wrap .list .item .rg .num {
  font-size: 1rem;
}
.ind_page .ind1 .wrap2 {
  position: relative;
  inset: 0;
  z-index: 0;
  height: 100vh;
  /* min-height: 10rem; */
}
.ind_page .ind1 .wrap2 .video_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ind_page .ind1 .wrap2 .video_box .video_item {
  position: absolute;
  inset: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.ind_page .ind1 .wrap2 .video_box .video_item:first-child .pic {
  clip-path: inset(0% 0% 0% 0%);
}
.ind_page .ind1 .wrap2 .video_box .video_item .pic {
  width: 100%;
  height: calc(100% - 2rem);
  clip-path: inset(100% 0 0 0);
  transition: all 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box {
  width: 5.82rem;
  height: 6.8rem;
  align-self: flex-end;
  margin-right: 0.7rem;
  margin-bottom: 0.6rem;
  position: relative;
  pointer-events: auto;
  height: auto;
  height: calc(100vh - 4rem);
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card {
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
  padding: 0;
  width: 1.5rem;
  height: 0.2rem;
  transition: all 0.5s ease;
  transform-origin: bottom right;
  opacity: 0;
  overflow: hidden;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .cox{
  max-height: calc(100vh - 4rem);
  /*height: calc(100vh - 3rem);*/
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  padding: 0.67rem 0.6rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card.active {
  width: 5.82rem;
  height: 6.8rem;
  opacity: 1;
  height: auto;
  max-height: calc(100vh - 4rem);
  /*height: calc(100vh - 3rem);*/
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.12rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .close {
  transition: all 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .close:hover {
  background-color: #E5E5E5;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .desc {
  margin-bottom: 0.5rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .desc .subtit {
  margin-bottom: 0.15rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_list {
  display: flex;
  flex-direction: column;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item {
  display: flex;
  gap: 0.24rem;
  position: relative;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 0.32rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_marker .marker_dot {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 1.5px solid #E6E9F0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_marker .marker_dot .check_icon {
  width: 0.14rem;
  height: 0.14rem;
  color: #006AED;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_marker .marker_line {
  width: 2px;
  flex: 1;
  border: 1px dashed #E6E9F0;
  position: relative;
  min-height: 0.6rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_marker .marker_line .line_progress {
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 0%;
  overflow: hidden;
  border: 0px solid #408FF2;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_content {
  flex: 1;
  padding-bottom: 0.3rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_content .tit {
  margin-bottom: 0.08rem;
  transition: color 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item .timeline_content .txt {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.active .marker_dot {*/
/*  border-color: #E9F3FF;*/
/*  background: #E9F3FF;*/
/*  width: 0.32rem;*/
/*  height: 0.32rem;*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.active .marker_dot .check_icon {*/
/*  opacity: 1;*/
/*  transform: scale(1);*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.active .marker_line .line_progress {*/
/*  border-width: 1px;*/
/*  height: 100%;*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.active .timeline_content .tit {*/
/*  color: #0F1419;*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.active .timeline_content .txt {*/
/*  max-height: 3rem;*/
/*  opacity: 1;*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.completed .marker_dot {*/
/*  width: 0.32rem;*/
/*  height: 0.32rem;*/
/*  border-color: #2196F3;*/
/*  background: #2196F3;*/
/*}*/
/*.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.completed .marker_dot .check_icon {*/
/*  opacity: 1;*/
/*  transform: scale(1);*/
/*}*/
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item.completed .marker_line .line_progress {
  border-width: 1px;
  height: 100%;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item:last-child .marker_line {
  display: none;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .card .timeline_box .timeline_item:last-child .timeline_content {
  padding-bottom: 0;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .ibtn_box {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .card_box .ibtn_box.active {
  opacity: 0;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom {
  padding: 0 0.7rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem;
  pointer-events: auto;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .lf {
  display: flex;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .lf .desc {
  min-width: 2.56rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .lf .desc .subtit,
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .lf .desc .tit {
  white-space: nowrap;
}
/* .ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .lf .txt {
  max-width: 8.76rem;
} */
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .rg {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.1rem;
}
.ind_page .ind1 .wrap2 .video_box .video_item .cont .bottom .rg .num {
  display: flex;
  align-items: center;
}
.ind_page .ind1 .wrap2 .video_box .video_item.active .cont {
  display: flex;
}
.ind_page .ind2 {
  height: 100vh;
  /*min-height: 10rem;*/
  overflow: hidden;
}
.ind_page .ind2 .wrap {
  height: 100%;
  width: 100%;
  padding: 0.8rem 0 1rem;
  position: relative;
}
.ind_page .ind2 .wrap .tit-box {
  justify-content: flex-start;
  margin-bottom: 0px;
  margin-bottom: 0.2rem;
}
.ind_page .ind2 .wrap .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}
.ind_page .ind2 .wrap .list .item {
  width: 4.16rem;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
.ind_page .ind2 .wrap .list .item .img_box {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ind_page .ind2 .wrap .list .item:nth-child(1) {
  height: 7.2rem;
}
.ind_page .ind2 .wrap .list .item:nth-child(2) {
  height: 6.65rem;
}
.ind_page .ind2 .wrap .list .item:nth-child(3) {
  width: 4.1rem;
  height: 6.35rem;
  z-index: 1;
}
.ind_page .ind2 .wrap .list .item:nth-child(3) .img_box {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.ind_page .ind2 .wrap .list .item:nth-child(4) {
  height: 6.66rem;
}
.ind_page .ind2 .wrap .list .item:nth-child(5) {
  height: 7.2rem;
}
.ind_page .ind2 .wrap .cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}
.ind_page .ind2 .wrap .cont .ind2-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind_page .ind2 .wrap .cont .ind2-swiper .swiper-wrapper {
  height: 100%;
}
.ind_page .ind2 .wrap .cont .ind2-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ind_page .ind2 .wrap .cont .ind2-swiper .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.ind_page .ind2 .wrap .cont .card_list {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 2;
  height: 7.3rem;
}
.ind_page .ind2 .wrap .cont .card_list .card_box {
  display: none;
}
.ind_page .ind2 .wrap .cont .card_list .card_box.active {
  display: block;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card {
  height: 100%;
  width: 6.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #F8F8F8;
  padding: 0.65rem 0.55rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: rgba(63, 63, 63, 0.16);
  backdrop-filter: blur(32.29999923706055px);
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .arrow {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.46rem;
  height: 0.48rem;
  background: var(--vicolor);
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .arrow .arrow_img {
  width: 0.16rem;
  height: 0.2rem;
  transition: all 0.4s ease;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .arrow:hover .arrow_img {
  transform: scale(1.1);
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .desc {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  margin-bottom: 0.6rem;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .desc .subtit {
  margin-bottom: 0.15rem;
  color: #fff;
  position: relative;padding: 0 0 0 0.18rem;
  letter-spacing: 0.05em;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .desc .subtit:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background: #004098;
  border-radius: 1px;
}

.ind_page .ind2 .wrap .cont .card_list .card_box .card .desc .tit {
  margin-bottom: 0.35rem;
  text-decoration: underline;
  color: #fff;
  text-underline-offset: 0.1em;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .desc .txt{
  color: #fff;
  /*max-height: 5.25em;*/
  /*overflow-y: auto;*/
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .s_tit {
  margin-bottom: 0.15rem;
  color: #fff;
}
/*.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .swiper-wrapper {*/
/*  height: 1.7rem;*/
/*}*/
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .swiper-wrapper .swiper-slide {
  width: 1.6rem;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.15rem;
  overflow: hidden;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .swiper-wrapper .swiper-slide .pic{
    height: 1.41rem;
    border-radius: 4px;
    overflow: hidden;
}

.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .swiper-wrapper .swiper-slide .txt{
    line-height: 137.5%;
    color: #fff;
    margin-top: 0.11rem;
    text-align: center;
}

.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .page_box {
  margin-top: 0.48rem;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .page_box .pagination {
  width: 100%;
  height: 0.1rem;
  justify-content: flex-start;
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .page_box .pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.ind_page .ind2 .wrap .cont .card_list .card_box .card .swiper_ind2_card .page_box .pagination .swiper-pagination-bullet::before {
  background: var(--vicolor);
}
.ind_page .ind2 .wrap .cont .bottom {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
  z-index: 2;
}
.ind_page .ind2 .wrap .cont .bottom .tab_box {
  display: flex;
  gap: 0.2rem;
  border-radius: 0.1rem;
  background: rgba(63, 63, 63, 0.16);
  backdrop-filter: blur(32px);
  padding: 0.12rem 0.3rem;
}
.ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item {
  padding: 0.1rem 0.2rem;
  border-radius: 0.06rem;
  cursor: pointer;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item span {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.4s ease;
}
.ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item:hover, .ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item.active {
  background: var(--vicolor);
}
.ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item:hover span, .ind_page .ind2 .wrap .cont .bottom .tab_box .tab_item.active span {
  color: #fff;
}
.ind_page .ind3 {
  overflow: hidden;
  padding: 1.3rem 0 0.7rem;
}
.ind_page .ind3 .wrap {
  height: 100%;
  width: 100%;
}
.ind_page .ind3 .wrap .list {
  display: flex;
  gap: 0.12rem;
}
.ind_page .ind3 .wrap .list .item {
  width: calc((100% - 0.24rem) / 3);
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.ind_page .ind3 .wrap .list .item .pic {
  height: 4.1rem;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ind_page .ind3 .wrap .list .item .desc {
  border-radius: 0.1rem;
  background: #F6F6F6;
  padding: 0.35rem 0.4rem 0.68rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.ind_page .ind3 .wrap .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.ind_page .ind4 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.ind_page .ind4 .wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  /*min-height: 100vh;*/
  background-color: #FFF;
  padding: 2rem 0 1rem;
  height: max-content;
}
.ind_page .ind4 .wrap .desc {
  max-width: 14rem;
}
.ind_page .ind4 .wrap .desc .subtit {
  margin-bottom: 0.25rem;
}
.ind_page .ind4 .center-text {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 12rem;
  z-index: 10;
  pointer-events: none;
  padding: 0 1rem;
}
.ind_page .ind4 .center-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  font-family: var(--fw500);
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}
.ind_page .ind4 .center-text .title span {
  display: inline-block;
}
.ind_page .ind4 .rows {
  height: 100vh;
  opacity: 0.85;
  position: relative;
  transform-origin: center center;
  pointer-events: none;
}
.ind_page .ind4 .rows .row {
  height: 100vh;
  width: 100vw;
}
.ind_page .ind4 .rows .row .video {
  aspect-ratio: 100vw/100vh;
  height: 100vh;
  width: 100vw;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
}
.ind_page .ind4 .rows .row .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.ind_page .ind4 .rows .row .video.midleft {
  left: auto;
  right: 50%;
}
.ind_page .ind4 .rows .row .video.midright {
  left: 50%;
  right: auto;
}
.ind_page .ind4 .rows .row .video.left {
  left: auto;
  right: 100%;
}
.ind_page .ind4 .rows .row .video.middle {
  left: 0;
  right: auto;
}
.ind_page .ind4 .rows .row .video.right {
  left: 100%;
  right: auto;
}


.ind_page .ind4 .rows .row .video.midleft2{
  left: auto;
  right: 150%;
}
.ind_page .ind4 .rows .row .video.midright2 {
  left: 150%;
  right: auto;
}
.ind_page .ind4 .rows .row .video.left2 {
  left: auto;
  right: 200%;
}
.ind_page .ind4 .rows .row .video.right2 {
  left: 200%;
  right: auto;
}


.ind_page .ind4 .rows .row.top2{
    bottom: 200%;
}
.ind_page .ind4 .rows .row.top1{
    bottom: 100%;
}
.ind_page .ind4 .rows .row.bottom1{
    top: 100%;
}
.ind_page .ind4 .rows .row.bottom2{
    top: 200%;
}

.ind_page .ind4 .rows .row.rbox{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: flex;
}
.ind_page .ind4 .rows .row.rbox .video{
    position: relative;
}



.ind_page .ind4 .rows .row.top {
  bottom: 100%;
  position: absolute;
}
.ind_page .ind4 .rows .row.bottom {
  position: absolute;
  top: 100%;
}




.form_box {
  width: 10.8rem;
}
.form_box .required {
  color: #FF0000;
}
.form_box .form_row {
  width: 100%;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.36rem;
}
.form_box .form_row:last-child {
  margin-bottom: 0;
}
.form_box .form_row .form_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  position: relative;
}
.form_box .form_row .form_item label {
  display: flex;
  gap: 0.04rem;
}
.form_box .form_row .form_item.w50 {
  width: 50%;
}
.form_box .form_row .form_item .input_box {
  position: relative;
}
.form_box .form_row .form_item .input_box .icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
}
.form_box .form_row .form_item input,
.form_box .form_row .form_item textarea,
.form_box .form_row .form_item select {
  flex-shrink: 0;
  width: 100%;
  border-radius: 0.06rem;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 40px 0 rgba(44, 57, 75, 0.08);
  backdrop-filter: blur(5px);
  padding: 0 0.2rem;
  border-radius: 0.06rem;
  transition: all 0.4s ease;
}
.form_box .form_row .form_item input::placeholder,
.form_box .form_row .form_item textarea::placeholder,
.form_box .form_row .form_item select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form_box .form_row .form_item input:focus,
.form_box .form_row .form_item textarea:focus,
.form_box .form_row .form_item select:focus {
  border-color: var(--vicolor);
}
.form_box .form_row .form_item input,
.form_box .form_row .form_item select {
  height: 0.58rem;
  line-height: 0.58rem;
}
.form_box .form_row .form_item textarea {
  height: 1.7rem;
  padding: 0.16rem 0.2rem;
  resize: none;
}
.form_box .form_btn {
  margin-top: 0.6rem;
}

.footer {
  background: #1B1B1B;
  position: relative;
  z-index: 20;
}
.footer .wrap {
  display: flex;
  flex-direction: column;
}
.footer .wrap .f_top {
  width: 100%;
  padding: 0.95rem 0 0.52rem;
  display: flex;
  justify-content: space-between;
}
.footer .wrap .f_top .lf {
  width: 3.2rem;
  display: flex;
  flex-direction: column;
}
.footer .wrap .f_top .lf .logo {
  height: 0.48rem;
  margin-bottom: 0.65rem;
  width: fit-content;
}
.footer .wrap .f_top .lf .list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .wrap .f_top .lf .list .item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.footer .wrap .f_top .rg {
  width: calc(100% - 3rem);
  padding-left: 2.7rem;
}
.footer .wrap .f_top .rg .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .wrap .f_top .rg .nav .item {
  display: flex;
  flex-direction: column;
  max-width: 1.2rem;
}
.footer .wrap .f_top .rg .nav .item .tit {
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
.footer .wrap .f_top .rg .nav .item .item_l {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer .wrap .f_top .rg .nav .item .item_l a {
  color: #b2b2b2;
  transition: all 0.4s ease;
}
.footer .wrap .f_top .rg .nav .item .item_l a:hover {
  transform: translateX(5px);
  color: #fff;
}
.footer .wrap .f_center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .wrap .f_center .qustion .tit {
  transition: all 0.4s ease;
}
.footer .wrap .f_center .qustion .tit:hover {
  transform: translateX(5px);
}
.footer .wrap .f_center .media_list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.footer .wrap .f_center .media_list .item {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: all 0.4s ease;
}
.footer .wrap .f_center .media_list .item:hover {
  opacity: 1;
}
.footer .wrap .f_bottom {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .wrap .f_bottom .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .wrap .f_bottom .cont .policy {
  display: flex;
}
.footer .wrap .f_bottom .cont .policy a {
  position: relative;
  padding: 0 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .wrap .f_bottom .cont .policy a::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #868686;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .wrap .f_bottom .cont .policy a:first-child {
  padding-left: 0;
}
.footer .wrap .f_bottom .cont .policy a:last-child {
  padding-right: 0;
}
.footer .wrap .f_bottom .cont .policy a:last-child::after {
  display: none;
}
.footer .wrap .f_bottom .cont .policy a:hover {
  color: var(--vicolor);
}
.footer .wrap .f_bottom .cont .copyright {
  width: fit-content;
}
.footer .wrap .f_bottom .cont .copyright a{color: rgba(255, 255, 255, 0.4);}
.footer .wrap .f_bottom .cont .copyright a:hover{color: #fff;}

.c-0f1 {
  color: #0F1921;
}

.c-a3a {
  color: #A3A3A3;
}

.c-4f6 {
  color: #4F616C;
}

.c-595 {
  color: #595959;
}

.c-177 {
  color: rgba(17, 17, 17, 0.7);
}

.c-b2b {
  color: #B2B2B2;
}

.c-a3a {
  color: #A3A7B5;
}

.c-8f8 {
  color: #8F8F92;
}

/*# sourceMappingURL=style.css.map */
