.culture-banner {
  background: linear-gradient(100deg, #167fc9, #e6f5ff);
}

.culture-banner::after {
  content: '';
  position: absolute;
  right: 1.2rem;
  top: .98rem;
  width: 8.2rem;
  height: 2.74rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .5));
  clip-path: polygon(0 100%, 28% 28%, 42% 58%, 56% 10%, 72% 45%, 100% 0, 100% 100%);
  z-index: 1;
}

.idea-page {
  padding: .8rem 0 2.81rem;
  background-image: url(../images/whback.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.idea-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-top: .55rem;
}

.idea-list .item {
  width: 5rem;
  height: 3.2rem;
  background: #FFFFFF;
  padding: .5rem;
  box-shadow: 0rem 0rem 0.21rem 0.01rem rgba(135, 135, 135, 0.16);
  border-radius: 0.4rem 0rem 0.4rem 0rem;
}

.idea-list img {
  display: block;
  width: .76rem;
  height: .76rem;
  margin-bottom: .43rem;
}

.idea-list h3 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: .2rem;
}

.idea-list p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.staff-rule {
  height: 5.6rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.21rem 0.01rem rgba(135, 135, 135, 0.16);
  border-radius: 0.4rem 0rem 0.4rem 0rem;
  margin-top: .6rem;
  display: flex;
  align-items: center;
  padding: .8rem 1rem .8rem 1.2rem;
}

.staff-rule .text {
  width: 5.22rem;
}

.staff-rule h2 {
  position: relative;
  font-size: .34rem;
  line-height: .48rem;
  font-weight: bold;
  color: #333;
  padding-bottom: .18rem;
  margin-bottom: .42rem;
}

.staff-rule h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .72rem;
  height: .04rem;
  background: #0069b8;
}

.staff-rule p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
}

.staff-rule .imgBox {
  width: 6.8rem;
  height: 4rem;
  border-radius: .02rem;
  margin-left: 1.78rem;
}

.staff-rule .imgBox img {
  width: 100%;
  height: 100%;
} 

.team-page {
  padding: .8rem 0 1.26rem;
  background: #fff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .44rem;
  margin-top: .5rem;
}

.team-grid .item {
  height: 5.11rem;
  background: #fff;
  box-shadow: 0rem 0rem 0.07rem 0.01rem rgba(113, 113, 113, 0.22);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
}

.team-grid .imgBox {
  height: 3.36rem;
}

.team-grid .text {
  padding: .15rem .2rem;
}

.team-grid span {
  font-weight: 400;
  font-size: 0.15rem;
  color: #7B7B7B;
  margin-bottom: .17rem;
  display: flex;
  align-items: center;
  gap: .05rem;
}

.team-grid span img {
  width: .16rem;
  height: .16rem;
}

.team-grid h3 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
  margin-bottom: .2rem;
}

.team-grid p {
  font-size: .14rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: .05rem;
}

.team-grid p span {
  margin-bottom: 0;
}

.team-grid p img {
  width: .06rem;
  height: .08rem;
}

.team-grid .item .text {
  height: 1.75rem;
}

.team-grid .item:hover .text {
  background: #0069b8;
}

.team-grid .item:hover span,
.team-grid .item:hover h3,
.team-grid .item:hover p {
  color: #fff;
}

.team-grid .item:hover span img,
.team-grid .item:hover p img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .culture-banner::after {
    right: .2rem;
    top: 1.5rem;
    width: 5.6rem;
    height: 1.9rem;
  }

  .idea-page {
    padding: .62rem 0 1rem;
    background-size: auto 100%;
  }

  .idea-list {
    grid-template-columns: 1fr;
    gap: .26rem;
    margin-top: .42rem;
  }

  .idea-list .item {
    width: 100%;
    height: auto;
    min-height: 2.9rem;
    padding: .42rem;
    border-radius: .24rem 0 .24rem 0;
  }

  .idea-list img {
    width: .72rem;
    height: .72rem;
    margin-bottom: .28rem;
  }

  .idea-list h3 {
    font-size: .3rem;
    margin-bottom: .16rem;
  }

  .idea-list p {
    font-size: .23rem;
    line-height: .4rem;
  }

  .staff-rule {
    height: auto;
    display: block;
    margin-top: .42rem;
    padding: .48rem .36rem;
    border-radius: .24rem 0 .24rem 0;
  }

  .staff-rule .text {
    width: 100%;
  }

  .staff-rule h2 {
    font-size: .34rem;
    line-height: .48rem;
    margin-bottom: .3rem;
  }

  .staff-rule p {
    font-size: .24rem;
    line-height: .42rem;
  }

  .staff-rule .imgBox {
    width: 100%;
    height: 3.5rem;
    margin: .36rem 0 0;
  }

  .team-page {
    padding: .62rem 0 .9rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: .28rem;
    margin-top: .42rem;
  }

  .team-grid .item {
    height: auto;
  }

  .team-grid .imgBox {
    height: 4rem;
  }

  .team-grid .item .text {
    height: auto;
    padding: .24rem;
  }

  .team-grid span {
    font-size: .2rem;
    margin-bottom: .12rem;
  }

  .team-grid h3 {
    font-size: .26rem;
    line-height: .4rem;
    margin-bottom: .14rem;
  }

  .team-grid p {
    font-size: .2rem;
  }
}
