body {
  background-color: #edeff0;
}
.site-banner {
  position: relative;
  height: 600px;
  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/index/banner01.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;
}

@media screen and (max-width: 767.98px) {
  .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;
  }
}

.nav-main-left .layui-card {
  background: none !important;
}

.nav-title {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  margin-bottom: 1px;
  background: #68b1dc;
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.nav-left {
  background: #f5f5f5;
}
.nav-left li {
  background: url(/theme/index/images/to.png) no-repeat 175px 24px;
}
.nav-left li > a {
  display: block;
  line-height: 54px;
  line-height: 54px;
  padding: 0 20px;
  color: #888;
  font-size: 14px;
}
.nav-left li:hover,
.nav-left li.on {
  background: url(/theme/index/images/to2.png) no-repeat 175px 24px #68b1dc;
}
.nav-left li:hover > a,
.nav-left li.on > a {
  color: #fff;
}

.ws-footer {
  color: #fff;
  margin-top: 30px;
  padding: 30px 15px;
  line-height: 30px;
  text-align: center;
  background-color: #2775b6;
}

/* background-image: linear-gradient(60deg,#088ac4 20%,#89c057 95%); */

.ws-footer a {
  padding: 0 5px;
  color: #fff;
}
.ws-footer a:hover {
  color: #ccc;
  text-decoration: underline;
}
