@media screen and (min-width: 769px) {
  .about-disply {
    /* background-image: url('/static/freemarker/template/1/1121260742838849536/img/clique/组 25.png'); */
    background-image: url("/static/freemarker/template/1/1121260742838849536/images/clique/组 25.png");
    background-size: auto;
    background-position: 2% 60%;
    width: 100vw;
  }

  .abaot-postin-disply {
    display: flex;
    align-items: stretch;
  }

  .abaot-zhuo {
    cursor: pointer;
    width: calc(631 / 1920 * 100vw);
    min-width: calc(500 / 1920 * 100vw);
    padding: calc(96 / 1920 * 100vw);
    padding-top:calc(80/1920*100vw) ;
    padding-left: calc(134 / 1920 * 100vw);
    padding-bottom: 0;
  }

  .abaot-zhuo-text1 {
    margin-top: calc(60/1920*100vw);
    font-size: calc(46 / 1920 * 100vw);
    font-weight: bold;
    color: #e4aa6b;
  }

  .abaot-zhuo-text2 {
    margin-top: calc(10 / 1920 * 100vw);
    font-size: calc(52 / 1920 * 100vw);
    color: #e4aa6b;
  }

  .abaot-zhuo-text3 {
    margin-top: calc(30 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
    font-size: calc(41 / 1920 * 100vw);
    color: red;
  }

  .abaot-zhuo-text4 {
    font-size: calc(16 / 1920 * 100vw);
    color: #8c8c8c;
    line-height: calc(40 / 1920 * 100vw);
  }

  .abaot-zhuo-text4 b {
    font-size: calc(16 / 1920 * 100vw);
    color: #585858;
    line-height: calc(40 / 1920 * 100vw);
  }

  .about-img {
    width: calc(169 / 1920 * 100vw);
    height: calc(47 / 1920 * 100vw);
    margin-top: calc(68 / 1920 * 100vw);
    transition: transform 0.3s ease;
  }

  .about-img:hover {
    transform: scale(1.2);
  }

  .abaot-postin {
    top: calc(100 / 1920 * 100vw);
    width: calc(900 / 1920 * 100vw);
    max-width: calc(600 / 1920 * 100vw);
    height: calc(800 / 1920 * 100vw);
  }

  .abaot-postin-img1 {
    margin-top: calc(100 / 1920 * 100vw);
    width: calc(1037 / 1920 * 100vw);
    min-width: calc(600 / 1920 * 100vw);
    height: calc(700 / 1920 * 100vw);
  }

  .abaot-postin-img2 {
    position: relative;
    bottom: calc(140 / 1920 * 100vw);
    left: 0;
    width: calc(1037 / 1920 * 100vw);
    min-width: calc(600 / 1920 * 100vw);
  }
}

/* 小屏幕下导航栏样式（水平滑动） */
@media screen and (max-width: 768px) {
  .about-disply {
   
  }

  .abaot-postin-disply {
  }

  .abaot-zhuo {
    width: 100vw;
  }

  .abaot-zhuo-text1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-size: calc(30 / 768 * 100vw);
    font-weight: bold;
    color: #e4aa6b;
  }

  .abaot-zhuo-text2 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: calc(10 / 768 * 100vw);
    font-size: calc(50 / 768 * 100vw);
    color: #e4aa6b;
  }

  .abaot-zhuo-text3 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: calc(50 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
    font-size: calc(30 / 768 * 100vw);
    color: red;
  }

  .abaot-zhuo-text4 {
    font-size: calc(20 / 768* 100vw);
    display: flex;
    align-items: stretch;
    justify-content: center;
    color: #8c8c8c;
    width: calc(700 / 768* 100vw);
    margin-left: calc(34 / 768* 100vw);
    line-height: calc(40 / 768* 100vw);
    flex-direction: column;
  }

  .about-img {
    right: calc(50 / 768 * 100vw);
    width: calc(100 / 768 * 100vw);
    position: absolute;
  }

  .abaot-postin {
    top: calc(100 / 768 * 100vw);
    width: calc(960 / 768 * 100vw);
    max-width: calc(600 / 768 * 100vw);
  }

  .abaot-postin-img1 {
    width: calc(700 / 768 * 100vw);
  }

  .abaot-postin-img2 {
    position: relative;
    bottom: calc(128 / 768 * 100vw);
    left: 0;
    width: calc(700 / 768 * 100vw);
  }
}
<!--耗时1767355695.9362秒-->