﻿.w {
    width: 1000px;
    margin: 0 auto;
}

#body {
    padding-bottom: 30px;
    width: 100%;
    min-width: 1200px;
    min-height: 420px;
    /* background: url(../images/banner.jpg) top center no-repeat; */
    background-color: #e9b97d;
}

p {
    margin: 0;
}

.banner-container {
    width: 100%;
    height: 350px;
    text-align: center;
}

    .banner-container img {
        height: 350px;
        margin-left: calc(50% - 1000px);
    }

a {
    text-decoration: none;
}

.condition-container {
    margin: 0 auto;
    padding: 30px;
    width: 1200px;
    box-sizing: border-box;
    background-color: white;
    color: #b45116;
    font-size: 16px;
    overflow: hidden;
}

    .condition-container div {
        float: left;
    }

    .condition-container span {
        margin-right: 10px;
        border: 1px solid #f8dbc3;
        border-radius: 4px;
        padding-left: 10px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        float: left;
    }

        .condition-container span em {
            width: 24px;
            height: 24px;
            background: url(../Images/productTag/xx.png) center no-repeat;
            background-color: #fae5d4;
            float: right;
            cursor: pointer;
            margin-left: 5px;
        }

.breed-container {
    margin: 0 auto;
    width: 1200px;
    background-color: white;
    padding: 0 30px;
    box-sizing: border-box;
}

    .breed-container .bg-1, .breed-container .bg-2 {
        width: 100%;
        height: 30px;
    }

    .breed-container .bg-1 {
        background: url('../Images/productTag/bj-a.png') center no-repeat;
    }

    .breed-container .bg-2 {
        background: url('../Images/productTag/bj-c.png') center no-repeat;
    }

.breed-list {
    border-left: 2px solid #f8dbc3;
    border-right: 2px solid #f8dbc3;
    background-color: #fff6ea;
    padding: 0 20px;
    overflow: hidden;
    font-size:14px
}

    .breed-list a, .breed-list span {
        color: #555;
        float: left;
        text-align: center;
        width: 109px;
        line-height: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .breed-list.row-3 a.hide {
        display: none;
    }

    .breed-list span {
        color: #b45116;
        cursor: pointer;
    }

        .breed-list span.hide {
            display: none;
        }

    .breed-list a:hover {
        color: #b45116;
    }

    .breed-list a.active {
        color: #b45116;
    }

.list-container {
    background-color: white;
    margin: 0 auto 50px;
    padding: 30px;
    width: 1200px;
    box-sizing: border-box;
}

    .list-container ul {
        list-style: none;
        margin: 0 0 30px;
        padding: 0;
        overflow: hidden;
    }

        .list-container ul li {
            padding: 20px;
            border: solid 2px transparent;
            width: 228px;
            height: 355px;
            box-sizing: border-box;
            float: left;
        }

            .list-container ul li:hover {
                border-color: #f8dbc3;
            }

            /* .list-container ul li:nth-of-type(2n) {
    margin-right: 0;
} */

            /* .list-container ul li.even {
    margin-right: 0;
} */
            .list-container ul li .sub-script {
                margin-left: 5px;
                border: 1px solid #e2e2e2;
                border-radius: 3px;
                padding: 1px 5px;
                color: #bfbfbf;
                font-size: 12px
            }

            .list-container ul li .item-img {
                margin: 0 auto;
                width: 160px;
                height: 160px;
            }

                .list-container ul li .item-img img {
                    width: 160px;
                    height: 160px;
                }

            .list-container ul li .item-info {
                margin-top: 5px;
                width: 100%;
                position: relative;
                height:220px
            }

                .list-container ul li .item-info p {
                    margin-bottom: 10px;
                }

            .list-container ul li .item-name {
                height: 50px;
                line-height: 1.5;
                font-size: 16px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

                .list-container ul li .item-name a {
                    color: #333;
                }

            .list-container ul li .item-price {
                color: #f33;
                font-size: 14px;
                font-weight: bold;
            }

                .list-container ul li .item-price span {
                    font-size: 20px;
                }

            .list-container ul li .item-spec {
                color: #7c7c7c;
                font-size: 14px;
                white-space:nowrap;
                text-overflow:ellipsis;
                overflow:hidden
            }

            .list-container ul li .item-enterprise {
                font-size: 14px;
                color: #333;
            }

            .list-container ul li .item-link {
                width: 73px;
                height: 36px;
                line-height: 36px;
                background-color: #fff0dd;
                border-radius: 4px;
                font-size: 14px;
                color: #b96527;
                position: absolute;
                text-align: center;
                right: 0;
                bottom: 0;
            }

.page-container {
    margin: 0 auto;
    /* width: 500px; */
    text-align: center;
    overflow:hidden;
}

    .page-container a {
        color: #333;
        border: 1px solid #ccc;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
    }

        .page-container a:hover {
            color: #FF8F36;
            border-color: #FF8F36;
        }

    .page-container input {
        width: 40px;
        height: 29px;
        border: 1px solid #ccc;
        text-align: center;
    }

        .page-container input:focus {
            outline: 1px solid #FF8F36;
        }
