* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
}


/* 以上是公共样式 */
.top-w {
    width: 100%;
    border-bottom: 1px solid #f3f0ed;
    background: linear-gradient(#efebe8, white)
}

.top {
    height: 40px;
    margin: 0 auto;
}

.top-left {
    float: left;
    font-size: 12px;
    line-height: 40px;
}

.top-right {
    float: right;
}

    .top-right > ul {
        display: flex;
    }

        .top-right > ul > li {
            font-size: 12px;
            line-height: 40px;
            padding-right: 30px;
            color: #757575;
            display: flex;
            align-items: center;
        }

.top-rightui > li > span {
    display: inline-block;
    height: 14px;
    width: 20px;
    margin-top: -2px;
    margin-right: 4px;
}

.dind {
    background: url(../images/da.png) center center;
    background-repeat: no-repeat;
}

.gw {
    background: url(../images/gw.png) center center;
    background-repeat: no-repeat;
}

.sj {
    background: url(../images/sj.png) center center;
    background-repeat: no-repeat;
}

.tou {
    background: url(../images/jy.png) center center;
    background-repeat: no-repeat;
}

.gonggao {
    background: url(../images/gonggao.png) center center;
    background-repeat: no-repeat;
}

input, textarea, select, a:focus {
    outline: none;
}
/* 最顶部修饰结束 */

.logo-w {
    height: 115px;
    margin: 0 auto;
}

.logo {
    float: left;
    /*margin-left: 50px;*/
    margin-top: 25px;
}

.logo {
    width: 144px;
}

.sou-w {
    float: right;
}

.sou-top {
    margin-top: 25px;
    color: gray;
}

.sous {
    margin-top: 10px;
    position: relative;
}

.sous_input {
    width: 335px;
    height: 40px;
    border-radius: 4px;
    border: none;
    border: 1px solid #8c6f4b2e;
    padding-left: 45px;
    width: 335px !important;
    height: 40px !important;
    border-radius: 4px !important;
    border: none !important;
    border: 1px solid #8c6f4b2e !important;
    padding-left: 45px !important;
}

.sou-logo {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/sou.png)center center;
    background-repeat: no-repeat;
}

.sou-an {
    width: 80px;
    height: 42px;
    line-height: 40px;
    border: none;
    background: #8c6f4b;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border-radius: 0px 4px 4px 0px;
    padding: 0px;
}

.sou-top > span {
    font-size: 12px;
    color: gray;
    cursor: pointer;
}

.sousp {
    margin-right: 10px;
}

.sougy {
    margin-left: 5px;
}


.sou-topbt {
    color: #8c6f4b !important;
}


/* logo部分修饰结束 */
.nav-w {
    width: 100%;
    height: 45px;
    background: rgba(89, 88, 87, 0.4);
    position: relative;
}


.nav {
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nav-min {
    width: 1200px;
}

.nav-max {
    width: 1366px;
}

.nav > a {
    color: #f8f6f4;
    margin-left: 45px;
    font-size: 17px;
    display: inline-block;
    width: 108px;
}

.nav-max > a:first-child {
    margin-left: 0px;
}

.nav > span {
    color: #a8875e;
}

.ernav {
    position: absolute;
    top: 45px;
    width: 335px;
    height: 560px;
    /* background-color: rgba(32, 31, 28, 0.8); */
    z-index: 333;
    background: rgba(255, 255, 255, 0.9);
    opacity: .9;
}

.ernav-w {
    margin: 0 auto;
    margin-top: 20px;
}

    .ernav-w > li {
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        border-image: -webkit-linear-gradient(left,#c3c3c300 28%,#9494963b 70%,#c3c3c300 20%)60 60;
        ;
        position: relative;
    }

.ernav-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/kef.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.kefangaa {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/kfbter.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.ernav-con {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

    .ernav-con > span {
        display: inline-block;
        height: 20px;
        margin-top: 5px;
    }

        .ernav-con > span:last-child {
            font-size: 14px !important;
            width: 164px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .ernav-con > span:first-child {
            color: white;
        }
/* 二级导航结束 */

.sannav {
    position: absolute;
    /* width: 765px; */
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -7px;
    /* display: none; */
}

.sannav-con {
    /* width: 757px; */
    background: white;
    margin: 7px;
    margin-left: 0;
}

.yic {
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.yic-bt {
    display: inline-block;
    width: 126px;
    height: 32px;
    background: #f1f1f1;
    text-align: center;
    line-height: 32px;
    color: #a8875e;
    font-size: 14px;
    font-weight: 700;
}

.yic-con {
    width: 596px;
    display: flex;
    flex-wrap: wrap;
}

    .yic-con li {
        margin-left: 20px;
        margin-top: 5px;
        border-right: 2px solid #818181;
        padding-right: 10px;
        height: 15px;
        font-size: 12px;
        color: #818181;
    }

    .yic-con > li:last-child {
        border: none;
    }

.sannav-cans {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -7px;
    display: none;
}

.sannav-con-can {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}

.canyinyps {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/cany.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.canyin-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/canyinb.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}


.sannav-yunyin {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -7px;
    display: none;
}

.sannav-con-yun {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}

.yun-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/yingyun.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.yunyin-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/yinger.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}





.sannav-bang {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -7px;
    display: none;
}

.sannav-con-bang {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}


.bangong-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/bang.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.bang-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/banger.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}




.sannav-jian {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -85px;
    display: none;
}

.sannav-con-jian {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}


.jian-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/jianc.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.jianer-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/banger.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}






.sannav-jiajv {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -156px;
    display: none;
}

.sannav-con-jiajv {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}


.jiajv-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/jiaju.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.jiajver-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/jiajver.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}




.sannav-sheb {
    position: absolute;
    width: 765px;
    background-color: rgba(32, 31, 28, 0.4);
    left: 250px;
    top: -227px;
    display: none;
}

.sannav-con-shebei {
    width: 757px;
    background: white;
    margin: 7px;
    margin-left: 0;
}


.shebei-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/gcsb.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.shebeier-tb {
    display: inline-block;
    margin-left: 25px;
    width: 22px;
    height: 22px;
    background: url(../images/shebeier.png)center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}










.fkyp {
    background: white;
}

.fkypys {
    color: #8c6f4b !important;
    font-weight: 600;
}










/* 
    导航结束

*/

.banner-w {
    width: 100%;
    height: 558px;
}

    .banner-w > img {
        width: 100%;
        height: 100%;
    }

.swiper-pagination-bullet-active {
    background: #8c6f4b !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
}



.con-ty {
    width: 1200px;
    height: 570px;
    margin: 0 auto;
}

.con-top {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con-top-left {
    display: flex;
    align-items: center;
}

    .con-top-left > span {
        display: inline-block;
        font-size: 25px;
    }

.con-lo {
    width: 50px;
    height: 50px;
    background: url(../images/sp.png) center center;
    background-repeat: no-repeat;
}

.con-top-right {
    width: 300px;
    height: 20px;
    display: flex;
    align-items: center;
}






.xinw {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/xinw.png)center center;
    background-repeat: no-repeat;
}

.xinw-con {
    width: 314px;
    font-size: 12px;
    /* height: 24px; */
    color: gray;
}

.con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .con > div {
        width: 376px;
        height: 197px;
        ;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        background: white;
    }

.cona-lrft {
    width: 140px;
    height: 201px;
}

.con-left > img {
    width: 100%;
}

.cona-right {
    width: 206px;
    margin-top: 20px;
}

.con-bt {
    font-size: 12px;
    color: #a8875e;
    display: inline-block;
}

.con-jj {
    width: 170px;
    font-size: 14px;
    margin-top: 3px;
}

.con-jg {
    width: 170px;
    margin-top: 10px;
    display: flex;
    align-items: baseline;
}

.con-gs {
    font-size: 12px;
    color: gray;
    padding-top: 15px;
    border-top: 1px solid #cec0af40;
    margin-top: 15px;
}

.con-jb {
    font-size: 30px;
    margin-left: 10px;
}

.con-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .con-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }

.cart {
    background: url(../images/Cart.png)center center;
}

.wish {
    background: url(../images/Wishlist.png)center center;
}

.quick {
    background: url(../images/Quickview.png)center center;
}

.chon-ys {
    color: #cfa77d;
    font-weight: 600;
}

.zcs {
}

.conb-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .conb-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }

.conc-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .conc-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }

.cond-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .cond-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }

.cone-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .cone-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }

.conf-xuan {
    width: 180px;
    height: 44px;
    border: 1px solid #80808024;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
}

    .conf-xuan > span {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        font-size: 12px;
        text-align: center;
    }
















/* 商品修饰结束 */

.bomnav-w {
    width: 100%;
    height: 105px;
    background: #fff;
    box-shadow: 0px 12px 37px #adadad60;
}

.bomnav {
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    .bomnav > img {
        width: 100%;
    }





/* 底部导航结束 */

.bomm-w {
    width: 100%;
    height: 205px;
    background: #5b5b5b;
}

.bomm {
    width: 1200px;
    height: 205px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    .bomm > div {
        height: 83px;
    }

.qiye {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
}

    .qiye > span {
        display: inline-block;
        width: 97px;
        height: 28px;
        font-size: 12px;
        color: white;
        background: #626262;
        text-align: center;
        line-height: 28px;
    }

.dibu-lr {
    color: white;
    font-size: 12px;
    margin-top: 2px;
}

.dom-w {
    width: 100%;
    height: 47px;
    background: #4b4b4b;
}

.dom {
    width: 1200px;
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

    .dom > p {
        color: gray;
        font-size: 12px;
    }

.dom-right {
    display: flex;
    align-items: center;
}

    .dom-right > span {
        color: gray;
        font-size: 12px;
        margin-right: 3px;
    }

#announcement {
    height: 21px;
    background: #f5f8fc;
    margin-right: 1px;
}

    #announcement a {
        color: gray;
        text-decoration: none;
        display: block;
        height: 21px;
        text-indent: 0.5em;
        overflow: hidden;
        font-size: 12px;
    }
