.product-banner {
  background: url("/web/shiwais1/assets/img/agent/agent-banner.png") no-repeat;
  margin: 0 auto; /* 将元素水平居中 */
    width: 100%; /* 充满父容器的宽度 */
    height: 600px; /* 设置元素高度为 600px */
    background-repeat: no-repeat; /* 防止背景图像重复显示 */
    background-size: cover; /* 缩放背景图像以覆盖整个元素 */
    background-position: center center; /* 将背景图像水平和垂直居中 */
    padding: 180px 0 0 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
    position: relative;
}

.agent-advantage {
  background: rgba(247, 248, 250, 1);
}
.agent-advantage .advantage {
  padding-top: 60px;
}
.agent-advantage .advantage-left {
  padding: 40px 20px;
  color: #fff;
  background: url("../assets/img/reward/PromotionalBackground.png") no-repeat;
  background-size: contain;
  min-width: 218px;
  margin-left: 20px;
  position: relative;
  border-radius: 10px;
}

.advantage-left-1 {
  background: url("../assets/img/agent/advantage-bg.png") no-repeat !important;
}

.advantage-left-1 p {
  color: #4084ff;
}

.agent-advantage .advantage-right {
  display: flex;
  gap: 20px;
  /* background: #fff; */
}

.agent-advantage .advantage-right .advantage-box {
  /* display: flex; */
  position: relative;
  padding: 20px 30px;
  height: 183px;
  padding-bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #ccc;
  /* border: 1px solid #EDEDED; */
}
.agent-advantage
  .advantage-right
  .advantage-right-box
  .advantage-box:first-child {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.agent-advantage
  .advantage-right
  .advantage-right-box:first-child
  .advantage-box {
  border-right: 1px solid #ededed;
}
/* .agent-advantage .advantage-right  .advantage-box1::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  border: 1px solid #fff;
}

.agent-advantage .advantage-right  .advantage-box2::before{
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 60px;
  border: 1px solid #fff;
}
.agent-advantage .advantage-right  .advantage-box3::before{
  content: '';
  position: absolute;
  left:  -1px;
  top:  0;
  height: 60px;
  border: 1px solid #fff;
}
.agent-advantage .advantage-right  .advantage-box4::before{
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  width: 60px;
  border: 1px solid #fff;
} */

.agent-advantage .advantage-box img {
  /*min-width: 88px;*/
  height: 40px;

  opacity: 1;
  margin-right: 20px;
}

.agent-advantage .advantage-box h4 {
  margin-bottom: 10px;
  position: absolute;
  top: 25px;
  left: 75px;
  color: #fff;
}

.advantage-box > div > p {
  width: 60%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-left: -24px;
}

.advantage-box > div {
  display: flex;
  justify-content: space-around;
}

.reward-bg {
  height: 110px !important;
  /* width: 83px !important; */
  position: relative;
  top: -2px;
  left: 30px;
}

.advantage-left p:nth-child(1) {
  font-size: 24px;
}

.advantage-left a {
  display: block;
  width: 100px;
  height: 35px;
  color: #fff;
  position: absolute;
  bottom: 39px;
  left: 59px;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}

.advantage-left p:nth-child(3) {
  position: absolute;
  bottom: 10px;
  left: 18%;
}

.sustain-box-img {
  display: flex;
  height: 90px;
  width: 70px;
  background: url(/web/shiwais1/assets/img/reward/005.png) no-repeat;
  background-size: cover;
}

.sustain-box-img img {
  width: 40px;
  margin: 10px auto auto 17px;
}

.sustain-box- {
  display: flex;
  width: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.share {
  font-weight: bold;
  line-height: 25px;
}

.share-desc {
  margin: 20px 0;
}

.sustain-box- a {
  display: block;
  background: #4589fd;
  color: #fff;
  padding: 11px 38px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4),
    0 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0 -3px 0px 0px rgba(0, 0, 0, 0.2);
}

.next-solid {
  display: flex;
  gap: 3px;
  position: absolute;
  right: -50%;
  top: 43%;
}

.next-solid div {
  height: 3px;
  width: 3px;
  background-color: #699bfc;
  border-radius: 50%;
}

.next-solid::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -7px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #699bfc;
  border-right: 10px solid transparent;
}

/* 代理支持 */
.agent-support {
  background: url("/web/shiwais1/assets/img/agent/agentSupport.png") no-repeat;
  background-size: cover;
}

.agent-support .support {
  margin: -10px;
  margin-top: 60px;
  color: rgba(0, 0, 0, 0.9);
}

.agent-support .support .support-box {
  /*flex: 1;*/
  margin: 10px;
  background: #fff;
  /* border-top: 4px solid rgba(255, 103, 57, 1); */
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: 330px;
}

.agent-support .support .support-box .support-head {
  padding: 30px 0;
  /* border-bottom: 1px solid #ededed; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 3px solid #859afb;
  text-align: center;
}

.agent-support .support .support-box .support-cont {
  padding: 40px 20px 70px 30px;
  font-size: 16px;
  position: relative;
}
.agent-support .support .support-box .support-cont p {
  margin-bottom: 6px;
  color: #666;
}
.agent-support .support .support-box .support-cont .icon-right {
  color: #75cefa;
  margin-right: 10px;
}

.support-cont::after {
  content: "";
  height: 170px;
  width: 111px;
  background: url("/web/shiwais1/assets/img/reward/PromotionAvantages-bg.png")
    no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 加入条件 */

.agent-condition > div {
}

.cloud1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
  padding-left: 250px;
  background: url("/web/shiwais1/assets/img/agent/dnawoihdaio.png") no-repeat;
  background-position: 0 -100px;
}

.cloud-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.cloud-item:first-child .cloud-item-box {
  height: 100px;
  width: 700px;
  background: url("/web/shiwais1/assets/img/agent/JoinConditions01.png")
    no-repeat;
  background-size: cover;
  position: relative;
}

.cloud-item:nth-child(even) .cloud-item-box {
  height: 100px;
  width: 700px;
  background: url("/web/shiwais1/assets/img/agent/JoinConditions02.png")
    no-repeat;
  background-size: cover;
  position: relative;
}

.cloud-item:nth-child(3) .cloud-item-box {
  height: 100px;
  width: 700px;
  background: url("/web/shiwais1/assets/img/agent/JoinConditions03.png")
    no-repeat;
  background-size: cover;
  position: relative;
}

.text {
  position: absolute;
  left: 130px;
  top: 25px;
}

.text p:nth-child(1) {
  font-weight: bold;
}

.text p:nth-child(2) {
  color: #666;
}

.cloud-item:nth-child(even) .cloud-item-box .text {
  /* left: 288px; */
  right: 127px;
}

.cloud-item:nth-child(even) .cloud-item-box .text p {
  text-align: right;
}

.agent-condition .cloud {
  flex-wrap: nowrap !important;
}

.agent-condition .cloud .cloud-box {
  min-width: auto;
}

/* 代理流程 */
.agent-flow .flow {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  margin-top: 60px;
}
.agent-flow .flow > div {
  margin: 15px;
}
.agent-flow .flow-box {
  position: relative;
  padding: 10px 10px 40px 40px;
  width: 280px;
  height: 360px;

  background: linear-gradient(134deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px;
}

.agent-flow .flow-box .number {
  font-size: 70px;
  font-weight: bold;
}

.agent-flow .flow-box img {
  width: 128px;
  height: 128px;
  background: rgba(0, 0, 0, 0.4);
}

.agent-flow .flow-box h5 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.agent-flow .flow-box .title-desc {
  height: 32px;
}

.agent-flow .flow-box .btn {
  padding: 8px 32px;
}
.agent-flow .icon-right1 {
  color: rgba(153, 153, 153, 1);
}

/* 常见问题 */
.agent-question {
  background: #fff;
}

.agent-question .question {
  padding: 40px 18px 40px 42px;
  margin-top: 60px;
  background: #fff;
  /* border: 1px solid #e6eaed; */
  border-radius: 8px;
}

.agent-question .item.active .title {
  color: #4285f4;
  font-weight: bold;
  position: relative;
}
.agent-question .question .item.active {
  /* margin-bottom: 24px; */
}
.agent-question .question .item .icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../assets/img/reward/add.png) no-repeat;
  /*position: absolute;*/
  /*right: 35px;*/
  /*top: 50%;*/
  /*margin-top: -16px;*/
  cursor: pointer;
}
.agent-question .question .item .open {
  display: block;
}
.agent-question .question .item.active .icon {
  display: none;
}
.agent-question .question .item.active .des .icon {
  display: block;
  top: 0;
  margin-top: 24px;
  transform: rotate(45deg);
}
.agent-question .question .item.active + .item {
  /* margin-top: 24px; */
}
.agent-question .question .item {
  position: relative;
  /* margin: 30px 0; */
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.agent-question .item .title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    padding: 10px 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.active .title {
  line-height: 50px;
}
.agent-question .question .item .des {
  background: #f7f8fa;
  padding: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
  position: relative;
  padding-right: 80px;
}

@media (max-width: 768px) {
  .advantage-left {
    display: none;
  }

  .cloud1 {
    padding-left: 0;
  }

  .agent-advantage .advantage-box h4 {
       top: 16px;
    left: 76px;
    font-size: 18px;
  }

  .agent-advantage .advantage-right .advantage-box {
    height: auto;
    padding: 10px 0;
    max-width: 462px;
  }

  .agent-advantage .advantage-right {
    gap: 10px;
    flex-wrap: wrap;
  }

  .reward-bg {
    position: absolute;
    bottom: -2px;
    right: -19px;
    left: auto;
    top: auto;
  }

  .advantage-box > div {
    /*margin-top: 10px;*/
    /*margin-left: -60px;*/
  }

  .support-box {
      width: 100%;
  }

  .cloud-item .cloud-item-box {
      background: none !important;
    width: 100%;
    /*background: url("../assets/img/agent/mobJoinConditions01.png") no-repeat;*/
    background-size: contain;
  }


  .text {
    left: 70px;
    top: 7px;
    text-align: center;
  }

    .text p{
        text-align: center !important;
        color: #4589fd;
    }

    .cloud-item .cloud-item-box .text{
        position: relative;
        left:  0;
    }
    
    .cloud-item .cloud-item-box{
        width: auto !important;
    }
    
  .next-solid {
    display: none;
  }

  .support-cont::after {
    content: "";
    height: 108px;
    width: 75px;
    background: url(/web/shiwais1/assets/img/reward/PromotionAvantages-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .server-sustain .sustain .sustain-box2 {
    padding: 10px !important;
  }

  .server-sustain .sustain {
    gap: 0 !important;
  }
  
  .server-banner-desc{
      margin: 0;
  }
  .agent-advantage .advantage-box >img{
      margin-left: 14px;
  }
  .agent-advantage .advantage-right{
      display: block;
  }
  .advantage-right >.advantage-right-box:nth-child(2){
      margin-top: 20px;
  }
  .agent-support .support .support-box .support-head{
      padding: 12px 0;
  }
  .agent-support .support .support-box .support-cont{
      padding: 22px 30px 34px 30px;
  }
  .agent-support .support .support-box{
      max-width: 462px;
  }
  .cloud1{
      align-items:center;
      gap: 15px;
      margin-top: 30px;
  }
  .sustain-box-{
      transform: scale(0.8);
      max-width: 152px;
  }
  .section-content .sustain{
      margin-top: 30px!important;
  }
  .agent-advantage .advantage {
  padding-top: 30px;
}
.advantage-box > div > p{
    margin-left: -80px;
}
}
