.agent-banner-container {
  height: 9.5875rem;
  background: url(../images/agent/banner-bg.jpg) no-repeat center top #FFFFFF;
}
.agent-banner-container .banner-title {
  font-weight: bold;
  font-size: 0.65rem;
  color: #333333;
}
.agent-banner-container .banner-desc {
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  margin-top: 0.225rem;
}
.agent-banner-container .banner-card {
  width: 49%;
  height: 5.25rem;
  background: linear-gradient(229deg, #8ABEFF 0%, #528AFF 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  padding: 0.35rem 0.4rem;
  overflow: hidden;
}
.agent-banner-container .banner-card.agent-card {
  background-image: url(../images/agent/banner-agent.jpg);
}
.agent-banner-container .banner-card.share-card {
  background-image: url(../images/agent/banner-share.jpg);
}
.agent-banner-container .banner-card .card-title {
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
}
.agent-banner-container .banner-card .benefits .benefit-title {
  font-weight: 500;
  font-size: 0.175rem;
  color: rgba(255, 255, 255, 0.71);
  margin-bottom: 0.1rem;
}
.agent-banner-container .banner-card .benefits .benefit-list {
  font-weight: 500;
  font-size: 0.225rem;
  color: #FFFFFF;
  list-style: none;
}
.agent-banner-container .banner-card .benefits .benefit-list li {
  padding: 0.075rem 0;
  display: flex;
  align-items: center;
}
.agent-banner-container .banner-card .benefits .benefit-list li::before {
  content: "";
  width: 0.175rem;
  height: 0.175rem;
  background: #FFFFFF;
  display: block;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.agent-banner-container .banner-card .benefits + .benefits {
  margin-top: 0.3rem;
}
.agent-banner-container .banner-card .card-button {
  width: 1.6rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.225rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.agent-banner-container .banner-card .card-button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.share-container {
  padding: 0.9rem 0;
}
.share-container .share-image {
  width: 6.4625rem;
  height: 3.45rem;
}
.share-container .share-button {
  width: 6.2875rem;
  line-height: 1;
  background: linear-gradient(90deg, #667DFF 0%, #0062FF 100%);
  border-radius: 0.45rem;
}
.share-container .red-bag {
  position: relative;
  width: 4.825rem;
  height: 5.2rem;
  margin-left: 1.125rem;
}
.share-container .red-bag .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share-container .red-bag .card-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/agent/red-bag.png) no-repeat center center;
  background-size: contain;
}
.share-container .red-bag .card-bg::before {
  content: "";
  position: absolute;
  right: -1.05rem;
  bottom: -0.725rem;
  width: 3.15rem;
  height: 1.95rem;
  background: url(../images/agent/grid.png) no-repeat center center;
  background-size: contain;
}
.share-container .red-bag .red-title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 0.2rem;
  color: #6C1D04;
  text-align: center;
  padding: 0.125rem 1rem;
}
.share-container .red-bag .red-amount {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
}
.share-container .red-bag .red-amount .amount-number {
  font-weight: bold;
  font-size: 2rem;
  color: #6C1D04;
}
.share-container .red-bag .red-amount .amount-symbol {
  font-size: 0.6rem;
  color: #6C1D04;
}
.share-container .red-bag .red-desc {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 0.2rem;
  color: #81402B;
  text-align: center;
}

.section-header .section-title {
  font-weight: 600;
  font-size: 0.6rem;
  color: #333333;
  text-align: center;
}
.section-header .section-desc {
  font-weight: 400;
  font-size: 0.3rem;
  color: #666666;
  text-align: center;
  margin-top: 0.4rem;
}

.flow-container {
  height: 9.75rem;
  background: linear-gradient(10deg, #EAF1FE 0%, #FEF8EB 50%, #F6F1F9 100%);
  background-size: 100% 100%;
  padding: 0.8rem 0;
}
.flow-container .flow-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.flow-container .flow-list .flow-item {
  position: relative;
  width: 4.6rem;
  height: 5.7rem;
  background: rgba(171, 202, 255, 0.24);
  border-radius: 0.4rem;
  backdrop-filter: blur(1px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-container .flow-list .flow-item .step-number {
  width: 0.8rem;
  height: 0.8rem;
  background: #68B1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin: -0.4rem auto 0;
}
.flow-container .flow-list .flow-item .step-title {
  font-weight: 500;
  font-size: 0.35rem;
  color: #333333;
  text-align: center;
  margin-top: 0.425rem;
}
.flow-container .flow-list .flow-item .step-button {
  width: 2rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #009BFF 0%, #0062FF 100%);
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 0.175rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}
.flow-container .flow-list .flow-item .step-button:hover {
  background: linear-gradient(90deg, #0062FF 0%, #0062FF 100%);
}
.flow-container .flow-list .flow-item .step-image {
  width: 2.475rem;
  margin-top: 0.45rem;
}
.flow-container .flow-list .flow-item:nth-child(2) {
  background: rgba(111, 132, 255, 0.17);
}
.flow-container .flow-list .flow-item:nth-child(2) .step-number {
  background: #6896FF;
}
.flow-container .flow-list .flow-item:nth-child(2) .step-image {
  width: 2.625rem;
  margin-top: 0.75rem;
}
.flow-container .flow-list .flow-item:nth-child(3) {
  background: rgba(255, 111, 111, 0.13);
}
.flow-container .flow-list .flow-item:nth-child(3) .step-number {
  background: #FF8F8F;
}
.flow-container .flow-list .flow-item:nth-child(3) .step-image {
  width: 2.9375rem;
  margin-top: 0.75rem;
}

.cash-container {
  background-color: #fff;
  padding: 0.9rem 0;
}
.cash-container .cash-card {
  height: 4.7rem;
  background: url(../images/agent/cash-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 0.9rem;
  border-radius: 0.4rem;
}
.cash-container .cash-card .card-title {
  font-weight: 600;
  font-size: 0.4rem;
  color: #333333;
}
.cash-container .cash-card .card-desc {
  font-weight: 400;
  font-size: 0.4rem;
  color: #666666;
  margin-top: 0.4rem;
}

.agent-container {
  min-height: 7rem;
  background: url(../images/agent/agent-section-bg.jpg) no-repeat center top #E1F4FF;
  background-size: 100% 100%;
  padding: 0.8rem 0;
}
.agent-container .team-content {
  width: 8.425rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0.9375rem;
}
.agent-container .team-content .team-title {
  font-weight: 600;
  font-size: 0.6rem;
  color: #333333;
}
.agent-container .team-content .team-desc {
  font-size: 20px;
  color: #333333;
  margin-top: 0.5rem;
}
.agent-container .team-content .apply-button {
  width: 2.8rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #009BFF 0%, #0062FF 100%);
  border-radius: 0.4rem;
  margin-top: 0.7rem;
}

.service-container {
  background: url(../images/agent/service-bg.jpg) no-repeat center top #BFDFFF;
  background-size: 100% 100%;
  padding: 0.575rem 0;
}
.service-container .service-image {
  width: 2.875rem;
  height: 3.15rem;
}
.service-container .service-content {
  margin-left: 0.45rem;
}
.service-container .service-content .service-title {
  font-weight: 500;
  font-size: 48px;
  color: #333333;
}
.service-container .service-content .service-desc {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  margin-top: 0.3rem;
}
.service-container .service-content .service-button {
  padding: 0.175rem 0.75rem;
  background: linear-gradient(90deg, #009BFF 0%, #0062FF 100%);
  border-radius: 0.35rem;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.3rem;
}
.service-container .qrcode-image {
  width: 2.425rem;
  height: 2.425rem;
}
.service-container .qrcode-desc {
  font-size: 0.225rem;
  color: #999999;
  margin-top: 0.3rem;
}

/*# sourceMappingURL=agent.css.map */
