﻿.show {
    width: 1200px;
}

.show-title {
    margin-top: 30px;
    padding: 0 0 15px 25px;
    border-bottom: 1px solid #c3c3c3;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .show-title a {
        font-size: 17px;
        color: black;
        text-decoration: none;
    }

        .show-title a:hover {
            color: red;
        }

    .show-title span {
        font-size: 17px;
    }

.show-body {
}

    .show-body ol {
        display: block;
        padding-left: 0;
        margin-top: 30px;
        margin: 30px 0 15px 120px;
    }

        .show-body ol li {
            list-style: none;
            width: 720px;
            height: 540px;
            line-height: 0px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            border: 1px solid #c3c3c3;
        }

            .show-body ol li img {
                max-width: 720px;
                max-height: 540px;
            }

    .show-body ul {
        display: inline-block;
        padding-left: 0px;
        margin-bottom: 20px;
    }

        .show-body ul li {
            list-style: none;
            float: left;
            font-size: 16px;
            color: #4e4a4a;
            width: 320px;
            margin: 15px 0 0 50px;
        }

            .show-body ul li span {
                color: red;
            }

                .show-body ul li span a {
                    color: red;
                    text-decoration: none;
                }

.show-num label {
    float: left;
}

.show-num a {
    display: inline-block;
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #191818;
    background: #f4f4f4;
    float: left;
}

.show-num input {
    text-align: center;
    width: 50px;
    height: 19px;
    float: left;
}

.show-btn {
    margin-left: 50px;
}

    .show-btn a {
        color: white;
        border-radius: 2px 2px;
        background: #0b62a1;
        padding: 6px 13px 6px 13px;
        margin-right: 18px;
        text-decoration: none;
    }

/*类似产品*/
.similar-title {
    font-size: 17px;
    margin-top: 30px;
    padding: 0 0 15px 25px;
    border-bottom: 1px solid #c3c3c3;
}

.similar-body {
    margin-top: 30px;
    display: inline-block;
}

.similar-ul {
    padding-left: 0px;
    width: 1248px;
    text-align: center;
    margin-left: -39px;
}

    .similar-ul > li {
        list-style: none;
        float: left;
        width: 268px;
        height: 270px;
        line-height: 0px;
        margin: 20px 0 20px 40px;
        border: 1px solid #c3c3c3;
    }

        .similar-ul > li a {
            display: inline-block;
            margin-top: 20px;
        }

        .similar-ul > li div {
            width: 248px;
            height: 186px;
            line-height: 0px;
            display: table-cell;
            vertical-align: middle;
        }

            .similar-ul > li div img {
                max-width: 248px;
                max-height: 186px;
            }

        .similar-ul > li span {
            display: block;
            width: 248px;
            height: 22px;
            line-height: 22px;
            margin-top: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .similar-ul > li label {
            display: inline-block;
            color: red;
            font-size: 12px;
            height: 22px;
            line-height: 22px;
            cursor: pointer;
        }

.similar-ol {
    padding-left: 0;
    width: 248px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

    .similar-ol > li {
        list-style: none;
        display: inline-block;
        margin: 0 3px 0 3px;
    }

        .similar-ol > li input {
            width: 35px;
            margin-left: 2px;
        }


        .similar-ol > li img {
            width: 14px;
            opacity: 0.8;
            vertical-align: middle;
            cursor: pointer;
        }
