@media (min-width: 768px) {
  #page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    padding: 0.62rem 0 1.74rem;
  }
  #page ul {
    height: 30px;
    display: flex;
  }
  #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-family: "OPPOSans-B";
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.24rem;
    color: #222222;
  }
  .xl-nextPage,
  .xl-prevPage {
    width: 60px;
    color: #09141a;
    height: 28px;
  }
  .xl-nextPage .iconfont,
  .xl-prevPage .iconfont {
    font-size: 0.2rem;
  }
  #page li.xl-disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  #page li.xl-active {
    color: #EF6E5B;
  }
  .section-1 {
    padding: 2.4rem 0 1.03rem;
    position: relative;
  }
  .section-1 .team-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.32rem;
  }
  .section-1 .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .section-1 .inner .item {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-right: 0.4rem;
  }
  .section-1 .inner .item:nth-child(4n) {
    margin-right: 0;
  }
  .section-1 .inner .item.empty .name-box {
    border-color: transparent;
  }
  .section-1 .inner .item .img-box {
    position: relative;
    overflow: hidden;
    width: 3.2rem;
    height: 3.7rem;
  }
  .section-1 .inner .item .img-box .img-header {
    width: 3.2rem;
    object-fit: cover;
    height: 3.7rem;
    border-color: transparent;
    transform: scale(1.1);
    transition-duration: 1.85s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: transform, opacity;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .section-1 .inner .item .img-box .img-header.empty {
    display: none;
  }
  .section-1 .inner .item .img-box .headimg-hover {
    display: none;
  }
  .section-1 .inner .item .img-box .img-hover {
    transform-origin: 0% 100%;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0) translateZ(0);
    transition-duration: 1.85s;
    transition: transform 1.85s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .section-1 .inner .item .img-box .img-hover .img-1,
  .section-1 .inner .item .img-box .img-hover .img-2 {
    width: 2.6rem;
    height: 2.6rem;
  }
  .section-1 .inner .item .img-box .img-hover .img-2 {
    display: none;
  }
  .section-1 .inner .item .name-box {
    width: 3.2rem;
    height: 1.5rem;
    border: 1px solid #DCDCDC;
    border-top: none;
    padding-left: 0.29rem;
    padding-top: 0.29rem;
  }
  .section-1 .inner .item .name-box .name {
    font-size: 0.3rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.29rem;
    margin-bottom: 0.15rem;
  }
  .section-1 .inner .item .name-box .job {
    font-size: 0.24rem;
    font-weight: 400;
    color: #AAAAAA;
  }
}
@media (max-width: 768px) {
  #page {
    margin-top: 44px;
    margin-bottom: 49px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }
  #page ul {
    height: 30px;
    display: flex;
  }
  #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    font-family: "OPPOSans-B";
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #222222;
  }
  .xl-nextPage,
  .xl-prevPage {
    width: 30px;
    color: #09141a;
    height: 28px;
  }
  .xl-nextPage .iconfont,
  .xl-prevPage .iconfont {
    font-size: 12px;
  }
  #page li.xl-disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  #page li.xl-active {
    color: #EF6E5B;
  }
  .banner {
    width: 100%;
    position: relative;
  }
  .banner .img-bg {
    width: 100%;
    height: 240px;
    display: block;
  }
  .banner .inner {
    display: flex;
    justify-content: space-between;
    width: 300px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .inner .title {
    display: flex;
  }
  .banner .inner .title .img-1 {
    width: 13px;
    height: 14px;
  }
  .banner .inner .title .text {
    line-height: 34px;
    font-size: 17px;
    font-family: "OPPOSans-B";
    color: #222222;
    margin: 0 7px;
  }
  .banner .inner .title .img-2 {
    margin-top: 22px;
    width: 13px;
    height: 14px;
  }
  .section-1 {
    padding-top: 45px;
  }
  .section-1 .inner {
    display: flex;
    flex-wrap: wrap;
    width: 265px;
  }
  .section-1 .inner .item {
    cursor: pointer;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
  }
  .section-1 .inner .item:nth-child(1),
  .section-1 .inner .item:nth-child(2),
  .section-1 .inner .item:nth-child(3) {
    margin-top: 0;
  }
  .section-1 .inner .item:nth-child(3n - 1) {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-1 .inner .item .img-box {
    position: relative;
    overflow: hidden;
    width: 78px;
    height: 89px;
    flex-shrink: 0;
  }
  .section-1 .inner .item .img-box .img-header {
    object-fit: cover;
    width: 78px;
    height: 89px;
  }
  .section-1 .inner .item .img-box .img-hover {
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section-1 .inner .item .img-box .img-hover .img-1,
  .section-1 .inner .item .img-box .img-hover .img-2 {
    width: 58px;
    height: 58px;
  }
  .section-1 .inner .item .img-box .img-hover .img-2 {
    display: none;
  }
  .section-1 .inner .item .name-box {
    flex: 1;
    width: 78px;
    border: 1px solid #DCDCDC;
    border-top: none;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .section-1 .inner .item .name-box .name {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 5px;
  }
  .section-1 .inner .item .name-box .job {
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: #AAAAAA;
  }
}
