

.gz-header-Program-banner {
  position: relative;
  width: 100%;
  height: 813px;
  background-image: url('./img/Business\ Matchmaking.jpg');
  background-size: cover;
  background-position: center;
}

.gz-header-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35, 35, 90);
  opacity: 0.9;

}

.gz-header-Program-banner .gz-header-Program-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 160px;
  width: 1367px;
  display: flex;
  justify-content: space-between;
}

.gz-header-Program-banner-content .gz-header-Program-banner-content-left {
  width: 30%;
}

.gz-header-Program-banner-content .gz-header-Program-banner-content-right {
  width: 80%;




}

.gz-header-Program-banner-content-left h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  text-align: left;
}

.gz-header-Program-banner-content-left p {
  color: #fff;
  font-size: 46px;
  text-align: left;
  width: 500px;
}

.gz-header-Program-banner-content-right>.gz-header-Program-banner-content-right-text {

  width: 964px;
  height: 360px;
  color: #fff;
  font-size: 24px;
  text-align: left;
  padding: 30px 40px;
  border-radius: 29px;
  background: #5a62a0;
}

@media screen and (max-width: 1400px) {
  .gz-header-Program-banner .gz-header-Program-banner-content {
    width: 80%;
  }

  .gz-header-Program-banner-content-left h1 {
    font-size: 100px;
  }

  .gz-header-Program-banner-content-left p {
    font-size: 30px;
    width: 300px;
  }

  .gz-header-Program-banner-content-right>.gz-header-Program-banner-content-right-text {
    width: 720px;
    font-size: 20px;
  }
}

.gz-header-Program-banner-content-right>.gz-header-Program-banner-content-right-text p:nth-child(1) {
  margin-bottom: 30px;
}

.gz-WeTalk {
  width: 100%;
  padding: 80px 0px;
  background: #fff;
}

.gz-WeTalk-content {
  max-width: 1367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.gz-WeTalk-left {
  width: 50%;
}

.gz-WeTalk-left h1 {
  color: #1B1C80;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 15px;
  /* width: 70%; */

  font-weight: 700;
  text-align: left;
}

.gz-WeTalk-left h2 {
  color: #666;
  font-size: 38px;
  margin-bottom: 30px;

}

.gz-WeTalk-left p {
  color: #666;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.gz-WeTalk-btns {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.gz-WeTalk-btn {
  display: block;
  margin-left: 0;
  text-align: left;
  width: auto;
  color: #1B1C80;
  font-size: 26px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.gz-WeTalk-btn:first-child {

  width: 310px;
  height: 56px;
  text-align: left;
}

.gz-WeTalk-btn:first-child a {
  width: 290px;
  height: 56px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #1B1C80;
  color: #1B1C80;
  line-height: 56px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.gz-WeTalk-btn:first-child a:hover {
  width: 310px;
  background-color: #1B1C80;
  color: #fff;
}

.gz-WeTalk-btn:first-child a:hover .arrow {
  margin-left: 20px;
}

.gz-WeTalk-btn:nth-child(2) {
  width: 240px;
  height: 56px;
  text-align: left;
}

.gz-WeTalk-btn:nth-child(2) a {
  width: 220px;
  height: 56px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #1B1C80;
  color: #1B1C80;
  line-height: 56px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.gz-WeTalk-btn:nth-child(2) a:hover {
  width: 240px;
  background-color: #1B1C80;
  color: #fff;
}

.gz-WeTalk-btn:nth-child(2) a:hover .arrow {
  margin-left: 20px;
}

.gz-WeTalk-btn .arrow {
  transition: all 0.3s ease;
  vertical-align: middle;
  display: inline-block;
}


.gz-WeTalk-right {
  width: 50%;
}

.gz-WeTalk-image {

  width: 646px;
  height: 470px;
  border-radius: 28px;
  overflow: hidden;
  /* 临时替代图片 */
}

.gz-WeTalk-image img {
  width: 646px;
  height: 470px;
  object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .gz-WeTalk-content {
    width: 80%;
  }

  .gz-WeTalk-left h1 {
    font-size: 42px;
  }

  .gz-WeTalk-left h2 {
    font-size: 28px;
  }

  .gz-WeTalk-left p {
    font-size: 16px;
  }

  .gz-WeTalk-btn {
    font-size: 20px;
  }

  .gz-WeTalk-btn:first-child {

    width: 220px;
    height: 50px;
  }

  .gz-WeTalk-btn:first-child a {
    width: 200px;
    height: 50px;

    line-height: 46px;

  }

  .gz-WeTalk-btn:first-child a:hover {
    width: 220px;
  }

  .gz-WeTalk-btn:first-child a:hover .arrow {
    margin-left: 20px;
  }


  .gz-WeTalk-btn:nth-child(2) {
    width: 150px;
    height: 56px;
    text-align: left;
  }

  .gz-WeTalk-btn:nth-child(2) a {
    width: 130px;
    height: 50px;
    line-height: 46px;
  }

  .gz-WeTalk-btn:nth-child(2) a:hover {
    width: 150px;
  }

  .gz-WeTalk-btn:nth-child(2) a:hover .arrow {
    margin-left: 20px;
  }

  .gz-WeTalk-image {

    width: 464px;
    height: 270px;
    border-radius: 28px;
    overflow: hidden;
    /* 临时替代图片 */
  }

  .gz-WeTalk-image img {
    width: 464px;
    height: 270px;
  }
}

.gz-Distributor {
  position: relative;
  width: 100%;
  height: 667px !important;
  background-image: url('./img/Distributor\ Alliance\ Club.jpg');
  background-size: cover;
  background-position: center;
}

.gz-Distributor-content {
  position: relative;
  max-width: 1367px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px;
}

.gz-Distributor-text {
  position: absolute;
  right: 0;
  width: 50%;
  padding-right: 40px;
  padding-top: 40px;
}

.gz-Distributor-text h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.gz-Distributor-desc {
  color: #fff;
}

.gz-Distributor-desc p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .gz-Distributor-content {
    width: 80%;
  }

  .gz-Distributor-text h1 {
    font-size: 52px;
  }

  .gz-Distributor-desc p {
    font-size: 16px;
  }
}

.gz-Distributor .gz-Distributor-mask {
  position: absolute;
  width: 100%;
  height: 667px;
  background: linear-gradient(90deg, rgba(39, 39, 103, 0) -0.972%, rgba(39, 39, 103, 0.92) 47.186%);
  top: 0;
  left: 0;
}

.gz-iCMEF {
  width: 100%;
  padding: 120px 0 80px 0;
  background: #fff;
}

.gz-iCMEF .gz-iCMEF-content {
  max-width: 1367px;
  margin: 0 auto;
  text-align: center;
}

.gz-iCMEF-header {
  margin-bottom: 30px;
}

.gz-iCMEF-header h1 {
  color: #1B1C80;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gz-iCMEF-header h2 {
  color: #666;
  font-size: 38px;
  font-weight: normal;
}

.gz-iCMEF-desc {
  width: 100%;
}

.gz-iCMEF-desc p {
  color: #666;
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 1400px) {
  .gz-iCMEF .gz-iCMEF-content {
    width: 80%;
  }

  .gz-iCMEF-header h1 {
    font-size: 42px;
  }

  .gz-iCMEF-header h2 {
    font-size: 28px;
  }

  .gz-iCMEF-desc p {
    font-size: 16px;
  }
}

.gz-Join {
  width: 100%;
  height: 453px;
  background: linear-gradient(231.20deg, rgb(98, 98, 178) -3.167%, rgb(35, 35, 90) 93.413%);
}

.gz-Join .gz-Join-content {
  max-width: 1367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.gz-Join-left {
  width: 50%;
  color: #fff;
}

.gz-Join-left h1 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-size: 40px;
  text-align: left;
}

.gz-Join-left p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.9;
}

@media screen and (max-width: 1400px) {
  .gz-Join .gz-Join-content {
    width: 80%;
  }

  .gz-Join-left h1 {
    font-size: 28px;
  }

  .gz-Join-left p {
    font-size: 16px;
  }

}

.gz-Join-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gz-Join-btn {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 28.5px;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: transparent;
  transform-origin: left center;
  transform: translateZ(0);
  transition: all 0.3s ease-out;
}

.gz-Join-btn:nth-child(1) {
  width: 370px;
}

.gz-Join-btn:nth-child(2) {
  width: 350px;
}

.gz-Join-btn:nth-child(1):hover {
  width: 390px;
  background-color: #fff;
  color: #373776;
}

.gz-Join-btn:nth-child(2):hover {
  width: 370px;
  background-color: #fff;
  color: #373776;
}

.gz-Join-btn .arrow {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}

.gz-Join-btn:hover .arrow {
  margin-left: 30px;
}

.gz-Join-right {
  position: relative;
  width: 50%;
  height: 100%;
}

.gz-Join-image {
  width: 300px;
  height: 473px;
  border-radius: 15px;
}

.gz-Join-image img {
  position: absolute;
  top: -60px;
  left: 120px;
  width: 300px;
  height: 473px;
  object-fit: cover;
}

.gz-CMEFWebinar {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.gz-CMEFWebinar-content {
  max-width: 1367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.gz-CMEFWebinar-left {
  width: 50%;
}

.gz-CMEFWebinar-left h1 {
  color: #1B1C80;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gz-CMEFWebinar-left h2 {
  color: #666;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.gz-CMEFWebinar-left p {
  color: #666;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.gz-CMEFWebinar-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 110px;
}


.gz-CMEFWebinar-card {
  width: 675px;
  background: #32338d;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}

.gz-CMEFWebinar-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.gz-CMEFWebinar-card p {
  font-size: 22px;
  margin-top: 10px;
  opacity: 0.9;
}

.gz-CMEFWebinar-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  padding-left: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  z-index: 20;
}

@media screen and (max-width: 1400px) {
  .gz-CMEFWebinar-content {
    width: 80%;
  }

  .gz-CMEFWebinar-left h1 {
    font-size: 52px;
  }

  .gz-CMEFWebinar-left h2 {
    font-size: 28px;
  }

  .gz-CMEFWebinar-left p {
    font-size: 16px;
  }

  .gz-CMEFWebinar-card {
    width: 500px;
    padding: 16px;
  }

  .gz-CMEFWebinar-card h3 {
    font-size: 20px;
  }

  .gz-CMEFWebinar-card p {
    font-size: 16px;
  }

  .gz-CMEFWebinar-btn {
    margin-top: 10px;
  }

  .gz-CMEFWebinar-right {
    margin-top: 80px;
  }
}

.gz-CMEFWebinar-btn:hover {
  color: #fff;
}

.gz-CMEFWebinar-btn:hover .gz-CMEFWebinar-btn-text {
  text-decoration: underline;
}

.gz-CMEFWebinar-btn .arrow {
  transition: all 0.3s ease;
  margin-left: 10px;
  vertical-align: middle;
}

.gz-CMEFWebinar-btn:hover .arrow {
  margin-left: 20px;
}

.gz-Matchmaking {
  position: relative;
  width: 100%;
  height: 524px;
  background-color: #f3f3f9;
  padding: 40px 0;
  padding-top: 0;
margin-top: 100px;
}

.gz-Mockup-image1 {
  height: 930px;
  position: absolute;
  left: -540px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gz-Mockup-image2 {
  height: 550px;
  position: absolute;
  left: -160px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 1680px) {
  .gz-Mockup-image1 {
    left: -590px;
  }

  .gz-Mockup-image2 {
    left: -200px;
  }

}

@media screen and (max-width: 1560px) {
  .gz-Mockup-image1 {
    left: -640px;
  }

  .gz-Mockup-image2 {
    left: -250px;
  }

}

@media screen and (max-width: 1474px) {
  .gz-Mockup-image1 {
    left: -690px;
  }

  .gz-Mockup-image2 {
    left: -300px;
  }

}

@media screen and (max-width: 1424px) {
  .gz-Mockup-image1 {
    left: -740px;
  }

  .gz-Mockup-image2 {
    left: -400px;
  }

}

@media screen and (max-width: 1310px) {
  .gz-Mockup-image1 {
    left: -840px;
  }

  .gz-Mockup-image2 {
    left: -500px;
  }

}

.gz-Mockup-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gz-Mockup-image2:hover img {
  transform: scale(1.2);
}

.gz-Matchmaking-content {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.gz-Matchmaking-left {
  position: relative;
  width: 45%;
  height: 444px;
}

.gz-Matchmaking-image {
  position: absolute;
  width: 120%;
  height: 100%;
  left: -100px;
  background-color: pink;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gz-Matchmaking-right {
  width: 55%;
}

.gz-Matchmaking-right h1 {
  font-size: 56px;
  font-weight: 700;
  color: #1B1C80;
  margin-bottom: 0px;
  line-height: 1.2;
}

.gz-Matchmaking-right p {
  width: 776px;
  font-size: 24px;
  line-height: 1.4;
  color: #666;
  margin-top: 20px;
}

@media screen and (max-width: 1400px) {
  .gz-Matchmaking-content {
    width: 80%;
  }

  .gz-Matchmaking-right h1 {
    font-size: 38px;
  }

  .gz-Matchmaking-right p {
    font-size: 16px;
    width: 576px;
  }
}

.gz-Matchmaking-right p strong {
  color: #1B1C80;
  font-weight: 700;
}

.gz-Matchmaking-btn {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 428px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #1B1C80;
  border-radius: 30px;
  color: #1B1C80;
  font-size: 26px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  margin-top: 20px;
}

.gz-Matchmaking-btn:hover {
  background: #1B1C80;
  width: 448px;
  color: #fff;
}

.gz-Matchmaking-btn .arrow {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}

.gz-Matchmaking-btn:hover .arrow {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .gz-Matchmaking {
    position: relative;
    padding: 20px 20px;
    height: 750px;
    padding-top: calc(300vw/3.9);
    background-color: #f3f3f9;
    /* overflow-x: hidden; */
    overflow: hidden;
    margin-top: calc(30vw/3.9);
  }

  .gz-Matchmaking-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50vw/3.9);
    background-color: #fff;

  }

  .gz-Mockup-image1 {
    height: calc(360vw/3.9);
    position: absolute;
    left: calc(-200vw/3.9);
    top: calc(-50vw/3.9);
    bottom: auto;

    margin: auto;
  }

  .gz-Mockup-image2 {
    height: calc(208vw/3.9);
    position: absolute;
    left: calc(-46vw/3.9);
    top: calc(25vw/3.9);
    ;
    bottom: auto;
    margin: auto;
    z-index: 2;
    overflow: hidden;
  }

  .gz-Matchmaking-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .gz-Matchmaking-left {
    width: 100%;
    height: auto;
  }

  .gz-Matchmaking-image {
    position: static;
    width: 100%;
    height: auto;
  }

  .gz-Matchmaking-right {
    width: 100%;
    text-align: center;
  }

  .gz-Matchmaking-right h1 {
    font-size: 32px;
    text-align: left;
  }

  .gz-Matchmaking-right p {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
  }

  .gz-Matchmaking-btn {

    width: calc(275vw/3.9);
    height: calc(39vw/3.9);
    line-height: calc(36vw/3.9);
    color: rgb(27, 28, 128);
    font-size: calc(17vw/3.9);
    text-align: center;
    margin-top: 30px;
    left: 20px;
  }

  .gz-Matchmaking-btn:hover {
    background: transparent;
    width: calc(275vw/3.9);
    color: rgb(27, 28, 128);
  }


  .gz-Matchmaking-btn:hover .arrow {
    margin-left: 0px;
  }
}

.gz-Business {
  width: 100%;
  padding: 80px 0;
  background: #fff;
  margin-top: 160px;
}

.gz-Business-content {
  max-width: 1367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}



.gz-Business-left {
  width: 50%;
}

.gz-Business-left h1 {
  font-size: 62px;
  font-weight: 700;
  color: #1B1C80;
  margin-bottom: 30px;
  line-height: 1.2;
}

.gz-Business-left p {
  font-size: 22px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 20px;
}

.gz-Business-right {
  width: 50%;
}

.gz-Business-image {
  width: 675px;
  height: 440px;
  background-color: pink;
  /* 临时替代图片 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gz-Business-image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .gz-Business-content {
    width: 80%;
  }
  .gz-Business-left h1 {
    font-size: 42px;
  }
  .gz-Business-left p{
    font-size: 16px;
  }
  .gz-Business-image{
    width: 575px;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .gz-WeTalk {
    padding: 50px 10px;
  }

  .gz-WeTalk-content {
    flex-direction: column-reverse;
    width: 90%;
    /* padding: 0 calc(20vw/3.9); */
    gap: 30px;
  }

  .gz-WeTalk-left {
    width: 100%;
  }

  .gz-WeTalk-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .gz-WeTalk-image {
    width: 100%;
    height: calc(180vw/3.9);
    border-radius: 15px;
    overflow: hidden;
  }

  .gz-WeTalk-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gz-WeTalk-left h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .gz-WeTalk-left h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .gz-WeTalk-left p {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .gz-WeTalk-btns {
    flex-direction: column;
    gap: 15px;
  }

  .gz-WeTalk-btn {
    /* width: 100% !important; */
    height: auto !important;
    text-align: center !important;
  }

  .gz-WeTalk-btn:first-child {
    width: 200px !important;
  }

  .gz-WeTalk-btn:nth-child(2) {
    width: 140px !important;
  }

  .gz-WeTalk-btn:first-child a,
  .gz-WeTalk-btn:nth-child(2) a {
    width: 100% !important;
    height: 48px !important;
    line-height: 44px !important;
    font-size: 16px;
    border-width: 2px;
    border-radius: 24px;
  }

  /* 移除按钮悬停效果 */
  .gz-WeTalk-btn:first-child a:hover,
  .gz-WeTalk-btn:nth-child(2) a:hover {
    width: 100% !important;
    background: transparent;
    color: #1B1C80;
  }

  .gz-WeTalk-btn:first-child a:hover .arrow,
  .gz-WeTalk-btn:nth-child(2) a:hover .arrow {
    margin-left: 10px;
  }

  body {
    min-width: auto;
  }

  .gz-header-Program-banner {
    height: auto;
    height: 750px;

  }

  .gz-header-Program-banner .gz-header-Program-banner-content {
    position: absolute;
    width: 100%;
    bottom: 40px;
    padding: 40px calc(20vw/3.9);
    flex-direction: column;
    gap: 30px;
  }

  .gz-header-Program-banner-content .gz-header-Program-banner-content-left {
    width: 100%;
  }

  .gz-header-Program-banner-content-left h1 {
    font-size: 52px;
    margin-bottom: 15px;
  }

  .gz-header-Program-banner-content-left p {
    font-size: 20px;
    width: 100%;
  }

  .gz-header-Program-banner-content .gz-header-Program-banner-content-right {
    width: 100%;
  }

  .gz-header-Program-banner-content-right .gz-header-Program-banner-content-right-text {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 25px;
    border-radius: 15px;
    background: rgba(90, 98, 160, 0.8);
    backdrop-filter: blur(10px);
  }

  .gz-header-Program-banner-content-right .gz-header-Program-banner-content-right-text p {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .gz-header-Program-banner-content-right .gz-header-Program-banner-content-right-text p:last-child {
    margin-bottom: 0;
  }

  .gz-Distributor {
    height: auto;
    padding: 20px 0;
  }

  .gz-Distributor-content {
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    bottom: 0px;
  }

  .gz-Distributor-text {

    position: absolute;
    bottom: 30px;
    /* position: static; */
    width: 90%;
  }

  .gz-Distributor-text h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .gz-Distributor-desc p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .gz-Distributor .gz-Distributor-mask {
    background: linear-gradient(0deg, rgba(39, 39, 103, 1) 0%, rgba(39, 39, 103, .2) 100%);
  }
}

/* 针对更小屏幕的额外优化 */
@media screen and (max-width: 320px) {
  .gz-header-Program-banner-content-left h1 {
    font-size: 56px;
  }

  .gz-header-Program-banner-content-left p {
    font-size: 24px;
  }

  .gz-header-Program-banner-content-right .gz-header-Program-banner-content-right-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .gz-iCMEF {
    padding: 40px 0;
  }

  .gz-iCMEF .gz-iCMEF-content {
    width: 100%;
    padding: 0 20px;
  }

  .gz-iCMEF-header h1 {
    font-size: 32px;

  }

  .gz-iCMEF-header h2 {
    font-size: 16px;
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
  }

  .gz-iCMEF-desc p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .gz-Join {
    height: auto;
    padding: 40px 0;
  }

  .gz-Join .gz-Join-content {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }

  .gz-Join-left {
    width: 100%;
    text-align: center;
  }

  .gz-Join-left h1 {
    font-size: 20px;
    text-align: center;
  }

  .gz-Join-left p {
    font-size: 12px;
    padding: 0 20px;
  }

  .gz-Join-btns {
    flex-direction: column;
    align-items: center;
  }

  .gz-Join-btns .gz-Join-btn {
    width: 100%;
    width: calc(240vw/3.9);
    height: calc(40vw/3.9);
    font-size: calc(16vw/3.9) !important;
    line-height: calc(40vw/3.9) !important;
  }

  .gz-Join-btns .gz-Join-btn:hover {
    width: calc(240vw/3.9);
    background-color: transparent;
    color: #fff !important;
  }

  .gz-Join-btns .gz-Join-btn:hover .arrow {
    margin-left: 10px;
  }

  .gz-Join-right {
    width: 100%;
  }

  .gz-Join-image {
    width: 100%;
    height: auto;
  }

  .gz-Join-image img {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .gz-CMEFWebinar {
    padding: 40px 20px;
    /* 调整边距 */
    /* margin-bottom: 100px; */
    height: 920px;
  }

  .gz-CMEFWebinar-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* 调整间距 */
  }

  .gz-CMEFWebinar-left {
    width: 100%;
    text-align: center;
  }

  .gz-CMEFWebinar-left h1 {
    font-size: 32px;
    text-align: left;
  }

  .gz-CMEFWebinar-left h2 {
    font-size: 16px;
    text-align: left;
  }

  .gz-CMEFWebinar-left p {
    font-size: 12px;
    text-align: left;
  }

  .gz-CMEFWebinar-right {
    width: 100%;
    margin-top: 0;
  }

  .gz-CMEFWebinar-card {
    width: calc(320vw/3.9);
    /* height: calc(200vw/3.9); */
    padding: calc(30vw/3.9);
    margin: 0 auto;
  }

  .gz-CMEFWebinar-card h3 {
    font-size: 20px;
  }

  .gz-CMEFWebinar-card p {
    font-size: 14px;
  }

  .gz-CMEFWebinar-btn {
    font-size: 16px;
    margin-top: 0 !important;
  }

  .gz-CMEFWebinar-btn:hover {
    color: #fff;

  }

  .gz-CMEFWebinar-btn:hover .gz-CMEFWebinar-btn-text {
    text-decoration: none;
  }

  .gz-CMEFWebinar-btn .arrow {
    transition: all 0.3s ease;
    margin-left: 10px;
    vertical-align: middle;
  }

  .gz-CMEFWebinar-btn:hover .arrow {
    margin-left: 10px;
  }

}

@media screen and (max-width: 768px) {
  .gz-Business {
    padding: 40px 20px;
    margin-top: 0;
    height: 600px;
  }

  .gz-Business-content {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
  }

  .gz-Business-left {
    width: 100%;
    text-align: left;
    padding: 0 20px;
  }

  .gz-Business-left h1 {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.2;
  }

  .gz-Business-left p {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
  }

  .gz-Business-right {
    width: 100%;
    margin-top: 20px;
  }

  .gz-Business-image {
    width: calc(320vw/3.9);
    height: calc(180vw/3.9);
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
  }

  .gz-Business-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}