.auth-page-checking .lb-content {
  visibility: hidden;
}

.auth-list-no-token .lb-content {
  display: none;
}

.auth-list-no-auth {
  display: none;
  width: 1200px;
  min-height: 520px;
  margin: 45px auto 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.auth-list-no-token .auth-list-no-auth {
  display: flex;
}

.auth-list-no-auth-panel {
  width: 420px;
  max-width: 100%;
  padding: 38px 32px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.auth-list-no-auth-panel h2 {
  margin: 0 0 10px;
  color: #333;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.auth-list-no-auth-panel p {
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}

.auth-list-auth-btn {
  display: inline-block;
  min-width: 112px;
  height: 38px;
  margin-top: 24px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #154d9b;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.auth-list-auth-btn:hover {
  color: #fff;
  text-decoration: none;
}

.auth-news-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.auth-news-item {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.auth-news-title {
  margin: 0 0 6px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}

.auth-news-title a {
  color: inherit;
  text-decoration: none;
}

.auth-news-title a:hover {
  color: #154d9b;
}

.auth-news-desc,
.auth-news-remark {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.auth-news-desc {
  color: #777;
}

.auth-news-remark {
  margin-top: 4px;
  color: #f04b2f;
  font-weight: normal;
}

.auth-news-label {
  font-weight: 700;
}

.auth-news-desc .auth-news-label,
.auth-news-remark .auth-news-label {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .auth-list-no-auth {
    width: auto;
    min-height: 360px;
    margin: 24px 16px 0;
  }

  .auth-list-no-auth-panel {
    padding: 30px 22px;
  }

  .auth-list-no-auth-panel h2 {
    font-size: 20px;
  }

  .auth-news-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .auth-news-desc,
  .auth-news-remark {
    font-size: 14px;
  }
}
