* {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 14px !important;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

ul, li {
    list-style: none;
}

input, textarea, button, select {
    outline: 0;
}

a{
    text-decoration: none !important;
    color:#333 !important;
    outline: none !important;
}

a.hover {
    text-decoration: none !important;
    color: #ad8a54 !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.iconfont {
    display: inline-block;
}

.indexColor {
    color: #AD8A54 !important;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

textarea {
    resize: none;
    vertical-align: top;
}

button {
    cursor: pointer;
}
/* 字体样式 */
.bold {
    font-weight: 600;
}

.red {
    color: #FF5555;
}

.normal {
    color: #333 !important;
}

.deep_gray {
    color: #666 !important;
}

.gray {
    color: #999 !important;
}

/* 首页公共部分样式 */
div.header div.top_nav {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 30px;
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    background-color: #F6F6F6;
}

div.header span.tip {
    font-size: 12px;
    color: #999;
}

div.header div.top_nav a {
    font-size: 12px;
    color: #999 !important;
    margin: 0 2px;
}

    div.header div.top_nav a:hover, div.header div.top_nav a.on, div.header div.top_nav a:first-child, div.header div.top_nav :nth-child(2) {
        color: #AD8A54 !important;
    }

span.line {
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #999;
    vertical-align: middle;
    margin: 0 4px;
}

div.header div.top_nav a.phone {
    font-size: 13px;
    font-weight: 700;
    color: #AD8A54 !important;
}

div.search {
    padding-bottom: 30px;
    padding-top: 60px;
}

div.logo {
    width: 200px;
    margin-right: 40px;
}

img.logo {
    display: block;
    width: 155px;
    margin: 0 auto;
}

div.logo + div {
    width: 960px;
}

div.cartBtn i {
    color: #B8916D;
}

a.mycart {
    display: block;
    width: 188px;
    height: 38px;
    border: 1px solid #D2D2D2;
    background-color: #F2F2F2;
    color: #999 !important;
    text-align: center;
    line-height: 38px;
}

div.search_input {
    width: 590px;
    border: 1px solid #B99C71;
    height: 38px;
    border-radius: 6px;
    overflow: hidden;
}

    div.search_input input {
        border: 0;
        height: 38px;
        width: 498px;
        padding: 0 6px;
        text-align: left;
        color:#333;
    }

    div.search_input a {
        text-align: center;
        width: 80px;
        display: block;
        float: right;
        height: 38px;
        line-height: 38px;
        background-color: #AD8A54;
        color: #fff !important;
    }

/* 首页导航选项卡 */
i.icon-quanbu {
    font-size: 14px;
    margin-right: 4px;
}

div.header_tab {
    border-bottom: 2px solid #B8916D;
}

    div.header_tab a.all_classify {
        display: inline-block;
        width: 200px;
        text-align: center;
        height: 46px;
        line-height: 46px;
        vertical-align: middle;
        color: #fff !important;
        background-color: #B8916D;
        font-weight: 600;
        font-size: 16px;
    }

    div.header_tab a.header_tab_item {
        display: inline-block;
        width: 120px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: #333
    }

    div.header_tab a.header_tab_item.active, div.header_tab a.header_tab_item:hover {
        color: #B8916D !important;
    }

    /* 全部分类选项 */
    div.header_tab .w1200 {
        position: relative;
    }

    div.header_tab_popup {
        position: absolute;
        left: 0;
        top: 46px;
        width: 199px;
        background-color: rgba(255,255,255,0.9);
        display: none;
        z-index: 101;
        height: 388px;
        border: 1px solid #e0e0e0;
        border-right: 0;
        background: #fff;
        -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
        box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    }

    .classify_container li{height: 60px;background-color: #fff;margin-bottom: 6px;box-shadow:0px 1px 0px 0px rgba(229,229,229,1);line-height: 60px;    padding-left: 15px;
        padding-right: 15px; cursor: pointer;}
    .classify_container .icon_left{width: 24px;float: left;font-size: 14px;color: #999;line-height: 60px;margin-right: 4px;}
    .classify_container .icon_right{width: 24px;float: right;font-size: 22px;color: #666;line-height: 60px;}
    .classify_detail_container{
        display: none;
        position: absolute;
        left: 201px;
        top: 0;
        height: 420px;
        width: 840px;
        padding: 18px 20px;
        line-height: 40px;
        color: #333;
        text-decoration: none;
        border: 1px solid #e0e0e0;
        border-left: 0;
        background: #fff;
        -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
        box-shadow: 0 8px 16px rgba(0,0,0,0.18);
        overflow: hidden;
    }
    
    .classify_detail_container ul{
        float: left;
        background-color: white;
        height: 350px;
        width: 265px;
    }
    
    .classify_detail_container li{
        width: 265px;
        height: 73px;
    }
        
    
    .classify_detail_container a{
        text-decoration: none;
        outline: none;
        color: #333;
        transition: color .2s;
    }
    
    
    .classify_detail_container a:hover{
        color: #AD8A54;
        cursor: pointer;
    }
    
    .classify_detail_container img{
        width: 40px;
        height: 40px;
        margin-right: 12px;
        vertical-align: middle;
    }






/* footer */
div.footer {
    padding: 40px 0;
    border-top: 2px solid #B8916D;
}

    div.footer ul > li {
        float: left;
        width: 200px;
        text-align: center;
    }

        div.footer ul > li dt {
            font-weight: 600;
            color: #666;
            margin-bottom: 6px;
        }

        div.footer ul > li dd {
            line-height: 24px;
            color: #999;
            font-size: 12px;
        }

            div.footer ul > li dd:hover {
                color: #AD8A54;
            }

    div.footer div.qrcode {
        margin-left: 50px;
        text-align: center;
    }

    div.footer img.qrcode_img {
        width: 100px;
        height: 100px;
    }

    div.footer a {
        color: #999
    }

        div.footer a:hover {
            color: #AD8A54
        }

/* 内容区域 */
div.content {
    padding-bottom: 30px;
    margin-bottom: 0!important;
}


/* 顶部进度条 */
.progress { /*height: 60px;*/
    padding: 30px 0;
}

.progress_bar ul {
    width: 540px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .progress_bar ul li {
        text-align: center;
        position: relative;
    }

        .progress_bar ul li::after, .progress_bar ul li::before {
            content: " ";
            position: absolute;
            height: 4px;
            top: 25px;
            width: 120px;
            background-color: #ddd;
        }

        .progress_bar ul li::before {
            right: 50%;
        }

        .progress_bar ul li::after {
            left: 50%;
        }

        .progress_bar ul li:last-child::after, .progress_bar ul li:first-child::before {
            display: none;
        }

.progress_bar span.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #e1e1e1;
    z-index: 99;
}

.progress_bar p {
    font-size: 12px;
}

.progress_bar ul li.active p {
    color: #ad8a54;
}

.progress_bar ul li.active::after, .progress_bar ul li.active::before {
    background-color: #B8916D;
}

.progress_bar ul li.active span.dot {
    background-color: #B8916D;
}


/* 表格 */
.col40 {
    width: 40%;
}

.col12 {
    width: 12%;
}

.col10 {
    width: 10%;
}

.col20 {
    width: 20%;
}

.col60 {
    width: 60%;
}

.col50 {
    width: 50%;
}

.col30 {
    width: 30%;
}

/* 表单 */
input[type="text"]:focus, select:focus, textarea:focus {
    border-color: #AD8A54 !important;
}

.form_must {
    color: #ff0000;
}

.ivu-select-selection-focused, .ivu-select-selection:hover {
    border-color: #ad8a54 !important
}

.tangram-suggestion table tr td {
    text-align: left !important;
}
/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
}

/* 分页 */
.ivu-page {
    margin-top: 20px;
    text-align: right;
}

.ivu-select-selection {
    border-radius: 0;
}

.ivu-select-single .ivu-select-selection {
    height: auto;
}

    .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
    .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
        height: 38px;
        line-height: 38px;
    }

.ivu-upload-list {
    display: none;
}

/* 折叠面板 */
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    height: auto;
}

.ivu-collapse {
    background-color: #fff;
    margin-top: 16px;
}

.ivu-collapse-content, .ivu-collapse-content > .ivu-collapse-content-box {
    padding: 0;
}

/* 重写iview样式 */
.ivu-btn-primary, .ivu-btn-primary.active, .ivu-btn-primary:active, .ivu-btn-primary:hover {
    background-color: #ad8a54;
    border-color: #ad8a54;
}

    .ivu-btn-primary.active, .ivu-btn-primary:active, .ivu-btn-primary:hover {
        opacity: 0.8;
    }

.ivu-btn-text.active, .ivu-btn-text:active, .ivu-btn-text:hover {
    color: #ad8a54;
}

.ivu-select-selection-focused, .ivu-select-selection:hover {
    border-color: #ad8a54;
}

span.countTip {
    position: absolute;
    width: 26px;
    height: 20px;
    background: url("../images/tip.png") no-repeat;
    top: -7px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.message_notice {
    display:inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    background: #fff;
    position: fixed;
    top: 35px;
    left: 45%;
    display: none;
    color:#AD8A54;
}

.coupon_label_container a{
    color: #222 !important;
}

.cart_content_container_right {
    display: none;
    width: 268px;
    height: 380px;
    position: absolute;
    right: 42px;
    top: 0px;
    background-color: white;
    /* border: #eee solid 1px; */
    z-index: 999;
    box-shadow: 1px 3px 10px #B8916D;
  }
  
.car_item_left{
    width: 50px;
    height: 50px;
    margin: 10px;
  }

  .not_null_cart .car_item_left{
    width: 70px;
    height: 70px;
    margin: 10px;
  }
  
  .car_item_right {
    font-size: 14px;
    color: #666666;
  }
  
  .cart_item_bottom {
    padding: 0 10px;
    font-size: 14px;
    color: #ad8a54;
    border-top: #ad8a54 solid 1px;
    line-height: 30px;
    text-align: center;
  }
  
  .cart_item_bottom_bottom {
    padding: 0 10px;
    border-bottom: #ad8a54 solid 1px;
    line-height: 30px;
    text-align: center;
  }

  .cart_item_bottom_bottom a{
      color: white !important;
  }
  
  .jiesuan_btn {
    background-color: #ad8a54;
    color: white;
    text-align: center;
    padding: 2px 15px;
    line-height: 20px;
    margin: 3px 0;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .list_container {
    max-height: 350px;
    overflow: auto;
    min-height: 348px;
  }

  .topNav_weContainer:hover .popCodeContainer{
    height: 120px;
    transition: all .5s;
}

.topNav_weContainer:hover .popCodeContainer>img{
    height: 100px;
    opacity:1;
    transition: all .5s;
}




.topNav_weContainer:hover{
    background-color: white;
}

.popCodeContainer{
    position: absolute;
    top: 23px;
    right: -1px;
    width: 110px;
    height: 0px;
    text-align: center;
    background-color: white;
    z-index: 1;
    box-shadow: 2px 8px 5px #B8916D;
}

.popCodeContainer img{
    margin: 10px 5px;
    width: 100px;
    height: 0px;
    opacity: 0;
}


.cart_content_container {
    display: none;
    width: 268px;
    position: absolute;
    right: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 1px 3px 10px #B8916D;
  }

.null_cart{
    padding: 100px 0;
    color: #999999;
    text-align: center;
}
  
.null_cart .iconfont{
    font-size: 50px;
}

.null_collect{
    padding: 50px 0;
    color: #999999;
    text-align: center;
    min-height: 388px;
}
  
.null_collect .iconfont{
    font-size: 50px;
}

.null_goodsList{
    padding: 300px 0;
    text-align: center;
    font-size: 20px;
    color: #999999;
}

.null_goodsList .iconfont{
    font-size: 70px;
}

.hot_words span{
    color:#B8916D;
    cursor: pointer;
}

.hot_words label{
    color:#666666;
}

.hot_words{
    position: absolute;
    bottom: -29px !important;
    font-size: 13px;
    padding-left: 5px;
}

.car_item_right p{
    margin: 0px !important;
    line-height: 25px;
    max-width: 180px !important;
}
.car_item_right p:first-child{
    margin-top:10px !important;
}

