.header {
    height: 180px;
}

.header .nav > div,
.header .logo,
.main,
.footer > .footer-t {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header .nav > div {
    height: 60px;
    line-height: 60px;
}

.header .nav .login {
    margin-top: 0;
    height: 60px;
    padding: 0 20px;
}

.header .layui-nav {
    background: #fff;
}
.header .layui-nav-bar {
    display: none;
}

.header .nav .login > a,
.header .nav .layui-nav-item > a {
    color: #fff;
    font-size: 14px;
}

.header .nav .btn {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    margin-top: 15px;
    margin-left: 20px;
    overflow: hidden;
}

.header .nav .btn a {
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 28px;
    text-align: center;
}

.header .nav .btn a.active {
    background-color: #fff;
}

.header .nav .layui-breadcrumb a {
    padding: 0 12px;
    line-height: 60px;
    color: #fff !important;
    font-size: 15px;
}

.header .nav .layui-breadcrumb a.active {
    background: rgba(0, 0, 0, 0.1);
    height: 60px;
    display: inline-block;
}

.header .logo {
    height: 120px;
    line-height: 120px;
}

.header .logo img {
    height: 80px;
}

.footer {
    margin-top: 44px;
    color: white;
    font-size: 14px;
    background: #fafafa;
}
.footer > div {
    display: inherit !important;
}
.footer-t {
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
    height: 35px;
    line-height: 35px;
}
.footer-t span {
    color: #16957b;
    font-weight: bold;
}
.footer-t a {
    color: #b8b8b9;
    margin-left: 20px;
}

.footer-b {
    height: 120px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    box-sizing: border-box;
}

.footer-b b{
    color: #e8b050;
    font-size: 18px;
}

.pix {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -80px;
}

.pix a {
    display: block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.Tips {
    position: absolute;
    width: 0;
    height: 100px;
    overflow: hidden;
    top: -15px;
    right: 200px;
    transition: all linear 0.3s;
    border-radius: 10px;
    z-index: 10;
}
/* 
.main .leftnav::after {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    position: absolute;
    background-color: #eeeded;
} */
