@media (min-width: 1024px) {
  body {
    position: relative;
  }
  body header.blue {
    background: transparent !important;
  }
  body footer {
    display: none;
  }
  body .top-box-bg {
    width: 100%;
    height: 1.55rem;
    overflow: hidden;
    position: relative;
  }
  body .top-box-bg .bg-img {
    width: 100%;
    height: 1.55rem;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
  }
  body .popup .inner {
    width: 14.45rem;
    margin: 0 auto;
    padding: 0.98rem 0;
  }
  body .popup .inner .popup-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.82rem;
  }
  body .popup .inner .popup-top .logo {
    width: 4.41rem;
    height: 0.93rem;
  }
  body .popup .inner .popup-conten {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  body .popup .inner .popup-conten .left-box .text-box {
    font-family: Avenir-Black;
    font-size: 0.42rem;
    color: #222222;
  }
  body .popup .inner .popup-conten .left-box .time-tile {
    font-family: Avenir-Light;
    font-size: 0.28rem;
    color: #222222;
    margin: 0.18rem 0 0.59rem 0;
  }
  body .popup .inner .popup-conten .time-value {
    font-family: Avenir-Light;
    font-size: 0.28rem;
    color: #626262;
    line-height: 0.5rem;
  }
  body .popup .inner .popup-conten .time-value img {
    margin: 0.2rem 0;
    width: 100%;
  }
  body .popup .inner .popup-conten .time-value li::marker {
    font-size: 0.2rem;
  }
  body .popup .inner .popup-conten .right-box {
    flex: 1;
    padding-left: 0.58rem;
  }
  body .popup .inner .popup-conten .right-box .back {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-bottom: 1.4rem;
  }
  body .popup .inner .popup-conten .right-box .back .text {
    font-family: Avenir-Medium;
    font-size: 0.25rem;
    color: #5b93ce;
    margin-right: 0.18rem;
  }
  body .popup .inner .popup-conten .right-box .back .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
  body .popup .right-img {
    width: 4.44rem;
    height: 4.79rem;
  }
}
@media (max-width: 1023px) {
  body {
    position: relative;
  }
  body footer {
    display: none;
  }
  body .top-box-bg {
    width: 100%;
    height: 0.54rem;
    overflow: hidden;
    position: relative;
  }
  body .top-box-bg .bg-img {
    height: 0.54rem;
    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 .popup .inner {
    width: 2.74rem;
    margin: 0 auto;
    padding: 0.41rem 0 1.21rem;
  }
  body .popup .inner .popup-conten {
    width: 100%;
  }
  body .popup .inner .popup-conten .left-box .text-box {
    font-family: Avenir-Black;
    font-weight: 900;
    font-size: 0.15rem;
    color: #222222;
  }
  body .popup .inner .popup-conten .left-box .time-tile {
    font-family: Avenir-Light;
    font-weight: 300;
    font-size: 0.12rem;
    color: #626262;
    margin: 0.07rem 0 0.34rem 0;
  }
  body .popup .inner .popup-conten .time-value {
    width: 2.74rem;
    font-family: Avenir-Light;
    font-weight: 300;
    font-size: 0.13rem;
    color: #626262;
    line-height: 0.24rem;
  }
  body .popup .inner .popup-conten .time-value img {
    margin: 0.25rem 0;
    width: 100%;
  }
  body .popup .inner .popup-conten .time-value li::marker {
    font-size: 0.12rem;
  }
  body .popup .inner .popup-conten .right-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.22rem;
  }
  body .popup .inner .popup-conten .right-box .right-img {
    width: 1.58rem;
    height: 1.71rem;
    object-fit: cover;
  }
  body .popup .inner .popup-conten .right-box .back {
    display: flex;
    cursor: pointer;
  }
  body .popup .inner .popup-conten .right-box .back .text {
    font-family: Avenir-Medium;
    font-size: 0.12rem;
    color: #5b93ce;
    margin-right: 0.05rem;
  }
  body .popup .inner .popup-conten .right-box .back .icon {
    width: 0.12rem;
    height: 0.12rem;
  }
}
