.ws-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #2f4056 !important;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

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

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

.ws-logo img {
  width: 81px;
}

.ws-header-assist {
  position: absolute;
  left: 240px;
  top: 50%;
  height: 32px;
  margin-top: -16px;
}

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

.ws-header-menu {
  position: absolute;
  right: 16px;
  top: 0;
}

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

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

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

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

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

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

.ws-container {
  padding-top: 60px;
  min-height: calc(100vh - 210px);
}

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

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

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

.ws-footer {
  position: fixed;
  height: 150px;
  line-height: 150px;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .ws-logo {
    left: 50%;
    margin-left: -120px;
  }

  .ws-header-menu .layui-nav {
    position: fixed;
    top: 61px;
    right: -100%;
    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: block;
  }

  .ws-container {
    padding-top: 60px;
    min-height: calc(100vh - 120px);
  }

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

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

  .ws-footer {
    position: fixed;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
