@font-face {
    font-family: DIN;
    src: url(../fonts/DIN-Medium.otf);
  }
  .project {
    padding: 180px 0 130px 0;
  }
  .project .wrap {
    width: 1600px;
    margin: auto;
  }
  .project .wrap .title {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 0 0 50px;
    font-weight: bold;
  }
  .project .wrap .content .item {
    width: 100%;
    height: 560px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .project .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .project .wrap .content .item:nth-child(2n) .color .num {
    right: -55px;
    left: unset;
  }
  .project .wrap .content .item .color,
  .project .wrap .content .item .img {
    width: 50%;
    height: 100%;
  }
  .project .wrap .content .item .color {
    background: #f5f5f5;
    padding: 139px 0 0 80px;
  }
  .project .wrap .content .item .color .headline {
    font-size: 30px;
    color: #000;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 40px;
    font-weight: bold;
  }
  .project .wrap .content .item .color .headline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #cf000d;
    border-radius: 50%;
  }
  .project .wrap .content .item .color .text {
    width: 644px;
    font-size: 20px;
    line-height: 30px;
    color: #333;

    max-height: 307px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .project .wrap .content .item .color .num {
    position: absolute;
    font-size: 300px;
    color: #000;
    opacity: 0.05;
    bottom: 0;
    left: -80px;
    line-height: 30px;
    font-family: "DIN", sans-serif !important;
    pointer-events: none;
  }
  .project .wrap .content .item .flex {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 33px;
  }
  .project .wrap .content .item .flex .list {
    display: flex;
    align-items: center;
  }
  .project .wrap .content .item .flex .list .circle {
    width: 64px;
    height: 64px;
    background-color: #cf000d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 28px 0 0;
    position: relative;
    z-index: 1;
  }
  @keyframes fangda {
    100% {
      opacity: 0;
      transform: scale(1.4);
    }
  }
  .project .wrap .content .item .flex .list .circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #cf000d;
    animation: 1s fangda infinite linear;
    border-radius: 50%;
    z-index: -1;
  }
  .project .wrap .content .item .flex .list .circle img {
    width: 36px;
    height: 36px;
    /* filter: grayscale(1) brightness(105); */
  }
  .project .wrap .content .item .flex .list .circle svg path {
    fill: #fff;
  }
  .project .wrap .content .item .flex .pick{
    flex: 1;
  }
  .project .wrap .content .item .flex .pick h1 {
    font-size: 24px;
    color: #000;
    margin: 0 0 10px;
  }
  .project .wrap .content .item .flex .pick p {
    color: #555555;
    font-size: 18px;
  }
  .project .wrap .content .item .other .other_list:not(:last-child) {
    margin: 0 0 20px;
  }
  .project .wrap .content .item .other .other_list .show {
    cursor: pointer;
    font-size: 24px;
    color: #121011;
    opacity: 0.55;
    transition: 0.6s;
    font-weight: bold;
    width: fit-content;
  }
  .project .wrap .content .item .other .other_list .hide {
    overflow: hidden;
    display: none;
  }
  .project .wrap .content .item .other .other_list .hide > div {
    margin: 29px 0 0 0;
    height: 150px;
    overflow-y: scroll;
  }
  .project .wrap .content .item .other .other_list .hide > div p {
    width: 640px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
  }
  .project .wrap .content .item .other .other_list.on .show {
    color: #cf000d;
    opacity: 1;
  }

  
  @media screen and (max-width: 1920px) {
    .project {
      padding: 9.375vw 0 6.7708333333vw 0;
    }
    .project .wrap {
      width: 83.3333333333vw;
    }
    .project .wrap .title {
      font-size: 2.0833333333vw;
      margin: 0 0 2.6041666667vw;
    }
    .project .wrap .content .item {
      height: 29.1666666667vw;
    }
    .project .wrap .content .item:nth-child(2n) .color .num {
      right: -2.8645833333vw;
    }
    .project .wrap .content .item .color {
      padding: 7.2395833333vw 0 0 4.1666666667vw;
    }
    .project .wrap .content .item .color .headline {
      font-size: 1.5625vw;
      padding: 0 0 0 1.25vw;
      margin: 0 0 2.0833333333vw;
    }
    .project .wrap .content .item .color .headline::after {
      content: "";
      width: 0.625vw;
      height: 0.625vw;
    }
    .project .wrap .content .item .color .text {
      width: 33.5416666667vw;
      font-size: 1.0416666667vw;
      line-height: 1.5625vw;
      max-height: 15.98958333333333vw;
    }
    .project .wrap .content .item .color .num {
      font-size: 15.625vw;
      left: -4.1666666667vw;
      line-height: 1.5625vw;
    }
    .project .wrap .content .item .flex {
      gap: 2.9166666667vw 1.71875vw;
    }
    .project .wrap .content .item .flex .list .circle {
      width: 3.3333333333vw;
      height: 3.3333333333vw;
      margin: 0 1.4583333333vw 0 0;
    }
    .project .wrap .content .item .flex .list .circle img {
      width: 1.875vw;
      height: 1.875vw;
    }
    .project .wrap .content .item .flex .pick h1 {
      font-size: 1.25vw;
      margin: 0 0 0.5208333333vw;
    }
    .project .wrap .content .item .flex .pick p {
      font-size: 0.9375vw;
    }
    .project .wrap .content .item .other .other_list:not(:last-child) {
      margin: 0 0 1.0416666667vw;
    }
    .project .wrap .content .item .other .other_list .show {
      font-size: 1.25vw;
    }
    .project .wrap .content .item .other .other_list .hide > div {
      margin: 1.5104166667vw 0 0 0;
      height: 7.8125vw;
    }
    .project .wrap .content .item .other .other_list .hide > div p {
      width: 33.3333333333vw;
      font-size: 1.0416666667vw;
      line-height: 1.5625vw;
    }
  }
  @media screen and (max-width: 1024px) {
    .project {
      padding: 60px 0;
    }
    .project .wrap {
      width: 90%;
    }
    .project .wrap .title {
      font-size: 24px;
      margin: 0 0 20px;
    }
    .project .wrap .content .item {
      flex-direction: column-reverse !important;
      height: auto;
      margin: 0 0 20px;
    }
    .project .wrap .content .item .color {
      width: 100%;
      height: auto;
      padding: 4%;
    }
    .project .wrap .content .item .color .headline {
      font-size: 18px;
      padding: 0 0 0 15px;
      margin: 0 0 10px;
    }
    .project .wrap .content .item .color .headline::after {
      width: 8px;
      height: 8px;
    }
    .project .wrap .content .item .color .text {
      width: 100%;
      font-size: 13px;
      line-height: 32px;
      max-height: unset;
    }
    .project .wrap .content .item .color .num {
      display: none;
    }
    .project .wrap .content .item .img {
      width: 100%;
      height: auto;
    }
    .project .wrap .content .item .flex {
      width: 100%;
      gap: 20px 0;
      margin: 30px 0 0 0;
    }
    .project .wrap .content .item .flex .list .circle {
      width: 45px;
      height: 45px;
      margin: 0 10px 0 0;
    }
    .project .wrap .content .item .flex .list .circle img {
      width: 22px;
      height: 22px;
    }
    .project .wrap .content .item .flex .list .pick {
      flex: 1;
    }
    .project .wrap .content .item .flex .list .pick h1 {
      font-size: 17px;
      margin: 0 0 10px;
    }
    .project .wrap .content .item .flex .list .pick p {
      font-size: 12px;
    }
    .project .wrap .content .item .other {
      margin: 30px 0 0 0;
    }
    .project .wrap .content .item .other .other_list {
      margin: 0 0 20px !important;
    }
    .project .wrap .content .item .other .other_list .show {
      color: #cf000d;
      opacity: 1;
      font-size: 18px;
      pointer-events: none;
    }
    .project .wrap .content .item .other .other_list .hide {
      display: block;
      pointer-events: none;
    }
    .project .wrap .content .item .other .other_list .hide > div {
      height: auto;
      margin: 10px 0 0 0;
    }
    .project .wrap .content .item .other .other_list .hide > div p {
      width: 100%;
      font-size: 14px;
      line-height: 25px;
    }

  }
  
  /*# sourceMappingURL=project.css.map */
  