* {
    margin: 0;
    padding: 0;
}

.layui-container{
    min-width: 780px;
    min-height: calc(100vh - 101px);
}

.header {
    width: 100%;
    height: 60px;
    min-width: 780px;
    border-bottom: solid 1px #cdcdcd;
    display: flex;
    align-items: center;
    background-color: #ffffff
}
.header-logo{
    margin-left: 5%;
}
.header-logo > img {
    width: 60px;
    height: 60px;
}
.header-nav > li {
    margin-left: 50px;
}
.header-nav {
    background-color: #ffffff!important;
}
.header-login {
    width: 150px;
    flex: 1;
    text-align: right;
    margin-right: 5%;
    font-size: 14px;
    display: flex;
    justify-content: right;
}
.header-login > i {
    margin-left: 10px;
}
.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* background-color: #ffffff */
}
