body {
  background-color: #edeff0;
}
.site-banner {
  position: relative;
  height: 300px;
  text-align: center;
  overflow: hidden;
  background-color: #95aa27;
}
.site-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/theme/ucenter/images/banner.jpg");
  background-position: top center;
}
.ws-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #2f363c;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  background-image: linear-gradient(90deg, #114df2, #08c29d);
}
.ws-header:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
  content: "";
}
.layui-card-body1 {
  padding: 0 20px;
}
.ws-logo {
  position: absolute;
  width: 440px;
  height: 60px;
  margin: 0 auto;
}
.ws-logo img {
  width: 440px;
  height: 40px;
  margin: 20px auto;
}
.ws-search {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 16px;
}
.ws-header-assist {
  position: absolute;
  left: 0;
  top: 0;
}
.ws-header-menu {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px !important;
  position: absolute;
  margin: 10px auto;
}

.ws-header-menu .layui-nav * {
  font-size: 16px !important;
}

.ws-header-menu .layui-nav {
  padding: 0;
  background-color: transparent !important;
}

.ws-header-menu > * {
  display: inline-block;
  vertical-align: middle;
}

.ws-header-more {
  line-height: 60px;
  padding: 0 16px;
  cursor: pointer;
}

.pages-web-bg {
  height: 300px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #fff;
  background-size: cover;
  background-image: url(/theme/index/images/web-bgs.png);
  background-position: top center;
  background-repeat: no-repeat;
}

/* 用户中心 */
.fly-user-main {
  position: relative;
  min-height: 600px;
}
.fly-user-main > .layui-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  padding: 10px 0;
}
.fly-user-main > .fly-panel {
  min-height: 575px;
  margin: 0 0 10px 215px;
}
.fly-user-main .fly-none {
  min-height: 0;
}
.fly-panel-user[pad20] {
  padding-top: 5px;
}

/* 面板 */
.fly-panel {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.fly-panel[pad20] {
  padding: 20px;
}
.fly-panel-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px dotted #e9e9e9;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.fly-panel-main {
  padding: 10px 15px;
}

@media screen and (max-width: 767.98px) {
  .layui-container {
    padding: 0;
  }
  .ws-logo {
    position: absolute;
    width: 220px;
    height: 60px;
    margin: 0 auto;
  }
  .ws-logo img {
    width: 220px;
    height: 20px;
    margin: 20px auto;
  }

  .ws-header {
    height: 60px;
  }

  .ws-header-menu {
    margin: 0 auto;
  }

  .ws-header-more {
    color: #fff;
    display: block;
  }

  .pages-web-bg {
    height: 120px;
  }

  .site-banner {
    height: 300px;
  }
  .site-banner-bg {
    left: 0;
    margin-left: 0;
  }
  .post-loop-default .item {
    padding: 10px 0;
  }

  .fly-main {
    width: 100%;
  }

  /* 顶边距 */
  .fly-marginTop {
    margin-top: 0;
  }

  body .fly-user-main {
    width: auto;
  }
  .fly-user-main > .layui-nav {
    left: -300px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .fly-user-main > .fly-panel-user {
    width: auto;
    margin-left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .site-mobile .site-tree-mobile {
    display: none !important;
  }
  .site-mobile .fly-user-main > .layui-nav {
    left: 0;
  }
  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
  }
}

.ws-footer {
  padding: 30px 15px;
  line-height: 30px;
  text-align: center;
  color: #777;
}
.ws-footer a {
  padding: 0 5px;
  color: #777;
}
.ws-footer a:hover {
  color: #1e9fff;
  text-decoration: underline;
}
