body.mobile .letter-wrap {
  height: auto;
  line-height: normal;
  white-space: inherit;
  background: none;
  text-align: left;
}
body.mobile .letter-list {
  display: block;
  visibility: hidden;
  font-size: 0;
}
body.mobile .letter-list li {
  position: relative;
  letter-spacing: normal;
  width: 11.62%;
  height: 0;
  padding-bottom: 11.2%;
  margin-right: 3%;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(29, 129, 235, 0.4);
  border-radius: 4px;
  box-sizing: border-box;
}

body.mobile .letter-list li:nth-child(7n) {
  margin-right: 0;
}

body.mobile .letter-list li a {
  display: block;
  width: 100%;
}

body.mobile .letter-wrap,
body.mobile .tab-wrap,
body.mobile .aside-wrap,
body.mobile .menu-article {
  margin-bottom: 10px;
}
body.mobile .tab-wrap .tab-item {
  width: 50%;
  height: auto;
}

body.mobile .tab-wrap .tab-item img.tab-img {
  width: 42px;
  height: 42px;
}
body.mobile .content-box {
  padding-left: 0;
}

body.mobile .content-box .card-content {
  min-height: auto;
}

body.mobile .tab-wrap .tab-item .tab-text {
  margin-top: 14px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}

body.mobile .tab-wrap .tab-item > a {
  padding: 26px 8px;
}

body.mobile .menu-article {
  min-height: auto;
}

body.mobile .menu-article .content-box {
  padding: 0 14px 24px;
}
body.mobile .menu-article .menu-wrap {
  width: auto;
  float: none;
}

body.mobile .menu-article .card-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
body.mobile .menu-list {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

body.mobile .menu-article .menu-wrap .menu-item {
  display: inline-block;
  padding: 20px;
  border-left: none;
  border-top: 4px solid #fff;
}
body.mobile .menu-article .menu-wrap .menu-item:last-child {
  border-bottom: none;
}

body.mobile .menu-article .menu-wrap .menu-item::after {
  display: none;
}

body.mobile .menu-article .card-title {
  display: none;
}

body.mobile .menu-article .card-box .card-more {
  position: unset;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

body.mobile .aside-wrap .aside-card {
  margin-bottom: 10px;
}

body.mobile .aside-wrap .more-box {
  padding: 0 15px 24px 15px;
}

body.mobile .more-box .card-more {
  position: unset;
}

body.mobile .aside-card .item {
  width: 100%;
  height: 182px;
  margin: 0;
}
body.mobile .aside-wrap .aside-card .card-content {
  height: 182px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 20px 0;
  overflow: hidden;
}

body.mobile .aside-wrap .aside-banner,
body.mobile .article-banner .swiper-slide a {
  height: 166px;
}
body.mobile .panel-list li.panel-item {
  padding: 24px 14px;
  text-align: center;
}

body.mobile .panel-list .panel-item .item-icon {
  position: unset;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}

body.mobile .panel-list .panel-item .item-main {
  margin-left: 0;
}

body.mobile .panel-list .panel-item .title {
  font-size: 18px;
  line-height: unset;
}
body.mobile .panel-list .panel-item .content {
  height: 144px;
  text-align: left;
  -webkit-line-clamp: unset;
}
body.mobile .body-bg-banner-content.body-entry-banner {
  width: 100%;
  height: 118px;
  padding-bottom: 12px;
  margin-top: -24px;
}

body.mobile .body-bg-banner-content.body-entry-banner .body-entry-banner-link {
  background-size: cover;
}
