.clear {
    clear: both;
}
.ws-logo {
    position: absolute;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.ws-bg-light {
    background-color: #fff !important;
}
.ws-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #2f363c;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}
.navbar-brand {
    height: 38px;
    padding: 8px 7px 8px 15px;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.ws-header-assist {
    position: absolute;
    left: 240px;
    top: 50%;
    height: 32px;
    margin-top: -16px;
}
.ws-search {
    position: relative;
    width: 150px;
}
.ws-header-assist>* {
    display: inline-block;
    vertical-align: middle;
}
.ws-notice {
    position: relative;
    height: 32px;
    width: 160px;
    line-height: 32px;
    margin-left: 16px;
}
.ws-header-menu .layui-nav {
    padding: 0;
}
.ws-bg-light {
    background-color: #fff !important;
}
.ws-header-menu>*, .ws-header-tool>div {
    display: inline-block;
    vertical-align: middle;
}
.ws-header-menu {
    position: absolute;
    right: 16px;
    top: 0;
}
.ws-header-menu .layui-nav .layui-nav-item a {
    padding: 0 16px;
}
.ws-container {
    padding-top: 20px;
    min-height: calc(100vh - 210px);
}

.ws-index-top {
    margin-top: 60px;
}

.ws-index-main {
    position: relative;
    text-align: center;
}
.ws-index-idea {
    margin-top: 40px;
    padding: 0 16px;
}
.ws-index-idea>div>div {
    padding: 24px;
    line-height: 24px;
    border: 1px solid #eee;
    height: 100px;
}
.ws-index-idea .layui-field-title {
    border: none;
}
.ws-index-idea .layui-field-title legend {
    margin: 0 24px 24px 0;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
}
.ws-index-idea>div p {
    color: #999;
}

