﻿.menu-product {
    font-size: 1.54rem !important;
}

/*.show-title {
    width: 1400px;
    font-size: 1.54rem;
    margin-top: 40px;
}*/

.show {
    width: 1400px;
    height: 600px;
    background: white;
    margin-top: 30px;
}

    .show ul {
        padding-left: 0;
        position: absolute;
        width: 1340px;
        height: 600px;
        margin: 50px 0 0 50px;
    }

        .show ul li {
            list-style: none;
            font-size: 1.1rem;
            width: 600px;
            height: 20px;
            line-height: 20px;
            margin: 18px 0 0 50px;
            float: left;
        }

.show-img {
    width: 660px !important;
    height: 495px !important;
    margin: 0 !important;
}

    .show-img a {
        position: relative;
        display: inline-block;
        width: 660px;
        height: 495px;
        border: 1px solid #d8d8d8;
    }

        .show-img a img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 660px;
            max-height: 495px;
        }

.show-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .show-name span {
        font-weight: 600;
    }

.show-price {
    color: red;
}

.show-btn {
    font-size: 0;
    margin-top: 35px !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: #99b5c0;
        border-radius: 2px 2px;
    }

.show-cart {
    padding: 0 13px 0 15px !important;
    background: #fabe00 !important;
}

.show-close {
    background: #f7696a !important;
}

.show-watermark {
    transform: scale(2.66);
    -ms-transform: scale(2.66); /* IE 9 */
    -webkit-transform: scale(2.66); /* Safari and Chrome */
}

.watermark {
    /*width: 320px;
    height: 240px;*/
    width: 248px;
    height: 186px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*.similar-title {
    width: 1400px;
    font-size: 1.54rem;
    margin-top: 45px;
}*/

#similar {
    width: 1410px;
    margin-left: -10px;
}

.similar {
    width: 1400px;
    min-height: 200px;
    overflow: hidden;
    margin-top: 18px;
    padding-bottom: 50px;
}

    .similar ul {
        padding: 0;
        width: 272px;
        height: 290px;
        background: white;
        position: relative;
        margin: 12px 0 0 10px;
        float: left;
    }

        .similar ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            text-align: center;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .similar ul li a {
                color: black;
                text-decoration: none;
            }

            .similar ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .similar ul li a:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1); /* IE 9 */
                -webkit-transform: scale(1.1); /* Safari and Chrome */
            }

.similar-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .similar-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.similar-name {
    margin-top: 5px !important;
}

/*.similar ul {
        padding: 0;
        width: 350px;
        height: 370px;
        background: white;
        position: relative;
        float: left;
    }

        .similar ul li {
            list-style: none;
            width: 310px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            margin-top: 5px;
        }

            .similar ul li a {
                position: relative;
                display: inline-block;
                width: 320px;
                height: 240px;
            }

            .similar ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 320px;
                max-height: 240px;
            }

.similar-img {
    width: 320px !important;
    margin-top: 15px !important;
}

.similar-name {
    max-height: 40px;
    color: black !important;
    overflow: hidden;
}*/
