﻿body {
    font-family: Arial, "serif", "微软雅黑";
    font-size: 14px;
    background-color: #ebe0d4;
}

.header-container {
    height: 151px;
    min-width: 1200px;
    width: 100%;
    background-color: #fcfaf8;
    position: relative;
}

.header-sub-container {
    width: 1200px;
    height: 148px;
    margin: 0 auto;
    display: flex;
}

.header-sub-container .left-header {
    width: 180px;
    height: 148px;
}

.left-header img {
    display: inline-block;
    width: 80px;
    height: 148px;
}

.right-header {
    width: 1020px;
    height: 148px;
}

.right-header .header-right-up {
    height: 70px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px #cdcbc9 solid;
}

.header-right-up .header-right-up-chats {
    margin-left: 20px;
    text-decoration: none;
}

.header-right-up .header-right-up-chats a {
    margin: 5px;
    text-decoration: none;
}

.header-right-up .header-right-up-shop {
    display: flex;
    flex-direction: row;
}

.header-right-up .header-right-up-shop a {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    padding-bottom: 2px;
    color: #333;
}

.header-right-up-shop a:hover span {
    color: #ed808f;
}

.header-right-up .header-right-up-shop a img {
    height: 24px;
    margin-right: 5px;
}

.header-right-down {
    /* height: 78px; */
    display: flex;
    flex-direction: column;
    /* position: relative; */
}

.header-right-down>ul {
    height: 78px;
    /* height: 100%; */
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
    font-size: 15px;
}

.header-right-down>ul>li {
    height: 100%;
    display: flex;
    align-items: center;
    /* position: relative; */
}

.header-right-down>ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 0 16px;
    /* background-color: red; */
}

.header-right-down>ul>li:hover>a {
    color: #ed808f;
}

.header-right-down>ul>li:hover .header-right-down-nav {
    display: block;
}

.header-right-down>ul>li:hover {
    display: inline-block;
    border-top: 2px solid #ed808f;
    color: #ed808f;
}

.header-right-down-ul-li-active {
    display: inline-block;
    border-top: 2px solid #ed808f;
    color: #ed808f;
}

/* .header-right-down-ul-li-active::before { */
/*     content: ''; */
/*     position: absolute; */
/*     height: 0; */
/*     width: 100%; */
/*     top: -1px; */
/*     left: 0; */
/*     /* display: inline-block; !1! */
/*     border-top: 2px solid #ed808f; */
/*     color: #ed808f; */
/* } */

.header-right-down-ul-li-active>a {
    color: #ed808f !important;
}

.header-right-down-ul-li-active:hover {
    border-top: none;
    color: #ed808f !important;
}

.header-right-down .header-right-down-nav {
    position: absolute;
    width: 90%;
    left: 10%;
    top: 150px;
    background-color: rgba(235, 224, 212, 0.98);
    display: none;
    z-index: 100;
}

.header-right-down-nav>ul {
    display: flex;
    justify-content: space-around;
    padding: 50px 50px;
    
}

    .header-right-down-nav > ul > li > a {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 15px;
        padding: 0 50px 15px 0px;
        border-bottom: 1px #dfd5cb solid;

        /* white-space: nowrap; */
    }

.header-right-down-nav .header-right-down-nav-sub>li {
    margin-top: 15px;
}

.header-right-down-nav-sub>li>a {
    color: #333;
}

.header-right-down-nav a:hover {
    color: #ed808f !important;
}

.container {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}







footer {
    width: 100%;
    /* height: 100%; */
    min-width: 1200px;
    background-color: white;
    padding: 50px 0 0 0;
}

footer .footer-up {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.footer-up .footer-up-left {
    width: 830px;
    display: flex;
    justify-content: space-between;
}

.footer-up-left dt {
    position: relative;
    border-top: 1px #c1b8ae solid;
    padding: 15px 30px 10px 0;
    font-size: 14px;
    font-family: Arial, "serif", "微软雅黑";
}

.footer-up-left dt span {
    position: absolute;
    height: 3px;
    width: 15px;
    top: -2px;
    left: 0;
    background-color: #ed808f;
}

.footer-up-left dd a {
    display: block;
    padding: 8px 0;
    color: #6b6660;
    font-size: 12px;
}

.footer-right {
    width: 370px;
    height: 230px;
    display: flex;
    flex-direction: row-reverse;
}

.footer-right .footer-right-item {
    width: 90px;
    height: 129px;
    margin-left: 30px;
}

.footer-right-item a {
    display: block;
}

.footer-right-item img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 16px;
}

.footer-right-item p {
    text-align: center;
}

.footer-down {
    height: 60px;
    width: 100%;
    margin-top: 40px;
    font-size: 12px;
    border-top: 1px #dad3cc solid;
}

.footer-down .footer-down-item {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-down-item-left {
    display: flex;
}

.footer-down-item-left ul {
    display: flex;
    margin-right: 10px;
}

.footer-down-item-left ul li {
    margin: 0 5px;
}

.footer-down-item-left ul li:hover,
.footer-down-item-left ul li:hover a {
    color: #ed808f;
}

.footer-down-item-left ul li a {
    text-decoration: none;
    color: #333;
    margin-right: 5px;
}



















