@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 {
    padding-top: 0.94rem;
    width: 14.45rem;
    margin: 0 auto 1.42rem;
  }
  body .content .time {
    font-family: Avenir-Light;
    font-size: 0.25rem;
    color: #aaaaaa;
  }
  body .content .title {
    font-family: Avenir-Heavy;
    font-size: 0.51rem;
    color: #222222;
    margin: 0.41rem 0 0.6rem;
  }
  body .content .sub-title {
    font-family: Avenir-Light;
    font-weight: 300;
    font-size: 0.22rem;
    color: #aaaaaa;
    border-left: 0.06rem solid #5b93ce;
    height: 0.84rem;
    padding-left: 0.41rem;
    margin: 0.6rem 0;
    width: 8rem;
    display: flex;
    align-items: center;
  }
  body .content .content-value {
    font-family: Avenir-Light;
    font-size: 0.25rem;
    color: #222222;
  }
  body .content .content-value img {
    margin: 0.2rem 0;
    width: 100%;
  }
  body .content .btn-box {
    border-top: 1px solid #004778;
    font-family: Avenir-Medium;
    font-size: 0.25rem;
    color: #5b93ce;
    margin-top: 1.17rem;
    padding-top: 0.51rem;
    display: flex;
    justify-content: space-between;
  }
  body .content .btn-box a {
    cursor: pointer;
    color: #5b93ce;
  }
  body .content .btn-box .none {
    display: none;
  }
}
@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.35rem;
    width: 2.73rem;
    margin: 0 auto 0.6rem;
  }
  body .content .time {
    font-family: Avenir-Light;
    font-size: 0.12rem;
    color: #aaaaaa;
  }
  body .content .title {
    font-family: Avenir-Heavy;
    font-size: 0.18rem;
    color: #222222;
    margin: 0.25rem 0 0;
  }
  body .content .sub-title {
    font-family: Avenir-Light;
    font-weight: 300;
    font-size: 0.12rem;
    color: #aaaaaa;
    border-left: 0.03rem solid #5b93ce;
    height: 0.53rem;
    padding-left: 0.19rem;
    margin: 0.32rem 0;
    display: flex;
    align-items: center;
  }
  body .content .content-value {
    font-family: Avenir-Light;
    font-size: 0.14rem;
    color: #222222;
    line-height: 0.2rem;
  }
  body .content .content-value img {
    margin: 0.25rem 0;
    width: 100%;
  }
  body .content .btn-box {
    border-top: 0.01rem solid #004778;
    font-family: Avenir-Medium;
    font-size: 0.12rem;
    color: #5b93ce;
    margin-top: 0.52rem;
    padding-top: 0.27rem;
    display: flex;
    justify-content: space-between;
  }
  body .content .btn-box a {
    cursor: pointer;
    color: #5b93ce;
  }
  body .content .btn-box .none {
    display: none;
  }
}
