body {
  --ww: 1.6rem;
  --bj: var(--ww);
  --top: 0.95rem;
  --color: #1212dd;
  --gap: 0.9rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.28rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.32rem;
    --f26: 0.32rem;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.44rem;
    --f38: 0.44rem;
    --f40: 0.44rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.48rem;
    --f54: 0.56rem;
    --f56: 0.56rem;
    --f58: 0.56rem;
    --f60: 0.56rem;
    --f64: 0.56rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1212dd;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #1212dd #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.maodian {
  position: relative;
  top: calc((var(--md)) * -1);
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy  {
    border-top: 1px solid rgba(0, 0, 0, 0.15);   
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #1212dd;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #1212dd;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #1212dd;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #1212dd;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #1212dd;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #1212dd;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #1212dd;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pc_header {
  transition: 0.4s;
  z-index: 5;
  position: sticky;
  width: 100%;
  top: 0;
}
.pc_header .he_box {
  --w: 1.28rem;
  --ys1: rgba(0, 0, 0, 0.4);
  --ys2: #1212dd;
  background: #fff;
  font-size: var(--f18);
  transition: 0.6s;
}
.pc_header .he_box .logo a img {
  transition: 0.2s;
  height: 0.31rem;
}
.pc_header .he_box .column .nav .item {
  position: relative;
}
.pc_header .he_box .column .nav .item > p a {
  position: relative;
  transition: 0.4s;
  color: var(--ys1);
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item > p a i {
  font-size: 0.88em;
}
.pc_header .he_box .column .nav .item > p a::before {
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 0.24rem;
  height: 2px;
  background: var(--ys2);
}
.pc_header .he_box .column .nav .item .down {
  display: none;
  position: absolute;
  min-width: 1.68rem;
  padding: 0.2rem;
  background: #fff;
  border-radius: 0 0 6px 6px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #b8b8b8;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
}
.pc_header .he_box .column .nav .item .down a {
  text-align: center;
  font-size: var(--f16);
  transition: 0.4s;
  color: #999;
  white-space: nowrap;
}
.pc_header .he_box .column .nav .item .down a:hover {
  color: #1212dd;
}
.pc_header .he_box .column .nav .item .down a + a {
  margin-top: 0.2rem;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .nav .item:hover .down {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: var(--ys2);
}
.pc_header .he_box .column .nav .item:hover > p a::before,
.pc_header .he_box .column .nav .item.active > p a::before {
  bottom: 20%;
  opacity: 1;
}
.pc_header .he_box .menu .lang {
  position: relative;
}
.pc_header .he_box .menu .lang > a {
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
  color: var(--ys1);
}
.pc_header .he_box .menu .lang > a svg {
  width: var(--f30);
}
.pc_header .he_box .menu .lang > a svg path {
  transition: 0.4s;
  stroke: var(--ys1);
}
.pc_header .he_box .menu .lang > a span {
  margin: 0 6px;
}
.pc_header .he_box .menu .lang > a i {
  font-size: 0.88em;
}
.pc_header .he_box .menu .lang .post {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 0 0 6px 6px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1.1rem;
  padding: 0.2rem 0.35rem;
  border-top: 1px solid #b8b8b8;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  white-space: nowrap;
}
.pc_header .he_box .menu .lang .post a {
  transition: 0.4s;
  color: #999;
}
.pc_header .he_box .menu .lang .post a:hover {
  color: #1212dd;
}
.pc_header .he_box .menu .lang .post a + a {
  margin-top: 0.2rem;
}
.pc_header .he_box .menu .lang:hover > a {
  color: var(--ys2);
}
.pc_header .he_box .menu .lang:hover > a svg path {
  stroke: var(--ys2);
}
.pc_header .he_box .menu .lang:hover .post {
  display: block;
}
.pc_header .he_box .logo,
.pc_header .he_box .menu {
  min-width: var(--w);
}
.pc_header.fixed {
  position: fixed;
}
.pc_header.fixed .he_box {
  --ys1: #fff;
  --ys2: #fff;
  background: transparent;
}
.pc_header.fixed .he_box .logo a img {
  filter: brightness(100);
}
.pc_header:hover .he_box,
.pc_header.active .he_box {
  background: #fff;
  --ys1: rgba(0, 0, 0, 0.4);
  --ys2: #1212dd;
}
.pc_header:hover .he_box .logo a img,
.pc_header.active .he_box .logo a img {
  filter: brightness(1);
}
.pc_header.active .he_box {
  outline: 1px solid rgba(204, 204, 204, 0.3);
}
.pc_header.on {
  transform: translateY(-100%);
}
.pc_footer {
  background: var(--bg);
}
.pc_footer .ter_top {
  padding: 0.6rem 0 0.16rem;
  font-size: var(--f18);
}
.pc_footer .ter_top .content1 .le_box {
  width: 40%;
}
.pc_footer .ter_top .content1 .le_box .logo a img {
  height: 0.44rem;
}
.pc_footer .ter_top .content1 .le_box .lxwm {
  margin-top: 0.5rem;
}
.pc_footer .ter_top .content1 .le_box .lxwm p a {
  transition: 0.4s;
  display: inline;
}
.pc_footer .ter_top .content1 .le_box .lxwm p a:hover {
  color: #1212dd;
}
.pc_footer .ter_top .content1 .le_box .lxwm p + p {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .content1 .ri_box {
  width: 46%;
}
.pc_footer .ter_top .content1 .ri_box .li {
  /*max-width: 19%;*/
}
.pc_footer .ter_top .content1 .ri_box .li .one {
  margin-bottom: 0.36rem;
}
.pc_footer .ter_top .content1 .ri_box .li .one a {
  font-weight: var(--blod);
}
.pc_footer .ter_top .content1 .ri_box .li .two a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--f16);
}
.pc_footer .ter_top .content1 .ri_box .li .two a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .content1 .ri_box .li .two a:hover {
  color: #1212dd;
}
.pc_footer .ter_top .content2 {
  margin-top: 0.56rem;
}
.pc_footer .ter_top .content2 .code div {
  text-align: center;
}
.pc_footer .ter_top .content2 .code div img {
  width: 1.2rem;
}
.pc_footer .ter_top .content2 .code div p {
  margin-top: 0.14rem;
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
}
.pc_footer .ter_top .content2 .code div + div {
  margin-left: 0.26rem;
}
.pc_footer .ter_top .content2 .share {
  --w: 0.48rem;
}
.pc_footer .ter_top .content2 .share .li > a {
  width: var(--w);
}
.pc_footer .ter_top .content2 .share .li > a img {
  width: 100%;
  transition: 0.4s;
  filter: grayscale(1);
  opacity: 0.5;
}
.pc_footer .ter_top .content2 .share .li + .li {
  margin-left: 0.1rem;
}
.pc_footer .ter_top .content2 .share .li:hover > a img {
  filter: grayscale(0);
  opacity: 1;
}
.pc_footer .ter_bot {
  border-top: 1px solid #dbdbdb;
  padding: 0.26rem 0;
}
.pc_footer .ter_bot .copy p {
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.5);
}
.pc_footer .ter_bot .copy p a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.5);
  display: inline;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #1212dd;
}
:root {
  --yw: 0.76rem;
  --md: 1rem;
  --blod: 400;
  --yj: 0.24rem;
  --bg: #f5f5f5;
  --w1: 0.56rem;
  --h1: 0.56rem;
  --h2: 0.48rem;
}
.pu_link {
  width: fit-content;
  --bg-ys: #1212dd;
  --text-ys: #fff;
}
.pu_link .a {
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f20);
  min-width: 1.76rem;
  padding: 0 0.4rem;
  line-height: var(--h1);
  border-radius: calc((var(--h1) + 4px) / 2);
  border: 2px solid var(--bg-ys);
  color: var(--bg-ys);
  text-align: center;
}
.pu_link .a:hover {
  background-color: var(--bg-ys);
  color: var(--text-ys);
}
.pu_link_1 {
  width: fit-content;
}
.pu_link_1 .a {
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f20);
  min-width: 1.76rem;
  padding: 0 0.4rem;
  line-height: var(--h1);
  border-radius: calc((var(--h1) + 4px) / 2);
  border: 2px solid #1212dd;
  background: #1212dd;
  color: #fff;
  text-align: center;
}
.pu_link_2 {
  width: fit-content;
}
.pu_link_2 .a {
  cursor: pointer;
  transition: 0.4s;
  font-size: var(--f18);
  min-width: 1.6rem;
  padding: 0 0.4rem;
  color: #1212dd;
  line-height: var(--h2);
  border: 2px solid #1212dd;
  border-radius: calc(var(--h2) / 2 + 2px);
}
.pu_link_2 .a:hover {
  background: #1212dd;
  color: #fff;
}
.pu_link_2.gray .a {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #666;
}
.pu_link_2.gray .a:hover {
  border-color: #1212dd;
  background: #1212dd;
  color: #fff;
}
.more_01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f18);
  line-height: 1;
}
.more_01 p {
  color: #000;
}
.more_01 span {
  margin-left: 0.1rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.4s;
  background: #000;
  display: flex;
}
.more_01 span i,
.more_01 span svg {
  font-size: 0.6em;
  margin: auto;
  color: #fff;
}
._an {
  --bg-ys: #1212dd;
  --text-ys: #fff;
  cursor: pointer;
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  border: 2px solid var(--bg-ys);
  border-radius: 50%;
  display: flex;
}
._an i {
  font-size: var(--f18);
  margin: auto;
  transition: 0.4s;
  color: var(--bg-ys);
}
._an:hover {
  background-color: var(--bg-ys);
}
._an:hover i {
  color: var(--text-ys);
}
.title_01 {
  line-height: 0.9;
}
.title_01 .t1 {
  font-size: 0.8rem;
  font-family: MontserratBold;
  color: transparent;
  background-image: linear-gradient(to bottom, #666666, rgba(126, 126, 126, 0));
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.12;
}
.title_01 .t2 {
  font-size: var(--f54);
  color: #000;
  font-weight: var(--blod);
}
.title_01 .t2 span {
  color: #31d3ff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t1 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: 0.5s;
  font-size: var(--f64);
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: 0.5s 0.25s;
  margin-top: 0.12rem;
  font-size: var(--f30);
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: 0.5s 0.5s;
  margin-top: 0.4rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 .pu_link {
  --bg-ys: #fff;
  --text-ys: #1212dd;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t1,
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  padding: 0 var(--bj);
  display: flex;
}
.index_banner .div_ .prev,
.index_banner .div_ .next {
  --bg-ys: #fff;
  --text-ys: #1212dd;
}
.index_banner .div_ .next {
  margin-left: 10px;
}
.index_about {
  background: #fff url("../images/bk7.png") no-repeat center / cover;
  padding: 1.2rem 0;
}
.index_about .ut_top .le_box {
  width: 44%;
}
.index_about .ut_top .le_box .desc {
  margin: 0.4rem 0 0.6rem;
  font-size: var(--f18);
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
}
.index_about .ut_top .le_box .desc span {
  color: #1212dd;
}
.index_about .ut_top .ri_box {
  width: 50%;
  overflow: hidden;
  border-radius: var(--yj);
}
.index_about .ut_top .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.index_about .ut_top .ri_box:hover img {
  transform: scale(1.05);
}
.index_product {
  padding: 1.2rem 0;
  background: var(--bg);
}
.index_product .ct_bot {
  position: relative;
  margin-top: 0.4rem;
}
.index_product .ct_bot .swiper {
  --h01: 4.1rem;
  --h02: 2.05rem;
}
.index_product .ct_bot .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index_product .ct_bot .swiper .swiper-slide a {
  transition: 0.6s;
  margin-right: 0.2rem;
  flex: 1;
  position: relative;
  background: #e6e6e6;
  border-radius: var(--yj);
  overflow: hidden;
}
.index_product .ct_bot .swiper .swiper-slide a .img {
  height: var(--h01);
  width: 100%;
  overflow: hidden;
  border-radius: var(--yj) 0 0 var(--yj);
}
.index_product .ct_bot .swiper .swiper-slide a .img img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.index_product .ct_bot .swiper .swiper-slide a .box {
  height: var(--h02);
  background: #fff;
  padding: 0 0.6rem;
  display: flex;
}
.index_product .ct_bot .swiper .swiper-slide a .box > div {
  width: 100%;
  margin: auto;
}
.index_product .ct_bot .swiper .swiper-slide a .box .x1 {
  font-size: var(--f36);
  font-weight: var(--blod);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.index_product .ct_bot .swiper .swiper-slide a .box .x2 {
  margin-top: 0.16rem;
  font-size: var(--f30);
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.index_product .ct_bot .swiper .swiper-slide a .post {
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: initial;
}
.index_product .ct_bot .swiper .swiper-slide a .post .bk {
  border-radius: initial;
  overflow: hidden;
}
.index_product .ct_bot .swiper .swiper-slide a .post .bk img {
  border-radius: initial;
  width: 100%;
  height: calc(var(--h01) + var(--h02));
}
.index_product .ct_bot .swiper .swiper-slide a .post .content {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0.8rem;
  display: flex;
}
.index_product .ct_bot .swiper .swiper-slide a .post .content > div {
  width: 48%;
  margin: auto 0;
  transition: .4s;
  transform: translateY(.3rem);
  opacity: 0;
}
.index_product .ct_bot .swiper .swiper-slide a .post .content .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.index_product .ct_bot .swiper .swiper-slide a .post .content .t2 {
  margin: 0.52rem 0 0.86rem;
  font-size: var(--f24);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 5.6em;
}
.index_product .ct_bot .swiper .swiper-slide a .post .content .t3 .pu_link {
  --bg-ys: #fff;
  --text-ys: #1212dd;
}

@media (min-width: 1200px) {
  .index_product .ct_bot .swiper .swiper-slide a:hover {
    flex: 1.7;
  }
  .index_product .ct_bot .swiper .swiper-slide a:hover .img,
  .index_product .ct_bot .swiper .swiper-slide a:hover .box {
    opacity: 0;
  }
  .index_product .ct_bot .swiper .swiper-slide a:hover .post {
    opacity: 1;
    transition-delay: 0.4s;
  }
  .index_product .ct_bot .swiper .swiper-slide a:hover .post .content > div {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }
}
.index_product .ct_bot .swiper .swiper-slide a:last-child {
  margin-right: 0;
}
.index_product .ct_bot .div_ {
  margin-top: 0.4rem;
}
.index_product .ct_bot .div_ > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index_product .ct_bot .div_ > div .bar {
  position: relative;
  flex: 0.96;
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
}
.index_product .ct_bot .div_ > div .bar span {
  background: #1212dd;
}
.index_product .ct_bot .div_ > div .tog {
  display: flex;
  flex-wrap: wrap;
}
.index_product .ct_bot .div_ > div .tog .next {
  margin-left: 10px;
}
.index_news {
  background: #fff url("../images/bk8.png") no-repeat center / cover;
  padding: 1.2rem 0;
}
.index_news .ws_bot {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.pu_li_1 {
  transition: 0.4s;
}
.pu_li_1 a {
  border-radius: var(--yj);
  overflow: hidden;
  background: var(--bg);
}
.pu_li_1 a .img {
  width: 100%;
  overflow: hidden;
  border-radius: var(--yj) var(--yj) 0 0;
}
.pu_li_1 a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.pu_li_1 a .box {
  padding: 0.4rem 0.5rem 0.5rem;
}
.pu_li_1 a .box .text .t1 {
  color: #000;
  transition: 0.4s;
  font-size: var(--f30);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.pu_li_1 a .box .text .t2 {
  margin: 0.14rem 0 0.24rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--f16);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  height: 3.25em;
}
.pu_li_1 a .box .text .t3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--f16);
}
.pu_li_1 a .box .btn {
  margin-top: 0.4rem;
}
.pu_li_1:hover {
  transform: translateY(-0.1rem);
}
.pu_li_1:hover a .img img {
  transform: scale(1.05);
}
.pu_li_1:hover a .box .text .t1 {
  color: #1212dd;
}
.pu_li_1:hover a .box .btn .more_01 span {
  background: #1212dd;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.pu_banner .ban_post > div .t1 {
  font-size: var(--f64);
  font-weight: var(--blod);
}
.pu_banner .ban_post > div .t2 {
  margin-top: 0.12rem;
  font-size: var(--f30);
}
.pu_banner_2 {
  position: relative;
}
.pu_banner_2 .ban_bk {
  width: 100%;
}
.pu_banner_2 .ban_bk img {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.pu_banner_2 .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner_2 .ban_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.pu_banner_2 .ban_post > div .content1 .t1 {
  font-size: var(--f64);
  font-weight: var(--blod);
}
.pu_banner_2 .ban_post > div .content1 .t2 {
  margin-top: 0.12rem;
  font-size: var(--f30);
}
.pu_banner_2 .ban_post > div .content2 {
  margin: 0.46rem 0 0.6rem;
  font-size: var(--f18);
  line-height: 1.75;
}
.pu_banner_2 .ban_post > div .content3 .li {
  margin-right: 0.2rem;
  position: relative;
}
.pu_banner_2 .ban_post > div .content3 .li .post {
    transition: .4s;
    position: absolute;
    width: 1.5rem;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) scale(0);
    transform-origin: center top;
    background: #fff;
    border-radius: 5px;
}
.pu_banner_2 .ban_post > div .content3 .li .post img {
  width: 100%;  
  border-radius: inherit;
}
.pu_banner_2 .ban_post > div .content3 .li:hover .post {
  transform: translateX(-50%) scale(1);    
}
.pu_banner_2 .ban_post > div .content3 .li a {
  cursor: pointer;
  font-size: var(--f18);
  min-width: 1.92rem;
  padding: 0 0.24rem;
  line-height: var(--h2);
  border: 2px solid var(--color);
  background: var(--color);
  border-radius: calc(var(--h2) / 2 + 2px);
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pu_banner_2 .ban_post > div .content3 .li a span {
  margin-left: 4px;
}
.pu_banner_2 .ban_post > div .content3 .li:nth-child(1) {
  --color: #31d3ff;
}
.pu_banner_2 .ban_post > div .content3 .li:nth-child(2) {
  --color: #1212dd;
}
.pu_banner_2 .ban_post > div .content3 .li:nth-child(3) {
  --color: rgba(255, 255, 255, 0.35);
  order: -1;
}
@media (min-width: 1200px) {
  .pu_banner_2 .ban_post > div .content3 .hide {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pu_banner_2 .ban_post > div .content3 .show {
    display: none;
  }
  .pu_banner_2 .ban_post > div .content3 .hide {
    display: block;
  }
}
.pu_leval {
  transition: 0.4s;
  z-index: 4;
  margin-top: calc(var(--md) / -2);
  position: sticky;
  top: var(--top);
  padding: 0 var(--bj);
}
.pu_leval::after {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--bj) * 2);
  height: 100%;
  background-color: #ffffff;
  box-shadow: 5px 0px 0.25rem 0px rgba(18, 18, 221, 0.25);
  border-radius: 0.1rem;
}
.pu_leval .box {
  transition: 0.4s;
  z-index: 1;
  position: relative;
  font-size: var(--f18);
  padding: 0 0.5rem;
}
.pu_leval .box .le_box a {
  transition: 0.4s;
  color: #666;
  line-height: var(--md);
}
.pu_leval .box .le_box a:hover,
.pu_leval .box .le_box a.active {
  color: #1212dd;
}
.pu_leval .box .le_box a + a {
  margin-left: 0.66rem;
}
.pu_leval.active::after {
  width: 100%;
  border-radius: 0;
}
.pu_leval.active .box {
  padding: 0;
}
.pu_leval.on {
  top: 0;
}
.about_01 {
  background: var(--bg) url("../images/bk1.png") no-repeat center / cover;
  padding-top: calc(var(--md) / 2);
  margin-top: calc(var(--md) / -2);
}
.about_01 .ut_bot {
  margin-top: 0.54rem;
}
.about_01 .ut_bot .le_box {
  width: 40%;
}
.about_01 .ut_bot .le_box .text {
  font-size: var(--f46);
  font-weight: var(--blod);
}
.about_01 .ut_bot .le_box .desc {
  margin: 0.36rem 0 1rem;
  font-size: var(--f18);
  color: rgba(0,0,0,.5);
  line-height: 2;
}
.about_01 .ut_bot .ri_box {
  width: 50%;
  border-radius: var(--yj);
  overflow: hidden;
}
.about_01 .ut_bot .ri_box img {
  width: 100%;
  transition: 0.4s;
  border-radius: inherit;
}
.about_01 .ut_bot .ri_box:hover img {
  transform: scale(1.05);
}
.about_02 {
  position: relative;
}
.about_02 .ut_bot {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.about_02 .ut_bot .item {
  padding: 0.44rem 0.58rem;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.about_02 .ut_bot .item .svg {
  height: 0.52rem;
}
.about_02 .ut_bot .item .svg img {
  max-height: 100%;
}
.about_02 .ut_bot .item .text {
  margin-top: 0.52rem;
}
.about_02 .ut_bot .item .text .t1 {
  font-size: var(--f32);
  color: #000;
}
.about_02 .ut_bot .item .text .t2 {
  margin-top: 0.26rem;
  font-size: var(--f18);
  line-height: 2;
  min-height: 4em;
  color: #333;
}
.pu_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  border: 2px solid #1212dd;
  border-radius: 50%;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  font-size: var(--f18);
  margin: auto;
  transition: 0.4s;
  color: #1212dd;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background-color: #1212dd;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .number {
  margin: 0 0.16rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f16);
}
.pu_page .number a {
  position: relative;
  color: #666;
  margin: 0 0.12rem;
  line-height: var(--w1);
}
.pu_page .number a::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #31d3ff;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #000;
}
.pu_page .number a:hover::before,
.pu_page .number a.active::before {
  opacity: 1;
}
.news_01 .ws_bot {
  margin-top: 0.66rem;
}
.news_01 .ws_bot .content1 {
  position: relative;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a {
  background: var(--bg);
  border-radius: var(--yj);
  overflow: hidden;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
  width: 50%;
  border-radius: var(--yj) 0 0 var(--yj);
  overflow: hidden;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
  width: 50%;
  display: flex;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div {
  padding: 0 0.9rem;
  width: 100%;
  margin: auto;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t1 {
  transition: 0.4s;
  font-size: var(--f30);
  font-weight: var(--blod);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f16);
  color: rgba(0,0,0,.5);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.625;
  height: 6.5em;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .time {
  margin: 0.55rem 0 0.4rem;
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box .text .t1 {
  color: #1212dd;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box .btn .more_01 span {
  background: #1212dd;
}
.news_01 .ws_bot .content1 .div_ {
  margin-top: 0.2rem;
  text-align: center;
}
.news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet-active svg path {
  fill: #31d3ff;
}
.news_01 .ws_bot .content2 {
  margin-top: 0.66rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.news_01 .ws_bot .content3 {
  margin-top: 0.8rem;
}
.pu_mbx {
  padding: 0.45rem 0 0.25rem;
}
.pu_mbx > div {
  font-size: var(--f16);
  color: #666;
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #999;
}
.pu_mbx > div a:hover {
  color: #1212dd;
}
.pu_mbx > div i {
  margin: 0 4px;
  font-size: 0.8em;
  color: #999;
}
.news_details_01 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.news_details_01 .ls_top .content2 {
  padding-bottom: 0.46rem;
}
.news_details_01 .ls_top .content2 .text {
  font-size: var(--f46);
}
.news_details_01 .ls_top .content2 .time {
  margin-top: 0.35rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--f16);
}
.news_details_01 .ls_bot {
  padding: 0.6rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.news_details_01 .ls_bot .le_box {
  /*width: 70%;*/
  flex: 1;
}
.news_details_01 .ls_bot .le_box .content1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0 0.6rem;
  color: #333;
  font-size: var(--f16);
  line-height: 2;
}
.news_details_01 .ls_bot .le_box .content1 img {
  max-width: 100%;
}
.news_details_01 .ls_bot .le_box .content2 {
  margin-top: 0.52rem;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content2 .div1 {
  flex: 0.8;
}
.news_details_01 .ls_bot .le_box .content2 .div1 p {
  display: flex;
}
.news_details_01 .ls_bot .le_box .content2 .div1 p span {
  color: #333;
  white-space: nowrap;
}
.news_details_01 .ls_bot .le_box .content2 .div1 p a {
  transition: 0.4s;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.news_details_01 .ls_bot .le_box .content2 .div1 p a:hover {
  color: #1212dd;
}
.news_details_01 .ls_bot .le_box .content2 .div1 p + p {
  margin-top: 10px;
}
.news_details_01 .ls_bot .ri_box {
  /*width: 24%;*/
  width: 30%;
  padding-left: 6%;
}
.news_details_01 .ls_bot .ri_box > div {
  z-index: 1;
  position: sticky;
  top: calc(var(--top) + 10px);
}
.news_details_01 .ls_bot .ri_box > div .content1 {
  font-size: var(--f32);
}
.news_details_01 .ls_bot .ri_box > div .content2 {
  margin-top: 0.4rem;
}
.news_details_01 .ls_bot .ri_box > div .content2 a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.news_details_01 .ls_bot .ri_box > div .content2 a .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .img img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .box {
  padding: 0.22rem 0;
}
.news_details_01 .ls_bot .ri_box > div .content2 a .box .t1 {
  transition: 0.4s;
  font-size: var(--f24);
}
.news_details_01 .ls_bot .ri_box > div .content2 a .box .t2 {
  margin-top: 0.18rem;
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
}
.news_details_01 .ls_bot .ri_box > div .content2 a:hover .img img {
  transform: scale(1.05);
}
.news_details_01 .ls_bot .ri_box > div .content2 a:hover .box .t1 {
  color: #1212dd;
}
.news_details_01 .ls_bot .ri_box > div .content2 a + a {
  margin-top: 0.3rem;
}
.pu_li_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pu_li_2 .le_box {
  width: 46%;
}
.pu_li_2 .le_box .text .t1 {
  transition: 0.4s;
  font-size: var(--f46);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
  font-weight: var(--blod);
}
.pu_li_2 .le_box .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: rgba(0,0,0,.5);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 10em;
}
.pu_li_2 .le_box .btn {
  margin-top: 0.8rem;
}
.pu_li_2 .ri_box {
  width: 47%;
  overflow: hidden;
  border-radius: var(--yj);
}
.pu_li_2 .ri_box img {
  width: 100%;
  border-radius: inherit;
  transition: 0.4s;
}
.pu_li_2 .ri_box:hover img {
  transform: scale(1.05);
}
.laboratory_01 {
  background: var(--bg) url("../images/bk2.png") no-repeat center / cover;
  padding-top: calc(var(--md) / 2);
  margin-top: calc(var(--md) / -2);
}
.laboratory_01 .ry_bot {
  margin-top: 0.66rem;
}
.laboratory_01 .ry_bot .pu_li_2 .le_box {
  padding: 0 0 0 0.8rem;
}
.laboratory_02 .pu_li_2 .le_box {
  padding: 0 0 0 0.8rem;
}
.laboratory_02 .pu_li_2:nth-child(odd) {
  flex-direction: row-reverse;
}
.laboratory_02 .pu_li_2:nth-child(odd) .le_box {
  padding: 0 0.8rem 0 0;
}
.laboratory_02 .pu_li_2 + .pu_li_2 {
  margin-top: var(--gap);
}
.product_01 {
  margin-top: calc(var(--md) / -2);
}
.product_01 .box {
  position: relative;
}
.product_01 .box .bk {
  position: relative;
  width: 100%;
}
.product_01 .box .bk picture {
  width: 100%;
}
.product_01 .box .bk picture img {
  width: 100%;
  height: var(--vh);
}
.product_01 .box .bk .img2 {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_01 .box .post1 img {
  width: 5.25rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.product_01 .box .post1 .img4 {
  opacity: 0;
}
.product_01 .box .post2 {
  transition: 0.4s;
  position: absolute;
  width: min(4.54rem, 90%);
  top: 50%;
  transform: translateY(-50%);
}
.product_01 .box .post2 .text .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.product_01 .box .post2 .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f30);
  color: #333;
}
.product_01 .box .post {
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  display: flex;
  padding: 0 var(--bj);
}
.product_01 .box .post > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(0.4rem);
  width: min(4.54rem, 100%);
  margin: auto 0;
}
.product_01 .box .post > div .text .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.product_01 .box .post > div .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f30);
  color: #333;
}
.product_01 .box .post > div .desc {
  margin: 0.36rem 0 0.65rem;
  font-size: var(--f18);
  color: rgba(0,0,0,.5);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  height: 7.2em;
}
.product_01 .box:hover .bk .img2 {
  opacity: 1;
}
.product_01 .box:hover .post {
  transition-delay: 0.2s;
  opacity: 1;
}
.product_01 .box:hover .post > div {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.product_01 .box:hover .post1 .img3 {
  opacity: 0;
}
.product_01 .box:hover .post1 .img4 {
  transition-delay: 0.2s;
  opacity: 1;
}
.product_01 .box:hover .post2 {
  opacity: 0;
  top: 40%;
}
.product_01 .box:nth-child(odd) .post2 {
  left: var(--bj);
}
.product_01 .box:nth-child(odd) .post {
  left: 0;
}
.product_01 .box:nth-child(even) .post2 {
  right: var(--bj);
}
.product_01 .box:nth-child(even) .post {
  right: 0;
}
.product_01 .box:nth-child(even) .post > div {
  margin-left: auto;
}
.bodybg {
  background: url("../images/bk3.jpg") no-repeat center bottom / 100% 100%;
  background-attachment: fixed;
}
.gray_tips {
    color: #666;
}
.product_details_01 {
  padding-bottom: var(--gap);
}
.product_details_01 .pu_leval {
  margin-top: 0;
}
.product_details_01 .ls_bot {
  margin-top: 0.45rem;
}
.product_details_01 .ls_bot .le_box {
  width: 40%;
}
.product_details_01 .ls_bot .le_box .content1 .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.product_details_01 .ls_bot .le_box .content1 .t2 {
  font-size: var(--f30);
}
.product_details_01 .ls_bot .le_box .content2 {
  margin: 0.38rem 0 0.25rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: rgba(0,0,0,.5);
}
.product_details_01 .ls_bot .le_box .content3 {
  font-size: var(--f18);
}
.product_details_01 .ls_bot .le_box .content3 .div1 {
  color: #333;
}
.product_details_01 .ls_bot .le_box .content3 .div2 {
  color: #000;
  flex: 1;
  font-size: var(--f16);
  padding-left: 0.2rem;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li {
  --color: #1212dd;
  cursor: pointer;
  margin-right: 0.28rem;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li > div p {
  position: relative;
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 50%;
  outline: 1px solid #e3e3e3;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li > div p::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  width: 166%;
  height: 166%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #1212dd;
  border-radius: inherit;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li > div span {
  margin-left: 12px;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li .none {
  display: none;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li:last-child {
  margin-right: 0;
}
.product_details_01 .ls_bot .le_box .content3 .div2 .li:hover > div p::before,
.product_details_01 .ls_bot .le_box .content3 .div2 .li.active > div p::before {
  opacity: 1;
}
.product_details_01 .ls_bot .le_box .content4 {
  margin-top: 0.5rem;
}
.product_details_01 .ls_bot .ri_box {
  position: relative;
  width: 45.5%;
}
.product_details_01 .ls_bot .ri_box .swiper .swiper-slide img {
  max-width: 100%;
}
.product_details_01 .ls_bot .ri_box .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.15rem;
  text-align: center;
}
.product_details_01 .ls_bot .ri_box .div_ .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.product_details_01 .ls_bot .ri_box .div_ .swiper-pagination-bullet-active svg path {
  fill: #31d3ff;
}
.product_details_02 {
  background: #fff;
}
.product_details_02 .ls_bot {
  margin-top: 0.6rem;
}
.product_details_02 .ls_bot ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details_02 .ls_bot ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0;
}
.product_details_02 .ls_bot ul li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_details_02 .ls_bot ul li > div p {
  width: 1.9rem;
  padding-right: 10px;
  font-size: var(--f20);
  font-weight: var(--blod);
}
.product_details_02 .ls_bot ul li > div span {
  flex: 1;
  color: #333;
  font-size: var(--f18);
}
.product_details_03 {
  background: var(--bg);
}
.product_details_03 .ls_bot {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem 0.35rem;
}
.product_details_03 .ls_bot .item {
  cursor: pointer;
  padding: 0.5rem 0.4rem;
  background: #fff;
  border-radius: var(--yj);
}
.product_details_03 .ls_bot .item .svg {
  height: 0.56rem;
}
.product_details_03 .ls_bot .item .svg img {
  max-height: 100%;
}
.product_details_03 .ls_bot .item .text {
  margin-top: 0.52rem;
}
.product_details_03 .ls_bot .item .text .t1 {
  font-size: var(--f24);
  font-weight: var(--blod);
}
.product_details_03 .ls_bot .item .text .t2 {
  margin-top: 0.36rem;
  font-size: var(--f16);
  line-height: 1.75;
  color: #333;
}
.pop_03 {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.pop_03 .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--bj) * 2);
  background: #fff;
  border-radius: var(--yj);
  padding: 0.52rem 1.04rem 0.52rem 0.52rem;
}
.pop_03 .box .close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}
.pop_03 .box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #cbcbcb;
  font-size: var(--f30);
  font-weight: bold;
}
.pop_03 .box .close i:hover {
  color: #1212dd;
}
.pop_03 .box .list ul li {
  display: none;
}
.pop_03 .box .list ul li .le_box {
  width: 48.5%;
  overflow: hidden;
}
.pop_03 .box .list ul li .le_box img {
  transition: 0.4s;
  width: 100%;
}
.pop_03 .box .list ul li .le_box:hover img {
  transform: scale(1.05);
}
.pop_03 .box .list ul li .ri_box {
  width: 46%;
}
.pop_03 .box .list ul li .ri_box > div {
  width: 100%;
  margin: auto;
}
.pop_03 .box .list ul li .ri_box > div .t1 {
  font-size: var(--f36);
}
.pop_03 .box .list ul li .ri_box > div .t2 {
  margin-top: 0.35rem;
  font-size: var(--f16);
  color: #333;
  line-height: 1.75;
  max-height: calc(1.75em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.pop_03 .box .list ul li .ri_box > div .t2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pop_03 .box .list ul li .ri_box > div .t2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1212dd;
}
.pop_03 .box .list ul li .ri_box > div .t2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .pop_03 .box .list ul li .ri_box > div .t2 {
    scrollbar-color: #1212dd rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pop_03 .box .list ul li.active {
  display: block;
}
.product_details_04 {
  background: #fff;
}
.product_details_04 .ls_bot {
  margin-top: 0.52rem;
  --r: calc((var(--vw) - var(--bj) * 2));
  --gw: calc(var(--r) / 9);
  color: #333;
  font-size: var(--f18);
  text-align: center;
}
.product_details_04 .ls_bot >div {
  overflow-x: auto;
}
.product_details_04 .ls_bot >div::-webkit-scrollbar {
   width: 6px;
  height: 6px; 
}
.product_details_04 .ls_bot >div::-webkit-scrollbar-thumb {
    border-radius: 2px;
  background: #1212dd; 
}
.product_details_04 .ls_bot >div::-webkit-scrollbar-track {
   border-radius: 2px;
  background: rgba(0, 0, 0, 0.2); 
}
@-moz-document url-prefix() {
  .product_details_04 .ls_bot >div {
    scrollbar-color: #1212dd rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.product_details_04 .ls_bot table {
    height: fit-content;
  width: calc(var(--gw) * var(--num));
  position: relative;
 border-collapse: separate; 
 border-spacing: 0; 
}
.product_details_04 .ls_bot table tr:nth-child(1) {
  color: #000;
}
.product_details_04 .ls_bot table tr:nth-child(1) img {
   max-width: 0.87rem;  
}
.product_details_04 .ls_bot table tr td {
   width: var(--gw);
   padding: 10px;
   background: #fff;
   outline: 1px solid #e5e5e5;
}
.product_details_04 .ls_bot table tr:first-child td:nth-child(1),
.product_details_04 .ls_bot table tr:first-child td:nth-child(2) {
   position: initial;
}
.product_details_04 .ls_bot table tr td.special-class {
  position: sticky;
  left: 0;
  z-index: 1;
} 
.syncenter_01 .box {
  min-height: 6.9rem;
  background: var(--bg) url("../images/bk4.png") no-repeat center / cover;
  border-radius: var(--yj);
  padding: 0 0.58rem;
}
.syncenter_01 .box .le_box {
  width: 47%;
}
.syncenter_01 .box .le_box .item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.46rem;
}
.syncenter_01 .box .le_box .item .num {
  display: flex;
  height: calc(var(--f36) * 1.4);
}
.syncenter_01 .box .le_box .item .num span {
  margin: auto;
  display: block;
  --w: 42px;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  line-height: calc(var(--w) - 6px);
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.4);
  font-family: MontserratBold;
  font-size: var(--f20);
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.syncenter_01 .box .le_box .item .text {
  padding-left: 0.26rem;
  flex: 1;
}
.syncenter_01 .box .le_box .item .text .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.syncenter_01 .box .le_box .item .text .t1 svg {
  width: var(--f18);
  transition: 0.4s;
}
.syncenter_01 .box .le_box .item .text .t2 {
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.syncenter_01 .box .le_box .item .text .t2 p {
  min-height: 0;
  font-size: var(--f24);
  color: #333;
}
.syncenter_01 .box .le_box .item + .item {
  margin-top: 0.9rem;
}
.syncenter_01 .box .le_box .item.active .num span {
  border-color: #1212dd;
  color: #1212dd;
}
.syncenter_01 .box .le_box .item.active .text .t1 svg {
  transform: rotateX(180deg);
}
.syncenter_01 .box .le_box .item.active .text .t2 {
  margin-top: 0.12rem;
  grid-template-rows: 1fr;
}
.syncenter_01 .box .ri_box {
  width: 44%;
  text-align: center;
}
.syncenter_01 .box .ri_box .item {
  display: none;
}
.syncenter_01 .box .ri_box .item .img {
  position: relative;
  --w: 3.34rem;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: var(--w);
  height: var(--w);
}
.syncenter_01 .box .ri_box .item .img img {
  border-radius: inherit;
  max-width: 100%;
}
.syncenter_01 .box .ri_box .item .img .play {
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yw);
  height: var(--yw);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  background: rgba(0, 0, 0, 0.1);
}
.syncenter_01 .box .ri_box .item .img .play svg {
  max-width: 50%;
  margin: auto;
}
.syncenter_01 .box .ri_box .item .img .play svg path {
  transition: 0.4s;
}
.syncenter_01 .box .ri_box .item .img .play:hover {
  background: #fff;
}
.syncenter_01 .box .ri_box .item .img .play:hover svg path {
  fill: #1212dd;
}
.syncenter_01 .box .ri_box .item p {
  margin-top: 0.34rem;
  font-size: var(--f18);
  color: #666;
}
.syncenter_01 .box .ri_box .item.active {
  display: block;
}
.syncenter_02 {
  position: relative;
}
.syncenter_02 .sy_bk {
  width: 100%;
}
.syncenter_02 .sy_bk img {
  width: 100%;
}
.syncenter_02 .sy_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.syncenter_02 .sy_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.syncenter_02 .sy_post > div .content1 .t1 {
  font-size: var(--f64);
  font-weight: var(--blod);
}
.syncenter_02 .sy_post > div .content1 .t2 {
  margin-top: 0.12rem;
  font-size: var(--f30);
}
.syncenter_02 .sy_post > div .content2 {
  margin: 0.46rem 0 0.7rem;
  font-size: var(--f18);
  line-height: 1.75;
}
.download_pop {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.download_pop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  background: #fff;
  border-radius: var(--yj);
  padding: 0.52rem;
}
.download_pop .box .close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}
.download_pop .box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #cbcbcb;
  font-size: var(--f30);
  font-weight: bold;
}
.download_pop .box .close i:hover {
  color: #1212dd;
}
.download_pop .box .list {
  text-align: center;
}
.download_pop .box .list .code {
  --w: 3.34rem;
  width: var(--w);
  border-radius: 10px;
  padding: 2px;
  background: #1212dd;
}
.download_pop .box .list .code img {
  border-radius: inherit;
  width: 100%;
}
.download_pop .box .list .tips {
  font-size: var(--f16);
  margin-top: 10px;
  color: #666;
}
.pu_tog {
  --h: 0.4rem;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e4e4;
  padding: 8px;
  border-radius: calc((var(--h) + 16px) / 2);
}
.pu_tog > div {
  cursor: pointer;
}
.pu_tog > div a {
  transition: 0.4s;
  font-size: var(--f18);
  color: #666;
  min-width: 1.28rem;
  text-align: center;
  line-height: var(--h);
  padding: 0 0.25rem;
  border-radius: calc(var(--h) / 2);
}
.pu_tog > div .none {
  display: none;
}
.pu_tog > div + div {
  margin-left: 8px;
}
.pu_tog > div:hover a,
.pu_tog > div.active a {
  background: #1212dd;
  color: #fff;
}
.questionnaire_01 .qu_bot {
  margin-top: 0.36rem;
  font-size: var(--f18);
}
.questionnaire_01 .qu_bot .content1 .t1 {
  font-size: var(--f36);
}
.questionnaire_01 .qu_bot .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.questionnaire_01 .qu_bot .content2 {
  margin: 0.68rem 0;
  color: #333;
}
.questionnaire_01 .qu_bot .content2 .label_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.questionnaire_01 .qu_bot .content2 .label_1 .tips {
  margin-right: 0.3rem;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radio > * {
  font-size: var(--f18);
  color: #333;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radio {
  margin: 0;
  padding-right: 0.2rem;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radio i {
  transition: 0.4s;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radio i::before {
  transition: 0.4s;
  opacity: 0;
  content: "\e605";
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radio:last-of-type {
  padding-right: 0;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radioed i {
  background: #1212dd;
  border-color: #1212dd;
}
.questionnaire_01 .qu_bot .content2 .label_1 .radio_guop .layui-form-radioed i::before {
  opacity: 1;
}
.questionnaire_01 .qu_bot .content2 .label_2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.questionnaire_01 .qu_bot .content2 .label_2 .input_guop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.questionnaire_01 .qu_bot .content2 .label_2 .input_guop .tips {
  margin-right: 0.3rem;
}
.questionnaire_01 .qu_bot .content2 .label_2 .input_guop input {
  width: 1rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
}
.questionnaire_01 .qu_bot .content2 .label_2 .input_guop .dw {
  margin-left: 0.12rem;
}
.questionnaire_01 .qu_bot .content2 .label_2 .input_guop + .input_guop {
  margin-left: 0.52rem;
}
.questionnaire_01 .qu_bot .content3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.6rem 0;
  color: #333;
}
.questionnaire_01 .qu_bot .content3 .label .tips {
  margin-bottom: 0.15rem;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio > * {
  font-size: var(--f18);
  color: #333;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio {
  margin: 0;
  padding-right: 1.6rem;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio i {
  transition: 0.4s;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio i::before {
  transition: 0.4s;
  opacity: 0;
  content: "\e605";
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio:last-of-type {
  padding-right: 0;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radioed i {
  background: #1212dd;
  border-color: #1212dd;
}
.questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radioed i::before {
  opacity: 1;
}
.questionnaire_01 .qu_bot .content3 .label + .label {
  margin-top: 0.52rem;
}
.questionnaire_01 .qu_bot .content4 {
  margin-top: 0.6rem;
}
.questionnaire_01 .qu_bot .content4 label + label {
  margin-left: 0.2rem;
}
.questionnaire_pop {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.questionnaire_pop .box {
  width: min(8.64rem, 90vw);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: var(--yj);
  padding: 0.52rem;
}
.questionnaire_pop .box .close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}
.questionnaire_pop .box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #cbcbcb;
  font-size: var(--f30);
  font-weight: bold;
}
.questionnaire_pop .box .close i:hover {
  color: #1212dd;
}
.questionnaire_pop .box .list {
  text-align: center;
}
.questionnaire_pop .box .list .content1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.questionnaire_pop .box .list .content2 {
  --score: 0;
  margin: 0.66rem 0 0.6rem;
}
.questionnaire_pop .box .list .content2 .div1 {
  margin-bottom: 0.38rem;
  position: relative;
}
.questionnaire_pop .box .list .content2 .div1 svg {
  --f: 461 / 38;
  display: block;
  margin: 0 auto;
  transform: rotate(90deg);
}
.questionnaire_pop .box .list .content2 .div1 svg .cir2 {
  stroke-dashoffset: calc(461 - (var(--f) * var(--score)));
  stroke-dasharray: 461;
}
.questionnaire_pop .box .list .content2 .div1 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.questionnaire_pop .box .list .content2 .div1 .post > div {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.questionnaire_pop .box .list .content2 .div1 .post > div p {
  line-height: 0.8;
  font-size: var(--f60);
  color: #6ee1b1;
}
.questionnaire_pop .box .list .content2 .div1 .post > div span {
  margin-left: 2px;
  color: #666;
  font-size: var(--f20);
}
.questionnaire_pop .box .list .content2 .div2 .gfx {
  display: none;
}
.questionnaire_pop .box .list .content2 .div2 .dfx .t1 {
  color: #6ee1b1;
}
.questionnaire_pop .box .list .content2 .div2 .gfx .t1 {
  color: #ffb368;
}
.questionnaire_pop .box .list .content2 .div2 .t1 {
  font-size: var(--f26);
}
.questionnaire_pop .box .list .content2 .div2 .t2 {
  margin-top: 8px;
  font-size: var(--f18);
  color: #666;
}
.questionnaire_pop.active .box .list .content2 .div1 .post > div p {
  color: #ffb368;
}
.questionnaire_pop.active .box .list .content2 .div2 .dfx {
  display: none;
}
.questionnaire_pop.active .box .list .content2 .div2 .gfx {
  display: block;
}
.questionnaire_02 .qu_bot {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.questionnaire_02 .qu_bot .item {
  position: relative;
  transition: 0.6s;
  background: var(--bg);
  border-radius: var(--yj);
  padding: 0.4rem;
  font-size: var(--f18);
  border: 1px solid var(--bg);
}
.questionnaire_02 .qu_bot .item .content1 {
  font-size: var(--f28);
  font-weight: var(--blod);
}
.questionnaire_02 .qu_bot .item .content2 {
  transition: 0.4s;
  margin-top: 0.55rem;
}
.questionnaire_02 .qu_bot .item .content2 > div {
  display: flex;
  flex-wrap: wrap;
}
.questionnaire_02 .qu_bot .item .content2 > div span {
  display: flex;
  height: calc(var(--f18) * 1.4);
}
.questionnaire_02 .qu_bot .item .content2 > div span svg {
  margin: auto;
}
.questionnaire_02 .qu_bot .item .content2 > div a {
  padding-left: 10px;
  transition: 0.4s;
  flex: 1;
  color: #333;
}
.questionnaire_02 .qu_bot .item .content2 > div a:hover[href] {
  color: #1212dd;
}
.questionnaire_02 .qu_bot .item .content2 > div + div {
  margin-top: 0.12rem;
}
.questionnaire_02 .qu_bot .item .content3 {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 0.4rem;
}
.questionnaire_02 .qu_bot .item .content3 .more_01 span {
  background: #1212dd;
  color: #fff;
}
.questionnaire_02 .qu_bot .item:hover {
  border-color: #dbdbdb;
  background: #fff;
}
.questionnaire_02 .qu_bot .item:hover .content2 {
  transform: translateY(-0.35rem);
}
.questionnaire_02 .qu_bot .item:hover .content3 {
  opacity: 1;
  bottom: 0.3rem;
}
.pu_filter {
  --w: 0.53rem;
}
.pu_filter form {
  display: flex;
  flex-wrap: wrap;
}
.pu_filter form .content1 {
  display: flex;
  flex-wrap: wrap;
}
.pu_filter form .content1 .select {
  font-size: var(--f16);
}
.pu_filter form .content1 .select .layui-input {
  padding: 0.28rem;
  width: 2.6rem;
  height: var(--w);
  background: var(--bg);
  border-radius: calc(var(--w) / 2);
  border: none;
  color: #1212dd;
}
.pu_filter form .content1 .select .layui-input::placeholder {
  color: #999;
}
.pu_filter form .content1 .select .layui-edge {
  right: 0.2rem;
}
.pu_filter form .content1 .select .layui-form-select dl {
  top: var(--w);
  border-radius: 10px;
  font-size: 0.9em;
}
.pu_filter form .content1 .select .layui-form-selectup dl {
  top: auto;
  bottom: var(--h);
}
.pu_filter form .content1 .select + .select {
  margin-left: 0.2rem;
}
.pu_filter form .content2 {
  cursor: pointer;
  margin-left: 0.2rem;
  width: var(--w);
  height: var(--w);
  background: #1212dd;
  border-radius: 50%;
  display: flex;
}
.pu_filter form .content2 svg {
  margin: auto;
  max-width: 50%;
}
.guidance_01 .gu_bot {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.guidance_01 .gu_bot .item {
  border-radius: var(--yj);
  background: var(--bg);
  overflow: hidden;
}
.guidance_01 .gu_bot .item .img {
  position: relative;
  width: 100%;
  border-radius: var(--yj) var(--yj) 0 0;
  overflow: hidden;
}
.guidance_01 .gu_bot .item .img img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.guidance_01 .gu_bot .item .img .play {
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yw);
  height: var(--yw);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  background: rgba(0, 0, 0, 0.1);
}
.guidance_01 .gu_bot .item .img .play svg {
  max-width: 50%;
  margin: auto;
}
.guidance_01 .gu_bot .item .img .play svg path {
  transition: 0.4s;
}
.guidance_01 .gu_bot .item .img .play:hover {
  background: #fff;
}
.guidance_01 .gu_bot .item .img .play:hover svg path {
  fill: #1212dd;
}
.guidance_01 .gu_bot .item .box {
  padding: 0.5rem 0.6rem;
}
.guidance_01 .gu_bot .item .box .x1 {
  transition: 0.4s;
  font-size: var(--f36);
}
.guidance_01 .gu_bot .item .box .x2 {
  margin-top: 0.2rem;
}
.guidance_01 .gu_bot .item .box .x2 .more_01 span {
  background: #1212dd;
}
.guidance_01 .gu_bot .item:hover .img img {
  transform: scale(1.05);
}
.guidance_01 .gu_bot .item:hover .box .x1 {
  color: #1212dd;
}
.faq_01 .fa_top .content2 {
  font-size: var(--f36);
}
.faq_01 .fa_bot {
  margin-top: 0.6rem;
}
.faq_01 .fa_bot .content1 {
  font-size: var(--f36);
}
.faq_01 .fa_bot .content2 {
  position: relative;
  margin-top: 0.7rem;
  height: 100vh;
  overflow: hidden;
}
.faq_01 .fa_bot .content2 .bk {
  width: 50%;
  height: 100%;
  border-radius: 0 var(--yj) var(--yj) 0;
  overflow: hidden;
}
.faq_01 .fa_bot .content2 .bk img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.faq_01 .fa_bot .content2 .post {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(0, -50%);
}
.faq_01 .fa_bot .content2 .post > div {
  display: flex;
}
.faq_01 .fa_bot .content2 .post > div .li {
  padding: 0.5rem;
  width: 6.52rem;
  background: var(--bg);
  border-radius: var(--yj);
}
.faq_01 .fa_bot .content2 .post > div .li .i1 {
  transition: 0.4s;
  font-size: var(--f28);
  font-weight: var(--blod);
}
.faq_01 .fa_bot .content2 .post > div .li .i2 {
  margin-top: 0.3rem;
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.625;
  height: calc(1.625 * 16em);
  overflow: auto;
  padding-right: 0.1rem;
}
.faq_01 .fa_bot .content2 .post > div .li .i2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.faq_01 .fa_bot .content2 .post > div .li .i2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1212dd;
}
.faq_01 .fa_bot .content2 .post > div .li .i2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .faq_01 .fa_bot .content2 .post > div .li .i2 {
    scrollbar-color: #1212dd rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.faq_01 .fa_bot .content2 .post > div .li + .li {
  margin-left: 0.3rem;
}
.faq_01 .fa_bot .content2 .post > div .li:hover .i1 {
  color: var(--color);
}
.aftersales_01 {
  position: relative;
}
.aftersales_01 .af_bot {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.aftersales_01 .af_bot .item {
  position: relative;
  border-radius: var(--yj);
  overflow: hidden;
}
.aftersales_01 .af_bot .item .bk {
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
}
.aftersales_01 .af_bot .item .bk img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.aftersales_01 .af_bot .item .bk .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 56%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
}
.aftersales_01 .af_bot .item .bk .text p {
  width: 100%;
  margin: auto 0 0;
  padding: 0.4rem;
  color: #fff;
  font-size: var(--f28);
}
.aftersales_01 .af_bot .item .post {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--bg);
  border-radius: inherit;
}
.aftersales_01 .af_bot .item .post > div {
  padding: 0.4rem;
}
.aftersales_01 .af_bot .item .post > div .t1 {
  font-size: var(--f28);
}
.aftersales_01 .af_bot .item .post > div .t2 {
  margin: 0.2rem 0 0.3rem;
  font-size: var(--f18);
}
.aftersales_01 .af_bot .item .post > div .t2 > div {
  display: flex;
  flex-wrap: wrap;
}
.aftersales_01 .af_bot .item .post > div .t2 > div span {
  display: flex;
  height: calc(var(--f18) * 1.4);
}
.aftersales_01 .af_bot .item .post > div .t2 > div span svg {
  margin: auto;
}
.aftersales_01 .af_bot .item .post > div .t2 > div a {
  padding-left: 10px;
  transition: 0.4s;
  flex: 1;
  color: #333;
}
.aftersales_01 .af_bot .item .post > div .t2 > div a:hover[href] {
  color: #1212dd;
}
.aftersales_01 .af_bot .item .post > div .t2 > div + div {
  margin-top: 0.12rem;
}
.aftersales_01 .af_bot .item .post > div .t3 .more_01 span {
  background: #1212dd;
}
.aftersales_01 .af_bot .item:hover .bk img {
  transform: scale(1.05);
}
.aftersales_01 .af_bot .item:hover .post {
  opacity: 1;
}
.contact_01 {
  background: var(--bg);
  padding-top: calc(var(--md) / 2);
  margin-top: calc(var(--md) / -2);
}
.contact_01 .ct_bot {
  margin-top: 0.68rem;
}
.contact_01 .ct_bot .le_box {
  width: 50%;
}
.contact_01 .ct_bot .le_box .content1 > div p {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 6px;
}
.contact_01 .ct_bot .le_box .content1 > div a {
  color: #1212dd;
  font-family: MontserratRegular;
  font-size: var(--f34);
  line-height: 1;
}
.contact_01 .ct_bot .le_box .content1 > div span {
  color: #000;
  font-size: var(--f22);
}
.contact_01 .ct_bot .le_box .content1 > div + div {
  margin-top: 0.35rem;
}
.contact_01 .ct_bot .le_box .content2 {
  margin-top: 0.48rem;
  display: flex;
  flex-wrap: wrap;
}
.contact_01 .ct_bot .le_box .content2 > div {
  text-align: center;
}
.contact_01 .ct_bot .le_box .content2 > div img {
  width: 1.2rem;
}
.contact_01 .ct_bot .le_box .content2 > div p {
  margin-top: 0.14rem;
  font-size: var(--f16);
  color: rgba(0, 0, 0, 0.5);
}
.contact_01 .ct_bot .le_box .content2 > div + div {
  margin-left: 0.26rem;
}
.contact_01 .ct_bot .ri_box {
  width: 39%;
}
.contact_01 .ct_bot .ri_box .item {
  background: #fff;
  border-radius: var(--yj);
  padding: 0.32rem;
}
.contact_01 .ct_bot .ri_box .item .t1 {
  font-size: var(--f28);
  font-weight: var(--blod);
}
.contact_01 .ct_bot .ri_box .item .t2 {
  margin-top: 10px;
  font-size: var(--f18);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.contact_01 .ct_bot .ri_box .item .t2 > div {
  display: flex;
  flex-wrap: wrap;
}
.contact_01 .ct_bot .ri_box .item .t2 > div span {
  width: 18px;
  height: calc(var(--f18) * 1.4);
  display: flex;
}
.contact_01 .ct_bot .ri_box .item .t2 > div span svg {
  max-width: 100%;
  margin: auto;
}
.contact_01 .ct_bot .ri_box .item .t2 > div a {
  padding-left: 8px;
  flex: 1;
  transition: 0.4s;
}
.contact_01 .ct_bot .ri_box .item .t2 > div a:hover[href] {
  color: #1212dd;
}
.contact_01 .ct_bot .ri_box .item + .item {
  margin-top: 0.2rem;
}
.message_01 .me_bot {
  margin-top: 0.46rem;
}
.message_01 .me_bot form {
  font-size: var(--f16);
}
.message_01 .me_bot form .content1 {
  --h: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.14rem;
}
.message_01 .me_bot form .content1 .label {
  width: 100%;
  position: relative;
}
.message_01 .me_bot form .content1 .label p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #999;
    padding: 0 0.26rem;
    pointer-events: none;
}
.message_01 .me_bot form .content1 .label p span {
  color: #f00;    
}
.message_01 .me_bot form .content1 .label textarea:not(:placeholder-shown) + p,
.message_01 .me_bot form .content1 .label input:not(:placeholder-shown) + p {
  display: none;    
}

.message_01 .me_bot form .content1 .label textarea,
.message_01 .me_bot form .content1 .label input {
  transition: 0.4s;
  padding: 0 0.26rem;
  width: 100%;
  height: var(--h);
  background: var(--bg);
  border-radius: 0.1rem;
  border: 1px solid var(--bg);
  color: #333;
}
.message_01 .me_bot form .content1 .label textarea::placeholder,
.message_01 .me_bot form .content1 .label input::placeholder {
  color: #999;
}
.message_01 .me_bot form .content1 .label textarea:focus,
.message_01 .me_bot form .content1 .label input:focus,
.message_01 .me_bot form .content1 .label textarea:hover,
.message_01 .me_bot form .content1 .label input:hover {
  border-color: #d8d8d8 !important;
  background: #fff;
  box-shadow: none;
}
.message_01 .me_bot form .content1 .label textarea {
  height: calc(var(--h) * 3);
  padding: 0.16rem 0.26rem;
}
.message_01 .me_bot form .content1 .label .layui-form-select .layui-edge {
  right: 0.26rem;
}
.message_01 .me_bot form .content1 .label .layui-form-select dl {
  z-index: 2;
  top: var(--h);
  font-size: 0.9em;
}
.message_01 .me_bot form .content1 .label .layui-form-selectup dl {
  top: auto;
  bottom: var(--h);
}
.message_01 .me_bot form .content1 .label .file_box {
  padding: 8px 0.26rem;
  background: var(--bg);
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.message_01 .me_bot form .content1 .label .file_box .tips {
  color: #333;
}
.message_01 .me_bot form .content1 .label .file_box .file_ {
  margin-left: 0.38rem;
  transition: 0.4s;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0.43rem;
  border-radius: 6px;
  border: 1px dashed #999;
  padding: 0 0.26rem;
}
.message_01 .me_bot form .content1 .label .file_box .file_ svg {
  width: var(--f18);
}
.message_01 .me_bot form .content1 .label .file_box .file_ svg path {
  transition: 0.4s;
}
.message_01 .me_bot form .content1 .label .file_box .file_ span {
  transition: 0.4s;
  color: #999;
  font-size: var(--f14);
  margin-left: 8px;
}
.message_01 .me_bot form .content1 .label .file_box .file_:hover {
  border-color: #1212dd;
}
.message_01 .me_bot form .content1 .label .file_box .file_:hover svg path {
  fill: #1212dd;
}
.message_01 .me_bot form .content1 .label .file_box .file_:hover span {
  color: #1212dd;
}
.message_01 .me_bot form .content1 .label:nth-last-child(2) {
  grid-area: 2 / 1 / 3 / 5;
}
.message_01 .me_bot form .content1 .label:nth-last-child(2) p {
    top: .16rem;
    transform: translateY(0);
}
.message_01 .me_bot form .content1 .label:nth-last-child(1) {
  grid-area: 3 / 1 / 4 / 5;
}
.message_01 .me_bot form .content2 {
  margin-top: 0.25rem;
  --h: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.message_01 .me_bot form .content2 .div1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.message_01 .me_bot form .content2 .div1 .layui-form-checkbox[lay-skin="primary"] {
  min-width: auto;
  min-height: auto;
  padding-left: 0;
}
.message_01 .me_bot form .content2 .div1 .layui-form-checkbox[lay-skin="primary"] > i {
  position: initial;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
}
.message_01 .me_bot form .content2 .div1 .tips {
  margin-left: 0.14rem;
  color: #666;
}
.message_01 .me_bot form .content2 .div1 .tips a {
  display: inline;
  transition: 0.4s;
  color: #000;
}
.message_01 .me_bot form .content2 .div1 .tips a:hover {
  color: #1212dd;
}
.message_01 .me_bot form .content2 .div2 {
  margin-left: 0.52rem;
  width: 3.6rem;
  opacity: 0;
  pointer-events: none;
}
.message_01 .me_bot form .content2 .div2.active {
  opacity: 1;
  pointer-events: auto;   
}
.message_01 .me_bot form .content2 .div2 .slider-bg {
  /*display: none;*/
  z-index: 1;
  width: var(--h);
  background: #1212dd !important;
  border-radius: calc(var(--h) / 2);
}
.message_01 .me_bot form .content2 .div2 .slider-item {
  height: var(--h);
  line-height: var(--h);
  background: var(--bg);
  border-radius: calc(var(--h) / 2);
  border: none;
}
.message_01 .me_bot form .content2 .div2 .slider-text {
  z-index: 1;
  color: #999;
  font-size: inherit;
}
.message_01 .me_bot form .content2 .div2 .slider-btn-success {
  font-size: inherit;
}
.message_01 .me_bot form .content2 .div2 .slider-btn {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: var(--h);
  height: var(--h);
  background: #1212dd;
  border-radius: 50%;
  border: none;
}
.message_01 .me_bot form .content2 .div2 .slider-btn::before {
  content: "\e65b" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.message_01 .me_bot form .content2 .div2 .slider-item-success .slider-text {
    color: #fff;
}
.message_01 .me_bot form .content2 .div2 .slider-item-success .slider-btn {
  background: #fff;    
}
.message_01 .me_bot form .content2 .div2 .slider-item-success .slider-btn:before {
  color: #1212dd;    
}
.message_01 .me_bot form .content3 {
  margin-top: 0.62rem;
}
.message_01 .me_bot form .content3 label + label {
  margin-left: 0.2rem;
}
.message_pop {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.message_pop .box {
  width: min(5.08rem, 90vw);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: var(--yj);
  padding: 0.52rem;
}
.message_pop .box .close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}
.message_pop .box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #cbcbcb;
  font-size: var(--f30);
  font-weight: bold;
}
.message_pop .box .close i:hover {
  color: #1212dd;
}
.message_pop .box .list {
  text-align: center;
}
.message_pop .box .list .content1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.message_pop .box .list .content2 {
  margin: 0.5rem 0 0.58rem;
  --w: 1.24rem;
}
.message_pop .box .list .content2 .div1 {
  width: var(--w);
  height: var(--w);
  margin: 0 auto;
  background: #1212dd;
  border-radius: 50%;
  display: flex;
}
.message_pop .box .list .content2 .div1 svg {
  max-width: 30%;
  margin: auto;
}
.message_pop .box .list .content2 .div2 {
  margin-top: 0.26rem;
  font-size: var(--f18);
  color: #333;
}
.join_01 {
  background: #fff url("../images/bk5.png") no-repeat center / cover;
}
.join_01 .jo_bot {
  margin-top: 0.68rem;
  background: var(--bg);
  border-radius: var(--yj);
  overflow: hidden;
}
.join_01 .jo_bot .le_box {
  width: 50%;
  display: flex;
}
.join_01 .jo_bot .le_box > div {
  padding: 0 1rem;
  width: 100%;
  margin: auto;
}
.join_01 .jo_bot .le_box > div .x1 {
  font-size: var(--f46);
}
.join_01 .jo_bot .le_box > div .x2 {
  margin-top: 0.3rem;
  color: #333;
  font-size: var(--f18);
  line-height: 2;
  max-height: calc(2em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.join_01 .jo_bot .le_box > div .x2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.join_01 .jo_bot .le_box > div .x2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1212dd;
}
.join_01 .jo_bot .le_box > div .x2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .join_01 .jo_bot .le_box > div .x2 {
    scrollbar-color: #1212dd rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.join_01 .jo_bot .ri_box {
  width: 50%;
  overflow: hidden;
  border-radius: 0 var(--yj) var(--yj) 0;
}
.join_01 .jo_bot .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.join_01 .jo_bot .ri_box:hover img {
  transform: scale(1.05);
}
.join_02 {
  background: var(--bg);
}
.join_02 .jo_bot {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.join_02 .jo_bot .item {
  transition: 0.4s;
  background: #fff;
  border-radius: var(--yj);
  padding: 0.38rem;
}
.join_02 .jo_bot .item .svg {
  height: 0.67rem;
}
.join_02 .jo_bot .item .svg img {
  max-height: 100%;
}
.join_02 .jo_bot .item .text {
  margin-top: 0.45rem;
}
.join_02 .jo_bot .item .text .t1 {
  transition: 0.4s;
  font-size: var(--f32);
}
.join_02 .jo_bot .item .text .t2 {
  margin-top: 0.26rem;
  font-size: var(--f16);
  line-height: 1.75;
}
.join_02 .jo_bot .item .text .t2 p {
  color: #000;
}
.join_02 .jo_bot .item .text .t2 p span {
  color: #666;
}
.join_02 .jo_bot .item:hover {
  transform: translateY(-0.1rem);
}
.join_02 .jo_bot .item:hover .text .t1 {
  color: #1212dd;
}
.join_03 .box1 .jo_bot {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.join_03 .box1 .jo_bot .item {
  transition: 0.4s;
  --w: 0.84rem;
  background: var(--bg);
  border-radius: var(--yj);
  display: flex;
  overflow: hidden;
}
.join_03 .box1 .jo_bot .item > div {
  padding: 0.35rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
.join_03 .box1 .jo_bot .item > div .svg {
  margin: 0 auto;
  width: var(--w);
  height: var(--w);
  background: #fff;
  border-radius: 50%;
  display: flex;
}
.join_03 .box1 .jo_bot .item > div .svg img {
  margin: auto;
  max-width: 48%;
}
.join_03 .box1 .jo_bot .item > div .text {
  margin-top: 0.33rem;
}
.join_03 .box1 .jo_bot .item > div .text .t1 {
  font-size: var(--f26);
  font-weight: var(--blod);
}
.join_03 .box1 .jo_bot .item > div .text .t2 {
  margin-top: 8px;
  font-size: var(--f16);
  line-height: 1.625;
  color: #333;
}
.join_03 .box1 .jo_bot .item:hover {
  transform: translateY(-0.1rem);
}
.join_03 .box1 .jo_bot .item1 {
  grid-area: 1 / 1 / 3 / 3;
  border-radius: var(--yj);
  overflow: hidden;
}
.join_03 .box1 .jo_bot .item1 > img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.join_03 .box1 .jo_bot .item1:hover img {
  transform: scale(1.05);
}
.join_03 .box2 {
  /*margin-top: 0.8rem;*/
}
.join_03 .box2 .jo_bot {
  position: relative;
  margin-top: 0.66rem;
  border-radius: var(--yj);
  overflow: hidden;
}
.join_03 .box2 .jo_bot .bk {
  border-radius: inherit;
  width: 100%;
}
.join_03 .box2 .jo_bot .bk p {
  border-radius: inherit;
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.join_03 .box2 .jo_bot .bk p img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.join_03 .box2 .jo_bot .bk p.active {
  opacity: 1;
}
.join_03 .box2 .jo_bot .post {
  position: relative;
  min-height: 6.4rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: inherit;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.join_03 .box2 .jo_bot .post .item {
  color: #fff;
  height: 100%;
  display: flex;
}
.join_03 .box2 .jo_bot .post .item > div {
  margin: auto 0 0;
  width: 100%;
  padding: 0.56rem;
  text-align: center;
}
.join_03 .box2 .jo_bot .post .item > div .t1 {
  font-size: var(--f22);
  opacity: .6;
  transition: .4s;
}
.join_03 .box2 .jo_bot .post .item > div .t2 {
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.join_03 .box2 .jo_bot .post .item > div .t2 p {
  min-height: 0;
  font-size: var(--f16);
  line-height: 1.625;
}
.join_03 .box2 .jo_bot .post .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.join_03 .box2 .jo_bot .post .item.active > div .t1 {
  opacity: 1;
}
.join_03 .box2 .jo_bot .post .item.active > div .t2 {
  margin-top: 0.2rem;
  grid-template-rows: 1fr;
}
.join_04 {
  background: var(--bg) url("../images/bk6.png") no-repeat center / cover;
}
.join_04 .jo_top .desc {
  margin-top: 0.35rem;
  font-size: var(--f26);
  line-height: 1.55;
}
.join_04 .jo_bot {
  margin-top: 0.77rem;
}
.join_04 .jo_bot p {
  color: #999;
  font-size: var(--f18);
}
.join_04 .jo_bot a {
  color: #1212dd;
  font-size: var(--f34);
  font-family: MontserratMedium;
}
.join_05 .jo_bot {
  margin-top: 0.88rem;
  --w01: 5rem;
}
.join_05 .jo_bot .swiper {
  height: 3.4rem;
}
.join_05 .jo_bot .swiper .swiper-wrapper {
  align-items: center;
}
.join_05 .jo_bot .swiper .swiper-slide {
  cursor: pointer;
  transform: scale(0.8);
  height: auto;
  position: relative;
  transition: 0.8s;
  background: #f9f9f9;
  border-radius: var(--yj);
  padding: 0.5rem 0.45rem;
  overflow: hidden;
}
.join_05 .jo_bot .swiper .swiper-slide::before {
  opacity: 0;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 8px;
  border-radius: 4px;
  background: #1212dd;
}
.join_05 .jo_bot .swiper .swiper-slide .content1 {
  font-size: var(--f32);
  font-weight: var(--blod);
}
.join_05 .jo_bot .swiper .swiper-slide .content2 {
  margin: 0.3rem 0 0;
}
.join_05 .jo_bot .swiper .swiper-slide .content2 > div {
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join_05 .jo_bot .swiper .swiper-slide .content2 > div span {
  width: var(--f20);
  height: calc(var(--f18) * 1.4);
  display: flex;
}
.join_05 .jo_bot .swiper .swiper-slide .content2 > div span svg {
  max-width: 100%;
  margin: auto;
}
.join_05 .jo_bot .swiper .swiper-slide .content2 > div p {
  color: #666;
  padding-left: 0.1rem;
  flex: 1;
}
.join_05 .jo_bot .swiper .swiper-slide .content2 > div + div {
  margin-top: 0.1rem;
}
.join_05 .jo_bot .swiper .swiper-slide .content3 {
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.join_05 .jo_bot .swiper .swiper-slide .content3 .more_01 {
  min-height: 0;
}
.join_05 .jo_bot .swiper .swiper-slide .content3 .more_01 span {
  background: #1212dd;
}
.join_05 .jo_bot .swiper .swiper-slide-prev {
  left: -29px;
}
.join_05 .jo_bot .swiper .swiper-slide-next {
  right: -29px;
}
.join_05 .jo_bot .swiper .swiper-slide-active {
  transform: scale(1);
  padding: 0.4rem 0.45rem;
}
.join_05 .jo_bot .swiper .swiper-slide-active::before {
  opacity: 1;
}
.join_05 .jo_bot .swiper .swiper-slide-active .content3 {
  margin-top: 0.65rem;
  grid-template-rows: 1fr;
}
.join_05 .jo_bot .div_ {
  margin-top: 0.8rem;
}
.join_05 .jo_bot .div_ .next {
  margin-left: 0.2rem;
}
.join_pop {
  display: none;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.join_pop .box {
  width: min(11.46rem, 90vw);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: var(--yj);
  padding: 0.52rem;
}
.join_pop .box .close {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
}
.join_pop .box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #cbcbcb;
  font-size: var(--f30);
  font-weight: bold;
}
.join_pop .box .close i:hover {
  color: #1212dd;
}
.join_pop .box .list > div {
  display: none;
}
.join_pop .box .list > div.active {
  display: block;
}
.join_pop .box .list .item {
  display: none;
}
.join_pop .box .list .item .content1 {
  padding-bottom: 0.3rem;
}
.join_pop .box .list .item .content1 .t1 {
  font-size: var(--f36);
  font-weight: var(--blod);
}
.join_pop .box .list .item .content1 .t2 {
  margin-top: 0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.join_pop .box .list .item .content1 .t2 > div {
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0.5rem;
}
.join_pop .box .list .item .content1 .t2 > div span {
  width: var(--f20);
  height: calc(var(--f18) * 1.4);
  display: flex;
}
.join_pop .box .list .item .content1 .t2 > div span svg {
  max-width: 100%;
  margin: auto;
}
.join_pop .box .list .item .content1 .t2 > div p {
  color: #666;
  padding-left: 0.1rem;
  flex: 1;
}
.join_pop .box .list .item .content1 .t2 > div:last-child {
  margin-right: 0;
}
.join_pop .box .list .item .content2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0.35rem;
}
.join_pop .box .list .item .content2 .t1 {
  font-size: var(--f16);
  line-height: 2;
  color: #333;
  max-height: calc(2em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.join_pop .box .list .item .content2 .t1::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.join_pop .box .list .item .content2 .t1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1212dd;
}
.join_pop .box .list .item .content2 .t1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .join_pop .box .list .item .content2 .t1 {
    scrollbar-color: #1212dd rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.join_pop .box .list .item .content2 .t2 {
  margin-top: 0.34rem;
}
.join_pop .box .list .item .content2 .t2 p {
  font-size: var(--f18);
  color: #999;
}
.join_pop .box .list .item .content2 .t2 a {
  font-family: MontserratMedium;
  color: #1212dd;
  font-size: var(--f34);
}
.join_pop .box .list .item.active {
  display: block;
}
@media (max-width: 1600px) {
  .join_05 .jo_bot .swiper .swiper-slide-prev {
    left: -24px;
  }
  .join_05 .jo_bot .swiper .swiper-slide-next {
    right: -24px;
  }
  .product_details_04 .ls_bot {
    --gw: calc(var(--r) / 7);
  }
  .pu_tog {
    --h: 0.46rem;
  }
}
@media (max-width: 1500px) {
  .join_05 .jo_bot .swiper .swiper-slide-prev {
    left: -20px;
  }
  .join_05 .jo_bot .swiper .swiper-slide-next {
    right: -20px;
  }
  .pc_footer .ter_top .content1 .ri_box {
     width: 50%; 
  }
  .pc_footer .ter_top .content1 .le_box {
    width: 46%;
  }
}
@media (max-width: 1300px) {
  .join_05 .jo_bot .swiper .swiper-slide-prev {
    left: -18px;
  }
  .join_05 .jo_bot .swiper .swiper-slide-next {
    right: -18px;
  }
}
@media (max-width: 1200px) {
    .MobileMain {
     --phone_height: 60px;
    }
    
    
  .pc_header {
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .Language {
    position: relative;
  }
  .MobileMain .HeaderMobile .box .button .Language > a {
    color: #1212dd;
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .Language > a svg {
    max-width: 0.4rem;
  }
  .MobileMain .HeaderMobile .box .button .Language > a span {
    margin: 0 4px;
  }
  .MobileMain .HeaderMobile .box .button .Language > a i {
    font-size: 0.88em;
  }
  .MobileMain .HeaderMobile .box .button .Language .post {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 0.2rem 0.35rem;
    font-size: 16px;
    border-top: 1px solid #b8b8b8;
    white-space: nowrap;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a {
    transition: 0.4s;
    color: #999;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a:hover {
    color: #1212dd;
  }
  .MobileMain .HeaderMobile .box .button .Language .post a + a {
    margin-top: 0.2rem;
  }
  .MobileMain .HeaderMobile .box .button .Language:hover .post {
    display: block;
  }
  .pu_banner .ban_bk img {
    min-height: 6rem;
    height: auto;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    min-height: 8rem;
    height: auto;
  }
  .index_banner .div_ {
    bottom: 5%;
  }
  .index_news,
  .index_product,
  .index_about {
    padding: var(--gap) 0;
  }
  .about_01 {
    padding-top: 0;
    margin-top: 0;
  }
  .index_news .ws_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_product .ct_bot .swiper .swiper-slide a .img {
    height: auto;
  }
  .index_product .ct_bot .swiper .swiper-slide a .box {
    padding: 0.4rem;
    height: auto;
  }
  /*.pc_footer .ter_top .content1 .le_box .logo a img {*/
  /*  height: 0.56rem;*/
  /*}*/
  .pc_footer .ter_top .content2 .share {
    --w: 0.58rem;
  }
  .about_01 .ut_bot .le_box .desc {
    margin: 0.36rem 0;
  }
  .about_02 .ut_bot .item {
    padding: 0.4rem;
  }
  .about_02 .ut_bot .item .svg {
    height: 0.62rem;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
    border-radius: var(--yj) var(--yj) 0 0;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div {
    padding: 0.6rem;
  }
  .news_01 .ws_bot .content2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pu_page .number a {
    display: none;
  }
  .pu_mbx > div {
    line-height: 1.6;
  }
  .pu_li_2 {
    flex-direction: column-reverse !important;
  }
  .pu_li_2 .le_box {
    margin-top: 0.6rem;
  }
  .pu_li_2 .le_box .btn {
    margin-top: 0.46rem;
  }
  .laboratory_02 .pu_li_2 .le_box,
  .laboratory_01 .ry_bot .pu_li_2 .le_box {
    padding: 0 !important;
  }
  .product_01 .box .bk .img2 {
    opacity: 1;
    position: initial;
  }
  .product_01 .box .bk picture img {
    height: auto;
  }
  .product_01 .box .post {
    position: initial;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: var(--bj);
  }
  .product_01 .box .post > div {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
  }
  .product_details_02 .ls_bot ul li {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: none;
    padding: 0;
  }
  .product_details_02 .ls_bot ul li > div {
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product_details_03 .ls_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_details_03 .ls_bot .item .svg {
    height: 0.66rem;
  }
  .pop_03 .box {
    padding: 0.6rem;
  }
  .product_details_04 .ls_bot {
    --gw: calc(var(--r) / 4);
  }
  .product_details_04 .ls_bot table tbody tr:nth-child(1) td img {
    max-width: 1.27rem;
  }
  .syncenter_02 .sy_bk img {
    min-height: 8rem;
  }
  .syncenter_01 .box {
    padding: 0.58rem;
  }
  .syncenter_01 .box .le_box .item .num span {
    --w: 36px;
  }
  .pu_tog {
    --h: 0.5rem;
  }
  .pu_filter {
    --w: 0.63rem;
  }
  .questionnaire_01 .qu_bot .content2 .label_2 .input_guop input {
    width: 1.2rem;
  }
  .pu_filter form .content1 .select .layui-input {
    width: 3.6rem;
  }
  .questionnaire_01 .qu_bot .content3 .label .radio_guop .layui-form-radio {
    display: block;
    padding-right: 0;
  }
  .join_05 .title_01,
  .aftersales_01 .title_01,
  .faq_01 .title_01,
  .questionnaire_02 .title_01,
  .questionnaire_01 .title_01 {
    width: 100%;
  }
  .join_05 .pu_filter,
  .aftersales_01 .pu_filter,
  .faq_01 .pu_filter,
  .questionnaire_02 .pu_filter,
  .questionnaire_01 .pu_filter,
  .join_05 .pu_tog,
  .aftersales_01 .pu_tog,
  .faq_01 .pu_tog,
  .questionnaire_02 .pu_tog,
  .questionnaire_01 .pu_tog {
    width: fit-content;
    margin-top: 0.46rem;
  }
  .aftersales_01 .af_bot,
  .questionnaire_02 .qu_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .questionnaire_02 .qu_bot .item .content2 {
    margin-top: 0.85rem;
  }
  .questionnaire_02 .qu_bot .item:hover .content2 {
    transform: translateY(-0.5rem);
  }
  .guidance_01 .gu_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .faq_01 .fa_bot .content2 {
    height: auto;
    padding: 0 var(--bj);
  }
  .faq_01 .fa_bot .content2 .post {
    position: initial;
    transform: translate(0);
  }
  .faq_01 .fa_bot .content2 .post > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .faq_01 .fa_bot .content2 .post > div .li {
    width: 100%;
    margin-left: 0 !important;
  }
  .pc_footer .ter_top .content2 .code div img,
  .contact_01 .ct_bot .le_box .content2 > div img {
    width: 1.6rem;
  }
  .message_01 .me_bot form .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .message_01 .me_bot form .content1 .label:nth-last-child(2) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .message_01 .me_bot form .content1 .label:nth-last-child(1) {
    grid-area: 4 / 1 / 5 / 3;
  }
  .message_01 .me_bot form .content1 {
    --h: 0.7rem;
  }
  .message_01 .me_bot form .content2 {
    --h: 0.66rem;
  }
  .message_01 .me_bot form .content1 .label .file_box .file_ {
    line-height: 36px;
  }
  .message_01 .me_bot form .content2 .div2 {
    width: 4.4rem;
  }
  .join_01 .jo_bot {
    flex-direction: column-reverse;
  }
  .join_01 .jo_bot .le_box > div {
    padding: 0.6rem;
  }
  .join_01 .jo_bot .ri_box {
    border-radius: var(--yj) var(--yj) 0 0;
  }
  .join_02 .jo_bot .item .svg {
    height: 0.77rem;
  }
  .join_03 .box1 .jo_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .join_03 .box2 .jo_bot {
    border-radius: 0;
  }
  .join_03 .box2 .jo_bot .bk {
    border-radius: var(--yj);
    position: initial;
  }
  .join_03 .box2 .jo_bot .bk p {
    position: initial;
    opacity: 1;
    display: none;
  }
  .join_03 .box2 .jo_bot .bk p.active {
    display: block;
  }
  .join_03 .box2 .jo_bot .post {
    margin-top: 10px;
    min-height: auto;
    background: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .join_03 .box2 .jo_bot .post .item {
    background: #1212dd;
    border-radius: var(--yj);
  }
  .join_03 .box2 .jo_bot .post .item > div .t2 {
    margin-top: 0.2rem;
    grid-template-rows: 1fr;
  }
  .faq_01 .fa_bot .content2 .post > div .li .i2 {
    height: auto;
    padding-right: 0;
  }
  .join_05 .jo_bot .swiper {
    height: auto;
  }
  .join_05 .jo_bot .swiper .swiper-slide {
    transform: scale(1);
  }
  .join_05 .jo_bot .swiper .swiper-slide-prev {
    left: 0;
  }
  .join_05 .jo_bot .swiper .swiper-slide-next {
    right: 0;
  }
   .index_product .ct_bot .swiper .swiper-slide a {
  
    margin-right: 0; 
   }
    .index_product .ct_bot .swiper .swiper-slide a  +a {
         margin-top: 15px;
    }
 
  .index_product .ct_bot .swiper .swiper-slide a .box .x1 {
      height: fit-content;
      display: block;
  }
  .join_05 .jo_bot .swiper .swiper-slide .content3 {
    grid-template-rows: 1fr;
    margin-top: 0.65rem;
  }
  .join_01 .jo_bot .le_box > div .x2 {
    max-height: fit-content;
    padding-right: 0;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t2 {
    height: 3.25em;
    -webkit-line-clamp: 2;
  }
  
  .product_01 .box {
     background: linear-gradient(to bottom,#fff, rgba(229 ,232 ,241, 1));
  }
  .product_01 .box .post {
      background: none;
  }
  .about_01 .ut_bot .ri_box {
     order: -1; 
  }

  .product_01 .box .post > div .desc,
  .pu_li_2 .le_box .text .t1,
  .pu_li_2 .le_box .text .t2 {
    height: fit-content;
    -webkit-line-clamp: initial;
    overflow: visible;
  }
  .contact_01 .ct_bot .ri_box,
  .syncenter_01 .box .ri_box,
  .pop_03 .box .list ul li .ri_box,
  .about_01 .ut_bot .le_box,
  .index_about .ut_top .ri_box {
    margin-top: 0.6rem;
  }
  .faq_01 .fa_bot .content2 .bk,
  .pu_banner_2 .ban_post > div .content2 br,
  .syncenter_02 .sy_post > div .content2 br,
  .product_01 .box .post1,
  .product_01 .box .bk .img1,
  .product_01 .box .post2,
  .news_details_01 .ls_bot .ri_box,
  .pu_leval,
  .pc_footer .ter_top .content1 .ri_box,
  .index_product .ct_bot .swiper .swiper-slide a .post {
    display: none;
  }
    .index_product .ct_bot .swiper .swiper-slide a,
  .join_01 .jo_bot .ri_box,
  .join_01 .jo_bot .le_box,
  .contact_01 .ct_bot .ri_box,
  .contact_01 .ct_bot .le_box,
  .syncenter_01 .box .ri_box,
  .syncenter_01 .box .le_box,
  .pop_03 .box .list ul li .ri_box,
  .pop_03 .box .list ul li .le_box,
  .product_details_01 .ls_bot .ri_box,
  .product_details_01 .ls_bot .le_box,
  .pu_li_2 .ri_box,
  .pu_li_2 .le_box,
  .news_details_01 .ls_bot .le_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box,
  .about_01 .ut_bot .ri_box,
  .about_01 .ut_bot .le_box,
  .pc_footer .ter_top .content1 .le_box,
  .index_about .ut_top .ri_box,
  .index_about .ut_top .le_box {
    width: 100%;
    flex: auto;
  }
  .pu_link_2 .a {
    padding: 0 0.46rem;
  }
  :root {
    --yw: 1.06rem;
    --w1: 0.64rem;
    --h1: 0.64rem;
    --h2: 0.56rem;
  }
}
@media (max-width: 750px) {
  :root {
    --yw: 1.26rem;
    --w1: 0.74rem;
    --h1: 0.74rem;
    --h2: 0.66rem;
  }
  .MobileMain .HeaderMobile .box .button .Language > a svg {
    max-width: 0.5rem;
  }
  .MobileMain .HeaderMobile .box .button .Language .post {
    padding: 0.24rem 0.45rem;
  }
  .title_01 .t1 {
    font-size: 0.7rem;
  }
  .index_product .ct_bot .swiper .swiper-slide a {
   
  }
  .pc_footer .ter_bot .copy {
    line-height: 1.8;
  }
  .about_02 .ut_bot .item .svg {
    height: 0.72rem;
  }
  .pc_footer .ter_top .content2 .share {
    margin-top: 0.36rem;
    /*--w: 0.78rem;*/
  }
  .product_details_03 .ls_bot .item .svg {
    height: 0.76rem;
  }
  .pop_03 .box .list ul li .ri_box > div .t2 {
    max-height: calc(1.75em * 4);
  }
  .product_details_04 .ls_bot {
    --gw: calc(var(--r) / 3);
  }
  .product_details_01 .ls_bot .le_box .content3 .div2 {
    margin-top: 0.36rem;
    padding-left: 0;
  }
  .news_details_01 .ls_bot .le_box .content2 .div1 {
    margin-bottom: 0.36rem;
  }
  .syncenter_02 .sy_bk img {
    min-height: 10rem;
  }
  .syncenter_01 .box .le_box .item .num span {
    --w: 32px;
  }
  .pu_banner_2 .ban_post > div .content3 .li {
    margin-bottom: 0.2rem;
  }
  .pu_banner_2 .ban_post > div .content3 .li a {
    padding: 0 0.36rem;
  }
  .pu_tog {
    --h: 0.66rem;
  }
  .questionnaire_01 .qu_bot .content2 .label_2 .input_guop {
    width: 100%;
    margin-left: 0 !important;
  }
  .questionnaire_01 .qu_bot .content2 .label_2 .input_guop + .input_guop {
    margin-top: 10px;
  }
  .pu_filter {
    --w: 0.76rem;
  }
  .questionnaire_01 .qu_bot .content2 .label_2 .input_guop input {
    width: 2.6rem;
  }
  .pu_filter form .content1 .select .layui-input {
    width: 2.75rem;
  }
  /*.pc_footer .ter_top .content2 .code div img,*/
  /*.contact_01 .ct_bot .le_box .content2 > div img {*/
  /*  width: 2rem;*/
  /*}*/
  .message_01 .me_bot form .content1 {
    grid-template-columns: repeat(1, 1fr);
    --h: 0.88rem;
  }
  .message_01 .me_bot form .content1 .label:nth-last-child(1) {
    grid-area: 6 / 1 / 7 / 2;
  }
  .message_01 .me_bot form .content1 .label:nth-last-child(2) {
    grid-area: 5 / 1 / 6 / 2;
  }
  .message_01 .me_bot form .content2 {
    --h: 0.88rem;
  }
  .message_01 .me_bot form .content2 .div2 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .join_02 .jo_bot .item .svg {
    height: 0.97rem;
  }
  .join_03 .box1 .jo_bot .item {
    --w: 1.2rem;
  }
  .join_03 .box1 .jo_bot .item1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 {
     margin-top: .2rem;  
  }
  .pu_banner_2 .ban_post > div .content1 .t2,
  .pu_banner .ban_post > div .t2,
  .index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 {
      font-size: .3rem;
  }
  .pu_tog > div a {
    font-size: var(--f16);  
  }
  .pc_footer .ter_top .content2 .code div p,
  .pc_footer .ter_top,
  .pc_footer .ter_bot {
      font-size: .24rem;
  }
  .pc_footer .ter_bot{
      font-size: 9px;
  }
  .pc_footer .ter_bot .copy p:last-child{
        margin: 0;
  }
  .pu_banner_2 .ban_post > div .content3 .li a {
        min-width: 3.02rem;  
  }
  
  .join_03 .box2 .jo_bot .post,
  .join_03 .box1 .jo_bot,
  .join_02 .jo_bot,
  .contact_01 .ct_bot .ri_box .item .t2,
  .aftersales_01 .af_bot,
  .questionnaire_02 .qu_bot,
  .product_details_03 .ls_bot,
  .news_01 .ws_bot .content2,
  .about_02 .ut_bot,
  .index_news .ws_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_details_01 .ls_bot .le_box .content3 .div2,
  .news_details_01 .ls_bot .le_box .content2 .div1,
  .pc_footer .ter_top .content2 .share {
    width: 100%;
    flex: auto;
  }
.MobileMain {
        --phone_height: 40px;
}
  
  .MobileMain .HeaderMobile .box .logo a img{
      height: 22px;
  }
  
  .maodian {
    position: relative;
    top: calc(40px * -1);
}
  
  .join_03 .box2 .jo_bot .post .item > div .t1 {
     opacity: 1; 
  }
  
}
