body.mobile,
body.mobile .banner {
  min-width: unset;
}
body.mobile .banner .banner-top-content,
body.mobile .header .banner-operate,
body.mobile .header .banner-ul,
body.mobile .header .banner-content,
body.mobile .footer .footer-content,
body.mobile .footer .footer-wrap,
body.mobile .body-content {
  width: 100%;
}
body.mobile .body {
  padding: 20px 0 10px;
}
body.mobile .body-bg-banner {
  height: 90px;
}
body.mobile .body-bg-banner .body-bg-banner-img {
  width: 100%;
  height: 100%;
}
body.mobile .body-bg-banner-content {
  margin-top: 30px;
  padding: 0 10px 48px;
  box-sizing: border-box;
}
body.mobile .body-content {
  padding: 0 10px;
}
body.mobile .header .nav,
body.mobile .header .banner-date,
body.mobile .header .wza-flag,
body.mobile .header .banner-li img,
body.mobile .header .search-senior,
body.mobile .footer .footer-ac,
body.mobile .footer .footer-wechat span {
  display: none;
}
body.mobile .banner {
  height: 200px;
  background-image: linear-gradient(90deg, transparent 0%, #2861c9 81%);
}
body.mobile .header .banner-top-content {
  height: 40px;
  padding-top: 12px;
}
body.mobile .header .banner-ul {
  text-align: center;
}
body.mobile .header .banner-ul .banner-li {
  position: relative;
  margin-left: 24px;
}
body.mobile .header .banner-ul .banner-li::after {
  content: '|';
  position: absolute;
  width: 2px;
  height: 100%;
  right: -14px;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%) scaleX(0.5);
  -ms-transform: translateY(-50%) scaleX(0.5);
  -moz-transform: translateY(-50%) scaleX(0.5);
  -webkit-transform: translateY(-50%) scaleX(0.5);
  -o-transform: translateY(-50%) scaleX(0.5);
}
body.mobile .header .banner-ul .banner-li:last-child::after {
  display: none;
}
body.mobile .header .banner-content .logo {
  margin-top: 0;
}
body.mobile .header .banner-content .logo img {
  width: 260px;
  margin-left: 20px;
}
body.mobile .header .banner-content .mobile-nav {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: url('../../assets/index/icon_menu.png') center/100% no-repeat;
}
body.mobile .header .banner-content .search {
  margin-top: 26px;
  width: 100%;
}
body.mobile .header .banner-content .search-form {
  width: 335px;
  height: 48px;
  padding: 6px 6px 6px 40px;
  margin: 0 auto;
}
body.mobile .header .banner-content .search-form::before {
  width: 20px;
  height: 20px;
}
body.mobile .header .banner-content .search-form .search-input {
  width: 200px;
  height: 36px;
}
body.mobile .header .banner-content .search-form .search-btn {
  height: 36px;
  line-height: 36px;
}

body.mobile .footer {
  padding: 20px;
}
body.mobile .footer .footer-link {
  margin-bottom: 10px;
}
body.mobile .footer .footer-link-label {
  width: 100%;
}
body.mobile .footer .footer-link-value {
  margin: 0 0 10px 0;
  width: 100%;
}
body.mobile .footer .footer-desc p {
  margin-bottom: 0;
}
body.mobile .footer .footer-desc p span {
  margin-bottom: 10px;
}
body.mobile .footer .footer-desc p a span {
  margin-right: 100px;
}
body.mobile .footer .footer-wechat {
  position: absolute;
  top: 230px;
  right: 0;
}
body.mobile .modal-wrap {
  width: 300px;
  height: 100%;
  animation: slideInRight 0.5s;
}
body.mobile .modal-wrap .nav-head {
  position: relative;
  width: 100%;
  height: 120px;
  background: url('../../assets/index/logo_white.png') 25px 54px / 250px 30px no-repeat #2861c9;
}
body.mobile .modal-wrap .nav-head .nav-head-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  background: url('../../assets/index/icon_close.png') center / 16px 16px no-repeat;
}
body.mobile .modal-wrap .nav-content-item {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #2861c9;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #edf0f2;
  box-sizing: border-box;
}
body.mobile .modal-wrap .nav-content-item::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url('../../assets/index/arrow_right_grey.png') center/100% no-repeat;
}
body.mobile .modal-wrap .nav-content-item a {
  display: block;
  width: 100%;
  height: 100%;
}
body.mobile .modal-news-content {
  top: 234px;
  width: 327px;
  height: 180px;
}
body.mobile .modal-news-close {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  top: unset;
  bottom: -56px;
  right: 50%;
  transform: translateX(50%);
}
body.mobile .modal-news-close .modal-news-close-icon {
  margin: 0 0 8px 0;
}
body.mobile .modal-news-close .modal-news-close-text,
body.mobile .modal-news-close .modal-news-close-text #countDown {
  font-size: 12px;
  font-weight: 500;
}

body.mobile .footer-share .wechat-qrcode {
  left: -48px;
}

body.mobile .footer-share .wechat-qrcode:after {
  margin-left: -46px;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
