@charset "UTF-8";
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
@font-face {
  font-family: "hmB";
  src: url(../fonts/HarmonyOS_Sans_SC_Black.woff);
  font-weight: normal;
}
.hmB {
  font-family: "hmB";
}

@font-face {
  font-family: "hmb";
  src: url(../fonts/HarmonyOS_Sans_SC_Bold.woff);
  font-weight: normal;
}
.hmb {
  font-family: "hmb";
}

@font-face {
  font-family: "hmL";
  src: url(../fonts/HarmonyOS_Sans_SC_Light.woff);
  font-weight: normal;
}
.hmL {
  font-family: "hmL";
}

@font-face {
  font-family: "hmM";
  src: url(../fonts/HarmonyOS_Sans_SC_Medium.woff);
  font-weight: normal;
}
.hmM {
  font-family: "hmM";
}

@font-face {
  font-family: "hmR";
  src: url(../fonts/HarmonyOS_Sans_SC_Regular.woff);
  font-weight: normal;
}
.hmR {
  font-family: "hmR";
}

@font-face {
  font-family: "hmT";
  src: url(../fonts/HarmonyOS_Sans_SC_Thin.woff);
  font-weight: normal;
}
.hmT {
  font-family: "hmT";
}

@font-face {
  font-family: "bsdB";
  src: url(../fonts/bigshouldersstencildisplay-black.ttf);
  font-weight: normal;
}
.bsdB {
  font-family: "bsdB";
}

@font-face {
  font-family: "postB";
  src: url(../fonts/PostNoBillsJaffna-ExtraBold.ttf);
  font-weight: normal;
}
.postB {
  font-family: "postB";
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.a_dw {
  position: relative;
  top: -5.5555555556em;
}

.preview_img, .bofang {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-img-toggle2 {
  cursor: pointer;
}

.my-img-toggle2.my-img-target2, .my-img-toggle2 .my-img-target2 {
  position: relative;
  display: inline-block;
}

.my-img-toggle2.my-img-target2 img, .my-img-toggle2 .my-img-target2 img {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle2.my-img-target2 img:nth-child(2), .my-img-toggle2 .my-img-target2 img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not):hover.my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not):hover .my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not).active.my-img-target2 img:nth-child(1), .my-img-toggle2:not(.my-img-not).active .my-img-target2 img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not):hover.my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not):hover .my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not).active.my-img-target2 img:nth-child(2), .my-img-toggle2:not(.my-img-not).active .my-img-target2 img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.my-main img, .my-main video {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main a {
  color: inherit;
}

.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}

.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}

.my-modal .modal-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-active1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-active1 span {
  line-height: 1.4285714286;
  color: #fff;
  opacity: 0.3;
  letter-spacing: 0.5em;
  margin-bottom: 0.3571428571em;
}

.my-active1 img {
  width: 3em;
  margin: 0 0.26rem;
  -webkit-animation-name: ani1;
  -moz-animation-name: ani1;
  -o-animation-name: ani1;
  animation-name: ani1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.my-active2 .active2-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.my-active2 .active2-info {
  width: 65.9375%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-active2 .active2-info.active .swiper-slide.active .slide-bottom s::before {
  width: 100%;
}

.my-active2 .active2-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.39rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.my-active2 .active2-title1 {
  position: relative;
}

.my-active2 .active2-title1 span:nth-child(1) {
  line-height: 1.171875;
  background: -webkit-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: -moz-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: -o-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: linear-gradient(180deg, #D9D9D9 13.78%, #737373 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.my-active2 .active2-title1 span:nth-child(2) {
  font-size: 1.48rem;
  position: absolute;
  left: -0.21rem;
  top: -0.56rem;
  color: #fff;
  opacity: 0.05;
}

.my-active2 .active2-title2 {
  line-height: 1.75;
  min-width: 20.4em;
  margin-left: 0.3rem;
  text-align: center;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.3);
  background: url(../images_die/9.webp) no-repeat center center/100% 100%;
}

.my-active2 .active2-title2 span {
  color: rgba(255, 255, 255, 0.6);
}

.my-active2 .active2-num {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.07rem;
  position: relative;
}

.my-active2 .active2-num::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 14.25em;
  background-color: rgba(255, 255, 255, 0.1);
}

.my-active2 .active2-num::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 2.25em;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
}

.my-active2 .active2-num span {
  margin-left: 0.12rem;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1785714286;
}

.my-active2 .active2-swiper {
  margin-top: 0.62rem;
}

.my-active2 .swiper-slide {
  width: 15.6398104265%;
}

.my-active2 .swiper-slide.active .slide-img {
  background-image: url(../images_die/11.webp);
  box-shadow: 0 0 10px 0 rgba(136, 124, 74, 0.8);
}

.my-active2 .swiper-slide.active:hover .slide-img {
  box-shadow: 0 0 10px rgba(255, 137, 2, 0.6117647059);
}

.my-active2 .swiper-slide.active .slide-line {
  opacity: 0.5;
  background: -webkit-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
  background: -moz-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
  background: -o-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
  background: linear-gradient(180deg, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
}

.my-active2 .swiper-slide.active .slide-num {
  opacity: 1;
}

.my-active2 .swiper-slide.active1 .slide-bottom s:last-child::before {
  display: none;
}

.my-active2 .swiper-slide.status1 {
  width: 26.8246445498%;
}

.my-active2 .swiper-slide.status1 .slide-icon {
  left: 6.0070671378%;
}

.my-active2 .swiper-slide:nth-child(1) .slide-bottom s:nth-child(3)::before {
  -webkit-transition-delay: var(--s);
  -moz-transition-delay: var(--s);
  -o-transition-delay: var(--s);
  transition-delay: var(--s);
}

.my-active2 .swiper-slide:nth-child(2) .slide-bottom s:nth-child(1)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 2);
  -moz-transition-delay: -moz-calc(var(--s) * 2);
  -o-transition-delay: calc(var(--s) * 2);
  transition-delay: calc(var(--s) * 2);
}

.my-active2 .swiper-slide:nth-child(2) .slide-bottom s:nth-child(3)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 3);
  -moz-transition-delay: -moz-calc(var(--s) * 3);
  -o-transition-delay: calc(var(--s) * 3);
  transition-delay: calc(var(--s) * 3);
}

.my-active2 .swiper-slide:nth-child(3) .slide-bottom s:nth-child(1)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 4);
  -moz-transition-delay: -moz-calc(var(--s) * 4);
  -o-transition-delay: calc(var(--s) * 4);
  transition-delay: calc(var(--s) * 4);
}

.my-active2 .swiper-slide:nth-child(3) .slide-bottom s:nth-child(3)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 5);
  -moz-transition-delay: -moz-calc(var(--s) * 5);
  -o-transition-delay: calc(var(--s) * 5);
  transition-delay: calc(var(--s) * 5);
}

.my-active2 .swiper-slide:nth-child(4) .slide-bottom s:nth-child(1)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 6);
  -moz-transition-delay: -moz-calc(var(--s) * 6);
  -o-transition-delay: calc(var(--s) * 6);
  transition-delay: calc(var(--s) * 6);
}

.my-active2 .swiper-slide:nth-child(4) .slide-bottom s:nth-child(3)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 7);
  -moz-transition-delay: -moz-calc(var(--s) * 7);
  -o-transition-delay: calc(var(--s) * 7);
  transition-delay: calc(var(--s) * 7);
}

.my-active2 .swiper-slide:nth-child(5) .slide-bottom s:nth-child(1)::before {
  -webkit-transition-delay: -webkit-calc(var(--s) * 8);
  -moz-transition-delay: -moz-calc(var(--s) * 8);
  -o-transition-delay: calc(var(--s) * 8);
  transition-delay: calc(var(--s) * 8);
}

.my-active2 .swiper-wrapper {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-active2 .slide-img {
  background: url(../images_die/10.webp) no-repeat center center/100% 100%;
  position: relative;
}

.my-active2 .slide-img2 {
  display: none;
}

.my-active2 .slide-icon {
  width: 1.1111111111em;
  position: absolute;
  top: 8.2568807339%;
  left: 10.303030303%;
}

.my-active2 .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7.7981651376%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.6666666667;
}

.my-active2 .slide-line {
  width: 1px;
  display: block;
  margin: 0.08rem auto 0.11rem;
  height: 2.5em;
  opacity: 0.1;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, rgba(115, 115, 115, 0.9) 100%);
  background: -moz-linear-gradient(top, #D9D9D9 0%, rgba(115, 115, 115, 0.9) 100%);
  background: -o-linear-gradient(top, #D9D9D9 0%, rgba(115, 115, 115, 0.9) 100%);
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(115, 115, 115, 0.9) 100%);
}

.my-active2 .slide-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: -webkit-calc(100% + var(--width));
  width: -moz-calc(100% + var(--width));
  width: calc(100% + var(--width));
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.my-active2 .slide-bottom s {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.my-active2 .slide-bottom s::before {
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  box-shadow: 0 0 8px 0 #D7B00D;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  position: absolute;
  content: "";
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: var(--s);
  -moz-transition-duration: var(--s);
  -o-transition-duration: var(--s);
  transition-duration: var(--s);
}

.my-active2 .slide-bottom .slide-icon2 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.8888888889em;
}

.my-active2 .slide-num {
  color: #999;
  text-align: center;
  margin-top: 0.32rem;
  opacity: 0.2;
}

.my-active2 .active2-img {
  width: 32%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.15rem;
  margin-top: -0.21rem;
}

.my-title {
  position: relative;
}

.my-title span:nth-child(1) {
  background: -webkit-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: -moz-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: -o-linear-gradient(top, #D9D9D9 13.78%, #737373 100%);
  background: linear-gradient(180deg, #D9D9D9 13.78%, #737373 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.my-title span:nth-child(2) {
  position: absolute;
  color: #fff;
  opacity: 0.05;
}

.my-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.58rem;
}

.my-list::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -1px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 50px;
  height: 2px;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
}

.my-list .item {
  position: relative;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.my-list .item + .item {
  margin-top: 0.3rem;
}

.my-list .item-icon {
  width: 1.5833333333em;
  position: absolute;
  left: -1.6666666667em;
  top: -0.2777777778em;
}

.my-list .item-title {
  line-height: 1.1666666667;
  margin-bottom: 0.1rem;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.my-list .item-text {
  line-height: 1.6666666667;
  color: rgba(255, 255, 255, 0.6);
}

.my-codes .codes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.my-codes .code {
  position: relative;
  width: 50px;
  margin: 0 0.09rem;
}

.my-codes .code::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.my-codes .code::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images_die/svg/4.svg) no-repeat center center/100% 100%;
  opacity: 0;
}

.my-codes .code:hover .code-container {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.my-codes .code:hover::after {
  opacity: 1;
}

.my-codes .code-container {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 0.2rem;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  pointer-events: none;
  opacity: 0;
}

.my-codes .code-content {
  padding: 10px;
  background-color: #1d1f23;
}

.my-codes .code-content img {
  max-width: initial;
  width: 80px;
}

.z_tanchuang .tbox .modal .out {
  background: url(../images_die/svg/close.svg) no-repeat center center/100% 100%;
  width: 41px;
  height: 40px;
  right: auto;
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.z_tanchuang .tbox .modal .out:hover {
  background: url(../images_die/svg/close.svg) no-repeat center center/100% 100%;
}

header.active .nav {
  opacity: 0;
  pointer-events: none;
}

header.active .menu {
  display: none;
}

header.active .btn2 {
  display: block;
}

header.active .btn1, header.active .item-links {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.header .box {
  width: 95%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1760px;
}

.header .logo {
  width: 11.1111111111em;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-item {
  line-height: 5.5555555556;
  position: relative;
  margin: 0 0.15rem;
}

.header .nav-item:hover .nav-link span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .nav-item:hover .nav-child {
  opacity: 1;
  pointer-events: auto;
}

.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #FF8902;
}

.header .nav-item:hover .nav-link s, .header .nav-item.active .nav-link s {
  width: 100%;
}

.header .nav-link {
  color: #D8D8D8;
  position: relative;
  /*z-index: 2;*/
}

.header .nav-link s {
  position: absolute;
  left: 0;
  bottom: 1.3888888889em;
  height: 2px;
  width: 0%;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  box-shadow: 0 0 8px 0 #D7B00D;
}

.header .nav-link span {
  margin-left: 0.08rem;
  width: 0.5555555556em;
  display: inline-block;
  vertical-align: middle;
}

.header .nav-child {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 1.1111111111em;
  top: 80%;
  /*padding-top: 3.3333333333em;*/
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.header .nav-child-container {
  padding-top: 0.07rem;
  padding-bottom: 0.24rem;
}

.header .nav-li {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  line-height: 1.2222222222;
}

.header .nav-li:hover {
  color: #FF8902;
}

.header .nav-li + .nav-li {
  margin-top: 0.2rem;
}

.header .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .btn1 {
  width: 8.4375em;
  margin-right: 0.33rem;
}

.header .btn2 {
  width: 8.9444444444em;
  margin-left: 0.17rem;
  display: none;
}

.header .btn {
  position: relative;
}

.header .btn:hover .btn-text {
  color: #FF8902;
}

.header .btn-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #A4A6A9;
}

.header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 0.2rem;
}

.header .item:hover .item-text {
  color: #FF8902;
}

.header .item:hover .item-child {
  opacity: 1;
  pointer-events: auto;
}

.header .item:hover .item-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .item-img {
  width: 1.3333333333em;
}

.header .item-icon {
  width: 0.5555555556em;
}

.header .item-text {
  color: #D8D8D8;
  margin: 0 0.08rem;
}

.header .item-child {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: -webkit-calc(0.36rem + 1.3333333333em);
  padding-top: -moz-calc(0.36rem + 1.3333333333em);
  padding-top: calc(0.36rem + 1.3333333333em);
  opacity: 0;
  padding-right: 0.2rem;
  padding-left: 0.24rem;
  pointer-events: none;
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.header .item-child-contianer {
  border-radius: 6px;
  padding: 0.07rem 0 0.24rem;
}

.header .item-links {
  padding: 0.18rem 0.2rem 0.18rem 0.24rem;
}

.header .item-link {
  line-height: 1.3125;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  color: #8F8F8F;
  display: block;
  position: relative;
}

.header .item-link + .item-link {
  margin-top: 0.2rem;
}

.header .item-link:hover {
  color: #FF8902;
}

.mhead {
  background-color: #000;
  border-bottom: none;
}

.mhead .language {
  color: #D8D8D8;
  float: right;
  margin-top: 13px;
  margin-right: 5px;
}

.mhead .language-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 24px;
}

footer {
  position: relative;
  z-index: 90;
}

footer.active .footer {
  padding-top: 0.74rem;
}

footer.active .codes {
  display: none;
}

.footer {
  background-color: #0E0F11;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.footer .codes {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.footer .code {
  position: relative;
  width: 50px;
  margin: 0 0.09rem;
}

.footer .code::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.footer .code::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images_die/svg/4.svg) no-repeat center center/100% 100%;
  opacity: 0;
}

.footer .code:hover .code-container {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.footer .code:hover::after {
  opacity: 1;
}

.footer .code-container {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 0.2rem;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  pointer-events: none;
  opacity: 0;
}

.footer .code-content {
  padding: 10px;
  background-color: #1d1f23;
}

.footer .code-content img {
  max-width: initial;
  width: 80px;
}

.footer .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.33rem;
}

.footer .item {
  min-width: 78px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 10px;
  margin: 0 0.08rem 0.08rem;
}

.footer .item:hover {
  background-color: #FF8902;
  border-color: #FF8902;
}

.footer .text {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.footer .text a {
  color: rgba(255, 255, 255, 0.4);
}

.footer .text a:hover {
  color: #FF8902;
  text-decoration: underline;
}

.footer .text .a {
  text-decoration: underline;
}

.footer .text1 {
  line-height: 1.4285714286;
  margin-bottom: 0.06rem;
}

.footer .text2 {
  line-height: 20px;
  margin-bottom: 0.25rem;
}

.footer .text3 {
  line-height: 16px;
}

.footer .img1 {
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  width: 50px;
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.modal-tip .modal-close {
  width: 41px;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}

.modal-tip .modal-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-tip .modal-main {
  width: 17.8125em;
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  max-width: 100%;
  background: url(../images_die/16.webp) no-repeat center center/100% 100%;
}

.modal-tip .title {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.3rem;
}

.modal-tip .text {
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3333333333;
  margin-bottom: 0.4rem;
}

.modal-tip .btn {
  width: 10.8333333333em;
  max-width: 100%;
  line-height: 2.5;
  display: inline-block;
  cursor: pointer;
  background: url(../images_die/17-1.webp) no-repeat center center/cover;
}

.modal-tip .btn:hover {
  background-image: url(../images_die/17.webp);
}

.modal-tip.status1 .modal-close {
  width: 40px;
}
.modal-tip.status1 .title {
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-tip.status1 .text {
  color: #fff;
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.modal-form .modal-close {
  width: 41px;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
}

.modal-form .modal-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-form .modal-main {
  width: 31.6666666667em;
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
  padding-left: 0.58rem;
  padding-right: 0.58rem;
  max-width: 100%;
  background: url(../images_die/16.webp) no-repeat center center/100% 100%;
}

.modal-form .logo {
  width: 11.1111111111em;
  margin: 0 auto 0.34rem;
}

.modal-form .form {
  width: 100%;
}

.modal-form .form-item {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.modal-form .form-item.text .form-input {
  padding-left: -webkit-calc(0.5rem + 3em);
  padding-left: -moz-calc(0.5rem + 3em);
  padding-left: calc(0.5rem + 3em);
}

.modal-form .form-item.code .form-input {
  padding-right: -webkit-calc(0.3rem + 6em);
  padding-right: -moz-calc(0.3rem + 6em);
  padding-right: calc(0.3rem + 6em);
}

.modal-form .form-item.active .form-input {
  border-color: #D8261C;
  background-color: rgba(216, 38, 28, 0.1);
}

.modal-form .form-input {
  width: 100%;
  line-height: 3.2222222222;
  border: 1px solid #2C2C2C;
  background-color: #111111;
  padding: 0 0.3rem;
  color: #fff;
}

.modal-form .form-input:focus {
  border-color: #FF8902;
}

.modal-form .form-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #ccc;
  left: 0.3rem;
  padding-right: 1.1111111111em;
  border-right: 1px solid #2C2C2C;
  line-height: 1.3333333333;
}

.modal-form .form-code {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  right: 0.3rem;
  cursor: pointer;
}

.modal-form .form-code:hover {
  opacity: 0.7;
}

.modal-form .form-code.no {
  pointer-events: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  background: initial;
  color: #999;
  opacity: 0.7;
}

.modal-form .xy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}

.modal-form .xy label {
  cursor: pointer;
  color: #999;
  line-height: 1.5;
}

.modal-form .xy a {
  color: #FF8902;
}

.modal-form .xy a:hover {
  opacity: 0.7;
}

.modal-form .form-checkbox {
  margin-right: 0.1rem;
  position: relative;
}

.modal-form .form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 2px;
  z-index: 2;
  cursor: pointer;
}

.modal-form .form-checkbox input:checked + .form-checked {
  background-color: #FF8902;
}

.modal-form .form-checkbox input:checked + .form-checked::after {
  opacity: 1;
}

.modal-form .form-checked {
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 0.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.modal-form .form-checked::after {
  position: relative;
  content: "✔";
  color: #fff;
  font-size: 1em;
  opacity: 0;
}

.modal-form .btn {
  width: 100%;
  line-height: 2.5;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: url(../images_die/18-1.webp) no-repeat center center/cover;
}

.modal-form .btn:hover {
  background-image: url(../images_die/18.webp);
}

.index .section1 {
  position: relative;
}

.index .section1 .img2 {
  display: none;
}

.index .section1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05rem;
  text-align: center;
}

.index .section1 .title {
  display: inline-block;
  line-height: 1.4285714286;
  color: #fff;
  letter-spacing: 0.6em;
  min-width: 12.1428571429em;
  padding: 0 10px;
  max-width: 100%;
  background: url(../images_die/svg/6.svg) no-repeat center center/100% 100%;
  margin-bottom: 0.1rem;
}

.index .section1 .img3 {
  width: 26.4642857143em;
  margin: 0 auto 0.16rem;
}

.index .section1 .title2 {
  color: #fff;
  letter-spacing: 0.4em;
  line-height: 1.9166666667;
  width: 22.9285714286em;
  padding: 0 10px;
  display: inline-block;
  max-width: 100%;
  background: url(../images_die/svg/7.svg) no-repeat center center/100% 100%;
  margin-bottom: 0.15rem;
}

.index .section1 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.27rem;
}

.index .section1 .btn {
  line-height: 2.2916666667;
  width: 10.6666666667em;
  text-align: center;
  background: no-repeat center center/cover;
  margin: 0 0.1rem;
  cursor: pointer;
  color: #000;
}

.index .section1 .btn1 {
  background-image: url(../images_die/2-1.webp);
}

.index .section1 .btn1:hover {
  background-image: url(../images_die/2.webp);
}

.index .section1 .btn2 {
  background-image: url(../images_die/1-1.webp);
}

.index .section1 .btn2:hover {
  background-image: url(../images_die/1.webp);
}

.index .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index .section1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.28rem 0.34rem 0.27rem 0.32rem;
  background: url(../images_die/3.webp) no-repeat center center/100% 100%;
}

.index .section1 .item + .item {
  margin-left: 0.4rem;
}

.index .section1 .item-title {
  width: 1em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.39rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section1 .item-title img {
  width: 0.7em;
  margin-bottom: 0.1rem;
}

.index .section1 .item-title p {
  color: #FF8902;
  line-height: 1.15;
}

.index .section1 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section1 .item-li {
  width: 9.6875em;
  position: relative;
  background: url(../images_die/4.webp) no-repeat center center/100% 100%;
}

.index .section1 .item-li + .item-li {
  margin-left: 0.15rem;
}

.index .section1 .item-li:hover .item-text {
  color: #FF8902;
  opacity: 1;
}

.index .section1 .item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 12%;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

.index .section2 {
  background: #0A0A0A url(../images_die/5.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 1.2rem;
}

.index .section2 .container1 {
  padding-top: 1.68rem;
  padding-bottom: 0.73rem;
}

.index .section2 .container2 {
  padding-top: 0.73rem;
  padding-bottom: 0.75rem;
}

.index .section2 .tip {
  margin-bottom: 0.94rem;
}

.index .section2 .swiper1 {
  margin-bottom: 0.3rem;
}

.index .section2 .swiper1 .swiper-slide {
  background: #25292C url(../images_die/6.webp) no-repeat center center/100% 100%;
  padding: 0.1rem;
}

.index .section2 .swiper1 .slide-img2 {
  display: none;
}

.index .section2 .swipers {
  position: relative;
  width: 100%;
}

.index .section2 .swiper2 .swiper-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.index .section2 .swiper2 .swiper-slide:hover .slide-img, .index .section2 .swiper2 .swiper-slide.active .slide-img {
  background-image: url(../images_die/8.webp);
}

.index .section2 .swiper2 .swiper-slide:hover .slide-img-container s, .index .section2 .swiper2 .swiper-slide.active .slide-img-container s {
  opacity: 0;
}

.index .section2 .swiper2 .slide-img {
  padding: 7px;
  background: url(../images_die/7.webp) no-repeat center center/100% 100%;
}

.index .section2 .swiper2 .slide-img2 {
  display: none;
}

.index .section2 .swiper2 .slide-img-container {
  position: relative;
}

.index .section2 .swiper2 .slide-img-container s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.index .section2 .swiper2 .slide-icon {
  width: 38px;
  margin: 0.1rem auto 0;
  display: block;
}

.index .section2 .swiper2 .swiper-button-prev {
  left: -0.7rem;
}

.index .section2 .swiper2 .swiper-button-next {
  right: -0.7rem;
}

.index .section2 .swiper2 .swiper-button {
  top: 35%;
  --swiper-navigation-size: 16px;
  width: auto;
  position: absolute;
}

.index .section2 .swiper2 .swiper-button::after {
  display: none;
}

.index .section2 .tip2 {
  margin-bottom: 0.47rem;
}

.index .section2 .title {
  margin-top: 0.75rem;
  text-align: center;
  margin-bottom: 0.48rem;
}

.index .section2 .title span:nth-child(1) {
  line-height: 1.171875;
}

.index .section2 .title span:nth-child(2) {
  font-size: 1.48rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: -0.6rem;
}

.index .my-active1 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2vh;
  z-index: 20;
}

.swiper-slide-scroll-container {
  pointer-events: none;
  overflow: auto;
}

.swiper-slide-scroll-container::-webkit-scrollbar {
  width: 2px;
}

.swiper-slide-scroll-container.active {
  pointer-events: auto;
}

.home {
  height: 100vh;
}

.home > .swiper-wrapper > .swiper-slide {
  height: 100vh;
}

.home > .swiper-wrapper > .swiper-slide.auto {
  height: auto;
}

.home .section1 {
  overflow: hidden;
}

.home .section1 .img1{
    object-position: top;
}

.home .section1 .img2 {
  display: none;
}

.home .section1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17.1578947368%;
  text-align: center;
}

.home .section1 .title {
  display: inline-block;
  min-width: 11.0714285714em;
  max-width: 100%;
  text-align: center;
  line-height: 1.4285714286;
  color: #fff;
  margin-bottom: 0.3rem;
  letter-spacing: 0.4em;
  padding: 0 10px;
  background: url(../images_die/12.webp) no-repeat center center/100% 100%;
}

.home .section1 .img3 {
  width: 38.9642857143em;
  max-width: 100%;
  margin: 0 auto 0.61rem;
}

.home .section1 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.27rem;
  color: #000;
}

.home .section1 .btn {
  line-height: 2.2916666667;
  width: 10.6666666667em;
  text-align: center;
  background: no-repeat center center/cover;
  margin: 0 0.1rem;
  cursor: pointer;
}

.home .section1 .btn1 {
  background-image: url(../images_die/2-1.webp);
}

.home .section1 .btn1:hover {
  background-image: url(../images_die/2.webp);
}

.home .section1 .btn2 {
  background-image: url(../images_die/1-1.webp);
}

.home .section1 .btn2:hover {
  background-image: url(../images_die/1.webp);
}

.home .section1 .my-codes {
  position: absolute;
  left: 0.8rem;
  bottom: 0.5rem;
}

.home .section2 {
  padding-top: 5.5555555556em;
  background: url(../images_die/13.webp) no-repeat center center/cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .section2 .active2-title {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .section2 .active2-title2 {
  line-height: 1.4583333333;
  margin-left: 0.23rem;
  min-width: 20.0416666667em;
}

.home .section2 .active2-title1 span:nth-child(2) {
  font-size: 0.86rem;
  left: 0;
  top: -0.34rem;
}

.home .section2 .active2-num::before {
  width: 100%;
}

.home .section3 {
  padding-top: 5.5555555556em;
  background: url(../images_die/14.webp) no-repeat center center/cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .section3 .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 0.14rem;
}

.home .section3 .title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  left: 0;
  bottom: -1px;
}

.home .section3 .my-title span:nth-child(1) {
  line-height: 1.3333333333;
}

.home .section3 .my-title span:nth-child(2) {
  font-size: 0.86rem;
  left: 0;
  top: -0.26rem;
}

.home .section3 .more {
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .section3 .more:hover {
  color: #FF8902;
}

.home .section3 .more img {
  width: 1.3333333333em;
  margin-left: 0.1rem;
}

.home .section3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 0.15rem;
}

.my-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #202325;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  box-shadow: 0 0 8px 0 #D7B00D;
}

.home .section3 .left {
  position: relative;
  width: 46.875%;
  margin-top: 0.3rem;
}

.home .section3 .left .swiper-pagination {
  bottom: -28px;
}

.home .section3 .swiper2 {
  width: 100%;
}

.home .section3 .swiper2 .slide-bg {
  position: absolute;
  top: 71.0526315789%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50.2%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50.2%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50.2%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50.2%);
  z-index: 2;
}

.home .section3 .swiper2 .slide-info {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.12rem 0.16rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home .section3 .swiper2 .slide-label {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 2;
  width: 3.4666666667em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  margin-right: 0.2rem;
  color: #fff;
}

.home .section3 .swiper2 .slide-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  color: #fff;
  line-height: 1.3125;
}

.home .section3 .swiper2 .slide-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.3125;
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial;
  margin-left: 10px;
}

.home .section3 .right {
  width: 44.6875%;
}

.home .section3 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.2rem;
}

.home .section3 .select-item {
  padding: 0 0.32rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3333333333;
  padding-bottom: 0.16rem;
  position: relative;
  cursor: pointer;
  margin: 0 0.08rem;
}

.home .section3 .select-item:hover, .home .section3 .select-item.active {
  color: rgba(255, 255, 255, 0.7);
}

.home .section3 .select-item:hover s, .home .section3 .select-item.active s {
  width: 100%;
}

.home .section3 .select-item s {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -1px;
  height: 1px;
  background: #D9D9D9;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
}

.home .section3 .item-top {
  display: block;
  text-align: center;
  line-height: 1.3333333333;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.22rem;
}

.home .section3 .item-top:hover {
  opacity: 0.7;
}

.home .section3 .item-ul {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home .section3 .item-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.12rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home .section3 .item-li:hover .item-title {
  color: #FF8902;
}

.home .section3 .item-label {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 2;
  width: 3.4666666667em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  margin-right: 0.2rem;
  color: #fff;
}

.home .section3 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  color: #fff;
  line-height: 1.3125;
}

.home .section3 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.3125;
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial;
  margin-left: 10px;
}

.home .section3 .title2 {
  margin-bottom: 0.2rem;
}

.home .section3 .swiper1 {
  padding-bottom: 20px;
}

.home .section3 .swiper1 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.home .section3 .swiper1 .slide-icon {
  width: 16.8918918919%;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.home .section3 .swiper1 .slide-title {
  position: absolute;
  z-index: 3;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  left: 4.0540540541%;
  right: 4.0540540541%;
  bottom: 6.25%;
}

.home .section3 .swiper1 .swiper-pagination {
  bottom: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #D8D8D8;
  --swiper-theme-color: #FF8902;
}

.home .section4 .videos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .section4 .videos::before, .home .section5 .videos::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.6;
  background: -webkit-radial-gradient(70.1% 70.53%, 67.3% 59.9%, rgba(0, 0, 0, 0) 55.68%, #000 100%);
  background: -moz-radial-gradient(70.1% 70.53%, 67.3% 59.9%, rgba(0, 0, 0, 0) 55.68%, #000 100%);
  background: -o-radial-gradient(70.1% 70.53%, 67.3% 59.9%, rgba(0, 0, 0, 0) 55.68%, #000 100%);
  background: radial-gradient(67.3% 59.9% at 70.1% 70.53%, rgba(0, 0, 0, 0) 55.68%, #000 100%);
}

.home .section4 .video-target {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgb(11, 11, 11);
}

.home .section4 .video-loading, .home .section5 .video-loading {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  -webkit-animation: loading-rotate 2s linear infinite;
     -moz-animation: loading-rotate 2s linear infinite;
       -o-animation: loading-rotate 2s linear infinite;
          animation: loading-rotate 2s linear infinite;
  display: none;
}

.home .section4 .video-loading .path, .home .section5 .video-loading .path {
  stroke-width: 2;
  stroke: #FF8902;
  stroke-linecap: round;
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
     -moz-animation: loading-dash 1.5s ease-in-out infinite;
       -o-animation: loading-dash 1.5s ease-in-out infinite;
          animation: loading-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes loading-rotate {
  to {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@-moz-keyframes loading-rotate {
  to {
    -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
         transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@-o-keyframes loading-rotate {
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@keyframes loading-rotate {
  to {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
       -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@-moz-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@-o-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.home .section4 .video-target.active {
  opacity: 1;
}

.home .section4 .content {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 43%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home .section4 .item {
  padding-left: 1.2222222222em;
}

.home .section4 .item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 6.1111111111em;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  left: 0;
  top: 0.05rem;
}

.home .section4 .item-tip {
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.18rem;
  letter-spacing: 1em;
  position: relative;
  display: inline-block;
}

.home .section4 .item-tip::before {
  position: absolute;
  content: "";
  width: 13.5555555556em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 100%;
  top: 20.8333333333%;
}

.home .section4 .item-title {
  height: 4.7777777778em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.home .section4 .item-icon {
  width: 9.4444444444em;
}

.home .section4 .bottom {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 8.8421052632%;
}

.home .section4 .bottom .swipers {
  width: 70%;
  position: relative;
  margin: 0 auto;
}

.home .section4 .bottom .swiper-slide {
  cursor: pointer;
}

.home .section4 .bottom .swiper-slide:hover .slide-img::before {
  opacity: 0;
}

/*.home .section4 .swiper-slide:hover .slide-img::after {*/
/*  width: 100%;*/
/*}*/
.home .section4 .bottom .swiper-slide.active .slide-img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.home .section4 .bottom .swiper-slide.active .slide-img::before {
  opacity: 0;
}

.home .section4 .bottom .swiper-slide.active .slide-img::after {
  width: 100%;
}

.home .section4 .bottom .swiper-slide.active .slide-title {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.home .section4 .bottom .slide-img {
  position: relative;
  -webkit-transform: scale(0.8571428571);
  -moz-transform: scale(0.8571428571);
  -ms-transform: scale(0.8571428571);
  -o-transform: scale(0.8571428571);
  transform: scale(0.8571428571);
}

.home .section4 .bottom .slide-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.home .section4 .bottom .slide-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
}

.home .section4 .bottom .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.home .section4 .bottom .slide-title {
  line-height: 1.125;
  padding: 0.04rem 0.15rem;
  position: relative;
  background: url(../images_die/19.webp) no-repeat center center/cover;
  -webkit-transform: scale(0.8571428571);
  -moz-transform: scale(0.8571428571);
  -ms-transform: scale(0.8571428571);
  -o-transform: scale(0.8571428571);
  transform: scale(0.8571428571);
  opacity: 0;
}

.home .section4 .bottom .swiper-button {
  width: 50px;
  height: 50px;
  --swiper-navigation-size: 50px;
  position: absolute;
  top: 42%;
}

.home .section4 .bottom .swiper-button::after {
  display: none;
}

.home .section4 .bottom .swiper-button-prev {
  left: -1.6rem;
}

.home .section4 .bottom .swiper-button-next {
  right: -1.6rem;
}

.home .section4 .sound {
  position: absolute;
  z-index: 3;
  width: 60px;
  right: 0.6rem;
  bottom: 0.5rem;
}

.home .section4 .sound:hover {
  opacity: 0.7;
}

.home .section5 .videos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .section5 .video-target {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgb(11, 11, 11);
}

.home .section5 .video-target.active {
  opacity: 1;
}

.home .section5 .content {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 47%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home .section5 .item {
  padding-left: 1.2222222222em;
}

.home .section5 .item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 6.1111111111em;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  left: 0;
  top: 0.05rem;
}

.home .section5 .item-tip {
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.18rem;
  letter-spacing: 1em;
  position: relative;
  display: inline-block;
}

.home .section5 .item-tip::before {
  position: absolute;
  content: "";
  width: 16.2777777778em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 100%;
  top: 20.8333333333%;
}

.home .section5 .item-title {
  height: 4.2222222222em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.home .section5 .item-text {
  display: inline-block;
  width: 22.5em;
  margin-top: 0.63rem;
  max-width: 100%;
  color: #fff;
  line-height: 1.5;
  background: url(../images_die/21.webp) no-repeat center center/100% 100%;
  padding-left: 0.29rem;
  padding-right: 0.08rem;
  padding-top: 0.09rem;
  padding-bottom: 0.15rem;
}

.my-swiper {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-swiper .box {
  overflow: hidden;
  padding-bottom: 0.8rem;
  padding-top: 200px;
}

.my-swiper .swiper {
  overflow: initial;
}

.my-swiper .swiper-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6333333333em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.my-swiper .swiper-wrapper {
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
}

.my-swiper .swiper-slide {
  width: 2.4rem;
  padding: 0 5px;
}

.my-swiper .swiper-slide.active .slide-title span {
  color: #FF8902;
}

.my-swiper .swiper-slide.active .slide-bg, .my-swiper .swiper-slide:hover .slide-bg {
  opacity: 1;
}

.my-swiper .swiper-slide:hover .slide-img {
  opacity: 1;
  pointer-events: auto;
}

.my-swiper .swiper-slide.active s {
  opacity: 1;
}

.my-swiper .slide-icon {
  width: 1.2666666667em;
  margin: 0 auto;
  display: block;
}

.my-swiper .slide-icon s {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  width: 71.0526315789%;
  height: 71.0526315789%;
  box-shadow: 0 0 rgba(255, 137, 2, 0.3);
  -webkit-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani2 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  opacity: 0;
}

.my-swiper .slide-title {
  text-align: center;
  line-height: 1.0666666667;
  margin-top: 0.13rem;
  position: relative;
}

.my-swiper .slide-title span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.my-swiper .slide-bg {
  position: absolute;
  width: 14.4333333333em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: initial;
  opacity: 0;
  pointer-events: none;
}

.my-swiper .slide-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  bottom: 0.16rem;
}

.my-swiper .slide-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  width: 9.3333333333em;
  padding-bottom: 0.16rem;
  opacity: 0;
  pointer-events: none;
}

.my-swiper .slide-img s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
}

.home .section6 {
  padding-top: 5.5555555556em;
  background: url(../images_die/22.webp) no-repeat center center/cover;
}

.home .section6 .container {
  height: 100%;
  width: 100%;
}

.home .section6 .swiper-mousewheel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.home .section6 .box {
  padding-top: 0.77rem;
  padding-bottom: 0.77rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home .section6 .title {
  text-align: center;
  margin-bottom: 0.25rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.home .section6 .title span:nth-child(1) {
  line-height: 1.3333333333;
}

.home .section6 .title span:nth-child(2) {
  font-size: 0.86rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: -0.26rem;
}

.home .section6 .my-list {
  /*-webkit-flex-grow: 1;*/
  /*   -moz-box-flex: 1;*/
  /*    -ms-flex-positive: 1;*/
  /*        flex-grow: 1;*/
  /*height: 0;*/
  /*overflow: auto;*/
  position: relative;
  z-index: 4;
}

.home .section6 .my-list::-webkit-scrollbar {
  width: 4px;
}

.home .section6 .my-list::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #FF8902;
}

.home .section6 .my-list::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: transparent;
  mix-blend-mode: screen;
  pointer-events: none;
}

.video-bg1 {
  /*-webkit-transform: rotate(45deg) translate3d(30%, 0, 0);*/
  /*-moz-transform: rotate(45deg) translate3d(30%, 0, 0);*/
  /*transform: rotate(45deg) translate3d(30%, 0, 0);*/
  opacity: 0.6;
}

.video-bg2 {
  -webkit-transform: rotate(-45deg) translate3d(-30%, 10%, 0);
  -moz-transform: rotate(-45deg) translate3d(-30%, 10%, 0);
  transform: rotate(-45deg) translate3d(-30%, 10%, 0);
}

.video-bg3 {
  -webkit-transform: translate3d(0, 5%, 0);
  -moz-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);
}

.hpts {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.5;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  padding: 0 5%;
  display: none;
}

.hpts span {
  display: block;
  text-align: center;
  width: 100%;
}

header.active1 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header.active1 .header {
  position: relative;
  background-color: #000;
}

.my-title2 {
  text-align: center;
}

.my-title2 span:nth-child(2) {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 1.2rem;
  bottom: -0.05rem;
}

.news {
  background: #0B0B0B url(../images_die/23.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 2.37rem;
}

.news .section1 {
  padding-bottom: 1rem;
}

.news .section1 .title {
  margin-bottom: 0.8rem;
}

.news .section1 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news .section1 .select-item {
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.4rem;
  padding-bottom: 0.16rem;
  position: relative;
  cursor: pointer;
}

.news .section1 .select-item:hover, .news .section1 .select-item.active {
  color: #FF8902;
}

.news .section1 .select-item:hover s, .news .section1 .select-item.active s {
  width: 100%;
}

.news .section1 .select-item s {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: -webkit-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -moz-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: -o-linear-gradient(top, #FF8902 0%, #C96B00 100%);
  background: linear-gradient(180deg, #FF8902 0%, #C96B00 100%);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
}

.news .section1 .list {
  margin-bottom: 0.5rem;
}

.news .section1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news .section1 .item:hover .item-bg {
  opacity: 1;
}

.news .section1 .item:hover .item-title {
  color: #FF8902;
}

.news .section1 .item-bg {
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  top: 0;
  opacity: 0;
}

.news .section1 .item-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 29.375%;
  margin-right: 6.25%;
  position: relative;
}

.news .section1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-top: 0.3rem;
  position: relative;
}

.news .section1 .item-title {
  color: #fff;
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.news .section1 .item-text {
  color: #696969;
  line-height: 1.5555555556;
  margin-bottom: 0.5rem;
}

.news .section1 .item-time {
  color: rgba(255, 255, 255, 0.7);
  font-family: inter;
}

.video {
  background: #0B0B0B url(../images_die/24.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 2.37rem;
}

.video .section1 {
  padding-bottom: 1rem;
}

.video .section1 .title {
  margin-bottom: 0.8rem;
}

.video .section1 .list {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video .section1 .list::after {
  content: "";
  height: 0;
  position: relative;
  width: 31.25%;
}

.video .section1 .item {
  width: 31.25%;
  margin-bottom: 0.5rem;
}

.video .section1 .item:hover .item-img s {
  opacity: 0;
}

.video .section1 .item:hover .item-title {
  color: #FF8902;
}

.video .section1 .item-img {
  position: relative;
  margin-bottom: 0.2rem;
}

.video .section1 .item-img s {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video .section1 .item-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.video .section1 .item-bg {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}

.video .section1 .item-title {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.news-detail {
  background: #0B0B0B url(../images_die/26.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 2.24rem;
}

.news-detail .section1 {
  padding-bottom: 1rem;
}

.news-detail .section1 .box {
  max-width: 1200px;
}

.news-detail .section1 .btn {
  display: inline-block;
  line-height: 2.625;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.2rem;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.68rem;
}

.news-detail .section1 .btn img {
  display: inline-block;
  width: 0.8125em;
  vertical-align: middle;
  margin-right: 0.08rem;
}

.news-detail .section1 .btn:hover {
  background-color: #FF8902;
  border-color: #FF8902;
}

.news-detail .section1 .title {
  line-height: 1.35;
  color: #fff;
  margin-bottom: 0.2rem;
}

.news-detail .section1 .time {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.25;
  font-family: inter;
  margin-bottom: 0.3rem;
}

.news-detail .section1 .content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: rgba(157, 159, 159, 0.9);
}

.news-detail .section1 .content img {
  display: inline-block;
}

.news-detail .section1 .content .t {
  color: #fff;
  font-weight: bold;
}

.contact {
  color: #fff;
}

.contact .section1 {
  background: no-repeat center center/cover;
  padding-bottom: 1.22rem;
}

.contact .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.84rem;
}

.contact .section1 .my-title {
  margin-bottom: 0.6rem;
}

.contact .section1 .my-title span:nth-child(2) {
  font-size: 1.2rem;
  left: 0;
  bottom: -0.1rem;
  white-space: nowrap;
}

.contact .section1 .tip {
  line-height: 1.3125;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.3);
  width: 8rem;
}

.contact .section1 .line {
  margin-bottom: 0.3rem;
  width: 8rem;
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact .section1 .form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 8rem;
}

.contact .section1 .form-item {
  width: 47.8571428571%;
  margin-bottom: 0.38rem;
  position: relative;
}

.contact .section1 .form-item.status1 {
  width: 100%;
}

.contact .section1 .form-item.code .code-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  cursor: pointer;
  height: 2.625em;
}

.contact .section1 .form-item.xy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .section1 .form-item.xy .form-checkbox {
  margin-right: 10px;
  position: relative;
}

.contact .section1 .form-item.xy .form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 2px;
  z-index: 2;
  cursor: pointer;
}

.contact .section1 .form-item.xy .form-checkbox input:checked + .form-checked {
  border-color: #FF8902;
  background-color: #FF8902;
}

.contact .section1 .form-item.xy .form-checkbox input:checked + .form-checked::after {
  opacity: 1;
}

.contact .section1 .form-item.xy .form-checked {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  border: solid 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.contact .section1 .form-item.xy .form-checked::after {
  position: relative;
  content: "✔";
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
}

.contact .section1 .form-item.xy label {
  cursor: pointer;
}

.contact .section1 .form-item.xy a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.contact .section1 .form-item.xy a:hover {
  color: #FF8902;
}

.contact .section1 .form-item.btn {
  margin-bottom: 0;
  margin-top: 0.12rem;
}

.contact .section1 .form-item.active .form-input {
  border-color: #FF8902;
  background-color: rgba(216, 38, 28, 0.1);
}

.contact .section1 .form-label {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2857142857;
  margin-bottom: 0.1rem;
}

.contact .section1 .form-label.required::after {
  position: relative;
  content: "*";
  color: #FF8902;
  margin-left: 2px;
}

.contact .section1 .form-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  padding-top: 0.07rem;
}

.contact .section1 .form-content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .section1 .form-input {
  background-color: rgba(255, 255, 255, 0.06);
  line-height: 2.5;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding: 0 10px;
}

.contact .section1 .form-input:focus {
  border-color: #FF8902;
}

.contact .section1 .form-textarea {
  background-color: rgba(255, 255, 255, 0.06);
  border: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  color: #fff;
  padding: 10px;
  resize: none;
  height: 6.25em;
}

.contact .section1 .form-textarea:focus {
  border-color: #FF8902;
}

.contact .section1 .form-tip {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6666666667;
  margin-top: 0.1rem;
}

.contact .section1 .form-submit {
  line-height: 2.625;
  text-align: center;
  background: url(../images_die/17-1.webp) no-repeat center center/100% 100%;
  width: 10.8333333333em;
  cursor: pointer;
  color: #111315;
}

.contact .section1 .form-submit:hover {
  background-image: url(../images_die/17.webp);
}

.about .section1 {
  background: #0B0B0B url(../images_die/27.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 2.37rem;
  padding-bottom: 0.66rem;
}

.about .section1 .box {
  max-width: 1200px;
}

.about .section1 .title {
  margin-bottom: 0.8rem;
}

.about .section1 .title span:nth-child(2) {
  white-space: nowrap;
}

.about .section1 .content {
  color: rgba(157, 159, 159, 0.9);
  line-height: 1.875;
  font-size: 16px;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about .section1 .content *{
    text-wrap-mode: initial!important;
}

.about .section1 .content .text {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.3rem;
}

.about .section1 .content img {
  display: inline-block;
}

#particles-js .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* 深色背景更能凸显星火 */
  z-index: 5;
}

.hpts span img {
  width: 70px;
  margin: 0 auto 20px;
}

@media (max-width: 1780px) {
  .index .section1 .item {
    padding: 0.2rem;
  }
}
@media (max-width: 1440px) {
  .index .section1 .img3 {
    font-size: 16px;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 1400px) {
    .header .nav-link{
        font-size: 12px;
    }
    .header .item{
        margin-right: 0;
    }
}
@media (max-width: 1366px) {
  .index .section1 .btns {
    margin-bottom: 0.15rem;
  }
}
@media (max-width: 1200px) and (orientation: landscape) {
  /* 横屏样式 */
  .hpts {
    display: block;
  }
}
@media (max-width: 1200px) {
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .home {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .home > .swiper-wrapper > .swiper-slide {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .home .section1 .img1 {
    display: none;
  }
  .home .section1 .img2 {
    display: block;
  }
  .home .section1 .content {
    bottom: 80px;
  }
  .home .section1 .my-codes {
    left: 5%;
    right: 5%;
    bottom: 20px;
  }
  .home .section1 .my-codes .code {
    width: 40px;
  }
  .home .section2 {
    padding-top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .section2 .active2-title2 {
    margin-left: 0;
  }
  .home .section3 {
    padding-top: 0px;
  }
  .home .section3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .section3 .left .swiper-pagination {
    bottom: 0;
  }
  .home .section3 .left {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 18px;
  }
  .home .section3 .item-top {
    margin-bottom: 8px;
  }
  .home .section3 .content {
    margin-bottom: 15px;
  }
  .home .section3 .right {
    width: 100%;
  }
  .home .section3 .select {
    margin-bottom: 5px;
  }
  .home .section3 .item-li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .home .section3 .swiper-slide {
    width: 200px;
  }
  .home .section4 .item-title {
    height: 55px;
  }
  .home .section4 .list, .home .section5 .list {
    font-size: 12px;
  }
  .home .section4 .content, .home .section5 .content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 8%;
  }
  /*.home .section4 .slide-img {*/
  /*  -webkit-transform: none;*/
  /*     -moz-transform: none;*/
  /*      -ms-transform: none;*/
  /*       -o-transform: none;*/
  /*          transform: none;*/
  /*}*/
  /*.home .section4 .slide-img::before {*/
  /*  opacity: 0;*/
  /*}*/
  /*.home .section4 .slide-img::after {*/
  /*  width: 100%;*/
  /*}*/
  /*.home .section4 .slide-title {*/
  /*  -webkit-transform: none;*/
  /*     -moz-transform: none;*/
  /*      -ms-transform: none;*/
  /*       -o-transform: none;*/
  /*          transform: none;*/
  /*  opacity: 1;*/
  /*}*/
  .swiper-slide-scroll-container {
    pointer-events: auto;
  }
  .swiper-slide-scroll {
    height: 100%;
  }
  .home .section6 .my-list {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0;
    overflow: auto;
  }
  .home .section6 .my-list::-webkit-scrollbar {
    width: 3px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.1) 24%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.1) 24%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%);
  }
  .home .section6 .my-list::-webkit-scrollbar-thumb {
    width: 3px;
  }
  .home .section4 .sound {
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
  .home .section4 .my-swiper .box {
    padding-bottom: 80px;
  }
  .home .section5 .item-title {
    height: 50px;
  }
  .home .section5 .item-text {
    margin-top: 15px;
  }
  .my-swiper .swiper {
    font-size: 16px;
  }
  .home .section6 {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .header .btn1 {
    margin-right: 0.1rem;
  }
  .header .nav-item {
    margin: 0 0.1rem;
  }
}
@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .footer .img1 {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto 20px;
  }
  .z_tanchuang .tbox .modal .out {
    top: -50px;
    right: 0;
    left: auto;
  }
}
@media (min-width: 961px) {
  .my-swiper .swiper-slide:hover .slide-img {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 960px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #preview-modal .modal-target {
    width: 100%;
  }
  .my-active2 .active2-info {
    width: 100%;
  }
  .my-active2 .active2-title {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .my-active2 .active2-title1 span:nth-child(1) {
    text-align: center;
  }
  .home .section2 .active2-title1 span:nth-child(1) {
    font-size: 40px;
  }
  .home .section2 .active2-title1 span:nth-child(2) {
    font-size: 1.48rem;
  }
  .my-active2 .active2-title1 span:nth-child(2), .home .section2 .active2-title1 span:nth-child(2) {
    top: -26px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .my-active2 .active2-title2 {
    margin-left: 0;
    margin-top: 7px;
    width: 100%;
  }
  .my-active2 .active2-num {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .my-active2 .active2-num span {
    font-size: 40px;
  }
  .my-active2 .active2-num::before {
    width: 100%;
  }
  .my-active2 .active2-num::after {
    width: 50px;
  }
  .my-active2 .active2-img {
    display: none;
  }
  .my-active2 .swiper-wrapper {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-active2 .swiper-slide.active .slide-img {
    box-shadow: 0 0 2.538px 0 rgba(136, 124, 74, 0.8);
  }
  .my-active2 .swiper-slide.status1 {
    width: 100%;
  }
  .my-active2 .swiper-slide {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .my-active2 .slide-num {
    font-size: 32px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: auto;
  }
  .my-active2 .slide-bottom {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 13px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
  .my-active2 .slide-bottom s {
    height: auto;
    width: 1px;
  }
  .my-active2 .slide-bottom s::before {
    background: -webkit-linear-gradient(left, #FF8902 0%, #C96B00 100%);
    background: -moz-linear-gradient(left, #FF8902 0%, #C96B00 100%);
    background: -o-linear-gradient(left, #FF8902 0%, #C96B00 100%);
    background: linear-gradient(90deg, #FF8902 0%, #C96B00 100%);
    width: 100%;
    height: 0%;
  }
  .my-active2 .active2-info.active .swiper-slide.active .slide-bottom s::before {
    height: 100%;
  }
  .my-active2 .slide-line {
    width: 27px;
    height: 1px;
    margin: auto 4px;
  }
  .my-active2 .swiper-slide.active .slide-line {
    background: -webkit-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
    background: -moz-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
    background: -o-linear-gradient(top, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
    background: linear-gradient(180deg, #D7B00D 0%, rgba(113, 93, 7, 0.8) 100%);
  }
  .my-active2 .swiper-slide:first-child .slide-img {
    margin-top: 0;
  }
  .my-active2 .slide-img {
    background-image: url(../images_die/10-1.webp);
    width: 59.940652819%;
    margin: 2px 0;
  }
  .my-active2 .swiper-slide.active .slide-img {
    background-image: url(../images_die/11-1.webp);
  }
  .my-active2 .slide-img1 {
    display: none;
  }
  .my-active2 .slide-img2 {
    display: block;
  }
  .my-active2 .slide-title {
    left: 37%;
    right: 2%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .my-active2 .slide-icon {
    left: 4.9382716049%;
    top: 13.7931034483%;
    width: 10px;
  }
  .my-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index .section1 {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .index .section1 .content {
    bottom: 20px;
  }
  .index .section1 .img1 {
    display: none;
  }
  .index .section1 .img2 {
    display: block;
  }
  .index .section1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section1 .item {
    width: 100%;
  }
  .index .section1 .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
  .index .section1 .item-ul {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
  }
  .index .section1 .item-li {
    max-width: 32%;
  }
  .index .section2 .container1 {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index .section2 .container2 {
    padding-top: 0;
    padding-bottom: 0;
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index .section2 .swiper1 {
    width: 100%;
  }
  .index .section2 .swiper1 .slide-img1 {
    display: none;
  }
  .index .section2 .swiper1 .slide-img2 {
    display: block;
  }
  .index .section2 .swiper2 .slide-img1 {
    display: none;
  }
  .index .section2 .swiper2 .slide-img2 {
    display: block;
  }
  .index .section2 .swiper2 .swiper-slide {
    width: 150px;
  }
  .index .section2 .swiper2 .swiper-button {
    display: none;
  }
  .index .section2 .tip2 {
    margin-bottom: 40px;
  }
  .news {
    padding-top: 50px;
  }
  .news .section1 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .section1 .item-img {
    width: 100%;
    margin-right: 0;
  }
  .news .section1 .item-info {
    width: 100%;
  }
  .video {
    padding-top: 50px;
  }
  .video .section1 .item {
    width: 100%;
  }
  .news-detail {
    padding-top: 50px;
  }
  .contact .section1 {
    padding-bottom: 0;
  }
  .contact .section1 .box {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact .section1 .tip,
  .contact .section1 .line,
  .contact .section1 .form {
    width: 100%;
  }
  .contact .section1 .form-item {
    width: 100%;
  }
  .contact .section1 .form-text {
    position: static;
  }
  .contact .section1 .form-submit {
    margin: 0 auto;
  }
}
@-webkit-keyframes ani2 {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}
@-moz-keyframes ani2 {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}
@-o-keyframes ani2 {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}
@keyframes ani2 {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}
@-moz-keyframes ani1 {
  0% {
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}
@-o-keyframes ani1 {
  0% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}