.team-box {
  width: 68.57rem;
  position: relative;
  padding: 0;
  margin: 0;
}

.team-box-deader {
  width: 100%;
  height: 34.2142rem;
  font-size: 6.5357rem;
  font-weight: 800;
  color: #FFF0E4;
  background-color: #FFC53F;
  position: relative;
}

.groupphoto-images {
  width: 100%;
  height: 25.4285rem;
  display: block;
}

.team-box-deader-images {
  position: absolute;
  width: 5.64rem;
  height: 6rem;
  bottom: -0.5rem;
  right: 9.142rem;
}

.team-box-deader>span {
  position: absolute;
  bottom: 1.3571rem;
  left: 50%;
  transform: translateX(-50%);
}

.team-main {
  background-color: #FFF0E4;
  box-sizing: border-box;
  padding: 6.79rem 0 0 11.07rem;
  display: flex;
  flex-wrap: wrap;
}

.main-item {
  position: relative;
  width: 14.53rem;
  background-color: #FFC53F;
  border-radius: 0.71rem;
  margin-right: 1.43rem;
  margin-bottom: 8.79rem;
  padding-top: 7.1428rem;
}

.main-item-images-box {
  width: 11.43rem;
  height: 11.43rem;
  position: absolute;
  top: -4.785rem;
  border-radius: 50%;
  border: 1px solid #4F3201;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.main-item-images {
  width: 11.43rem;
  height: 11.43rem;
  object-fit: cover;
}

.main-item-tips {
  padding: 0 1.57rem 1.14rem;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.29rem;
  height: 18rem;
  overflow-y: scroll;
}

@media screen and (max-width: 600px) {
  .team-box{
    width: 100vw;
    box-sizing: border-box;
  }
  .team-main {
    padding: 15.79rem 6.79rem 0;
    justify-content: center;
  }

  .main-item {
    width: 70%;
    padding-top: 20.1428rem;
    margin-bottom: 16.79rem;
  }

  .main-item-tips {
    font-size: 2rem;
    line-height: 3.29rem;
    height: 40rem;
  }

  .main-item-images-box {
    width: 28rem;
    height: 28rem;
    top: -10.785rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-item-images {
    width: 28rem;
    height: 28rem;
  }
}