@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: 1rem;
  }
  body .content .list {
    display: flex;
    flex-wrap: wrap;
    width: 14.45rem;
    margin: 0 auto;
  }
  body .content .list .item {
    width: 4.57rem;
    margin-bottom: 0.7rem;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #004778;
  }
  body .content .list .item:nth-child(3n-1) {
    margin-left: 0.36rem;
    margin-right: 0.36rem;
  }
  body .content .list .item .img-logo {
    width: 100%;
    height: 3.26rem;
    border-radius: 0.28rem;
  }
  body .content .list .item .img-icon {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.28rem;
    top: 0.28rem;
  }
  body .content .list .item .name-box {
    width: 3.61rem;
    font-family: Avenir-Heavy;
    font-size: 0.22rem;
    color: #004778;
    margin: 0.46rem auto 0.76rem;
  }
}
@media (max-width: 1023px) {
  body {
    position: relative;
  }
  body footer {
    background: linear-gradient(90deg, #091441 0%, #012aaa 100%);
  }
  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 {
    padding-top: 0.3rem;
  }
  body .content .list {
    width: 2.97rem;
    margin: 0 auto;
  }
  body .content .list .item {
    width: 2.97rem;
    margin-bottom: 0.34rem;
    padding-bottom: 0.34rem;
    position: relative;
    cursor: pointer;
    border-bottom: 0.01rem solid #004778;
    display: block;
  }
  body .content .list .item .img-logo {
    width: 100%;
    height: 2.14rem;
    border-radius: 0.1rem;
    margin-bottom: 0.21rem;
  }
  body .content .list .item .img-icon {
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 0.23rem;
    top: 0.23rem;
  }
  body .content .list .item .name-box {
    font-family: Avenir-Heavy;
    font-size: 0.15rem;
    color: #004778;
    line-height: 0.2rem;
  }
}
