.home .section {
  padding: 6.0416666667vw 10.4166666667vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw 1.4583333333vw; }
  .home .section .item {
    width: 100%; }
    .home .section .item .pic {
      position: relative; }
      .home .section .item .pic .avator {
        width: 100%;
        height: 22.3958333333vw;
        display: block;
        object-fit: cover; }
      .home .section .item .pic .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 600ms; }
        .home .section .item .pic .bg img {
          width: 100%;
          display: block;
          object-fit: cover;
          height: 100%; }
        .home .section .item .pic .bg .des {
          position: absolute;
          left: 0;
          width: 100%;
          top: 3.125vw;
          padding: 0 1.25vw;
          opacity: 0;
          transition: all 600ms;
          max-height: 16.6666666667vw;
          overflow-y: scroll; }
          .home .section .item .pic .bg .des::-webkit-scrollbar {
            width: 0; }
          .home .section .item .pic .bg .des p {
            position: relative;
            font-family: 'SourceHanSansSC-Light';
            padding-left: 0.78125vw;
            line-height: 1.8;
            letter-spacing: 0.6px; }
            .home .section .item .pic .bg .des p::before {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              width: 0.2604166667vw;
              height: 0.2604166667vw;
              border-radius: 50%;
              background: #000;
              top: 0.8333333333vw; }
    .home .section .item .name {
      margin: 1.25vw 0 0.625vw 0;
      letter-spacing: 0.84px;
      line-height: 0.85; }
    .home .section .item .tag {
      line-height: 1.5; }
    .home .section .item:hover .pic .bg {
      opacity: 0; }
    .home .section .item:hover .pic .des {
      opacity: 1; }
@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px; }
    .home .section {
      padding: 40px 5% 80px 5%;
      gap: 30px 0;
      grid-template-columns: repeat(1, 1fr); }
      .home .section .item .pic .avator {
        height: auto; }
      .home .section .item .pic .bg .des {
        top: 30px;
        padding: 0 20px;
        max-height: 85%; }
        .home .section .item .pic .bg .des p {
          padding-left: 20px; }
          .home .section .item .pic .bg .des p::before {
            width: 5px;
            height: 5px;
            top: 15px; }
      .home .section .item .name {
        margin: 24px 0 12px 0; } }

/*# sourceMappingURL=team.css.map */
