@media (min-width: 1024px) {
  body {
    position: relative;
  }
  body .top-box-bg {
    width: 100%;
    height: 3.09rem;
    overflow: hidden;
    position: relative;
  }
  body .top-box-bg .bg-img {
    height: 3.09rem;
    width: 100%;
    object-fit: cover;
  }
  body .top-box-bg .title {
    width: 14.45rem;
    font-family: Avenir-Black;
    font-size: 0.84rem;
    color: #7381B0;
    position: absolute;
    bottom: 0.58rem;
    left: 50%;
    transform: translateX(-50%);
  }
  body .content {
    margin-bottom: 1.86rem;
    padding-top: 1.28rem;
  }
  body .content .list {
    display: flex;
    flex-wrap: wrap;
    width: 14.45rem;
    margin: 0 auto;
  }
  body .content .list .item {
    width: 4.44rem;
    height: 4.79rem;
    margin-bottom: 0.62rem;
    position: relative;
  }
  body .content .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.66rem;
    background: linear-gradient(0deg, #0e2979 0%, rgba(200, 220, 241, 0) 100%);
    opacity: 0.5;
  }
  body .content .list .item:nth-child(3n-1) {
    margin: 0 0.55rem;
  }
  body .content .list .item .img-logo {
    width: 4.44rem;
    height: 4.79rem;
    object-fit: cover;
  }
  body .content .list .item .name-box {
    position: absolute;
    bottom: 0.42rem;
    width: 100%;
  }
  body .content .list .item .name-box .name {
    font-family: Avenir-Heavy;
    font-size: 0.34rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .content .list .item .name-box .job {
    font-family: Avenir-Roman;
    font-weight: normal;
    font-size: 0.28rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  body {
    position: relative;
  }
  body footer {
    background: linear-gradient(90deg, #091441 0%, #012aaa 100%);
  }
  body footer .inner {
    border: none;
  }
  body .top-box-bg {
    width: 100%;
    height: 1.1rem;
    overflow: hidden;
    position: relative;
  }
  body .top-box-bg .bg-img {
    height: 1.1rem;
    width: 100%;
    object-fit: cover;
  }
  body .top-box-bg .title {
    font-family: Avenir-Black;
    font-size: 0.3rem;
    color: #7381B0;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    width: 2.75rem;
    transform: translateX(-50%);
  }
  body .content {
    margin-bottom: 0.64rem;
    padding-top: 0.29rem;
  }
  body .content .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 0.2rem;
  }
  body .content .list .item {
    width: 1.58rem;
    height: 1.71rem;
    position: relative;
  }
  body .content .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.95rem;
    background: linear-gradient(0deg, #0e2979 0%, rgba(200, 220, 241, 0) 100%);
    opacity: 0.5;
  }
  body .content .list .item .img-logo {
    width: 1.58rem;
    height: 1.71rem;
    object-fit: cover;
  }
  body .content .list .item .name-box {
    position: absolute;
    bottom: 0.15rem;
    width: 100%;
  }
  body .content .list .item .name-box .name {
    font-family: Avenir-Heavy;
    font-size: 0.12rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
  body .content .list .item .name-box .job {
    font-family: Avenir-Roman;
    font-weight: normal;
    font-size: 0.1rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }
}
