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

.myfavorites-title {
    box-sizing: border-box;
    width: 1200px;
    margin-top: 10px;
    /* border-bottom: 1px solid #dfdfdf !important; */
    border-bottom: 0;
    /* background-color: white; */
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 3px;
    border-radius: 20px 20px 0 0;
}

.myfavorites {
    /* position: relative; */
    width: 1178px;
    min-height: 500px;
    margin-top: -0px;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding-bottom: 40px;
}

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

.product ul {
    padding: 0;
    width: 280px;
    height: 320px;
    background: white;
    position: relative;
    margin: 14px 0 0 14px;
    float: left;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

    .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: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 {
    /*max-height: 40px;
    color: black !important;*/
    margin-top: 5px !important;
    color: #000000 !important;
}

.pro-cart {
    position: absolute;
    width: 38px !important;
    height: 24px;
    /* background-image: url(/Image/Computer/cart.png); */
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #fabe00; */
    border-radius: 6px;
    right: 15px;
    bottom: 11px;
    cursor: pointer;
}

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

/*分頁*/
.page {
    width: 1200px;
    padding: 0px 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 {
    font-size: 3rem;
    width: 1200px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-family: tahoma;
    line-height: 100px;
}

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

    .favorites-delete:hover {
        animation: loginRotate 1s;
        -ms-animation: loginRotate 1s; /* IE 9 */
        -moz-animation: loginRotate 1s; /* Firefox */
        -webkit-animation: loginRotate 1s; /* Safari 和 Chrome */
        -o-animation: loginRotate 1s;
    }

.favorites-login {
    width: 1178px;
    min-height: 500px;
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-radius: 0 0px 20px 20px;
    text-align: center;
    padding-bottom: 40px;
}

    .favorites-login a {
        font-size: 1.15rem;
        color: #e5322d;
    }

/*产品*/
.prIdShow {
    display: none;
    width: 1340px;
    height: 665px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    background: white;
    box-shadow: 2px 2px 20px 0;
    border-radius: 2px 2px;
    z-index: 104;
    min-height: 590px;
    overflow: hidden;
}

.prIdShow-close {
    position: absolute;
    font-family: "宋体";
    font-size: 22px;
    font-weight: 600;
    color: #808080;
    margin: 2px 0 0 1310px;
    cursor: pointer;
}

    .prIdShow-close :hover {
        animation: loginRotate 1s;
        -ms-animation: loginRotate 1s; /* IE 9 */
        -moz-animation: loginRotate 1s; /* Firefox */
        -webkit-animation: loginRotate 1s; /* Safari 和 Chrome */
        -o-animation: loginRotate 1s;
    }

.prIdShow-title {
    font-size: 1.3rem;
    margin: 2px 0 0 2px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
}

.ifPrIdShow {
    width: 100%;
    height: 545px;
    min-height: 640px;
    overflow: hidden;
}

#prMFShowId {
    width: 100%;
    height: 585px;
    min-height: 625px;
    overflow: hidden;
}

#btnSave {
    position: absolute;
    margin-left: 1060px;
    margin-top: -50px;
    border-radius: 5px;
    border: 1px solid #FFF;
    height: 35px;
    line-height: 35px;
    background-color: #196dc7;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 80px;
    cursor: pointer;
    font-family: 'Gabriola','微软雅黑abc','fangsong','宋体' !important;
}

#btnDelPage {
    position: absolute;
    margin-left: 960px;
    margin-top: -50px;
    border-radius: 5px;
    border: 1px solid #FFF;
    height: 35px;
    line-height: 35px;
    background-color: #196dc7;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 95px;
    cursor: pointer;
    font-family: 'Gabriola','微软雅黑abc','fangsong','宋体' !important;
}
