* {
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    overflow: hidden;
}

body {}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

.login {
    margin: auto;
    min-height: 348px;
    max-width: 320px;
    height: 400px;
    padding: 15px 0;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    position: absolute;
    top: -5%;
    left: 0;
    right: -40%;
    bottom: 0;
}

header {
    background-color: #fafcff;
    box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.15);
}

section {
    height: calc(100% - 56px - 40px);
    background: url(../images/background.jpg) no-repeat center;
    background-size: cover;
}

footer {
    background-color: #fafcff;
    height: 40px;
    display: flex;
    justify-content: center;
    line-height: 40px;
    color: #3f3f3f;
    letter-spacing: 0.5px;
}

.header {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1024px;
    margin: auto;
}

.menu {
    width: 300px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-size: 15px;
    color: #262626;
    text-shadow: 1px 1px 1px #ccc;
}

.menu ul>li {
    position: relative;
    height: 56px;
    line-height: 56px;
}

.menu ul>li:hover .list {
    display: block
}

#btn {
    background: linear-gradient(0deg, #3573c9 0%, #4492fd 100%);
    border-radius: 3px;
}

form .layui-icon {
    font-size: 20px;
    color: #aaa;
}

.list:hover {
    display: block
}

.list {
    display: none
}

.cpjs {
    position: relative;
}

.list {
    position: absolute;
    box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.15);
    width: 90px;
    background: #fafcff;
    top: 56px;
    left: -15px;
}

.list li {
    text-align: center;
    margin: 5px 0
}

.edit {
    height: 30px;
    width: 290px;
    bottom: 10px;
    position: absolute;
}

.edit a {
    text-decoration: underline;
    color: #ff4b5a;
    float: right;
}

a.logo {
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.layui-tab-title li {
    width: 33%;
    font-size: 19px !important;
    text-shadow: 1px 1px 1px #eee;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #4492fd !important;
}

.layui-form-item {
    display: flex
}

.layui-form-pane .layui-form-label {
    width: 43px !important;
    height: 40px !important;
    padding: 0 !important;
    background-color: #f6f5f5 !important;
    border-radius: 5px 0 0 5px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.layui-form-item {
    margin-bottom: 0px !important
}

.layui-tab-content {
    padding: 20px 15px !important;
}

.layui-form-pane .layui-input-block {
    margin-left: 0px !important;
}

.layui-tab-title .layui-this:after,
.layui-tab-title li,
.layui-tab-title {
    height: 50px !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #4492fd !important;
}

.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background-color: #00767a;
    position: relative;
    color: #fff;
    font-size: 16px;
}

#darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email],
select {
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    border-radius: 0px 5px 5px 0 !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
}

button {
    margin-top: 10px !important;
}

input[type=submit],
input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    background-color: #00767a !important;
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}