@charset "utf-8";
/* 公共响应变量 */
.c-msg-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
}
.c-msg-pop .container {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1100px;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}
@media (max-width: 1260px) {
  .c-msg-pop .container {
    width: 90%;
  }
}
.c-msg-pop .container .c-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  color: #666;
  transition: all 0.4s;
}
.c-msg-pop .container .c-close .c-svg {
  width: 16px;
  height: 16px;
}
.c-msg-pop .container .c-close:hover {
  color: var(--color);
}
.c-msg-pop .container .c-main {
  padding: 0.4rem;
  max-height: 90vh;
  overflow-y: auto;
}
.c-msg-pop .container .c-title {
  text-align: center;
}
.c-msg-pop .container .c-list {
  display: flex;
  margin-bottom: 0.16rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-msg-pop .container .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  width: 33.33%;
  color: #666;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-msg-pop .container .c-list li {
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
  }
}
.c-msg-pop .container .c-list li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 0;
  border-top: 2px solid #000;
  transition: all 0.4s;
}
.c-msg-pop .container .c-list li .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5f5f5;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-msg-pop .container .c-list li .c-ico {
    margin: 0 0 0.2rem;
  }
}
.c-msg-pop .container .c-list li .c-ico .c-svg {
  width: 20px;
  height: 20px;
}
.c-msg-pop .container .c-list li.on {
  color: #000;
}
.c-msg-pop .container .c-list li.on::before {
  width: 100%;
  left: 0;
}
.c-msg-pop .container .c-list li.on .c-ico {
  background: #000;
  color: #fff;
}
.c-msg-pop .container .c-list2 li {
  display: none;
}
.c-msg-pop .container .c-list2 li.on {
  display: block;
}
.c-featur {
  position: static;
}
.c-feature1 {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.c-feature1 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature1 .c-title {
  padding: 80vh 0 1.95rem;
  text-align: center;
}
@media (max-width: 991px) {
  .c-feature1 .c-title {
    padding-top: 90vh;
  }
}
@media (max-width: 767px) {
  .c-feature1 .c-title {
    padding-top: 80vh;
    font-size: 34px;
  }
}
.c-feature1 .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  margin-left: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.25rem 0 3.1rem;
  padding: 0.8rem 0 1.4rem;
}
@media (max-width: 991px) {
  .c-feature1 .c-box {
    width: 100%;
    margin: 0;
  }
}
.c-feature1 .c-box .c-text1 {
  width: 50%;
  line-height: calc(30/20);
}
@media (max-width: 767px) {
  .c-feature1 .c-box .c-text1 {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.c-feature1 .c-box .c-text2 {
  width: 50%;
  line-height: calc(30/24);
}
@media (max-width: 767px) {
  .c-feature1 .c-box .c-text2 {
    width: 100%;
  }
}
.c-feature2 {
  position: relative;
}
.c-feature2 .c-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky {
    height: auto;
  }
}
.c-feature2 .c-sticky .c-main1 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main1 {
    padding: 1.4rem 0;
    height: auto;
  }
}
.c-feature2 .c-sticky .c-main1 .c-title {
  line-height: calc(94/80);
  text-align: center;
}
@media (max-width: 767px) {
  .c-feature2 .c-sticky .c-main1 .c-title {
    font-size: 34px;
  }
}
.c-feature2 .c-sticky .c-main1 .public-more {
  margin-top: 1rem;
  justify-content: center;
}
.c-feature2 .c-sticky .c-main1 .public-more .more {
  background: var(--color);
}
.c-feature2 .c-sticky .c-main1 .public-more .more:hover .word {
  color: #fff;
}
.c-feature2 .c-sticky .c-main1 .public-more .more:hover .icon {
  background: #fff;
  color: var(--color);
}
.c-feature2 .c-sticky .c-main2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 100% 100%;
  transform: scale(0);
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 {
    position: static;
    transform: scale(1);
    height: auto;
    background: #fff;
  }
}
.c-feature2 .c-sticky .c-main2 .c-line-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1rem 40px 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-line-box {
    display: none;
  }
}
.c-feature2 .c-sticky .c-main2 .c-line-box .c-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.c-feature2 .c-sticky .c-main2 .c-line-box .c-line2 {
  height: 1px;
  margin-top: -1px;
  width: 0;
  background: var(--color);
}
.c-feature2 .c-sticky .c-main2 .c-list {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: -20px;
  }
}
.c-feature2 .c-sticky .c-main2 .c-list li {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  background: #000;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list li {
    margin-bottom: 20px;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background: #fff;
    border: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .c-feature2 .c-sticky .c-main2 .c-list li {
    width: 100%;
  }
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 50%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding: 1.3rem 40px 0.8rem;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list li .c-box {
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    padding: 0.4rem 0.4rem 0.8rem;
  }
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-box .c-text {
  width: 100%;
  color: #999;
  line-height: calc(30/24);
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-box .c-title {
  width: 100%;
  color: #fff;
  line-height: calc(72/60);
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list li .c-box .c-title {
    margin-bottom: 0.2rem;
    color: #000;
    font-size: 24px;
  }
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-img {
  position: relative;
  width: 50%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list li .c-img {
    width: 100%;
    height: auto;
  }
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-feature2 .c-sticky .c-main2 .c-list li .c-img .c-num {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.3rem 40px 0;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .c-feature2 .c-sticky .c-main2 .c-list li .c-img .c-num {
    padding: 0.4rem;
  }
}
.c-feature3 {
  padding: 1.95rem 0;
}
@media (max-width: 991px) {
  .c-feature3 {
    padding: 1.4rem 0;
  }
}
.c-feature3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.95rem -0.1rem -0.6rem;
}
.c-feature3 .c-list .c-item {
  width: 33.33%;
  padding: 0 0.1rem 0.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .c-feature3 .c-list .c-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-feature3 .c-list .c-item {
    width: 100%;
  }
}
.c-feature3 .c-list .c-item .c-wrap {
  cursor: pointer;
}
.c-feature3 .c-list .c-item .c-wrap .public-img {
  margin-bottom: 0.35rem;
  border-radius: 0.1rem;
}
.c-feature3 .c-list .c-item .c-wrap .public-img::before {
  padding-top: calc(500/600*100%);
}
.c-feature3 .c-list .c-item .c-wrap:hover .public-img img {
  transform: scale(1.05);
}
.c-feature3-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.c-feature3-pop .swiper2 .swiper-slide {
  pointer-events: none;
}
.c-feature3-pop.on {
  opacity: 1;
  pointer-events: auto;
}
.c-feature3-pop.on .swiper2 .swiper-slide {
  pointer-events: auto;
}
.c-feature3-pop .c-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: #999;
  border-radius: 50%;
  color: #000;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-feature3-pop .c-close {
    width: 40px;
    height: 40px;
  }
}
.c-feature3-pop .c-close .c-svg {
  width: 14px;
  height: 14px;
}
.c-feature3-pop .c-close:hover {
  background: var(--color);
  color: #fff;
}
.c-feature3-pop .container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.c-feature3-pop .c-main {
  margin: 0 auto;
  max-width: 1600px;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-feature3-pop .c-main {
    max-height: 75vh;
    overflow-y: auto;
  }
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 {
  width: 50%;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 {
    width: 100%;
  }
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 .public-img {
  height: 100%;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 .public-img::before {
  padding-top: calc(600/800*100%);
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 .swiper-pagination {
  bottom: 0.3rem;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.5;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap {
  width: 50%;
  padding: 0.8rem;
}
@media (max-width: 1260px) {
  .c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap {
    padding: 0.5rem;
  }
}
@media (max-width: 991px) {
  .c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap {
    width: 100%;
  }
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-text {
  margin: 0.25rem 0 0.45rem;
  color: #666;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-title2 {
  padding: 0.45rem 0 0.25rem;
  border-top: 1px solid #e6e6e6;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.3rem;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 li {
  width: 33.33%;
  padding: 0 0.1rem 0.3rem;
}
@media (max-width: 767px) {
  .c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 li {
    width: 100%;
  }
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 li .public-img {
  border-radius: 0.1rem;
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 li .public-img::before {
  padding-top: calc(150/200*100%);
}
.c-feature3-pop .swiper1 > .swiper-wrapper > .swiper-slide .c-wrap .c-list2 li .c-title3 {
  margin-top: 0.1rem;
  color: #666;
  text-align: center;
}
.c-feature4 {
  position: relative;
  color: #fff;
  background: #000;
  height: 200vh;
}
@media (max-width: 991px) {
  .c-feature4 {
    height: auto;
    background: #fff;
    color: #000;
  }
}
.c-feature4 .c-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding: 1rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-feature4 .c-sticky {
    padding: 0;
    height: auto;
  }
}
.c-feature4 .c-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.45);
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-feature4 .c-video-box {
    position: static;
    transform: scale(1);
  }
}
.c-feature4 .c-video-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-feature4 .c-video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .c-feature4 .c-video-box video {
    display: none;
  }
}
.c-feature4 .c-video-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-feature4 .c-play2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .c-feature4 .c-play2 {
    opacity: 1;
    color: #fff;
  }
}
.c-feature4 .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .c-feature4 .c-play {
    display: none;
  }
}
.c-feature4 .container {
  pointer-events: none;
}
.c-feature4 .c-main {
  position: relative;
}
.c-feature4 .c-main .c-text {
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  top: 0;
  padding-top: 0.25rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-feature4 .c-main .c-text {
    margin: 0.4rem 0 0.2rem;
    position: static;
  }
}
.c-feature4 .c-main .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 2rem);
  height: calc(100svh - 2rem);
  height: calc(100dvh - 2rem);
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .c-feature4 .c-main .c-wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-feature4 .c-main .c-wrap {
    flex-wrap: wrap;
  }
}
.c-feature4 .c-main .c-wrap .c-title {
  width: 50%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .c-feature4 .c-main .c-wrap .c-title {
    width: 100%;
    line-height: 1.1;
    margin-bottom: 0.1rem;
  }
}
.c-feature4 .c-main .c-wrap .c-box {
  width: 40%;
  max-width: 340px;
  text-align: right;
}
@media (max-width: 767px) {
  .c-feature4 .c-main .c-wrap .c-box {
    width: 100%;
    max-width: auto;
    text-align: left;
  }
}
.c-feature4 .c-main .c-wrap .c-box .c-text2 {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .c-feature4 .c-main .c-wrap .c-box .c-text2 {
    color: #666;
  }
}
.c-feature4 .c-main .c-wrap .c-box .public-more {
  margin-top: 0.25rem;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-feature4 .c-main .c-wrap .c-box .public-more {
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
}
.c-feature4 .c-main .c-wrap .c-box .public-more .more {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .c-feature4 .c-main .c-wrap .c-box .public-more .more {
    border-color: var(--color);
  }
  .c-feature4 .c-main .c-wrap .c-box .public-more .more .word {
    color: var(--color);
  }
  .c-feature4 .c-main .c-wrap .c-box .public-more .more .icon {
    background: var(--color);
    color: #fff;
  }
  .c-feature4 .c-main .c-wrap .c-box .public-more .more:hover .word {
    color: #fff;
  }
}
.c-feature5 {
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .c-feature5 {
    padding: 1.4rem 0;
  }
}
.c-feature5 .c-top {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0 0.95rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-feature5 .c-top {
    flex-wrap: wrap;
  }
}
.c-feature5 .c-top .c-title {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-feature5 .c-top .c-title {
    padding: 0.25rem 0 0.4rem;
    width: 100%;
  }
}
.c-feature5 .c-top .c-text {
  width: 50%;
}
@media (max-width: 767px) {
  .c-feature5 .c-top .c-text {
    width: 100%;
  }
}
.c-feature5 .c-center {
  position: relative;
  z-index: 5;
}
.c-feature5 .c-center .c-list .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0;
  color: #666;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-feature5 .c-center .c-list .c-wrap .c-title {
  padding-right: 0.2rem;
  width: calc(360/1840*100%);
}
.c-feature5 .c-center .c-list .c-wrap .public-img {
  position: absolute;
  top: 50%;
  left: calc(360/1840*100%);
  width: calc(400/1840*100%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-feature5 .c-center .c-list .c-wrap .public-img {
    display: none;
  }
}
.c-feature5 .c-center .c-list .c-wrap .c-text2 {
  width: 50%;
}
.c-feature5 .c-center .c-list .c-wrap:hover {
  color: #000;
}
.c-feature5 .c-center .c-list .c-wrap:hover .public-img {
  opacity: 1;
}
.c-feature5 .c-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1rem;
}
.c-feature5 .c-bottom .public-img:first-child {
  margin-right: 0.2rem;
  width: calc(460/1840*100%);
  transform: translateY(-110%);
}
.c-feature5 .c-bottom .public-img:last-child {
  width: 50%;
}
.c-feature5.style2 .c-top .c-text .public-text-more {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-feature5.style2 .c-center .c-list .c-wrap {
    flex-wrap: wrap;
  }
  .c-feature5.style2 .c-center .c-list .c-wrap .c-text1 {
    width: 100%;
  }
}
.c-feature5.style2 .c-center .c-list .c-wrap .c-text2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-feature5.style2 .c-center .c-list .c-wrap .c-text2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.c-feature5.style2 .c-center .c-list .c-wrap .c-text2 .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -5px 0;
}
.c-feature5.style2 .c-center .c-list .c-wrap .c-text2 .c-tag span {
  margin: 5px 5px 5px 0;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #999;
  border-radius: 20px;
  transition: all 0.4s;
}
.c-feature5.style2 .c-center .c-list .c-wrap .c-text2 svg {
  flex-shrink: 0;
  margin: 0 -0.1rem 0 0.4rem;
  width: 0.36rem;
  height: 0.36rem;
  min-width: 20px;
  transition: all 0.4s;
  fill: #999;
}
@media (max-width: 767px) {
  .c-feature5.style2 .c-center .c-list .c-wrap .c-text2 svg {
    min-width: 30px;
    min-height: 30px;
  }
}
.c-feature5.style2 .c-center .c-list .c-wrap:hover .c-text2 .c-tag span {
  border-color: #000;
}
.c-feature5.style2 .c-center .c-list .c-wrap:hover .c-text2 svg {
  transform: rotate(45deg);
  fill: #000;
}
.c-feature6 {
  padding: 0 0 2rem;
}
@media (max-width: 767px) {
  .c-feature6 {
    padding: 0 0 1.4rem;
  }
}
.c-feature6 .c-top {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0 1rem;
}
@media (max-width: 767px) {
  .c-feature6 .c-top {
    padding: 0.3rem 0;
  }
}
.c-feature6 .c-top .c-title {
  flex-shrink: 0;
  width: calc(640/1840*100%);
}
.c-feature6 .c-top .c-text {
  width: 100%;
  color: #666;
}
.c-feature6 .c-top .c-text span:first-child {
  color: #000;
}
.c-feature6 .c-top .c-box {
  flex-shrink: 0;
  display: flex;
}
.c-feature6 .c-top .c-box .public-prev {
  margin-right: 0.1rem;
}
.c-feature6 .c-bottom .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide {
    flex-wrap: wrap;
  }
}
.c-feature6 .c-bottom .swiper-slide .c-img {
  flex-shrink: 0;
  width: calc(640/1840*100%);
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide .c-img {
    width: 100%;
  }
}
.c-feature6 .c-bottom .swiper-slide .public-img {
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide .public-img {
    width: 100%;
  }
}
.c-feature6 .c-bottom .swiper-slide .public-img::before {
  padding-top: calc(300/220*100%);
}
.c-feature6 .c-bottom .swiper-slide .c-box {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 991px) {
  .c-feature6 .c-bottom .swiper-slide .c-box {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide .c-box {
    width: 100%;
  }
}
.c-feature6 .c-bottom .swiper-slide .c-box .c-text {
  position: relative;
  min-height: calc(1.25*6em);
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide .c-box .c-text {
    margin-top: 0.3rem;
    font-size: 24px;
  }
}
.c-feature6 .c-bottom .swiper-slide .c-box .c-text::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -0.9rem;
  width: 30px;
  height: 30px;
  background: url(../images/feature6-dh.png) no-repeat center / contain;
}
.c-feature6 .c-bottom .swiper-slide .c-box .c-name {
  margin: 0.8rem 0 0.2rem;
}
@media (max-width: 767px) {
  .c-feature6 .c-bottom .swiper-slide .c-box .c-name {
    margin-top: 0.4rem;
  }
}
.c-feature6 .c-bottom .swiper-slide .c-box .c-note {
  color: #666;
}
.c-feature7 {
  padding: 0 0 2rem;
}
@media (max-width: 767px) {
  .c-feature7 {
    padding: 0 0 1.4rem;
  }
}
.c-feature7 .c-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .c-feature7 .c-wrap {
    flex-wrap: wrap;
  }
}
.c-feature7 .c-wrap .c-box {
  width: 50%;
  padding: 1.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .c-feature7 .c-wrap .c-box {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-feature7 .c-wrap .c-box {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
}
.c-feature7 .c-wrap .c-box .c-text {
  margin: 0.35rem 0 0.5rem;
}
@media (max-width: 767px) {
  .c-feature7 .c-wrap .c-box .c-text {
    font-size: 24px;
  }
}
.c-feature7 .c-wrap .c-box .public-more .more {
  border-color: var(--color);
}
.c-feature7 .c-wrap .c-box .public-more .more .word {
  color: var(--color);
}
.c-feature7 .c-wrap .c-box .public-more .more:hover .word {
  color: #fff;
}
.c-feature7 .c-wrap .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-feature7 .c-wrap .public-img {
    width: 100%;
  }
}
.c-feature7 .c-wrap .public-img::before {
  padding-top: calc(720/920*100%);
}
.c-cookie-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}
.c-cookie-pop.on {
  opacity: 1;
  pointer-events: auto;
}
.c-cookie-pop .container .c-main {
  margin: 0 auto;
  width: calc(1600/1840*100%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-cookie-pop .container .c-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-cookie-pop .container .c-main {
    width: 100%;
  }
}
.c-cookie-pop .container .c-box {
  max-width: 820px;
}
.c-cookie-pop .container .c-box .c-text {
  margin-top: 0.1rem;
}
.c-cookie-pop .container .c-btn-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-cookie-pop .container .c-btn-box {
    margin-top: 0.2rem;
  }
}
.c-cookie-pop .container .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  min-width: 1.6rem;
  margin-left: 0.2rem;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-cookie-pop .container .c-btn-box .c-btn {
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .c-cookie-pop .container .c-btn-box .c-btn:first-child {
    margin: 0;
  }
}
.c-cookie-pop .container .c-btn-box .c-btn:last-child {
  background: var(--color);
  color: #fff;
}
.c-cookie-pop .container .c-btn-box .c-btn:hover {
  color: #fff;
  background: var(--color);
}
.c-aside {
  display: none;
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 900;
}
.c-aside .c-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50% 50% 0 50%;
  background: rgba(102, 102, 102, 0.8);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.c-aside .c-item:last-child {
  margin-top: 0.1rem;
}
.c-aside .c-item .c-svg {
  width: 50%;
  height: 50%;
  transition: all 0.4s;
}
.c-aside .c-item .c-svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-aside .c-item:hover {
  background: var(--color);
}
.c-aside .c-item:hover .c-svg {
  opacity: 0;
}
.c-aside .c-item:hover .c-svg:nth-child(2) {
  opacity: 1;
}
