﻿.menu-product {
    /*color: white !important;*/
}

.show-title {
    width: 1200px;
    font-size: 1.3rem;
    padding-top: 40px;
    margin-top: 2px;
}

.show {
    width: 1200px;
    min-height: 480px;
    background: white;
    margin-top: 30px;
    /* height: auto; */
}

    .show ul {
        padding-left: 0;
        /* position: absolute; */
        width: 550px;
        min-height: 460px;
        margin: 0px 0 0 0px;
    }

        .show ul li {
            list-style: none;
            font-size: 1.1rem;
            width: 500px;
            min-height: 20px;
            line-height: 20px;
            margin: 15px 0 0 50px;
            float: left;
        }

.show-img {
    width: 600px !important;
    height: 450px !important;
    margin: 0 !important;
}

    .show-img a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        border: 1px solid #d8d8d8;
    }

        .show-img a img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%;
        }

.show-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

    .show-name span {
        font-weight: 600;
        white-space: break-spaces;
    }

.show-price {
    color: red;
}

.show-btn {
    font-size: 0;
    margin-top: 32px !important;
}

    .show-btn a {
        display: inline-block;
        color: white;
        text-decoration: none;
        height: 32px;
        line-height: 32px;
        margin-right: 20px;
        padding: 0 15px 0 15px;
        background: #2eaae0;
        border-radius: 2px 2px;
    }

.show-cart {
    padding: 0 13px 0 15px !important;
    background: #faa632 !important;
}

.show-close {
    background: #ff784b !important;
}

.show-watermark {
    transform: scale(2.3);
    -ms-transform: scale(2.3); /* IE 9 */
    -webkit-transform: scale(2.3); /* Safari and Chrome */
}

.watermark {
    width: 260px;
    height: 195px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

.similar-title {
    width: 1200px;
    font-size: 1.3rem;
    padding-top: 40px;
}

#similar {
    width: 1220px;
    margin-left: -20px;
}

.similar {
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    margin-top: 18px;
    padding-bottom: 50px;
}

    .similar ul {
        padding: 0;
        width: 285px;
        height: 310px;
        background: white;
        position: relative;
        margin: 20px 0 0 20px;
        float: left;
    }

        .similar ul li {
            list-style: none;
            width: 245px;
            min-height: 1em;
            line-height: 1;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .similar ul li a {
                color: black;
                text-decoration: none;
                vertical-align: top;
            }

                .similar ul li a:hover img {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

            .similar ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                transition: all 1s;
            }

.similar-img {
    width: 260px !important;
    margin-top: 20px !important;
}

    .similar-img a {
        position: relative;
        display: inline-block;
        width: 260px;
        height: 195px;
    }

.similar-number {
    margin-top: 15px !important;
}

.similar-time {
    font-size: 0.9rem !important;
    color: #808080;
}
