:root {
  --vi: #f86a03;
}

video::-webkit-media-controls-overlay-enclosure {
    display: none !important;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(6);
  }
}
.w1800 {
  width: 45rem;
  max-width: 95%;
  margin: 0 auto;
}

.w1660 {
  width: 41.5rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1400 {
  width: 35rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1200 {
  width: 30rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gradientBg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}

.gradientBg2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.gradientBg3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 79.81%, rgba(0, 0, 0, 0) 100%);
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*.box2-main-tit {*/
/*  color: #000;*/
/*  font-size: 1rem;*/
/*  line-height: 1.5; */
/*  margin-bottom: 1.625rem;*/
/*}*/
.main-tit {
  color: #000;
  /*font-size: 1rem;*/
  font-size: .8rem;
  line-height: 1.5;
}

.index .box2 .top-con .main-tit {
    margin-bottom: 1.625rem;
}

.main-sub {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1.5;
}

.side-tit {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.side-tit span {
  color: var(--vi);
}
.side-tit.white {
  color: #fff;
}

.main-more {
  --col: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 4.15rem;
  height: 1rem;
  border-radius: 0.6rem;
  line-height: 1;
  box-shadow: 0 0 0 1px #cecece;
  color: var(--col);
  stroke: var(--col);
  fill: var(--col);
  transition: all 0.4s;
}
.main-more span {
  display: flex;
  max-width: 0.45rem;
}
.main-more svg {
  fill: inherit;
  stroke: inherit;
  transition: all 0.4s;
}
.main-more.white {
  background-color: #fff;
  box-shadow: none;
}
.main-more.vi {
  background-color: var(--vi);
  box-shadow: none;
  --col: #fff;
}
.main-more.viBod {
  box-shadow: 0 0 0 1px var(--vi);
  --col: var(--vi);
}
.main-more:hover {
  background-color: var(--vi);
  box-shadow: none;
  --col: #fff;
}
.main-more:hover img {
  filter: brightness(100);
}

.main-swiper .swiper-pagination {
  line-height: 1;
  bottom: 0;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.1rem;
  background: #e8e8e8;
  opacity: 1;
  border-radius: 0.1rem;
  margin: 0 0.125rem;
  transition: all 0.4s;
}
.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  background: var(--vi);
}
.main-swiper.swiper-container .swiper-pagination {
  bottom: 0;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 0.15rem;
  background-color: #f6f6f6;
  color: #000000;
  margin-right: 0.5rem;
  transition: all 0.4s;
}
.page-box a:last-child {
  margin-right: 0;
}
.page-box a:hover, .page-box a.active {
  background-color: var(--vi);
  color: #fff;
}

.footer {
  background-color: #f9f9f9;
  padding-top: 2.5rem;
}
.footer .top .bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 1.5rem 0 1.25rem;
}
.footer .top .bar .logo {
  width: 4rem;
}
.footer .top .bar .logo img {
  width: 100%;
}
.footer .top .bar .share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 0.6rem;
}
.footer .top .bar .share a {
  height: 100%;
  filter: brightness(0.1);
  opacity: 0.3;
  position: relative;
  transition: all 0.4s;
}
.footer .top .bar .share a img {
  max-height: 100%;
  object-fit: contain;
}
.footer .top .bar .share a .pos-cont {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  margin-left: -1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all .4s;
}
.footer .top .bar .share a .pos-cont img {
  width: 100%;
}
.footer .top .bar .share a:hover {
  filter: initial;
  opacity: 1;
}
.footer .top .bar .share a:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer .top .con {
  margin-top: 1.5rem;
  display: flex;
}
.footer .top .con .lt {
  width: 29.5%;
  border-right: 1px solid #dedede;
}
.footer .top .con .lt .item {
  margin-bottom: 1rem;
}
.footer .top .con .lt .item:last-child {
  margin-bottom: 0;
}
.footer .top .con .lt .h {
  color: #000000;
  font-weight: 600;
}
.footer .top .con .lt .li-box {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.footer .top .con .lt .li-box .li {
  min-width: 50%;
  padding-right: .5rem;
}
.footer .top .con .lt .li-box .li .icon {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #999999;
}
.footer .top .con .lt .li-box .li .txt {
  margin-top: 0.2rem;
  color: #000;
  line-height: 1.2;
  font-weight: 600;
}
.footer .top .con .rt {
  width: 70.5%;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  /*gap: 2rem;*/
  padding-left: 1.5rem;
}
.footer .top .con .rt .list .tit {
  color: #000;
  margin-bottom: 0.8rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.footer .top .con .rt .list a {
  display: block;
  color: #666666;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.footer .top .con .rt .list a:last-child {
  margin-bottom: 0;
}
.footer .btm {
  margin-top: 2.45rem;
  padding: 0.7rem 0;
  background-color: var(--vi);
}
.footer .btm .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .btm a {
  color: #fff;
}
.footer .btm .copyright {
  display: flex;
  color: #fff;
}
.footer .btm .copyright span {
  margin: 0 1em;
}
.footer .btm .copyright p {
  margin-left: 1rem;
}

.fix-bar {
  position: fixed;
  right: 0.4rem;
  bottom: 0.85rem;
  z-index: 100;
}
.fix-bar .box {
  position: relative;
  margin-bottom: 0.3rem;
}
.fix-bar .li {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: 0.1rem 0.1rem 0.55rem rgba(0, 0, 0, 0.08);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-bar .box:last-child {
  margin-bottom: 0;
}
.fix-bar .li>img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fix-bar .box .pos-cont {
  position: absolute;
  right: calc(100% + .5rem);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #fff;
  padding: .5rem;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.fix-bar .box .pos-cont div {
  width: 2rem;
  height: 2rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-bar .box .pos-cont div img {
  width: 100%;
}

.fix-bar .box .pos-cont p {
  color: #333;
  margin-top: .5rem;
}

.fix-bar .box:hover .pos-cont {
  opacity: 1;
  visibility: visible;
}

.head .drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 2.5rem);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  display: none;
}
.head .drop-down .close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: .6rem;
  /*filter: brightness(.1);*/
  cursor: pointer;
}
.head .drop-down .close img {
  width: 100%;
}
.head .drop-down .cont-box {
  display: flex;
  background-color: #fff;
  max-height: 100%;
}
.head .drop-down .lt {
  width: 25.5%;
  background-color: #f9f9f9;
  padding: 1.65rem 1.15rem 1rem 3.25rem;
}
.head .drop-down .lt .li {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s;
}
.head .drop-down .lt .li:last-child {
  margin-bottom: 0;
}
.head .drop-down .lt .li span {
  color: #666;
  font-size: 0.5rem;
}
.head .drop-down .lt .li:hover {
  color: var(--vi);
}
.head .drop-down .lt .li:hover span {
  color: var(--vi);
}
.head .drop-down .mid {
  width: 21%;
  max-height: 100%;
  background-color: #fff;
  padding: 1.95rem 1.2rem 1rem 1.15rem;
  overflow-y: auto;
}
.head .drop-down .mid::-webkit-scrollbar {
  width: 2px;
}
.head .drop-down .mid .item {
  display: none;
}
.head .drop-down .mid .item.show {
  display: block;
}
.head .drop-down .mid .li {
  margin-bottom: 1rem;
}
.head .drop-down .mid .li:last-child {
  margin-bottom: 0;
}
.head .drop-down .mid .li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  cursor: pointer;
  transition: all 0.4s;
}
.head .drop-down .mid .li .tit span {
  color: #666;
  font-size: 0.5rem;
  transition: all 0.4s;
}
.head .drop-down .mid .li .txt {
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #666666;
}
.head .drop-down .mid .li:hover .tit {
  color: var(--vi);
}
.head .drop-down .mid .li:hover .tit span {
  color: var(--vi);
}
.head .drop-down .rt {
  width: 53.5%;
  border-left: 3px solid #fbfbfb;
  padding: 1.9rem 2rem 1rem 1.35rem;
}
.head .drop-down .rt .item {
  width: 60%;
  display: none;
}
.head .drop-down .rt .item.show {
  display: block;
}
.head .drop-down .rt .pic {
  width: 100%;
}
.head .drop-down .rt .h {
  margin-top: 0.9rem;
  color: #000000;
}
.head .drop-down .rt .item .txt {
  margin-top: 0.4rem;
  line-height: 1.4;
  max-height: 5.6em;
  color: #666666;
  overflow: hidden;
}
.head .drop-down .rt .link-box {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.65rem;
}
.head .drop-down .rt .tips {
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.head .drop-down .rt .tips .txt {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0.25rem;
  padding: 0.8rem 0.55rem 0.95rem;
  width: 8.5rem;
  margin-right: 3.4rem;
  position: relative;
}
.head .drop-down .rt .tips .txt::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: calc(100% - 0.1rem);
  width: 0.6rem;
  height: 0.9rem;
  background-color: #f6f6f6;
  transform: rotate(-20deg);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.head .drop-down .rt .tips .txt .h1 {
  color: #333333;
  line-height: 1.6;
}
.head .drop-down .rt .tips .txt .more {
  margin-top: 0.25rem;
  color: var(--vi);
  gap: 1rem;
  line-height: 1.5;
}
.head .drop-down .rt .tips .icon {
  width: 5.4rem;
}
.head .drop-down .rt .tips .icon img {
  width: 100%;
}
.head .sli-down {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 2.5rem);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  border-top: 1px solid #e9e9e9;
  display: none;
}
.head .sli-down .close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: .6rem;
  /*filter: brightness(.1);*/
  cursor: pointer;
  width: auto;
display: flex
;
align-items: center;
height: 1rem;
padding: 0 .4rem;
border: 1px solid #D9D9D9;
border-radius: .6rem;
color: #333;
font-weight: 400;
z-index: 2;
}
.head .sli-down .close img {
  width: .45rem;
    height: auto;
    margin-left: .2rem;
}
.head .drop-down .close img {
  width: 100%;
}



.head .sli-down .cont-box {
  display: flex;
}
.head .sli-down .lt {
  width: 25%;
  background-color: #f9f9f9;
  padding: 1.95rem 0.9rem 1rem 3.25rem;
}
.head .sli-down .lt .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s;
}
.head .sli-down .lt .li:last-child {
  margin-bottom: 0;
}
.head .sli-down .lt .li span {
  color: #666;
  font-size: 0.5rem;
  transition: all 0.4s;
}
.head .sli-down .lt .li:hover {
  color: var(--vi);
}
.head .sli-down .lt .li:hover span {
  color: var(--vi);
}
.head .sli-down .rt {
  width: 75%;
  padding: 2.15rem 2rem 2.3rem 2.45rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.head .sli-down .rt .tips {
    position: absolute;
    bottom: 0;
    right: 0;
}
.head .sli-down .rt .cont-item {
  /*width: 57%;*/
  width: 90%;
}
.head .sli-down .rt .item {
  display: none;
}
.head .sli-down .rt .item.show {
  display: block;
}
.head .sli-down .rt .item .h {
  color: #000000;
  line-height: 1.2;
}
.head .sli-down .rt .item .txt {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.6;
  max-height: 6.4em;
  overflow: hidden;
}
.head .sli-down .rt .item .more {
  margin-top: 0.95rem;
}
.head .sli-down .rt .item .pic {
  margin-top: 1.55rem;
  height: 8rem;
}
.head .sli-down .rt .item .pic img {
  max-height: 100%;
  object-fit: contain;
}
.head .sli-down .rt .tips {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.head .sli-down .rt .tips .txt {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0.25rem;
  padding: 0.8rem 0.55rem 0.95rem;
  width: 8.5rem;
  margin-right: 3.4rem;
  position: relative;
}
.head .sli-down .rt .tips .txt::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: calc(100% - 0.1rem);
  width: 0.6rem;
  height: 0.9rem;
  background-color: #f6f6f6;
  transform: rotate(-20deg);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.head .sli-down .rt .tips .txt .h1 {
  color: #333333;
  line-height: 1.6;
}
.head .sli-down .rt .tips .txt .more {
  margin-top: 0.25rem;
  color: var(--vi);
  gap: 1rem;
  line-height: 1.5;
}
.head .sli-down .rt .tips .icon {
  width: 5.4rem;
}
.head .sli-down .rt .tips .icon img {
  width: 100%;
}
.crumbs-box {
  height: 1.65rem;
}
.crumbs {
  display: flex;
  padding: 0.6rem 0;
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  z-index: 20;
}
.crumbs .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crumbs .nav {
  display: flex;
  align-items: center;
}
.crumbs .nav .icon {
  width: clamp(10px, 0.3rem, 16px);
  margin-right: 0.15rem;
}
.crumbs .nav .icon img {
  width: 100%;
}
.crumbs .nav a {
  position: relative;
  color: #999999;
  margin-right: 0.35rem;
}
.crumbs .nav a::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.15rem);
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background-image: url(../img/32.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.crumbs .nav a:last-child {
  margin-right: 0;
  color: #000000;
}
.crumbs .nav a:last-child::after {
  display: none;
}
.crumbs .link {
  width: 3.7rem;
  height: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--vi);
}
.crumbs .link .icon {
  width: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-us {
  width: 100%;
  padding: 3.1rem 0;
  position: relative;
}
.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-us .wrap {
  position: relative;
  z-index: 2;
}
.contact-us .txt {
  color: #fff;
  width: 60%;
  line-height: 1.6;
}
.contact-us .more {
  margin-top: 1.25rem;
}

.associated {
  padding: 3.5rem 0 0;
}
.associated .associated-swiper {
  margin-top: 1.75rem;
}
.associated .associated-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
}
.associated .associated-swiper .swiper-slide {
  width: 23.5%;
  height: 11.8rem;
  margin-right: 2%;
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 1.5rem 0.5rem 0.5rem;
  transition: all 0.4s;
}
.associated .associated-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.associated .associated-swiper .swiper-slide .pic {
  width: 100%;
  aspect-ratio: 384/240;
  text-align: center;
}
.associated .associated-swiper .swiper-slide .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.associated .associated-swiper .swiper-slide .h {
  margin-top: 0.75rem;
  text-align: center;
  color: #000000;
  transition: all 0.4s;
}
.associated .associated-swiper .swiper-slide .more {
  margin: 0.75rem auto 0;
}
.associated .associated-swiper .swiper-slide:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.associated .associated-swiper .swiper-slide:hover .h {
  color: var(--vi);
}

.customer {
  padding: 3.5rem 0;
  overflow: hidden;
}
.customer .more {
  margin: 1rem auto 0;
}
.customer .customer-swiper {
  margin-top: 1.75rem;
  overflow: initial;
}
.customer .customer-swiper .swiper-button-prev,
.customer .customer-swiper .swiper-button-next {
  top: auto;
  bottom: 2.25rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: all 0.4s;
}
.customer .customer-swiper .swiper-button-prev::after,
.customer .customer-swiper .swiper-button-next::after {
  display: none;
}
.customer .customer-swiper .swiper-button-prev img,
.customer .customer-swiper .swiper-button-next img {
  max-width: 60%;
}
.customer .customer-swiper .swiper-button-prev:hover,
.customer .customer-swiper .swiper-button-next:hover {
  background-color: var(--vi);
}
.customer .customer-swiper .swiper-button-prev {
  left: 49%;
}
.customer .customer-swiper .swiper-button-next {
  right: auto;
  left: calc(49% + 1.6rem);
}
.customer .customer-swiper .swiper-pagination {
  margin-top: 1.25rem;
  position: relative;
}
.customer .customer-swiper .swiper-slide {
  display: flex;
  width: 58.4%;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-right: 1.75rem;
}
.customer .customer-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.customer .customer-swiper .swiper-slide .pic {
  width: 36%;
  aspect-ratio: 350/328;
  overflow: hidden;
}
.customer .customer-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.customer .customer-swiper .swiper-slide .intro {
  width: 64%;
  padding: 1rem;
  padding-right: 1.25rem;
}
.customer .customer-swiper .swiper-slide .intro .h {
  color: #000000;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  transition: all 0.4s;
}
.customer .customer-swiper .swiper-slide .intro .txt {
  margin-top: 0.35rem;
  color: #666666;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
}
.customer .customer-swiper .swiper-slide .intro .link {
  margin-top: 1rem;
}
.customer .customer-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.customer .customer-swiper .swiper-slide:hover .intro .h {
  color: var(--vi);
}

.download {
  padding: 3.5rem 0;
}
.download .li-box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.download .li-box .li {
  width: calc((100% - 3rem) / 4);
  height: 7.15rem;
  border-radius: 0.3rem;
  padding: 1.25rem 1rem 0.5rem;
  box-shadow: 0 0 0 1px #e4e4e4;
}
.download .li-box .li .icon {
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  text-align: center;
}
.download .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.download .li-box .li .h {
  margin-top: 0.6rem;
  color: #000;
}
.download .li-box .li .more {
  margin: 0.9rem auto 0;
}

.advantage {
  padding: 3rem 0 2.5rem;
  background-color: rgba(247, 247, 247, 0.4);
}
.advantage .li-box {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
}
.advantage .li-box .li {
  width: 33.3333333333%;
  height: 8.15rem;
  padding: 0.9rem 1.1rem;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.4s;
}
.advantage .li-box .li:nth-child(3n) {
  border-right: none;
}
.advantage .li-box .li .icon {
  width: 1.4rem;
  height: 1.4rem;
  filter: brightness(0.1);
}
.advantage .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantage .li-box .li .h {
  margin-top: 0.6rem;
  color: #000000;
  line-height: 1.6;
  transition: all 0.4s;
}
.advantage .li-box .li .txt {
  margin-top: 0.35rem;
  color: #999999;
  line-height: 1.5;
  padding-right: 5px;
  max-height: 6em;
  overflow-y: auto;
}
.advantage .li-box .li .txt::-webkit-scrollbar {
    width: 3px;
}
.advantage .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.advantage .li-box .li:hover .icon {
  filter: initial;
}
.advantage .li-box .li:hover .h {
  color: var(--vi);
}

.function {
  padding: 3.5rem 0 3rem;
}
.function .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.5rem;
}
.function .li-box .li {
  width: calc((100% - 1.5rem) / 2);
  min-height: 6.3rem;
  border-radius: 0.4rem;
  background-color: #fff;
  /*padding: 0.9rem;*/
  padding: .6rem .9rem;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.function .li-box .li .icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.15rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .75rem;
}
.function .li-box .li .icon img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.function .li-box .li .intro {
  width: calc(100% - 1.7rem);
  /*padding-left: 0.75rem;*/
  padding-top: 0.3rem;
}
.function .li-box .li .intro .h {
  color: #000000;
  line-height: 1.5;
  transition: all 0.4s;
}
.function .li-box .li .intro .txt {
  margin-top: 0.35rem;
  color: #666666;
  line-height: 1.4;
}
.function .li-box .li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.function .li-box .li:hover .intro .h {
  color: var(--vi);
}

.index .index-swiper {
  width: 100%;
  height: 100vh;
}
.index .index-swiper .swiper-slide {
  height: -moz-max-content;
  height: max-content;
}
.index .index-swiper .swiper-slide.hg100 {
  height: 100vh;
}
.index .index-swiper .index-ban {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .index-swiper .index-ban .pos-cont {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 67%;
}
.index .index-swiper .index-ban .pos-cont .tit {
  line-height: 1.2;
}
.index .index-swiper .index-ban .pos-cont .cont {
  margin-top: 0.75rem;
  line-height: 1.6;
}
.index .index-swiper .index-ban .pos-cont .more {
  margin: 1.25rem auto 0;
  width: 4.5rem;
  height: 1.1rem;
}
.index .box1 {
  padding-top: 2.5rem;
  overflow: hidden;
}
.index .box1 .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .box1 .more {
  margin: 0.6rem auto 0;
}
.index .box1 .li-box {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.index .box1 .li-box .li {
  width: calc((100% - 1.5rem) / 4);
  height: 6rem;
  line-height: 1.5;
  position: relative;
}
.index .box1 .li-box .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box1 .li-box .li p {
  width: 100%;
  padding: 0 0.75rem;
  color: #fff;
  transition: all 0.4s;
}
.index .box1 .li-box .li:hover img {
  transform: scale(1.04);
}
.index .box1 .li-box .li:hover p {
  color: var(--vi);
}
.index .box2 {
  padding: 2.5rem 0 1.35rem;
  display: flex;
  align-items: flex-end;
  background: #fafafa;
}
.index .box2 .top-con {
  /*display: none;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.index .box2 .swiper-box2con {
    overflow: hidden;
    height: 100%;
}
.index .box2 .swiper-pagination-bullet-active {
    background: #f86a03;
}
.index .box2 .wrap {
    height: 100%;
}
.index .box2 .wrap .con-box {
    height: 100%;
}
.index .box2 .top-con.show {
  display: flex;
}
.index .box2 .top-con .lt {
  width: 48%;
}
.index .box2 .top-con .lt .sub {
  margin-top: .3rem;
}
.index .box2 .top-con .lt .txt {
  color: #666;
}
.index .box2 .top-con .lt .more {
  margin-top: 1.25rem;
}
.index .box2 .top-con .rt {
  width: 52%;
  height: 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .box2 .top-con .rt img {
  max-height: 100%;
  object-fit: contain;
}
.index .box2 .li-box {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.85rem;
}
.index .box2 .li-box .li {
  width: calc((100% - 11.4rem) / 5);
  cursor: pointer;
}
.index .box2 .li-box .li .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.index .box2 .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box2 .li-box .li .h {
  margin-top: 0.9rem;
  color: #333333;
  line-height: 1.4;
  padding-top: 0.55rem;
  border-top: 1px solid #333333;
}
.index .box2 .li-box .li .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.75;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
}
.index .box2 .li-box .li.active .h {
  color: var(--vi);
}
.index .box2 .li-box .swiper-slide {
    width: calc((100% - 11.4rem) / 5)!important;
    margin-right: 2.85rem;
}
.index .box2 .li-box .swiper-slide:last-child {
    margin-right: 0;
}
.index .box2 .li-box-parent {
    position: relative;
}
.li-box-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    left: -1.75rem;
    background: #ffffff;
    border-radius: .15rem;
    cursor: pointer;
}
.li-box-prev:hover {
    background: #F86A03;
}
.li-box-prev img {
    display: block;
    width: .4rem;
    height: .4rem;
}
.li-box-prev:hover img {
    filter: brightness(0) invert(1);
}
.li-box-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    right: -1.75rem;
    background: #ffffff;
    border-radius: .15rem;
    cursor: pointer;
}
.li-box-next:hover {
    background: #F86A03;
}
.li-box-next img {
    display: block;
    width: .4rem;
    height: .4rem;
    transform: rotate(180deg);
}
.li-box-next:hover img {
    filter: brightness(0) invert(1);
}
.index .box3 {
  padding-top: 2.5rem;
}
.index .box3 .wrap {
  padding-top: 4rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.index .box3 .lt {
  width: 27%;
}
.index .box3 .lt .num-box {
  margin-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
.index .box3 .lt .num-box .li {
  width: 50%;
}
.index .box3 .lt .num-box .li .num {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--vi);
  line-height: 1;
}
.index .box3 .lt .num-box .li .cont {
  margin-top: 0.3rem;
  color: #333;
  line-height: 1.15;
  /*font-weight: bold;*/
}
.index .box3 .lt .more {
  margin-top: 4.55rem;
}
.index .box3 .rt {
  position: absolute;
  top: 15%;
  left: 27%;
  width: 75%;
}
.index .box3 .rt img {
  width: 100%;
}
.index .box3 .rt .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
}
.index .box3 .rt .point .cir {
  display: block;
  position: relative;
  width: clamp(4px, 0.175rem, 7px);
  height: clamp(4px, 0.175rem, 7px);
  border-radius: 50%;
  background-color: var(--vi);
}
.index .box3 .rt .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s infinite ease-in-out;
}
.index .box3 .rt .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s 2s infinite ease-in-out;
}
.index .box3 .rt .point .txt {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: calc(100% + 0.5rem);
  color: #333;
  line-height: 1.3;
  width: -moz-max-content;
  width: max-content;
  max-width: 2.25rem;
}
.index .box3 .rt .point .pos-cont {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: -0.4rem;
  padding: 0.6rem;
  width: 7.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 5px 5px 0.55rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.4s;
}
.index .box3 .rt .point .pos-cont::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0.55rem;
  width: 0.65rem;
  height: 0.6rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.index .box3 .rt .point .pos-cont .pic {
  width: 100%;
  aspect-ratio: 251/131;
  border-radius: 4px;
  overflow: hidden;
}
.index .box3 .rt .point .pos-cont .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .box3 .rt .point .pos-cont .h {
  margin-top: 0.4rem;
  color: #000000;
  line-height: 1.5;
}
.index .box3 .rt .point .pos-cont .info {
  margin-top: 0.35rem;
}
.index .box3 .rt .point .pos-cont .info .li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  color: #5c5c66;
  gap: 0.15rem;
  margin-bottom: 0.35rem;
}
.index .box3 .rt .point .pos-cont .info .li:last-child {
  margin-bottom: 0;
}
.index .box3 .rt .point .pos-cont .info .li span {
  width: 0.6rem;
  height: 0.6rem;
}
.index .box3 .rt .point .pos-cont .info .li span img {
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box3 .rt .point .pos-cont .info .li p {
  width: calc(100% - 0.75rem);
}
.index .box3 .rt .point:hover {
  z-index: 5;
}
.index .box3 .rt .point:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.index .box4 {
  padding-top: 2.5rem;
  background: #F9F9F9;
}
.index .box2 .wrap {
  padding-top: 1rem;
}
.index .box4 .wrap {
  padding-top: 1rem;
}
.index .box4 .container {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.index .box4 .container .item {
  width: calc((100% - 1rem) / 2);
}
.index .box4 .container .lt {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px #e4e4e4;
}
.index .box4 .container .lt .pic {
  width: 100%;
  aspect-ratio: 87/41;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .box4 .container .lt .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box4 .container .lt .intro {
  padding: 0.8rem 1.4rem;
}
.index .box4 .container .lt .intro .time {
  color: #4a4a4a;
}
.index .box4 .container .lt .intro .h {
  margin-top: 0.5rem;
  line-height: 1.1;
}
.index .box4 .container .lt .intro .txt {
  margin-top: 0.3rem;
  line-height: 1.8;
  max-height: 5.4em;
  color: #999999;
  overflow: hidden;
}
.index .box4 .container .lt:hover .pic img {
  transform: scale(1.04);
}
.index .box4 .container .rt .li {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e4e4e4;
  margin-bottom: 0.7rem;
}
.index .box4 .container .rt .li:last-child {
  margin-bottom: 0;
}
.index .box4 .container .rt .li .pic {
  width: 7.3rem;
  aspect-ratio: 304/300;
  border-radius: 0.25rem;
  overflow: hidden;
}
.index .box4 .container .rt .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.index .box4 .container .rt .li .intro {
  width: calc(100% - 7.3rem);
  padding: 0 0.7rem 0 1.2rem;
}
.index .box4 .container .rt .li .intro .time {
  color: #4a4a4a;
}
.index .box4 .container .rt .li .intro .h {
  margin-top: 0.8rem;
  color: #000;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
}
.index .box4 .container .rt .li .intro .txt {
  margin-top: 0.3rem;
  color: #999999;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
}
.index .box4 .container .rt .li:hover .pic img {
  transform: scale(1.04);
}
.index .box5 {
  padding-top: 2.5rem;
}
.index .box5 .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .box5 .swiper-box {
  margin-top: 1rem;
}
.index .box5 .swiper-box .swiper-pagination {
  margin-top: 1rem;
  position: relative;
}
.index .box5 .swiper-box .box5-swiper {
  /*overflow: initial;*/
}
.index .box5 .swiper-box .box5-swiper .swiper-slide {
  height: 6.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0.25rem;
}
.index .box5 .swiper-box .box5-swiper .swiper-slide .icon {
  width: 4.5rem;
  height: 1.15rem;
}
.index .box5 .swiper-box .box5-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .box5 .swiper-box .box5-swiper .swiper-slide .line {
  margin-top: 0.6rem;
  width: calc(100% + 1rem);
  height: 1px;
  background-color: #e4e4e4;
  position: relative;
}
.index .box5 .swiper-box .box5-swiper .swiper-slide .line::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4.25rem;
  height: 2px;
  background-color: var(--vi);
}

.index .box5 .swiper-box .box5-swiper .swiper-slide .line .txt {
  margin-top: .8rem;
  line-height: 2;
  color: #666666;
}

.solution .box1 {
  padding-top: 3.5rem;
}
.solution .box1 .li-box {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.7rem;
}
.solution .box1 .li-box .li {
  width: calc((100% - 1.4rem) / 3);
  height: 8rem;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.solution .box1 .li-box .li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.solution .box1 .li-box .li .h {
  z-index: 2;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  padding: 0 1.5rem;
  transition: all 0.4s;
}
.solution .box1 .li-box .li:hover img {
  transform: scale(1.04);
}
.solution .box1 .li-box .li:hover .h {
  color: var(--vi);
  font-weight: bold;
}

.solution-list .box1 {
  padding: 2rem 0;
}
.solution-list .box1 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.solution-list .box1 .lt {
  margin-top: 2.45rem;
  width: 50%;
  line-height: 1.6;
  color: #333333;
}
.solution-list .box1 .rt {
  width: 40.6%;
}
.solution-list .box1 .rt .pic {
  width: 100%;
  height: 9rem;
  border-radius: 0.4rem;
  border: 2px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}
.solution-list .box1 .rt .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-list .box1 .rt .swiper-box {
  margin-top: 0.75rem;
  width: 100%;
  padding: 0 0.85rem;
  position: relative;
}
.solution-list .box1 .rt .swiper-box .swiper-button-prev,
.solution-list .box1 .rt .swiper-box .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 0.6rem;
  height: 0.6rem;
  color: #000000;
  transition: all 0.4s;
}
.solution-list .box1 .rt .swiper-box .swiper-button-prev::after,
.solution-list .box1 .rt .swiper-box .swiper-button-next::after {
  font-size: 0.3rem;
  font-weight: bold;
}
.solution-list .box1 .rt .swiper-box .swiper-button-prev:hover,
.solution-list .box1 .rt .swiper-box .swiper-button-next:hover {
  color: var(--vi);
}
.solution-list .box1 .rt .swiper-box .swiper-button-prev {
  left: 0;
}
.solution-list .box1 .rt .swiper-box .swiper-button-next {
  right: 0;
}
.solution-list .box1 .rt .swiper-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 32%;
  height: 2.6rem;
  margin-right: 2%;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s;
}
.solution-list .box1 .rt .swiper-box .swiper-slide:last-child {
  margin-right: 0;
}
.solution-list .box1 .rt .swiper-box .swiper-slide img {
  /*max-height: 100%;*/
  /*object-fit: contain;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-list .box1 .rt .swiper-box .swiper-slide .btn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.solution-list .box1 .rt .swiper-box .swiper-slide.active {
  border-color: var(--vi);
}
.solution-list .box2 .item {
  background-color: #fff;
  padding: 2.5rem 0;
}
.solution-list .box2 .item:nth-child(2n) {
  background-color: #f7f7f7;
}
.solution-list .box2 .item:nth-child(2n) .top-bar {
  flex-direction: row-reverse;
}
.solution-list .box2 .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-list .box2 .top-bar .pic {
  width: 23.5%;
  aspect-ratio: 39/22;
  border-radius: 0.3rem;
  overflow: hidden;
}
.solution-list .box2 .top-bar .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-list .box2 .top-bar .intro {
  width: calc(76.5% - 1.25rem);
}
.solution-list .box2 .top-bar .intro .h {
  color: #000000;
}
.solution-list .box2 .top-bar .intro .txt {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.5;
}
.solution-list .box2 .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.solution-list .box2 .li-box .li {
  width: calc((100% - 1rem) / 2);
  height: 2.3rem;
  padding: 0 0.75rem;
  padding-right: 1.5rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 1px #e4e4e4;
  line-height: 1.4;
  color: #000;
  transition: all 0.4s;
}
.solution-list .box2 .li-box .li span {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  color: #999999;
  font-size: 0.6rem;
  transition: all 0.4s;
}
.solution-list .box2 .li-box .li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  color: var(--vi);
}
.solution-list .box2 .li-box .li:hover span {
  opacity: 0;
}
.solution-list .box3 {
  padding: 3.5rem 0;
}
.solution-list .box3 .container {
  margin-top: 3.5rem;
  padding-left: 3.25rem;
  display: flex;
  position: relative;
}
.solution-list .box3 .container .lt {
  width: 9.5rem;
  padding-right: 2.25rem;
}
.solution-list .box3 .container .rt {
  width: calc(100% - 9.5rem);
}
.solution-list .box3 .container .rt .swiper-button-prev,
.solution-list .box3 .container .rt .swiper-button-next {
  top: auto;
  bottom: 0.25rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: all 0.4s;
}
.solution-list .box3 .container .rt .swiper-button-prev::after,
.solution-list .box3 .container .rt .swiper-button-next::after {
  display: none;
}
.solution-list .box3 .container .rt .swiper-button-prev:hover,
.solution-list .box3 .container .rt .swiper-button-next:hover {
  background-color: var(--vi);
}
.solution-list .box3 .container .rt .swiper-button-prev {
  left: 3.25rem;
}
.solution-list .box3 .container .rt .swiper-button-next {
  right: auto;
  left: 4.85rem;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide {
  width: 40%;
  height: 6.2rem;
  padding: 1rem;
  margin-right: 0.75rem;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .txt {
  color: #666666;
  line-height: 1.6;
  height: 4.8em;
  overflow: hidden;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user .pic {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user .intro {
  width: calc(100% - 1.25rem);
  line-height: 1;
  padding-left: 0.4rem;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user .intro .name {
  color: #000;
}
.solution-list .box3 .container .rt .box4-swiper .swiper-slide .user .intro .info {
  margin-top: 0.25rem;
  color: #666;
}

.solution-info .box1 {
  padding-top: 3.5rem;
}
.solution-info .box1 .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.solution-info .box1 .pic {
  width: 45%;
}
.solution-info .box1 .pic img {
  width: 100%;
}
.solution-info .box1 .intro {
  width: 55%;
  padding-right: 1.5rem;
  color: #333333;
  line-height: 1.8;
}
.solution-info .box2 {
  margin-top: 3.5rem;
}
.solution-info .box2 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border-radius: 0.3rem;
  background: #f7f7f7;
}
.solution-info .box2 .lt {
  display: flex;
  justify-content: space-between;
  width: calc(41% - 1.5rem);
}
.solution-info .box2 .lt .swiper-box {
  position: relative;
  width: 2.75rem;
  height: 6.5rem;
  padding: 0.75rem 0;
  z-index: 1;
}
.solution-info .box2 .lt .swiper-box .swiper-button-prev,
.solution-info .box2 .lt .swiper-box .swiper-button-next {
  left: 50%;
  right: auto;
  top: auto;
  margin: 0;
  margin-left: -0.25rem;
  width: clamp(14px, 0.5rem, 24px);
  height: clamp(14px, 0.5rem, 24px);
  color: #000;
  transform: rotate(90deg);
}
.solution-info .box2 .lt .swiper-box .swiper-button-prev::after,
.solution-info .box2 .lt .swiper-box .swiper-button-next::after {
  font-size: 0.4rem;
  font-weight: bold;
}
.solution-info .box2 .lt .swiper-box .swiper-button-prev {
  top: 0;
}
.solution-info .box2 .lt .swiper-box .swiper-button-next {
  bottom: 0;
}
.solution-info .box2 .lt .box2-swiper {
  width: 100%;
  height: 100%;
}
.solution-info .box2 .lt .box2-swiper .swiper-slide {
  width: 100%;
  height: 30%;
  border-radius: 0.15rem;
  margin-bottom: 9%;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s;
}
.solution-info .box2 .lt .box2-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.solution-info .box2 .lt .box2-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}
.solution-info .box2 .lt .box2-swiper .swiper-slide .play {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-info .box2 .lt .box2-swiper .swiper-slide .play img {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-info .box2 .lt .box2-swiper .swiper-slide.active {
  border-color: var(--vi);
}
.solution-info .box2 .lt .pic {
  width: calc(100% - 2.75rem - 0.5rem);
  height: 6.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.solution-info .box2 .lt .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}
.solution-info .box2 .rt {
  width: 59%;
  padding-right: 0.5rem;
  display: none;
}
.solution-info .box2 .rt.active {
    display: block;
}
.solution-info .box2 .rt .txt {
  margin-top: 0.5rem;
  color: #333;
}
.solution-info .box3 {
  margin-top: 3.5rem;
}
.solution-info .box3 .sub {
  margin: 1rem auto 0;
  color: #666666;
  line-height: 1.6;
  width: 66%;
}
.solution-info .box3 .pic {
  margin-top: 1.8rem;
  width: 100%;
  border-radius: 0.95rem;
  overflow: hidden;
}
.solution-info .box3 .pic img {
  width: 100%;
}
.solution-info .box4 {
  margin-top: 3.5rem;
}

.product .box3 {
  padding: 3.5rem 0 0;
}
.product .box3 .cont {
  margin-top: 0.75rem;
  color: #000000;
  line-height: 1.2;
}
.product .box3 .cont span {
  color: var(--vi);
  position: relative;
}
.product .box3 .cont span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--vi);
  transition: all .4s;
}
.product .box3 .cont span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--vi);
  /*transition: all .4s;*/
}
.product .box3 .cont span:hover::before {
  width: 100%;
}
.product .box3 .cont span:hover::after {
  opacity: 0;
}
.product .box3 .swiper-box {
  margin-top: 1.75rem;
  position: relative;
}
.product .box3 .swiper-box .swiper-pagination {
  position: relative;
  margin-top: 0.5rem;
}
.product .box3 .box3-swiper .swiper-slide {
  height: 11.55rem;
  margin-bottom: 0.75rem;
  padding: 0.7rem 0.5rem 0.5rem;
  text-align: center;
  transition: all 0.4s;
}
.product .box3 .box3-swiper .swiper-slide .pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.product .box3 .box3-swiper .swiper-slide .pic img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
.product .box3 .box3-swiper .swiper-slide .info {
  margin-top: 0.5rem;
  color: #999999;
  line-height: 1.2;
  height: 2.4em;
}
.product .box3 .box3-swiper .swiper-slide .h {
  margin-top: 0.25rem;
  color: #000000;
  transition: all 0.4s;
}
.product .box3 .box3-swiper .swiper-slide .more {
  margin: 0.75rem auto 0;
}
.product .box3 .box3-swiper .swiper-slide:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.product .box3 .box3-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.product .box3 .box3-swiper .swiper-slide:hover .h {
  color: var(--vi);
}
.product .box4 {
  margin-top: 3.5rem;
}
.product .box4 .table-box {
  margin-top: 1.75rem;
  width: 100%;
}
.product .box4 .table-box img,
.product .box4 .table-box table {
  width: 100%;
}
.product .box5 {
  margin-top: 3.5rem;
}
.product .box5 .container {
  margin-top: 1.75rem;
  display: flex;
}
.product .box5 .lt {
  width: 28.6%;
  max-height: 21rem;
}
.product .box5 .lt::-webkit-scrollbar {
  width: 0.125rem;
}
.product .box5 .lt::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.product .box5 .lt::-webkit-scrollbar-thumb {
  background:  var(--vi);
}
.product .box5 .lt .li {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6rem 0 0.85rem;
  background-color: #f7f7f7;
  color: #666;
  border-bottom: 2px solid #ededed;
  cursor: pointer;
  transition: all 0.4s;
}

.product .box5 .lt .li>p{line-height: 1.4;}

.product .box5 .lt .li:last-child {
  border-bottom: none;
}
.product .box5 .lt .li .num {
  opacity: 0.6;
}
.product .box5 .lt .li .num span {
  opacity: 0.8;
  transition: all 0.4s;
}
.product .box5 .lt .li:hover {
  color: var(--vi);
}
.product .box5 .lt .li.active {
  color: #fff;
  background-color: var(--vi);
}
.product .box5 .lt .li.active .num span {
  opacity: 1;
}
.product .box5 .rt {
  width: 71.4%;
  padding: 1.25rem;
}
.product .box5 .rt .item {
  display: none;
}
.product .box5 .rt .item.show {
  display: block;
}
.product .box5 .rt .top-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .box5 .rt .top-con .pic {
  width: 11rem;
  height: 7.5rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .box5 .rt .top-con .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .box5 .rt .top-con .intro {
  width: calc(100% - 11rem);
  padding: 0 0.6rem 0 1.25rem;
}
.product .box5 .rt .top-con .intro .h {
  color: #000000;
}
.product .box5 .rt .top-con .intro .txt {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.6;
}
.product .box5 .rt .top-con .intro .more {
  margin-top: 0.75rem;
  width: 4.25rem;
  height: 1.25rem;
}
.product .box5 .rt .bottom-con {
  margin-top: 1.75rem;
}
.product .box5 .rt .bottom-con .h {
  color: #333;
}
.product .box5 .rt .bottom-con .li-box {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.333%;
}
.product .box5 .rt .bottom-con .li-box .li {
  width: 24%;
  padding: 0.6rem 0.5rem 0.75rem;
  border-radius: 0.2rem;
  transition: all 0.4s;
}
.product .box5 .rt .bottom-con .li-box .li:last-child {
  margin-right: 0;
}
.product .box5 .rt .bottom-con .li-box .li .pic {
  width: 100%;
  aspect-ratio: 217/142;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .box5 .rt .bottom-con .li-box .li .pic img {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.product .box5 .rt .bottom-con .li-box .li .h1 {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}
.product .box5 .rt .bottom-con .li-box .li .more {
  margin: 0.35rem auto 0;
  width: 2.75rem;
  /*height: 0.6rem;*/
  height: .8rem;
  /*font-size: 8px;*/
  font-size: 12px;
}
.product .box5 .rt .bottom-con .li-box .li .more svg {
  width: 0.2rem;
}
.product .box5 .rt .bottom-con .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}

.product-info .box3 {
  margin-top: 3.5rem;
}
.product-info .box3 .pic {
  margin-top: 1.75rem;
  width: 100%;
  text-align: center;
}
.product-info .box3 .pic img {
  width: 100%;
}
.product-info .box4 {
  margin-top: 3.5rem;
}
.product-info .box4 .table-box {
  margin-top: 1.75rem;
  width: 100%;
}
.product-info .box4 .table-box table,
.product-info .box4 {
  width: 100%;
}
.product-info .box4 img {
  width: 100%;
}
.product-info .box5 {
  padding: 3.5rem 0;
}
.product-info .box5 .box5-swiper {
  margin-top: 1.75rem;
}
.product-info .box5 .box5-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.25rem;
}
.product-info .box5 .box5-swiper .swiper-slide {
  width: 23.5%;
  height: 11.55rem;
  margin-right: 2%;
  padding: 0.7rem 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.product-info .box5 .box5-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.product-info .box5 .box5-swiper .swiper-slide .pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.product-info .box5 .box5-swiper .swiper-slide .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
.product-info .box5 .box5-swiper .swiper-slide .info {
  margin-top: 0.5rem;
  color: #999999;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
}
.product-info .box5 .box5-swiper .swiper-slide .h {
  margin-top: 0.25rem;
  color: #000000;
  /*line-height: 1.2;*/
  line-height: 1.5;
  transition: all 0.4s;
  word-break: break-all;
}
.product-info .box5 .box5-swiper .swiper-slide .more {
  margin: 0.75rem auto 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .5rem;
}
.product-info .box5 .box5-swiper .swiper-slide:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.product-info .box5 .box5-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}
.product-info .box5 .box5-swiper .swiper-slide:hover .h {
  color: var(--vi);
}
.product-info .box6 {
  margin-top: 3.5rem;
}
.product-info .box6 .container {
  margin-top: 1.75rem;
  display: flex;
}
.product-info .box6 .lt {
  width: 28.6%;
  max-height: 20rem;
  overflow: auto;
}
.product-info .box6 .lt::-webkit-scrollbar {
  width: 0.125rem;
}
.product-info .box6 .lt::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.product-info .box6 .lt::-webkit-scrollbar-thumb {
  background:  var(--vi);
}
.product-info .box6 .lt .li {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 0.85rem 0.5rem 1.25rem;
  background-color: #f7f7f7;
  color: #666;
  border-bottom: 2px solid #ededed;
  cursor: pointer;
  transition: all 0.4s;
}
.product-info .box6 .lt .li:last-child {
  border-bottom-color: var(--vi);
}
.product-info .box6 .lt .li .icon {
  width: calc(100% - 0.75rem);
}
.product-info .box6 .lt .li .icon span {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.5rem;
}
.product-info .box6 .lt .li .icon span img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-info .box6 .lt .li .num {
  opacity: 0.6;
}
.product-info .box6 .lt .li .num span {
  opacity: 0.8;
  transition: all 0.4s;
}
.product-info .box6 .lt .li:hover {
  color: var(--vi);
}
.product-info .box6 .lt .li.active {
  color: #fff;
  background-color: var(--vi);
}
.product-info .box6 .lt .li.active .icon span {
  filter: brightness(100);
}
.product-info .box6 .lt .li.active .num span {
  opacity: 1;
}
.product-info .box6 .rt {
  width: 71.4%;
  padding: 1.25rem;
  padding-top: 0;
}
.product-info .box6 .rt .item {
  display: none;
}
.product-info .box6 .rt .item.show {
  display: block;
}
.product-info .box6 .rt .top-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-info .box6 .rt .top-con .pic {
  width: 11rem;
  height: 7.5rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .box6 .rt .top-con .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-info .box6 .rt .top-con .intro {
  width: calc(100% - 11rem);
  padding: 0 0.6rem 0 1.25rem;
}
.product-info .box6 .rt .top-con .intro .h {
  color: #000000;
}
.product-info .box6 .rt .top-con .intro .txt {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.6;
}
.product-info .box6 .rt .top-con .intro .more {
  margin-top: 0.75rem;
  width: 4.25rem;
  height: 1.25rem;
}
.product-info .box6 .rt .bottom-con {
  margin-top: 1.75rem;
}
.product-info .box6 .rt .bottom-con .h {
  color: #333;
}
.product-info .box6 .rt .bottom-con .li-box {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.333%;
}
.product-info .box6 .rt .bottom-con .li-box .li {
  width: 24%;
  padding: 0.6rem 0.5rem 0.75rem;
  border-radius: 0.2rem;
  transition: all 0.4s;
}
.product-info .box6 .rt .bottom-con .li-box .li:last-child {
  margin-right: 0;
}
.product-info .box6 .rt .bottom-con .li-box .li .pic {
  width: 100%;
  aspect-ratio: 217/142;
  border-radius: 0.2rem;
  overflow: hidden;
}
.product-info .box6 .rt .bottom-con .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.product-info .box6 .rt .bottom-con .li-box .li .h1 {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.5;
  height: 3em;
  text-align: center;
}
.product-info .box6 .rt .bottom-con .li-box .li .more {
  margin: 0.35rem auto 0;
  /*width: 2.75rem;*/
  /*height: 0.6rem;*/
  /*font-size: 8px;*/
}
.product-info .box6 .rt .bottom-con .li-box .li .more svg {
  width: 0.2rem;
}
.product-info .box6 .rt .bottom-con .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.product-info .box7 {
  margin-top: 3.5rem;
}
.product-info .box7 .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.product-info .box7 .li-box .li {
  width: calc((100% - 1.5rem) / 3);
  height: 5.9rem;
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  padding: 1rem;
  position: relative;
}
.product-info .box7 .li-box .li .h {
  color: #000000;
  line-height: 1.25;
  padding-bottom: 0.3rem;
  position: relative;
}
.product-info .box7 .li-box .li .h::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.75rem;
  height: 3px;
  background-color: var(--vi);
}
.product-info .box7 .li-box .li .txt {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.5;
  max-height: 6em;
  overflow: auto;
}
.product-info .box7 .li-box .li .num {
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.03);
}

.module-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 399;
  display: none;
}
.module-dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-dialog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5%;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 1.6rem;
}
.module-dialog .container .close {
  position: absolute;
  top: 0.95rem;
  right: 1rem;
  width: 0.7rem;
  cursor: pointer;
  border: 1px solid #efefef;
}
.module-dialog .container .close img {
  /*width: 100%;*/
  width: .3rem;
  height: auto;
  margin-left: .2rem;
}
#proclose {
    width: auto;
    display: flex;
    align-items: center;
    height: 1rem;
    padding: 0 .4rem;
    border: 1px solid #D9D9D9;
    border-radius: .6rem;
    color: #333;
    font-weight: 400;
}
.head .drop-down #proclose img {
   width: .45rem;
  height: auto;
  margin-left: .2rem;
}
#proclose:hover {
    background: #F86A03;
    border: 1px solid #F86A03;
    color: #ffffff;
}
#proclose:hover img {
    filter: brightness(0) invert(1);
}
.module-dialog .box {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 2.3rem;
}
.module-dialog .box .tit {
  color: #000000;
}
.module-dialog .box .sub {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.4;
}
.module-dialog .box .wrap {
  margin-top: 1.7rem;
  display: flex;
}
.module-dialog .box .wrap .pic {
  width: 41%;
}
.module-dialog .box .wrap .pic img {
  width: 100%;
}
.module-dialog .box .wrap .cont-box {
  width: 59%;
  padding-left: 1.6rem;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide {
  width: 100%;
  padding-right: 1.4rem;
  margin-right: 1rem;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide .h {
  color: #000000;
  line-height: 1.8;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide .txt {
  color: #999999;
  line-height: 2;
  max-height: 10em;
  overflow-y: auto;
  padding-right: 0.15rem;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide .txt::-webkit-scrollbar {
  width: 4px;
}
.module-dialog .box .wrap .dialog-swiper .swiper-slide .txt::-webkit-scrollbar-thumb {
  background: var(--vi);
}
.module-dialog .box .wrap .dialog-swiper .swiper-pagination {
  right: 0;
  left: auto;
  bottom: auto;
  top: 1.9rem;
  width: -moz-max-content;
  width: max-content;
  transform: rotate(90deg);
}
.module-dialog .box .wrap .more {
  margin-top: 2rem;
  /*width: 5.6rem;*/
  /*height: 1.25rem;*/
  width: 3.7rem;
  height: 1rem;
  border-radius: 0.8rem;
}
.module-dialog .box .bottom {
  margin-top: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #eeeeee;
}
.module-dialog .box .bottom a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #000;
}

.support .box1 {
  padding: 2.125rem 0 3.5rem;
}
.support .box1 .cont {
  margin: 0.75rem auto 0;
  width: 39%;
  text-align: center;
}
.support .box1 .li-box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.support .box1 .li-box .li {
  width: calc((100% - 2rem) / 3);
  height: 8.7rem;
  padding: 1.1rem 1rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  box-shadow: 0 0 0 2px #eaeaea;
  transition: all 0.4s;
}
.support .box1 .li-box .li .h {
  color: #000000;
  font-weight: bold;
}
.support .box1 .li-box .li .sub {
  margin-top: 0.9rem;
  color: #000000;
}
.support .box1 .li-box .li .sub::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  background-color: var(--vi);
}
.support .box1 .li-box .li .txt {
  margin-top: 1rem;
  padding-left: 0.5rem;
  color: #000000;
  line-height: 1.6;
}
.support .box1 .li-box .li .txt p {
  margin-bottom: 0.5rem;
}
.support .box1 .li-box .li .txt p:last-child {
  margin-bottom: 0;
}
.support .box1 .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
}
.support .box2 {
  position: relative;
  padding: 3.5rem 0;
}
.support .box2 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.support .box2 .pos-bg img {
  width: 100%;
}
.support .box2 .wrap {
  position: relative;
  z-index: 2;
}
.support .box2 .sub {
  margin-top: 0.25rem;
  color: #fff;
}
.support .box2 .form {
  margin-top: 2.7rem;
  padding: 1.75rem 3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 2.5rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
}
.support .box2 .form .li {
  width: 31%;
  margin-bottom: 1.5rem;
  position: relative;
}
.support .box2 .form .li .h {
  color: #333333;
  line-height: 1.2;
}
.support .box2 .form .li .h span {
  color: #e60012;
}
.support .box2 .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
}
.support .box2 .form .li .ipt input {
  width: 100%;
  height: 1.25rem;
  background: #f6f7f9;
  padding: 0 0.75rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 2px #eeeeee;
}
.support .box2 .form .li .ipt textarea {
  width: 100%;
  height: 3.75rem;
  background: #f6f7f9;
  padding: 0 0.75rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 2px #eeeeee;
}
.support .box2 .form .li .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 0.85rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.support .box2 .form .li .search input {
  width: calc(100% - 0.45rem);
  height: 100%;
  background: none;
}
.support .box2 .form .li .search div {
  width: 0.45rem;
}
.support .box2 .form .li .search div img {
  width: 100%;
}
.support .box2 .form .li.select-tel .ipt {
  display: flex;
  justify-content: space-between;
}
.support .box2 .form .li.select-tel .tel {
  width: 3.4rem;
  height: 1.25rem;
  box-shadow: 0 0 0 2px #eeeeee;
  background: #f6f7f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.1rem;
  padding: 0 0.75rem;
  color: #999999;
}
.support .box2 .form .li.select-tel .tel span {
  transition: all 0.4s;
}
.support .box2 .form .li.select-tel .tel:hover span {
  transform: rotate(180deg);
}
.support .box2 .form .li.select-tel .tel:hover .drop-down {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.support .box2 .form .li.select-tel input {
  width: calc(100% - 3.4rem - 0.25rem);
}
.support .box2 .form .li.select-tel .drop-down {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #f6f7f9;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.support .box2 .form .li.select-tel .drop-down::-webkit-scrollbar {
  width: 3px;
}
.support .box2 .form .li.select-tel .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.75rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.support .box2 .form .li.select-tel .drop-down p:hover {
  color: var(--vi);
}
.support .box2 .form .li.select .ipt {
  position: relative;
}
.support .box2 .form .li.select .ipt input {
  cursor: pointer;
}
.support .box2 .form .li.select .arr {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: all 0.4s;
}
.support .box2 .form .li.select .drop-down {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #f6f7f9;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.support .box2 .form .li.select .drop-down::-webkit-scrollbar {
  width: 3px;
}
.support .box2 .form .li.select .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.75rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.support .box2 .form .li.select .drop-down p:hover {
  color: var(--vi);
}
.support .box2 .form .li.select:hover .arr {
  transform: translateY(-50%) rotate(180deg);
}
.support .box2 .form .li.select:hover .drop-down {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.support .box2 .form .li.mar3 {
  margin-right: 3%;
}
.support .box2 .form .li.mar2 {
  margin-right: 6%;
}
.support .box2 .form .li.wid50 {
  width: 47%;
}
.support .box2 .form .li.wid100 {
  width: 100%;
}
.support .box2 .form .checkbox {
  width: 100%;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.support .box2 .form .checkbox span {
  width: 18px;
  height: 18px;
  margin-right: 0.25rem;
  position: relative;
  box-shadow: 0 0 0 1px var(--vi);
  transition: all 0.4s;
}
.support .box2 .form .checkbox span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s;
}
.support .box2 .form .checkbox a {
  color: var(--vi);
  margin: 0 0.5em;
}
.support .box2 .form .checkbox.active span {
  background-color: var(--vi);
  box-shadow: none;
}
.support .box2 .form .checkbox.active span::after {
  opacity: 1;
}
.support .box2 .form .submit {
  margin: 1.25rem auto 0;
  width: 5.2rem;
  height: 1.25rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
}

.downloads .box1 {
  padding: 2.5rem 0 3.5rem;
}
.downloads .box1 .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.downloads .box1 .li-box .li {
  width: calc((100% - 1.7rem) / 3);
  height: 7rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #d4d4d4;
  padding: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.downloads .box1 .li-box .li .pic {
  width: 5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.downloads .box1 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.downloads .box1 .li-box .li .intro {
  width: calc(100% - 5rem);
  padding-left: .5rem;
  text-align: center;
}
.downloads .box1 .li-box .li .intro .h {
  color: #000000;
  line-height: 1.2;
  transition: all 0.4s;
}
.downloads .box1 .li-box .li .intro .more {
  display: block;
  margin: 0.6rem auto 0;
  width: 3.65rem;
  height: 1.05rem;
  border-radius: 0.7rem;
  text-align: center;
  line-height: 1.05rem;
  box-shadow: 0 0 0 1px var(--vi);
  color: var(--vi);
  transition: all 0.4s;
}
.downloads .box1 .li-box .li:hover {
  background-color: var(--vi);
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.15);
}
.downloads .box1 .li-box .li:hover .intro .h {
  color: #fff;
}
.downloads .box1 .li-box .li:hover .intro .more {
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.downloads .box2 {
  padding: 3.25rem 0 3.5rem;
  position: relative;
}
.downloads .box2 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.downloads .box2 .pos-bg img {
  width: 100%;
}
.downloads .box2 .wrap {
  position: relative;
  z-index: 2;
  padding: 2.5rem 3rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.5rem 2.5rem rgba(0, 0, 0, 0.05);
}
.downloads .box2 .handle {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.downloads .box2 .handle .first {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.downloads .box2 .handle .first .li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.4s;
}
.downloads .box2 .handle .first .li span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  position: relative;
  border: 1px solid #999;
  transition: all 0.4s;
}
.downloads .box2 .handle .first .li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--vi);
  opacity: 0;
  transition: all 0.4s;
}
.downloads .box2 .handle .first .li.active {
  color: var(--vi);
}
.downloads .box2 .handle .first .li.active span {
  border-color: var(--vi);
}
.downloads .box2 .handle .first .li.active span::after {
  opacity: 1;
}
.downloads .box2 .handle .select {
  width: 34%;
  height: 1.5rem;
  padding: 0 0.75rem;
  box-shadow: 0 0 0 2px #dddddd;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  position: relative;
}
.downloads .box2 .handle .select span {
  color: #dddddd;
  transition: all 0.4s;
}
.downloads .box2 .handle .select .drop-down {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.downloads .box2 .handle .select .drop-down p {
  line-height: 1rem;
  padding: 0 0.75rem;
  cursor: pointer;
  transition: all 0.4s;
}
.downloads .box2 .handle .select .drop-down p:hover {
  color: var(--vi);
}
.downloads .box2 .handle .select:hover span {
  transform: rotate(180deg);
}
.downloads .box2 .handle .select:hover .drop-down {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.downloads .box2 .search {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  height: 1.4rem;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 0.7rem;
  overflow: hidden;
}
.downloads .box2 .search input {
  width: calc(100% - 4.05rem);
  height: 100%;
  background: none;
  padding: 0 0.85rem;
}
.downloads .box2 .search .submit {
  width: 4.05rem;
  height: 100%;
  text-align: center;
  line-height: 1.4rem;
  color: #fff;
  background-color: var(--vi);
  cursor: pointer;
}
.downloads .box2 .find {
  margin-top: 1.5rem;
  line-height: 1.2;
  color: #999999;
  display: none;
}
.downloads .box2 .li-box {
  margin-top: 1rem;
}
.downloads .box2 .li-box .li {
  --border: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.downloads .box2 .li-box .li:last-child {
  margin-bottom: 0;
}
.downloads .box2 .li-box .li .icon {
  width: 0.8rem;
  filter: grayscale(1);
}
.downloads .box2 .li-box .li .intro {
  display: flex;
  width: calc(100% - 0.8rem - 0.35rem);
  height: 1.5rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px var(--border) inset;
  transition: all 0.4s;
}
.downloads .box2 .li-box .li .intro .h {
  width: calc(100% - 5rem);
  display: flex;
  align-items: center;
  padding: 0 0.85rem;
  color: #999999;
  transition: all 0.4s;
}
.downloads .box2 .li-box .li .intro .down {
  width: 5rem;
  height: 100%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #999999;
  transition: all 0.4s;
}
.downloads .box2 .li-box .li .intro .down span {
  width: 0.85rem;
}
.downloads .box2 .li-box .li .intro .down span img {
  width: 100%;
}
.downloads .box2 .li-box .li:hover {
  --border: var(--vi);
}
.downloads .box2 .li-box .li:hover .icon {
  filter: initial;
}
.downloads .box2 .li-box .li:hover .intro .h {
  color: var(--vi);
}
.downloads .box2 .li-box .li:hover .intro .down {
  background-color: var(--vi);
  color: #fff;
}
.downloads .box2 .li-box .li:hover .intro .down span {
  filter: brightness(100);
}

.about .box1 {
  padding: 3.5rem 0;
}
.about .box1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .box1 .pic {
  width: 47%;
  aspect-ratio: 78/44;
  border-radius: 0.3rem;
  position: relative;
}
.about .box1 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box1 .pic .play {
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
}
.about .box1 .intro {
  width: 47%;
}
.about .box1 .intro .h {
  margin-top: 1.35rem;
  color: #000000;
  line-height: 1.4;
}
.about .box1 .intro .txt {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 1.8;
}
.about .box2 {
  padding: 3rem 0;
  position: relative;
}
.about .box2 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .box2 .bg-box .bg {
  display: none;
}
.about .box2 .bg-box .bg.show {
  display: block;
}
.about .box2 .wrap {
  position: relative;
  z-index: 3;
}
.about .box2 .sub {
  margin: 0.5rem auto 0;
  width: 49.4%;
  line-height: 1.8;
  color: #666666;
  text-align: center;
}
.about .box2 .container {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
.about .box2 .swiper-box {
  position: relative;
  padding: 1rem 0;
  width: 2.15rem;
}
.about .box2 .swiper-box .swiper-button-prev,
.about .box2 .swiper-box .swiper-button-next {
  color: var(--vi);
  width: 0.85rem;
  height: 0.85rem;
  left: auto;
  margin: 0;
  right: 0;
  transform: rotate(90deg);
}
.about .box2 .swiper-box .swiper-button-prev::after,
.about .box2 .swiper-box .swiper-button-next::after {
  font-size: 0.4rem;
}
.about .box2 .swiper-box .swiper-button-prev {
  top: 0;
}
.about .box2 .swiper-box .swiper-button-next {
  top: auto;
  bottom: 0;
}
.about .box2 .box2-swiper {
  padding: 0.9rem 0;
  height: 9.3rem;
}
.about .box2 .box2-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.4rem;
  width: 2px;
  height: 100%;
  background-color: #666666;
}
.about .box2 .box2-swiper .swiper-slide {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.85rem;
  padding-right: 1rem;
  text-align: right;
  color: #666666;
  font-size: 0.4rem;
  cursor: pointer;
  transition: all 0.4s;
}
.about .box2 .box2-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.about .box2 .box2-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.275rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #666666 inset;
  background-color: #fff;
  transition: all 0.4s;
}
.about .box2 .box2-swiper .swiper-slide.active {
  color: var(--vi);
  font-size: 0.5rem;
}
.about .box2 .box2-swiper .swiper-slide.active::after {
  background-color: var(--vi);
  box-shadow: none;
}
.about .box2 .item-box {
  width: calc(100% - 2.15rem);
  padding-left: 1rem;
  /*padding-top: 1.85rem;*/
  padding-top: 0;
}
.about .box2 .item-box .item {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.about .box2 .item-box .item.show {
  display: flex;
}
.about .box2 .item-box .cont {
  width: 18.3rem;
  height: 7.5rem;
  background-color: #fff;
  padding: 1.3rem 1.25rem;
}
.about .box2 .item-box .cont .h {
  color: #000000;
}
.about .box2 .item-box .cont .txt {
  margin-top: 0.65rem;
  color: #666666;
  line-height: 1.8;
}
.about .box2 .item-box .pic {
  /*margin-top: 1.25rem;*/
  margin-top: 0;
  width: calc(100% - 20rem);
}
.about .box2 .item-box .pic img {
  width: auto;
}
.about .box3 {
  padding: 3.8rem 0 7.15rem;
}
.about .box3 .wrap {
  position: relative;
}
.about .box3 .lt {
  width: 27.5%;
}
.about .box3 .lt .txt {
  margin-top: 0.75rem;
  color: #666666;
  line-height: 1.8;
}
.about .box3 .lt .num-box {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
.about .box3 .lt .num-box .li {
  width: 50%;
}
.about .box3 .lt .num-box .li .num {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--vi);
  line-height: 1;
}
.about .box3 .lt .num-box .li .cont {
  margin-top: 0.3rem;
  color: #333;
  line-height: 1.15;
}
.about .box3 .rt {
  position: absolute;
  left: calc(27.5% + 0.5rem);
  top: 0;
  width: 75%;
}
.about .box3 .rt img {
  width: 100%;
}
.about .box3 .rt .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
}
.about .box3 .rt .point .cir {
  display: block;
  position: relative;
  width: clamp(4px, 0.175rem, 7px);
  height: clamp(4px, 0.175rem, 7px);
  border-radius: 50%;
  background-color: var(--vi);
}
.about .box3 .rt .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s infinite ease-in-out;
}
.about .box3 .rt .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s 2s infinite ease-in-out;
}
.about .box3 .rt .point .pos-cont {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: -0.45rem;
  padding: 0.5rem 0.6rem;
  width: 7rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 4px 4px 0.55rem rgba(110, 110, 110, 0.24);
  transition: all 0.4s;
}
.about .box3 .rt .point .pos-cont::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0.55rem;
  width: 0.65rem;
  height: 0.6rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.about .box3 .rt .point .pos-cont .icon {
  display: flex;
  gap: 0.25rem;
  color: #000000;
}
.about .box3 .rt .point .pos-cont .icon span {
  width: 0.6rem;
}
.about .box3 .rt .point .pos-cont .txt {
  margin-top: 0.25rem;
  padding-left: 0.85rem;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.about .box3 .rt .point .pos-cont .txt:last-child{margin-bottom:0;}

.about .box3 .rt .point:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.about .box4 {
  padding: 3.5rem 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.about .box4 .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
}
.about .box4 .li-box .li {
  width: calc((100% - 5rem) / 6);
  height: 4.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .box4 .li-box .li img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box4 .li-box .li.li-txt {
  width: calc((100% - 5rem) / 6 * 2 + 1rem);
  background-color: transparent;
}
.about .box4 .li-box .li.li-txt p {
  position: relative;
}
.about .box4 .li-box .li.li-txt p::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 0.15rem;
  background-color: var(--vi);
}
.about .box5 {
  padding: 3.5rem 0;
}
.about .box5 .tit {
  text-transform: capitalize;
}
.about .box5 .container {
  margin-top: 1.75rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  display: flex;
  gap: 2.95rem;
}
.about .box5 .container .box {
  max-width: 38.5%;
}
.about .box5 .container .h {
  color: #000000;
  margin-bottom: 0.75rem;
}
.about .box5 .container .h.vi {
  color: var(--vi);
}
.about .box5 .container .h1 {
  color: #000000;
  margin-bottom: 0.5rem;
}
.about .box5 .container .item {
  margin-bottom: 2rem;
}
.about .box5 .container .item:last-child {
  margin-bottom: 0;
}
.about .box5 .container .list {
  margin-bottom: 1rem;
}
.about .box5 .container .li {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin-bottom: 0.6rem;
  color: #666666;
  line-height: 1.8;
}
.about .box5 .container .li:last-child {
  margin-bottom: 0;
}
.about .box5 .container .li span {
  margin-top: 0.1rem;
  display: flex;
  width: 0.75rem;
}
.about .box5 .container .li span img {
  width: 100%;
}
.about .box5 .container .li p {
  width: calc(100% - 1.05rem);
}
.about .box5 .container .li.vi {
  color: var(--vi);
}
.about .box5 .container .li2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 0.3rem;
  position: relative;
}
.about .box5 .container .li2:last-child {
  margin-bottom: 0;
}
.about .box5 .container .li2 .pos-cont {
  position: absolute;
  /*left: calc(1rem + 5px);*/
  right: 6rem;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
  transition: all .4s;
}
.about .box5 .container .li2 .pos-cont img {
  width: 100%;
}
.about .box5 .container .li2 span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--vi);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .box5 .container .li2 span img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box5 .container .li2:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.news {
  padding-bottom: 3.5rem;
}
.news .handle {
  padding: 1.5rem 0 1.25rem;
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.news .handle .tab {
  display: flex;
}
.news .handle .tab a {
  position: relative;
  color: #999999;
  margin-right: 2rem;
  transition: all 0.4s;
}
.news .handle .tab a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  width: 1px;
  height: 0.6rem;
  background-color: #d9d9d9;
  pointer-events: none;
}
.news .handle .tab a:hover, .news .handle .tab a.active {
  color: var(--vi);
}
.news .handle .tab a:last-child {
  margin-right: 0;
}
.news .handle .tab a:last-child::after {
  display: none;
}
.news .handle .rt {
  display: flex;
  gap: 1rem;
}
.news .handle .rt .form {
  display: flex;
  width: 10.5rem;
  height: 1.35rem;
  padding: 0 0.6rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0 2px #e7e7e7 inset;
  overflow: hidden;
}
.news .handle .rt .form input {
  width: calc(100% - 0.6rem);
  height: calc(100% - 4px);
  margin: 2px 0;
  background: none;
}
.news .handle .rt .form button {
  width: 0.6rem;
  background: none;
  cursor: pointer;
}
.news .handle .rt .form button img {
  width: 100%;
}
.news .handle .rt .select {
  position: relative;
  width: 7rem;
  height: 1.35rem;
  line-height: 1.35rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 0 2px #e7e7e7 inset;
}
.news .handle .rt .select .h {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  padding: 0 0.6rem;
  cursor: pointer;
}
.news .handle .rt .select .arr {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  transition: all 0.4s;
}
.news .handle .rt .select .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}
.news .handle .rt .select .drop-down::-webkit-scrollbar {
  width: 3px;
}
.news .handle .rt .select .drop-down a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.6rem;
  color: #666;
  transition: all 0.4s;
}
.news .handle .rt .select .drop-down a:hover {
  color: var(--vi);
}
.news .handle .rt .select:hover .arr {
  transform: translateY(-50%) rotate(180deg);
}
.news .handle .rt .select:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.news .li-box {
  margin-top: 2rem;
}
.news .li-box .li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #f0f0f0;
}
.news .li-box .li:last-child {
  margin-bottom: 0;
}
.news .li-box .li .pic {
  width: 40%;
  aspect-ratio: 67/43;
  overflow: hidden;
}
.news .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news .li-box .li .intro {
  width: 52.4%;
  padding-top: 1.2rem;
}
.news .li-box .li .intro .time {
  color: #666666;
}
.news .li-box .li .intro .h {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.4;
  transition: all 0.4s;
}
.news .li-box .li .intro .txt {
  margin-top: 0.75rem;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.news .li-box .li .intro .more {
  margin-top: 1.25rem;
}
.news .li-box .li:hover .pic img {
  transform: scale(1.05);
}
.news .li-box .li:hover .intro .h {
  color: var(--vi);
}
.news .page-box {
  margin-top: 3rem;
}

.news-info {
  padding: 6rem 0 3.5rem;
}
.news-info .tit {
  color: #000000;
  line-height: 1.4;
}
.news-info .time {
  margin-top: 0.85rem;
  color: #666666;
}
.news-info .cont {
  margin-top: 1.1rem;
  padding-top: 1.35rem;
  border-top: 2px solid #f0f0f0;
  line-height: 1.6;
}

.join .box1 {
  padding: 3.5rem 0 0;
}
.join .box1 .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.3rem;
  padding: 1.25rem 1.75rem;
  border-radius: 0.3rem;
  background-color: var(--vi);
}
.join .box1 .li-box .li {
  width: calc((100% - 6.9rem) / 4);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  line-height: 1.6;
}
.join .box1 .li-box .li .icon {
  width: 1.25rem;
}
.join .box1 .li-box .li .txt {
  width: calc(100% - 1.25rem);
}
.join .box2 {
  margin-top: 3.5rem;
}
.join .box2 .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join .box2 .top-bar .rg {
  display: flex;
  gap: 1rem;
}
.join .box2 .top-bar .rg .search {
  width: 7.65rem;
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0 1px #e4e4e4;
  overflow: hidden;
}
.join .box2 .top-bar .rg .search button {
  width: 0.5rem;
  background: none;
}
.join .box2 .top-bar .rg .search button img {
  width: 100%;
}
.join .box2 .top-bar .rg .search input {
  width: calc(100% - 0.59rem);
  height: 100%;
  background: none;
  padding: 0 6px;
}
.join .box2 .top-bar .rg .tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.join .box2 .top-bar .rg .tab span {
  width: 3.7rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0 1px #cecece;
  color: #000;
  cursor: pointer;
  transition: all 0.4s;
}
.join .box2 .top-bar .rg .tab span:hover, .join .box2 .top-bar .rg .tab span.active {
  color: #fff;
  background-color: var(--vi);
  box-shadow: none;
}
.join .box2 .note-tit {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  height: 1.9rem;
  border-radius: 0.15rem;
  background-color: var(--vi);
  color: #fff;
  text-align: center;
}
.join .box2 .note-tit p {
  width: 20%;
}
.join .box2 .note-tit p:first-child {
  padding-left: 2rem;
  text-align: left;
}
.join .box2 .li-box {
  margin-top: 0.75rem;
}
.join .box2 .li-box .li {
  margin-bottom: 0.5rem;
  background-color: #f9f9f9;
  border-radius: 0.15rem;
}
.join .box2 .li-box .li:last-child {
  margin-bottom: 0;
}
.join .box2 .li-box .li .top-bots {
  display: flex;
  align-items: center;
  height: 1.95rem;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.join .box2 .li-box .li .top-bots p {
  width: 20%;
}
.join .box2 .li-box .li .top-bots p:first-child {
  padding-left: 2rem;
  text-align: left;
}
.join .box2 .li-box .li .top-bots .hov {
  display: none;
  color: var(--vi);
}
.join .box2 .li-box .li .btn-bots {
  display: none;
  padding: 1rem 2rem 1.25rem;
  border-top: 1px solid #e9e9e9;
}
.join .box2 .li-box .li .btn-bots .list-box {
  display: flex;
  gap: 1.25rem;
}
.join .box2 .li-box .li .btn-bots .h {
  color: var(--vi);
  margin-bottom: 0.75rem;
  text-decoration: underline;
}
.join .box2 .li-box .li .btn-bots .list {
  width: 38.7%;
}
.join .box2 .li-box .li .btn-bots .list .txt {
  color: #666666;
  line-height: 1.75;
}
.join .box2 .li-box .li .btn-bots .list2 {
  width: calc(22.6% - 2.5rem);
}
.join .box2 .li-box .li .btn-bots .list2 .func {
  color: #666666;
  margin-bottom: 0.25rem;
}
.join .box2 .li-box .li .btn-bots .list2 .func span {
  color: var(--vi);
}
.join .box2 .li-box .li .btn-bots .list2 .send {
  margin-top: 0.35rem;
}
.join .box2 .li-box .li.active .top-bots .nor {
  display: none;
}
.join .box2 .li-box .li.active .top-bots .hov {
  display: block;
}
.join .box3 {
  padding: 3.5rem 0 13.75rem;
}
.join .box3 .pic {
  margin-top: 2rem;
  position: relative;
}
.join .box3 .pic img {
  width: 100%;
}
.join .box3 .pic .point {
  position: absolute;
  top: var(--top);
  left: var(--left);
}
.join .box3 .pic .point .cir {
  display: block;
  position: relative;
  width: clamp(4px, 0.175rem, 7px);
  height: clamp(4px, 0.175rem, 7px);
  border-radius: 50%;
  background-color: var(--vi);
}
.join .box3 .pic .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s infinite ease-in-out;
}
.join .box3 .pic .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--vi);
  animation: pulse 4s 2s infinite ease-in-out;
}
.join .box3 .pic .point .txt {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: calc(100% + 0.5rem);
  color: #333;
  line-height: 1.3;
  width: -moz-max-content;
  width: max-content;
  max-width: 2.25rem;
}
.join .box3 .box3-swiper {
  margin-top: -7.25rem;
  width: calc(100% - 3.5rem);
}
.join .box3 .box3-swiper .swiper-slide {
  width: 32%;
  padding: 1.1rem 1rem;
  margin-right: 2%;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 2px #eaeaea inset;
  transition: all 0.4s;
}
.join .box3 .box3-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.join .box3 .box3-swiper .swiper-slide .h {
  color: #000;
}
.join .box3 .box3-swiper .swiper-slide .cont {
  margin-top: 0.75rem;
  color: #000;
  line-height: 1.6;
}
.join .box3 .box3-swiper .swiper-slide .cont .li {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.join .box3 .box3-swiper .swiper-slide .cont .li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: var(--vi);
}
.join .box3 .box3-swiper .swiper-slide .cont .li:last-child {
  margin-bottom: 0;
}
.join .box3 .box3-swiper .swiper-slide .cont .li span {
  color: #666;
}
.join .box3 .box3-swiper .swiper-slide:hover {
  background-color: #fff;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
}
.join .box4 {
  margin-top: -10.75rem;
}
.join .box4 .wrap {
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 2rem 3.75rem 2.25rem;
  border-radius: 0.4rem;
}
.join .box4 .form {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem 0;
}
.join .box4 .form .li {
  width: 48.5%;
}
.join .box4 .form .li .h {
  color: #000000;
}
.join .box4 .form .li .h span {
  color: #ff0000;
}
.join .box4 .form .li .h p {
  margin-left: 0.3rem;
  color: #999999;
  display: inline-block;
}
.join .box4 .form .li .textarea {
  margin-top: 0.5rem;
  width: 100%;
  height: 3.75rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 2px #f0f0f0;
}
.join .box4 .form .li .textarea textarea {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0.55rem 0.75rem;
}
.join .box4 .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 2px #f0f0f0;
  padding: 0 0.75rem;
}
.join .box4 .form .li .ipt input {
  width: 100%;
  height: 100%;
  background: none;
}
.join .box4 .form .li .ipt.select {
  position: relative;
  padding: 0;
  display: flex;
}
.join .box4 .form .li .ipt.select .con {
  width: 2.3rem;
  height: 100%;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}
.join .box4 .form .li .ipt.select .con::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 0.4rem);
  background-color: #f0f0f0;
}
.join .box4 .form .li .ipt.select .con:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.join .box4 .form .li .ipt.select input {
  width: calc(100% - 2.3rem);
  padding: 0 0.5rem;
}
.join .box4 .form .li .ipt.select .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #fff;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.4s;
}
.join .box4 .form .li .ipt.select .drop-down::-webkit-scrollbar {
  width: 3px;
}
.join .box4 .form .li .ipt.select .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
}
.join .box4 .form .li .ipt.select .drop-down p:hover {
  color: var(--vi);
}
.join .box4 .form .li .upload {
  margin-top: 0.5rem;
  width: 8.15rem;
  height: 2.3rem;
  border-radius: 0.1rem;
  position: relative;
  border: 1px dashed rgba(248, 106, 3, 0.3);
  background-color: rgba(248, 106, 3, 0.03);
}
.join .box4 .form .li .upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.join .box4 .form .li .upload .demo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join .box4 .form .li .upload .demo .icon {
  width: 0.7rem;
}
.join .box4 .form .li .upload .demo .icon img {
  width: 100%;
}
.join .box4 .form .li .upload .demo .tip {
  margin-top: 0.2rem;
  color: var(--vi);
}
.join .box4 .form .li .upload .file-name {
  position: absolute;
  bottom: 0;
  left: calc(100% + 5px);
  width: 2.3rem;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 0 1px #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.join .box4 .form .li .upload .file-name.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.join .box4 .form .li .upload .file-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.join .box4 .form .li .upload .file-name .delete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 0.5rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}
.join .box4 .form .li .upload .file-name .delete svg {
  fill: #fff;
}
.join .box4 .form .li .upload .file-name .icon {
  width: 0.7rem;
  display: flex;
}
.join .box4 .form .li .upload .file-name .icon svg {
  width: 100%;
}
.join .box4 .form .li .upload .file-name .name {
  margin-top: 5px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  padding: 0 0.3rem;
}
.join .box4 .form .li .upload .file-name:hover::after {
  opacity: 1;
}
.join .box4 .form .li .upload .file-name:hover .delete {
  opacity: 1;
}
.join .box4 .form .li.wid100 {
  width: 100%;
}
.join .box4 .form .li.select {
  position: relative;
}
.join .box4 .form .li.select .ipt {
  position: relative;
}
.join .box4 .form .li.select input {
  cursor: pointer;
}
.join .box4 .form .li.select .arr {
  position: absolute;
  top: 50%;
  right: .5rem;
  color: #333;
  transform: translateY(-50%);
}
.join .box4 .form .li.select .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #f6f7f9;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.join .box4 .form .li.select .drop-down::-webkit-scrollbar {
  width: 3px;
}
.join .box4 .form .li.select .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.75rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.join .box4 .form .li.select .drop-down p:hover {
  color: var(--vi);
}
.join .box4 .form .li.select:hover {
    z-index: 10;
}
.join .box4 .form .li.select:hover .drop-down {
  /*opacity: 1;*/
  /*transform: translateY(0);*/
  /*visibility: visible;*/
}
.join .box4 .form .submit {
  width: 9.5rem;
  height: 1.45rem;
  border-radius: 0.8rem;
  margin: 0.75rem auto 0;
  background-color: var(--vi);
  color: #fff;
}

.register {
  padding: 3.85rem 0 1.35rem;
  background-color: #f7f7f7;
}
.register .wrap {
  padding: 1.5rem 2.25rem 1.75rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.register .tit {
  color: #000;
}
.register .sub {
  margin-top: 0.65rem;
  color: #000000;
}
.register .sub a {
  color: var(--vi);
  text-decoration: underline;
}
.register .cont {
  margin-top: 0.5rem;
  color: #666666;
  line-height: 1.5;
}
.register .cont a {
  color: var(--vi);
  text-decoration: underline;
}
.register .form {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register .form .li {
  width: 47.5%;
  margin-bottom: 0.85rem;
  position: relative;
}
.register .form .li .h {
  color: #000000;
  text-transform: uppercase;
}
.register .form .li .h span {
  color: var(--vi);
}
.register .form .li .search {
  position: absolute;
  top: -.2rem;
  right: 0;
  width: 4.8rem;
  height: 0.85rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.register .form .li .search input {
  width: calc(100% - 0.45rem);
  height: 100%;
  background: none;
}

.register .form .li .search div {
  width: 0.45rem;
}

.register .form .li .search div img {
  width: 100%;
}
.register .form .li .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  z-index: 5;
  transition: all 0.4s;
}
.register .form .li .drop-down::-webkit-scrollbar {
  width: 3px;
}
.register .form .li .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.4s;
}
.register .form .li .drop-down p:hover {
  color: var(--vi);
}
.register .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
}
.register .form .li .ipt input {
  width: 100%;
  height: 1.6rem;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  background: rgba(117, 125, 138, 0.05);
}
.register .form .li .ipt.sex-select {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.register .form .li .ipt.sex-select .sex {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.register .form .li .ipt.sex-select .btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.4s;
}
.register .form .li .ipt.sex-select .btn span {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #999;
  transition: all 0.4s;
}
.register .form .li .ipt.sex-select .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #999;
  transition: all 0.4s;
}
.register .form .li .ipt.sex-select .btn.active {
  color: var(--vi);
}
.register .form .li .ipt.sex-select .btn.active span {
  background-color: var(--vi);
}
.register .form .li .ipt.sex-select .btn.active span::after {
  border-color: var(--vi);
}
.register .form .li .ipt.tel-select {
  display: flex;
  justify-content: space-between;
}
.register .form .li .ipt.tel-select .tel-con {
  width: 2.2rem;
  height: 1.6rem;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  gap: 0.15rem;
  background: rgba(117, 125, 138, 0.05);
}
.register .form .li .ipt.tel-select .tel-con:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.register .form .li .ipt.tel-select input {
  width: calc(100% - 2.6rem);
}
.register .form .li .ipt.select {
  position: relative;
}
.register .form .li .ipt.select input {
  cursor: pointer;
}
.register .form .li .ipt.select .arr {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.register .form .li .ipt.select:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.register .form .li .ipt.city {
  display: flex;
  gap: 0.5rem;
}
.register .form .li .ipt.city .list {
  position: relative;
  width: 100%;
}
.register .form .li .ipt.city .list input {
  cursor: pointer;
}
.register .form .li .ipt.city .list .arr {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.register .form .li .ipt.city .list:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.register .form .agree {
  margin-top: -0.35rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  color: #000000;
  cursor: pointer;
}
.register .form .agree span {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--vi);
  position: relative;
  transition: all 0.4s;
}
.register .form .agree span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s;
}
.register .form .agree a {
  color: var(--vi);
}
.register .form .agree.active span {
  background-color: var(--vi);
  box-shadow: none;
}
.register .form .agree.active span::after {
  opacity: 1;
}
.register .form .submit {
  margin: 1.5rem auto 0;
  width: 14.5rem;
  height: 1.5rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
}

.register-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  z-index: 100;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.register-dialog .container {
  width: 36%;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.75rem 1.7rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.register-dialog .container .icon {
  width: 8rem;
  margin: auto;
}
.register-dialog .container .icon img {
  width: 100%;
}
.register-dialog .container .tit {
  margin-top: 1.25rem;
  color: #000000;
}
.register-dialog .container .cont {
  margin-top: 0.35rem;
  color: #666666;
  line-height: 1.4;
}
.register-dialog .container .confirm {
  margin: 1.5rem auto 0;
  width: 5.4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
  cursor: pointer;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 2.5rem 0 0;
  background-color: #f7f7f7;
}
.login .wrap {
  width: 40%;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.75rem 2.25rem 2rem;
}
.login .tit {
  color: #000;
}
.login .cont {
  margin-top: 0.35rem;
  line-height: 1.2;
  color: #666;
}
.login .form {
  margin-top: 1rem;
  width: 100%;
}
.login .form .li {
  margin-top: 0.75rem;
  width: 100%;
}
.login .form .li:first-child {
  margin-top: 0;
}
.login .form .li .h {
  color: #000000;
}
.login .form .li .h span {
  color: var(--vi);
}
.login .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: rgba(117, 125, 138, 0.05);
  padding: 0 0.6rem;
  position: relative;
}
.login .form .li .ipt input {
  width: 100%;
  height: 100%;
  background: none;
}
.login .form .li .ipt .change-type {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  cursor: pointer;
}
.login .form .li .ipt .change-type img {
  width: 100%;
}
.login .form .li .ipt .change-type .show {
  display: none;
}
.login .form .li .ipt .change-type.active .show {
  display: block;
}
.login .form .li .ipt .change-type.active .hide {
  display: none;
}
.login .form .edit {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .form .edit .remember {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  cursor: pointer;
}
.login .form .edit .remember span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 0 1px var(--vi);
  position: relative;
  transition: all 0.4s;
}
.login .form .edit .remember span::after {
  content: "";
  position: absolute;
    top: 0.07rem;
    left: 0.17rem;
    width: 0.1rem;
    height: 0.22rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s;
}
.login .form .edit .remember.active span {
  background-color: var(--vi);
  box-shadow: none;
}
.login .form .edit .remember.active span::after {
  opacity: 1;
}
.login .form .edit .forgot {
  color: #757d8a;
  text-decoration: underline;
}
.login .form .submit {
  margin-top: 1.4rem;
  width: 100%;
  height: 1.5rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
}
.login .form .tips {
  margin-top: 0.5rem;
  color: #757d8a;
}
.login .form .tips a {
  color: var(--vi);
  text-decoration: underline;
}

.user-sidebar {
  position: sticky;
  top: 3rem;
  width: 6.95rem;
  border-radius: 0.3rem;
  background-color: #fff;
  padding: 0.6rem 0.75rem 0.75rem;
}
.user-sidebar .tit {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #333333;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #b2b2b2;
}
.user-sidebar .link-box {
  margin-top: 0.6rem;
  padding-left: 0.8rem;
}
.user-sidebar .link-box a {
  display: block;
  color: #999999;
  margin-bottom: 0.6rem;
  transition: all 0.4s;
}
.user-sidebar .link-box a:last-child {
  margin-bottom: 0;
}
.user-sidebar .link-box a:hover, .user-sidebar .link-box a.active {
  color: var(--vi);
}

.user-container {
  width: calc(100% - 7.95rem);
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.user-container .tit {
  color: #000;
}
.user-container .form {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.user-container .form .li {
  width: 47.5%;
  margin-bottom: 0.85rem;
}
.user-container .form .li .h {
  color: #000000;
}
.user-container .form .li .h span {
  color: var(--vi);
}
.user-container .form .li .drop-down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  z-index: 5;
  transition: all 0.4s;
}
.user-container .form .li .drop-down::-webkit-scrollbar {
  width: 3px;
}
.user-container .form .li .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.user-container .form .li .drop-down p:hover {
  color: var(--vi);
}
.user-container .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
}
.user-container .form .li .ipt input {
  width: 100%;
  height: 1.6rem;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  background: rgba(117, 125, 138, 0.05);
  color: #000;
}
.user-container .form .li .ipt.tel-select {
  display: flex;
  justify-content: space-between;
}
.user-container .form .li .ipt.tel-select .tel-con {
  width: 2.2rem;
  height: 1.6rem;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  gap: 0.15rem;
  background: rgba(117, 125, 138, 0.05);
}
.user-container .form .li .ipt.tel-select .tel-con:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.user-container .form .li .ipt.tel-select input {
  width: calc(100% - 2.6rem);
}
.user-container .form .li .ipt.select {
  position: relative;
}
.user-container .form .li .ipt.select input {
  cursor: pointer;
}
.user-container .form .li .ipt.select .arr {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.user-container .form .li .ipt.select:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.user-container .form .li .ipt.city {
  display: flex;
  gap: 0.5rem;
}
.user-container .form .li .ipt.city .list {
  position: relative;
  width: 100%;
}
.user-container .form .li .ipt.city .list input {
  cursor: pointer;
}
.user-container .form .li .ipt.city .list .arr {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.user-container .form .li .ipt.city .list:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.user-container .form .find {
  width: 52.5%;
  width: 47.5%;
  padding-left: 0.75rem;
  padding-left: 0rem;
  margin-bottom: 0.85rem;
  color: #999999;
}
.user-container .form .find a {
  color: var(--vi);
}
.user-container .form .submit {
  margin: 0.65rem auto 0;
  width: 5.4rem;
  height: 1.5rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
}

.user-info {
  padding: 4.25rem 0 1rem;
  min-height: 100vh;
  background-color: #f7f7f7;
}
.user-info .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.register-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  z-index: 100;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.register-dialog .container {
  width: 36%;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.75rem 1.7rem;
  text-align: center;
}
.register-dialog .container img {
  width: 100%;
}
.register-dialog .container .icon {
  width: 8rem;
  margin: auto;
}
.register-dialog .container .icon2 {
  width: 6.5rem;
  margin: auto;
}
.register-dialog .container .tit {
  margin-top: 1.25rem;
  color: #000000;
}
.register-dialog .container .cont {
  margin-top: 0.35rem;
  color: #666666;
  line-height: 1.4;
}
.register-dialog .container .cont2 {
  margin-top: 1.45rem;
  color: #000000;
  line-height: 1.4;
}
.register-dialog .container .cont2 span {
  color: var(--vi);
}
.register-dialog .container .confirm {
  margin: 1.5rem auto 0;
  width: 5.4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
  cursor: pointer;
}
.register-dialog .container .resend {
  margin-top: 0.5rem;
  color: #000000;
  line-height: 1.4;
}

.resend .btn-blue {
    color: #f86a03;
    text-decoration: underline;
}

.con-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.con-dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con-dialog .wrap {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 2.5rem rgba(0, 0, 0, 0.05);
  z-index: 5;
}

.con-dialog .wrap .out{position: absolute;top: 0.45rem;right: 1rem;cursor: pointer;width: 0.45rem;transition:all 0.5s;}
.con-dialog .wrap .out:hover{transform:rotate(90deg);}

.con-dialog .form {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 2.5rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
}
.con-dialog .form .li {
  width: 31%;
  margin-bottom: 0.5rem;
  position: relative;
}
.con-dialog .form .li .h {
  color: #333333;
  line-height: 1.2;
}
.con-dialog .form .li .h span {
  color: #e60012;
}
.con-dialog .form .li .ipt {
  margin-top: 0.5rem;
  width: 100%;
}
.con-dialog .form .li .ipt input {
  width: 100%;
  height: 1rem;
  background: #f6f7f9;
  padding: 0 0.75rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 2px #eeeeee;
}
.con-dialog .form .li .ipt textarea {
  width: 100%;
  height: 3.75rem;
  background: #f6f7f9;
  padding: 0 0.75rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 2px #eeeeee;
}
.con-dialog .form .li .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 0.7rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
.con-dialog .form .li .search input {
  width: calc(100% - 0.45rem);
  height: 100%;
  background: none;
}
.con-dialog .form .li .search div {
  width: 0.35rem;
  cursor: pointer;
}
.con-dialog .form .li .search div img {
  width: 100%;
}
.con-dialog .form .li.select-tel .ipt {
  display: flex;
  justify-content: space-between;
}
.con-dialog .form .li.select-tel .tel {
  width: 3.4rem;
  height: 1rem;
  box-shadow: 0 0 0 2px #eeeeee;
  background: #f6f7f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.1rem;
  padding: 0 0.75rem;
  color: #999999;
}
.con-dialog .form .li.select-tel .tel span {
  transition: all 0.4s;
}
.con-dialog .form .li.select-tel .tel:hover span {
  transform: rotate(180deg);
}
.con-dialog .form .li.select-tel .tel:hover .drop-down {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.con-dialog .form .li.select-tel input {
  width: calc(100% - 3.4rem - 0.25rem);
}
.con-dialog .form .li.select-tel .drop-down {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #f6f7f9;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.con-dialog .form .li.select-tel .drop-down::-webkit-scrollbar {
  width: 3px;
}
.con-dialog .form .li.select-tel .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.75rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.con-dialog .form .li.select-tel .drop-down p:hover {
  color: var(--vi);
}
.con-dialog .form .li.select .ipt {
  position: relative;
}
.con-dialog .form .li.select .ipt input {
  cursor: pointer;
}
.con-dialog .form .li.select .arr {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: all 0.4s;
}
.con-dialog .form .li.select .drop-down {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 5rem;
  background-color: #f6f7f9;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition: all 0.4s;
}
.con-dialog .form .li.select .drop-down::-webkit-scrollbar {
  width: 3px;
}
.con-dialog .form .li.select .drop-down p {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.75rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.con-dialog .form .li.select .drop-down p:hover {
  color: var(--vi);
}
.con-dialog .form .li.select:hover .arr {
  transform: translateY(-50%) rotate(180deg);
}
.con-dialog .form .li.select:hover .drop-down {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.con-dialog .form .li.mar3 {
  margin-right: 3%;
}
.con-dialog .form .li.mar2 {
  margin-right: 6%;
}
.con-dialog .form .li.wid50 {
  width: 47%;
}
.con-dialog .form .li.wid100 {
  width: 100%;
}
.con-dialog .form .checkbox {
  width: 100%;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.con-dialog .form .checkbox span {
  width: 18px;
  height: 18px;
  margin-right: 0.25rem;
  position: relative;
  box-shadow: 0 0 0 1px var(--vi);
  transition: all 0.4s;
}
.con-dialog .form .checkbox span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s;
}
.con-dialog .form .checkbox a {
  color: var(--vi);
  margin: 0 0.5em;
}
.con-dialog .form .checkbox.active span {
  background-color: var(--vi);
  box-shadow: none;
}
.con-dialog .form .checkbox.active span::after {
  opacity: 1;
}
.con-dialog .form .submit {
  margin: 0.5rem auto 0;
  width: 5.2rem;
  height: 1.25rem;
  border-radius: 0.8rem;
  background-color: var(--vi);
  color: #fff;
}/*# sourceMappingURL=style.css.map */
.successbox {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    width: 17.35rem;
    height: 14.725rem;
    flex-shrink: 0;
    border-radius: .8rem;
    background: #FFF;
    backdrop-filter: blur(.625rem);
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 1.75rem;
}
.successbox__img {
    width: 8rem;
    height: 6.05rem;
    flex-shrink: 0;
}
.successbox__p {
    margin-top: 1.25rem;
    color: #000;
    font-size: .6rem;
    line-height: 1;
}
.successbox__button {
    padding: .45rem 1.5rem;
    border-radius: 1.3rem;
    background: #F86A03;
    color: #FFF;
    font-weight: 500;
    margin-top: 1.7rem;
    font-size: .5rem;
    line-height: 1;
}
.about-foolist-li {
    min-width: 5rem;
    margin-bottom: .25rem;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.about-foolist-li-nav {
    display: none;
    padding-top: .1rem;
}
.about-foolist-li-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.about-foolist-li-nav a {
    padding-left: .2rem;
}

.top_seach{padding: 2rem 0 2.75rem 0;background: #F5F5F5;}
.top_seach .form{display: flex;width:fit-content;margin:0 auto;margin-bottom:2rem;position:relative;}
.top_seach .form input[type="text"]{width: 15.75rem;line-height: 1.5rem;border-radius: 0.75rem;margin-right: 0.4rem;background-color: #ffffff;padding:0 0.5rem 0 1.75rem;}
.top_seach .form img{position: absolute;top: 50%;transform: translateY(-50%);width: 0.55rem;left: 0.65rem;}
.top_seach .form input[type="submit"]{width: 3.375rem;line-height: 1.5rem;border-radius: 0.75rem;color: #fff;text-align: center;background-color: #F86A03;cursor: pointer;text-transform:capitalize;}
.top_seach .ser_txt{text-align: center;color:  #333;font-weight: 500;margin-bottom:1.75rem;}
.top_seach .ser_txt span{color: #F86A03;}

.top_seach .tabs{display:flex;justify-content: space-between;}
.top_seach .tabs a{display: block;width: 7.6rem;line-height: 1.5rem;text-align: center;color: #000;font-weight: 400;background-color: #ffffff;border-radius: 0.1rem;transition:all 0.5s;}
.top_seach .tabs a.cur{color: #fff;background-color: #F86A03;}

.com1-lists{padding: 2.25rem 0;}
.com1-lists .tit{color: #333;font-weight: 500;line-height: 1.2;margin-bottom: 1.5rem;}
.com1-lists a.con-box{display: flex;justify-content: space-between;align-items: center;border:1px solid #F5F5F5;padding:0.5rem 1rem;margin-bottom:0.75rem;}
.com1-lists a.con-box .pic{width: 8.15rem;height: 5rem;object-fit: contain;}
.com1-lists a.con-box .pic1{border-radius:0.15rem; object-fit: cover;}
.com1-lists a.con-box .txts{width: 21rem;}
.com1-lists a.con-box .txts span{display:block; color:#000;font-weight: 500;line-height: 1.15;margin-bottom: 0.6rem;transition: all 0.5s;}
.com1-lists a.con-box:hover .txts span{color:#F86A03;}
.com1-lists a.con-box .txts .txt{color:#999;line-height:1.3;max-height:3.9em;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; font-weight:400;transition:all 0.5s;}
.com1-lists a.con-box:hover .txts .txt{color:#F86A03;}

.com2-lists{padding: 2.25rem 0;}
.com2-lists .tit{color: #333;font-weight: 500;line-height: 1.2;margin-bottom: 1.5rem;}

.com2-lists a.con-box{display: flex;justify-content: space-between;align-items: center;border:1px solid #F5F5F5;padding:0.5rem 1rem;margin-bottom:0.75rem;}
.com2-lists a.con-box .pic{
    /*width: 5rem;*/
    /*height: 5rem;*/
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.com2-lists a.con-box .pic1{border-radius:0.15rem; object-fit: cover;}
.com2-lists a.con-box .txt{width: 21rem;}
.com2-lists a.con-box .txt{display:block; color:#000;font-weight: 500;line-height: 1.15;margin-bottom: 0.6rem;transition: all 0.5s;}
.com2-lists a.con-box:hover .txt{color:#F86A03;}
.com2-lists a.con-box .morex{width: 3.65rem;line-height: 1rem;border: 1px solid #CECECE;transition:all 0.5s; border-radius: 0.55rem;text-align: center;color:#333;font-weight:400;}
.com2-lists a.con-box:hover .morex{color:#F86A03;border-color: #F86A03;}

/*.result-box .result-list>div{display: none;}*/
/*.result-box .result-list>div.cur{display: block;}*/

.cookie-page01 {padding:36px 24px 24px;background-color:#2b2b2b;position:fixed;left:0;bottom:0;z-index:6;width:100%;color:#eaeaea;transform:translateY(100%);opacity:0;transition:transform .3s,opacity .3s;z-index:999;}
.cookie-page01.show {transform:translateY(0);opacity:1}
.cookie-page01 .content {text-align:center;line-height:1.5;max-width:30rem;margin:0 auto;}
.cookie-page01 .content a {color:#F86A03}
/*.cookie-page01 .content a:hover {color:#0056b3;text-decoration:underline}*/
.cookie-page01 .btns{display: flex;justify-content:center;}
.cookie-page01 .accept {width:fit-content;min-width:100px; white-space:nowrap;padding:0 12px; line-height:32px;border-radius:16px;background-color:#F86A03;text-align:center;font-size:0.4rem;font-weight:600;margin:16px 0 0 0;cursor:pointer;transition:background-color .3s}
.cookie-page01 .accept:hover {background-color:#F86A03}
.cookie-page01 .Refuse {width:fit-content;min-width:100px; white-space:nowrap;padding:0 12px; line-height:32px;border-radius:16px;background-color:#fcfcfc;text-align:center;font-size:0.4rem;font-weight:600;margin:16px 0 0 0;cursor:pointer;transition:background-color .3s;margin-left:0.4rem;color:#000;}
.cookie-page01 .Refuse:hover {background-color:#fcfcfc}
.moblie-tit {
    display: none;
}
    .pc-tit {
        display: block;
    }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 1!important;
    }
    .register .form .agree .yszc {
        text-decoration: underline;
    }
.noposition {
    display: none;
    text-align: center;
    margin-top: 1rem;
    color: var(--vi);
}
 .index .box2 .top-con .rt-mobile-box {
     display: none;
 }
 .index .box2 .top-con .main-tit {
     display: block;
 }
 .index .box2 .top-con .lt .sub {
     display: block;
 }
.banner .pos-cont .rt .tit {
    display: block;
}
.banner .pos-cont .lt .tit {
    display: none;
}
.banner .pos-cont .rt .h {
    display: block;
}
 .banner .pos-cont .lt .h {
     display: none;
 }
    .website .cont p {
        margin-bottom: .8rem;
    }
        .website .cont ul {
        margin-bottom: .8rem;
    }
    .m-head-icon {
        display: none;
    }
    .mb-con-box {
        display: none;
    }
    .mobile-ul {
        display: none;
    }
    .product-info .box6 .pc-lt {
        display: block;
    }
    .product-info .box6 .pc-rt {
        display: block;
    }
    .product .box6 .pc-lt {
        display: block;
    }
    .product .box6 .pc-rt {
        display: block;
    }

@media screen and (max-width: 1280px) {
    .product .box5 .rt .bottom-con .li-box .li .h1 {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .product .box5 .rt .bottom-con .li-box .li .h1 {
        font-size: 12px;
    }
}



