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

.myvideo-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;
}

.myvideo {
    /* 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: 0 0px 20px 20px;
    text-align: center;
    padding-bottom: 40px;
}

#divSearchVideo {
    margin-left: 80px;
    height: 62px;
    line-height: 62px;
    width: 220px;
    float: right;
}

    #divSearchVideo .head-search-txt {
        width: 155px;
        height: 40px;
        border: 0;
        border-bottom: 1px solid #cbcbcb;
        border-radius: 0px;
        padding-left: 15px;
        background-color: #f8fafb;
    }

    #divSearchVideo .head-search-btn {
        width: 50px;
        height: 44px;
        border: 0;
        border-bottom: 1px solid #cbcbcb;
        border-radius: 0;
        margin-left: -8px;
        background-color: #f8fafb;
        background-image: url(/Image/language/searchImgV.png);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position-x: 5px;
    }


#product {
    width: 1210px;
    margin-left: -10px;
    float: left;
    padding-bottom: 40px;
}

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

    .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;
        border-radius: 15px;
    }

.watermarkVideo {
    width: 282px;
    height: 214px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.6;
    background-color: #000000;
    background-image: url(/Image/video.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: 170px;
}

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

.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: 282px !important;
    margin-top: 0px !important;
}

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

.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: 282px;
    height: 214px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.6;
    background-color: #000000;
    background-image: url(/Image/video.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: 170px;
}

/*分頁*/
.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;
}

.video {
    font-size: 3rem;
    width: 1200px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-family: tahoma;
    line-height: 100px;
}

.video-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;
}

    .video-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;
    }

.video-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;
}

    .video-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;
    background-color: black;
}

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

#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;
}
