
body.mobile .info-content ul > li:nth-child(odd),
body.mobile .info-content ul > li:nth-child(even) {
  float: unset;
  width: 100%;
}

body.mobile .card-box .notice-content {
  min-height: unset;
}
/* body.mobile .card-box .info-content ul */
body.mobile .notice-content ul {
  height: 288px;
}
body.mobile .card-btns .btn-item {
  height: 139px;
}

body.mobile .card-btns .btn-item > a {
  padding: 24px 8px;
}

body.mobile .card-btns .btn-item img.btn-img {
  width: 48px;
  height: 48px;
}

body.mobile .card-btns .btn-item .btn-text {
  margin-top: 20px;
  font-size: 16px;
}

body.mobile .card-btns {
  min-height: unset;
}

body.mobile .card-box {
  margin-bottom: 10px;
}

body.mobile .card-box .info-content {
  min-height: unset;
}
