@charset "utf-8";
.gs-about-1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-about-1 .public-btn-ban {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.58rem;
  border-radius: 133px;
  background: -webkit-linear-gradient(to right, #0024FF, #5cd7ff);
  background: linear-gradient(to right, #0024FF, #5cd7ff);
  padding: 0 0.3rem 0 0.31rem;
  height: 0.66rem;
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
}
@media (max-width: 767px) {
  .gs-about-1 .public-btn-ban {
    height: 0.8rem;
  }
}
.gs-about-1 .public-btn-ban.public-btn2 {
  border-color: #dddddd;
}
.gs-about-1 .public-btn-ban:hover {
  border-color: transparent;
}
.gs-about-1 .public-btn-ban:hover span {
  color: #fff;
}
.gs-about-1 .public-btn-ban:hover i::before {
  width: 900%;
  height: 900%;
}
.gs-about-1 .public-btn-ban:hover i svg {
  transform: rotate(45deg);
}
.gs-about-1 .public-btn-ban .img1 {
  position: absolute;
  webkit-animation: moveLight 3s linear infinite;
  animation: moveLight 3s linear infinite;
}
.gs-about-1 .public-btn-ban span {
  font-size: var(--font-size6);
  display: inline-block;
  color: #fff;
  padding-right: 0.2rem;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
}
.gs-about-1 .public-btn-ban i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gs-about-1 .public-btn-ban i svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  color: #fff;
}
@media (max-width: 1580px) {
  .gs-about-1 .public-btn-ban i svg {
    width: 12px;
    height: 12px;
  }
}
.gs-about-1 .container1600 {
  position: relative;
  z-index: 5;
  margin-top: 1.18rem;
}
.gs-about-1 .about-box {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gs-about-1 .about-box {
    padding: 0.2rem 0 80px;
  }
}
.gs-about-1 .about-box .about-head {
  width: 65%;
  height: auto;
  overflow: hidden;
}
.gs-about-1 .about-box .about-head .idx-title {
  width: 100%;
  height: auto;
}
.gs-about-1 .about-box .about-head .idx-title .title,
.gs-about-1 .about-box .about-head .idx-title .details {
  width: 100%;
  height: auto;
  color: #FFFFFF;
}
.gs-about-1 .about-box .about-head .idx-title .title {
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1.333;
  background: var(--1, linear-gradient(90deg, #361FF5 0%, #39F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gs-about-1 .about-box .about-head .idx-title .details {
  margin-top: 1em;
  font-size: var(--font-size4);
  color: #4F536A;
}
.gs-about-1 .about-box .about-head .idx-more {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 0.6rem;
}
.gs-about-1 .about-box .about-head .idx-more .more {
  width: auto;
  height: 0.6rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 2em;
  background: #FFFFFF;
  border-radius: 50px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.gs-about-1 .about-box .about-head .idx-more .more .word {
  font-weight: bold;
  font-size: var(--font-size8);
  color: #222222;
  transition: all 0.5s ease;
}
.gs-about-1 .about-box .about-head .idx-more .more .arrow {
  width: 7px;
  height: 10px;
  font-size: 0;
  margin-left: 10px;
  color: #222222;
  transition: all 0.5s ease;
}
.gs-about-1 .about-box .about-head .idx-more .more .arrow svg {
  width: 100%;
  height: 100%;
}
.gs-about-1 .about-box .about-head .idx-more .more:hover {
  background: var(--color);
}
.gs-about-1 .about-box .about-head .idx-more .more:hover .word,
.gs-about-1 .about-box .about-head .idx-more .more:hover .arrow {
  color: #FFFFFF;
}
.gs-about-1 .images-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.gs-about-1 .images-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(transparent, #000000 80%);
  opacity: 0.15;
}
.gs-about-1 .images-bg .img {
  width: 100%;
  height: 110%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gs-about-1 .images-bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gs-about-1 .about-menu-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .gs-about-1 .about-menu-box {
    position: relative;
  }
}
.gs-about-1 .about-menu {
  width: 90%;
  max-width: 1656px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem -0.15rem 0;
}
@media (max-width: 1260px) {
  .gs-about-1 .about-menu {
    width: 90%;
  }
}
.gs-about-1 .about-menu .item {
  height: auto;
  width: calc(1/4*100%);
  margin-bottom: 0;
  padding: 0 0.08rem;
}
@media (max-width: 991px) {
  .gs-about-1 .about-menu .item {
    width: 50%;
    margin-bottom: 0.16rem;
  }
}
@media (max-width: 767px) {
  .gs-about-1 .about-menu .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
}
.gs-about-1 .about-menu .item .itembox {
  border-radius: 0.08rem;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(259deg, rgba(255, 255, 255, 0.8) 0%, rgba(236, 246, 255, 0.8) 100%);
  backdrop-filter: blur(2px);
}
.gs-about-1 .about-menu .item:hover .it_bj .img2 {
  opacity: 0.8;
}
.gs-about-1 .about-menu .item .it_t {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  padding: 0.4rem 0.46rem 0.3rem 0.3rem;
}
.gs-about-1 .about-menu .item .it_t .number {
  width: 100%;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: end;
  color: #FFFFFF;
  /* .add { font-size: var(--font-size4); line-height: 1; } */
}
.gs-about-1 .about-menu .item .it_t .number .beat {
  font-size: 0.32rem;
  color: #2C79FF;
}
.gs-about-1 .about-menu .item .it_t .number .unit {
  font-size: var(--font-size8);
  margin-left: 1em;
}
.gs-about-1 .about-menu .item .it_t .title {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  position: relative;
  z-index: 1;
  font-size: var(--font-size8);
  color: #7E8796;
  line-height: 1.5;
}
.gs-about-1 .about-menu .item .it_bj {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.gs-about-1 .about-menu .item .it_bj img {
  position: absolute;
  width: 1rem;
  height: 1rem;
  transition: all 0.4s;
  top: -0.3rem;
  right: 0.16rem;
  pointer-events: none;
}
.gs-about-1 .about-menu .item .it_bj .img1 {
  z-index: 3;
  opacity: 0;
}
.gs-about-1 .about-menu .item .it_bj .img2 {
  opacity: 0;
  z-index: 4;
}
.gs-about-1 .about-menu .item .it_bj .img3 {
  z-index: 5;
}
@media (max-width: 991px) {
  .gs-about-1 .about-head {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gs-about-1 {
    padding: 1.2rem 0 40px;
    height: auto;
  }
  .gs-about-1 .about-menu .item .title {
    margin-top: 10px;
    padding-top: 10px;
  }
  .gs-about-1 .about-box .about-head {
    width: 100%;
  }
  .gs-about-1 .about-menu {
    position: relative;
  }
}
@-webkit-keyframes moveLight {
  0% {
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%);
  }
  to {
    -webkit-transform: translateX(250%);
    transform: translateX(250%);
  }
}
@keyframes moveLight {
  0% {
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%);
  }
  to {
    -webkit-transform: translateX(250%);
    transform: translateX(250%);
  }
}

 
@charset "utf-8";
.g_process {
  color: #333;
  padding: 0.9rem 0 1.2rem;
}
.g_process .tit {
  margin-bottom: 0.22rem;
  padding: 0 2.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .g_process .tit {
    padding: 0 ;
  }
}
.g_process .tit h2 {
  font-size: var(--font-size2);
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .g_process .tit h2 br {
    display: none;
  }
}
.g_process .tit p {
  margin-top: 0.28rem;
  font-size: var(--font-size6);
}
.g_process .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .g_process .box {
    overflow: auto;
  }
}
.g_process .box .g_process_hz {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .g_process .box .g_process_hz {
    width: 1000px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .g_process .box .g_process_hz {
    width: 800px;
  }
}
.g_process .box .gzy {
  position: relative;
  width: 5.14285714%;
}
.g_process .box .gzy .imgbj {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.g_process .box .gzy .gzy_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.g_process .box .gzy .gzy_box img {
  width: 77.77777778%;
}
.g_process .box .gzy .gzy_box p {
  margin-top: 5px;
  width: 1em;
  color: #fff;
  line-height: 1;
}
.g_process .box .process_con {
  position: relative;
  width: 89.71428571%;
}
.g_process .box .process_con .imgbj {
  width: 100%;
  height: 100%;
}
.g_process .box .process_con .process_nr .g_it {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: absolute;
}
.g_process .box .process_con .process_nr .g_it.on {
  cursor: pointer;
}
.g_process .box .process_con .process_nr .g_it.on .g_it_box .g_it_con .pop_on {
  display: flex;
}
.g_process .box .process_con .process_nr .g_it .g_it_box {
  position: absolute;
  width: 1.9rem;
  height: 1.24rem;
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.1rem 0.2rem;
}
@media screen and (max-width: 1580px) {
  .g_process .box .process_con .process_nr .g_it .g_it_box {
    width: 2.6rem;
    height: 1.74rem;
  }
}
@media screen and (max-width: 1260px) {
  .g_process .box .process_con .process_nr .g_it .g_it_box {
    width: 2rem;
    height: 1.44rem;
  }
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con {
  display: flex;
  align-items: center;
  position: relative;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.59rem;
  height: 0.59rem;
  position: relative;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg i {
  position: absolute;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.23rem;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg i {
    width: 0.25rem;
  }
}
@media (max-width: 767px) {
  .g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg i {
    width: 0.27rem;
  }
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg i svg,
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .gimg i img {
  width: 100%;
  height: auto;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .txt {
  margin-left: 5px;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .txt h3 {
  width: 4em;
  font-size: var(--font-size7);
}
@media screen and (max-width: 767px) {
  .g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .txt h3 {
    font-size: 12px;
  }
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .pop_on {
  position: absolute;
  bottom: 98%;
  right: -0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(to bottom, #0428ff, #4c8cfa);
  background: linear-gradient(to bottom, #0428ff, #4c8cfa);
  display: none;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .pop_on svg,
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .pop_on img {
  color: #fff;
  width: calc(8/30*100%);
  height: auto;
}
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .pop_on svg path,
.g_process .box .process_con .process_nr .g_it .g_it_box .g_it_con .pop_on img path {
  fill: #fff;
}
.g_process .box .process_con .process_nr .g_it1 {
  left: 21%;
  top: 14.5%;
}
.g_process .box .process_con .process_nr .g_it2 {
  left: 21%;
  top: 37.1%;
}
.g_process .box .process_con .process_nr .g_it3 {
  left: 21%;
  top: 59.7%;
}
.g_process .box .process_con .process_nr .g_it4 {
  left: 21%;
  top: 82.3%;
}
.g_process .box .process_con .process_nr .g_it5 {
  left: 40%;
  top: 59.7%;
}
.g_process .box .process_con .process_nr .g_it6 {
  left: 40%;
  top: 82.3%;
}
.g_process .box .process_con .process_nr .g_it7 {
  left: 59%;
  top: 37.1%;
}
.g_process .box .process_con .process_nr .g_it8 {
  left: 59%;
  top: 59.7%;
}
.g_process .box .process_con .process_nr .g_it9 {
  left: 78.5%;
  top: 37.1%;
}
.g_process .box .process_con .process_nr .g_it10 {
  left: 78.5%;
  top: 59.7%;
}
.g_process .imgbot {
  pointer-events: none;
  transform: translateY(-0.65rem);
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.ces_pop {
  width: 12.8rem;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.8rem 0.8rem 0.4rem;
  height: 100%;
}
@media screen and (max-width: 1580px) {
  .ces_pop {
    width: 15rem;
  }
}
@media screen and (max-width: 1260px) {
  .ces_pop {
    width: 100%;
    padding: 0.6rem 0.3rem 0.3rem;
  }
}
.ces_pop .ces_pop_box {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.ces_pop .ces_pop_box .gl {
  display: flex;
  flex-direction: column;
  width: 18.92857143%;
  padding-right: 0.2rem;
  overflow: auto;
  max-height: 76vh;
}
@media (max-width: 767px) {
  .ces_pop .ces_pop_box .gl {
    width: 21.42857143%;
  }
}
.ces_pop .ces_pop_box .gl .gl_box {
  display: flex;
  flex-direction: column;
}
.ces_pop .ces_pop_box .gl a {
  line-height: 1.16666667;
  font-size: var(--font-size4);
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 0.08rem;
  color: #7E8796;
  margin-bottom: 0.16rem;
  padding: 0.2rem 0.1rem 0.2rem 0.24rem;
  background: #F3F4F6;
}
@media screen and (max-width: 767px) {
  .ces_pop .ces_pop_box .gl a {
    font-size: 10px;
    padding: 0.1rem;
  }
}
.ces_pop .ces_pop_box .gl a.on {
  color: #fff;
  background: -webkit-linear-gradient(to left, #a2dff7, #4654ff);
  background: linear-gradient(to left, #a2dff7, #4654ff);
}
.ces_pop .ces_pop_box .gr {
  overflow: auto;
  max-height: 76vh;
  border-radius: 0.16rem;
  background: #F3F4F6;
  height: 100%;
  color: #333;
  width: 79.375%;
}
@media screen and (max-width: 767px) {
  .ces_pop .ces_pop_box .gr {
    width: 74.82219061%;
  }
}
.ces_pop .ces_pop_box .gr .item {
  padding: 0.32rem 0.2rem 0.2rem;
}
.ces_pop .ces_pop_box .gr .txt h2 {
  color: #000;
  font-weight: bold;
  font-size: var(--font-size2);
}
@media (max-width: 767px) {
  .ces_pop .ces_pop_box .gr .txt h2 {
    font-size: 18px;
  }
}
.ces_pop .ces_pop_box .gr .txt p {
  margin-top: 0.12rem;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .ces_pop .ces_pop_box .gr .txt p {
    font-size: 14px;
  }
}
.ces_pop .ces_pop_box .gr .g_a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin: 0.26rem 0 0;
}
.ces_pop .ces_pop_box .gr .g_a:hover {
  opacity: 0.8;
}
.ces_pop .ces_pop_box .gr .g_a p {
  color: #0624ff;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .ces_pop .ces_pop_box .gr .g_a p {
    font-size: 14px;
  }
}
.ces_pop .ces_pop_box .gr .g_a img {
  margin-left: 0.09rem;
  width: 0.18rem;
  height: auto;
}
.ces_pop .ces_pop_box .gr .g_video {
  margin-top: 0.36rem;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  border-radius: 0.16rem;
}
.ces_pop .ces_pop_box .gr .g_video img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ces_pop .ces_pop_box .gr .g_video .public-vid {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ces_pop .ces_pop_box .gr .g_video .public-vid::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 62.19%;
}
.ces_pop .ces_pop_box .gr .g_video .public-vid > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.ces_pop .ces_pop_box .gr .g_video .vid_on {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}
.ces_pop .ces_pop_box .gr .g_video .vid_on .vid_on_box {
  width: 21.42857143%;
  height: auto;
  color: #fff;
  display: flex;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
/* .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
} */
.proinfo-sec2 {
  overflow: hidden;
  padding-top: 0 !important;
  margin: 1.2rem 0;
}
.proinfo-sec2 .public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 0 0.12rem 0 0.26rem;
  min-width: 2.1rem;
  height: 0.66rem;
  overflow: hidden;
  transition: 0.4s all;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .proinfo-sec2 .public-btn {
    height: 0.8rem;
  }
}
.proinfo-sec2 .public-btn.public-btn2 {
  border-color: #dddddd;
}
.proinfo-sec2 .public-btn:hover {
  border-color: transparent;
}
.proinfo-sec2 .public-btn:hover span {
  color: var(--color10);
}
.proinfo-sec2 .public-btn:hover i::before {
  width: 900%;
  height: 900%;
}
.proinfo-sec2 .public-btn:hover i svg {
  transform: rotate(45deg);
}
.proinfo-sec2 .public-btn span {
  display: inline-block;
  color: var(--color2);
  padding-right: 0.2rem;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
}
.proinfo-sec2 .public-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: var(--color);
  position: relative;
}
@media (max-width: 1580px) {
  .proinfo-sec2 .public-btn i {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .public-btn i {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.proinfo-sec2 .public-btn i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s ease-in-out;
  background: var(--color);
  border-radius: 100%;
}
.proinfo-sec2 .public-btn i svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  color: var(--color10);
}
@media (max-width: 1580px) {
  .proinfo-sec2 .public-btn i svg {
    width: 12px;
    height: 12px;
  }
}
.proinfo-sec2 .hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.proinfo-sec2 .hm_tit .f_tit {
  font-weight: bold;
  color: #010101;
  font-size: var(--font-size2);
}
.proinfo-sec2 .hm_tit .f_text {
  color: #999999;
  margin-top: 0.12rem;
}
.proinfo-sec2 .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1500px;
}
@media (max-width: 1580px) {
  .proinfo-sec2 .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .proinfo-sec2 .container {
    width: 90%;
  }
}
.proinfo-sec2 .cont {
  margin: 0 -0.1rem;
  /* .proinfo2_cont {
			width: auto;
			margin: 0 -0.1rem;
			padding: 0 0.1rem;
			@media @max-xs {
				margin: 0 -0.16rem;
			}
			.swiper-slide {
				width: 25%;
				height: auto;
				padding: 0.6rem 0.1rem;
				margin-bottom: 0.2rem;
				@media @max-xs {
					width: 50%;
					padding: 0 0.16rem;
					margin-bottom: 0.32rem;
				}
				.item {
					width: 100%;
					height: 100%;
					padding: 0;
				}
			}
		} */
}
@media (max-width: 767px) {
}
.proinfo-sec2 .cont .proinfo2_cont {
  /* overflow: initial; */
}
.proinfo-sec2 .cont .swiper-wrapper {
  /* display: flex;
			justify-content: center;
			flex-wrap: wrap;
			margin: 0 -0.1rem; */
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide {
  /* width: calc(1/4*100%); */
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide {
    /* width: 50%; */
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item {
    /* width: 50%; */
  }
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list {
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.45rem 0.2rem 0.74rem;
  background: url(/static/home/images/wisimgfz1.png) no-repeat left bottom / cover;
}
@media (max-width: 1260px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list {
    padding: 0.5rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list {
    padding: 0.6rem 0.3rem;
  }
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.64rem;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_icon {
    width: 0.82rem;
    height: 0.82rem;
  }
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_tti {
  line-height: 1.2;
  color: #1C70F7;
  margin-bottom: 0.24rem;
  font-weight: bold;
  font-size: 0.3rem;
}
@media (max-width: 1580px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_tti {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_tti {
    font-size: 18px;
  }
}
.proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_text {
  color: #666666;
  /* text-align: left; */
  width: 100%;
  line-height: 1.4;
  padding: 0 0.25rem;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .swiper-wrapper .swiper-slide .item .list .f_text {
    font-size: 0.28rem;
  }
}
.proinfo-sec2 .gm_btn {
  border-radius: 100px;
  border: 1px solid var(--color);
  padding: 5px 0.3rem;
  color: var(--color);
  margin-top: 0.2rem;
  transition: all 0.4s;
  display: table;
  margin: auto;
}
.proinfo-sec2 .gm_btn:hover {
  opacity: 0.8;
}
.proinfo-sec2 .g_tc {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

 
@charset "utf-8";
.x-news1 {
  padding: 0.6rem 0 1.2rem;
}
.x-news1 .x-public-prev,
.x-news1 .x-public-next {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #cedae0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1580px) {
  .x-news1 .x-public-prev,
  .x-news1 .x-public-next {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-news1 .x-public-prev:hover::before,
.x-news1 .x-public-next:hover::before {
  opacity: 1;
}
.x-news1 .x-public-prev:hover img,
.x-news1 .x-public-next:hover img,
.x-news1 .x-public-prev:hover svg,
.x-news1 .x-public-next:hover svg {
  color: #fff;
}
.x-news1 .x-public-prev::before,
.x-news1 .x-public-next::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #41cbff, #5f43ff);
  background: linear-gradient(to right, #41cbff, #5f43ff);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-news1 .x-public-prev img,
.x-news1 .x-public-next img,
.x-news1 .x-public-prev svg,
.x-news1 .x-public-next svg {
  width: 18px;
  height: 18px;
  color: #999999;
  position: relative;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-news1 .x-public-prev img,
  .x-news1 .x-public-next img,
  .x-news1 .x-public-prev svg,
  .x-news1 .x-public-next svg {
    width: 14px;
    height: 14px;
  }
}
.x-news1 .x-public-next svg {
  transform: rotate(180deg);
}
.x-news1 .container1400 .x-title {
  color: #000000;
  font-weight: bold;
  font-size: var(--font-size2);
  text-align: center;
}
.x-news1 .container1400 .x-swiper1 {
  margin-top: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-news1 .container1400 .x-swiper1 .swiper {
    padding-bottom: 0.6rem;
  }
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide {
  display: block;
  background-color: #ffffff;
  overflow: hidden;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .public-img {
  border-radius: 0.16rem;
  width: 47.14285714%;
}
@media (max-width: 767px) {
  .x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .public-img {
    width: 100%;
  }
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .public-img::before {
  padding-top: 72.72727273%;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text {
  width: 52.85714286%;
  padding: 0.95rem 0.2rem 0.4rem 1.2rem;
}
@media (max-width: 767px) {
  .x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp span {
  color: #333333;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp time {
  color: #999999;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-tit {
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-p {
  color: #999999;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .public-btn {
  margin-top: 0.4rem;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 {
  margin-top: 0.3rem;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33:hover span {
  background: -webkit-linear-gradient(left, #41cbff, #5f43ff);
  background: linear-gradient(to right, #41cbff, #5f43ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33:hover i {
  color: #5f43ff;
  transform: rotate(45deg);
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33 span {
  color: #333333;
  transition: 0.4s ease-in-out;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #333333;
  margin-left: 0.1rem;
  flex-shrink: 0;
  transition: 0.4s ease-in-out;
}
.x-news1 .container1400 .x-swiper1 .swiper .swiper-wrapper .swiper-slide a .x-text .x-sp2 .x-sp33 i svg {
  width: 100%;
  height: 100%;
}
.x-news1 .container1400 .x-swiper1 .swiper-pagination {
  width: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
@media (max-width: 991px) {
  .x-news1 .container1400 .x-swiper1 .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.x-news1 .container1400 .x-swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  background-color: #F2F2F2;
  opacity: 1;
  border-radius: 0;
  margin: 0;
  position: relative;
  transition: 0.4s ease-in-out;
  /* &::before{
			            content: "";
			            width: 100%;
			            height: 100%;
			            background: url('/static/home/images/x-yq2.png') no-repeat center;
			            background-size: contain;
			            position: absolute;
			            left: 50%;
			            top: 50%;
			            transform: translate(-50%, -50%);
			            opacity: 0;
			            transition: 0.4s ease-in-out;
			        } */
}
@media (max-width: 1580px) {
  .x-news1 .container1400 .x-swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .x-news1 .container1400 .x-swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.x-news1 .container1400 .x-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2BA3FF;
}
.x-news1 .container1400 .x-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.x-news1 .container1400 .x-swiper1 .g_pag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.x-news1 .container1400 .x-swiper1 .g_pag > div {
  border: 1.5px solid #43A1FF;
  width: 40px;
  height: 40px;
  background: #fff;
}
.x-news1 .container1400 .x-swiper1 .g_pag > div svg {
  width: 37.5%;
  color: #43A1FF;
}
.x-news1 .container1400 .x-swiper1 .g_pag > div:hover {
  background: #43A1FF;
}
.x-news1 .container1400 .x-swiper1 .g_pag > div:hover svg {
  color: #fff;
}
.x-news1 .container1400 .x-swiper1 .x-public-prev {
  position: initial;
  left: -0.76rem;
  top: 50%;
  transform: translateY(0%);
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-news1 .container1400 .x-swiper1 .x-public-prev {
    display: none;
  }
}
.x-news1 .container1400 .x-swiper1 .x-public-next {
  margin-left: 0.16rem;
  position: initial;
  right: -0.76rem;
  top: 50%;
  transform: translateY(0%);
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-news1 .container1400 .x-swiper1 .x-public-next {
    display: none;
  }
}
.x-news1 .public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(to right, #0024FF, #5cd7ff);
  background: linear-gradient(to right, #0024FF, #5cd7ff);
  border-radius: 100px;
  padding: 0 0.28rem;
  height: 0.66rem;
  overflow: hidden;
  transition: 0.4s all;
  position: relative;
}
@media (max-width: 767px) {
  .x-news1 .public-btn {
    height: 0.8rem;
  }
}
.x-news1 .public-btn.public-btn2 {
  border-color: #dddddd;
}
.x-news1 .public-btn:hover {
  border-color: transparent;
}
.x-news1 .public-btn:hover span {
  color: #fff;
}
.x-news1 .public-btn:hover .i2 {
  transform: rotate(45deg);
}
.x-news1 .public-btn span {
  display: inline-block;
  color: #fff;
  padding: 0 0.3rem 0 0.1rem;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .x-news1 .public-btn span {
    font-size: 14px;
  }
}
.x-news1 .public-btn .i1 {
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.x-news1 .public-btn .i1 svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-news1 .public-btn .i1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-news1 .public-btn .i2 {
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.x-news1 .public-btn .i2 svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-news1 .public-btn .i2 svg {
    width: 12px;
    height: 12px;
  }
}

 
@charset "utf-8";
.g_price {
  overflow: hidden;
  padding: 1rem 0;
  background: -webkit-linear-gradient(to bottom, #ebeefb, #e7f9ff);
  background: linear-gradient(to bottom, #ebeefb, #e7f9ff);
}
.g_price .hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.g_price .hm_tit .f_tit {
  font-weight: bold;
  color: #010101;
  font-size: var(--font-size2);
}
.g_price .hm_tit .f_text {
  color: #999999;
  margin-top: 0.12rem;
}
.g_price .price_nav {
  margin-bottom: 0.2rem;
  width: 100%;
  display: flex;
  position: relative;
}
.g_price .price_nav::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #d2d8e2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.g_price .price_nav a {
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: block;
  width: 50%;
  text-align: center;
  padding: 0 0.4rem 0.26rem;
  border-bottom: 3px solid transparent;
}
.g_price .price_nav a.on {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
.g_price .box {
  padding-bottom: 0.28rem;
  display: flex;
  /* overflow: auto; */
  color: #333;
  position: relative;
}
.g_price .box .g_it {
  width: 100%;
  position: absolute;
  opacity: 0;
}
.g_price .box .g_it.on {
  position: relative;
  opacity: 1;
  z-index: 100;
}
.g_price .box .g_it .g_it_box {
  display: flex;
  overflow: auto;
  padding: 0 0 0.3rem;
}
.g_price .box .item {
  position: relative;
  flex-shrink: 0;
}
.g_price .box .item:hover::after {
  opacity: 1;
}
.g_price .box .item:hover > div {
  border-color: rgba(0, 0, 0, 0.02);
}
.g_price .box .item:first-child > div:not(.g_tit) {
  border-left: 1px solid #d8e1e9;
}
.g_price .box .item > div {
  position: relative;
  z-index: 10;
  padding: 0.2rem;
  border-bottom: 1px solid #d8e1e9;
  border-right: 1px solid #d8e1e9;
  min-height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.g_price .box .item > div p {
  font-size: var(--font-size7);
}
.g_price .box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 0.22rem);
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 0.16rem;
  border: 2px solid #fff;
  background: -webkit-linear-gradient(to bottom, #f1f7fe, #d8ecfe);
  background: linear-gradient(to bottom, #f1f7fe, #d8ecfe);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.4s;
  box-sizing: border-box;
}
.g_price .box .item1 {
  width: 14.28571429%;
}
@media (max-width: 767px) {
  .g_price .box .item1 {
    width: 140px;
  }
}
.g_price .box .item1 .g_tit {
  position: relative;
  z-index: 10;
  border-right: none;
  border-bottom: 1px solid #d8e1e9;
  height: 83px;
  padding: 0.16rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.g_price .box .item1 .g_tit p {
  font-size: var(--font-size4);
  color: #000;
}
@media (max-width: 991px) {
  .g_price .box .item1 .g_tit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g_price .box .item1 .g_tit p {
    font-size: 16px;
  }
}
.g_price .box .item1 > div {
  justify-content: center !important;
}
.g_price .box .item1 .g_con1 {
  position: relative;
  z-index: 10;
  padding: 0.2rem;
  border-bottom: 1px solid #d8e1e9;
  border-right: 1px solid #d8e1e9;
  min-height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_price .box .item1 .g_con1 p {
  font-size: var(--font-size7);
}
.g_price .box .item1 .g_con2 {
  position: relative;
  z-index: 10;
  padding: 0.2rem;
  border-bottom: 1px solid #d8e1e9;
  border-right: 1px solid #d8e1e9;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_price .box .item1 .g_con2 p {
  font-size: var(--font-size7);
}
.g_price .box .item2 {
  width: 21.42857143%;
}
@media (max-width: 767px) {
  .g_price .box .item2 {
    width: 180px;
  }
}
.g_price .box .item2 .g_tit {
  position: relative;
  z-index: 10;
  border-right: none;
  border-bottom: 1px solid #d8e1e9;
  height: 83px;
  padding: 0.16rem 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.g_price .box .item2 .g_tit p {
  font-size: var(--font-size4);
  color: #000;
}
@media (max-width: 991px) {
  .g_price .box .item2 .g_tit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g_price .box .item2 .g_tit p {
    font-size: 16px;
  }
}
.g_price .box .item2 .g_con1 {
  position: relative;
  z-index: 10;
  padding: 0.2rem;
  border-bottom: 1px solid #d8e1e9;
  border-right: 1px solid #d8e1e9;
  min-height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.g_price .box .item2 .g_con1 p {
  margin: 0.03rem 0;
  display: flex;
}
.g_price .box .item2 .g_con1 p i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.14rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .g_price .box .item2 .g_con1 p i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .g_price .box .item2 .g_con1 p i {
    width: 0.26rem;
  }
}
.g_price .box .item2 .g_con1 p i svg,
.g_price .box .item2 .g_con1 p i img {
  width: 100%;
  height: auto;
}
.g_price .box .item2 .g_con1 p i svg path,
.g_price .box .item2 .g_con1 p i img path {
  fill: var(--color);
}
.g_price .box .item2 .g_con2 {
  position: relative;
  z-index: 10;
  padding: 0.2rem;
  border-bottom: 1px solid #d8e1e9;
  border-right: 1px solid #d8e1e9;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.g_price .box .item2 .g_con2 p {
  font-size: var(--font-size7);
}
