.container {
  width: 1200px;
  margin: 0 auto; }

.shape {
  position: absolute;
  pointer-events: none; }

.shape > * {
  display: block; }

.shape:not([class*='shape-blur']) {
  overflow: hidden; }

.shape:not([class*='shape-blur']) > * {
  transform: scale(2); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shape > svg {
    display: none; } }

.shape-top {
  top: 0;
  right: 0;
  left: 0; }

.shape-top > * {
  transform-origin: bottom center; }

.shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-right > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  transform-origin: center left; }

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.shape-bottom > * {
  transform-origin: top center; }

.shape-bottom-100 {
  right: 0;
  bottom: 100%;
  left: 0; }

.shape-bottom-100 > * {
  transform-origin: top center; }

.shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.shape-left > * {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  transform-origin: center right; }

.shape-fluid-x > * {
  width: 100%;
  height: auto; }

.shape-fluid-y > * {
  width: auto;
  height: 100%; }

.shape-flip-x {
  transform: scaleX(-1); }

.shape-blur-1 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-1 {
    bottom: 0;
    left: 50%;
    right: auto; } }

.shape-blur-1 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-1 > * {
    width: auto;
    height: 100%; } }

.shape-blur-2 {
  top: 0;
  right: 0;
  left: 0; }

@media (min-width: 768px) {
  .shape-blur-2 {
    bottom: 0;
    right: 50%;
    left: auto; } }

.shape-blur-2 > * {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .shape-blur-2 > * {
    width: auto;
    height: 100%;
    float: right; } }

.shape-blur-3 {
  top: 0;
  right: 0;
  left: 0; }

.shape-blur-3 > * {
  width: 100%;
  height: auto; }

.shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) scale(1.3); }

.shape-blur-4 > * {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

html *,
body * {
  box-sizing: content-box; }

.main-nav {
  position: relative;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  border-top: 3px solid #2486ff;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #eee; }
  .main-nav__wrap {
    display: flex; }
  .main-nav__link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    text-align: right; }
    .main-nav__link a:not(.ui-button) {
      display: inline-block;
      margin-right: 40px;
      font-size: 16px;
      color: #666; }
      .main-nav__link a:not(.ui-button):hover {
        color: #000; }
    .main-nav__link .ui-button {
      height: 20px;
      border-radius: 20px; }
  .main-nav__member {
    display: flex;
    margin-left: auto;
    text-align: right;
    align-items: center; }
    .main-nav__member a {
      font-size: 14px;
      margin-left: 10px; }
  .main-nav__logo {
    width: 200px; }
    .main-nav__logo img {
      width: 140px;
      vertical-align: middle; }
  .main-nav .user-photo {
    display: inline-block;
    height: 40px; }
    .main-nav .user-photo .photo-cover {
      display: inline-block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      border-radius: 20px;
      vertical-align: top; }
    .main-nav .user-photo .fas {
      display: inline-block;
      vertical-align: top;
      line-height: 40px; }
    .main-nav .user-photo img {
      width: 100%;
      vertical-align: top; }
  .main-nav .nav-drop {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: left;
    line-height: 1.4;
    padding: 20px 0 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08), 0 1px 0 0 #eee;
    border-radius: 4px;
    border: 1px solid #eee; }
    .main-nav .nav-drop::after {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #fff;
      position: absolute;
      top: -12px;
      left: 70px; }
    .main-nav .nav-drop::before {
      content: ' ';
      width: 0;
      height: 0;
      border-width: 0 12px 12px;
      border-style: solid;
      border-color: transparent transparent #eee;
      position: absolute;
      top: -13px;
      left: 70px; }
    .main-nav .nav-drop .nickname {
      padding: 0 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      .main-nav .nav-drop .nickname span {
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all; }
    .main-nav .nav-drop .drop-item a {
      display: block;
      padding: 10px 20px;
      margin-left: 0; }
      .main-nav .nav-drop .drop-item a:hover {
        background-color: #f5f5f5; }

footer {
  position: relative;
  background-color: #161c2d;
  text-align: center; }
  footer .footer-wrap {
    display: flex;
    justify-content: space-between; }
  footer .shape {
    display: none;
    color: #161c2d; }
  footer .site-info {
    line-height: 50px;
    color: #999; }
    footer .site-info a {
      color: #999; }
      footer .site-info a:hover {
        color: #666; }
    footer .site-info > div {
      display: inline-block; }
  footer .quick-link {
    padding: 15px 0 0; }
    footer .quick-link a {
      display: inline-block;
      margin: 0 5px;
      color: #999; }

.login-wrap .fix {
  position: relative;
  margin-bottom: 20px; }
  .login-wrap .fix .forget-link {
    position: absolute;
    right: -10px;
    bottom: -50px;
    font-size: 12px;
    z-index: 1000;
    cursor: pointer; }

.em-form-item {
  display: flex;
  margin-bottom: 20px;
  align-items: top; }
  .em-form-item input,
  .em-form-item textarea,
  .em-form-item .ui-textarea,
  .em-form-item select {
    flex-grow: 1; }
  .em-form-item .show-check {
    z-index: auto;
    flex-grow: 0;
    position: static;
    align-self: self-end;
    opacity: 1; }
  .em-form-item label {
    flex-grow: 0;
    width: 120px;
    text-align: right;
    padding-top: 10px;
    margin-right: 15px; }
  .em-form-item.required label::before {
    content: '* ';
    color: red; }

.em-form .form-tips {
  color: #999;
  margin-left: 140px;
  margin-top: -15px;
  margin-bottom: 20px; }

.no-data {
  text-align: center;
  padding: 100px 0 150px; }
  .no-data .tips {
    font-size: 16px;
    margin-top: 30px;
    color: #999; }

body {
  background-color: #f9fbfd; }

main {
  margin: 30px 0 50px; }

.article-list {
  width: 900px;
  margin: 0 auto;
  background-color: #fff; }
  .article-list .article-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ddd; }
    .article-list .article-item .nailimg {
      flex-shrink: 0;
      width: 140px;
      height: 90px;
      overflow: hidden;
      margin-right: 20px; }
      .article-list .article-item .nailimg img {
        width: 100%; }
    .article-list .article-item h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .article-list .article-item p {
      font-size: 14px;
      line-height: 28px; }

.list-pager {
  margin: 30px 0 50px;
  text-align: center; }

.article-detail {
  background-color: #fff;
  padding: 30px; }
  .article-detail .article-title {
    font-size: 30px;
    font-weight: 600; }
  .article-detail .info {
    margin-top: 10px;
    color: #999; }
    .article-detail .info span {
      display: inline-block;
      margin-right: 10px; }
  .article-detail .content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2; }
    .article-detail .content p {
      margin-bottom: 28px; }
    .article-detail .content img {
      max-width: 100%; }
