#display .ad {
    position: relative;
    width: 100%;
    height: 7.5rem;
    background: url('../images/team/ad.png') no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    transition: all 1s;
  }
  #display .ad .core {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
  }
  #display .ad .core p:nth-child(1) {
    font-size: 0.36rem;
  }
  #display .ad .core p:nth-child(2) {
    font-size: 0.24rem;
  }

  /* 人员介绍 */
     #display .per{
         position: relative;
         left: 2.65rem;
         min-height: 5.5rem;
         width: 13.9rem;
     }
     #display .per_bg{
        position: absolute;
        height: 2.6861rem;
        width: 100%;
        background: #F1F1F1; 
     }
     #display .per .txt{
        display: flex;
        justify-content: space-between;
        height: inherit;
        flex-direction: row;
         /* position: absolute; */
         margin-top:1.1rem;
         color: #464646;
     }
     #display .per .txt .img{
         width: 3.612rem;
         height: 4rem;
         background: #888888;
     }
     #display .per .txt .intro{
        min-height: 4rem;
        width: 9.78rem;
        margin-left: .49rem;
     }
     #display .per .txt .intro .title{
         font-size: .36rem;
         font-weight: bold;
     }
     #display .per .txt .intro .desc_1{
         color: #888888;
     }
     #display .per .txt .intro .desc_2{
         padding-top: 1.12rem;
     }
     #display .per .txt .intro{
         font-size: .18rem;
    }
    /* 荣誉奖项 */
    #display .hornor{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        left: 2.65rem;
        height: 5.5rem;
        width: 13.9rem;
        margin: .5rem 0;
    }
    #display .hornor .title{
        width: 100%;
        font-size: .3rem;
        color:#464646;
    }
    #display .hornor .card{
        height: 4.32rem;
        width: 2.92rem;
    }   
    #display .hornor .card img{
        width: 100%;
        height:3.08rem;
    }
    #display .hornor .card .desc{
        text-align: center;
        font-size: .2rem;
        padding: .35rem .25rem;
    }

    .sortable__nav{
        border-bottom:none!important;
        justify-self: flex-start!important;
     }
     .nav__link{
        padding: .29rem 0!important;
        font-weight: bold;
     }
  .wrapper .sortable__nav li a {
    padding: .25rem 0rem;
  }
  .wrapper .sortable__nav li {
    margin: 0 .45rem;
  }
  .nav__link.is-active {
    font-size: .3rem;
    border-bottom: none;
    cursor: default;
    color: #464646;
  }
  .card-infos .card__text {
    margin: .33rem 0;
  }
  .wrapper .sjs-default {
    margin-bottom: .5rem;
  }
  /* #display .ad1 {
    display: none;
  }
  #display .ad1.hover {
    position: fixed;
    display: block;
    top: 0;
    opacity: .5;
    transition: all 1s;
  } */