

.gz-mainCongress {

  width: 100%;
  background-color: #fff;
}

.gz-mainCongress .gz-header-Congress-banner {
  position: relative;
  width: 100%;
  height: 813px;
  background-image: url('./img/Medcongress_Hero\ Banner.png');
  background-size: cover;
  background-position: center;
}

.gz-mainCongress .gz-header-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35, 35, 90);
  opacity: 0.9;

}

.gz-header-Congress-banner .gz-header-Congress-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 260px;
width: 80%;
  display: flex;
  justify-content: space-between;
}

.gz-header-Congress-banner-content .gz-header-Congress-banner-content-left {
  /* width: 50%; */
}

.gz-header-Congress-banner-content .gz-header-Congress-banner-content-right {
  width: 50%;




}

.gz-header-Congress-banner-content-left h1 {
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-align: left;
}

.gz-header-Congress-banner-content-left p {
  color: #fff;
  font-size: 38px;
  text-align: left;
  width: 500px;
}

.gz-header-Congress-banner-content-right p {
  /* width: 699px;
  height: 235px; */
  color: #fff;
  font-size: 24px;
  text-align: left;
  padding: 30px 40px;
  border-radius: 29px;
  background: #5a62a0;
}

.gz-header-Congress-banner .gz-header-Congress-banner-btn {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 200px;
  height: 57px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 28px;
  font-size: 26px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  text-decoration: none;
  transform-origin: left center;
  transition: all 0.3s ease-out;
  z-index: 999;
}

.gz-header-Congress-banner .gz-header-Congress-banner-btn:hover {
  width: 220px;
  background-color: #fff;
  color: #1b1c80;
}

.gz-header-Congress-banner .gz-header-Congress-banner-btn .arrow {
  vertical-align: middle;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}

.gz-header-Congress-banner .gz-header-Congress-banner-btn:hover .arrow {
  margin-left: 30px;
}

.gz-Schedule {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.gz-Schedule-content {
  width: 100%;
}

.gz-Schedule-text {
  margin-bottom: 40px;
}

.gz-Schedule-text h2 {
  color: #666;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  font-size: 24px;
}

.gz-Schedule-grid {
  display: flex;
  gap: 60px;
}

.gz-Schedule-left {
  width: 50%;
  position: relative;
  height: 400px;
}

.gz-Schedule-images {
  position: relative;
  width: 100%;
  height: 100%;
}

.gz-Schedule-image {

  /* 临时替代图片 */
  position: absolute;

  width: 500px;
  height: 330px;
  border-radius: 18px;

}

/* 第一张图片位置 */
.gz-Schedule-image:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}

/* PC 端样式 */
.gz-Schedule-image:last-child {
  top: 300px;
  left: 100px;
  z-index: 2;
}

.gz-Schedule-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.gz-Schedule-right {
  width: 50%;
  position: relative;
  padding-bottom: 60px;
}

.gz-Schedule-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.gz-Schedule-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.gz-Schedule-icon {
  width: 80px;
  height: 80px;
  /* 临时替代图标 */
  border-radius: 10px;
  flex-shrink: 0;
  margin-top: 10px;
}

.gz-Schedule-info {
  flex: 1;
}

.gz-Schedule-info h3 {
  font-size: 20px;
  color: #1B1C80;
  /* margin-bottom: 10px; */
  font-weight: bold;
}

.gz-Schedule-info p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

.gz-Schedule-btn {
  width: 190px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #1B1C80;
  border-radius: 50px;
  color: #1B1C80;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gz-Schedule-btn .arrow {
  vertical-align: middle;
  transition: all 0.3s ease-out;
  margin-left: 10px;
}

.gz-Schedule-btn:hover {
  width: 210px;
  background-color: #1B1C80;
  color: #fff;
}

.gz-Schedule-btn:hover .arrow {
  margin-left: 30px;

}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }

  .gz-mainCongress .gz-header-Congress-banner {
    height: 560px;
    padding: 40px 0 100px;
  }

  .gz-header-Congress-banner .gz-header-Congress-banner-content {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0 calc(20vw/3.9);
    flex-direction: column;
  }

  .gz-header-Congress-banner-content .gz-header-Congress-banner-content-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .gz-header-Congress-banner-content-left h1 {
    margin-bottom: 15px;


    font-size: 30px;
    font-weight: 700;
  }

  .gz-header-Congress-banner-content-left p {
    font-size: 20px;
    width: 100%;
  }

  .gz-header-Congress-banner-content .gz-header-Congress-banner-content-right {
    width: 100%;
  }

  .gz-header-Congress-banner-content-right p {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(90, 98, 160, 0.8);
    backdrop-filter: blur(10px);
  }

  .gz-header-Congress-banner .gz-header-Congress-banner-btn {
    position: relative;
    bottom: auto;
    width: 180px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    margin-top: 30px;
  }

  /* 移除按钮悬停效果 */
  .gz-header-Congress-banner .gz-header-Congress-banner-btn:hover {
    width: 180px;
    background: transparent;
    color: #fff;
  }

  .gz-header-Congress-banner .gz-header-Congress-banner-btn:hover .arrow {
    margin-left: 10px;
  }

  .gz-Schedule {
    width: 100%;
    padding: 40px 0;
  }

  .gz-Schedule-content {
    padding: 0 calc(30vw/3.9);
  }

  .gz-Schedule-grid {
    flex-direction: column;
    gap: 30px;
  }

  .gz-Schedule-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .gz-Schedule-images {
    position: relative;
    width: 100%;
    height: calc(220vw/3.9);
    overflow: visible;
  }

  .gz-Schedule-image {
    width: calc(250vw/3.9);
    height: calc(130vw/3.9);
    position: absolute;
    border-radius: 18px;
  }

  /* 第一张图片位置 */
  .gz-Schedule-image:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* 第二张图片位置 */
  .gz-Schedule-image:last-child {
    position: absolute;
    top: calc(100vw/3.9);
    left: auto;
    right: 0;
    z-index: 2;
  }

  .gz-Schedule-right {
    width: 100%;
    padding-bottom: 80px;
  }

  .gz-Schedule-text h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .gz-Schedule-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 改为两列布局 */
    gap: 15px;  /* 减小间距 */
  }

  .gz-Schedule-item {
    display: flex;
    flex-direction: column;  /* 改为垂直布局 */
    align-items: start;  /* 居中对齐 */
    text-align: center;
    gap: 10px;
  }

  .gz-Schedule-icon {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .gz-Schedule-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gz-Schedule-info {
    width: 100%;
  }

  .gz-Schedule-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #1B1C80;
    text-align: left;
  }

  .gz-Schedule-info p {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    text-align: left;
  }

  .gz-Schedule-btn {
    width: 150px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    left: 0;
    text-align: center;
  }

  /* 移除按钮悬停效果 */
  .gz-Schedule-btn:hover {
    width: 150px;
    background: transparent;
    color: #1B1C80;
  }

  .gz-Schedule-btn:hover .arrow {
    margin-left: 10px;
  }
}

/* 针对更小屏幕的额外优化 */
@media screen and (max-width: 320px) {
  .gz-header-Congress-banner-content-left h1 {
    font-size: 36px;
  }

  .gz-header-Congress-banner-content-left p {
    font-size: 20px;
  }

  .gz-header-Congress-banner-content-right p {
    font-size: 14px;
  }
}