@charset "utf-8";
/*首页内容1*/
.c-banner-1 .swiper-slide {
  overflow: hidden;
}
.c-banner-1 .swiper-slide .c-img {
  width: 100%;
  height: 100vh;
}
.c-banner-1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner-1 .swiper-slide .c-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.c-banner-1 .swiper-slide .container1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-banner-1 .swiper-slide .container1400 {
    top: 28%;
  }
}
.c-banner-1 .swiper-slide .container1400 .x-title {
  line-height: 1.1;
  font-size: 0.6rem;
  font-weight: bold;
  color: var(--color1);
}
@media (max-width: 767px) {
  .c-banner-1 .swiper-slide .container1400 .x-title {
    font-size: 0.6rem;
  }
}
.c-banner-1 .swiper-slide .container1400 .x-title .x-title-t {
  display: inline-flex;
  position: relative;
}
.c-banner-1 .swiper-slide .container1400 .x-title .x-title-t p {
  display: block;
  background: var(--1, linear-gradient(90deg, #361FF5 0%, #39F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-banner-1 .swiper-slide .container1400 .x-title .x-title-t img {
  width: 0.4rem;
  height: auto;
  /* position: absolute;
						left: calc(100% + 0.3rem);
						top: 50%;
						transform: translateY(-50%); */
}
.c-banner-1 .swiper-slide .container1400 .x-title > p {
  background: var(--1, linear-gradient(90deg, #361FF5 0%, #39F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-banner-1 .swiper-slide .container1400 .x-p {
  color: var(--color1);
  margin-top: 0.2rem;
  font-size: var(--font-size3);
}
@media (max-width: 767px) {
  .c-banner-1 .swiper-slide .container1400 .x-p br {
    display: none;
  }
}
.c-banner-1 .swiper-slide .container1400 .x-p .span1 {
  color: #39F;
}
.c-banner-1 .swiper-slide .container1400 .x-p .span2 {
  color: #361FF5;
}
.c-banner-1 .swiper-slide .container1400 .public-btn-ban {
  margin-top: 0.7rem;
}
.c-banner-1 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  bottom: 0.8rem;
  width: 85%;
}
@media (max-width: 767px) {
  .c-banner-1 .swiper-pagination {
    text-align: center;
    bottom: 0.4rem;
  }
}
.c-banner-1 .swiper-pagination .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  color: rgba(51, 51, 51, 0.5);
  border-radius: 100%;
  margin: 0 0.12rem 0 0;
  opacity: 1;
  transition: 0.4s ease-in-out;
  background: transparent;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-banner-1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.24rem;
    border: none;
  }
}
.c-banner-1 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--color);
  border-radius: 50%;
  box-sizing: border-box;
}
.c-banner-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color);
}
.c-banner-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.c-banner-1 .public-btn-ban {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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) {
  .c-banner-1 .public-btn-ban {
    height: 0.8rem;
  }
}
.c-banner-1 .public-btn-ban.public-btn2 {
  border-color: #dddddd;
}
.c-banner-1 .public-btn-ban:hover {
  border-color: transparent;
}
.c-banner-1 .public-btn-ban:hover span {
  color: #fff;
}
.c-banner-1 .public-btn-ban:hover i::before {
  width: 900%;
  height: 900%;
}
.c-banner-1 .public-btn-ban:hover i svg {
  transform: rotate(45deg);
}
.c-banner-1 .public-btn-ban .img1 {
  position: absolute;
  webkit-animation: moveLight 3s linear infinite;
  animation: moveLight 3s linear infinite;
}
.c-banner-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;
}
.c-banner-1 .public-btn-ban i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-banner-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) {
  .c-banner-1 .public-btn-ban i svg {
    width: 12px;
    height: 12px;
  }
}
@-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";
.x-about2 {
  margin: 1.3rem 0;
}
@media (max-width: 767px) {
  .x-about2 {
    margin: 0.4rem 0;
  }
}
.x-about2 .font14 {
  font-size: 14px;
}
.x-about2 .font16 {
  font-size: 16px;
}
.x-about2 .font18 {
  font-size: 18px;
}
.x-about2 .font20 {
  font-size: 20px;
}
.x-about2 .font22 {
  font-size: 22px;
}
.x-about2 .font24 {
  font-size: 24px;
}
.x-about2 .font26 {
  font-size: 26px;
}
.x-about2 .font28 {
  font-size: 28px;
}
.x-about2 .font30 {
  font-size: 30px;
}
.x-about2 .font32 {
  font-size: 32px;
}
.x-about2 .font34 {
  font-size: 34px;
}
.x-about2 .font36 {
  font-size: 36px;
}
.x-about2 .font40 {
  font-size: 40px;
}
.x-about2 .font42 {
  font-size: 42px;
}
.x-about2 .font44 {
  font-size: 44px;
}
.x-about2 .font46 {
  font-size: 46px;
}
.x-about2 .font48 {
  font-size: 48px;
}
.x-about2 .font50 {
  font-size: 50px;
}
.x-about2 .font52 {
  font-size: 52px;
}
.x-about2 .font54 {
  font-size: 54px;
}
.x-about2 .font56 {
  font-size: 56px;
}
.x-about2 .font60 {
  font-size: 60px;
}
.x-about2 .font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .x-about2 .font16 {
    font-size: 14px;
  }
  .x-about2 .font18 {
    font-size: 16px;
  }
  .x-about2 .font20 {
    font-size: 18px;
  }
  .x-about2 .font22 {
    font-size: 20px;
  }
  .x-about2 .font24 {
    font-size: 22px;
  }
  .x-about2 .font26 {
    font-size: 24px;
  }
  .x-about2 .font28 {
    font-size: 26px;
  }
  .x-about2 .font30 {
    font-size: 28px;
  }
  .x-about2 .font32 {
    font-size: 30px;
  }
  .x-about2 .font34 {
    font-size: 32px;
  }
  .x-about2 .font36 {
    font-size: 34px;
  }
  .x-about2 .font40 {
    font-size: 38px;
  }
  .x-about2 .font42,
  .x-about2 .font44 {
    font-size: 40px;
  }
  .x-about2 .font46 {
    font-size: 42px;
  }
  .x-about2 .font48 {
    font-size: 44px;
  }
  .x-about2 .font50 {
    font-size: 46px;
  }
  .x-about2 .font52 {
    font-size: 48px;
  }
  .x-about2 .font54 {
    font-size: 50px;
  }
  .x-about2 .font56 {
    font-size: 52px;
  }
  .x-about2 .font60,
  .x-about2 .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .x-about2 .font16 {
    font-size: 14px;
  }
  .x-about2 .font18 {
    font-size: 16px;
  }
  .x-about2 .font20 {
    font-size: 18px;
  }
  .x-about2 .font22 {
    font-size: 20px;
  }
  .x-about2 .font24 {
    font-size: 22px;
  }
  .x-about2 .font26 {
    font-size: 24px;
  }
  .x-about2 .font28 {
    font-size: 24px;
  }
  .x-about2 .font30 {
    font-size: 26px;
  }
  .x-about2 .font32 {
    font-size: 28px;
  }
  .x-about2 .font34 {
    font-size: 28px;
  }
  .x-about2 .font36,
  .x-about2 .font40 {
    font-size: 30px;
  }
  .x-about2 .font42,
  .x-about2 .font44 {
    font-size: 32px;
  }
  .x-about2 .font46 {
    font-size: 36px;
  }
  .x-about2 .font48,
  .x-about2 .font50,
  .x-about2 .font52,
  .x-about2 .font54,
  .x-about2 .font56 {
    font-size: 38px;
  }
  .x-about2 .font60,
  .x-about2 .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .x-about2 .font14,
  .x-about2 .font16 {
    font-size: 0.28rem;
  }
  .x-about2 .font18,
  .x-about2 .font20 {
    font-size: 0.3rem;
  }
  .x-about2 .font22,
  .x-about2 .font24,
  .x-about2 .font26,
  .x-about2 .font28 {
    font-size: 0.32rem;
  }
  .x-about2 .font30,
  .x-about2 .font32,
  .x-about2 .font34 {
    font-size: 0.4rem;
  }
  .x-about2 .font36,
  .x-about2 .font40 {
    font-size: 0.4rem;
  }
  .x-about2 .font42,
  .x-about2 .font44,
  .x-about2 .font46 {
    font-size: 0.46rem;
  }
  .x-about2 .font48,
  .x-about2 .font50,
  .x-about2 .font52,
  .x-about2 .font54,
  .x-about2 .font56,
  .x-about2 .font60,
  .x-about2 .font80 {
    font-size: 0.6rem;
  }
}
.x-about2 .container1400 .x-title {
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.x-about2 .container1400 ul {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul {
    margin-top: 0.4rem;
  }
}
.x-about2 .container1400 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.56rem;
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul li {
    margin-bottom: 1rem;
  }
}
.x-about2 .container1400 ul li:nth-child(2n) .x-text {
  order: -1;
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul li:nth-child(2n) .x-text {
    order: 1;
  }
}
.x-about2 .container1400 ul li .x-img {
  border-radius: 0.16rem;
  width: 49.07142857%;
  /* padding: 0 0.5rem; */
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul li .x-img {
    width: 100%;
    padding: 0;
  }
}
.x-about2 .container1400 ul li .x-img:before {
  padding-top: 71.32459971%;
}
.x-about2 .container1400 ul li .x-text {
  width: 41.64285714%;
}
@media (max-width: 991px) {
  .x-about2 .container1400 ul li .x-text {
    padding: 0.2rem 0 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul li .x-text {
    text-align: center;
    width: 100%;
    padding: 0.3rem 0;
  }
}
.x-about2 .container1400 ul li .x-text .x-p {
  color: #0024FF;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.x-about2 .container1400 ul li .x-text .x-p svg,
.x-about2 .container1400 ul li .x-text .x-p img {
  margin-left: 0.18rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: auto;
}
@media (max-width: 1260px) {
  .x-about2 .container1400 ul li .x-text .x-p svg,
  .x-about2 .container1400 ul li .x-text .x-p img {
    width: 0.38rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container1400 ul li .x-text .x-p svg,
  .x-about2 .container1400 ul li .x-text .x-p img {
    width: 0.44rem;
  }
}
.x-about2 .container1400 ul li .x-text .x-p svg path,
.x-about2 .container1400 ul li .x-text .x-p img path {
  fill: var(--color);
}
.x-about2 .container1400 ul li .x-text .x-tit {
  margin-top: 0.24rem;
  display: inline-block;
  line-height: 1.5;
}

 
@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";
.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);
}
