.center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

img {
    height: auto !important
}

.inner-center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

@media screen and (max-width:768px) {
    .center, .inner-center {
        width: 94%
    }
}

section.main-container {
    padding-top: 30px
}

section.main-container .inner-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.main-container .inner-center .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 200px
}

section.main-container .inner-center .right-content h1.title {
    font-size: 24px;
    font-weight: 500;
    color: #543e26;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px
}

section.main-container .inner-center .right-content h2.cate-title {
    font-size: 20px;
    color: #543e26;
    padding-left: 10px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px
}

section.main-container .inner-center .right-content h2.cate-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 80%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #543e26
}

section.main-container .inner-center .right-content ul.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.main-container .inner-center .right-content ul.product-list li.product-item {
    width: calc(16.66667% - 8.33333px);
    margin: 0 5px 10px;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(85, 72, 64, .1);
    display: block;
    position: relative;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+1) {
    margin-left: 0
}

section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+6) {
    margin-right: 0
}

section.main-container .inner-center .right-content ul.product-list li.product-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

section.main-container .inner-center .right-content ul.product-list li.product-item .img {
    padding-top: 110%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section.main-container .inner-center .right-content ul.product-list li.product-item .text {
    padding: 20px 0;
    text-align: center
}

section.main-container .inner-center .right-content ul.product-list li.product-item .text .title {
    font-size: 14px;
    color: #554840;
    margin-bottom: 10px
}

section.main-container .inner-center .right-content ul.product-list li.product-item .text .shop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 20px;
    background-color: #554840;
    padding: 6px 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a69488
}

section.main-container .inner-center .right-content ul.product-list li.product-item .text .shop a {
    color: #fff;
    padding-left: 10px
}

@media screen and (max-width:1200px) {
    section.main-container .inner-center .right-content {
        margin-bottom: 100px
    }

    section.main-container .inner-center .right-content h1.title {
        border-bottom: 1px solid #000
    }

    section.main-container .inner-center .right-content h2.cate-title {
        margin-bottom: 15px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item {
        width: calc(25% - 7.5px)
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+1) {
        margin-left: 5px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+6) {
        margin-right: 5px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(4n+1) {
        margin-left: 0
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    section.main-container {
        padding-top: 94px
    }

    section.main-container .inner-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.main-container .inner-center .right-content {
        padding-top: 20px;
        width: 100%;
        margin-bottom: 50px
    }

    section.main-container .inner-center .right-content h2.cate-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item {
        width: calc(50% - 7.5px);
        border-radius: 6px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+1) {
        margin-left: 0
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(6n+6) {
        margin-right: 0
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(odd) {
        margin-left: 0
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item:nth-child(2n+2) {
        margin-right: 0
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item .text {
        padding: 10px 0;
        text-align: center
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item .text .title {
        font-size: 14px;
        color: #554840;
        margin-bottom: 10px
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item .text .shop {
        font-size: 14px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 20px;
        background-color: #554840;
        padding: 6px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #a69488
    }

    section.main-container .inner-center .right-content ul.product-list li.product-item .text .shop a {
        color: #fff;
        padding-left: 20px
    }
}

.center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

img {
    height: auto !important
}

.inner-center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

@media screen and (max-width:768px) {
    .center, .inner-center {
        width: 94%
    }
}

.center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

img {
    height: auto !important
}

.inner-center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

@media screen and (max-width:768px) {
    .center, .inner-center {
        width: 94%
    }
}

body {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/bg.jpg)
}

header.pc {
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff
}

header.pc .language {
    font-size: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header.pc .bottom, header.pc .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.pc .bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header.pc .bottom h1.logo {
    text-indent: -1000px;
    height: 50.3px;
    width: 200px;
    position: relative;
    bottom: 12px;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    right: 55px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

header.pc .bottom h1.logo.inner {
    display: none
}

header.pc .bottom ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

header.pc .bottom ul.nav-list li.nav-item {
    padding: 0 30px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    line-height: 48px;
    height: 42px;
    position: relative
}

header.pc .bottom ul.nav-list li.nav-item:last-child {
    padding-right: 0
}

header.pc .bottom ul.nav-list li.nav-item:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    opacity: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

header.pc .bottom ul.nav-list li.nav-item.active ul.nav-sublist, header.pc .bottom ul.nav-list li.nav-item:hover ul.nav-sublist {
    display: block
}

header.pc .bottom ul.nav-list li.nav-item.active:after, header.pc .bottom ul.nav-list li.nav-item:hover:after {
    width: 100%;
    opacity: 1
}

header.pc .bottom ul.nav-list li.nav-item.active:last-child:after, header.pc .bottom ul.nav-list li.nav-item:hover:last-child:after {
    width: calc(100% + 30px)
}

header.pc .bottom ul.nav-list li.nav-item ul.nav-sublist {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 28px;
    top: 20px;
    left: 0
}

header.pc .bottom ul.nav-list li.nav-item ul.nav-sublist li.nav-subitem {
    background-color: hsla(0, 0%, 100%, .5);
    font-size: 15px;
    color: #543e26
}

header.pc .bottom ul.nav-list li.nav-item ul.nav-sublist li.nav-subitem:hover {
    background-color: #fff
}

header.pc.inner {
    position: relative;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bfbfbf;
    color: #543e26
}

header.pc.inner .bottom h1.logo {
    display: none
}

header.pc.inner .bottom h1.logo.inner {
    display: block
}

header.pc.inner .bottom ul.nav-list li.nav-item:after {
    background-color: #543e26
}

header.pc.inner .bottom ul.nav-list li.nav-item ul.nav-sublist li.nav-subitem {
    background-color: #fff;
    font-size: 15px;
    color: #543e26
}

header.pc.inner .bottom ul.nav-list li.nav-item ul.nav-sublist li.nav-subitem:hover {
    background-color: #eee
}

header.m {
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none
}

header.m .top .language {
    text-align: right;
    color: #fff;
    padding: 5px 15px 0
}

header.m .top .language a {
    font-size: 14px
}

header.m .top .menu-wrap {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header.m .top .menu-wrap h1.logo {
    text-indent: -1000px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 38px
}

header.m .top .menu-wrap .menu {
    width: 36px;
    padding: 6px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

header.m .top .menu-wrap .menu:after, header.m .top .menu-wrap .menu:before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    margin: 3px;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

header.m .top .menu-wrap .menu.close:before {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg)
}

header.m .top .menu-wrap .menu.close:after {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg)
}

header.m .nav-wrapper {
    display: none;
    padding-top: 10px;
    text-align: center
}

header.m .nav-wrapper ul.nav-list li.nav-item {
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

header.m .nav-wrapper ul.nav-list li.nav-item ul.nav-sublist {
    display: none;
    padding-top: 20px
}

header.m .nav-wrapper ul.nav-list li.nav-item ul.nav-sublist li.nav-subitem {
    padding: 10px 0;
    font-size: 16px
}

@media screen and (max-width:1600px) {
    header.pc .bottom ul.nav-list li.nav-item {
        padding: 0 20px
    }

    header.pc .bottom ul.nav-list li.nav-item:after {
        bottom: -4px
    }

    header.pc .bottom ul.nav-list li.nav-item.active:last-child:after, header.pc .bottom ul.nav-list li.nav-item:hover:last-child:after {
        width: calc(100% + 20px)
    }
}

@media screen and (max-width:1200px) {
    header.pc .bottom ul.nav-list {
        font-size: 16px
    }

    header.pc .bottom ul.nav-list li.nav-item {
        padding: 0 10px
    }

    header.pc .bottom ul.nav-list li.nav-item.active:last-child:after, header.pc .bottom ul.nav-list li.nav-item:hover:last-child:after {
        width: calc(100% + 10px)
    }
}

@media screen and (max-width:768px) {
    header.pc {
        display: none
    }

    header.m {
        display: block
    }
}

.center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

img {
    height: auto !important
}

.inner-center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

@media screen and (max-width:768px) {
    .center, .inner-center {
        width: 94%
    }
}

aside.aside-wrapper {
    width: 145px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    background-color: rgba(84, 62, 38, .1);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside.aside-wrapper .aside-title {
    font-size: 21px;
    color: #554840;
    margin-bottom: 15px
}

aside.aside-wrapper ul.aside-list li.aside-item a {
    position: relative;
    color: #9d9d9d;
    font-size: 14px;
    display: block;
    padding: 8px 0 8px 15px
}

aside.aside-wrapper ul.aside-list li.aside-item a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #9d9d9d;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

aside.aside-wrapper ul.aside-list li.aside-item ul.aside-sublist {
    padding-bottom: 10px;
    padding-left: 15px;
    display: none
}

aside.aside-wrapper ul.aside-list li.aside-item.show ul.aside-sublist {
    display: block
}

aside.aside-wrapper ul.aside-list li.selected>a, aside.aside-wrapper ul.aside-list li:hover>a {
    color: #543e26
}

aside.aside-wrapper ul.aside-list li.selected>a:before, aside.aside-wrapper ul.aside-list li:hover>a:before {
    background-color: #543e26
}

@media screen and (max-width:1200px) {
    aside.aside-wrapper .aside-title {
        margin-bottom: 15px
    }

    aside.aside-wrapper ul.aside-list li.aside-item a {
        padding-left: 20px
    }

    aside.aside-wrapper ul.aside-list li.aside-item a:before {
        width: 12px;
        height: 12px
    }

    aside.aside-wrapper ul.aside-list li.aside-item ul.aside-sublist {
        padding-left: 20px
    }
}

@media screen and (max-width:768px) {
    aside.aside-wrapper {
        margin-top: 10px;
        width: 100%;
        padding: 10px
    }

    aside.aside-wrapper .aside-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    aside.aside-wrapper ul.aside-list li.aside-item a {
        position: relative;
        font-size: 16px;
        display: block;
        padding: 4px 0 4px 14px
    }

    aside.aside-wrapper ul.aside-list li.aside-item a:before {
        width: 8px;
        height: 8px
    }

    aside.aside-wrapper ul.aside-list li.aside-item ul.aside-sublist {
        padding-bottom: 10px;
        padding-left: 15px
    }
}

.center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

img {
    height: auto !important
}

.inner-center {
    width: calc(100% - 260px);
    margin: 0 auto;
    max-width: 1190px
}

@media screen and (max-width:768px) {
    .center, .inner-center {
        width: 94%
    }
}

footer {
    background-color: #554840;
    padding: 80px 0 20px
}

footer .center .top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

footer .center .top, footer .center .top ul.foot-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .center .top ul.foot-nav-list {
    width: 60%;
    color: #fff;
    opacity: .5;
    font-size: 14px
}

footer .center .top ul.foot-nav-list li.foot-nav-item {
    padding-right: 50px
}

footer .center .top ul.foot-nav-list li.foot-nav-item dd, footer .center .top ul.foot-nav-list li.foot-nav-item dt {
    margin-bottom: 10px;
    text-align: center
}

footer .center .top ul.right-qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff
}

footer .center .top ul.right-qrcode li.qrcode-item img {
    max-width: 150px;
    display: block;
    margin: 0 auto 5px
}

footer .center .top ul.right-qrcode li.qrcode-item p {
    opacity: .5;
    font-size: 14px;
    text-align: center
}

footer .center .bottom {
    padding-top: 60px;
    text-align: center
}

footer .center .bottom a {
    color: #816d61;
    position: relative;
    padding: 0 5px;
    font-size: 14px
}

footer .center .bottom a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 70%;
    right: -1px;
    background-color: #fff;
    opacity: .5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .center .bottom a:last-child:after {
    display: none
}

footer .center .bottom a.white, footer .center .bottom span {
    color: #fff;
    opacity: .5
}

.text .title p{
    text-align: justify;
}

@media screen and (max-width:1600px) {
    footer .center .top ul.foot-nav-list {
        width: 60%
    }

    footer .center .top ul.foot-nav-list li.foot-nav-item {
        padding-right: 0
    }

    footer .center .top ul.right-qrcode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30%;
        color: #fff
    }

    footer .center .top ul.right-qrcode li.qrcode-item img {
        max-width: 100px;
        display: block;
        margin: 0 auto 5px
    }

    footer .center .top ul.right-qrcode li.qrcode-item p {
        opacity: .5;
        font-size: 12px
    }
}

@media screen and (max-width:1200px) {
    footer .center .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .center .top ul.foot-nav-list {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px
    }

    footer .center .top ul.right-qrcode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff
    }

    footer .center .top ul.right-qrcode li.qrcode-item {
        margin: 0 20px;
        text-align: center
    }

    footer .center .top ul.right-qrcode li.qrcode-item img {
        max-width: 120px;
        display: block;
        margin: 0 auto 5px
    }

    footer .center .top ul.right-qrcode li.qrcode-item p {
        opacity: .5;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    footer {
        background-color: #554840;
        padding: 20px 0
    }

    footer .center .top ul.foot-nav-list {
        width: 100%;
        font-size: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    footer .center .top ul.foot-nav-list li.foot-nav-item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
        margin-bottom: 20px
    }

    footer .center .top ul.right-qrcode {
        width: 100%
    }

    footer .center .top ul.right-qrcode li.qrcode-item {
        width: 40%
    }

    footer .center .top ul.right-qrcode li.qrcode-item img {
        width: 100%;
        display: block;
        margin: 0 auto 5px
    }

    footer .center .top ul.right-qrcode li.qrcode-item p {
        opacity: .5;
        font-size: 12px
    }

    footer .center .top ul.right-qrcode li.qrcode-item.sydw img {
        width: 70%
    }

    footer .center .bottom {
        padding-top: 30px
    }

    footer .center .bottom a {
        font-size: 12px
    }

    footer .center .bottom a.br {
        display: inline-block
    }

    footer .center .bottom a:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 70%;
        right: -1px;
        background-color: #fff;
        opacity: .5;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    footer .center .bottom a:last-child:after {
        display: none
    }

    footer .center .bottom a.white, footer .center .bottom span {
        color: #fff;
        opacity: .5
    }
}