﻿
.menu-product {
    font-size: 1.54rem !important;
    background-color: RGB(252,168,30);
    padding: 21px 10px 21px 10px;
    margin-top: -14px;
}

.product_title {
    box-sizing: border-box;
    width: 1200px;
    margin-top: 10px;
    border: 0px solid #ffffff;
    border-bottom: 0;
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 3px;
    border-radius: 20px;
}

.product-title b {
    display: none;
}

#product {
    width: 1210px;
    margin-left: -10px;
}

#search {
    width: 1200px;
    height: 224px;
    background: #ffffff;
    padding-top: 20px;
}

.search ul {
    padding: 0;
    width: 1100px;
    height: 45px;
    background: white;
    margin: 10px 0 0 10px;
    float: left;
}

    .search ul li {
        list-style: none;
        width: 33%;
        height: 45px;
        min-height: 30px;
        line-height: 30px;
        color: #808080;
        text-align: left;
        margin-top: 15px;
        float: left;
    }

        .search ul li span {
            float: left;
            width: 105px;
            text-align: right;
            /* padding-right: 10px; */
        }

        .search ul li label {
            float: left;
            width: 10px;
        }

.search div {
    text-align: left;
    margin-left: 3%;
    width: 90%;
    float: left;
}

.searchDivTit {
    display: none;
}

.search.searchDivTit {
    padding-top: 20px;
}

.search .searchTit {
    font-size: 26px;
    color: #143E52;
}

.search-btn {
    text-align: center;
    margin-left: 3%;
    width: 90%;
    float: left;
    padding-top: 30px;
}

.search .inp-cssSel {
    float: left;
    width: 246px;
    height: 35px;
    border: 1px solid #d7d5d5;
}

.search .inp-css {
    float: left;
    width: 240px;
    height: 30px;
    border: 1px solid #d7d5d5;
}

.search .inp-css2 {
    float: left;
    width: 115px;
    height: 30px;
    border: 1px solid #d7d5d5;
}

.search .inp-css3 {
    float: left;
    width: 112px;
    height: 30px;
    border: 1px solid #d7d5d5;
}

#apssubmit {
    width: 140px;
    height: 34px;
    background: #E71E1B;
    color: white;
    border: 1px solid #E71E1B;
    font-weight: bold;
}

#apsreset {
    width: 140px;
    height: 34px;
    background: #dfdfdf;
    border: 1px solid #d7d5d5;
    font-weight: bold;
}

.product {
    width: 1200px;
    min-height: 600px;
    overflow: hidden;
    margin-top: 18px;
    /*margin-top: 30px;*/
}

    .product ul {
        padding: 0;
        width: 292px;
        height: 320px;
        background: white;
        position: relative;
        margin: 10px 0 0 10px;
        float: left;
    }

        .product ul li {
            list-style: none;
            width: 248px;
            min-height: 20px;
            line-height: 20px;
            color: #808080;
            text-align: left;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .product ul li a {
                color: #808080;
                text-decoration: none;
            }

            .product ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 248px;
                max-height: 186px;
                transition: transform 0.5s;
            }

            .product ul li a img {
                min-width: 180px;
            }

            .product ul li a:hover img {
                transform: scale(1.5);
                -ms-transform: scale(1.5); /* IE 9 */
                -webkit-transform: scale(1.5); /* Safari and Chrome */
            }

.product-img {
    width: 248px !important;
    margin-top: 18px !important;
}

    .product-img a {
        position: relative;
        display: inline-block;
        width: 248px;
        height: 186px;
    }

.product-name {
    margin-top: 5px !important;
    color: #000000 !important;
}

.pro-cart {
    position: absolute;
    width: 38px !important;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    right: 15px;
    bottom: 11px;
    cursor: pointer;
}

.pro-carts {
    filter: drop-shadow(0px 0px 0px red);
}


.watermark {
    width: 248px;
    height: 186px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分頁*/
.page {
    width: 1200px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #196dc7;
        border-radius: 3px;
        background: #196dc7;
        margin: 0 5px 0 5px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #196dc7 !important;
    border: 1px solid #196dc7 !important;
    background: white !important;
    cursor: initial !important;
}

.page span {
    margin: 0 5px 0 5px;
}

.page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 28px;
    padding: 0 6px 0 6px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #196dc7;
    border: 1px solid #196dc7;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}

.hnpr-Price {
    max-height: 30px !important;
    color: #fd0000 !important;
    font-weight: bold;
    line-height: 30px !important;
    text-align: left !important;
}

.favorites {
    text-align: center;
    font-size: 25px !important;
    position: absolute;
    font-family: fangsong !important;
    font-weight: 600;
    color: #ed8148 !important;
    right: 5px;
    top: 10px;
    cursor: pointer;
    width: 50px;
    z-index: 2;
}

.prAll {
    /* display: inline-flex; */
    float: left;
    width: 800px;
    padding-left: 0px;
}

    .prAll li {
        list-style: none;
        min-height: 20px;
        line-height: 30px;
        margin-right: 30px;
        margin-top: 5px;
        cursor: pointer;
        font-weight: 800;
        text-align: left;
        float: left;
    }

        .prAll li:nth-child(1) {
            /* width: 15%; */
            font-size: 26px;
            color: #143E52;
        }

        .prAll li:nth-child(2) {
            /* width: 40%; */
            font-size: 26px;
            color: #143E52;
        }

        .prAll li:nth-child(3) {
            /* width: 45%; */
            text-align: left;
            font-size: 26px;
            color: #143E52;
        }


.hnpr-Price span:nth-child(1) {
    margin-left: 10px;
    color: rgb(255 126 0);
    width: 90px;
    text-align: center;
    float: none;
    display: none;
}
