body, input, select, button, textarea {
    font-family: Rubik, tahoma, arial, Hiragino Sans GB, "Microsoft YaHei", \5b8b\4f53, sans-serif;
}
body {
    font-size: 16px;
}
.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
}
.header {
    width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 30px;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.logobox .img {
    object-fit: contain;
    width: 180px;
}
.nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.nav .item {
    width: 120px;
    margin-right: 30px;
    padding: 10px 0;
    text-align: center;
    color: #AC9456;
    position: relative;
    cursor: pointer;
}
.nav .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
}
.nav .active {
    color: #333;
}
.nav .active::after {
    background: #AC9456;
}
.login {
    margin-left: 0px;
}
.login .btn {
    width: 122px;
    line-height: 40px;
    color: #AC9456;
    border: 1px solid #AC9456;
    border-radius: 21px;
}
.login .btn + .btn {
    margin-left: 20px;
}
.login .btn:hover,
.login .btn.active {
    color: #fff;
    background: #AC9456;
}

.footer {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}
.footer-top {
    height: 400px;
    background: url(../imgs/home/bg_footer.jpg) center bottom no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .top-title {
    margin-bottom: 40px;
    font-size: 16px;
}
.footer .top-list .icon {
    margin: 0 22px;
}
.footer-bottom {
    // height: 110px;
    // line-height: 110px;
    padding: 30px 0;
    background: #000;
}
