@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;
  }
}
body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #CE0000;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

.a_dw.active {
  top: -3.7777777778em;
}

.preview_img, .bofang {
  cursor: pointer;
}

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

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

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

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

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

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

.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;
}

.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 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover .my-img-container.my-img-target, .my-img-active:hover.my-img-container.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-container .my-img-target, .my-img-active:hover.my-img-container .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 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s 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-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 {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main video {
  display: block;
}

.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;
  overflow: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 5vw;
}

.my-modal .modal-main {
  position: relative;
  max-width: 100%;
  display: block;
  margin: auto;
}

.my-modal .modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  cursor: pointer;
}

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

.wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1300;
}

header.hide {
  pointer-events: none;
}

header.hide .header {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

header.active2 {
  position: relative;
}

header.active2:not(:hover):not(.active) .nav-container {
  border-color: transparent;
  background-color: transparent;
}

header.active2:not(:hover):not(.active) .header {
  background-color: transparent;
}

header.active2:not(:hover):not(.active) .header .logo img:nth-child(1) {
  opacity: 0;
}

header.active2:not(:hover):not(.active) .header .logo img:nth-child(2) {
  opacity: 1;
}

header.active2:not(:hover):not(.active) .header .nav-link, header.active2:not(:hover):not(.active) .header .item-text {
  color: #fff;
}

header.active2:not(:hover):not(.active) .header .item-line {
  background-color: #fff;
}

header.active2:not(:hover):not(.active) .header .item-img img:nth-child(3) {
  opacity: 1;
}

header.active2 .header {
  position: fixed;
}

header.active3 .header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

header.active .header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #fff;
}

.header.active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.header .box {
  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;
  max-width: 1440px;
}

.header .logo {
  width: 7.2222222222em;
  position: absolute;
  left: 0;
}

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

.header .nav-item {
  position: relative;
  margin: 0 0.25rem;
}

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

.header .nav-link {
  line-height: 5;
}

.header .right {
  position: absolute;
  right: 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;
}

.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: #CE0000;
}

.header .item:hover .item-child {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  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.125em;
}

.header .item-img img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .item-text {
  margin-left: 5px;
}

.header .item-child {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translate3d(-50%, 20px, 0);
  -moz-transform: translate3d(-50%, 20px, 0);
  transform: translate3d(-50%, 20px, 0);
  opacity: 0;
  pointer-events: none;
}

.header .item-child-contianer {
  border-radius: 0.06rem;
  padding: 0.05rem 0;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.header .item-link {
  line-height: 1.5;
  min-width: 3.5em;
  padding: 0.08rem 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: relative;
}

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

.header .item-line {
  width: 1px;
  height: 0.625em;
  background-color: #000;
  margin-right: 0.2rem;
}

.header .item-btn {
  line-height: 2.625;
  padding: 0 0.2rem;
  background-color: #CE0000;
  color: #fff;
  border-radius: 50px;
}

.header .item-btn:hover {
  background-color: #AF0000;
}

.nav-container {
  position: fixed;
  z-index: 1000;
  top: 5em;
  left: 0;
  right: 0;
}

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

.nav-container .li {
  width: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-container .li:nth-child(1) {
    border: none;
}

.nav-container .li:nth-child(3) .li-container {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-container .li:nth-child(3) .item {
  min-width: auto;
}

.nav-container .li-container {
  padding: 0.4rem 0;
  width: 100%;
  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: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 0.2rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.nav-container .item {
  min-width: 2rem;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-container .item-link {
  line-height: 1.7777777778;
}

.nav-container .item-link:not(:nth-child(1)):hover {
  color: #CE0000;
  text-decoration: underline;
}

.nav-container .item-link:nth-child(1) {
  line-height: 1.1818181818;
  position: relative;
  color: #CE0000;
}

.nav-container .item-link:nth-child(2) {
  margin-top: 0.24rem;
}

.nav-container .item-link:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0%;
  background-color: #CE0000;
}

.nav-container .item-link:nth-child(1):hover::before {
  width: 100%;
}

.footer {
  background-color: #F8F8F8;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .left {
  padding-top: 0.7rem;
  padding-bottom: 1.16rem;
  padding-right: 0.72rem;
  width: 26.5972222222%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  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;
}

.footer .logo {
  width: 7.3em;
  margin-bottom: 0.68rem;
}

.footer .title {
  line-height: 1.1;
  margin-bottom: 0.22rem;
  font-weight: bold;
}

.footer .title span {
  color: #CE0000;
}

.footer .text {
  line-height: 1.5;
  color: #888888;
  margin-bottom: 0.2rem;
}

.footer .text p + p {
  margin-top: 0.17rem;
}

.footer .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-column-gap: 0.15rem;
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
}

.footer .link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(125, 125, 125, 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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.footer .link:hover {
  background-color: #CE0000;
}

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

.footer .link-img {
  position: absolute;
  width: 80px;
  max-width: initial;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -moz-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  opacity: 0;
  pointer-events: none;
}

.footer .right {
  padding-top: 0.7rem;
  padding-bottom: 1.16rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.79rem;
}

.footer .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.76rem;
  -moz-column-gap: 0.76rem;
  column-gap: 0.76rem;
  margin-bottom: 0.56rem;
}

.footer .nav-item {
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .nav-link {
  line-height: 1.375;
  color: #888;
}

.footer .nav-link + .nav-link {
  margin-top: 0.1rem;
}

.footer .nav-link:nth-child(1) {
  line-height: 1.2;
  color: #1D1D1D;
  margin-bottom: 0.3rem;
}

.footer .nav-link:hover {
  color: #CE0000;
  text-decoration: underline;
}

.footer .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 0.94rem;
}

.footer .li-title {
  line-height: 1.1;
  margin-bottom: 0.1rem;
}

.footer .li-text {
  line-height: 1.2222222222;
  font-family: Arial;
  color: #CE0000;
}

.footer .li-text:hover {
  text-decoration: underline;
}

.footer .bottom {
  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: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #888888;
  font-size: 14px;
  line-height: 1.5714285714;
}

.footer .bottom a {
  color: #888888;
}

.footer .bottom a:hover {
  color: #CE0000;
}

.footer .item2 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.footer .ul2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer .li2 + .li2::before {
  color: #888888;
  content: "|";
  margin: 0 10px;
}

.footer .text2 span + span {
  margin-left: 0.1rem;
}

.my-sidebar {
  position: fixed;
  z-index: 1000;
  right: 0.3rem;
  bottom: 30vh;
  -webkit-transform: translate3d(160%, 0, 0);
  -moz-transform: translate3d(160%, 0, 0);
  transform: translate3d(160%, 0, 0);
}

.my-sidebar.show {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-sidebar .item {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  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;
  background-color: #fff;
  position: relative;
}

.my-sidebar .item:hover .item-img{
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.my-sidebar .item-img{
    position: absolute;
    width: 120px;
    right: 100%;
    margin-right: 15px;
    top: 50%;
    max-width: initial;
    transform: translate3d(-15px, -50%, 0);
    opacity: 0;
    pointer-events: none;
}

.my-sidebar .item:hover {
  background-color: #CE0000;
}

.my-sidebar .item + .item {
  margin-top: 10px;
}

.my-sidebar .item-icon {
  width: 25px;
}

.my-more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125em;
  background-color: #CE0000;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
  cursor: pointer;
}

.my-more:hover {
  background-color: #AF0000;
}

.my-more.status1 {
  background-color: transparent;
  border: 2px solid #CE0000;
}

.my-more.status1 span {
  color: #CE0000;
}

.my-more.status1:hover {
  background-color: #CE0000;
}

.my-more.status1:hover span {
  color: #fff;
}

.my-more span {
  color: #fff;
}

.my-more .more-icon {
  width: 1.875em;
  margin-left: 0.06rem;
}

.my-more2 {
  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;
  line-height: 1.25;
}

.my-more2:hover .more-text {
  color: #AF0000;
}

.my-more2 .more-icon {
  width: 0.4375em;
  margin-left: 0.08rem;
}

.my-more2 .more-icon.status1 {
  width: 1.25em;
}

.my-more2 .more-text {
  color: #CE0000;
  display: inline-block;
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 4px;
}

.my-swiper-pagination.color1 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}

.my-swiper-pagination.color1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.my-swiper-pagination.color2 .swiper-pagination-bullet-active {
  background-color: #0E3460;
}

.my-swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CE0000;
}

.my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.my-swiper-button.status1 .swiper-button, .my-swiper-button.status2 .swiper-button, .my-swiper-button.status3 .swiper-button {
  border-color: #F2F2F2;
}

.my-swiper-button.status1 .swiper-button:hover, .my-swiper-button.status2 .swiper-button:hover, .my-swiper-button.status3 .swiper-button:hover {
  border-color: #CE0000;
}

.my-swiper-button.status1.color1 .swiper-button:hover, .my-swiper-button.status2.color1 .swiper-button:hover, .my-swiper-button.status3.color1 .swiper-button:hover {
  background-color: #00A29A;
  border-color: #00A29A;
}

.my-swiper-button.status2 .swiper-button, .my-swiper-button.status3 .swiper-button {
  background-color: #fff;
}

.my-swiper-button.status3 .swiper-button {
  border-color: #fff;
}

.my-swiper-button .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: 70px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #CE0000;
}

.my-swiper-button .swiper-button::after {
  display: none;
}

.my-swiper-button .swiper-button span {
  width: 7px;
}

.my-swiper-button .swiper-button:hover {
  background-color: #CE0000;
}

.my-swiper-button .swiper-button-prev span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-breadcrumb {
  line-height: 1.3333333333;
  color: #8E8E93;
}

.my-breadcrumb span {
  color: #222;
}

.my-breadcrumb a:hover {
  color: #CE0000;
}

.my-list1.status1 .item1-content {
  background-color: #fff;
}

.my-list1.status2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.8055555556%;
  -moz-column-gap: 1.8055555556%;
  column-gap: 1.8055555556%;
  row-gap: 0.4rem;
}

.my-list1.status2 .item1 {
  width: 23.6111111111%;
}

.my-list1.status3 .item1-title {
  margin-bottom: 0.2rem;
}

.my-list1.status4 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.2727272727%;
  -moz-column-gap: 2.2727272727%;
  column-gap: 2.2727272727%;
  row-gap: 0.4rem;
}

.my-list1.status4 .item1 {
  width: 31.8181818182%;
}

.my-list1 .item1:hover .item1-content {
  background-color: #CE0000;
}

.my-list1 .item1:hover .item1-tip {
  background-color: #fff;
  color: #CE0000;
}

.my-list1 .item1:hover .item1-title, .my-list1 .item1:hover .item1-time, .my-list1 .item1:hover .item1-btn, .my-list1 .item1:hover .my-more2 .more-text {
  color: #fff;
}

.my-list1 .item1-img {
  border-radius: 0.06rem;
  aspect-ratio: 340/180;
}

.my-list1 .item1-content {
  margin: 0 2.9411764706%;
  padding: 0.35rem 0.2rem 0.3rem;
  background-color: #F8F8F8;
  border-radius: 0.06rem;
  position: relative;
  margin-top: -0.18rem;
}

.my-list1 .item1-tip {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2.2857142857;
  background-color: #CE0000;
  color: #fff;
  padding: 0 0.18rem;
  border-radius: 4px 0 4px 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.my-list1 .item1-title {
  line-height: 1.3333333333;
  height: 2.6666666667em;
  margin-bottom: 0.3rem;
}

.my-list1 .item1-btn, .my-list1 .item1-time {
  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;
}

.my-list1 .item1-btn span, .my-list1 .item1-time span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-list1 .item1-btn {
  color: #CE0000;
}

.my-list1 .item1-btn span {
  width: 1.25em;
  margin-right: 5px;
}

.my-list1 .item1-time {
  color: #999;
  font-family: Arial;
}

.my-list1 .item1-time span {
  width: 1.125em;
  margin-right: 0.1rem;
}

.my-filter {
  width: 22.2222222222%;
  border-radius: 0.06rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.my-filter .filter-top {
  background-color: #CE0000;
  color: #fff;
  padding: 0.2rem 0.3rem;
}

.my-filter .filter-top p {
  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;
}

.my-filter .filter-top img {
  width: 1.6em;
  margin-right: 0.15rem;
}

.my-filter .filter-top span {
  margin-left: auto;
  cursor: pointer;
}

.my-filter .filter-top span:hover {
  text-decoration: underline;
}

.my-filter .filter-ul + .filter-ul {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.my-filter .filter-ul.active .filter-title img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.my-filter .filter-title {
  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;
  line-height: 1.5;
  padding: 0.25rem 0.27rem 0.25rem 0.33rem;
  cursor: pointer;
}

.my-filter .filter-title img {
  width: 0.35em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-filter .filter-lis {
  padding: 0.1rem 0.27rem 0.39rem 0.33rem;
  display: none;
}

.my-filter .filter-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;
  line-height: 2;
}

.my-filter .filter-li + .filter-li {
  margin-top: 0.1rem;
}

.my-filter .filter-li.active .filter-li-icon img:nth-child(1) {
  opacity: 0;
}

.my-filter .filter-li.active .filter-li-icon img:nth-child(2) {
  opacity: 1;
}

.my-filter .filter-li-icon {
  width: 1.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}

.my-compare {
  background-color: #F8F8F8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.my-compare > .wrap {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-compare .right {
  width: 76.3888888889%;
}

.my-compare .list {
  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;
}

.my-compare .list::after {
  position: relative;
  content: "";
  width: 32.0909090909%;
  height: 0;
}

.my-compare .item {
  width: 32.0909090909%;
  border-radius: 0.06rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 0.2rem;
  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;
}

.my-compare .item.active .item-icon {
  opacity: 1;
}

.my-compare .item.active .item-button {
  border-color: #CE0000;
  background-color: #CE0000;
  color: #fff;
}

.my-compare .item-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
}

.my-compare .item-img {
  position: relative;
  margin-bottom: 0.15rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-compare .item-content {
  position: absolute;
  left: 8.4985835694%;
  right: 8.4985835694%;
  top: 18.75%;
}

.my-compare .item-content.active .item-title {
  display: none;
}

.my-compare .item-content.active .item-title2 {
  display: block;
}

.my-compare .item-title {
  line-height: 1.1904761905;
  margin-bottom: 0.06rem;
}

.my-compare .item-title2 {
  line-height: 2.0833333333;
  margin-bottom: 0.06rem;
  display: none;
}

.my-compare .item-text {
  line-height: 1.2;
}

.my-compare .item-container {
  padding: 0 0.23rem 0.33rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.my-compare .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.08rem;
  -moz-column-gap: 0.08rem;
  column-gap: 0.08rem;
  row-gap: 0.1rem;
  margin-bottom: 0.17rem;
}

.my-compare .item-li {
  line-height: 1.3333333333;
  padding: 0.07rem 0.12rem;
  border-radius: 4px;
  background-color: #F4F4F4;
  color: #555555;
}

.my-compare .item-li:nth-child(1) {
  background-color: #F0DDB6;
  color: #A37312;
}

.my-compare .item-ul2 {
  padding-top: 0.15rem;
  padding-bottom: 0.19rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.15rem;
  margin-top: auto;
}

.my-compare .item-text2 {
  line-height: 1.3333333333;
  margin-bottom: 0.08rem;
}

.my-compare .item-li2 {
  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;
  color: #666666;
  line-height: 1.6;
}

.my-compare .item-li2 + .item-li2 {
  margin-top: 5px;
}

.my-compare .item-li2-s {
  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-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.my-compare .item-li2-s s {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin-left: 5px;
}

.my-compare .item-li2-s[data-index="1"] s:nth-child(1) {
  background-color: #CE0000;
}

.my-compare .item-li2-s[data-index="2"] s:nth-child(-n+2) {
  background-color: #CE0000;
}

.my-compare .item-li2-s[data-index="3"] s:nth-child(-n+3) {
  background-color: #CE0000;
}

.my-compare .item-li2-s[data-index="4"] s:nth-child(-n+4) {
  background-color: #CE0000;
}

.my-compare .item-li2-s[data-index="5"] s:nth-child(-n+5) {
  background-color: #CE0000;
}

.my-compare .item-ul3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.08rem;
  -moz-column-gap: 0.08rem;
  column-gap: 0.08rem;
  row-gap: 0.1rem;
  margin-bottom: 0.3rem;
}

.my-compare .item-li3 {
  line-height: 1.4666666667;
  padding: 0.05rem 0.1rem;
  border-radius: 4px;
  background-color: #F4F4F4;
  color: #666666;
}

.my-compare .item-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;
}

.my-compare .item-button {
  height: 2em;
  padding: 0 0.2rem;
  border: 2px solid #CE0000;
  border-radius: 0.06rem;
  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;
  color: #CE0000;
  margin-right: 0.2rem;
}

.my-compare .item-button:hover {
  border-color: #AF0000;
  color: #AF0000;
}

.my-compare .item-button span {
  width: 0.6666666667em;
  margin-left: 0.08rem;
}

.my-compare .my-active2 {
  margin-top: 20px;
}

.my-compare .compare-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  pointer-events: none;
  -webkit-transform: translate3d(0, 110%, 0);
  -moz-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
}

.my-compare .compare-bottom.active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  pointer-events: auto;
}

.my-compare .compare-bottom .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.my-compare .info {
  padding-right: 0.56rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 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;
}

.my-compare .info-text1 {
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}

.my-compare .info-text2 {
  line-height: 1.3333333333;
  color: #888;
}

.my-compare .info-text2 span {
  color: #CE0000;
}

.my-compare .line {
  width: 5px;
  background: url(../images_die/svg/28.svg) no-repeat center center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-compare .compare-ul {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0.16rem;
  padding-bottom: 0.23rem;
  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;
}

.my-compare .compare-ul::after {
  content: "";
  width: 29.8026998962%;
  height: 0;
  position: relative;
}

.my-compare .compare-li {
  width: 29.8026998962%;
  border-radius: 0.06rem;
  position: relative;
}

.my-compare .compare-li.active {
  aspect-ratio: 353/160;
  background-color: #F8F8F8;
  border: 1px dashed rgba(0, 0, 0, 0.05);
  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;
  cursor: pointer;
}

.my-compare .compare-li.active:hover {
  border-color: #CE0000;
}

.my-compare .compare-li-icon {
  width: 0.3rem;
}

.my-compare .compare-li-close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  cursor: pointer;
  width: 0.2rem;
}

.my-compare .compare-li-close:hover {
  -webkit-transform: translate3d(50%, -50%, 0) rotate(180deg);
  -moz-transform: translate3d(50%, -50%, 0) rotate(180deg);
  transform: translate3d(50%, -50%, 0) rotate(180deg);
}

.my-compare .compare-li-img {
  border-radius: 0.06rem;
}

.my-compare .compare-li-content {
  position: absolute;
  left: 6.968641115%;
  right: 6.968641115%;
  top: 15.3846153846%;
}

.my-compare .compare-li-title {
  line-height: 1.2;
  margin-bottom: 0.06rem;
}

.my-compare .compare-li-text {
  line-height: 1.2222222222;
}

.my-compare .compare-btns {
  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;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.8rem;
}

.my-compare .my-more {
  margin-bottom: 0.3rem;
}

.my-compare .my-more2:hover .more-text {
  color: #CE0000;
}

.my-compare .compare-tip {
  position: fixed;
  right: 16px;
  bottom: 66px;
  z-index: 1100;
  width: 110px;
  height: 40px;
  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;
  background-color: #CE0000;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 12px 0 rgba(206, 0, 0, 0.2);
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
}

.my-compare .compare-tip img {
  width: 5px;
  margin-left: 5px;
}

.my-compare .compare-tip.active {
  opacity: 1;
  pointer-events: auto;
}

.my-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.my-list2.swiper {
  padding-bottom: 0.44rem;
}

.my-list2 .item2 {
  height: auto;
  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;
}

.my-list2 .item2:hover .item2-title {
  color: #CE0000;
}

.my-list2 .item2-img {
  border-radius: 0.04rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-list2 .item2-content, .my-list2 .item2-content2 {
  position: relative;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-radius: 0.04rem;
  margin-top: -0.86rem;
  background-color: #F8F8F8;
  padding: 0.3rem 0.3rem 0.2rem;
}

.my-list2 .item2-conten2 {
  padding-bottom: 0.4rem;
}

.my-list2 .item2-content .item2-title {
  margin-bottom: 0.1rem;
}

.my-list2 .item2-content .item2-line {
  margin-bottom: 0.1rem;
}

.my-list2 .item2-content .item2-info {
  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: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-list2 .item2-content .item2-left {
  width: 63.8888888889%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-bottom: 0.2rem;
}

.my-list2 .item2-content .item2-icon {
  width: 31.6666666667%;
}

.my-list2 .item2-content .item-text {
  line-height: 1.375;
  color: #555;
  margin-bottom: 0.26rem;
}

.my-list2 .item2-content2 {
  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-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.my-list2 .item2-content2 .item2-text {
  line-height: 1.6;
  margin-bottom: 0.15rem;
}

.my-list2 .item2-content2 .item2-line {
  margin-bottom: 0.15rem;
}

.my-list2 .item2-content2 .item2-text2 {
  line-height: 1.375;
  color: #555;
  margin-bottom: 0.2rem;
}

.my-list2 .item2-content2 .item2-text2 p {
  position: relative;
  padding-left: 1.25em;
}

.my-list2 .item2-content2 .item2-text2 p::before {
  position: absolute;
  content: "·";
  font-weight: bold;
  left: 0.3em;
  top: 0;
}

.my-list2 .item2-content2 .my-more2 {
  margin-top: auto;
}

.my-list2 .item2-title {
  line-height: 1.3333333333;
}

.my-list2 .item2-line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.my-list3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5.5555555556%;
  -moz-column-gap: 5.5555555556%;
  column-gap: 5.5555555556%;
  row-gap: 0.5rem;
}

.my-list3 .item3 {
  width: 20.8333333333%;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.my-list3 .item3:hover .item3-title {
  color: #CE0000;
}

.my-list3 .item3:hover .item3-arr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-list3 .item3-top {
  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;
  margin-bottom: 6px;
}

.my-list3 .item3-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.2;
}

.my-list3 .item3-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  margin-left: 10px;
}

.my-list3 .item3-text {
  line-height: 1.2941176471;
  color: #555;
}

.my-ul1 .li {
  position: absolute;
  width: 1px;
  height: 1px;
  cursor: pointer;
}

.my-ul1 .li:hover, .my-ul1 .li.active {
  z-index: 2;
}

.my-ul1 .li:hover .li-dot, .my-ul1 .li.active .li-dot {
  border-color: #CE0000;
  background-color: #fff;
}

.my-ul1 .li:hover .li-title, .my-ul1 .li.active .li-title {
  opacity: 1;
  pointer-events: auto;
}

.my-ul1 .li-dot {
  display: block;
  width: 1.4444444444em;
  height: 1.4444444444em;
  border-radius: 50%;
  border: 0.4444444444em solid #fff;
  background-color: #CE0000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.my-ul1 .li-title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin-bottom: 1.2222222222em;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 1.5;
  padding: 0.13rem 0.28rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #CE0000;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
}

.my-nav {
  background-color: #CE0000;
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 4px solid #F0DDB6;
  z-index: 1200;
}

.my-nav.status1 {
  background-color: #142D53;
  border-color: #00958E;
}

.my-nav .wrap {
  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;
}

.my-nav .nav-item {
  color: #fff;
  line-height: 3.7777777778;
  opacity: 0.7;
  margin: 0 0.4rem;
}

.my-nav .nav-item:hover, .my-nav .nav-item.active {
  opacity: 1;
}

.my-active1 {
  background: url(../images_die/8.webp) no-repeat center center/cover;
  text-align: center;
}

.my-active1 .wrap {
  min-height: 2.95rem;
  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;
  padding-top: 20px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.my-active1 .title {
  line-height: 1.6;
  margin-bottom: 10px;
}

.my-active1 .text {
  line-height: 1.2222222222;
  color: #666666;
}

.my-active1 .text a {
  color: #CE0000;
  text-decoration: underline;
}

.my-active1 .text a:hover {
  color: #AF0000;
}

.my-active1 .text2 {
  line-height: 2.2222222222;
  color: #CE0000;
}

.my-active1 .title2 {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.my-active2 {
  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;
  font-size: 16px;
  line-height: 1.375;
  color: #666666;
  cursor: pointer;
}

.my-active2 img {
  width: 20px;
  margin-left: 10px;
}

.my-active2:hover {
  color: #CE0000;
}

.my-active3 .modal-main {
  background-color: #fff;
  width: 23.3333333333em;
  min-height: 10.8888888889em;
  padding: 20px 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;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.my-active3 .icon {
  width: 2.2222222222em;
  margin-bottom: 0.2rem;
}

.my-active3 .title {
  line-height: 1.5555555556;
  text-align: center;
}

.my-active4 .modal-main {
  width: 12.78rem;
  height: 7.2rem;
  background-color: #fff;
  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;
}

.my-active4 .modal-close {
  position: static;
}

.my-active4 .top {
  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;
  padding: 0.3rem 0.4rem 0.17rem;
  border-bottom: 1px solid #f5f5f5;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-active4 .container {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.my-active4 .my-filter {
  box-shadow: none;
  border-right: 1px solid #f5f5f5;
  overflow: auto;
  width: 21.6744913928%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.my-active4 .filter-ul {
  margin-left: 0.43rem;
  margin-right: 0.34rem;
}

.my-active4 .filter-ul:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.my-active4 .filter-title {
  padding-left: 0;
  padding-right: 0;
}

.my-active4 .filter-lis {
  padding-left: 0;
  padding-right: 0;
}

.my-active4 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.3rem;
  padding-right: 0.65rem;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
}

.my-active4 .list {
  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;
  overflow: auto;
  max-height: 100%;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 0.2rem;
}

.my-active4 .list::after {
  position: relative;
  content: "";
  width: 31.8534961154%;
  height: 0;
}

.my-active4 .list::-webkit-scrollbar {
  width: 5px;
  background-color: #F8F8F8;
}

.my-active4 .list::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #CE0000;
}

.my-active4 .item {
  width: 31.8534961154%;
  border-radius: 0.06rem;
  position: relative;
  margin-bottom: 0.2rem;
  cursor: pointer;
  border-radius: 0.06rem;
}

.my-active4 .item-content {
  position: absolute;
  left: 6.968641115%;
  right: 6.968641115%;
  top: 15.3846153846%;
}

.my-active4 .item-title {
  line-height: 1.2;
  margin-bottom: 0.06rem;
}

.my-active4 .item-text {
  line-height: 1.2222222222;
}

.my-active5 .modal-main {
  width: 934px;
  background-color: #fff;
}

.my-active5 .modal-close {
  position: static;
}

.my-active5 .top {
  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;
  padding: 0.3rem 0.4rem 0.17rem;
  border-bottom: 1px solid #f5f5f5;
}

.my-active5 .container {
  padding: 0.3rem 0.4rem 0.4rem;
}

.my-active5 .tip {
  line-height: 1.25;
  color: #C7000B;
  margin-bottom: 0.3rem;
}

.my-active5 .form {
  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;
  margin-bottom: 0.2rem;
}

.my-active5 .form-item {
  width: 48.7119437939%;
  margin-bottom: 20px;
}

.my-active5 .form-item.w100 {
  width: 100%;
}

.my-active5 .form-item.code .form-input {
  padding-right: 11.875em;
}

.my-active5 .form-item.required .form-input {
  padding-left: -webkit-calc(0.2rem + 0.8em);
  padding-left: -moz-calc(0.2rem + 0.8em);
  padding-left: calc(0.2rem + 0.8em);
}

.my-active5 .form-item.required .form-content::before {
  position: absolute;
  content: "*";
  color: #CE0000;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.my-active5 .form-item.active .form-error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.my-active5 .form-item.active .form-input {
  border-color: #D8261C;
}

.my-active5 .form-content {
  position: relative;
}

.my-active5 .form-input {
  height: 3.5em;
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 0 0.2rem;
}

.my-active5 .form-input::-webkit-input-placeholder {
  color: #AEAEAE;
}

.my-active5 .form-input:-moz-placeholder {
  color: #AEAEAE;
}

.my-active5 .form-input::-moz-placeholder {
  color: #AEAEAE;
}

.my-active5 .form-input:-ms-input-placeholder {
  color: #AEAEAE;
}

.my-active5 .form-input::placeholder {
  color: #AEAEAE;
}

.my-active5 .form-input:focus {
  border-color: #CE0000;
}

.my-active5 .code-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

.my-active5 .form-error {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  color: #D8261C;
  line-height: 16px;
  margin-top: 2px;
  opacity: 0;
  -webkit-transform: translate3d(0, -12px, 0);
  -moz-transform: translate3d(0, -12px, 0);
  transform: translate3d(0, -12px, 0);
  pointer-events: none;
}

.my-active5 .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;
}

.my-active5 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2rem;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.my-active5 .error {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #CE0000;
  line-height: 1.25;
  display: none;
}

.my-active5 .error-container {
  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;
}

.my-active5 .error-icon {
  width: 1.5em;
  margin-right: 0.1rem;
}

.my-active6 .modal-main {
  width: 934px;
  background-color: #fff;
}

.my-active6 .modal-close {
  position: static;
}

.my-active6 .top {
  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;
  padding: 0.3rem 0.4rem 0.17rem;
  border-bottom: 1px solid #f5f5f5;
}

.my-active6 .container {
  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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5555555556;
  height: 4.19rem;
}

.my-active6 .icon {
  width: 3.8888888889em;
  margin-bottom: 0.25rem;
}

.my-banner {
  position: relative;
}

.my-banner .content {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-banner .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.my-banner .wrap {
  height: 100%;
  padding-top: 1.4rem;
  padding-bottom: 0.4rem;
}

.my-banner .info {
  width: 40.2777777778%;
}

.my-banner .title {
  line-height: 1.3714285714;
  margin-bottom: 0.15rem;
}

.my-banner .text {
  line-height: 1.4545454545;
}

.my-bottom {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 1000;
}

.my-bottom .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32.5px;
  background-color: #CE0000;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-bottom .item {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.my-bottom .item-icon {
  width: 20px;
  margin: 0 auto;
}

.index1 .swiper-slide {
  height: 41.6666666667vw;
}

.index1 .swiper-slide .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.index1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21.75%;
}

.index1 .title {
  color: #fff;
  line-height: 1.2083333333;
  margin-bottom: 0.17rem;
}

/*.index1 .title span {*/
/*  position: relative;*/
/*  padding-left: 0.3em;*/
/*  padding-right: 0.4em;*/
/*  margin: 0 0.2em;*/
/*}*/

/*.index1 .title span::before {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  content: "";*/
/*  vertical-align: super;*/
/*  width: 0.2708333333em;*/
/*  height: 100%;*/
/*  background: url(../images_die/svg/1.svg) no-repeat;*/
/*  -o-background-size: 100% auto;*/
/*  background-size: 100% auto;*/
/*  background-position: left 20%;*/
/*}*/

/*.index1 .title span::after {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  content: "";*/
/*  vertical-align: super;*/
/*  width: 0.2708333333em;*/
/*  height: 100%;*/
/*  background: url(../images_die/svg/2.svg) no-repeat;*/
/*  -o-background-size: 100% auto;*/
/*  background-size: 100% auto;*/
/*  background-position: left 85%;*/
/*}*/

.index1 .text {
  line-height: 1.2857142857;
  color: #fff;
}

.index1 .more {
  color: #CE0000;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1111111111;
  padding-bottom: 5px;
  position: relative;
  margin-top: 0.17rem;
}

.index1 .more::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background-color: #CE0000;
}

.index1 .more:hover {
  color: #AF0000;
}

.index1 .more:hover::before {
  background-color: #AF0000;
}

.index1 .more-icon {
  margin-left: 0.12rem;
}

.index1 .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21.75%;
}

.index1 .bottom .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.index1 .swiper-button {
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  left: auto;
  right: auto;
}

.index1 .swiper-button:hover {
  background-color: rgba(206, 0, 0, 0.5);
}

.index1 .swiper-button::after {
  display: none;
}

.index1 .swiper-button.play {
  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;
}

.index1 .swiper-button.play.active .play-icon1 {
  display: none;
}

.index1 .swiper-button.play.active .play-icon2 {
  display: block;
}

.index1 .play-icon2 {
  display: none;
}

.index1 .play-svg {
  position: absolute;
  top: 0;
  left: 0;
  --time: 3s;
}

.index1 .play-svg.active circle {
  -webkit-animation-name: ani1;
  -moz-animation-name: ani1;
  -o-animation-name: ani1;
  animation-name: ani1;
}

.index1 .play-svg circle {
  stroke: #CE0000;
  stroke-dasharray: 138, 138;
  stroke-dashoffset: 138;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: var(--time, 3s);
  -moz-animation-duration: var(--time, 3s);
  -o-animation-duration: var(--time, 3s);
  animation-duration: var(--time, 3s);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.index2 {
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 2;
}

.index2 .swiper {
  overflow: initial;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.index2 .swiper-wrapper {
  -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;
}

.index2 .swiper-wrapper::after {
  width: 32.4305555556%;
  content: "";
  height: 0;
}

.index2 .swiper-slide {
  position: relative;
  width: 32.4305555556%;
  padding: 0.3rem 0.3rem 0.19rem;
  border-radius: 0.06rem;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.index2 .swiper-slide:hover .slide-tip {
  background-color: #CE0000;
  color: #fff;
}

.index2 .swiper-slide:hover .slide-title {
  color: #CE0000;
}

.index2 .slide-title {
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 0.12rem;
}

.index2 .slide-tip {
  position: absolute;
  border-radius: 4px 0 4px 0;
  background-color: #F1D6A1;
  line-height: 2.2857142857;
  left: 0;
  top: 0;
  padding: 0 0.18rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.index3 {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}

.index3 .bg {
  position: absolute;
  top: 0;
  left: 0;
}

.index3 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index3 .bg-img.active {
  opacity: 1;
}

.index3 .wrap {
  position: relative;
  z-index: 2;
}

.index3 .title {
  line-height: 1.375;
  color: #A6A6A6;
  margin-bottom: 0.1rem;
}

.index3 .text {
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.index3 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.index3 .container {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index3 .left {
  width: 41.6666666667%;
  margin-top: 0.2rem;
}

.index3 .left-item {
  padding-bottom: 0.3rem;
}

.index3 .left-item + .left-item {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.index3 .left-item:hover .left-arr, .index3 .left-item.active .left-arr {
  background-color: #CE0000;
}

.index3 .left-item:hover .left-title, .index3 .left-item.active .left-title {
  color: #CE0000;
}

.index3 .left-item.active .left-arr span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.index3 .left-top {
  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;
}

.index3 .left-img {
  width: 4.4230769231em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index3 .left-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-left: 0.15rem;
  padding-right: 10px;
}

.index3 .left-arr {
  width: 1.6153846154em;
  height: 1.6153846154em;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 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;
  box-shadow: 0 0.04rem 0.12rem rgba(199, 0, 11, 0.06);
}

.index3 .left-arr span {
  width: 16.6666666667%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.index3 .left-content {
  padding-top: 0.2rem;
  display: none;
}

.index3 .left-text {
  line-height: 1.2727272727;
  margin-bottom: 0.16rem;
}

.index3 .left-text2 {
  line-height: 1.375;
  color: #666666;
}

.index3 .my-more {
  margin-top: 0.16rem;
}

.index3 .right {
  width: 48.6111111111%;
}

.index3 .right-item {
  aspect-ratio: 700/565;
}

.index3 .li:nth-child(1) {
  top: 29.3805309735%;
  left: 47.5714285714%;
}

.index3 .li:nth-child(2) {
  top: 49.7345132743%;
  left: 66.2857142857%;
}

.index3 .li:nth-child(3) {
  top: 45.4867256637%;
  left: 84.2857142857%;
}

.index3 .li:nth-child(4) {
  top: 45.8407079646%;
  left: 27.2857142857%;
}

.index3 .text2 {
  line-height: 1.375;
  text-align: center;
  color: #A6A6A6;
  margin-top: -0.24rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.2rem;
}

.index3 .swiper {
  padding-bottom: 30px;
}

.index3 .swiper-slide {
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.06rem 0.16rem 0 rgba(0, 0, 0, 0.03);
  width: 15.9722222222%;
  height: auto;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.index3 .swiper-slide.active {
  width: 26.3888888889%;
}

.index3 .swiper-slide.active1 {
  width: 13.8888888889%;
}

.index3 .swiper-slide:hover .slide-active {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.index3 .swiper-slide:hover .slide-active2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.index3 .slide-active {
  padding: 0.41rem 10px 0.42rem;
  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-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.index3 .slide-active .slide-img {
  width: 5.2272727273em;
  margin: 0 auto 0.12rem;
  aspect-ratio: 115/85;
}

.index3 .slide-active .slide-title {
  text-align: center;
  line-height: 1.7777777778;
  margin-bottom: 0.15rem;
}

.index3 .slide-active .slide-icon {
  margin: auto auto 0;
  width: 1.5em;
}

.index3 .slide-active2 {
  padding-left: 0.3rem;
  padding-top: 0.34rem;
  padding-bottom: 0.27rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  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;
  opacity: 0;
}

.index3 .slide-active2 .slide-s {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.04rem;
  width: 100%;
  background-color: #CE0000;
  border-radius: 1px;
  overflow: hidden;
}

.index3 .slide-active2 .slide-s::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1D5A1;
}

.index3 .slide-active2 .slide-title {
  color: #CE0000;
  line-height: 1.4545454545;
  margin-bottom: 0.13rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 10px;
}

.index3 .slide-active2 .slide-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.18rem;
}

.index3 .slide-active2 .slide-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0.22rem;
}

.index3 .slide-active2 .slide-info {
  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;
}

.index3 .slide-active2 .slide-img {
  width: 5.2272727273em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.16rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.index3 .slide-active2 .slide-text {
  line-height: 1.5;
  color: #555555;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 5px;
}

.index3 .slide-active2 .my-more2 {
  margin-top: 8px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.09rem;
}

.index4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), -webkit-linear-gradient(top, #FFF 0%, #FFFBF9 54.33%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), -moz-linear-gradient(top, #FFF 0%, #FFFBF9 54.33%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), -o-linear-gradient(top, #FFF 0%, #FFFBF9 54.33%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(180deg, #FFF 0%, #FFFBF9 54.33%);
}

.index4 .title {
  line-height: 1.375;
  color: #A6A6A6;
  margin-bottom: 0.1rem;
}

.index4 .text {
  line-height: 1.25;
  margin-bottom: 0.47rem;
}

.index4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  border-radius: 0.06rem;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(199, 0, 11, 0.05);
  background-color: #fff;
}

.index4 .imgs {
  width: 55.5555555556%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}

.index4 .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index4 .img.active {
  opacity: 1;
}

.index4 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.index4 .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  padding: 15px 0.4rem;
  cursor: pointer;
}

.index4 .item.active {
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.index4 .item.active .item-top {
  margin-bottom: 0;
}

.index4 .item.active .item-title {
  padding-left: 0;
  color: #CE0000;
}

.index4 .item.active .item-icon {
  opacity: 0;
}

.index4 .item.active .item-arr {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.index4 .item:hover .item-title {
  color: #CE0000;
}

.index4 .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.index4 .item-top {
  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;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index4 .item-icon {
  width: 2.25em;
  position: absolute;
  left: 0;
}

.index4 .item-title {
  padding-left: 3.0833333333em;
  line-height: 1.1666666667;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index4 .item-arr {
  width: 7px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.index4 .item-bottom {
  padding-top: 0.16rem;
  position: relative;
  display: none;
}

.index4 .item-text {
  color: #666;
  line-height: 1.5;
  height: 6em;
  margin-bottom: 8px;
}

.index4 .item-bg {
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  width: 5.4166666667em;
  opacity: 0.3;
}

.index5 {
  background: url(../images_die/3.webp) no-repeat center center/cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.index5 .title {
  line-height: 1.375;
  margin-bottom: 0.1rem;
}

.index5 .text {
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.index5 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0.6rem;
}

.index5 .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: 1rem;
}

.index5 .item1 {
  width: 8.78rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  max-width: 100%;
}

.index5 .text2 {
  line-height: 1.1875;
  margin-bottom: 0.2rem;
}

.index5 .text3 {
  line-height: 1.4;
  color: #555;
}

.index5 .item2 {
  text-align: right;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index5 .text4 {
  line-height: 1.5;
  margin-bottom: 4px;
}

.index5 .text5 {
  line-height: 1.25;
  font-family: Arial;
  color: #CE0000;
}

.index5 .swiper {
  padding-bottom: 30px;
  margin-bottom: 0.9rem;
}

.index5 .swiper-slide {
  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;
  height: auto;
}

.index5 .slide-icon {
  width: 3.4375em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index5 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.index5 .slide-title {
  color: #BC9164;
  line-height: 1.125;
  margin-bottom: 0.06rem;
}

.index5 .slide-num {
  line-height: 1;
  font-family: Arial;
  color: #CE0000;
  margin-bottom: 3px;
}

.index5 .slide-text {
  color: #CE0000;
  font-weight: bold;
}

.index5 .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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.index6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.index6 .top {
  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;
  margin-bottom: 0.5rem;
}

.index6 .title {
  line-height: 1.375;
  margin-bottom: 0.1rem;
  color: #A6A6A6;
}

.index6 .text {
  line-height: 1.25;
}

.index6 .more {
  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;
  color: #A6A6A6;
}

.index6 .more:hover {
  color: #CE0000;
}

.index6 .more img {
  width: 0.4375em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.08rem;
}

.index6 .swiper1 {
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
}

.index6 .swiper1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}

.index6 .swiper1 .slide-img {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.4rem, 0);
  -moz-transform: translate3d(0, -0.4rem, 0);
  transform: translate3d(0, -0.4rem, 0);
  position: relative;
  z-index: 2;
  aspect-ratio: 720/405;
  border-radius: 0.06rem;
}

.index6 .swiper1 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  position: relative;
  padding: 15px 0.6rem;
  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;
}

.index6 .swiper1 .slide-bg {
  position: absolute;
  width: 111.1111111111%;
  right: 0;
  top: 0;
  background: #F8F8F8 url(../images_die/6.webp) no-repeat;
  -o-background-size: 40.25% auto;
  background-size: 40.25% auto;
  background-position: 107% -145%;
}

.index6 .swiper1 .slide-tip {
  color: #CE0000;
  line-height: 2.25;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 0.09rem;
}

.index6 .swiper1 .slide-title {
  position: relative;
  line-height: 1.3571428571;
  height: 2.7142857143em;
  margin-bottom: 0.3rem;
}

.index6 .swiper1 .slide-text {
  line-height: 1.2222222222;
  color: #999;
  position: relative;
  margin-bottom: 0.42rem;
}

.index6 .swiper1 .slide-infos {
  position: relative;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  color: #999999;
  margin-bottom: 0.64rem;
}

.index6 .swiper1 .slide-info {
  line-height: 1.375;
}

.index6 .swiper1 .slide-info + .slide-info {
  margin-left: 0.3rem;
}

.index6 .swiper1 .slide-info img {
  width: 1.125em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.index6 .swiper1 .my-more {
  position: relative;
}

.index6 .tip {
  line-height: 1.375;
  color: #A6A6A6;
  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;
  margin-bottom: 0.3rem;
}

.index6 .tip s {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.index6 .tip span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0.17rem;
}

.index6 .swiper2 {
  padding-bottom: 0.4rem;
}

.index7 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  position: relative;
  overflow: hidden;
}

.index7 .video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.index7 .wrap {
  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;
  position: relative;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index7 .left {
  width: 34.7222222222%;
}

.index7 .title {
  line-height: 1.375;
  margin-bottom: 0.1rem;
  color: #fff;
}

.index7 .text {
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0.2rem;
}

.index7 .text2 {
  line-height: 1.3333333333;
  color: #fff;
  margin-bottom: 0.4rem;
}

.index7 .right {
  width: 62.5%;
  padding-top: 0.32rem;
  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-transform: translate3d(5.4rem, 0, 0);
  -moz-transform: translate3d(5.4rem, 0, 0);
  transform: translate3d(5.4rem, 0, 0);
}

.index7 .right.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index7 .item {
  padding-top: 0.43rem;
  padding-bottom: 0.32rem;
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(17.5px);
  cursor: pointer;
  position: relative;
}

.index7 .item.active .item-bg{
  opacity: 1;
}

.index7 .item-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images_die/7.webp) no-repeat left center/cover;
    opacity: 0;
}

.index7 .item:nth-child(1) {
  width: 39.6666666667%;
  padding-left: 0.36rem;
  padding-right: 0.36rem;
}

.index7 .item:nth-child(2) {
  width: 55.5555555556%;
  padding-left: 0.46rem;
  padding-right: 0.46rem;
}

.index7 .item-icon {
  width: 4em;
  margin-bottom: 0.57rem;
  position: relative;
}

.index7 .item-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 0.17rem;
  position: relative;
}

.index7 .item-text {
  color: #fff;
  line-height: 1.3333333333;
  position: relative;
}

.product1 {
  position: relative;
}

.product1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.product1 .wrap {
  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;
  -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: 0.6rem;
  padding-bottom: 0.8rem;
}

.product1 .info {
  width: 40.2777777778%;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 100%;
}

.product1 .title {
  line-height: 1.2857142857;
  margin-bottom: 0.15rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product1 .text {
  line-height: 1.3846153846;
  margin-bottom: 0.3rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product1 .text2 {
  line-height: 1.375;
  color: #555;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.product1 .text2 p {
  position: relative;
  padding-left: 1.25em;
}

.product1 .text2 p::before {
  position: absolute;
  content: "·";
  font-weight: bold;
  left: 0.3em;
  top: 0;
}

.product1 .text2 p + p {
  margin-top: 0.15rem;
}

.product1 .more {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CE0000;
  line-height: 1.2;
  padding-bottom: 0.08rem;
  position: relative;
  cursor: pointer;
  margin-top: 0.4rem;
}

.product1 .more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #CE0000;
}

.product1 .more .more-icon {
  width: 1em;
  margin-left: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product1 .more:hover {
  color: #AF0000;
}

.product1 .more:hover::before {
  background-color: #AF0000;
}

.product2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product2 .title {
  line-height: 1.2;
}

.product2 .swipers {
  position: relative;
}

.product2 .swiper-pagination {
  bottom: -30px;
}

.product2 .swiper {
  margin-top: 0.48rem;
}

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

.product2 .swiper-slide {
  padding-bottom: 5px;
  height: auto;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product2 .swiper-slide:hover .slide-line s {
  opacity: 1;
}

.product2 .swiper-slide:hover .slide-title {
  color: #CE0000;
}

.product2 .slide-line {
  height: 0.04rem;
  width: 100%;
  border-radius: 2px;
  display: block;
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.33rem;
}

.product2 .slide-line s {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #CE0000;
  opacity: 0;
}

.product2 .slide-line s::before {
  position: absolute;
  content: "";
  width: 21.797752809%;
  height: 100%;
  background-color: #F0DDB6;
}

.product2 .slide-title {
  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;
  margin-bottom: 0.21rem;
}

.product2 .slide-title img {
  width: 3.3333333333em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.17rem;
}

.product2 .slide-text {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.21rem;
}

.product2 .slide-more {
  margin-bottom: 0.4rem;
  margin-top: auto;
}

.product2 .slide-img {
  width: 98.8764044944%;
  border-radius: 0.06rem;
  box-shadow: 5px 5px 0 1px rgba(231, 223, 207, 0.2);
}

.product4 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product4 .title {
  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;
  margin-bottom: 0.4rem;
}

.product4 .title p {
  line-height: 1.2;
}

.product4.color1 .my-list1 .item1-tip {
  background-color: #0E3460;
}

.product4.color1 .my-list1 .item1-btn, .product4.color1 .my-more2 .more-text {
  color: #00A29A;
}

.product4.color1 .my-swiper-button .swiper-button:hover {
  background-color: #00A29A;
  border-color: #00A29A;
}

.product4.color1 .item1:hover .item1-tip {
  background-color: #00A29A;
  color: #fff;
}

.product4.color1 .item1:hover .item1-content {
  background-color: #0E3460;
}

.product4.color1 .item1:hover .item1-btn, .product4.color1 .item1:hover .my-more2 .more-text {
  color: #fff;
}

.product5 {
  position: relative;
}

.product5 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product5 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.product5 .wrap {
  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;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}

.product5 .info {
  width: 43.75%;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.product5 .title {
  line-height: 1.2666666667;
  margin-bottom: 0.3rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product5 .text {
  line-height: 1.4545454545;
  margin-bottom: 0.5rem;
  color: #555;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.product5 .more {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CE0000;
  line-height: 1.2;
  padding-bottom: 0.08rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

.product5 .more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #CE0000;
}

.product5 .more .more-icon {
  width: 1em;
  margin-left: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product5 .more:hover {
  color: #AF0000;
}

.product5 .more:hover::before {
  background-color: #AF0000;
}

.product5 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product5 .ul span {
  color: #777;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product5 .lis {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.2rem;
  -moz-column-gap: 0.2rem;
  column-gap: 0.2rem;
  row-gap: 0.2rem;
}

.product5 .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;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  border-radius: 0.06rem;
}

.product5 .li:hover .li-icon {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.product5 .li p {
  margin: 0 0.1rem;
}

.product5 .li-img {
  width: 2.3333333333em;
}

.product5 .li-icon {
  width: 1em;
}

.product6 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product6 .title {
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.product7 .wrap {
  padding-bottom: 0.4rem;
}

.product7 .info {
  width: 51.7361111111%;
}

.product7 .title {
  line-height: 1.3636363636;
  white-space: nowrap;
}

.product7 .text2 {
  width: 600px;
  max-width: 100%;
}

.product8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: url(../images_die/12.webp) no-repeat center center/cover;
}

.product8 .title {
  line-height: 1.2;
  margin-bottom: 0.48rem;
}

.product8 .item {
  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;
}

.product8 .item1 {
  padding-top: 0.3rem;
  margin-bottom: 0.6rem;
  border-top: 1px solid rgba(34, 34, 34, 0.05);
}

.product8 .item2 {
  border-top: 1px solid rgba(34, 34, 34, 0.05);
  padding-top: 0.4rem;
}

.product8 .item-title {
  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;
  width: 22.2222222222%;
  line-height: 1.1666666667;
}

.product8 .item-num {
  color: #CE0000;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #CE0000;
  border-radius: 50%;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  vertical-align: baseline;
  margin-right: 0.3em;
  margin-top: 0.1em;
}
.product8 .item-num span {
  font-size: 0.6em;
}

.product8 .item-content {
  width: 70.8333333333%;
}

.product8 .item-text {
  line-height: 1.5;
  color: #555;
}

.product8 .item-text span {
  color: #222;
  font-weight: bold;
}

.product8 .swiper {
  padding-bottom: 34px;
}

.product8 .swiper-slide {
  height: auto;
  padding: 0.57rem 0.2rem 0.43rem;
  background-color: #fff;
  box-shadow: 0 5px 12px 0 rgba(12, 12, 13, 0.0392156863);
}

.product8 .slide-icon {
  width: 1.6666666667em;
  margin: 0 auto 0.15rem;
}

.product8 .slide-title {
  text-align: center;
  line-height: 1.1111111111;
  margin-bottom: 0.2rem;
}

.product8 .slide-line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0.2rem;
}

.product8 .slide-text {
  line-height: 1.375;
  color: #555;
}

.product8 .slide-text p {
  position: relative;
  padding-left: 1.25em;
}

.product8 .slide-text p::before {
  position: absolute;
  content: "·";
  font-weight: bold;
  left: 0.3em;
  top: 0;
}

.product8 .slide-text p span {
  color: #CE0000;
}

.product9 {
  height: 40.625vw;
  position: relative;
}
.product9 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.product9 .content .img {
  display: none;
  background: fixed no-repeat center center/cover;
}
.product9 .content .img.active {
  display: block;
}

.product10 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product10 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.product10 .text {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.4rem;
}

.product10 .content {
  padding: 0.6rem 0.5rem;
  background: url(../images_die/13.webp) no-repeat center center/cover;
  border-radius: 0.06rem;
}

.product10 .table {
  position: relative;
}

.product10 .table table {
  width: 100%;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
}

.product10 .table td {
  padding: 0.18rem 0.2rem;
  line-height: 1.4117647059;
  background-color: #fff;
}

.product10 .table td:not(:nth-child(1)) {
  text-align: right;
  color: #555;
}

.product10 .table tr:nth-child(1) td {
  background-color: #555555;
  text-align: center;
  color: #f8f8f8;
}

.product10 .table tr:nth-child(2) td, .product10 .table tr:nth-child(4) td, .product10 .table tr:nth-child(6) td {
  background-color: #FAFAFA;
}

.product10 .table tr:nth-child(5) td, .product10 .table tr:nth-child(8) td {
  background-color: #FFE8E8;
}

.product10 .table tr:nth-child(10) td, .product10 .table tr:nth-child(11) td {
  background-color: #FFF6E3;
}

.product11 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product11 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.product11 .text {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.4rem;
}

.product11 .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.8rem;
}

.product11 .table {
  width: 62.5%;
}

.product11 .table table {
  width: 100%;
  border-spacing: 0;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product11 .table tr:nth-child(1) td {
  background-color: #555555;
  color: #fff;
  text-align: center;
}

.product11 .table tr:nth-child(1) td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.product11 .table tr:not(:nth-child(1)) td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product11 .table tr:not(:nth-child(1)) td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.product11 .table td {
  text-align: center;
  line-height: 1.4117647059;
}

.product11 .table td p {
  display: block;
  padding: 0.06rem 0.2rem;
  min-height: 0.6rem;
  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;
}

.product11 .table .series {
  background-color: #F8F8F8;
}

.product11 .img {
  width: 35.4166666667%;
  border-radius: 0.06rem;
}

.product11 .text2 {
  line-height: 1.2;
  margin-bottom: 0.54rem;
}

.product12 {
  background-color: #F8F8F8;
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}

.product12 .top {
  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;
  margin-bottom: 0.5rem;
}

.product12 .title {
  line-height: 1.2;
}

.product12 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.product12 .select-item {
  cursor: pointer;
}

.product12 .select-item.active, .product12 .select-item:hover {
  color: #CE0000;
}

.product12 .swiper {
  padding-bottom: 0.54rem;
}

.product12 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
}

.product12 .slide-img {
  width: 50%;
  border-radius: 0.06rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
  position: relative;
  z-index: 2;
  aspect-ratio: 720/520;
}

.product12 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  position: relative;
  padding: 0.6rem 1rem 0.6rem 0.6rem;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product12 .slide-bg {
  position: absolute;
  width: 111.1111111111%;
  right: 0;
  top: 0;
  background: #fff;
}

.product12 .slide-title {
  position: relative;
  line-height: 1.2857142857;
  margin-bottom: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product12 .slide-ul {
  position: relative;
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 0.4rem;
}

.product12 .slide-ul::-webkit-scrollbar {
  width: 0.05rem;
  background-color: #F8F8F8;
}

.product12 .slide-ul::-webkit-scrollbar-thumb {
  width: 0.05rem;
  background-color: #CE0000;
}

.product12 .slide-li {
  padding: 0.17rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product12 .slide-li.active .slide-li-title {
  color: #CE0000;
}

.product12 .slide-li.active .slide-li-arr {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product12 .slide-li-top {
  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;
}

.product12 .slide-li-title {
  line-height: 1.3333333333;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product12 .slide-li-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  width: 0.3888888889em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product12 .slide-li-bottom {
  display: none;
  line-height: 1.5;
  color: #555;
  padding-top: 0.16rem;
}

.product13 {
  padding-bottom: 0;
}

.product13 .swiper {
  padding-bottom: 0;
}

.product-detail-title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.product-detail1 {
  position: relative;
}

.product-detail1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-detail1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.product-detail1 .wrap {
  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;
  -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: 0.7rem;
  padding-bottom: 0.2rem;
}

.product-detail1 .info {
  width: 44.4444444444%;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 100%;
}

.product-detail1 .title {
  line-height: 1.09375;
  margin-bottom: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .text2 {
  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%;
  margin-bottom: 0.3rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .text2 s {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  margin: 0 0.2rem;
}

.product-detail1 .text2-left {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.1818181818;
}

.product-detail1 .text2-right {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  cursor: pointer;
  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;
}

.product-detail1 .text2-right img {
  width: 0.8125em;
  margin-left: 0.1rem;
}

.product-detail1 .text2-right:hover {
  color: #CE0000;
}

.product-detail1 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.08rem;
  -moz-column-gap: 0.08rem;
  column-gap: 0.08rem;
  row-gap: 0.1rem;
  margin-bottom: 0.3rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .li {
  line-height: 1.375;
  padding: 0.08rem 0.12rem;
  border-radius: 4px;
  background-color: #fff;
  color: #555555;
}

.product-detail1 .li:nth-child(1) {
  background-color: #F0DDB6;
  color: #A37312;
}

.product-detail1 .text {
  line-height: 1.625;
  margin-bottom: 0.3rem;
  color: #666;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.product-detail1 .swipers {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  border-radius: 0.06rem;
  margin-bottom: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .swipers-left {
  width: 7.5%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  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;
}

.product-detail1 .swipers-left .swiper-pagination {
  width: auto;
  position: static;
  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;
  row-gap: 0.08rem;
}

.product-detail1 .swipers-left .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  background-color: #D9D9D9;
}

.product-detail1 .swipers-left .swiper-pagination-bullet-active {
  background-color: #CE0000;
}

.product-detail1 .swipers-right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding: 0.2rem;
}

.product-detail1 .swiper-slide {
  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;
}

.product-detail1 .swiper-slide .item {
  width: 33.3333333333%;
  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;
  line-height: 1.4444444444;
  padding-right: 5px;
}

.product-detail1 .swiper-slide .item img {
  width: 2em;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .swiper-slide .item p {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.product-detail1 .mores {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}

.product-detail1 .more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CE0000;
  line-height: 1.2;
  padding-bottom: 0.08rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

.product-detail1 .more::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #CE0000;
}

.product-detail1 .more .more-icon {
  width: 1em;
  margin-left: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail1 .more:hover {
  color: #AF0000;
}

.product-detail1 .more:hover::before {
  background-color: #AF0000;
}

.product-detail2 {
  padding-top: 0.8rem;
}

.product-detail2 .content {
  padding: 0.3rem 0.5rem 0.4rem;
  background: url(../images_die/9.webp) no-repeat center center/cover;
  border-radius: 0.06rem;
}

.product-detail2 .top {
  min-height: 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;
  margin-bottom: 0.3rem;
}

.product-detail2 .left {
  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;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.375;
}

.product-detail2 .left span {
  color: #444;
}

.product-detail2 .left > span {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 10px;
}

.product-detail2 .select-item {
  cursor: pointer;
}

.product-detail2 .select-item:hover, .product-detail2 .select-item.active {
  color: #CE0000;
}

.product-detail2 .my-swiper-button {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
}

.product-detail2 .swiper-slide {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

.product-detail2 .slide-title {
  position: absolute;
  top: 4.7311827957%;
  left: 4.3076923077%;
  line-height: 1.25;
  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;
}

.product-detail2 .slide-icon {
  width: 1.4583333333em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.13rem;
}

.product-detail3 {
  padding-top: 0.8rem;
}

.product-detail3 .content {
  padding: 0.5rem;
  background: url(../images_die/10.webp) no-repeat center center/cover;
  border-radius: 0.06rem;
}

.product-detail3 .table {
  position: relative;
}

.product-detail3 .table table {
  width: 100%;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
}

.product-detail3 .table tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product-detail3 .table tr:nth-child(odd) td {
  background-color: #fff;
}

.product-detail3 .table tr:nth-child(even) td {
  background-color: #FAFAFA;
}

.product-detail3 .table tr:nth-child(1) td {
  background-color: #555555;
  color: #f8f8f8;
}

.product-detail3 .table td {
  padding: 0.18rem 0.2rem;
  line-height: 1.3333333333;
}

.product-detail3 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.57rem;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 79.81%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 79.81%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 79.81%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 79.81%);
}

.product-detail3 .btn {
  text-align: center;
  margin-top: -1.5625em;
  position: relative;
}

.product-detail4 {
  padding-top: 0.8rem;
}

.product-detail5 {
  padding-top: 0.8rem;
}

.product-detail5 .wrap {
  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;*/
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail5 .item {
  width: 48.6111111111%;
  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;
}

.product-detail5 .content {
  background-color: #F8F8F8;
  border-radius: 4px;
  position: relative;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-detail5 .item1 .content {
  padding: 0.39rem 0.4rem;
}

.product-detail5 .item1 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4.5161290323%;
  -moz-column-gap: 4.5161290323%;
  column-gap: 4.5161290323%;
  row-gap: 0.3rem;
}

.product-detail5 .item1 .swiper-slide {
  width: 12.9032258065%;
}

.product-detail5 .slide-img {
  margin: 0 auto;
  width: 87.5%;
  margin-bottom: 0.08rem;
}

.product-detail5 .slide-title {
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.product-detail5 .swiper-pagination {
  bottom: 0.2rem;
}

.product-detail5 .item2 .content {
  padding: 0.63rem 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.1rem;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  row-gap: 0.1rem;
}

.product-detail5 .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;
  background: #fff no-repeat left center/cover;
  line-height: 1.3333333333;
  padding: 0.15rem 0.3rem;
  border-radius: 4px;
}

.product-detail5 .li:hover {
  background-color: #CE0000;
  color: #fff;
}

.product-detail5 .li:hover .li-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.product-detail5 .li-icon {
  width: 1em;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-compare1 {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product-compare1 .my-breadcrumb {
  margin-bottom: 0.5rem;
}

.product-compare1 .title {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5rem;
}

.product-compare1 .content {
  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;
}

.product-compare1 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-compare1 .info-text {
  line-height: 1.25;
  color: #555;
  margin-bottom: 0.2rem;
}

.product-compare1 .info-text span {
  color: #CE0000;
}

.product-compare1 .info-btns {
  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;
  color: #888;
}

.product-compare1 .info-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.1rem;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  background-color: #EFEFEF;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.product-compare1 .info-btn.active {
  background-color: #CE0000;
}

.product-compare1 .info-btn.active s {
  left: 23px;
}

.product-compare1 .info-btn s {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  left: 3px;
  top: 3px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.product-compare1 .ul {
  width: 76.3888888889%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-compare1 .li {
  width: 30%;
  border-radius: 0.06rem;
  position: relative;
}

.product-compare1 .li.active {
  aspect-ratio: 353/160;
  background-color: #F8F8F8;
  border: 1px dashed rgba(0, 0, 0, 0.05);
  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;
  cursor: pointer;
}

.product-compare1 .li.active:hover {
  border-color: #CE0000;
}

.product-compare1 .li:not(.active)::before {
  position: absolute;
  content: "";
  width: 93.9393939394%;
  height: 100%;
  background-color: #F3F3F3;
  top: 5px;
  left: 3.0303030303%;
  border-radius: 4px;
}

.product-compare1 .li-icon {
  width: 0.3rem;
}

.product-compare1 .li-close {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  cursor: pointer;
  width: 0.24rem;
}

.product-compare1 .li-close:hover {
  -webkit-transform: translate3d(50%, -50%, 0) rotate(180deg);
  -moz-transform: translate3d(50%, -50%, 0) rotate(180deg);
  transform: translate3d(50%, -50%, 0) rotate(180deg);
}

.product-compare1 .li-img {
  border-radius: 0.06rem;
  position: relative;
}

.product-compare1 .li-content {
  position: absolute;
  left: 6.968641115%;
  right: 6.968641115%;
  top: 15.3846153846%;
}

.product-compare1 .li-title {
  line-height: 1.2;
  margin-bottom: 0.06rem;
}

.product-compare1 .li-text {
  line-height: 1.2222222222;
}

.product-compare2 {
  background-color: #F8F8F8;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product-compare2 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.product-compare2 .text {
  line-height: 1.3333333333;
  color: #A37312;
  margin-bottom: 0.18rem;
}

.product-compare2 .item + .item {
  margin-top: 0.6rem;
}

.product-compare2 .ul + .text {
  margin-top: 0.4rem;
}

.product-compare2 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-compare2 .li:nth-child(1) .li-info {
  border-top: 1px dashed #E6E6E6;
}

.product-compare2 .li:nth-child(1) .li-dd {
  border-top: 1px dashed #E6E6E6;
}

.product-compare2 .li-info {
  padding: 0.2rem 0;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0.6rem;
  border-bottom: 1px dashed #E6E6E6;
}

.product-compare2 .li-title {
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.product-compare2 .li-text {
  line-height: 1.3333333333;
  color: #555;
}

.product-compare2 .li-dd {
  width: 76.3888888889%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  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;
  border-bottom: 1px dashed #E6E6E6;
}

.product-compare2 .li-dt {
  width: 30%;
  padding-left: 0.8rem;
  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;
}

.product-compare2 .li-active1 {
  margin-right: 0.15rem;
}

.product-compare2 .li-active1-arr {
  position: relative;
  left: var(--value, 0%);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 10px;
  margin-bottom: 3px;
}

.product-compare2 .li-active1-line {
  width: 80px;
  height: 7px;
  border-radius: 8px;
  background-color: #D9D9D9;
  overflow: hidden;
  position: relative;
}

.product-compare2 .li-active1-line s {
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  display: inline-block;
  width: var(--value, 0%);
  height: 100%;
  background: -webkit-linear-gradient(355deg, #F0DDB6 3.73%, #F0DDB6 29.53%, #CE0000 96.27%);
  background: -moz-linear-gradient(355deg, #F0DDB6 3.73%, #F0DDB6 29.53%, #CE0000 96.27%);
  background: -o-linear-gradient(355deg, #F0DDB6 3.73%, #F0DDB6 29.53%, #CE0000 96.27%);
  background: linear-gradient(95deg, #F0DDB6 3.73%, #F0DDB6 29.53%, #CE0000 96.27%);
}

.product-compare2 .li-active2 {
  width: 37px;
  height: auto;
  margin-right: 0.15rem;
}

.product-compare2 .li-active2-arr {
  -webkit-transform-origin: 50% 85%;
  -moz-transform-origin: 50% 85%;
  -ms-transform-origin: 50% 85%;
  -o-transform-origin: 50% 85%;
  transform-origin: 50% 85%;
}

.product-compare2 .li-active2-arr[data-index="1"] {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}

.product-compare2 .li-active2-arr[data-index="2"] {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}

.product-compare2 .li-active2-arr[data-index="3"] {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}

.product-compare2 .li-active2-arr[data-index="4"] {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.product-compare2 .li-active2-arr[data-index="5"] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-compare2 .li-active3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-right: 0.15rem;
}

.product-compare2 .li-active3[data-index="1"] s:nth-child(-n+1) {
  background-color: #CE0000;
}

.product-compare2 .li-active3[data-index="2"] s:nth-child(-n+2) {
  background-color: #CE0000;
}

.product-compare2 .li-active3[data-index="3"] s:nth-child(-n+3) {
  background-color: #CE0000;
}

.product-compare2 .li-active3[data-index="4"] s:nth-child(-n+4) {
  background-color: #CE0000;
}

.product-compare2 .li-active3[data-index="5"] s:nth-child(-n+5) {
  background-color: #CE0000;
}

.product-compare2 .li-active3 s {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.product-compare2 .li-active4 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
  margin-right: 0.15rem;
}

.product-compare2 .li-active4[data-index="1"] svg:nth-child(-n+1) .path {
  fill: #CE0000;
}

.product-compare2 .li-active4[data-index="2"] svg:nth-child(-n+2) .path {
  fill: #CE0000;
}

.product-compare2 .li-active4[data-index="3"] svg:nth-child(-n+3) .path {
  fill: #CE0000;
}

.product-compare2 .li-active4[data-index="4"] svg:nth-child(-n+4) .path {
  fill: #CE0000;
}

.product-compare2 .li-active4[data-index="5"] svg:nth-child(-n+5) .path {
  fill: #CE0000;
}

.solution1 {
  position: relative;
}

.solution1.status1 .title {
  margin-bottom: 0.15rem;
}

.solution1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.solution1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.solution1 .wrap {
  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;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 1.4rem;
  padding-bottom: 0.4rem;
}

.solution1 .info {
  width: 45.2777777778%;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.solution1 .title {
  line-height: 1.3714285714;
  margin-bottom: 0.3rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution1 .text {
  line-height: 1.4545454545;
  margin-bottom: 0.3rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #555;
}

.solution2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.solution2 .title {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.solution2 .list {
  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;
}

.solution2 .item {
  width: 47.2222222222%;
}

.solution2 .item:hover .item-title {
  color: #CE0000;
}

.solution2 .item-img {
  width: 94.1176470588%;
  border-radius: 0.06rem;
}

.solution2 .item-content {
  position: relative;
  width: 94.1176470588%;
  margin-left: 5.8823529412%;
  background-color: #F8F8F8;
  border-radius: 0.06rem;
  margin-top: -0.5rem;
  padding: 0.4rem;
}

.solution2 .item-title {
  line-height: 1.1875;
  margin-bottom: 0.2rem;
}

.solution2 .item-text {
  line-height: 1.2631578947;
  margin-bottom: 0.2rem;
}

.solution2 .item-text2 {
  line-height: 1.375;
  color: #555;
  height: 4.125em;
  margin-bottom: 0.4rem;
}

.solution3 {
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
}

.solution3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125%;
  -moz-column-gap: 3.125%;
  column-gap: 3.125%;
  row-gap: 0.6rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution3 .item {
  width: 31.25%;
}

.solution3 .item:hover .item-title {
  color: #CE0000;
}

.solution3 .item-img {
  width: 95.5555555556%;
  border-radius: 0.06rem;
}

.solution3 .item-content {
  position: relative;
  width: 95.5555555556%;
  margin-left: 4.4444444444%;
  background-color: #F8F8F8;
  border-radius: 0.06rem;
  margin-top: -0.3rem;
  padding: 0.3rem 0.4rem;
}

.solution3 .item-title {
  line-height: 1.2307692308;
  margin-bottom: 0.2rem;
}

.solution3 .item-text {
  line-height: 1.4117647059;
  height: 2.8235294118em;
  margin-bottom: 0.3rem;
  color: #555;
  width: 330px;
  max-width: 100%;
}

.solution4 {
  background-color: #F8F8F8;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}

.solution4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.solution4 .img {
  border-radius: 0.06rem;
  overflow: hidden;
  width: 54.1666666667%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution4 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0.5rem;
  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;
}

.solution4 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  padding-left: 0.5rem;
  padding-right: 0.1rem;
  margin-bottom: 0.2rem;
  overflow: auto;
}

.solution4 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.solution4 .text {
  line-height: 1.4117647059;
  color: #666;
}

.solution4 .bottom {
  width: 109.0909090909%;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.06rem;
  margin-left: -9.0909090909%;
  margin-bottom: -0.4rem;
  min-height: 2.34rem;
}

.solution4 .swipers {
  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.3rem 0.6rem 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.solution4 .swiper {
  width: 84.3333333333%;
}

.solution4 .swiper-slide {
  width: auto;
  cursor: pointer;
}

.solution4 .swiper-slide.active span, .solution4 .swiper-slide:hover span {
  color: #CE0000;
}

.solution4 .swiper-button {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  top: auto;
  width: 7px;
  height: auto;
}

.solution4 .swiper-button::after {
  display: none;
}

.solution4 .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.solution4 .list {
  margin: 0.3rem 0.6rem;
}

.solution4 .item {
  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;
}

.solution4 .item-icon {
  width: 2.7058823529em;
  margin-right: 0.23rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution4 .item-text {
  line-height: 1.4117647059;
  color: #666;
}

.solution5 {
  background-color: #F8F8F8;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.solution5 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
}

.solution5 .info {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: -4.1666666667%;
  position: relative;
  z-index: 2;
  background: #fff url(../images_die/14.webp) no-repeat center center/cover;
  border-radius: 0.06rem;
  padding: 0.6rem 0.6rem 0.6rem 0.5rem;
}

.solution5 .info-content {
  overflow: hidden;
}

.solution5 .title {
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.solution5 .text {
  line-height: 1.4117647059;
  color: #666;
}

.solution5 .text span {
  color: #CE0000;
  font-weight: bold;
}

.solution5 .img {
  width: 54.1666666667%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
  border-radius: 0.06rem;
  overflow: hidden;
}

.solution6 {
  position: relative;
}

.solution6 .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  color: #fff;
}

.solution6 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.solution6 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.3rem;
}

.solution6 .text {
  line-height: 1.4117647059;
}

.solution6 .li:nth-child(1) {
  left: 45.9895833333%;
  top: 43.1%;
}

.solution6 .li:nth-child(2) {
  left: 46.09375%;
  top: 55.8%;
}

.solution6 .li:nth-child(3) {
  left: 53.8020833333%;
  top: 57.8%;
}

.solution6 .li:nth-child(4) {
  left: 61.25%;
  top: 47.5%;
}

.solution6 .li-title {
  right: 100%;
  bottom: auto;
  left: auto;
  top: 50%;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin-right: 1.2222222222em;
}

.solution6 .list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
}

.solution6 .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3888888889%;
  -moz-column-gap: 1.3888888889%;
  column-gap: 1.3888888889%;
}

.solution6 .swiper-slide {
  border-radius: 0.06rem;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.03);
  width: 16.6666666667%;
  height: auto;
  cursor: pointer;
}

.solution6 .swiper-slide.active {
  width: 45.8333333333%;
}

.solution6 .swiper-slide.active .slide-active {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.solution6 .swiper-slide.active .slide-active2 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}

.solution6 .slide-active {
  padding: 0.55rem 10px;
  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-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.solution6 .slide-active .slide-img {
  width: 2.25em;
  margin: 0 auto 0.2rem;
  aspect-ratio: 1/1;
}

.solution6 .slide-active .slide-title {
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.solution6 .slide-active .slide-icon {
  margin: auto auto 0;
  width: 1.5em;
}

.solution6 .slide-active2 {
  padding-left: 0.3rem;
  padding-right: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
}

.solution6 .slide-active2 .slide-s {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.05rem;
  width: 100%;
  background-color: #CE0000;
  border-radius: 1px;
  overflow: hidden;
}

.solution6 .slide-active2 .slide-s::before {
  position: absolute;
  content: "";
  width: 1.04rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1D5A1;
}

.solution6 .slide-active2 .slide-img {
  width: 2.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}

.solution6 .slide-active2 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.solution6 .slide-active2 .slide-title {
  line-height: 1.0833333333;
  margin: 0.5833333333em 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution6 .slide-active2 .slide-text {
  line-height: 1.5;
  color: #666;
  overflow: auto;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.solution7 {
  background-color: #F8F8F8;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.solution7 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-bottom: 0.54rem;
}

.solution7 .top .product-detail-title{
    margin-bottom: 0;
}

.solution7 .top .more{
    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;
  color: #A6A6A6;
  flex-shrink: 0;
  margin-left: 10px;
}

.solution7 .top .more:hover {
  color: #CE0000;
}

.solution7 .top .more img {
  width: 0.4375em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0.08rem;
}
.solution7 .product-detail-title {
  margin-bottom: 0.54rem;
}

.solution8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #F8F8F8;
}

.solution8 .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.solution8 .text {
  line-height: 1.4117647059;
  color: #666;
  text-align: center;
  margin-bottom: 0.5rem;
}

.solution8 .img {
  border-radius: 0.06rem;
}

.solution8 .swipers {
  position: relative;
  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: 88.8888888889%;
  background-color: #fff;
  margin: 0 auto;
  min-height: 7.1em;
  margin-top: -3.55em;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.06rem;
}

.solution8 .swiper {
  width: 92.96875%;
}

.solution8 .swiper-slide {
  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;
}

.solution8 .slide-icon {
  width: 2.5em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}

.solution8 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.solution8 .slide-title {
  line-height: 1.2;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.08rem;
}

.solution8 .slide-text {
  line-height: 1.375;
  color: #666;
}

.solution8 .swiper-button {
  position: static;
  width: 20px;
  height: 44px;
  margin-top: 0;
  background-color: #00A29A;
  border-radius: 0.06rem;
}

.solution8 .swiper-button:hover {
  background-color: #0E3460;
}

.solution8 .swiper-button::after {
  display: none;
}

.solution8 .swiper-button-prev {
  margin-left: -10px;
}

.solution8 .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.solution8 .swiper-button-next {
  margin-right: -10px;
}

.solution9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images_die/15.webp) no-repeat center center/cover;
}

.solution9 .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  color: #fff;
}

.solution9 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 0.3rem;
}

.solution9 .text {
  color: #9EBCDD;
  text-align: center;
  line-height: 1.4117647059;
  margin-bottom: 0.92rem;
}

.solution9 .img {
  margin-bottom: 0.18rem;
}

.solution9 .swiper {
  padding-bottom: 0.6rem;
}

.solution9 .swiper-slide {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  border-left: 1px solid rgba(13, 203, 194, 0.25);
  padding-top: 0.65rem;
  height: auto;
  cursor: pointer;
}

.solution9 .swiper-slide:hover .slide-text {
  color: #0DCBC2;
}

.solution9 .slide-title {
  color: #fff;
  margin-bottom: 0.2rem;
  font-family: inter;
}

.solution9 .slide-text {
  line-height: 1.2941176471;
  color: #9EBCDD;
}

.solution10 {
  position: relative;
}

.solution10 .content {
  position: absolute;
  top: 9.2592592593%;
  left: 0;
  right: 0;
}

.solution10 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}

.solution10 .line {
  height: 1px;
  background-color: rgba(14, 52, 96, 0.1);
  margin-bottom: 0.7rem;
}

.solution10 .container {
  width: 47.2222222222%;
}

.solution10 .text {
  aspect-ratio: 680/356;
  padding: 0.6rem 0.55rem 0.6rem 0.5rem;
  border-radius: 0.06rem;
  background: url(../images_die/16.webp) no-repeat center center/cover;
  line-height: 1.4;
  color: #C6DCF5;
  margin-bottom: 0.5rem;
}

.solution10 .text-conainer {
  overflow: auto;
  max-height: 100%;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.solution10 .text-conainer::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.solution10 .tip {
  line-height: 1.375;
  color: #0E3460;
  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;
  margin-bottom: 0.3rem;
}

.solution10 .tip s {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(14, 52, 96, 0.1);
}

.solution10 .tip span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0.17rem;
}

.solution10 .swipers {
  position: relative;
  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;
  background-color: #fff;
  padding-top: 0.24rem;
  padding-bottom: 0.32rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.06rem;
}

.solution10 .swiper {
  width: 79.4117647059%;
}

.solution10 .slide-title {
  line-height: 1.4117647059;
  color: #666;
  text-align: center;
}

.solution10 .swiper-button {
  position: static;
  width: 20px;
  height: 44px;
  margin-top: 0;
  background-color: #00A29A;
  border-radius: 0.06rem;
}

.solution10 .swiper-button:hover {
  background-color: #0E3460;
}

.solution10 .swiper-button::after {
  display: none;
}

.solution10 .swiper-button-prev {
  margin-left: -10px;
}

.solution10 .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.solution10 .swiper-button-next {
  margin-right: -10px;
}

.solution10 .li:hover .li-dot {
  border-color: #00A29A;
}

.solution10 .li:nth-child(1) {
  left: 67.2916666667%;
  top: 22.6851851852%;
}

.solution10 .li:nth-child(2) {
  left: 66.5104166667%;
  top: 26.6666666667%;
}

.solution10 .li:nth-child(3) {
  left: 67.96875%;
  top: 29.4444444444%;
}

.solution10 .li:nth-child(4) {
  left: 67.2395833333%;
  top: 31.8518518519%;
}

.solution10 .li:nth-child(5) {
  left: 68.8020833333%;
  top: 37.4074074074%;
}

.solution10 .li:nth-child(6) {
  left: 65.6770833333%;
  top: 39.2592592593%;
}

.solution10 .li:nth-child(7) {
  left: 66.5104166667%;
  top: 45.7407407407%;
}

.solution10 .li:nth-child(8) {
  left: 68.0729166667%;
  top: 45.7407407407%;
}

.solution10 .li:nth-child(9) {
  left: 68.8541666667%;
  top: 53.1481481481%;
}

.solution10 .li:nth-child(10) {
  left: 64.84375%;
  top: 69.8148148148%;
}

.solution10 .li:nth-child(11) {
  left: 64.7916666667%;
  top: 76.1111111111%;
}

.solution10 .li-dot {
  background-color: #00A29A;
  border-color: rgba(255, 255, 255, 0.9);
}

.solution10 .li-title {
  padding: 0.09rem 10px 0.21rem;
  width: 1.6rem;
  border-radius: 0.06rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.solution10 .li-title p {
  text-align: center;
  line-height: 1.4117647059;
  color: #666;
}

.solution10 .li-img {
  width: 1rem;
  margin-bottom: 0.1rem;
  max-width: initial;
  margin: 0 auto;
}

.solution10 .li-arr {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.solution11 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.solution11 .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.solution11 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
}

.solution11 .img {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.4rem, 0);
  -moz-transform: translate3d(0, -0.4rem, 0);
  transform: translate3d(0, -0.4rem, 0);
  position: relative;
  z-index: 2;
  aspect-ratio: 720/405;
  border-radius: 0.06rem;
  overflow: hidden;
}

.solution11 .img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.solution11 .img img.active {
  opacity: 1;
}

.solution11 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  position: relative;
  padding: 0.6rem;
}

.solution11 .bg {
  position: absolute;
  width: 111.1111111111%;
  right: 0;
  top: 0;
  background: #F8F8F8;
  border-radius: 4px;
}

.solution11 .select {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2727272727;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.3rem;
}

.solution11 .select-item {
  cursor: pointer;
}

.solution11 .select-item:hover, .solution11 .select-item.active {
  color: #00A29A;
}

.solution11 .item-tip {
  display: inline-block;
  color: #fff;
  line-height: 1.2941176471;
  padding: 0.08rem 0.12rem;
  background-color: #0E3460;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
}

.solution11 .item-title {
  line-height: 1.3333333333;
  color: #0E3460;
  margin-bottom: 0.1rem;
}

.solution11 .item-text {
  line-height: 1.375;
  color: #666;
}

.solution12 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #F8F8F8;
  position: relative;
}

.solution12 .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.solution12 .table table {
  width: 100%;
  border-spacing: 0;
}

.solution12 .table td {
  line-height: 1.375;
  color: #0E3460;
  background-color: #fff;
  padding: 2px 6px;
}

.solution12 .table td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.solution12 .table td:nth-child(1) {
  background-color: #0E3460;
  color: #fff;
}

.solution12 .table td p {
  min-height: 0.7rem;
  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;
}

.solution12 .table tr:nth-child(2) td:not(:nth-child(1)) {
  background-color: #FAFAFA;
}

.solution13 {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: url(../images_die/17.webp) no-repeat center center/cover;
}

.solution13 .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -1px, 0);
  -moz-transform: translate3d(-50%, -1px, 0);
  transform: translate3d(-50%, -1px, 0);
  top: 0;
}

.solution13 .swiper {
  margin-bottom: 0.5rem;
}

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

.solution14 {
  padding-top: 1rem;
  padding-bottom: 1.26rem;
  background: url(../images_die/32.webp) no-repeat center center/cover;
}

.solution14 .title {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.3rem;
}

.solution14 .line {
  height: 1px;
  background-color: rgba(14, 52, 96, 0.1);
  margin-bottom: 0.3rem;
}

.solution14 .text {
  text-align: center;
  line-height: 1.4117647059;
  color: #555;
  margin-bottom: 0.93rem;
}

.solution14 .content {
  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;
}

.solution14 .item {
  width: 19em;
  height: 4em;
  background-color: #0E3460;
  border-radius: 100px;
  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.3em;
}

.solution14 .item + .item {
  margin-top: 0.66rem;
}

.solution14 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 3.4em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.solution14 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.solution14 .item-title {
  color: #00A29A;
  line-height: 1.1578947368;
}

.solution14 .item-text {
  color: #fff;
  line-height: 1.375;
}

.solution14 .list1 {
  margin-top: -6px;
}

.solution14 .list1 .item:nth-child(1) {
  margin-left: 0.5rem;
}

.solution14 .list1 .item:nth-child(3) {
  margin-left: 0.7rem;
}

.solution14 .list2 .item {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 2em;
}

.solution14 .list2 .item:nth-child(1) {
  margin-left: 0.2rem;
}

.solution14 .list2 .item:nth-child(2) {
  margin-top: 0.65rem;
  margin-left: 0.7rem;
}

.solution14 .list2 .item:nth-child(3) {
  margin-top: 0.53rem;
}

.solution14 .list2 .item-icon {
  margin-right: 0;
  margin-left: 0.1rem;
}

.solution14 .img {
  width: 31.7361111111%;
  margin: 0 0.24rem;
}

.solution15 .product-detail-title {
  text-align: center;
}

.solution15 .my-list3 .item3:hover .item3-title {
  color: #00A29A;
}

.about1 {
  position: relative;
}

.about1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.about1 .wrap {
  height: 100%;
  padding-top: 1.6rem;
  padding-bottom: 0.4rem;
}

.about1 .info {
  width: 100%;
  height: 100%;
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about1 .left {
  width: 40.2777777778%;
}

.about1 .title {
  line-height: 1.2083333333;
  margin-bottom: 0.4rem;
}

.about1 .btn {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 11.4117647059em;
  height: 3.2941176471em;
  padding: 5px;
  background-color: #CE0000;
  border-radius: 100px;
  color: #fff;
}

.about1 .btn img {
  width: 2.7058823529em;
  margin-right: 0.21rem;
}

.about1 .btn:hover {
  text-decoration: underline;
}

.about1 .right {
  width: 43.4027777778%;
  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;
}

.about1 .text {
  line-height: 1.375;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about1 .num {
  font-family: Arial;
  color: #CE0000;
  margin-bottom: 0.58rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about1 .text2 {
  line-height: 1.3333333333;
  color: #555;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.about2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: url(../images_die/18.webp) no-repeat center center/cover;
}

.about2 .top {
  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;
  margin-bottom: 0.5rem;
}

.about2 .title {
  line-height: 1.2;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  line-height: 1.3333333333;
}

.about2 .select-item {
  cursor: pointer;
}

.about2 .select-item:hover, .about2 .select-item.active {
  color: #CE0000;
}

.about2 .swiper {
  padding-bottom: 0.5rem;
}

.about2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
}

.about2 .slide-img {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
  position: relative;
  z-index: 2;
  border-radius: 0.06rem;
}

.about2 .slide-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  position: relative;
  padding: 0.6rem 0.5rem 0.4rem 0.6rem;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about2 .slide-bg {
  position: absolute;
  width: 111.1111111111%;
  right: 0;
  top: 0;
  background: #F8F8F8;
}

.about2 .slide-title {
  position: relative;
  line-height: 1.2857142857;
  margin-bottom: 0.2rem;
}

.about2 .slide-address {
  position: relative;
  color: #CE0000;
  line-height: 1.2941176471;
  margin-bottom: 0.2rem;
}

.about2 .slide-address img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.about2 .slide-text {
  position: relative;
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.2rem;
}

.about2 .my-more {
  margin-top: auto;
  position: relative;
}

.about3 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-color: #fcfcfc;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about3 .bg {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fcfcfc;
  position: relative;
  z-index: 2;
}

.about3 .bg:last-child {
  opacity: 0;
}

.about3 .wrap {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about3 .top {
  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;
  margin-bottom: 0.4rem;
}

.about3 .title {
  line-height: 1.25;
}

.about3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about3 .select {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0.6rem;
  background-color: #fcfcfc;
  position: relative;
  z-index: 5;
}

.about3 .select-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;
  line-height: 1.2727272727;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.about3 .select-item span {
  width: 1.3636363636em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
}

.about3 .select-item:hover, .about3 .select-item.active {
  color: #CE0000;
}

.about3 .swiper {
  width: 76.3888888889%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: initial;
}

.about3 .swiper-slide-active .slide-img, .about3 .swiper-slide-active .slide-title, .about3 .swiper-slide-active .slide-text {
  opacity: 1;
}

.about3 .slide-img {
  margin-bottom: 0.3rem;
  border-radius: 0.06rem;
  opacity: 0.2;
}

.about3 .slide-title {
  line-height: 1.2857142857;
  margin-bottom: 0.2rem;
  opacity: 0;
}

.about3 .slide-text {
  line-height: 1.5;
  color: #555;
  opacity: 0;
}

.about3 .slide-infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.1rem;
}

.about3 .slide-info {
  width: 50%;
  padding-right: 10px;
  line-height: 1.5;
  color: #555;
  white-space: break-spaces;
}

.about4 {
  background: url(../images_die/19.webp) no-repeat center center/cover;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.about4 .title {
  line-height: 1.25;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.9rem;
}

.about4 .swiper {
  padding-bottom: 0.4rem;
}

.about4 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 12.5%;
  -moz-column-gap: 12.5%;
  column-gap: 12.5%;
  row-gap: 0.8rem;
}

.about4 .item {
  width: 25%;
  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;
}

.about4 .item-icon {
  width: 3.7222222222em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about4 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.about4 .item-title {
  color: #BC9164;
  margin-bottom: 0.07rem;
}

.about4 .item-num {
  line-height: 1.1428571429;
  font-family: Arial;
  color: #CE0000;
}

.about4 .item-text {
  line-height: 1.1875;
  color: #CE0000;
  font-weight: bold;
}

.about5 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.about5 .title {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.about5 .swiper1 > .swiper-wrapper > .swiper-slide {
  width: 13.8888888889%;
  border-radius: 0.06rem;
  overflow: hidden;
  cursor: pointer;
  background-color: #F8F8F8;
  height: auto;
}

.about5 .swiper1 > .swiper-wrapper > .swiper-slide.active {
  width: 69.4444444444%;
}

.about5 .swiper1 > .swiper-wrapper > .swiper-slide.active .slide-active1 {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.about5 .swiper1 > .swiper-wrapper > .swiper-slide.active .slide-active2 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}

.about5 .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(3) .slide-active2 .slide-text {
  width: 54.5454545455%;
}

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

.about5 .slide-active1 {
  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;
  padding: 1rem 0.15rem 1.1rem;
  min-height: 6.4rem;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.about5 .slide-active1 .slide-icon {
  margin: 0 auto 0.36rem;
}

.about5 .slide-active1 .slide-title {
  line-height: 1.6;
  margin-bottom: 0.92rem;
  text-align: center;
}

.about5 .slide-active1 .slide-text {
  line-height: 1.25;
  opacity: 0.4;
  text-align: center;
  margin-bottom: 15px;
}

.about5 .slide-active1 .slide-icon2 {
  width: 1.35em;
  margin: auto auto 0;
}

.about5 .slide-active2 {
  opacity: 0;
  background: no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.04rem 0.6rem 0.5rem;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about5 .slide-active2 .slide-title {
  width: 100%;
  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-bottom: 0.22rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.4rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about5 .slide-active2 .slide-title p {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.3333333333;
}

.about5 .slide-active2 .slide-text {
  width: 50%;
  line-height: 1.25;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.about5 .slide-active2 .slide-text p {
  position: relative;
  padding-left: 1.25em;
}

.about5 .slide-active2 .slide-text p::before {
  position: absolute;
  content: "·";
  font-weight: bold;
  color: #CE0000;
  left: 0.3em;
  top: 0;
}

.about5 .slide-active2 .slide-text p + p {
  margin-top: 0.15rem;
}

.about5 .slide-icon {
  width: 2em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about6 {
  position: relative;
}

.about6 .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 10.8459869848%;
}

.about6 .top .wrap {
  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;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.about6 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}

.about6 .select-item {
  line-height: 1.25;
  color: #666;
  cursor: pointer;
}

.about6 .select-item.active, .about6 .select-item:hover {
  color: #CE0000;
}

.about6 .item {
  opacity: 0;
  pointer-events: none;
}

.about6 .list {
  opacity: 0;
  pointer-events: none;
}

.about6 .list.active {
  opacity: 1;
  pointer-events: auto;
}

.about6 .list.active .item.active {
  opacity: 1;
  pointer-events: auto;
}

.about6 .li {
  width: 1px;
  height: 1px;
  position: absolute;
  cursor: pointer;
}

.about6 .li:nth-child(1) {
  left: 24.53125%;
  bottom: 33.8394793926%;
}

.about6 .li:nth-child(2) {
  left: 41.6666666667%;
  bottom: 18.4381778742%;
}

.about6 .li:nth-child(3) {
  left: 42.8125%;
  bottom: 43.600867679%;
}

.about6 .li:nth-child(4) {
  left: 59.375%;
  bottom: 31.7787418655%;
}

.about6 .li:nth-child(5) {
  left: 76.9791666667%;
  bottom: 36.2255965293%;
}

.about6 .li:hover {
  z-index: 3;
}

.about6 .li:hover .li-dot {
  background-color: #fff;
  border-color: #CE0000;
}

.about6 .li:hover .li-title {
  opacity: 1;
}

.about6 .li-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.about6 .li-dot {
  position: absolute;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #CE0000;
  border: 0.08rem solid #fff;
  left: 50%;
  top: -0.13rem;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.about6 .li-title {
  position: absolute;
  line-height: 1.4117647059;
  max-width: 14.3529411765em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.16rem 0.3rem;
  background-color: #fff;
  border-radius: 100px;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin-bottom: 0.24rem;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}

.about6 .list1 .li-content {
  width: 12.7083333333vw;
}

.about6 .list1 .li-img {
  width: 90.1639344262%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.about6 .list2 .li:nth-child(2) {
  left: 40.625%;
}

.about6 .list2 .li:nth-child(3) {
  left: 46.7708333333%;
}

.about6 .list2 .li:nth-child(4) {
  left: 60.15625%;
}

.about6 .list2 .li-content {
  width: 8.0729166667vw;
}

.about6 .list2 .li-dot {
  top: -0.18rem;
}

.about6 .list2 .li-img {
  width: 100%;
  box-shadow: 0 0 0 0.07rem rgba(255, 255, 255, 0.3);
}

.about6 .list2 .li-title {
  max-width: 16.7647058824em;
}

.about-container {
  background: #f8f8f8 url(../images_die/22.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.about7 {
  padding-top: 1rem;
  padding-bottom: 0.87rem;
}

.about7 .top {
  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;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.about7 .title {
  color: #fff;
  line-height: 1.25;
}

.about7 .swiper-slide {
  height: auto;
}

.about7 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.9096431283%;
  -moz-column-gap: 6.9096431283%;
  column-gap: 6.9096431283%;
  padding-left: 8.5416666667%;
  margin-top: 0.37rem;
}

.about7 .item {
  width: 24.2976461655%;
}

.about7 .item-time {
  color: #fff;
  font-family: Arial;
  margin-bottom: 0.11rem;
}

.about7 .item-tip {
  display: inline-block;
  line-height: 1.4117647059;
  color: #714C00;
  padding: 0.1rem 0.15rem;
  background-color: #F0DDB6;
  border-radius: 4px;
  margin-bottom: 0.2rem;
}

.about7 .item-text {
  color: #fff;
  line-height: 1.375;
}

.about8 {
  padding-bottom: 0.8rem;
}

.about8 .wrap {
  padding-top: 0.63rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about8 .title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.about8 .img {
  overflow: hidden;
  border-radius: 0.06rem;
  position: relative;
}

.about8 .text {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 19.6428571429%;
  text-align: center;
  line-height: 1.3333333333;
}

.about8 .text span {
  position: relative;
}

.about8 .text span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4166666667em;
  background-color: rgba(206, 0, 0, 0.1);
}

.about8 .list {
  width: 88.8888888889%;
  background-color: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 2px 0.2rem 0 rgba(0, 0, 0, 0.05);
  min-height: 1.42rem;
  position: relative;
  margin: -0.71rem auto 0.6rem;
  padding-left: 2.0833333333%;
  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;
}

.about8 .list-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.140625%;
  -moz-column-gap: 4.140625%;
  column-gap: 4.140625%;
}

.about8 .item {
  width: 21.36%;
  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;
  position: relative;
}

.about8 .item span:nth-child(1) {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #CE0000;
  margin-right: 0.1rem;
}

.about8 .item span:nth-child(2) {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #333;
  line-height: 1.1176470588;
}

.about8 .item + .item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  left: -7.4906367041%;
  top: -0.12rem;
}

.about8 .tip {
  line-height: 1.375;
  color: #A6A6A6;
  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;
  margin-bottom: 0.3rem;
}

.about8 .tip s {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.about8 .tip span {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0.17rem;
}

.about8 .swiper1 {
  padding-bottom: 0.4rem;
}

.investor2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.investor2 .title {
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.investor2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.5rem 0.4rem 0.4rem;
  background-color: #F8F8F8;
  border-radius: 0.06rem;
}

.investor2 .left {
  width: 37.7777777778%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.4rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.investor2 .left p {
    cursor: pointer;
}
.investor2 .left p:hover{
    color: #CE0000;
}
.investor2 .text {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.investor2 .text2 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Arial;
  margin-bottom: 0.2rem;
}

.investor2 .text2-num {
  line-height: 1.2;
  margin-right: 0.3rem;
}

.investor2 .icon {
  width: 1em;
  margin-right: 0.1rem;
}

.investor2 .text3 {
  line-height: 1.3333333333;
  color: #555;
}

.investor2 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.investor2 .list {
  width: 100%;
  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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.investor2 .item{
    cursor: pointer;
}
.investor2 .item:hover{
    color: #CE0000;
}
.investor2 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}

.investor2 .item-text {
  line-height: 1.1666666667;
}

.investor3 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  background: #F8F8F8 url(../images_die/23.webp) no-repeat center bottom/cover;
}

.investor3 .title {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.investor3 .select {
  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;
  line-height: 1.375;
  color: #666;
  margin-bottom: 0.5rem;
}

.investor3 .select > p {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.investor3 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.2rem;
}

.investor3 .li {
  cursor: pointer;
}

.investor3 .li:hover, .investor3 .li.active {
  color: #CE0000;
}

.investor3 .list {
  margin-bottom: 0.5rem;
}

.investor3 .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.25rem 0.4rem;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.investor3 .item + .item {
  margin-top: 0.25rem;
}

.investor3 .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  background-color: #CE0000;
  height: 0.04rem;
  border-radius: 2px;
}

.investor3 .item:hover {
  box-shadow: 0 1px 0.2rem 0 rgba(0, 0, 0, 0.04);
}

.investor3 .item:hover::before {
  width: 100%;
}

.investor3 .item-icon {
  width: 1.6666666667em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.investor3 .item-title {
  width: 0;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.6666666667;
  padding: 0 0.1rem;
}

.investor3 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #999;
}

.investor4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #F8F8F8 url(../images_die/24.webp) no-repeat center bottom/cover;
}

.investor4 .title {
  line-height: 1.2;
  margin-bottom: 0.4rem;
  color: #fff;
}

.investor4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.3rem;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.investor4 .left {
  width: 48.6111111111%;
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.investor4 .item {
  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;
  border-radius: 0.06rem;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
  cursor: pointer;
}

.investor4 .item.active{
  background-color: #CE0000;
}

.investor4 .item.active .item-text::-webkit-scrollbar-thumb{
  background-color: #fff;
}

.investor4 .item:nth-child(1) {
  height: 2.23rem;
}

.investor4 .item:nth-child(2) {
  height: 2.76rem;
}

.investor4 .item-icon {
  width: 3.2em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.23rem;
}

.investor4 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  padding-top: 1.25em;
  color: #fff;
}

.investor4 .item-title {
  line-height: 1.2;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.22rem;
}

.investor4 .item-text {
  line-height: 1.5;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  width: 100%;
  padding-right: 8px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.investor4 .right {
  width: 48.6111111111%;
  height: 100%;
  border-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  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 0.5rem;
}

.investor4 .swiper {
  width: 2.95rem;
  margin: auto;
}

.news1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.news1 .top {
  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;
  margin-bottom: 0.5rem;
}

.news1 .title {
  line-height: 1.2;
}

.news1 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  line-height: 1.3333333333;
}

.news1 .select-item {
  cursor: pointer;
}

.news1 .select-item:hover, .news1 .select-item.active {
  color: #CE0000;
}

.news1 .index6 {
  padding: 0;
}

.news1 .swiper1 {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.news2 {
  background-color: #F8F8F8;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.news2 .title {
  line-height: 1.2;
  margin-bottom: 0.32rem;
}

.news2 .select {
  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;
  line-height: 1.375;
  color: #666;
  margin-bottom: 0.18rem;
}

.news2 .select > p {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news2 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.2rem;
}

.news2 .li {
  cursor: pointer;
}

.news2 .li:hover, .news2 .li.active {
  color: #CE0000;
}

.news2 .my-list1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.news3 {
  background-color: #F8F8F8;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}

.news3 .my-breadcrumb {
  margin-bottom: 0.58rem;
}

.news3 .title {
  line-height: 1.875;
  margin-bottom: 0.15rem;
}

.news3 .info {
  line-height: 1.25;
  color: #888;
  margin-bottom: 0.15rem;
}

.news3 .container {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news3 .left {
  width: 70.8333333333%;
}

.news3 .content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.4444444444;
  font-size: 18px;
  color: #333;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}

.news3 .content img {
  display: inline-block;
}

.news3 .content .list-paddingleft-2{
    padding-left: 30px;
}

.news3 .bottom {
  margin-top: 0.56rem;
  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;
}

.news3 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news3 .item {
  display: block;
  line-height: 1.3333333333;
}

.news3 .item + .item {
  margin-top: 0.1rem;
}

.news3 .item:hover {
  color: #CE0000;
}

.news3 .bottom-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
}

.news3 .right {
  width: 22.9166666667%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.3rem;
  position: sticky;
  top: 5em;
  right: 0;
}

.news3 .top {
  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;
  margin-bottom: 0.1rem;
}

.news3 .btn {
  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;
  color: #666666;
  cursor: pointer;
}

.news3 .btn:hover {
  color: #CE0000;
}

.news3 .btn img {
  width: 1.6em;
  margin-right: 0.05rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news3 .li {
  padding-top: 0.2rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  display: block;
}

.news3 .li:hover .li-title {
  color: #CE0000;
}

.news3 .li-tip {
  line-height: 1.2;
  color: #999;
  margin-bottom: 0.15rem;
}

.news3 .li-title {
  line-height: 1.4117647059;
  color: #444;
}

.technology1 {
  background: url(../images_die/25.webp) no-repeat center center/cover;
}

.technology1 .wrap {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

.technology1 .my-breadcrumb {
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.technology1 .title {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.3rem;
}

.technology1 .input {
  width: 40em;
  max-width: 100%;
  position: relative;
  margin: 0 auto 0.3rem;
}

.technology1 .input input {
  width: 100%;
  height: 3.3333333333em;
  border: 1px solid #fff;
  border-radius: 0.06rem;
  background-color: #fff;
  box-shadow: 0 5px 12px 0 rgba(12, 12, 13, 0.04);
  padding-left: 1.6666666667em;
  padding-right: 3.3333333333em;
}

.technology1 .input input:focus {
  border-color: #CE0000;
}

.technology1 .input input::-webkit-input-placeholder {
  color: #999;
}

.technology1 .input input:-moz-placeholder {
  color: #999;
}

.technology1 .input input::-moz-placeholder {
  color: #999;
}

.technology1 .input input:-ms-input-placeholder {
  color: #999;
}

.technology1 .input input::placeholder {
  color: #999;
}

.technology1 .icon {
  width: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.6666666667em;
}

.technology1 .text {
  line-height: 1.7647058824;
  color: #666;
  text-align: center;
}

.technology1 .text a {
  color: #CE0000;
}

.technology1 .text a:hover {
  text-decoration: underline;
}

.technology2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.technology2 .title {
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.technology2 .select {
  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;
  line-height: 1.375;
  color: #666;
  margin-bottom: 0.5rem;
}

.technology2 .select > p {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.technology2 .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.2rem;
}

.technology2 .li {
  cursor: pointer;
}

.technology2 .li:hover, .technology2 .li.active {
  color: #CE0000;
}

.technology2 .my-list1 {
  margin-bottom: 0.5rem;
}

.technology3 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.technology3 .item + .item {
  margin-top: 1.1rem;
}

.technology3 .item.active .item-arr {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.technology3 .item-top {
  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;
  background: url(../images_die/26.webp) no-repeat left center/cover;
  min-height: 0.74rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  cursor: pointer;
}

.technology3 .item-title {
  line-height: 1.0909090909;
  color: #fff;
}

.technology3 .item-title span {
  opacity: 0.7;
  margin-left: 0.1rem;
}

.technology3 .item-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.technology3 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  min-height: 0.74rem;
  border-bottom: 1px solid #F5F5F5;
}

.technology3 .li:hover .li-title {
  color: #CE0000;
}

.technology3 .li-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 15px;
}

.technology3 .li-title span:nth-child(1) {
  margin-left: 3px;
  margin-right: 5px;
}

.technology3 .li-btn {
  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;
  color: #CE0000;
}

.technology3 .li-btn img {
  width: 1.25em;
  margin-right: 5px;
}

.technology3 .my-active2 {
  margin-top: 0.4rem;
}

.technology4 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.technology4 .wrap {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.technology4 .my-filter {
  position: sticky;
  top: 5.5555555556em;
  left: 0;
  box-shadow: none;
  background-color: #F8F8F8;
}

.technology4 .my-filter .filter-li-icon {
  background-color: #fff;
}

.technology4 .filter-lis {
  display: block;
  padding: 0.4rem 0.33rem 0.64rem;
}

.technology4 .list {
  width: 75%;
}

.technology4 .item + .item {
  margin-top: 0.6rem;
}

.technology4 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.technology4 .li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #F5F5F5;
}

.technology4 .li:first-child {
  border-top: 1px solid #F5F5F5;
}

.technology4 .li.active .li-title, .technology4 .li:hover .li-title {
  color: #CE0000;
}

.technology4 .li-top {
  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;
  cursor: pointer;
}

.technology4 .li-icon {
  width: 1.3333333333em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}

.technology4 .li-title {
  line-height: 1.3333333333;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.technology4 .li-bottom {
  padding-top: 0.3rem;
  display: none;
}

.technology4 .li-text {
  line-height: 1.4117647059;
  padding: 0.3rem 0.4rem;
  background-color: #F8F8F8;
  border-radius: 0.06rem;
}

.search1 {
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}

.search1 .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.search1 .input {
  width: 40em;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

.search1 .input input {
  width: 100%;
  height: 3.3333333333em;
  border: 1px solid #F8F8F8;
  border-radius: 0.06rem;
  background-color: #F8F8F8;
  padding-left: 1.6666666667em;
  padding-right: 3.3333333333em;
}

.search1 .input input:focus {
  border-color: #CE0000;
}

.search1 .input input::-webkit-input-placeholder {
  color: #999;
}

.search1 .input input:-moz-placeholder {
  color: #999;
}

.search1 .input input::-moz-placeholder {
  color: #999;
}

.search1 .input input:-ms-input-placeholder {
  color: #999;
}

.search1 .input input::placeholder {
  color: #999;
}

.search1 .icon {
  width: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 1.6666666667em;
}

.search2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #F8F8F8;
}

.search2 .wrap {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search2 .my-filter {
  position: sticky;
  top: 5.5555555556em;
  left: 0;
}

.search2 .filter-lis {
  display: block;
  padding: 0.4rem 0.33rem 0.5rem;
}

.search2 .right {
  width: 76.3888888889%;
}

.search2 .right-item {
  border-top: 1px solid #EFEFEF;
  padding-top: 0.2rem;
}

.search2 .right-item + .right-item {
  margin-top: 1rem;
}

.search2 .right-title {
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.search2 .right-title span {
  color: #CE0000;
  margin-left: 4px;
  margin-right: 6px;
}

.search2 .my-compare {
  padding: 0;
}

.search2 .my-active2 {
  margin-top: 0.4rem;
}

.search2 .right-content {
  background-color: #fff;
}

.search2 .right-content .top {
  padding: 0.25rem 0.4rem;
}

.search2 .right-content .select {
  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;
  line-height: 1.375;
  color: #666;
}

.search2 .right-content .select > p {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.search2 .right-content .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.2rem;
}

.search2 .right-content .li {
  cursor: pointer;
}

.search2 .right-content .li:hover, .search2 .right-content .li.active {
  color: #CE0000;
}

.search2 .right-content .li2 {
  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.25rem 0.4rem;
  border-top: 1px solid #F5F5F5;
}

.search2 .right-content .li2:hover .li2-title {
  color: #CE0000;
}

.search2 .right-content .li2-title {
  line-height: 1.3333333333;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.search2 .right-content .li2-title span:nth-child(1) {
  margin-left: 3px;
  margin-right: 0.16rem;
}

.search2 .right-content .my-more2 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 15px;
}

.join1 {
  padding-top: 0.8rem;
}

.join1 .title {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.join1 .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;
}

.join1 .img {
  width: 52.7777777778%;
  margin-top: -0.74rem;
  margin-left: -4.1666666667%;
}

.join1 .img img {
  -webkit-transform: translate3d(0, 11.214953271%, 0);
  -moz-transform: translate3d(0, 11.214953271%, 0);
  transform: translate3d(0, 11.214953271%, 0);
}

.join1 .info {
  width: 45.8333333333%;
}

.join1 .text {
  line-height: 1.4444444444;
  margin-bottom: 0.5rem;
}

.join1 .text span {
  position: relative;
}

.join1 .text span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4166666667em;
  background-color: rgba(206, 0, 0, 0.1);
}

.join1 .ul {
  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-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.join1 .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;
  color: #CE0000;
  line-height: 1.4444444444;
}

.join1 .li img {
  width: 1.6666666667em;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.join2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #F8F8F8;
}

.join2 .top {
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}

.join2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  line-height: 1.2;
}

.join2 .select-item {
  color: #A6A6A6;
  cursor: pointer;
}

.join2 .select-item:hover, .join2 .select-item.active {
  color: #CE0000;
}

.join2 .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;
  text-align: right;
  line-height: 1.75;
}

.join2 .right p {
  margin-right: 0.22rem;
}

.join2 .right a {
  color: #CE0000;
}

.join2 .right a:hover {
  text-decoration: underline;
}

.join2 .right img {
  width: 5em;
}

.join2 .list {
  margin-bottom: 0.5rem;
}

.join2 .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.join2 .item.active .item-title {
  color: #CE0000;
}

.join2 .item.active .item-arr {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.join2 .item-head .item-top {
  cursor: auto;
  background-color: #EEEEEE;
}

.join2 .item-head .item-arr {
  opacity: 0;
}

.join2 .item-top {
  background-color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.join2 .item-top span {
  margin-right: 2.4305555556%;
  line-height: 1.5555555556;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
  min-height: 0.78rem;
  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;
}

.join2 .item-top span:nth-child(1) {
  width: 18.0555555556%;
}

.join2 .item-top span:nth-child(2) {
  width: 15.2777777778%;
}

.join2 .item-top span:nth-child(3) {
  width: 18.0555555556%;
}

.join2 .item-top span:nth-child(4) {
  width: 13.8888888889%;
}

.join2 .item-top span:nth-child(5) {
  width: 20.8333333333%;
  margin-right: 0.1rem;
  padding-left: 0;
}

.join2 .item-arr {
  width: 1.1111111111em;
}

.join2 .item-bottom {
  display: none;
  background: #FFFFFF url(../images_die/28.webp) no-repeat right bottom;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding: 0.4rem 0.4rem 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.join2 .item-content {
  width: 51.4705882353%;
}

.join2 .item-infos {
  margin-bottom: 0.4rem;
}

.join2 .item-info + .item-info {
  margin-top: 0.28rem;
}

.join2 .item-info-title {
  line-height: 1.4736842105;
  color: #333;
}

.join2 .item-info-text {
  color: #444;
  line-height: 1.75;
}

.join2 .item-info-text span:nth-child(1) {
  margin: 0 0.06rem;
}

.join2 .item-tip {
  line-height: 1.75;
  color: #CE0000;
}

.join2 .item-tip a:hover {
  text-decoration: underline;
}

.contact1 .wrap {
  padding-top: 0.83rem;
}

.contact2 {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  background: url(../images_die/29.webp) no-repeat center center/cover;
}

.contact2 .title {
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.contact2 .container {
  background-color: #fff;
}

.contact2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #CE0000;
}

.contact2 .select-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  min-height: 0.6rem;
  line-height: 1.8823529412;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.contact2 .select-item:hover, .contact2 .select-item.active {
  background-color: #fff;
  color: #CE0000;
}

.contact2 .content {
  padding: 0.3rem;
}

.contact2 .ul {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.24rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}

.contact2 .ul .ul-container2{
  width: 100%;
   display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.4492753623%;
  -moz-column-gap: 1.4492753623%;
  column-gap: 1.4492753623%;
  row-gap: 0.2rem;
}

.contact2 .li {
  width: 8.6956521739%;
  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;
  line-height: 1.375;
}

.contact2 .li-icon {
  width: 1.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}

.contact2 .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;
  margin-bottom: 30px;
}

.contact2 .item {
  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;
}

.contact2 .item:nth-child(1) {
  width: 59.4202898551%;
}

.contact2 .item:nth-child(2) {
  width: 39.1304347826%;
}

.contact2 .item-title {
  line-height: 1.4117647059;
  margin-bottom: 0.2rem;
  color: #555;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact2 .item-title span {
  color: #CE0000;
  line-height: 1;
}

.contact2 .form-container {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 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;
}

.contact2 .form-item {
  width: 48.7119437939%;
  margin-bottom: 20px;
}

.contact2 .form-item:last-child {
  margin-bottom: 0;
}

.contact2 .form-item.w100 {
  width: 100%;
}

.contact2 .form-item.code .form-input {
  padding-right: 11.875em;
}

.contact2 .form-item.required .form-input {
  padding-left: -webkit-calc(0.2rem + 0.8em);
  padding-left: -moz-calc(0.2rem + 0.8em);
  padding-left: calc(0.2rem + 0.8em);
}

.contact2 .form-item.required .form-content::before {
  position: absolute;
  content: "*";
  color: #CE0000;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.contact2 .form-item.active .form-error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contact2 .form-item.active .form-input {
  border-color: #D8261C;
}

.contact2 .form-content {
  position: relative;
}

.contact2 .form-textarea, .contact2 .form-input {
  border: 1px solid #EEEEEE;
  padding: 0 0.2rem;
}

.contact2 .form-textarea::-webkit-input-placeholder, .contact2 .form-input::-webkit-input-placeholder {
  color: #AEAEAE;
}

.contact2 .form-textarea:-moz-placeholder, .contact2 .form-input:-moz-placeholder {
  color: #AEAEAE;
}

.contact2 .form-textarea::-moz-placeholder, .contact2 .form-input::-moz-placeholder {
  color: #AEAEAE;
}

.contact2 .form-textarea:-ms-input-placeholder, .contact2 .form-input:-ms-input-placeholder {
  color: #AEAEAE;
}

.contact2 .form-textarea::placeholder, .contact2 .form-input::placeholder {
  color: #AEAEAE;
}

.contact2 .form-textarea:focus, .contact2 .form-input:focus {
  border-color: #CE0000;
}

.contact2 .form-textarea {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  line-height: 1.5;
}

.contact2 .form-input {
  height: 3.5em;
  width: 100%;
}

.contact2 .code-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

.contact2 .form-error {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  color: #D8261C;
  line-height: 16px;
  margin-top: 2px;
  opacity: 0;
  -webkit-transform: translate3d(0, -12px, 0);
  -moz-transform: translate3d(0, -12px, 0);
  transform: translate3d(0, -12px, 0);
  pointer-events: none;
}

.contact2 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.26rem;
  -moz-column-gap: 0.26rem;
  column-gap: 0.26rem;
}

.contact3 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background-color: #F8F8F8;
}

.contact3 .content {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact3 .left, .contact3 .right {
  height: 6.8rem;
}

.contact3 .left {
  width: 33.3333333333%;
  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;
}

.contact3 .top {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.94rem;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: auto;
}

.contact3 .top::-webkit-scrollbar {
  height: 6px;
}

.contact3 .top::-webkit-scrollbar-thumb {
  height: 6px;
  cursor: pointer;
  background-color: #CE0000;
  border-radius: 0.06rem;
}

.contact3 .select {
  margin: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5555555556;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
}

.contact3 .select-item {
  cursor: pointer;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.contact3 .select-item:hover, .contact3 .select-item.active {
  color: #CE0000;
}

.contact3 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  word-break: break-all;
}

.contact3 .item {
  max-height: 100%;
  padding: 0 0.3rem;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
}

.contact3 .item::-webkit-scrollbar {
  width: 6px;
}

.contact3 .item::-webkit-scrollbar-thumb {
  width: 6px;
  cursor: pointer;
  background-color: #CE0000;
  border-radius: 0.06rem;
}

.contact3 .li {
  width: 50%;
  min-height: 1.34rem;
  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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.contact3 .li-icon {
  width: 2.1764705882em;
  margin-bottom: 0.1rem;
}

.contact3 .li-title {
  line-height: 1.6;
  color: #1D1D1D;
}

.contact3 .li-text {
  line-height: 1.4117647059;
}

.contact3 a.li-text:hover {
  color: #CE0000;
  text-decoration: underline;
}

.contact3 .codes {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  min-height: 1.63rem;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.contact3 .codes::-webkit-scrollbar {
  height: 6px;
}

.contact3 .codes::-webkit-scrollbar-thumb {
  height: 6px;
  cursor: pointer;
  background-color: #CE0000;
  border-radius: 0.06rem;
}

.contact3 .codes-list {
  margin: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.97rem;
  -moz-column-gap: 0.97rem;
  column-gap: 0.97rem;
}

.contact3 .code {
  text-align: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #666;
  line-height: 1.2;
}

.contact3 .code img {
  width: 5.3333333333em;
  margin: 0 auto 0.1rem;
}

.contact3 .right {
  width: 66.6666666667%;
  position: relative;
}

.contact3 .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.contact3 .img.active {
  opacity: 1;
  pointer-events: auto;
}

.contact3 .dot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 30.2083333333%;
  bottom: 60.2941176471%;
}

.contact3 .dot-icon {
  position: absolute;
  max-width: initial;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 2.2666666667em;
}

.contact3 .dot-tip {
  position: absolute;
  width: 13.2em;
  min-height: 5.7333333333em;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  margin-bottom: 0.41rem;
  line-height: 1.3333333333;
  text-align: center;
  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;
  padding: 10px 1.6em;
  color: #333;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.contact3 .dot-logo {
  position: absolute;
  width: 2.1764705882em;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  top: 0;
  box-shadow: 0 5px 6px rgba(199, 0, 11, 0.05);
}

.about-detail-head {
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
}

.about-detail-head .wrap {
  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;
  height: 100%;
}

.about-detail-head .logo {
  width: 22.7058823529em;
}

.about-detail1 {
  position: relative;
}

.about-detail1 .content {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-detail1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.about-detail1 .wrap {
  height: 100%;
  padding-top: 1.32rem;
  padding-bottom: 0.4rem;
}

.about-detail1 .info {
  width: 100%;
  height: 100%;
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-detail1 .left {
  width: 43.3333333333%;
}

.about-detail1 .title {
  line-height: 1.2083333333;
  margin-bottom: 0.3rem;
}

.about-detail1 .right {
  width: 43.4027777778%;
  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;
}

.about-detail1 .text {
  line-height: 1.2;
  color: #333;
}

.about-detail1 .text a {
  color: #CE0000;
}

.about-detail1 .text a:hover {
  text-decoration: underline;
}

.about-detail1 .text2 {
  line-height: 1.3333333333;
  color: #555;
  overflow: auto;
  width: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 8px;
}

.about-detail1 .text2 span {
  color: #CE0000;
}

.about-detail2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #F8F8F8;
}

.about-detail2 .title {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.about-detail2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
}

.about-detail2 .item + .item {
  margin-top: 1rem;
}

.about-detail2 .item:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-detail2 .item:nth-child(odd) .item-bg {
  right: auto;
  left: 0;
}

.about-detail2 .item-img {
  width: 50%;
  border-radius: 0.06rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
  position: relative;
  z-index: 2;
  aspect-ratio: 720/520;
}

.about-detail2 .item-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  position: relative;
  padding: 0.6rem 1rem 0.6rem 0.6rem;
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-detail2 .item-bg {
  position: absolute;
  width: 111.1111111111%;
  right: 0;
  top: 0;
  background: #fff;
}

.about-detail2 .item-title {
  position: relative;
  line-height: 1.2857142857;
  margin-bottom: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about-detail2 .item-ul {
  position: relative;
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 0.4rem;
}

.about-detail2 .item-ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F8F8F8;
}

.about-detail2 .item-ul::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #CE0000;
}

.about-detail2 .item-li {
  padding: 0.17rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.about-detail2 .item-li.active .item-li-title {
  color: #CE0000;
}

.about-detail2 .item-li.active .item-li-arr {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.about-detail2 .item-li-top {
  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;
}

.about-detail2 .item-li-title {
  line-height: 1.3333333333;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-detail2 .item-li-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  width: 0.3888888889em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about-detail2 .item-li-bottom {
  display: none;
  line-height: 1.5;
  color: #555;
  padding-top: 0.16rem;
}

.about-detail3 {
  padding-bottom: 0.46rem;
}

.about-detail3 .list {
  margin-bottom: 0.7rem;
}

.about-detail3 .swiper-slide {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.about-detail4 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: -webkit-linear-gradient(bottom, #FFF 0%, #FFFBF9 80%);
  background: -moz-linear-gradient(bottom, #FFF 0%, #FFFBF9 80%);
  background: -o-linear-gradient(bottom, #FFF 0%, #FFFBF9 80%);
  background: linear-gradient(0deg, #FFF 0%, #FFFBF9 80%);
}

.about-detail4 .text {
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.about-detail4 .item {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.about-detail4 .item.active {
  -webkit-flex: 5;
  -moz-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.about-detail4 .item-bottom {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
}

.about-detail-footer {
  background-color: #F8F8F8;
}

.about-detail-footer .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about-detail-footer .left {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 0.74rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.about-detail-footer .left, .about-detail-footer .right {
  padding-top: 0.74rem;
  padding-bottom: 1rem;
}

.about-detail-footer .logo {
  width: 22.7058823529em;
}

.about-detail-footer .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.59rem;
}

.about-detail-footer .list {
  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-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.about-detail-footer .item-title {
  line-height: 1.1578947368;
  color: #1D1D1D;
  margin-bottom: 0.1rem;
}

.about-detail-footer .item-text {
  line-height: 1.2941176471;
  color: #CE0000;
}

.about-detail-footer a.item-text:hover {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .my-swiper-button .swiper-button {
    width: 50px;
    height: 36px;
  }
}
@media (max-width: 1400px) {
  .product5 .wrap {
    padding-top: 0.6rem;
  }
}
@media (max-width: 1050px) {
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 1300;
  }
  .footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .logo {
    width: 82px;
    margin-bottom: 30px;
  }
  .footer .nav {
    display: none;
  }
  .footer .right {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .footer .ul {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 35px;
  }
  .footer .ul .li {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer .li-title {
    font-size: 14px;
    line-height: 1.1428571429;
  }
  .footer .li-text {
    font-size: 13px;
    line-height: 1.2307692308;
  }
  .footer .links {
    margin-bottom: 30px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer .link {
    width: 27px;
    height: 27px;
  }
  .footer .link-icon {
    width: 13px;
  }
  .footer .link-img {
    width: 70px;
  }
  .footer .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .footer .ul2 {
    margin-bottom: 7.5px;
  }
  .footer .li2 + .li2::before {
    margin: 0 7.5px;
  }
  .footer .text2 {
    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;
    margin-bottom: 7.5px;
  }
  .footer .text2 span + span {
    margin-left: 0;
    margin-top: 7.5px;
  }
  .investor1 .content, .my-banner .content {
    top: 0;
  }
  .nav-container {
    display: none;
  }
}
@media (min-width: 771px) {
  .show770 {
    display: none;
  }
}
@media (max-width: 770px) {
    .my-main{
        overflow: hidden;
    }
  .hide770 {
    display: none !important;
  }
  .show770 {
    display: block;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -36px;
  }
  #preview-modal .modal-target {
    width: 100%;
  }
  .my-more {
    height: 39px;
    min-width: 119px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
  }
  .my-active1 {
    background-image: url(../images_die/30.webp);
  }
  .my-active1 .wrap {
    min-height: 181px;
  }
  .my-active1 .title {
    font-size: 21px;
    line-height: 1.1904761905;
    margin-bottom: 15px;
  }
  .my-active1 .text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .my-active2 {
    font-size: 12px;
  }
  .my-active2 img {
    width: 16px;
  }
  .my-active4 .modal-close, .my-active5 .modal-close, .my-active6 .modal-close {
    width: 20px;
  }
  .my-active4 .my-filter {
    width: 150px;
  }
  .my-active4 .filter-ul {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-active4 .item {
    width: 100%;
  }
  .my-active4 .modal-main {
    height: 500px;
  }
  .my-active4 .right {
    padding-right: 20px;
  }
  .my-active4 .list::-webkit-scrollbar {
    width: 2px;
  }
  .my-active4 .list::-webkit-scrollbar-thumb {
    width: 2px;
  }
  .my-active4 .my-filter .filter-li {
    width: 100%;
    margin-bottom: 5px;
  }
  .my-active5 .form-item {
    width: 100%;
  }
  .my-active5 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-active5 .btns {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .my-active5 .error {
    margin-top: 15px;
  }
  .my-swiper-button {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .my-swiper-button .swiper-button {
    width: 55px;
    height: 39px;
  }
  .my-breadcrumb {
    display: none;
  }
  .my-nav {
    display: none;
  }
  .my-sidebar {
    display: none;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 22.5px;
    height: 3px;
  }
  .my-swiper-button .swiper-button {
    display: none;
  }
  .my-list1.status2 .item1, .my-list1.status4 .item1 {
    width: 100%;
  }
  .my-list1 .item1-content {
    margin: 0 7.5px;
    margin-top: -22px;
    padding: 31.5px 15px 15px;
  }
  .my-list1 .item1-tip {
    -webkit-transform: translate3d(0, -7.5px, 0);
    -moz-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
  }
  .my-list2.swiper {
    overflow: initial;
    padding-bottom: 0;
  }
  .my-list2 .item2-content, .my-list2 .item2-content2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -27px;
    padding-bottom: 15px;
  }
  .my-list2 .item2-content .item2-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .my-list2 .item2-content .item2-line {
    margin-bottom: 15px;
  }
  .my-list2 .item2-content .my-more2 {
    font-size: 13px;
  }
  .my-list3 {
    row-gap: 15px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .my-list3 .item3 {
    width: 46.3768115942%;
  }
  .my-list3 .item3-top {
    margin-bottom: 3px;
    font-size: 17px;
  }
  .my-list3 .item3-title {
    line-height: 1.4117647059;
  }
  .my-list3 .item3-text {
    font-size: 12px;
    line-height: 1.1666666667;
  }
  .my-compare {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .my-compare > .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-compare .right {
    width: 100%;
  }
  .my-compare .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .my-compare .item-content {
    left: 4.347826087%;
    right: 4.347826087%;
    top: 19.1693290735%;
  }
  .my-compare .item-title {
    font-size: 32px;
  }
  .my-compare .item-text {
    font-size: 15px;
  }
  .my-compare .item-img {
    margin-bottom: 15px;
  }
  .my-compare .item-container {
    padding: 0 15px 15px;
  }
  .my-compare .item-ul {
    margin-bottom: 15px;
  }
  .my-compare .item-li {
    padding: 5px 7px;
  }
  .my-compare .item-ul2 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .my-compare .item-text2 {
    font-size: 13px;
    line-height: 1.2307692308;
    margin-bottom: 10px;
  }
  .my-compare .item-li2 {
    line-height: 1.25;
  }
  .my-compare .item-li2-s s {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }
  .my-compare .item-ul3 {
    margin-bottom: 20px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 10px;
  }
  .my-compare .item-li3 {
    line-height: 1.1666666667;
    padding: 3.5px 7.5px;
  }
  .my-compare .item-button {
    font-size: 13px;
    height: 39px;
    padding: 0 22.5px;
    margin-right: 20px;
  }
  .my-compare .item .my-more2 {
    font-size: 13px;
  }
  .my-compare .my-active2 {
    margin-top: 7px;
  }
  .my-compare .compare-bottom .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-compare .info {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .my-compare .info-text1 {
    margin-bottom: 0;
  }
  .my-compare .compare-ul {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .my-compare .compare-li {
    width: 47.8260869565%;
  }
  .my-compare .compare-li:nth-child(3) {
    display: none;
  }
  .my-compare .compare-btns {
    margin-left: 0;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;
  }
  .my-compare .my-more {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .my-compare .compare-btns .my-more2 {
    font-size: 13px;
  }
  .my-compare .compare-btns .my-more2 .more-text {
    color: #666;
  }
  .my-compare .compare-li-close {
    width: 18px;
  }
  .my-compare .compare-li-content {
    left: 15px;
    top: 15px;
    right: 15px;
  }
  .my-compare .compare-li-text {
    font-size: 12px;
  }
  .my-filter {
    width: 100%;
    margin-bottom: 16px;
  }
  .my-filter .filter-top p {
    font-size: 12px;
  }
  .my-filter .filter-title {
    font-size: 12px;
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .my-filter .filter-lis {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .my-filter .filter-li {
    padding: 5px 0;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.3333333333;
    width: 28.5714285714%;
    margin-right: 5.5555555556%;
    margin-bottom: 10px;
  }
  .my-filter .filter-li + .filter-li {
    margin-top: 0;
  }
  .my-filter .filter-li:nth-child(3n) {
    margin-right: 0;
  }
  .index1 .swiper-slide {
    height: 130.6666666667vw;
  }
  .index1 .content {
    bottom: 161px;
  }
  .index1 .bottom {
    bottom: 90px;
  }
  .index1 .bottom .wrap {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .index1 .swiper-button {
    width: 36px;
    height: 36px;
  }
  .index1 .swiper-button > img {
    width: 9px;
  }
  .index1 .title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .index1 .text {
    font-size: 13px;
    line-height: 18px;
  }
  .index1 .more {
    margin-top: 9px;
  }
  .index1 .more::before {
    height: 1.5px;
  }
  .index2 {
    padding-bottom: 7px;
  }
  .index2 .swiper-wrapper::after {
    display: none;
  }
  .index2 .swiper-wrapper {
    -webkit-justify-content: initial;
    -moz-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .index2 .slide-tip {
    line-height: 2;
    padding: 0 15px;
  }
  .index2 .swiper-slide {
    padding-top: 31px;
    padding-bottom: 15px;
  }
  .index2 .slide-title {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 10px;
  }
  .index3 .text2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .index3 {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .index3 .left {
    width: 100%;
    margin-top: 15px;
  }
  .index3 .left-img {
    width: 85px;
  }
  .index3 .left-title {
    padding-left: 15px;
  }
  .index3 .left-arr {
    width: 25px;
    height: 25px;
  }
  .index3 .left-content {
    padding-top: 6px;
  }
  .index3 .left-text {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 12px;
  }
  .index3 .left-text2 {
    line-height: 1.3333333333;
  }
  .index3 .right-item {
    position: relative;
  }
  .index3 .my-more {
    margin-top: 12px;
  }
  .index3 .title {
    line-height: 1.375;
    margin-bottom: 5px;
  }
  .index3 .slide-active {
    opacity: 0;
    position: absolute;
  }
  .index3 .slide-active2 {
    opacity: 1;
    padding: 15px;
    position: relative;
  }
  .index3 .swiper {
    padding-bottom: 0;
    overflow: initial;
  }
  .index3 .slide-active2 .slide-s::before {
    width: 30px;
  }
  .index3 .slide-active2 .slide-img {
    width: 76px;
  }
  .index3 .slide-active2 .slide-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .index3 .slide-active2 .slide-line {
    margin-bottom: 15px;
  }
  .index3 .slide-active2 .slide-text {
    line-height: 1.3333333333;
    height: auto;
  }
  .index3 .slide-active2 .slide-content {
    padding-right: 0;
  }
  .index3 .slide-active2 .my-more2 {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .index4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-linear-gradient(top, #FFF 0%, #FFFBF9 40.46%), #D9D9D9;
    background: -moz-linear-gradient(top, #FFF 0%, #FFFBF9 40.46%), #D9D9D9;
    background: -o-linear-gradient(top, #FFF 0%, #FFFBF9 40.46%), #D9D9D9;
    background: linear-gradient(180deg, #FFF 0%, #FFFBF9 40.46%), #D9D9D9;
  }
  .index4 .text {
    margin-bottom: 20px;
  }
  .index4 .content {
    height: auto;
  }
  .index4 .item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .index4 .item.active {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .index4 .imgs {
    display: none;
  }
  .index4 .item-title {
    font-size: 18px;
    line-height: 1.1666666667;
    padding-left: 50px;
  }
  .index4 .item-icon {
    width: 40px;
  }
  .index4 .item-text {
    height: auto;
    margin-bottom: 25px;
  }
  .index4 .item-bg {
    width: 64px;
    right: 5px;
  }
  .index4 .item-img {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 30px;
    display: none;
  }
  .index5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index5 .title {
    color: #A6A6A6;
  }
  .index5 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .index5 .item1 {
    width: 100%;
  }
  .index5 .text2 {
    font-size: 19px;
    line-height: 1.2105263158;
  }
  .index5 .text3 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .index5 .item2 {
    text-align: left;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .index5 .text4 {
    margin-bottom: 0;
  }
  .index5 .text4 br {
    display: none;
  }
  .index5 .text5 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 3px;
  }
  .index5 .swiper {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .index5 .my-swiper-button .swiper-button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index5 .slide-icon {
    width: 39px;
  }
  .index5 .slide-num {
    font-size: 30px;
    margin-bottom: 0;
  }
  .index6 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .index6 .top {
    margin-bottom: 20px;
  }
  .index6 .swiper1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .index6 .swiper1 .slide-img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 6px 6px 0 0;
  }
  .index6 .swiper1 .slide-content {
    border-radius: 0 0 6px 6px;
    padding: 20px 15px;
  }
  .index6 .swiper1 .slide-infos {
    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;
    row-gap: 10px;
  }
  .index6 .swiper1 .slide-info + .slide-info {
    margin-left: 0;
  }
  .index6 .swiper1 .slide-tip {
    margin-bottom: 0;
  }
  .index6 .swiper1 .slide-img, .index6 .swiper1 .slide-content, .index6 .swiper1 .slide-bg {
    width: 100%;
  }
  .index6 .tip {
    margin-bottom: 20px;
  }
  .index6 .swiper2 {
    overflow: initial;
    padding-bottom: 0;
  }
  .index7 {
    background: url(../images_die/31.webp) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 37px;
    overflow: hidden;
  }
  .index7 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index7 .left, .index7 .item:nth-child(1), .index7 .item:nth-child(2) {
    width: 100%;
  }
  .index7 .text {
    margin-bottom: 20px;
  }
  .index7 .text2 {
    font-size: 13px;
    line-height: 1.3846153846;
    margin-bottom: 30px;
  }
  .index7 .right {
    width: 100vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-top: 40px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-left: -5vw;
    overflow: auto;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .index7 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 25px 15px 18px;
  }
  .index7 .item-icon {
    margin-bottom: 15px;
  }
  .product1 .wrap {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 50px;
  }
  .product1 .info {
    width: 100%;
  }
  .product1 .title {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 15px;
  }
  .product1 .text {
    font-size: 16px;
    line-height: 1.25;
  }
  .product1 .text2 p + p {
    margin-top: 15px;
  }
  .product1 .more {
    font-size: 13px;
  }
  .product2 {
    overflow: hidden;
  }
  .product2 .swiper {
    overflow: initial;
    margin-top: 20px;
  }
  .product2 .swiper-slide {
    width: 91.3043478261%;
  }
  .product2 .slide-title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 15px;
  }
  .product2 .slide-line {
    margin-bottom: 20px;
  }
  .product2 .slide-title img {
    margin-right: 15px;
  }
  .product2 .slide-text {
    line-height: 1.3333333333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product2 .slide-more {
    font-size: 13px;
  }
  .product4 {
    overflow: hidden;
  }
  .product4 .title .product-detail-title {
    margin-bottom: 0;
  }
  .product4 .my-list1 {
    overflow: initial;
  }
  .product4 .swiper-pagination {
    display: none;
  }
  .product5 .wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .product5 .info {
    width: 100%;
  }
  .product5 .title {
    font-size: 30px;
    white-space: wrap;
    line-height: 1.2666666667;
  }
  .product5 .text {
    font-size: 14px;
    line-height: 1.3571428571;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .product5 .more {
    font-size: 13px;
  }
  .product5 .ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product5 .ul span {
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
  .product5 .lis {
    width: 100%;
    font-size: 12px;
  }
  .product6 {
    overflow: hidden;
  }
  .product-detail1 .wrap {
    padding-top: 50px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-detail1 .info {
    width: 100%;
  }
  .product-detail1 .title {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 15px;
  }
  .product-detail1 .text2-left {
    font-size: 16px;
    line-height: 1.25;
  }
  .product-detail1 .li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product-detail1 .text {
    line-height: 1.5;
  }
  .product-detail1 .swipers {
    width: -webkit-calc(100% + 5vw);
    width: -moz-calc(100% + 5vw);
    width: calc(100% + 5vw);
    border-radius: 3px 0 0 3px;
  }
  .product-detail1 .swiper {
    font-size: 13px;
  }
  .product-detail1 .swipers-left {
    display: none;
  }
  .product-detail1 .swipers-right {
    padding: 15px 0 15px 15px;
  }
  .product-detail1 .swiper-slide {
    width: auto;
  }
  .product-detail1 .swiper-slide .item {
    width: 100%;
    min-width: 90px;
  }
  .product-detail1 .swiper-slide .item img {
    margin-right: 7px;
  }
  .product-detail1 .swiper-slide .item p {
    width: auto;
  }
  .product-detail1 .more {
    font-size: 13px;
  }
  .product-detail-title {
    font-size: 18px;
    line-height: 1.6111111111;
    margin-bottom: 20px;
  }
  .product-detail2 {
    overflow: hidden;
  }
  .product-detail2 .content {
    width: 100vw;
    margin-left: -5vw;
    padding: 30px 5vw 24px;
  }
  .product-detail2 .top {
    min-height: auto;
    width: -webkit-calc(100% + 5vw);
    width: -moz-calc(100% + 5vw);
    width: calc(100% + 5vw);
    margin-bottom: 20px;
  }
  .product-detail2 .my-swiper-button {
    display: none;
  }
  .product-detail2 .left > span {
    margin-right: 5px;
  }
  .product-detail2 .select {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .product-detail2 .select-item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .product-detail2 .swiper {
    overflow: initial;
  }
  .product-detail2 .slide-title {
    left: 15px;
    top: 20px;
  }
  .product-detail2 .slide-icon {
    width: 20px;
    margin-right: 7.5px;
  }
  .product-detail3 {
    overflow: hidden;
  }
  .product-detail3 .content {
    width: 100vw;
    margin-left: -5vw;
    border-radius: 0;
    padding: 30px 5vw;
  }
  .product-detail3 .table {
    width: 100vw;
    margin-left: -5vw;
    padding: 0 5vw;
    overflow: auto;
    font-size: 12px;
  }
  .product-detail3 .table-container {
    position: relative;
    min-width: 550px;
  }
  .product-detail3 .table td {
    line-height: 1.3333333333;
    padding: 12px 10px;
  }
  .product-detail3 .btn .my-more {
    padding: 0 22.5px;
  }
  .product-detail4 {
    overflow: hidden;
  }
  .product-detail5 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail5 .item {
    width: 100%;
  }
  .product-detail5 .item1 .content {
    padding: 15px;
  }
  .product-detail5 .item1 .swiper-slide {
    width: 20%;
  }
  .product-detail5 .item1 .swiper-wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .product-detail5 .slide-img {
    width: 66.6666666667%;
  }
  .product-detail5 .item2 {
    margin-top: 40px;
  }
  .product-detail5 .item2 .content {
    padding: 20px 15px;
    font-size: 13px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .product-detail5 .li {
    line-height: 1.2307692308;
    padding: 10px 20px;
  }
  .product-compare1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-compare1 .title {
    font-size: 25px;
    line-height: 1.52;
    margin-bottom: 15px;
  }
  .product-compare1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-compare1 .info {
    width: 100%;
    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;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .product-compare1 .info-text {
    margin-bottom: 0;
  }
  .product-compare1 .ul {
    width: 100%;
  }
  .product-compare1 .li {
    width: 47.8260869565%;
  }
  .product-compare1 .li:nth-child(3) {
    display: none;
  }
  .product-compare1 .li-close {
    width: 18px;
  }
  .product-compare1 .li-content {
    top: 15px;
    left: 15px;
  }
  .product-compare1 .li-text {
    font-size: 12px;
  }
  .product-compare2 .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .product-compare2 .li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-compare2 .li-info {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: none;
  }
  .product-compare2 .li:nth-child(1) .li-dd {
    border-top: none;
  }
  .product-compare2 .li-info p {
    display: inline;
  }
  .product-compare2 .li-title {
    margin-right: 8px;
    font-size: 12px;
    line-height: 1.1666666667;
  }
  .product-compare2 .li-text {
    font-size: 10px;
    line-height: 1.2;
  }
  .product-compare2 .li-dd {
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
  .product-compare2 .li-dt {
    width: 47.8260869565%;
    padding-left: 0;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-compare2 .li-dt:nth-child(3) {
    display: none;
  }
  .product-compare2 .text {
    font-size: 13px;
    line-height: 1.2307692308;
    margin-bottom: 15px;
  }
  .product-compare2 .li-active1-line {
    width: 60px;
    height: 5px;
  }
  .product-compare2 .li-active1-arr {
    width: 7px;
  }
  .product-compare2 .li-active2 {
    width: 26px;
  }
  .product-compare2 .li-active3 {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .product-compare2 .li-active3 s {
    width: 8px;
    height: 8px;
  }
  .product-compare2 .li-active4 svg[width="11"] {
    width: 8px;
  }
  .product-compare2 .li-active4 svg[width="10"] {
    width: 7px;
  }
  .product8 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product8 .item-title, .product8 .item-content {
    width: 100%;
  }
  .product8 .item-title {
    margin-bottom: 15px;
  }
  .product8 .swiper {
    padding-bottom: 20px;
  }
  .product8 .swiper-slide {
    width: 250px;
  }
  .product9 .content .img {
    background-attachment: scroll;
  }
  .product10 .table {
    font-size: 14px;
    min-width: 800px;
  }
  .product10 .content {
    overflow: auto;
  }
  .product11 .content {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product11 .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .product11 .table {
    width: 100%;
    overflow: auto;
    font-size: 14px;
  }
  .product11 .table table {
    min-width: 600px;
  }
  .product12 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .product12 .slide-img {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 3px 3px 0 0;
  }
  .product12 .slide-bg {
    width: 100%;
  }
  .product12 .slide-content {
    width: 100%;
    height: 250px;
    padding: 15px;
  }
  .product12 .slide-ul {
    padding-right: 8px;
  }
  .solution1.status1 .title {
    margin-bottom: 15px;
  }
  .solution1.status1 .text {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .solution1 .wrap {
    padding-top: 50px;
  }
  .solution1 .info {
    width: 100%;
  }
  .solution1 .title {
    font-size: 32px;
    line-height: 1.1875;
  }
  .solution1 .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .solution2 {
    padding-bottom: 30px;
  }
  .solution2 .title {
    margin-bottom: 20px;
  }
  .solution2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .solution2 .item, .solution3 .item {
    width: 100%;
  }
  .solution2 .item-content {
    width: 94.4927536232%;
    margin-left: 20px;
  }
  .solution2 .item-title {
    font-size: 19px;
    line-height: 1.1578947368;
  }
  .solution2 .item-text {
    font-size: 13px;
    line-height: 1.2307692308;
    display: -webkit-box;
    white-space: wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .solution2 .item-text2 {
    -webkit-line-clamp: 4;
  }
  .solution3 {
    padding-top: 0;
  }
  .solution3 .list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .solution3 .item-content {
    margin-left: 20px;
    margin-top: -25px;
    padding: 20px;
    width: 94.4927536232%;
  }
  .solution3 .item-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .solution3 .item-text {
    font-size: 12px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
  .solution3 .item .my-more2 {
    font-size: 13px;
  }
  .solution4 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .solution4 .info {
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .solution4 .title {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  .solution4 .text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .solution4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution4 .img {
    width: 100%;
  }
  .solution4 .right {
    padding-top: 0;
    margin-top: -15px;
    width: 100%;
  }
  .solution4 .bottom {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    min-height: auto;
  }
  .solution4 .swipers {
    padding: 13px 22px;
  }
  .solution4 .swiper-slide {
    text-align: center;
  }
  .solution4 .list {
    margin: 20px 16px 20px 14px;
    font-size: 12px;
  }
  .solution4 .item-icon {
    width: 35px;
    margin-right: 10px;
  }
  .solution4 .item-text {
    font-weight: normal;
  }
  .solution5 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .solution5 .content {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .solution5 .img {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .solution5 .info {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -50px;
    padding: 20px 15px 59px;
    background-position: 70% 180%;
    -o-background-size: 120% auto;
    background-size: 120% auto;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  }
  .solution5 .title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 15px;
  }
  .solution5 .text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .solution6 {
    overflow: hidden;
  }
  .solution6 .info {
    top: 40px;
  }
  .solution6 .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .solution6 .list {
    bottom: 40px;
  }
  .solution6 .text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .solution6 .swiper {
    overflow: initial;
  }
  .solution6 .slide-active {
    display: none;
  }
  .solution6 .slide-active2 {
    position: relative;
    opacity: 1;
    padding: 20px 19px 20px 15px;
  }
  .solution6 .swiper-wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .solution6 .swiper-slide {
    height: auto;
  }
  .solution6 .slide-active2 .slide-text {
    height: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.3333333333;
  }
  .solution6 .slide-active2 .slide-title {
    font-size: 18px;
    line-height: 1.0833333333;
    margin-top: 9px;
    margin-bottom: 7.5px;
  }
  .solution6 .slide-active2 .slide-img {
    margin-right: 15px;
  }
  .solution6 .li-title{
      display: none;
  }
  .solution6 .li:nth-child(1) {
    left: 26.989583%;
    top: 42.1%;
  }
  .solution6 .li:nth-child(2) {
    left: 55.25%;
    top: 44.5%;
  }
  .solution6 .li:nth-child(3) {
    left: 44.4%;
    top: 51.4%;
  }
  .solution6 .li:nth-child(4) {
    left: 23.09375%;
    top: 49.8%;
  }
  .solution7 .product-detail-title {
    margin-bottom: 20px;
    line-height: 1.2222222222;
  }
  .solution8 .title {
    text-align: left;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .solution8 .text {
    text-align: left;
    font-size: 12px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
  .solution8 .swipers {
    min-height: auto;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .solution8 .slide-title {
    font-size: 15px;
    line-height: 1.3333333333;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .solution8 .slide-text {
    line-height: 1.1666666667;
  }
  .solution8 .swiper {
    width: 85%;
  }
  .solution8 .swiper-button {
    width: 15px;
    height: 33px;
  }
  .solution8 .swiper-button-prev {
    margin-left: -7.5px;
  }
  .solution8 .swiper-button-next {
    margin-right: -7.5px;
  }
  .solution9 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .solution9 .title {
    text-align: left;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .solution9 .text {
    text-align: left;
    font-size: 12px;
    line-height: 1.3333333333;
    margin-bottom: 38px;
  }
  .solution9 .img {
    max-width: initial;
    height: 30px;
    width: auto;
    margin-bottom: 20px;
  }
  .solution9 .swiper {
    overflow: initial;
  }
  .solution9 .swiper-slide {
    width: 315px;
    padding: 30px 20px 0 20px;
  }
  .solution9 .slide-text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .solution10 .content {
    top: 40px;
    bottom: 40px;
  }
  .solution10 .wrap {
    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;
  }
  .solution10 .title {
    text-align: left;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .solution10 .line {
    margin-bottom: auto;
  }
  .solution10 .container {
    width: 100%;
  }
  .solution10 .text {
    padding: 20px 15px;
    font-size: 13px;
    line-height: 1.3076923077;
    aspect-ratio: 690/420;
    background-position: 100% 100%;
    -o-background-size: 120% auto;
    background-size: 120% auto;
    margin-bottom: 20px;
  }
  .solution10 .tip {
    margin-bottom: 20px;
  }
  .solution10 .swipers {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding: 20px 0;
  }
  .solution10 .swiper {
    width: 81.8181818182%;
  }
  .solution10 .swiper-button {
    width: 15px;
    height: 33px;
  }
  .solution10 .swiper-button-prev {
    margin-left: -7.5px;
  }
  .solution10 .swiper-button-next {
    margin-right: -7.5px;
  }
  .solution10 .slide-title {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .solution11 .title {
    text-align: left;
    font-size: 18px;
    line-height: 1.3333333333;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(14, 52, 96, 0.1);
    margin-bottom: 20px;
  }
  .solution11 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .solution11 .img {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .solution11 .bg {
    width: 100%;
  }
  .solution11 .info {
    padding: 20px 15px;
  }
  .solution11 .select {
    font-size: 13px;
    line-height: 1.2307692308;
    padding-bottom: 15px;
    margin-bottom: 20px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .solution11 .item-tip {
    font-size: 12px;
    line-height: 1.3333333333;
    padding: 6px 9px;
  }
  .solution11 .item-title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
  .solution12 {
    overflow: hidden;
  }
  .solution12 .title {
    text-align: left;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .solution12 .table {
    overflow: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .solution12 .table table {
    min-width: 1080px;
  }
  .solution12 .table table img {
    width: 20px;
  }
  .solution13 {
    overflow: hidden;
  }
  .solution13 .icon {
    width: 25px;
  }
  .solution13 .swiper {
    margin-bottom: 0;
    overflow: initial;
  }
  .solution13 .swiper-slide {
    width: 150px;
  }
  .solution14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution14 .title {
    font-size: 18px;
    line-height: 1.7142857143;
    text-align: left;
  }
  .solution14 .text {
    text-align: left;
    font-size: 12px;
    line-height: 1.3333333333;
    margin-bottom: 35px;
  }
  .solution14 .content {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solution14 .img {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 66.231884058%;
    margin: 0 auto 30px;
  }
  .solution14 .list1 {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .solution14 .list2 {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .solution14 .list {
    width: 100%;
  }
  .solution14 .item {
    width: 100%;
    height: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px;
    padding: 3px;
  }
  .solution14 .list2 .item {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 3px;
  }
  .solution14 .list2 .item-icon {
    margin-left: 0;
    margin-right: 0.2rem;
  }
  .solution14 .item-title {
    font-size: 14px;
  }
  .solution14 .item-text {
    line-height: 1.1666666667;
  }
  .solution14 .item-icon {
    width: 44px;
  }
  .solution15 .product-detail-title {
    text-align: left;
  }
  .about1 .wrap {
    padding-top: 50px;
  }
  .about1 .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about1 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .about1 .right {
    width: 100%;
    height: auto;
  }
  .about1 .title {
    font-size: 29px;
    line-height: 1.2413793103;
    margin-bottom: 15px;
  }
  .about1 .btn {
    font-size: 12px;
    height: 39px;
    padding: 3px;
  }
  .about1 .btn img {
    margin-right: 15px;
  }
  .about1 .text {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about1 .num {
    margin-bottom: 50px;
  }
  .about1 .text2 {
    font-size: 12px;
  }
  .about2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .about2 .title {
    width: 100%;
    font-size: 24px;
    line-height: 1.2083333333;
    margin-bottom: 20px;
  }
  .about2 .select {
    margin-left: 0;
    font-size: 13px;
    line-height: 1.3846153846;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    overflow: auto;
  }
  .about2 .select-item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .about2 .swiper-slide {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2 .slide-img {
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .about2 .slide-content {
    width: 100%;
    padding: 20px 15px;
  }
  .about2 .slide-title {
    font-size: 17px;
    line-height: 1.2941176471;
  }
  .about2 .slide-address {
    font-size: 12px;
  }
  .about2 .slide-address img {
    width: 10.5px;
    margin-right: 5px;
  }
  .about2 .slide-text {
    line-height: 1.4545454545;
    margin-bottom: 20px;
  }
  .about2 .swiper {
    padding-bottom: 20px;
  }
  .about2 .slide-bg {
    width: 100%;
  }
  .about3 {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .about3 .bg {
    display: none;
  }
  .about3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about3 .select {
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 100%;
  }
  .about3 .select-item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.3846153846;
    border: none;
  }
  .about3 .select-item span {
    width: 20px;
  }
  .about3 .swiper {
    width: 100%;
  }
  .about3 .swiper-slide {
    width: 330px;
  }
  .about3 .slide-title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .about3 .slide-title {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .about4 .title {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .about4 .swiper-slide {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 40px;
  }
  .about4 .item {
    width: 46.3768115942%;
  }
  .about4 .item-icon {
    width: 33.5px;
  }
  .about4 .item-title {
    font-size: 12px;
    line-height: 1.0909090909;
    margin-bottom: 1px;
  }
  .about4 .item-num {
    font-size: 35px;
    line-height: 1.1428571429;
  }
  .about4 .item-text {
    line-height: 1.2272727273;
  }
  .about5 {
    overflow: hidden;
  }
  .about5 .swiper1 {
    overflow: initial;
  }
  .about5 .swiper1 > .swiper-wrapper > .swiper-slide {
    width: 330px !important;
  }
  .about5 .slide-active1 {
    display: none;
  }
  .about5 .slide-active2 {
    opacity: 1;
    position: relative;
    aspect-ratio: 660/930;
    padding: 0;
    background: none !important;
  }
  .about5 .slide-active2 .slide-title {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 20px;
    width: auto;
    padding-bottom: 20px;
  }
  .about5 .slide-icon {
    width: 30px;
  }
  .about5 .slide-active2 .slide-text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 40px;
    width: auto !important;
    overflow: hidden;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .about5 .slide-active2 .slide-text p {
    line-height: 1.3333333333;
  }
  .about6 {
    overflow: hidden;
  }
  .about6 .top {
    top: 40px;
  }
  .about6 .top .wrap {
    padding-bottom: 20px;
  }
  .about6 .my-swiper-button {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .about6 .my-swiper-button .swiper-button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 42px;
  }
  .about6 .list1 .li-content {
    width: 32.708333vw;
  }
  .about6 .list2 .li-content {
    width: 26.9333333333vw;
  }
  .about6 .li:nth-child(1) {
    left: 24.53125%;
    bottom: 20.39479%;
  }
  .about6 .li:nth-child(2) {
    left: 40.53125%;
    bottom: 48.839479%;
  }
  .about6 .li:nth-child(3) {
    left: 79.53125%;
    bottom: 34.839479%;
  }
  .about6 .list2 .li:nth-child(2) {
    left: 43.625%;
  }
  .about6 .list2 .li:nth-child(3) {
    left: 79.53125%;
    bottom: 34.839479%;
  }
  .about6 .list2 .li-img {
    box-shadow: none;
  }
  .about6 .li-dot {
    width: 26px;
    height: 26px;
    border-width: 8px;
  }
  .about-container {
    -o-background-size: 960px auto;
    background-size: 960px auto;
  }
  .about7 {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about7 .my-swiper-button {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .about7 .my-swiper-button .swiper-button {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 42px;
  }
  .about7 .top {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .about7 .list {
    padding-left: 0;
    margin-top: 30px;
    padding-right: 10px;
  }
  .about7 .swiper {
    overflow: initial;
  }
  .about7 .item {
    width: 100%;
  }
  .about7 .swiper-slide img {
    height: 55px;
    -o-object-position: left;
    object-position: left;
  }
  .about7 .item-time {
    margin-bottom: 10px;
  }
  .about7 .item-tip {
    font-size: 13px;
    line-height: 1.2307692308;
    border-radius: 2px;
  }
  .about7 .item-text {
    font-size: 12px;
    line-height: 1.1666666667;
  }
  .about8 {
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .about8 .wrap {
    padding-top: 0;
    border: none;
  }
  .about8 .title {
    margin-bottom: 20px;
  }
  .about8 .text {
    left: 0;
    right: 0;
    top: 55px;
    padding: 0 10px;
  }
  .about8 .text span::before {
    display: none;
  }
  .about8 .list {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 72px;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: -20px;
    font-size: 12px;
  }
  .about8 .item {
    padding: 0 15px;
  }
  .about8 .item span:nth-child(2) {
    line-height: 1.3333333333;
  }
  .about8 .swiper2-pagination {
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
  }
  .about8 .swiper1 {
    overflow: initial;
  }
  .about8 .item + .item::before {
    display: none;
  }
  .about8 .list-container {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about-detail-head {
    height: 50px;
    position: sticky;
    top: 0;
    left: 0;
  }
  .about-detail-head .logo {
    width: auto;
    height: 30px;
  }
  .about-detail-head .logo img {
    height: 100%;
  }
  .about-detail1 .content {
    top: 50px;
  }
  .about-detail1 .wrap {
    padding-top: 0;
  }
  .about-detail1 .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about-detail1 .left{
      margin-bottom: 50px;
  }
  .about-detail1 .left, .about-detail1 .right {
    width: 100%;
  }
  .about-detail1 .title {
    font-size: 29px;
    line-height: 1.2413793103;
  }
  .about-detail1 .text2{
      font-size: 12px;
  }
  .about-detail2 .item {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-detail2 .item-img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
  }
  .about-detail2 .item-content {
    padding: 15px;
  }
  .about-detail2 .item-bg {
    width: 100%;
  }
  .about-detail2 .item-ul {
    height: auto;
  }
  .about3 .slide-info {
    width: 100%;
  }
  .about-detail4 .item-bottom {
    height: auto;
  }
  .about-detail-footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-detail-footer .left, .about-detail-footer .right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-detail-footer .left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .about-detail-footer .right {
    width: 100%;
    padding-left: 0;
  }
  .about-detail-footer .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .investor1 .info, .my-banner .info {
    width: 100%;
  }
  .investor2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .investor2 .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }
  .investor2 .right {
    width: 100%;
    padding-left: 0;
  }
  .investor2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .investor2 .item {
    width: 33%;
  }
  .investor3 .select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .investor3 .select > p {
    margin-bottom: 10px;
  }
  .investor4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .investor4 .left, .investor4 .right {
    width: 100%;
    height: auto;
  }
  .investor4 .item:nth-child(1), .investor4 .item:nth-child(2), .investor4 .item-text {
    height: auto;
  }
  .investor4 .item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .investor4 .right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .investor4 .swiper {
    padding-bottom: 20px;
  }
  .news2 .select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news2 .select > p {
    margin-bottom: 8px;
  }
  .news2 .ul {
    width: 100%;
  }
  .news3 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news3 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .news3 .right, .news3 .list {
    width: 100%;
  }
  .news3 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news3 .bottom-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .technology2 .select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology2 .select > p {
    margin-bottom: 8px;
  }
  .technology2 .ul {
    width: 100%;
  }
  .technology4 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology4 .list {
    width: 100%;
  }
  .technology4 .my-filter {
    width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }
  .search2 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search2 .my-filter {
    margin-bottom: 20px;
    position: relative;
    top: auto;
  }
  .search2 .my-filter, .search2 .right {
    width: 100%;
  }
  .join1 {
    padding-top: 50px;
  }
  .join1 .content {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .join1 .info {
    width: 100%;
  }
  .join1 .ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .join1 .li {
    width: 49%;
  }
  .join1 .img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .join2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .join2 .select {
    margin-bottom: 15px;
  }
  .join2 .right {
    width: 100%;
    text-align: left;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .join2 .item-content {
    width: 100%;
  }
  .join2 .item-bottom {
    padding-bottom: 100px;
  }
  .join2 .item-top span {
    padding-left: 10px;
  }
  .join2 .item-top span:nth-child(1) {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .join2 .item-top span:nth-child(2) {
    display: none;
  }
  .join2 .item-top span:nth-child(3) {
    width: 5em;
  }
  .join2 .item-top span:nth-child(4) {
    width: 5em;
  }
  .contact2 .select {
    overflow: auto;
  }
  .contact2 .select-item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    min-width: 200px;
  }
  .contact2 .ul .ul-container2 {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .contact2 .li {
    width: 25%;
  }
  .contact2 .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact2 .item:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact2 .item:nth-child(1), .contact2 .item:nth-child(2), .contact2 .form-item {
    width: 100%;
  }
  .contact2 .form-textarea {
    height: 100px;
  }
  .contact3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact3 .left, .contact3 .right {
    width: 100%;
    height: auto;
  }
  .contact3 .list {
    height: auto;
  }
  .contact3 .item {
    overflow: hidden;
  }
  .contact3 .li {
    padding: 10px 0;
  }
  .contact3 .img:nth-child(1) {
    position: relative;
  }
  .contact3 .dot-tip {
    min-height: initial;
    margin-bottom: 30px;
  }
  .product7 .title {
    white-space: wrap;
  }
}
@-webkit-keyframes ani1 {
  0% {
    stroke-dashoffset: 138;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes ani1 {
  0% {
    stroke-dashoffset: 138;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes ani1 {
  0% {
    stroke-dashoffset: 138;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes ani1 {
  0% {
    stroke-dashoffset: 138;
  }
  100% {
    stroke-dashoffset: 0;
  }
}