.layui-card-header {
  position: relative;
  margin: 0 20px;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #f5f5f5;
}

.layui-card-header:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 8px transparent solid;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: #39bf3e;
  z-index: 1;
}

.layui-card-header h2 {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #39bf3e;
  cursor: pointer;
  border-bottom: 1px solid #39bf3e;
}

.ws-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.ws-header.blue {
  background: rgba(51, 133, 255, .9);
}

.layui-bg-white {
  background-color: #ffffff !important;
}

.ws-header .layui-container {
  height: 100%;
}

.ws-logo {
  top: 5px;
  position: absolute;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.ws-logo img {
  width: 240px;
  height: 60px;
  vertical-align: top !important;
}

.ws-header-menu {
  position: absolute;
  font-size: 16px;
  right: 16px;
  top: 5px;
}

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

.ws-header-menu .layui-nav {
  padding: 0;
}

.ws-bg-light {
  background-color: transparent !important;
}

.ws-header-menu .layui-nav .layui-nav-item[mobile] {
  display: none;
}

.ws-header-menu .layui-nav .layui-nav-item a {
  padding: 0 16px;
  font-size: 16px !important;
}

.ws-header-menu .layui-nav .layui-nav-item a span {
  font-size: 12px;
}

.ws-header-more {
  display: none;
  line-height: 60px;
  cursor: pointer;
}

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

.ws-header-tool>div {
  margin-left: 16px
}

.ws-header-tool .layui-icon {
  font-size: 21px
}

.ws-index-main {
  position: relative;
  text-align: center;
}

.ws-index-main h1 {
  padding-top: 58px;
  font-weight: 500;
  font-size: 68px;
  color: #ffffff;
}

.ws-index-main h2 {
  padding: 16px 0;
  line-height: 52px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}

.ws-index-stared {
  padding: 16px 0;
}

.ws-index-attach {
  padding: 16px 0;
  line-height: 24px;
}

.ws-index-attach span {
  padding: 0 8px;
}

.ws-index-attach span a {
  color: #888;
  transition: all 0.3s;
}

.ws-index-attach span a:hover {
  color: #16b777;
  text-decoration: underline;
}

.ws-index-attach span em {
  color: #16b777;
  font-style: normal;
}

.ws-index-search {
  position: relative;
  text-align: center;
}

.ws-index-search h1 {
  padding-top: 58px;
  font-weight: 500;
  font-size: 68px;
  color: #ffffff;
}

.ws-index-search h2 {
  padding: 16px 0;
  line-height: 52px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}

.main-search {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  padding: 0 25px;
  border-radius: 100px;
}

.ws-padding {
  padding: 16px;
}

.ws-padding-box {
  padding: 60px 0;
}

.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
}

.ws-footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -1px 3px rgb(0 0 0 / 5%)
}

.ws-footer-fixed:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
  content: ''
}

.ws-footer-fixed .ws-footer {
  height: 60px;
  padding: 15px 0;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap
}

.ws-footer-fixed .ws-footer>* {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px
}

.img-responsive {
  max-width: 100%;
}

@media screen and (max-width:991.98px) {
  .ws-logo {
    left: 10;
  }

  .ws-header-menu .layui-nav {
    position: fixed;
    top: 60px;
    right: -300%;
    transition: all 0.3s;
  }

  .ws-header-menu .layui-nav {
    z-index: 1003;
    border-radius: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  }

  .ws-header-more {
    display: inline-block;
  }

  .ws-index-main h1 {
    font-size: 52px;
  }

  .ws-index-main h2 {
    font-size: 24px;
    line-height: 38px;
  }

  .ws-index-search h1 {
    font-size: 52px;
  }

  .ws-index-search h2 {
    font-size: 24px;
    line-height: 38px;
  }
}