@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-top .back {
    display: flex;
    cursor: pointer;
  }
  body .popup .inner .popup-top .back .text {
    font-family: Avenir-Medium;
    font-size: 0.25rem;
    color: #5b93ce;
    margin-right: 0.18rem;
  }
  body .popup .inner .popup-top .back .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
  body .popup .inner .popup-conten {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  body .popup .inner .popup-conten .left-box .text-box {
    width: 6.54rem;
    font-family: Avenir-Light;
    font-size: 0.32rem;
    color: #626262;
    margin-bottom: 1.31rem;
  }
  body .popup .inner .popup-conten .left-box .time-tile {
    font-family: Avenir-Medium;
    font-size: 0.34rem;
    color: #222222;
  }
  body .popup .inner .popup-conten .left-box .time-value {
    font-family: Avenir-Light;
    font-size: 0.25rem;
    color: #626262;
    margin: 0.31rem 0 0.86rem 0;
  }
  body .popup .inner .popup-conten .left-box .visit {
    display: flex;
    align-items: center;
  }
  body .popup .inner .popup-conten .left-box .visit .visit-text {
    font-family: Avenir-Medium;
    font-size: 0.25rem;
    color: #5b93ce;
    margin-right: 0.17rem;
  }
  body .popup .inner .popup-conten .left-box .visit .visit-icon {
    width: 0.24rem;
    height: 0.24rem;
  }
  body .popup .inner .popup-conten .right-box {
    width: 6.61rem;
    height: 4.86rem;
  }
}
@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-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.27rem;
  }
  body .popup .inner .popup-top .logo {
    width: 1.57rem;
    height: 0.33rem;
  }
  body .popup .inner .popup-top .back {
    display: flex;
    cursor: pointer;
  }
  body .popup .inner .popup-top .back .text {
    font-family: Avenir-Medium;
    font-size: 0.12rem;
    color: #5b93ce;
    margin-right: 0.05rem;
  }
  body .popup .inner .popup-top .back .icon {
    width: 0.12rem;
    height: 0.12rem;
  }
  body .popup .inner .popup-conten {
    width: 100%;
  }
  body .popup .inner .popup-conten .left-box .text-box {
    width: 2.45rem;
    font-family: Avenir-Light;
    font-size: 0.14rem;
    color: #626262;
    margin-bottom: 0.33rem;
  }
  body .popup .inner .popup-conten .left-box .time-tile {
    font-family: Avenir-Medium;
    font-size: 0.14rem;
    color: #222222;
  }
  body .popup .inner .popup-conten .left-box .time-value {
    font-family: Avenir-Light;
    font-size: 0.12rem;
    color: #626262;
    margin: 0.11rem 0 0.33rem 0;
  }
  body .popup .inner .popup-conten .left-box .visit {
    display: flex;
    align-items: center;
  }
  body .popup .inner .popup-conten .left-box .visit .visit-text {
    font-family: Avenir-Medium;
    font-size: 0.14rem;
    color: #5b93ce;
    margin-right: 0.17rem;
  }
  body .popup .inner .popup-conten .left-box .visit .visit-icon {
    width: 0.13rem;
    height: 0.13rem;
  }
  body .popup .inner .popup-conten .right-box {
    margin-top: 0.33rem;
    width: 2.74rem;
    height: 2.02rem;
    object-fit: cover;
  }
}
