.directory-box p:nth-child(2) {
  color: #333333;
}

/* banner */
.banner-section {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.banner-img {
  width: 100%;
}

/* 品牌理念 */
.pinpai-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pinpai-text1 {
  font-family: sfJpLightBold;
  font-size: 36px;
  color: #333333;
  line-height: 30px;
}

.pinpai-text2 {
  font-family: sfJpLight;
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

/* 骑行 */
.cycling-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.section-title {
  font-family: sfJpLightBold;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 128px;
  border-bottom: 1px solid black;
}

.cycling-wrap {
  margin-top: 70px;
  width: 100%;
  display: flex;
  min-height: 380px;
}

.cycling-wrap:nth-child(3) {
  flex-direction: row-reverse;
}

.cycling-imgbox {
  width: 50%;
  position: relative;
}

.cycling-imgbg {
  position: absolute;
  width: 86%;
  height: 300px;
  background: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0));
}

.cycling-img {
  position: absolute;
  width: 90%;
  left: 60px;
  top: 60px;
}

.cycling-describe {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 60px;
}

.cycling-wrap:nth-child(3) .cycling-describe {
  margin-left: 0px;
  margin-right: 40px;
}

.cycling-wrap:nth-child(3) .cycling-imgbg {
  background: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0));
  right: 0px;
}

.cycling-wrap:nth-child(3) .cycling-img {
  right: 60px;
  left: 0px;
}

.cycling-text1 {
  font-family: sfJpLightBold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
}

.cycling-text2 {
  font-family: sfJpLight;
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  margin-top: 20px;
}

/* 团队 */
.team-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.team-wrap {
  display: flex;
  width: 100%;
  margin-top: 148px;
  flex-wrap: wrap;
}

.team-user {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: white;
  width: calc((100% - 40px) / 3);
}

.team-user:nth-child(2),
.team-user:nth-child(5) {
  margin-left: 20px;
  margin-right: 20px;
}

.team-user:nth-child(-n + 3) {
  margin-bottom: 20px;
}
.team-user:nth-child(-n + 3) .avatar {
  margin-top: -108px;
}

.avatar {
  width: 200px;
  height: 260px;
}

.name {
  font-family: "sfJpLightBold";
  font-size: 36px;
  color: #333333;
  line-height: 32px;
  margin-top: 40px;
}

.introduce {
  font-family: sfJpLight;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin-top: 13px;
  margin-bottom: 32px;
}

.user-row {
  display: flex;
  margin-bottom: 2px;
}

.user-row img {
  width: 14px;
  height: 14px;
  margin-top: 9px;
}

.user-row p {
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-left: 16px;
}

/* 旅行协会 */
.xiehui-section {
  width: 100%;
  margin: 60px 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.xiehui-img {
  width: 186px;
  margin-right: 20px;
}

.divider {
  height: 60px;
  width: 0.5px;
  background-color: #dddddd;
}

.xiehui-wrap {
  margin-left: 20px;
}

.xiehui-wrap p {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 32px;
}

.img-section {
  width: 100%;
  margin-top: 60px;
}

.logo-box {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.logo-box img {
  width: 100px;
}

.superName {
  font-weight: 500;
  font-family: "PingFang SC" !important;
}
.fz32 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .section-title {
    align-self: center;
  }

  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* 骑行 */
  .cycling-wrap {
    flex-direction: column-reverse !important;
  }

  .cycling-imgbox {
    width: 100%;
  }

  .cycling-imgbg {
    display: none;
  }

  .cycling-img {
    left: 0px;
    top: 0px;
    width: 100%;
    position: relative;
    margin-top: 60px;
  }

  .cycling-describe {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }

  /* 团队 */
  .team-user {
    width: calc((100% - 20px) / 2);
  }

  .team-user:nth-child(2),
  .team-user:nth-child(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .team-user:nth-child(1),
  .team-user:nth-child(3),
  .team-user:nth-child(5) {
    margin-right: 20px;
  }

  .team-user:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
  .avatar {
    margin-top: -108px;
  }
  .team-user:nth-last-child(-n + 4) {
    margin-top: 131px;
  }
}

@media screen and (max-width: 768px) {
  .banner-section {
    margin-top: 20px;
  }

  .pinpai-section {
    margin-top: 80px;
  }

  .pinpai-text1 {
    font-size: 32px;
  }

  .pinpai-text2 {
    font-size: 16px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .cycling-section {
    margin-top: 80px;
  }

  .cycling-text1 {
    font-size: 32px;
  }

  .cycling-text2 {
    font-size: 16px;
    line-height: 30px;
  }

  .cycling-img {
    margin-top: 40px;
  }

  /* 团队 */
  .team-section {
    margin-top: 120px;
  }

  .team-user {
    padding: 27px;
  }

  .avatar {
    width: 182px;
    height: 236px;
    margin-top: -97px;
  }

  .name {
    font-size: 32px;
    line-height: 32px;
  }

  .introduce {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .user-row p {
    font-size: 16px;
    line-height: 32px;
  }

  .img-section {
    margin-top: 40px;
  }

  .logo-box {
    margin-top: 60px;
  }

  .logo-box img {
    width: 80px;
  }
}

@media screen and (max-width: 650px) {
  .banner-section {
    margin-top: 15px;
  }

  .pinpai-section {
    margin-top: 40px;
  }

  .pinpai-text1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500px;
  }

  .pinpai-text2 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 300px;
  }

  .section-title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title::after {
    bottom: -5px;
    width: 64px;
    border-bottom: 0.5px solid black;
  }

  .cycling-section {
    margin-top: 60px;
  }

  .cycling-wrap {
    margin-top: 40px;
  }

  .cycling-text1 {
    font-size: 16px;
    line-height: 38px;
  }

  .cycling-text2 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }

  .cycling-img {
    margin-top: 20px;
  }

  /* 团队 */
  .team-section {
    margin-top: 60px;
  }

  .team-wrap {
    margin-top: 58px;
  }

  .team-user {
    width: calc((100% - 9px) / 2);
  }

  .team-user:nth-child(1),
  .team-user:nth-child(3),
  .team-user:nth-child(5) {
    margin-right: 9px;
  }

  .team-user:nth-last-child(-n + 4) {
    margin-top: 63px;
  }

  .team-user {
    padding: 12px;
  }

  .avatar {
    width: 84px;
    height: 109px;
    margin-top: -45px !important;
  }

  .name {
    font-size: 14px;
    line-height: 15px;
  }

  .introduce {
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .user-row img {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }

  .user-row p {
    font-size: 8px;
    line-height: 15px;
  }
  /* 旅行协会 */
  .xiehui-section {
    margin: 19px 0;
    height: 49px;
  }

  .xiehui-img {
    width: 93px;
    margin-right: 11px;
  }

  .divider {
    height: 30px;
  }

  .xiehui-wrap {
    margin-left: 11px;
  }

  .xiehui-wrap p {
    font-size: 6px;
    line-height: 10px;
    margin-bottom: 6px;
  }

  .img-section {
    margin-top: 20px;
  }

  .logo-box {
    margin-top: 40px;
    margin-bottom: 20px;
    height: 45px;
  }

  .logo-box img {
    width: 50px;
  }
}
