.z-gac .ant-anchor-wrapper-horizontal {
  background-color: white;
}
.z-gac .ant-anchor-wrapper-horizontal .ant-anchor {
  max-width: 1200px;
  margin: 0 auto;
}
.z-gac .ant-anchor-wrapper-horizontal .ant-anchor-link {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  padding-block: 1rem !important;
}

.z-gac .pane {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.z-gac .pane.reverse {
  flex-direction: row-reverse;
}
.z-gac .pane .left, .z-gac .pane .right {
  flex: 1;
}
.z-gac .pane .text {
  padding: 0 40px;
}
.z-gac .pane .text .t0 {
  color: #252B3A;
  font-size: 1.875rem;
  font-weight: 600;
  position: relative;
}
.z-gac .pane .text .t0 .no {
  font-size: 100px;
  font-style: italic;
  color: #FFF1E5;
  position: absolute;
  right: 0;
  bottom: -32px;
  font-weight: normal;
}
.z-gac .pane .text .line {
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 125, 0, 0) 0%, #FF7D00 100%);
  margin: 28px 0;
}
.z-gac .pane .text .t1 {
  font-size: 1.25rem;
  color: #252B3A;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.z-gac .pane .text .t1 .dot {
  margin-right: 8px;
}
.z-gac .pane .text .t2 {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #252B3A;
  padding-left: 16px;
  line-height: 22px;
}
.z-gac .pane .text .dot {
  width: 8px;
  height: 8px;
  background: #FF7D00;
  border-radius: 50%;
}
.z-gac .pane .text .item {
  padding: 15px 54px;
}
.z-gac .pane .text .item .t2 {
  display: none;
}
.z-gac .pane .text .item + .item {
  margin-top: 12px;
}
.z-gac .pane .text .item.active {
  padding: 30px 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(161, 58, 13, 0.08);
  border-radius: 12px;
}
.z-gac .pane .text .item.active .t2 {
  display: block;
}
.z-gac .pane .text .btn {
  margin-top: 30px;
  padding-left: 54px;
}
.z-gac .pane .text .btn .ant-btn {
  height: auto;
  line-height: normal;
  padding: 12px 42px;
  font-size: 14px;
  color: white;
  background-color: #FF7D00;
}

.z-gac-2 .content {
  display: flex;
  margin: 60px 0;
}
.z-gac-2 .content .col {
  flex: 1;
  background-color: white;
  border-radius: 12px;
  padding: 0 40px 40px;
  box-shadow: 0px 4px 20px 0px rgba(161, 58, 13, 0.08);
}
.z-gac-2 .content .col .top {
  text-align: center;
}
.z-gac-2 .content .col .top .t0 {
  background: linear-gradient(270deg, #ffb400 0%, #ff7d00 100%, #ff7d00 100%);
  color: white;
  border-radius: 0 0 26px 26px;
  padding: 12px 30px;
  display: inline-block;
}
.z-gac-2 .content .col .item {
  margin-top: 20px;
  padding: 16px;
  background-color: rgba(161, 58, 13, 0.08);
  border-radius: 12px;
  box-shadow: 0px 4px 20px 0px rgba(161, 58, 13, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-gac-2 .content .col .item .t1 {
  color: #ff7d00;
  font-size: 14px;
}
.z-gac-2 .content .col .item .t2 {
  color: #252b3a;
  font-size: 14px;
}
.z-gac-2 .content .split {
  width: 60px;
}

.z-gac-hl .bg {
  padding: 5rem 0 3.75rem;
}
.z-gac-hl .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.z-gac-hl .items .item {
  width: 50%;
  padding: 1rem 1.25rem;
}
.z-gac-hl .items .item .inner {
  height: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(216, 216, 216, 0.5);
  display: flex;
  align-items: center;
}
.z-gac-hl .items .item .inner:hover {
  box-shadow: 0px 6px 12px 0px rgba(116, 134, 163, 0.07);
}
.z-gac-hl .items .item .inner .no {
  font-size: 2.25rem;
  color: white;
  padding: 25px;
  border-radius: 12px;
}
.z-gac-hl .items .item .inner .text {
  flex: 1;
  overflow: hidden;
  padding-left: 1.5rem;
}
.z-gac-hl .items .item .inner .text .t0 {
  color: #000000;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.z-gac-hl .items .item .inner .text .t1 {
  color: #252b3a;
  font-size: 0.875rem;
  line-height: 1.375rem;
}