video {
  object-fit: cover;
  display: block;
}

.pro_g1 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.pro_g1 .wrap {
  margin: 187px auto 0;
  width: 90%;
}
.pro_g1 .wrap .headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pro_g1 .wrap .headline svg {
  width: 99px;
  height: 48px;
}
.pro_g1 .wrap .headline p {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}
.pro_g1 .wrap .titleImg {
  width: 727px;
  margin: 40px auto 20px;
}
.pro_g1 .wrap .titleImg img {
  width: 100%;
  display: block;
}
.pro_g1 .wrap .pick {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.pro_g1 .wrap .pick span {
  color: #EA5520;
}

.pro_g2 {
  padding: 110px 0 20px;
}
.pro_g2 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g2 .wrap .title {
  text-align: center;
}
.pro_g2 .wrap .title .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.pro_g2 .wrap .title .p2 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro_g2 .wrap .content {
  margin: 40px 0 0 0;
  display: flex;
  gap: 16px;
}
.pro_g2 .wrap .content .flex1 {
  width: 344px;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro_g2 .wrap .content .flex1 .item {
  width: 100%;
  height: 274px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 30px 5% 0 5%;
}
.pro_g2 .wrap .content .flex1 .item .common_bg {
  transition: .6s ease;
}
.pro_g2 .wrap .content .flex1 .item:hover .common_bg {
  transform: scale(1.05);
}
.pro_g2 .wrap .content .flex1 .item:first-child {
  height: 290px;
}
.pro_g2 .wrap .content .flex1 .item .text {
  text-align: center;
}
.pro_g2 .wrap .content .flex1 .item .text .p1 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g2 .wrap .content .flex1 .item .text .p1 span {
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g2 .wrap .content .flex1 .item .text .p2 {
  width: fit-content;
  margin: auto;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g2 .wrap .content .flex1 .item .text .p3 {
  width: fit-content;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g2 .wrap .content .flex1 .item .text .p3 span {
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g2 .wrap .content .flex2 {
  width: 412px;
  height: 580px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 33px 68px 0 68px;
}
.pro_g2 .wrap .content .flex2 .common_bg {
  transition: .6s ease;
}
.pro_g2 .wrap .content .flex2:hover .common_bg {
  transform: scale(1.05);
}
.pro_g2 .wrap .content .flex2 .text {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pro_g2 .wrap .content .flex3 {
  width: 412px;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro_g2 .wrap .content .flex3 .up {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 34px 5% 0 5%;
}
.pro_g2 .wrap .content .flex3 .up .common_bg {
  transition: .6s ease;
}
.pro_g2 .wrap .content .flex3 .up:hover .common_bg {
  transform: scale(1.05);
}
.pro_g2 .wrap .content .flex3 .up .text {
  width: fit-content;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g2 .wrap .content .flex3 .up .text span {
  font-size: 28px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g2 .wrap .content .flex3 .down {
  display: flex;
  justify-content: space-between;
}
.pro_g2 .wrap .content .flex3 .down .item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 10px;
  height: 274px;
}
.pro_g2 .wrap .content .flex3 .down .item .common_bg {
  transition: .6s ease;
}
.pro_g2 .wrap .content .flex3 .down .item:hover .common_bg {
  transform: scale(1.05);
}
.pro_g2 .wrap .content .flex3 .down .item .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.pro_g2 .wrap .content .flex3 .down .item .text2 {
  width: fit-content;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro_g2 .wrap .content .flex3 .down .item .text2 span {
  font-size: 20px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.pro_g2 .wrap .content .flex3 .down .item1 {
  width: 181px;
}
.pro_g2 .wrap .content .flex3 .down .item2 {
  width: 215px;
}

.pro_g3 {
  padding: 100px 0 160px;
}
.pro_g3 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g3 .wrap .title {
  text-align: center;
}
.pro_g3 .wrap .title .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.pro_g3 .wrap .title .p2 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro_g3 .wrap .content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.pro_g3 .wrap .content .item {
  width: 592px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
.pro_g3 .wrap .content .item:hover img {
  transform: scale(1.05);
}
.pro_g3 .wrap .content .item img, .pro_g3 .wrap .content .item video {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.pro_g3 .wrap .message {
  width: 720px;
  margin: 40px auto 0;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_g4 {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.pro_g4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.pro_g4 .wrap {
  margin: 127px auto 0;
  position: relative;
  z-index: 5;
}
.pro_g4 .wrap .title {
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.pro_g5 {
  padding: 120px 0 170px;
}
.pro_g5 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g5 .wrap .title {
  width: fit-content;
  margin: auto;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g5 .wrap .title span {
  font-size: 52px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g5 .wrap .content {
  margin: 38px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.pro_g5 .wrap .content .item {
  width: 592px;
}
.pro_g5 .wrap .content .item .img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.pro_g5 .wrap .content .item .img:hover img {
  transform: scale(1.05);
}
.pro_g5 .wrap .content .item .img img, .pro_g5 .wrap .content .item .img video {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.pro_g5 .wrap .content .item .text {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0 0;
}
.pro_g5 .wrap .content2 {
  margin: 50px 0 0;
  height: 540px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 70px 0 0 0;
}
.pro_g5 .wrap .content2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.pro_g5 .wrap .content2 .text {
  width: fit-content;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  position: relative;
  z-index: 2;
}
.pro_g5 .wrap .content2 .text span {
  font-size: 52px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_g6 {
  position: relative;
  z-index: 1;
}
.pro_g6 .bigImg {
  width: 100%;
}
.pro_g6 .wrap {
  width: 1200px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.pro_g6 .wrap .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pro_g6 .wrap .text .p1 {
  color: #FFF;
  text-align: right;
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pro_g6 .wrap .text .p1 span {
  font-size: 64px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_g6 .wrap .text .dis {
  gap: 33px;
  display: flex;
  justify-content: flex-end;
}
.pro_g6 .wrap .text .dis p {
  color: #FFF;
  text-align: right;
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pro_g6 .wrap .text .dis p span {
  font-size: 64px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_g7 {
  padding: 150px 0;
}
.pro_g7 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g7 .wrap .title {
  text-align: center;
}
.pro_g7 .wrap .title .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.pro_g7 .wrap .title .p2 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro_g7 .wrap .images {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  margin: 40px 0 23px;
}
.pro_g7 .wrap .images:hover img {
  transform: scale(1.05);
}
.pro_g7 .wrap .images img,.pro_g7 .wrap .images video {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.pro_g7 .wrap .text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
}
.pro_g7 .wrap .text span {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_g8 {
  position: relative;
  z-index: 1;
}
.pro_g8 .bigImg {
  width: 100%;
}
.pro_g8 .wrap {
  position: absolute;
  top: 239px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.pro_g8 .wrap .text {
  text-align: center;
}
.pro_g8 .wrap .text p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g8 .wrap .text p span {
  font-size: 64px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_g9 {
  position: relative;
  padding: 140px 0 134px;
}
.pro_g9 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g9 .wrap .title {
  text-align: center;
}
.pro_g9 .wrap .title .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.pro_g9 .wrap .title .p2 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pro_g9 .wrap .content {
  margin: 40px 0 0 0;
  position: relative;
  z-index: 3;
}
.pro_g9 .wrap .content .proSwiper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.pro_g9 .wrap .content .proSwiper .swiper-slide .item .img {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.pro_g9 .wrap .content .proSwiper .swiper-slide .item .img img, .pro_g9 .wrap .content .proSwiper .swiper-slide .item .img video {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.pro_g9 .wrap .content .proSwiper .swiper-slide .item .text {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0 0;
  text-align: center;
}
.pro_g9 .wrap .content .button {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 1360px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.pro_g9 .wrap .content .button .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E6E6;
  cursor: pointer;
  pointer-events: auto;
  transition: .6s ease;
}
.pro_g9 .wrap .content .button .circle:hover {
  background: #3170FF;
}
.pro_g9 .wrap .content .button .circle:hover .iconfont {
  color: #fff;
}
.pro_g9 .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.pro_g9 .wrap .content .button .circle .iconfont {
  transition: .6s ease;
  color: #BFBFBF;
}

.pro_g10 {
  position: relative;
  z-index: 1;
}
.pro_g10 .bigImg {
  width: 100%;
}
.pro_g10 .wrap {
  width: 1200px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro_g10 .wrap .text p {
  color: #FFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pro_g10 .wrap .text span {
  font-size: 64px;
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.pro_g11 {
  position: relative;
  padding: 136px 0 40px;
}
.pro_g11 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g11 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 30px;
}
.pro_g11 .wrap .images {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pro_g11 .wrap .images:hover img {
  transform: scale(1.05);
}
.pro_g11 .wrap .images img,.pro_g11 .wrap .images video {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.pro_g11 .wrap .figure {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  gap: 160px;
}
.pro_g11 .wrap .figure .item .dis {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pro_g11 .wrap .figure .item .dis span {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}
.pro_g11 .wrap .figure .item .dis img {
  margin: 0 0 0 6px;
}
.pro_g11 .wrap .figure .item p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 0 0;
  text-align: center;
}

.pro_g12 {
  padding: 100px 0 40px;
}
.pro_g12 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g12 .wrap .title {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.pro_g12 .wrap .content {
  margin: 36px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.pro_g12 .wrap .content .item {
  width: 388px;
  position: relative;
  z-index: 1;
}
.pro_g12 .wrap .content .item .img {
  width: 100%;
  height: 460px;
  border-radius: 8px;
  overflow: hidden;
}
.pro_g12 .wrap .content .item .img:hover img {
  transform: scale(1.05);
}
.pro_g12 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.pro_g12 .wrap .content .item .text {
  color: #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 0 0;
}

.pro_g13 {
  position: relative;
  z-index: 1;
  padding: 110px 0 44px;
}
.pro_g13 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g13 .wrap .title {
  text-align: center;
  margin: 0 0 35px;
}
.pro_g13 .wrap .title .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.pro_g13 .wrap .title .p2 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
}
.pro_g13 .wrap .title .p3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.pro_g13 .wrap .title .p3 p {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.pro_g13 .wrap .title .p3 p span {
  font-size: 32px;
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80%;
}
.pro_g13 .wrap .images {
  border-radius: 8px;
  overflow: hidden;
}
.pro_g13 .wrap .images img, .pro_g13 .wrap .images video {
  width: 100%;
  height: 100%;
}
.pro_g13 .wrap .text {
  margin: 35px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_g14 {
  padding: 100px 0 140px;
}
.pro_g14 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_g14 .wrap .title {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.pro_g14 .wrap .title p {
  width: fit-content;
  margin: auto;
}
.pro_g14 .wrap .title p span {
  background: linear-gradient(180deg, #3FBAFF 0%, #3170FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80%;
  margin: 0 7px 0 0;
}
.pro_g14 .wrap .content {
  margin: 40px 0 0 0;
  position: relative;
}
.pro_g14 .wrap .content .proSwiper2 .swiper-slide .img {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.pro_g14 .wrap .content .proSwiper2 .swiper-slide .img img, .pro_g14 .wrap .content .proSwiper2 .swiper-slide .img video {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.pro_g14 .wrap .content .button {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 1360px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.pro_g14 .wrap .content .button .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E6E6;
  cursor: pointer;
  pointer-events: auto;
  transition: .6s ease;
}
.pro_g14 .wrap .content .button .circle:hover {
  background: #3170FF;
}
.pro_g14 .wrap .content .button .circle:hover .iconfont {
  color: #fff;
}
.pro_g14 .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.pro_g14 .wrap .content .button .circle .iconfont {
  transition: .6s ease;
  color: #BFBFBF;
}

.pro_g15 {
  position: relative;
  height: calc(100vh + 800px);
}
.pro_g15 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 258px 0 0 0;
}
.pro_g15 .fix .common_bg {
  opacity: 0;
}
.pro_g15 .fix .wrap .title {
  text-align: center;
  color: #B9C0C7;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 133.333%;
  transform: scale(2.2);
}

@media screen and (max-width: 1919px) {
  .pro_g1 .wrap {
    margin: 9.7395833333vw auto 0px;
  }

  .pro_g1 .wrap .headline {
    gap: 1.0416666667vw;
  }

  .pro_g1 .wrap .headline svg {
    width: 5.15625vw;
    height: 2.5vw;
  }

  .pro_g1 .wrap .headline p {
    font-size: 2.5vw;
  }

  .pro_g1 .wrap .titleImg {
    width: 37.8645833333vw;
    margin: 2.0833333333vw auto 1.0416666667vw;
  }

  .pro_g1 .wrap .pick {
    font-size: 1.875vw;
  }

  .pro_g2 {
    padding: 5.7291666667vw 0px 1.0416666667vw;
  }

  .pro_g2 .wrap {
    width: 62.5vw;
  }

  .pro_g2 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .pro_g2 .wrap .title .p2 {
    font-size: 1.25vw;
  }

  .pro_g2 .wrap .content {
    margin: 2.0833333333vw 0px 0px;
    gap: 0.8333333333vw;
  }

  .pro_g2 .wrap .content .flex1 {
    width: 17.9166666667vw;
    height: 30.2083333333vw;
  }

  .pro_g2 .wrap .content .flex1 .item {
    height: 14.2708333333vw;
    border-radius: 0.4166666667vw;
    padding: 1.5625vw 5% 0px;
  }

  .pro_g2 .wrap .content .flex1 .item:first-child {
    height: 15.1041666667vw;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p1 {
    font-size: 1.1458333333vw;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p2 {
    font-size: 1.6666666667vw;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p3 {
    font-size: 1.4583333333vw;
  }

  .pro_g2 .wrap .content .flex2 {
    width: 21.4583333333vw;
    height: 30.2083333333vw;
    border-radius: 0.4166666667vw;
    padding: 1.71875vw 3.5416666667vw 0px;
  }

  .pro_g2 .wrap .content .flex2 .text {
    font-size: 1.3541666667vw;
  }

  .pro_g2 .wrap .content .flex3 {
    width: 21.4583333333vw;
    height: 30.2083333333vw;
  }

  .pro_g2 .wrap .content .flex3 .up {
    height: 15.1041666667vw;
    border-radius: 0.4166666667vw;
    padding: 1.7708333333vw 5% 0px;
  }

  .pro_g2 .wrap .content .flex3 .up .text {
    font-size: 1.25vw;
  }

  .pro_g2 .wrap .content .flex3 .up .text span {
    font-size: 1.4583333333vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item {
    border-radius: 0.4166666667vw;
    padding: 1.0416666667vw 0.5208333333vw;
    height: 14.2708333333vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text {
    font-size: 0.7291666667vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text2 {
    font-size: 0.8333333333vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text2 span {
    font-size: 1.0416666667vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item1 {
    width: 9.4270833333vw;
  }

  .pro_g2 .wrap .content .flex3 .down .item2 {
    width: 11.1979166667vw;
  }

  .pro_g3 {
    padding: 5.2083333333vw 0px 8.3333333333vw;
  }

  .pro_g3 .wrap {
    width: 62.5vw;
  }

  .pro_g3 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .pro_g3 .wrap .title .p2 {
    font-size: 1.25vw;
  }

  .pro_g3 .wrap .content {
    margin: 2.0833333333vw 0px 0px;
  }

  .pro_g3 .wrap .content .item {
    width: 30.8333333333vw;
    height: 20.8333333333vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g3 .wrap .message {
    width: 37.5vw;
    margin: 2.0833333333vw auto 0px;
    font-size: 1.0416666667vw;
  }

  .pro_g4 .wrap {
    margin: 6.6145833333vw auto 0px;
  }

  .pro_g4 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_g5 {
    padding: 6.25vw 0px 8.8541666667vw;
  }

  .pro_g5 .wrap {
    width: 62.5vw;
  }

  .pro_g5 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_g5 .wrap .title span {
    font-size: 2.7083333333vw;
  }

  .pro_g5 .wrap .content {
    margin: 1.9791666667vw 0px 0px;
  }

  .pro_g5 .wrap .content .item {
    width: 30.8333333333vw;
  }

  .pro_g5 .wrap .content .item .img {
    height: 20.8333333333vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g5 .wrap .content .item .text {
    font-size: 1.0416666667vw;
    margin: 1.0416666667vw 0px 0px;
  }

  .pro_g5 .wrap .content2 {
    margin: 2.6041666667vw 0px 0px;
    height: 28.125vw;
    border-radius: 0.4166666667vw;
    padding: 3.6458333333vw 0px 0px;
  }

  .pro_g5 .wrap .content2 .text {
    font-size: 2.5vw;
  }

  .pro_g5 .wrap .content2 .text span {
    font-size: 2.7083333333vw;
  }

  .pro_g6 .wrap {
    width: 62.5vw;
    top: 10.4166666667vw;
  }

  .pro_g6 .wrap .text .p1 {
    font-size: 2.7083333333vw;
  }

  .pro_g6 .wrap .text .p1 span {
    font-size: 3.3333333333vw;
  }

  .pro_g6 .wrap .text .dis {
    gap: 1.71875vw;
  }

  .pro_g6 .wrap .text .dis p {
    font-size: 2.7083333333vw;
  }

  .pro_g6 .wrap .text .dis p span {
    font-size: 3.3333333333vw;
  }

  .pro_g7 {
    padding: 7.8125vw 0px;
  }

  .pro_g7 .wrap {
    width: 62.5vw;
  }

  .pro_g7 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .pro_g7 .wrap .title .p2 {
    font-size: 1.25vw;
  }

  .pro_g7 .wrap .images {
    height: 31.25vw;
    border-radius: 0.4166666667vw;
    margin: 2.0833333333vw 0px 1.1979166667vw;
  }

  .pro_g7 .wrap .text {
    font-size: 1.6666666667vw;
    gap: 0.5208333333vw;
  }

  .pro_g7 .wrap .text span {
    font-size: 1.875vw;
  }

  .pro_g8 .wrap {
    top: 12.4479166667vw;
  }

  .pro_g8 .wrap .text p {
    font-size: 2.7083333333vw;
  }

  .pro_g8 .wrap .text p span {
    font-size: 3.3333333333vw;
  }

  .pro_g9 {
    padding: 7.2916666667vw 0px 6.9791666667vw;
  }

  .pro_g9 .wrap {
    width: 62.5vw;
  }

  .pro_g9 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .pro_g9 .wrap .title .p2 {
    font-size: 1.25vw;
  }

  .pro_g9 .wrap .content {
    margin: 2.0833333333vw 0px 0px;
  }

  .pro_g9 .wrap .content .proSwiper {
    border-radius: 0.4166666667vw;
  }

  .pro_g9 .wrap .content .proSwiper .swiper-slide .item .img {
    height: 31.25vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g9 .wrap .content .proSwiper .swiper-slide .item .text {
    font-size: 1.0416666667vw;
    margin: 1.0416666667vw 0px 0px;
  }

  .pro_g9 .wrap .content .button {
    top: 14.5833333333vw;
    width: 70.8333333333vw;
  }

  .pro_g9 .wrap .content .button .circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .pro_g10 .wrap {
    width: 62.5vw;
  }

  .pro_g10 .wrap .text p {
    font-size: 2.7083333333vw;
  }

  .pro_g10 .wrap .text span {
    font-size: 3.3333333333vw;
  }

  .pro_g11 {
    padding: 7.0833333333vw 0px 2.0833333333vw;
  }

  .pro_g11 .wrap {
    width: 62.5vw;
  }

  .pro_g11 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 1.5625vw;
  }

  .pro_g11 .wrap .images {
    height: 31.25vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g11 .wrap .figure {
    margin: 1.5625vw 0px 0px;
    gap: 8.3333333333vw;
  }

  .pro_g11 .wrap .figure .item .dis span {
    font-size: 2.5vw;
  }

  .pro_g11 .wrap .figure .item .dis img {
    margin: 0px 0px 0px 0.3125vw;
  }

  .pro_g11 .wrap .figure .item p {
    font-size: 1.0416666667vw;
    margin: 0.5208333333vw 0px 0px;
  }

  .pro_g12 {
    padding: 5.2083333333vw 0px 2.0833333333vw;
  }

  .pro_g12 .wrap {
    width: 62.5vw;
  }

  .pro_g12 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_g12 .wrap .content {
    margin: 1.875vw 0px 0px;
  }

  .pro_g12 .wrap .content .item {
    width: 20.2083333333vw;
  }

  .pro_g12 .wrap .content .item .img {
    height: 23.9583333333vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g12 .wrap .content .item .text {
    font-size: 0.9375vw;
    margin: 0.8333333333vw 0px 0px;
  }

  .pro_g13 {
    padding: 5.7291666667vw 0px 2.2916666667vw;
  }

  .pro_g13 .wrap {
    width: 62.5vw;
  }

  .pro_g13 .wrap .title {
    margin: 0px 0px 1.8229166667vw;
  }

  .pro_g13 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.5208333333vw;
  }

  .pro_g13 .wrap .title .p2 {
    font-size: 1.25vw;
    margin: 0px 0px 2.0833333333vw;
  }

  .pro_g13 .wrap .title .p3 {
    gap: 0.5729166667vw;
  }

  .pro_g13 .wrap .title .p3 p {
    font-size: 1.25vw;
  }

  .pro_g13 .wrap .title .p3 p span {
    font-size: 1.6666666667vw;
  }

  .pro_g13 .wrap .images {
    border-radius: 0.4166666667vw;
  }

  .pro_g13 .wrap .text {
    margin: 1.8229166667vw 0px 0px;
    font-size: 1.0416666667vw;
  }

  .pro_g14 {
    padding: 5.2083333333vw 0px 7.2916666667vw;
  }

  .pro_g14 .wrap {
    width: 62.5vw;
  }

  .pro_g14 .wrap .title {
    font-size: 1.875vw;
  }

  .pro_g14 .wrap .title p span {
    margin: 0px 0.3645833333vw 0px 0px;
  }

  .pro_g14 .wrap .content {
    margin: 2.0833333333vw 0px 0px;
  }

  .pro_g14 .wrap .content .proSwiper2 .swiper-slide .img {
    height: 31.25vw;
    border-radius: 0.4166666667vw;
  }

  .pro_g14 .wrap .content .button {
    top: 14.5833333333vw;
    width: 70.8333333333vw;
  }

  .pro_g14 .wrap .content .button .circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .pro_g15 {
    height: calc(41.6666666667vw + 100vh);
  }

  .pro_g15 .fix {
    padding: 13.4375vw 0px 0px;
  }

  .pro_g15 .fix .wrap .title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 1024px) {
  /* ========== pro_g1 ========== */
  .pro_g1 {
    height: 146.5333333333vw;
    min-height: auto;
    padding: 25.3333333333vw 0 0;
    margin: 60px 0 0 0;
  }

  .pro_g1 .common_bg {
    display: none;
  }

  .pro_g1 .sj_common_bg {
    display: block !important;
  }

  .pro_g1 .wrap {
    width: 90%;
    margin: auto;
  }

  .pro_g1 .wrap .headline {
    gap: 2.6666666667vw;
  }

  .pro_g1 .wrap .headline svg {
    width: 13.2vw;
    height: 6.4vw;
  }

  .pro_g1 .wrap .headline p {
    font-size: 6.4vw;
  }

  .pro_g1 .wrap .titleImg {
    width: 82.4vw;
    margin: 3.2vw auto 2.1333333333vw;
  }

  .pro_g1 .wrap .pick {
    font-size: 4.8vw;
    font-weight: bold;
  }

  /* ========== pro_g2 ========== */
  .pro_g2 {
    padding: 50px 0 20px;
  }

  .pro_g2 .wrap {
    width: 90%;
  }

  .pro_g2 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pro_g2 .wrap .title .p2 {
    font-size: 14px;
  }

  .pro_g2 .wrap .content {
    margin-top: 24px;
    flex-direction: column;
    gap: 16px;
  }

  .pro_g2 .wrap .content .flex1 {
    width: 100%;
    height: auto;
    flex-direction: row;
    gap: 16px;
  }

  .pro_g2 .wrap .content .flex1 .item {
    height: 220px;
    padding: 20px 5% 0 5%;
    border-radius: 10px;
  }

  .pro_g2 .wrap .content .flex1 .item:first-child {
    height: 220px;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p1 {
    font-size: 16px;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p2 {
    font-size: 22px;
  }

  .pro_g2 .wrap .content .flex1 .item .text .p3 {
    font-size: 18px;
  }

  .pro_g2 .wrap .content .flex2 {
    width: 100%;
    height: 260px;
    padding: 24px 10% 0 10%;
    border-radius: 10px;
  }

  .pro_g2 .wrap .content .flex2 .text {
    font-size: 18px;
  }

  .pro_g2 .wrap .content .flex3 {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 16px;
  }

  .pro_g2 .wrap .content .flex3 .up {
    width: 100%;
    height: 220px;
    padding: 24px 5% 0 5%;
    border-radius: 10px;
  }

  .pro_g2 .wrap .content .flex3 .up .text {
    font-size: 18px;
  }

  .pro_g2 .wrap .content .flex3 .up .text span {
    font-size: 20px;
  }

  .pro_g2 .wrap .content .flex3 .down {
    gap: 16px;
  }

  .pro_g2 .wrap .content .flex3 .down .item {
    flex: 1;
    width: auto;
    height: 200px;
    padding: 16px 8px;
    border-radius: 10px;
  }

  .pro_g2 .wrap .content .flex3 .down .item1 {
    width: auto;
  }

  .pro_g2 .wrap .content .flex3 .down .item2 {
    width: auto;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text {
    font-size: 13px;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text2 {
    font-size: 14px;
  }

  .pro_g2 .wrap .content .flex3 .down .item .text2 span {
    font-size: 16px;
  }

  /* ========== pro_g3 ========== */
  .pro_g3 {
    padding: 50px 0 60px;
  }

  .pro_g3 .wrap {
    width: 90%;
  }

  .pro_g3 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pro_g3 .wrap .title .p2 {
    font-size: 14px;
  }

  .pro_g3 .wrap .content {
    margin-top: 24px;
    flex-direction: column;
    gap: 16px;
  }

  .pro_g3 .wrap .content .item {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }

  .pro_g3 .wrap .content .item img {
    height: 250px;
  }

  .pro_g3 .wrap .message {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
  }

  /* ========== pro_g4 ========== */
  .pro_g4 {
    height: auto;
    min-height: 60vh;
  }

  .pro_g4 .wrap {
    width: 90%;
    margin-top: 60px;
  }

  .pro_g4 .wrap .title {
    font-size: 24px;
  }

  /* ========== pro_g5 ========== */
  .pro_g5 {
    padding: 50px 0 60px;
  }

  .pro_g5 .wrap {
    width: 90%;
  }

  .pro_g5 .wrap .title {
    font-size: 22px;
  }

  .pro_g5 .wrap .title span {
    font-size: 28px;
  }

  .pro_g5 .wrap .content {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }

  .pro_g5 .wrap .content .item {
    width: 100%;
  }

  .pro_g5 .wrap .content .item .img {
    height: 250px;
    border-radius: 10px;
  }

  .pro_g5 .wrap .content .item .text {
    font-size: 14px;
    margin-top: 12px;
  }

  .pro_g5 .wrap .content2 {
    margin-top: 30px;
    height: 280px;
    border-radius: 8px;
    padding: 40px 5% 0 5%;
  }

  .pro_g5 .wrap .content2 .text {
    font-size: 24px;
  }

  .pro_g5 .wrap .content2 .text span {
    font-size: 28px;
  }

  /* ========== pro_g6 ========== */
  .pro_g6 .bigImg {
    height: 330px;
  }

  .pro_g6 .wrap {
    width: 90%;
    top: 10%;
    transform: translate(-50%, 0);
  }

  .pro_g6 .wrap .text .p1 {
    font-size: 24px;
    justify-content: flex-end;
  }

  .pro_g6 .wrap .text .p1 span {
    font-size: 30px;
  }

  .pro_g6 .wrap .text .dis {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .pro_g6 .wrap .text .dis p {
    font-size: 24px;
  }

  .pro_g6 .wrap .text .dis p span {
    font-size: 30px;
  }

  /* ========== pro_g7 ========== */
  .pro_g7 {
    padding: 50px 0;
  }

  .pro_g7 .wrap {
    width: 90%;
  }

  .pro_g7 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pro_g7 .wrap .title .p2 {
    font-size: 14px;
  }

  .pro_g7 .wrap .images {
    height: 280px;
    margin: 24px 0 16px;
    border-radius: 10px;
  }

  .pro_g7 .wrap .text {
    font-size: 18px;
    gap: 8px;
  }

  .pro_g7 .wrap .text span {
    font-size: 22px;
  }

  /* ========== pro_g8 ========== */
  .pro_g8 .bigImg {
    height: 330px;
  }

  .pro_g8 .wrap {
    top: 10%;
    transform: translate(-50%, 0);
  }

  .pro_g8 .wrap .text p {
    font-size: 20px;
  }

  .pro_g8 .wrap .text p span {
    font-size: 30px;
  }

  /* ========== pro_g9 ========== */
  .pro_g9 {
    padding: 50px 0 60px;
  }

  .pro_g9 .wrap {
    width: 90%;
  }

  .pro_g9 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pro_g9 .wrap .title .p2 {
    font-size: 14px;
  }

  .pro_g9 .wrap .content {
    margin-top: 24px;
  }

  .pro_g9 .wrap .content .proSwiper .swiper-slide .item .img {
    height: 280px;
    border-radius: 10px;
  }

  .pro_g9 .wrap .content .proSwiper .swiper-slide .item .text {
    font-size: 14px;
    margin-top: 12px;
  }

  .pro_g9 .wrap .content .button {
    position: static;
    margin: 30px auto 0;
    justify-content: center;
    gap: 15px;
    transform: none;
    width: fit-content;
  }

.pro_g9 .wrap .content .button  .circle{
    width: 35px;
    height: 35px;
}
.pro_g9 .wrap .content .button  .circle .iconfont{
    font-size: 14px;
}
  /* ========== pro_g10 ========== */
  .pro_g10 .bigImg {
    height: 330px;
  }

  .pro_g10 .wrap {
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .pro_g10 .wrap .text p {
    font-size: 22px;
  }

  .pro_g10 .wrap .text span {
    font-size: 30px;
  }

  /* ========== pro_g11 ========== */
  .pro_g11 {
    padding: 60px 0 30px;
  }

  .pro_g11 .wrap {
    width: 90%;
  }

  .pro_g11 .wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .pro_g11 .wrap .images {
    height: 280px;
    border-radius: 10px;
    z-index: 1;
  }

  .pro_g11 .wrap .figure {
    margin-top: 32px;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pro_g11 .wrap .figure .item .dis span {
    font-size: 28px;
    line-height: 100%;
  }

  .pro_g11 .wrap .figure .item p {
    font-size: 14px;
    margin-top: 6px;
  }

  /* ========== pro_g12 ========== */
  .pro_g12 {
    padding: 50px 0 30px;
  }

  .pro_g12 .wrap {
    width: 90%;
  }

  .pro_g12 .wrap .title {
    font-size: 24px;
  }

  .pro_g12 .wrap .content {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }

  .pro_g12 .wrap .content .item {
    width: 100%;
  }

  .pro_g12 .wrap .content .item .img {
    height: 260px;
    border-radius: 10px;
  }

  .pro_g12 .wrap .content .item .text {
    font-size: 14px;
    margin-top: 10px;
  }

  /* ========== pro_g13 ========== */
  .pro_g13 {
    padding: 50px 0 30px;
  }

  .pro_g13 .wrap {
    width: 90%;
  }

  .pro_g13 .wrap .title {
    margin-bottom: 20px;
  }

  .pro_g13 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pro_g13 .wrap .title .p2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .pro_g13 .wrap .title .p3 {
    gap: 8px;
  }

  .pro_g13 .wrap .title .p3 p {
    font-size: 16px;
  }

  .pro_g13 .wrap .title .p3 p span {
    font-size: 20px;
  }

  .pro_g13 .wrap .images {
    height: 280px;
    border-radius: 10px;
  }

  .pro_g13 .wrap .text {
    margin-top: 20px;
    font-size: 14px;
  }

  /* ========== pro_g14 ========== */
  .pro_g14 {
    padding: 50px 0 30px;
  }

  .pro_g14 .wrap {
    width: 90%;
  }

  .pro_g14 .wrap .title {
    font-size: 22px;
  }

  .pro_g14 .wrap .content {
    margin: 30px 0 0 0;
  }

  .pro_g14 .wrap .content .proSwiper2 .swiper-slide .img {
    height: 280px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
 .pro_g14 .wrap .content .button {
    position: static;
    margin: 30px auto 0;
    justify-content: center;
    gap: 15px;
    transform: none;
    width: fit-content;
  }

.pro_g14 .wrap .content .button  .circle{
    width: 35px;
    height: 35px;
}
.pro_g14 .wrap .content .button  .circle .iconfont{
    font-size: 14px;
}

  /* ========== pro_g15 ========== */
  .pro_g15 {
    height: auto;
  }

  .pro_g15 .fix {
    height: auto;
    min-height: 65vh;
    position: relative;
    padding: 60px 0;
  }

  .pro_g15 .fix .wrap .title {
    font-size: 22px;
    transform: scale(1);
    color: #fff !important;
    line-height: 150%;
  }

  .pro_g15 .fix .common_bg {
    opacity: 1 !important;
  }
}
