:root {
  --swiper-theme-color: #9d1d96 !important;
}
.htmlContent {
  overflow: hidden;
  /* text-align: justify; */
}
.htmlContent p,
.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4 {
  margin: 1em 0;
}
.htmlContent p {
  line-height: 1.778;
}
.htmlContent table {
  max-width: 100% !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
html.menu-opened,
body.menu-opened {
  overflow: hidden;
}
.block {
  display: block;
}
.layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.layout > * {
  width: 100%;
}
.layout .main {
  flex: 1;
}
.header {
  background-color: #000;
  height: 1.7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 21;
  transition: 0.3s;
}
.header .inner {
  max-width: 17.3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 1.7rem;
  align-items: center;
  position: relative;
}
.header .logo {
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .logo img {
  display: block;
  width: 1.07rem;
  max-height: 1.5rem;
  object-fit: contain;
}
.header .right-nav {
  display: flex;
  margin-left: 0.5rem;
}
.header .right-nav .item {
  position: relative;
  margin-left: 0.6rem;
}
.header .right-nav .label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .right-nav .label:hover .iconfont {
  color: #9d1d96;
}
.header .right-nav .label:hover a {
  color: #9d1d96;
}
.header .right-nav .label .iconfont {
  font-size: 1.25em;
  color: #888888;
  transition: 0.3s;
}
.header .right-nav .label .iconfont + a {
  margin-left: 0.1rem;
}
.header .right-nav .label a {
  font-size: 0.9375em;
  color: #888888;
  transition: 0.3s;
}
.header .right-nav .sub {
  position: absolute;
  top: 100%;
}
.header .right-nav .top-search {
  position: absolute;
  top: 110%;
  right: 0;
  transition: 0.3s;
  visibility: hidden;
  transform: translateY(-10px);
  opacity: 0;
}
.header .right-nav .top-search .text {
  padding-right: 30px;
  border: 1px solid #9d1d96;
  border-radius: 0.12rem;
  background-color: #1d1d1d;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.1rem;
  width: 2.2rem;
  color: #888888;
}
.header .right-nav .top-search .iconfont {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #888888;
}
.header .right-nav .top-search.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .right-nav .open-lang:hover .lang-box {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.header .right-nav .lang-box {
  position: absolute;
  right: -0.3rem;
  width: 130px;
  top: 100%;
  transition: 0.3s;
  padding-top: 0.05rem;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
}
.header .right-nav .lang-box .lang-inner {
  border: 1px solid #9d1d96;
  padding: 0.1rem 0.25rem 0.1rem 0.1rem;
  background-color: #1d1d1d;
}
.header .right-nav .lang-box a {
  display: block;
  font-size: 0.875em;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.header .right-nav .lang-box a::after {
  content: '';
  height: 0.1rem;
  width: 0.1rem;
  position: absolute;
  right: -0.19rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1d1d1d;
  border: 1px solid #888888;
  border-radius: 50%;
  opacity: 0;
}
.header .right-nav .lang-box a.active {
  color: #9d1d96;
}
.header .right-nav .lang-box a.active::after {
  opacity: 1;
}
.header .right-nav .lang-box::after {
  content: '';
  width: 0.05rem;
  height: calc(100% - 0.2rem);
  top: 0.1rem;
  right: 0.1rem;
  background-color: #888888;
  border-radius: 0.03rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .header {
    height: 1rem;
  }
  .header .inner {
    height: 1rem;
  }
  .header .logo img {
    max-width: calc(1rem - 0.2rem);
  }
  .header .right-nav .item {
    margin-left: 0.3rem;
  }
  .header .right-nav .top-search .text {
    height: 0.5rem;
    width: 3rem;
  }
  .header .right-nav .top-search .iconfont {
    font-size: 1em;
  }
}
.header.fixed {
  background-color: #000 !important;
}
.open-menu {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  margin-right: 0.5rem;
  cursor: pointer;
}
.open-menu i,
.open-menu::before,
.open-menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #888888;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  transition: 0.3s;
}
.open-menu::before {
  transform: translateY(-6px);
}
.open-menu::after {
  transform: translateY(6px);
}
.open-menu.active i {
  opacity: 0;
}
.open-menu.active::before {
  transform: translateY(0) rotate(-45deg);
}
.open-menu.active::after {
  transform: translateY(0) rotate(45deg);
}
.open-menu:hover i,
.open-menu:hover::before,
.open-menu:hover::after {
  background-color: #9d1d96;
}
body.menu-opened .header-sub {
  visibility: visible;
  opacity: 1;
}
.header-sub {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 22;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.header-sub .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.header-sub .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-sub .open-menu {
  position: absolute;
  left: 0.45rem;
  top: 0.5rem;
  z-index: 4;
}
.header-sub .open-menu i,
.header-sub .open-menu::after,
.header-sub .open-menu::before {
  background-color: #fff;
}
.header-sub .open-menu:hover i,
.header-sub .open-menu:hover::after,
.header-sub .open-menu:hover::before {
  background-color: #9d1d96;
}
.header-sub nav {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
}
.header-sub nav .item {
  min-width: 1.98rem;
  padding: 0.9rem 0;
  background-color: #393939;
  border-right: 1px solid #888888;
  opacity: 0;
}
.header-sub nav .item:last-of-type {
  border-right: 0;
}
.header-sub nav .item.active {
  opacity: 1;
}
.header-sub nav li {
  padding: 0.25rem 0.5rem;
  position: relative;
}
.header-sub nav li::after {
  content: "";
  width: 1px;
  height: 110%;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9d1d96;
  height: 0;
  transition: 0.3s;
}
.header-sub nav li.active::after,
.header-sub nav li:hover::after {
  height: 110%;
}
.header-sub nav li.active em,
.header-sub nav li:hover em {
  display: block;
}
.header-sub nav li.active em a,
.header-sub nav li:hover em a {
  color: #9d1d96;
}
.header-sub nav li.active .sub,
.header-sub nav li:hover .sub {
  display: block;
}
.header-sub nav li .sub {
  position: absolute;
  left: 100%;
  min-width: 1.98rem;
  top: 0;
  display: none;
  padding: 0 0.3rem;
}
.header-sub nav li .sub dd {
  margin-bottom: 0.15rem;
}
.header-sub nav li .sub a {
  color: #fff;
  font-weight: lighter;
  transition: 0.3s;
}
.header-sub nav li .sub a:hover {
  color: #9d1d96;
}
.header-sub nav li em a {
  font-size: 0.25rem;
  color: #ffffff;
  font-weight: lighter;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header-sub nav .item {
    width: 50%;
  }
  .header-sub nav .item:last-of-type {
    display: none;
  }
  .header-sub nav li em {
    position: relative;
  }
  .header-sub nav li .sub dd {
    margin-bottom: 0.15rem;
  }
  .header-sub nav li.has-sub em::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.bottom {
  background-color: #000;
}
.bottom .links {
  padding: 0.225rem 0;
  font-size: 0.9375em;
  overflow: hidden;
}
.bottom .links .item {
  color: #888888;
  transition: 0.3s;
  line-height: 2;
}
.bottom .links .item a {
  color: #888888;
  transition: 0.3s;
}
.bottom .links .item a:hover {
  color: #9d1d96;
}
.bottom .links .left {
  float: left;
  margin-right: 2rem;
  line-height: 4;
}
.bottom .links .right {
  float: right;
  margin-left: 2rem;
  line-height: 4;
}
.bottom .links .copyright {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .bottom .links {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .bottom .links .item {
    float: none !important;
    margin: 0;
  }
  .bottom .links .copyright {
    width: 100%;
    text-align: center;
    margin: 0.2rem 0 0;
  }
}
.home {
  height: 100%;
  background-color: #000;
}
.home .header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: transparent;
}
.home .main {
  position: relative;
}
.home .ind-ban {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home .ind-ban .video,
.home .ind-ban .ban_pc,
.home .ind-ban .ban_phone,
.home .ind-ban img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.home .swiper {
  height: 100%;
}
.home .swiper-button-prev {
  left: 0.8rem;
}
.home .swiper-button-next {
  right: 0.8rem;
}
.home .swiper-pagination {
  bottom: 1.3rem !important;
}
.home .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0.06rem;
}
.home .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.home .open-video {
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  background: url(../images/icon_play.png) center / contain no-repeat;
}
.home .logo-icon {
  width: 1.07rem;
  max-height: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 2;
  display: none;
}
@media (max-width: 1024px) {
  .home .swiper-pagination {
    bottom: 2rem !important;
  }
  .home .swiper-button-prev {
    left: 0.3rem;
  }
  .home .swiper-button-next {
    right: 0.3rem;
  }
  .home .ind-ban img {
    object-fit: contain !important;
  }
}
.product .header {
  top: -1.7rem;
}
@media (max-width: 1024px) {
  .product .header {
    top: -1rem;
  }
}
.pro-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #1b1b1b;
  z-index: 20;
  transition: 0.3s;
}
.pro-tab .auto-980 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pro-tab h1 {
  font-size: 1.25em;
  color: #fff;
  line-height: 2.25;
  font-weight: normal;
  padding: 0.3rem 0;
}
.pro-tab .menu {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
}
.pro-tab .menu li {
  margin-left: 0.12rem;
}
.pro-tab .menu a {
  display: block;
  font-size: 0.9375em;
  color: #fff;
  line-height: 2.5;
  transition: 0.3s;
  position: relative;
}
.pro-tab .menu a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #9d1d96;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.pro-tab .menu a.active,
.pro-tab .menu a:hover {
  color: #9d1d96;
}
.pro-tab .menu a.active::before,
.pro-tab .menu a:hover::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .pro-tab .auto-980 {
    display: block;
  }
  .pro-tab h1 {
    padding: 0.1rem 0;
  }
  .pro-tab .menu {
    margin-left: 0;
  }
}
.pro-info {
  padding: 1rem 0;
}
.pro-info .auto-980 {
  display: flex;
  justify-content: space-between;
}
.pro-info .pic {
  width: 44.89795918%;
}
.pro-info .pic .img {
  position: relative;
}
.pro-info .txt {
  flex: 1;
  padding-left: 0.3rem;
}
.pro-info .txt h2 {
  font-size: 1.5em;
  color: #000000;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 0.15rem;
}
.pro-info .txt .des {
  color: #000000;
  line-height: 1.1;
  margin-bottom: 0.15rem;
}
@media (max-width: 1024px) {
  .pro-info .auto-980 {
    display: block;
  }
  .pro-info .pic {
    width: 100%;
  }
  .pro-info .pic .img img {
    right: 0;
  }
  .pro-info .txt {
    padding-left: 0;
  }
}
.product-wrapper .header {
  background-color: transparent;
  position: fixed;
  transition: 0.3s;
}
.pro-ban .pic {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.pro-ban .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.pro-ban .pic img:hover {
  transform: scale(1.1);
}
.pro-ban img {
  transform: scale(1) !important;
}
.pro-ban .swiper-slide {
  position: relative;
}
.pro-ban .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  padding-top: 1.7rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.pro-ban .txt h3 {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.45;
}
.pro-ban .txt h2 {
  font-size: 0.75rem;
  font-weight: bold;
}
.pro-ban .txt .more {
  font-size: 0.25rem;
  color: #9d1d96;
  font-weight: bold;
  padding: 0.12rem 0.5rem;
  border: 2px solid #9d1d96;
  transition: 0.3s;
  margin-top: 0.4rem;
  display: inline-block;
}
.pro-ban .txt .more:hover {
  background-color: #9d1d96;
  color: #fff;
}
.pro-ban .swiper-pagination {
  bottom: 0.5rem !important;
}
.pro-ban .swiper-button-prev {
  left: 0.8rem;
}
.pro-ban .swiper-button-next {
  right: 0.8rem;
}
@media (max-width: 1024px) {
  .pro-ban .txt {
    padding-top: 1rem;
  }
  .pro-ban .txt h3 {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1.45;
  }
  .pro-ban .txt h2 {
    font-size: 0.5rem;
    font-weight: bold;
  }
  .pro-ban .pic {
    padding-top: 100%;
  }
}
.common-pagi .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0.06rem;
}
.common-pagi .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.file-header {
  background-color: #f0f0f0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.file-header .title {
  font-size: 0.25rem;
  text-align: center;
  line-height: 1.8;
  font-weight: normal;
  padding: 0.525rem 0;
}
.file-header .tab {
  display: flex;
}
.file-header .tab .item {
  flex: auto;
  display: flex;
}
.file-header .tab .item a {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-size: 0.9375em;
  border: 1px solid #b5b5b5;
  border-right: 0;
  padding: 0.05rem;
  display: block;width: 100%;
  transition: 0.3s;
}
.file-header .tab .item a:hover,
.file-header .tab .item a.active {
  border-color: #9d1d96;
  background-color: #9d1d96;
  color: #fff;
}
.file-header .tab .item:last-of-type a {
  border-right: 1px solid #b5b5b5;
}
.file-content {
  padding-top: 1.3rem;
}
.file-content .title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.file-list {
  padding: 0 0.9rem;
}
.file-list .item {
  border: 1px solid #b4b4b4;
  padding: 0.3rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.file-list .item .inner {
  width: 100%;
  display: flex;
}
.file-list .item .inner + .inner {
  margin-top: 0.2rem;
}
.file-list .item .txt {
  flex: 1;
  line-height: 0.28rem;
  border: 1px solid #9d1d96;
  padding: 0 0.1rem;
}
.file-list .item .btn {
  padding: 0 0.36rem;
  line-height: 1.875em;
  height: 1.875em;
  background-color: #f0f0f0;
  border: 1px solid #9d1d96;
  border-left: 0;
  transition: 0.3s;
}
.file-list .item .btn:hover {
  background-color: #9d1d96;
  color: #fff;
  border-color: #9d1d96;
}
@media (max-width: 1024px) {
  .file-list {
    padding: 0;
  }
  .file-list .item .txt {
    --em: (30 / 16) * 1em;
    line-height: calc(var(--em) - 2px);
  }
}
.file-des {
  font-size: 12px;
  color: #000000;
  line-height: 2.333;
  margin-top: 1.7rem;
  margin-bottom: 0.6rem;
}
.has-sub-nav .header {
  top: -1.7rem;
}
@media (max-width: 1024px) {
  .has-sub-nav .header {
    top: -1rem;
  }
}
body.up .header {
  top: 0 !important;
}
body.up .pro-tab {
  top: 1.7rem !important;
}
@media (max-width: 1024px) {
  body.up .pro-tab {
    top: 1rem !important;
  }
}
body.down .header.fixed {
  top: -1.7rem !important;
}
@media (max-width: 1024px) {
  body.down .header.fixed {
    top: -1rem !important;
  }
}
.pro-swiper .swiper .swiper-sldie {
  position: relative;
  opacity: 0;
}
.pro-swiper .swiper .swiper-sldie-active {
  opacity: 1;
}
.pro-swiper .swiper .pic {
  position: relative;
  padding-top: 39.0625%;
  overflow: hidden;
}
.pro-swiper .swiper .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.pro-swiper .swiper .pic img:hover {
  transform: scale(1.1);
}
.pro-swiper .swiper img {
  transform: scale(1) !important;
}
.pro-swiper .swiper .video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pro-swiper .swiper .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  padding-bottom: 0.15rem;
  background-color: #000;
}
.pro-swiper .swiper .video .open-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7) url(../images/icon_play.png) center / 0.86rem no-repeat;
}
.pro-swiper .swiper-nav {
  padding: 0 1rem;
  height: 2.1rem;
  position: relative;
  padding-bottom: 20px;
  background-color: #000;
  overflow: visible;
  z-index: 2;
}
.pro-swiper .swiper-nav::before {
  content: '';
  width: 100%;
  height: calc(100% - 0.2rem);
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #9d1d96 0%, #500e4c 10%, #280726 20%, #000000 49%, #280726 82%, #500e4c 90%, #771671 95%, #9d1d96 100%);
  background-image: -webkit-linear-gradient(0deg, #9d1d96 0%, #500e4c 10%, #280726 20%, #000000 49%, #280726 82%, #500e4c 90%, #771671 95%, #9d1d96 100%);
  background-image: -ms-linear-gradient(0deg, #9d1d96 0%, #500e4c 10%, #280726 20%, #000000 49%, #280726 82%, #500e4c 90%, #771671 95%, #9d1d96 100%);
}
.pro-swiper .swiper-nav .swiper-container {
  position: absolute;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
}
.pro-swiper .swiper-nav .swiper-slide {
  width: 2.35rem;
  height: auto;
  border: 1px solid #888888;
  background-color: #000;
  transition: 0.3s;
  cursor: pointer;
}
.pro-swiper .swiper-nav .swiper-slide:hover {
  border-color: #1b1b1b;
  box-shadow: 0 0 0.08rem 0.04rem #9d1d96;
}
.pro-swiper .swiper-nav .swiper-slide:hover .txt {
  opacity: 1;
}
.pro-swiper .swiper-nav .pic {
  padding-top: 100%;
  position: relative;
}
.pro-swiper .swiper-nav .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.pro-swiper .swiper-nav .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.pro-swiper .swiper-nav .txt .dot2 {
  width: 100%;
  font-size: 0.3rem;
}
.pro-swiper .swiper-nav .swiper-slide-themb-active {
  border-color: #1b1b1b;
  box-shadow: 0 0 0.08rem 0.04rem #9d1d96;
}
.pro-swiper .swiper-nav .swiper-slide-themb-active .txt {
  opacity: 1;
}
@media (max-width: 1024px) {
  .pro-swiper .swiper-nav {
    height: 1.1rem;
  }
  .pro-swiper .swiper .pic {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
  }
  .pro-swiper .swiper .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: 0.3s;
  }
  .pro-swiper .swiper .pic img:hover {
    transform: scale(1.1);
  }
  .pro-swiper .swiper-nav .swiper-slide {
    width: 1.3rem;
  }
}
.pro-det-01 img {
  display: block;
  width: 100%;
}
.pro-det-01 .swiper-pagination {
  bottom: 0.4rem !important;
}
.pro-det-01 .swiper-pagination .swiper-pagination-bullet {
  width: 1.1875em;
  height: 1.1875em;
  border-radius: 0;
  border: 3px solid #9d1d96;
  opacity: 1;
  outline: none !important;
}
.pro-det-01 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-width: 1px;
  border-color: #cacaca;
}
@media (max-width: 1024px) {
  .pro-det-01 .swiper-pagination {
    position: static !important;
  }
}
.pro-det-02 {
  text-align: center;
  padding: 0.4rem 0.6rem 0.45rem;
}
.pro-det-02 .pic {
  padding-top: 48.27586207%;
  position: relative;
  margin-bottom: 0.3rem;
}
.pro-det-02 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.pro-det-02 .txt .dot2 {
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 1.3;
  min-height: 2.6em;
}
.pro-det-02 .swiper-pagination {
  position: static !important;
}
.pro-det-02 .swiper-pagination .swiper-pagination-bullet {
  width: 1.1875em;
  height: 1.1875em;
  border-radius: 0;
  border: 3px solid #9d1d96;
  opacity: 1;
  outline: none !important;
}
.pro-det-02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-width: 1px;
  border-color: #cacaca;
}
.pro-det-03 .auto-1440 {
  display: flex;
  justify-content: space-between;
}
.pro-det-03 .pic {
  width: 6.05rem;
  padding: 2.1rem 0 1.6rem;
  position: relative;
}
.pro-det-03 .pic img {
  display: block;
  position: relative;
  z-index: 2;
}
.pro-det-03 .pic::before {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  left: 3%;
  top: 0;
  transform-origin: 50% 50%;
  transition: 0.3s;
  background-color: #000;
}
.pro-det-03 .pic.animated::before {
  transform: skewX(-15deg);
  background-color: #9d1d96;
}
.pro-det-03 .txt {
  color: #fff;
  padding: 2.1rem 0 1.6rem;
  text-align: center;
}
.pro-det-03 .txt .title {
  font-size: 1.2rem;
}
.pro-det-03 .txt .des {
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.125;
  margin-bottom: 0.8rem;
}
.pro-det-03 .txt .count-box {
  display: flex;
  justify-content: center;
}
.pro-det-03 .txt .count-box .item {
  margin: 0 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro-det-03 .txt .count-box .num {
  font-size: 0.8rem;
  background-color: #2f2f2f;
  border: 2px solid #9d1d96;
  font-weight: bold;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  margin-bottom: 0.25rem;
  min-width: 1.05rem;
  text-align: center;
}
.pro-det-03 .txt .count-box .unit {
  font-size: 0.4rem;
  color: #ffffff;
}
.pro-det-03 .maxImage {
  width: 100%;
}
@media (max-width: 1024px) {
  .pro-det-03 .auto-1440 {
    display: block;
  }
  .pro-det-03 .pic {
    width: 100%;
  }
  .pro-det-03 .pic::before {
    width: 83%;
    left: 9%;
  }
  .pro-det-03 .pic.animated::before {
    transform: skewX(-9deg);
  }
  .pro-det-03 .txt {
    padding: 1rem 0 1rem;
  }
}
.pro-det-04 {
  padding-top: 2.1rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .pro-det-04 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.explore-tab {
  display: flex;
  text-align: center;
  margin-bottom: 1.3rem;
}
.explore-tab .item {
  flex: 1;
  border-bottom: 3px solid #fff;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.08;
  padding: 0.25rem 0;
  cursor: pointer;
  transition: 0.3s;
}
.explore-tab .item + .item {
  margin-left: 1.3rem;
}
.explore-tab .item:hover,
.explore-tab .item.active {
  color: #9d1d96;
  border-color: #9d1d96;
}
@media (max-width: 1024px) {
  .explore-tab {
    margin-bottom: 0.8rem;
  }
  .explore-tab .item {
    font-size: 0.3rem;
  }
  .explore-tab .item + .item {
    margin-left: 0.2rem;
  }
}
.explore-content .explore .des {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.12;
  margin-bottom: 0.7rem;
}
.explore-content .explore .imgs {
  padding-top: 47.22%;
  position: relative;
  margin-bottom: 1.3rem;
}
.explore-content .explore .imgs.active img {
  opacity: 1 !important;
  transform: translate(0) !important;
}
.explore-content .explore .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  transition: transform 0.8s cubic-bezier(0.01, 0.7, 0.3, 0.99);
}
.explore-content .explore .imgs img:nth-child(1) {
  transform: translate(20%, -34%);
}
.explore-content .explore .imgs img:nth-child(2) {
  transform: translate(26%, -34%);
}
.explore-content .explore .imgs img:nth-child(3) {
  transform: translate(18%, -23%);
}
.explore-content .explore .imgs img:nth-child(4) {
  transform: translate(31%, -14%);
}
.explore-content .explore .imgs img:nth-child(5) {
  transform: translate(27%, -20%);
}
.explore-content .explore .imgs img:nth-child(6) {
  transform: translate(22%, -15%);
}
.explore-content .explore .imgs img:nth-child(7) {
  transform: translate(17%, -13%);
}
.explore-content .explore .imgs img:nth-child(8) {
  transform: translate(18%, -15%);
}
.explore-content .explore .imgs img:nth-child(9) {
  transform: translate(10%, -7%);
}
.explore-content .explore .imgs img:nth-child(10) {
  transform: translate(6%, -4%);
}
.explore-content .explore .imgs img:nth-child(11) {
  opacity: 1;
}
.explore-content .explore .imgs img:nth-child(12) {
  transform: translate(-15%, 11%);
}
.explore-content .explore .imgs img:nth-child(13) {
  transform: translate(-21%, 15%);
}
.explore-content .explore .imgs img:nth-child(14) {
  transform: translate(-27%, 19%);
}
.explore-content .explore .imgs img:nth-child(15) {
  transform: translate(-36%, 27%);
}
.explore-content .explore .imgs img:nth-child(16) {
  opacity: 0;
  transition: opacity 0.4s 0.6s ease;
}
.explore-content .video-wrap {
  position: relative;
}
.explore-content .video-wrap::before {
  content: '';
  width: 100%;
  height: calc(100% - 0.4rem);
  position: absolute;
  left: 0;
  top: 0.2rem;
  background-color: #9d1d96;
}
.explore-content .video-wrap .auto-1600 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.explore-content .video-wrap .auto-1600 .video {
  width: 43.75%;
}
.explore-content .video-wrap .auto-1600 .video .inner {
  padding-top: 79.42857143%;
  position: relative;
  border: 1px solid #cacaca;
}
.explore-content .video-wrap .auto-1600 .video .inner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.explore-content .video-wrap .auto-1600 .video .inner .open-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/icon_play.png) center / 0.86rem no-repeat;
}
.explore-content .video-wrap .auto-1600 .pic {
  width: 46.875%;
  display: flex;
  align-items: center;
}
.explore-content .fan-box .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explore-content .fan-box .flex-box:not(:last-child) {
  margin-bottom: 1.3rem;
}
.explore-content .fan-box .wl {
  width: 38.51351351%;
}
.explore-content .fan-box .wr {
  width: 57.43243243%;
}
.explore-content .fan-box .pic img{
  width: 100%;
}
.explore-content .fan-box .count-box {
  padding-right: 0.5rem;
}
@media (max-width: 1024px) {
  .explore-content .fan-box .flex-box {
    flex-direction: column;
  }
  .explore-content .fan-box .flex-box:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .explore-content .fan-box .flex-box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .explore-content .fan-box .count-box {
    padding-right: 0;
  }
  .explore-content .fan-box .wl {
    width: 100%;
  }
  .explore-content .fan-box .wr {
    width: 100%;
  }
  .explore-content .fan-box .pic img {
    width: 100%;
    display: block;
  }
}
.blackbg {
  background-color: #000;
  color: #fff;
}
.pro-title {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .pro-title {
    font-size: 0.5rem;
  }
}
.pro-det-05 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}
.pro-det-05 .pro-title {
  margin-bottom: 0.7rem;
}
.pro-det-05 .img img {
  width: 100%;
}
.pro-det-05 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.33rem;
}
.pro-det-05 ul li {
  width: 30%;
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .pro-det-05 ul li {
    font-size: 0.2rem;
  }
}
.pro-det-06 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.pro-det-06 .pro-title {
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 2;
}
.pro-det-06 .img {
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 2;
}
.pro-det-06 .img img {
  width: 100%;
  display: block;
}
.pro-det-06 .content {
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 1.9;
  text-align: center;
  position: relative;
  z-index: 2;
}
.pro-det-06 .color-block {
  width: 31.25%;
  height: 100%;
  background-color: #9d1d96;
  position: absolute;
  left: 50%;
  top: 0;
  transition: 0.3s;
  transform-origin: left bottom;
}
.pro-det-06 .color-block.animated {
  transform: skewX(-15deg);
}
@media (max-width: 1024px) {
  .pro-det-06 .content {
    font-size: 0.24rem;
  }
}
.pro-det-07 img {
  display: block;
  width: 100%;
}
.pro-det-08 {
  display: flex;
}
.pro-det-08 .pro-title {
  margin-bottom: 0.2rem;
}
.pro-det-08 .pic {
  width: 56.25%;
}
.pro-det-08 .pic img {
  display: block;
  width: 100%;
}
.pro-det-08 .txt {
  padding: 0.8rem 0.4rem 0 0.9rem;
  flex: 1;
}
.pro-det-08 .des {
  font-size: 0.36rem;
  font-weight: bold;
}
.pro-det-08 .des p {
  margin-bottom: 0.4rem;
}
.pro-det-08 .img img {
  max-height: 6.97rem;
}
@media (max-width: 1024px) {
  .pro-det-08 {
    display: block;
  }
  .pro-det-08 .pic {
    width: 100%;
  }
  .pro-det-08 .txt {
    padding: 0.8rem 0.3rem;
  }
  .pro-det-08 .des {
    font-size: 0.3rem;
  }
  .pro-det-08 .img {
    text-align: center;
  }
}
.count-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.count-box .count-item {
  min-width: 34%;
  margin: 0.75rem 0;
}
.count-box .count-wrap {
  display: flex;
  align-items: baseline;
}
.count-box .count-wrap .count {
  font-size: 0.6rem;
  font-weight: bold;
}
.count-box .count-wrap sub {
  font-size: 0.3rem;
}
.count-box .des {
  font-size: 0.4rem;
}
.pro-det-09 {
  background-color: #000;
}
.pro-det-09 .swiper {
  padding: 0.5rem;
}
.pro-det-09 .swiper-wrapper {
  justify-content: center;
}
.pro-det-09 .swiper-slide {
  width: 1.4rem;
}
.pro-det-09 .pic {
  padding-top: 100%;
  position: relative;
}
.pro-det-09 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.pro-det-09 .swiper-pagination {
  position: static !important;
  margin-top: 0.3rem;
}
.pro-det-09 .swiper-pagination .swiper-pagination-bullet {
  width: 1.1875em;
  height: 1.1875em;
  border-radius: 0;
  border: 3px solid #9d1d96;
  opacity: 1;
  outline: none !important;
}
.pro-det-09 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-width: 1px;
  border-color: #cacaca;
}
.pro-det-10 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-det-10 .pic {
  width: 58.17708333%;
}
.pro-det-10 .left {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.pro-det-10 .left .inner {
  max-width: 6.0225rem;
  width: 96%;
}
@media (max-width: 1024px) {
  .pro-det-10 {
    display: block;
  }
  .pro-det-10 .pic {
    width: 100%;
  }
  .pro-det-10 .left {
    width: 100%;
    justify-content: center;
    padding: 0 0.3rem 0.3rem;
  }
  .pro-det-10 .left .inner {
    width: auto;
    max-width: 100%;
  }
}
.pro-det-11 {
  display: flex;
}
.pro-det-11 .pic {
  width: 56.5625%;
}
.pro-det-11 .txt {
  padding: 1.7rem 0;
  flex: 1;
}
.pro-det-11 .txt .inner {
  max-width: 6.555rem;
  width: 96%;
  transform: translateX(-0.3rem);
}
.pro-det-11 .count-box {
  text-align: left;
}
.pro-det-11 .count-box .count-item {
  margin: 0.25rem 0;
  position: relative;
  padding-left: 0.35rem;
  min-width: 40%;
}
.pro-det-11 .count-box .count-item::before {
  content: '';
  width: 0.03rem;
  height: calc(100% - 0.2rem);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9d1d96;
}
@media (max-width: 1024px) {
  .pro-det-11 {
    flex-direction: column-reverse;
  }
  .pro-det-11 .pic {
    width: 100%;
  }
  .pro-det-11 .txt {
    width: 100%;
    padding: 0 0.3rem 1rem;
  }
  .pro-det-11 .txt .inner {
    max-width: 100%;
    width: 100%;
    transform: translateX(0);
  }
}
.parameter {
  padding: 0.7rem 0;
}
.parameter .pic {
  padding: 0 0.3rem;
  max-width: 3rem;
  margin-bottom: 0.3rem;
}
.parameter .title {
  font-size: 1.25em;
  color: #000000;
  line-height: 2.25;
}
.parameter .list li {
  display: flex;
  border-top: 1px solid #b2b2b2;
  padding: 0.35rem 0.2rem;
}
.parameter .list .label {
  font-size: 1.5625em;
  line-height: 1;
  width: 3.25rem;
}
.parameter .list .content {
  font-size: 0.9375em;
  line-height: 1.5625em;
  flex: 1;
}
@media (max-width: 1024px) {
  .parameter .list .label {
    font-size: 1.125em;
    width: 2.5rem;
  }
  .parameter .list .content {
    padding-left: 0.15rem;
  }
}
.pic-list {
  padding: 0.5rem 0;
}
.pic-list .clearfix {
  margin-left: 0.04rem;
  margin-right: -0.04rem;
}
.pic-list .item {
  float: left;
  width: 20%;
  padding: 0.04rem;
}
.pic-list .item:nth-of-type(12n + 1) {
  width: 40%;
}
.pic-list .pic {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.pic-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.pic-list .pic img:hover {
  transform: scale(1.1);
}
.pic-list .pic {
  background-color: #252525;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pic-list .item {
    width: 33.33%;
  }
  .pic-list .item:nth-of-type(12n + 1) {
    width: 66.66%;
  }
}
.support-title {
  padding: 0.4rem 1.7rem 0.3rem;
  display: flex;
}
.support-title .pic {
  width: 2rem;
  margin-right: 0.6rem;
}
.support-title .txt .label {
  font-size: 0.9375em;
  color: #000000;
}
.support-title .txt h1 {
  font-size: 1.5625em;
  color: #000000;
  font-weight: normal;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .support-title {
    padding: 0.4rem 0 0.3rem;
    flex-direction: column;
  }
  .support-title .pic {
    margin-bottom: 0.2rem;
  }
}
.file-list2 {
  padding: 0 0.9rem;
}
.file-list2 .item {
  border: 1px solid #b4b4b4;
  padding: 0.3rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.file-list2 .item .inner {
  width: 100%;
  display: flex;
}
.file-list2 .item .inner + .inner {
  margin-top: 0.2rem;
}
.file-list2 .item .txt {
  flex: 1;
  line-height: 0.28rem;
  padding: 0 0.1rem;
  font-size: 1.25em;
}
.file-list2 .item .btn {
  padding: 0 0.36rem;
  line-height: 1.875em;
  height: 1.875em;
  background-color: #9d1d96;
  color: #fff;
  transition: 0.3s;
}
.file-list2 .item .btn:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .file-list2 {
    padding: 0;
  }
  .file-list2 .item .txt {
    --em: (30 / 16) * 1em;
    line-height: calc(var(--em) - 2px);
  }
}
.bg-pic {
  background: #000 url(../images/about-bg.png) left top / 100% auto repeat-y;
  color: #fff;
}
.bg-pic .header {
  background: transparent;
}
.bg-pic .bottom {
  background: transparent;
}
.bg-pic .main {
  padding-top: 0.3rem;
}
.column-title {
  text-align: center;
  font-size: 0.3rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.column-title::after {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon_down.png) center / contain no-repeat;
  display: block;
  margin: 0.2rem auto 0;
}
.about .header {
  top: -1.7rem;
}
@media (max-width: 1024px) {
  .about .header {
    top: -1rem;
  }
}
.about .flex-box {
  display: flex;
  justify-content: space-between;
}
.about .flex-box .pic {
  width: 4rem;
  margin-right: 0.5rem;
}
.about .flex-box .txt {
  flex: 1;
}
@media (max-width: 1024px) {
  .about .flex-box {
    display: block !important;
  }
  .about .flex-box .pic {
    width: 100%;
  }
}
.contact {
  position: relative;
  color: #fff;
}
.contact .header {
  background: transparent !important;
  width: 100%;
  position: static !important;
}
.contact .scroll {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.contact .scroll > .inner {
  max-width: 5.4rem;
  width: 96%;
  margin: 0 auto;
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
}
.contact .scroll > .inner > div {
  background-color: #000;
  padding: 0.9rem 0.9rem 0.6rem;
  text-align: center;
}
.contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ban_bg.png) center / cover;
  opacity: 0.5;
}
.contact .bottom {
  position: relative;
  z-index: 2;
}
.contact h2 {
  font-size: 0.4rem;
  margin-bottom: 0.36rem;
}
.contact h3 {
  font-size: 0.22rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.contact .img {
  margin-bottom: 0.7rem;
}
.contact .img img {
  display: block;
}
.contact .close {
  text-align: center;
}
.contact .close i {
  font-size: 0.53rem;
  cursor: pointer;
  color: #7166f0;
  transition: 0.3s;
}
.contact .close i:hover {
  color: #9d1d96;
}
@media (max-height: 970px) and (min-width: 1025px) {
  .contact h2 {
    margin-bottom: 0.15rem;
  }
  .contact h3 {
    margin-bottom: 0.15rem;
  }
  .contact .scroll > .inner > div {
    padding: 0.4rem 0.9rem 0.4rem;
  }
  .contact .img {
    margin-bottom: 0.3rem;
  }
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000 url(../images/about-bg.png) left top / 100% auto repeat-y;
  z-index: 21;
  overflow-y: auto;
}
.popup::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ban_bg.png) center / cover;
  opacity: 0.5;
}
.login {
  background: url(../images/login_bg.jpg) left top / cover repeat-y;
}
.login .header {
  background-color: transparent;
}
.login .bottom {
  background-color: transparent;
}
.login-box {
  max-width: 5.5rem;
  margin: 1rem auto 0.9rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.6rem 0.65rem;
  position: relative;
}
.login-box .form-item {
  padding-top: 0.35rem;
  position: relative;
  border-bottom: 3px solid #9d1d96;
}
.login-box .text {
  width: 100%;
  border: 0;
  background-color: transparent;
  height: 0.55rem;
  color: #fff;
  font-size: 0.25rem;
}
.login-box .text::placeholder {
  color: #fff;
}
.login-box .ver {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-box .ver-btn {
  padding: 0 0.15rem;
  border: 1.5px solid #fff;
  height: 0.44rem;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.05rem;
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.login-box .ver-btn:hover {
  background-color: #9d1d96;
  border-color: #9d1d96;
}
.login-box .btn {
  --btnHeight: 0.65rem;
  width: 100%;
  text-align: center;
  height: var(--btnHeight);
  border-radius: 0.05rem;
  background-color: #9d1d96;
  color: #fff;
  border: 0;
  margin-top: 0.3rem;
  font-size: 0.25rem;
  color: #bcbcbc;
  cursor: pointer;
  transition: 0.3s;
}
.login-box .btn:hover {
  color: #fff;
}
.login-box .btn:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.login-box .des {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.login-box .des span {
  padding: 0 0.4rem;
  flex-shrink: 0;
  font-size: 0.25rem;
  line-height: 2.64;
  color: #bcbcbc;
}
.login-box .des::after,
.login-box .des::before {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background-color: #bcbcbc;
}
.login-box .switch {
  display: flex;
  justify-content: space-around;
  --itemWidth: 0.86rem;
  margin-top: 0.5rem;
}
.login-box .switch .item {
  width: var(--itemWidth);
  height: var(--itemWidth);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5e5e5e;
  cursor: pointer;
  transition: 0.3s;
}
.login-box .switch .item .iconfont {
  font-size: 0.36rem;
}
.login-box .switch .item:hover {
  background-color: #333333;
}
.login-box .switch .item.active {
  background-color: #9d1d96;
}
.login-box .wechat-login {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.3rem;
  background-color: #fff;
}
.login-box .tips {
  position: absolute;
  width: 100%;
  top: -0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
}
.login-box .tips .tips-item {
  margin-bottom: 0.15rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.05rem;
  background-color: #9d1d96;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
@media (max-height: 970px) {
  .login-box {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .login-box .switch {
    margin-top: 0.2rem;
  }
}
.pro-det-item .block {
  width: 100%;
}
.pro-det-item .maxImage {
  width: 100%;
}
.news {
  background-color: #000;
  color: #fff;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.news-list .col {
  width: calc((100% / 3) - 0.5rem);
  margin: 0 0.25rem;
}
@media (max-width: 1200px) {
  .news-list .col {
    width: calc((100% / 3) - 0.5rem);
  }
}
@media (max-width: 1024px) {
  .news-list .col {
    width: calc((100% / 2) - 0.5rem);
  }
}
@media (max-width: 768px) {
  .news-list .col {
    width: calc((100% / 2) - 0.5rem);
  }
}
.news-list .pic {
  position: relative;
  padding-top: 57.14285714%;
  overflow: hidden;
}
.news-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.news-list .pic img:hover {
  transform: scale(1.1);
}
.news-list .pic {
  background-color: #f4ce82;
}
.news-list .txt {
  font-size: 1.125em;
  line-height: 1.167;
  word-break: break-all;
  padding: 0.25rem 0;
}
.news-list .txt .dot3 {
  height: 3.501em;
}
.news-list a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.news-list a:hover {
  color: #9d1d96;
}
.news-info {
  background-color: #fff;
  color: #000;
  max-width: 9rem;
  padding: 0.6rem 0.3rem 2.8rem;
  margin: 0.4rem auto 0.7rem;
}
.news-info .title {
  text-align: center;
  font-size: 1.875em;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.news-back {
  text-align: center;
  margin-bottom: 1.4rem;
}
.news-back a {
  padding: 0 0.5rem;
  line-height: 0.45rem;
  background-color: #9d1d96;
  display: inline-block;
  border-radius: 0.05rem;
  color: #bcbcbc;
  transition: 0.3s;
}
.news-back a:hover {
  color: #fff;
}
.maxImage {
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.pro-det-01 video,
.pro-det-02 video,
.pro-det-03 video,
.pro-det-05 video,
.pro-det-06 video,
.pro-det-07 video,
.pro-det-08 video {
  width: 100% !important;
  height: auto !important;
  display: block;
}


.qui_allbg{
  background: url(../images/login_bg.jpg) center no-repeat;
  background-size: cover;
}

.qui_cx_box{display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fefefe;}
.qui_cx_box>*{width: 100%;}
.qui_cx_box .quiint{max-width: 7rem;margin: 0 auto;}
.qui_cx_box .qui_tt{font-size: .84rem;padding: 0 5vw;line-height: 1.2;margin-bottom: .6rem;text-align: center;}
.qui_cx_box .quibtn{width: 100%;margin-top: .3rem;}
.qui_cx_box .quibtn .quia{display: block;margin: 0 auto;width: 90%;max-width: 5.64rem;line-height: .62rem;background: #612166;font-size: .26rem;text-align: center;color: #fefefe!important;}

.qui_cx_box .quiint,
.qui_cx_box .quilab{max-width: 6.96rem;margin: 0 auto;}
.qui_cx_box .quilab label{cursor: pointer;user-select: none;padding-left:0.35rem;position:relative;display:inline-block;}
.qui_cx_box .quilab{margin-top: .65rem;font-size: .22rem;cursor: pointer;user-select: none;}

.qui_cx_box .quiint .qui_text{display: block;width: 100%;border: .02rem solid #fff;color: #fefefe;font-size: .3rem;padding: 0 .23rem;height: .78rem;line-height: .78rem;background: transparent;}

.qui_cx_box input:-moz-placeholder{color:#9e9e9e;opacity:1;}
.qui_cx_box input::-moz-placeholder{color:#9e9e9e;opacity:1;}
.qui_cx_box input:-ms-input-placeholder{color:#9e9e9e;}
.qui_cx_box input::-webkit-input-placeholder{color:#9e9e9e;}

.qui_cx_box .fwxy{
    -webkit-appearance: none; 
    border:none;
    vertical-align: middle;
    /*background:url(/UploadFiles/images/ck1.svg) center no-repeat;*/
    /*background-size: cover;*/
	border:1px solid #fff;
    width: 0.24rem;
    height: 0.24rem;
    position: relative;top: -1px;
    margin-top: 0;
    margin-right: .1rem;
    border-radius: 50%;
    cursor: pointer;position:absolute;left:0;top:0.03rem;
}
.fwxy:after{content:"";position:absolute;width:0.1rem;height:0.1rem;background:#612166;top:50%;left:50%;margin:-0.05rem 0 0 -0.05rem;display:none;border-radius:100%;}
.fwxy.active:after{display:block;}
.qui_cx_box .fwxy.active{
    /*border: 0;
    background: url(/UploadFiles/images/ck2.svg) center no-repeat; 
    background-size: cover;*/
	border-color:#612166;
}

.qui_cx_box .qui_res{max-width: 15.46rem;width: 90%;margin: 0 auto;}

.qui_res_list{word-break: break-word;}
.qui_res_list .quili{display: flex;}
.qui_res_list .quili .qui{width: calc(25% - .04rem);margin: .02rem;background: #3d3d3d;font-size: .33rem;line-height: 1.15151515152;text-align: center;padding: .13rem;display: flex;align-items: center;justify-content: center;}
.qui_res_list .quili:first-child .qui{background: #555;font-size: .26rem;}
@media (max-width: 768px) {
.qui_cx_box .qui_tt{font-size: .36rem;}
.qui_res_list .quili .qui{font-size: .26rem;}
}



.top-search-result {
    position: absolute;
    width: 100%;
    top: 100%;
    padding-top: .12rem;
    display: none;
}

    .top-search-result dl {
        background-color: #000;
        border: 1px solid #9d1d96;
        max-height: 2.2rem;
        overflow-y: auto;
    }

    .top-search-result dd a {
        display: block;
        line-height: .3rem;
        padding: 0 .1rem;
        color: #888888;
        /* border-bottom: 1px solid #eee; */
    }

        .top-search-result dd a:hover {
            color: #9d1d96;
        }

    .top-search-result .empty,
    .top-search-result .lodaing {
        height: .3rem;
        text-align: center;
        color: #888;
        line-height: .3rem;
    }




/* 2024-11-19 */
.home-img-links {
    min-height: 100%;
    padding-top: 1.7rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .home-img-links .title {
        font-size: .6rem;
        color: #fff;
        text-align: center;
        margin-bottom: .5rem;
    }

    .home-img-links .swiper-button-next {
        right: .3rem;
    }

    .home-img-links .swiper-button-prev {
        left: .3rem;
    }

    .home-img-links .auto-1730 {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 96%;
    }

    .home-img-links .links-list {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        /* padding-bottom: .4rem; */
        overflow: hidden;
        padding: 0 .3rem;
        position: relative;
    }

    .home-img-links .swiper-list {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .home-img-links .links-item {
        /* width: 20%; */
        display: flex;
        margin-bottom: .4rem;
    }

        .home-img-links .links-item a {
            display: flex;
            flex-direction: column;
            padding: 0 .3rem;
            width: 100%;
        }

        .home-img-links .links-item .img {
            position: relative;
            flex: 1;
            margin-bottom: .3rem;
            min-height: 3rem;
        }

            .home-img-links .links-item .img img {
                object-fit: contain;
                position: absolute;
                width: auto;
                height: auto;
                top: auto;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%;
            }

        .home-img-links .links-item .txt {
            padding: 0rem;
            color: #fff;
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -.5rem;
            margin-right: -.5rem;
        }

        .home-img-links .links-item .dot {
            font-size: 1.5em;
            background-color: #fff;
            color: #000;
            line-height: .5rem;
            height: .5rem;
            position: relative;
            /* flex-shrink: 0; */
            flex: 1;
            width: 100%;
        }

        .home-img-links .links-item .txt::before {
            content: '';
            width: 0;
            height: 0;
            border: .26rem solid transparent;
            border-right-color: #fff;
        }

        .home-img-links .links-item .txt::after {
            content: '';
            width: 0;
            height: 0;
            border: .26rem solid transparent;
            border-left-color: #fff;
        }

@media (max-width: 768px) {
    .home-img-links {
        padding-bottom: 2.5rem;
    }

        .home-img-links .links-item .txt {
            padding: 0;
        }

        .home-img-links .links-item .dot {
            flex: 1;
            font-size: .22rem;
        }

        .home-img-links .links-item a {
            padding: 0 .1rem;
        }

        .home-img-links .links-item .img {
            min-height: 2.5rem
        }

        .home-img-links .links-list {
            align-items: center;
        }
}

.sub-sub {
    padding: 0 0.3rem;
    display: none;
}

    .sub-sub dd {
        margin-bottom: 0.15rem;
    }

    .sub-sub a {
        color: #fff;
        font-weight: lighter;
        transition: 0.3s;
    }

        .sub-sub a:hover {
            color: #9d1d96;
        }

@media (max-width: 1024px) {
    .header-sub nav .item {
        width: 33.33%;
    }

        .header-sub nav .item:last-of-type {
            display: block;
        }
}


.video-list .pic::after {
    content: '';
    width: .6rem;
    height: .6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/icon_play.png) center / contain no-repeat;
    pointer-events: none;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.3rem;
    margin-right: -.3rem;
    padding-top: .8rem;
}

    .video-list .item {
        width: calc(33.33% - .6rem);
        margin: 0 .3rem .3rem;
    }

        .video-list .item .pic {
            padding-top: 100%;
            position: relative;
        }

            .video-list .item .pic img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .video-list .item .txt {
            text-align: center;
            padding: .2rem;
        }

@media (max-width: 1024px) {
    .video-list .item {
        width: calc(50% - .6rem);
    }
}