.banner-container {
  padding-top: 80px;
}
.banner {
  background: url('../img/join_banner.png') no-repeat center;
  background-size: cover;
  padding: 8% 0 12%;
  color: #fff;
  text-align: center;
}
.banner > h2 {
  font-size: 66px;
  line-height: 92px;
}
.banner > h3 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 56px;
  font-weight: normal;
}
.banner > p {
  font-family: PingFangSC-Thin;
  font-size: 20px;
  line-height: 28px;
  margin-top: 4px;
  letter-spacing: 12px;
}
.agent, .advantage {
  padding: 120px 0;
  text-align: center;
}
.agent > h2, .advantage > h2 {
  font-size: 48px;
  line-height: 67px;
  color: #333;
  margin-bottom: 80px;
}
.agent > .box {
  display: flex;
  width: 1040px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.agent > .box > .left {
  width: 150px;
  text-align: center;
  margin: 26.5px 0 26.5px 105px;
}
.agent > .box > .left > p {
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.agent > .box > .left > img {
  width: 150px;
  height: 150px;
}
.agent > .box > .right {
  margin-top: 40px;
  margin-left: 205px;
  text-align: left;
}
.agent > .box .tags {
  overflow: hidden;
}
.agent > .box .tags li {
  float: left;
  margin-right: 11px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border-radius: 15px 15px 15px 0;
}
.agent > .box .tags.red li {
  background: linear-gradient(135deg, #FF7548 0%, #E62D2A 100%);
}
.agent > .box .tags.gray li {
  background: linear-gradient(107deg, #9DA3AB 0%, #636A78 100%);
}
.agent > .box .list {
  margin-top: 24px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.agent > .box .list li {
  display: flex;
  align-items: center;
}
.agent > .box .list li::before {
  content: ' ';
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e6e6e6;
}
.advantage {
  background-color: #fafafa;
}
.advantage > ul {
  display: flex;
  justify-content: center;
}
.advantage > ul > li {
  width: 200px;
  margin: 0 25px;
  text-align: center;
}
.advantage > ul > li img {
  margin: 0 auto;
}
.advantage > ul > li h3 {
  margin-top: 16px;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}
.advantage > ul > li p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
@media (max-width:420px){
  .banner {
    padding: 10px 0 10px;
  }
  .banner > h2{
    font-size:36px;
  }
  .banner > h3{
    font-size:24px;
    margin-top:0px;
  }
  .banner > p{
    font-size:14px;
  letter-spacing: 2px;    
  }
  .agent{
    padding:15px 0;
  }
  .agent h2{
    font-size:24px;
    margin-bottom:0;
  }
  .agent > .box {
  display: flex!important;
  flex-direction:column!important;
}
  .agent > .box > .left {
    transform:scale(0.7);
  text-align: center;
      margin: 0px 0 -50px 105px;
}
  .agent > .box > .right {
       margin-left: -180px;
    margin-top: 40px;
    text-align: left;
    transform: scale(0.7);
  }
  .advantage{
    padding:20px 0;
  }
  .advantage h2{
    font-size:24px;
  }
  .banner {
        padding: 7px 0 17px;
    }   
    .banner > h2 {
        font-size: 32px;
        line-height:53px;
    }
    .banner > h3 {
    font-size: 24px;
    margin-top: 0px;
    line-height:50px;
    }
    .banner > p {
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: -14px;
        line-height:28px;
    }
    .agent > .box{
          display: flex!important;
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
    width:auto;
    }
    .agent > .box > .left {
    transform: scale(0.7);
    text-align: center;
    margin: 0px 0 -50px -2px;
  }
    .agent > .box > .right {
    margin-left: 6px;
    margin-top: 40px;
    text-align: left;
    transform: scale(0.9);
}
.advantage ul{
  width:100%;
  display:flex;
  flex-wrap:wrap;
}
.advantage ul li{
  width:50%;
  margin:0;
  transform:scale(0.6);
  margin-top:-85px;
}
.advantage ul li p{
  font-size:20px;
}
.advantage > h2{
  margin-bottom:50px;
}
.banner-container {
    padding-top: 60px;
}
}
