/***產品列表***/
.pdt_unit table{
color: #555;
font-weight: bold;
}

.productrow {
    text-align: center;
}

.productitem {
    overflow: auto;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
}

.product {
    padding: 5px 15px 35px 15px;
    text-align: center;
}

.productitem a {
    position: relative;
    overflow: hidden;
    display: block;
    /*	border:1px solid #999;*/
    -webkit-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
}

.productimga img {
    width: 100%;
}

.productitem a span {
    color: #fff;
    font-size: 42px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../images/view.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    top: 0;
    opacity: 0;
}

.productimga:hover span {
    opacity: 1;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.productlistname {
    padding: 15px 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 0;
    /* height: 70px; */
    display: block;
    line-height: 26px;
}

.productview {
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0px;
}

.productview a {
    font-size: 17px;
    font-weight: bolder;
    height: 36px;
    line-height: 16px;
    background-color: #D41700;
    border-radius: 50px;
    color: #fff;
    padding: 10px 0 0 0;
    display: block;
    text-align: left;
    width: 110px;
}

.productview a i {
    font-weight: 100;
    padding: 0 5px 0 20px;
}

.productview a:hover {
    background-color: #8C2215;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


/***產品內頁***/


/*上面*/

.product_dt_inforow {
    margin: 0 0 30px 0;
}

.product_dt_img {
    border: 1px solid #555;
}

.product_dt_img img {
    width: 100%;
}

.product_dt_info {
    padding: 0 0 0 20px;
}

.productnumber {
    color: #aaa;
    font-size: 14px;
    padding-top: 15px;
}

.product_dt_info h3 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 32px;
}

.product_dt_info p {
    color: #777;
    line-height: 21px;
    font-size: 15px;
}

.LikenMail {
    display: inline-block;
}

.LikenMail a {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 60px;
    background-color: #997E65;
    border-radius: 3px;
    font-weight: bold;
}

.producttag {
    font-weight: bold;
    padding: 25px 0 25px 0;
    color: #777;
}

.producttag,
.producttag ul,
.producttag ul li {
    display: inline-block;
}

.producttag ul li a {
    display: block;
    padding-right: 5px;
    color: #C30D23;
}

.producttag ul li a:hover {
    color: #777;
}

.qtyform {
    font-weight: bold;
    margin: 15px 0;
    color: #555;
}

.qtyform form {
    display: inline-block;
    padding-left: 5px;
}

.qtyform select {
    border: solid 1px #AAA;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select.png) no-repeat scroll right center transparent;
    width: 100px;
    height: 30px;
}

.productinq,
.productaddfav {
    float: left;
    color: #fff;
    display: block;
    text-align: left;
}

.productinq {
    font-size: 16px;
    font-weight: bolder;
    height: 36px;
    line-height: 16px;
    background-color: #D41700;
    border-radius: 50px;
    color: #fff;
    padding: 10px 0 0 0;
    display: block;
    text-align: left;
    width: 120px;
}

.productinq i {
    font-weight: 100;
    padding: 0 5px 0 15px;
}

.productinq:hover {
    color: #fff;
    background-color: #8C2215;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.productaddfav {
    font-size: 16px;
    font-weight: bolder;
    height: 36px;
    line-height: 16px;
    background-color: #777777;
    border-radius: 50px;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0 0 0 15px;
    display: block;
    text-align: left;
    width: 170px;
}

.productaddfav i {
    font-weight: 100;
    padding: 0 5px 0 15px;
}

.productaddfav:hover {
    color: #fff;
    background-color: #D41700;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


/*內容*/

.product_dt_Anchor {
    padding: 12px 20px;
    color: #fff;
    background-color: #333;
    font-size: 18px;
}

.product_dt_Anchor ul li {
    display: inline-block;
    padding-right: 20px;
}

.product_dt_Anchor ul li a {
    color: #CCC;
}

.product_dt_Anchor ul li a:hover {
    color: #EEE;
}


/*download*/


/*手風琴*/

.download {
    margin-top: 10px;
    border-top: 1px solid #eee;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/**/

button.accordion {
    font-weight: bold;
    color: #009FE8;
    background-color: #fff;
}

button.accordion.active,
button.accordion:hover {
    color: #147EAF;
    background-color: #fff;
}

.downloadList {
    margin-bottom: 20px;
}

.downloadList ul li {
    font-size: 16px;
    color: #555;
    margin: 2px 20px;
    padding: 8px 20px;
    border: 1px #ccc solid;
}

.DL_title,
.DL_dl {
    display: inline-block;
    width: 50%;
}

.DL_dl {
    text-align: right;
}

.DL_dl:hover {}


/*******/

.pdt_unit {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    overflow: auto;
}

.pdt_unit h4 {
    color: #333;
    font-size: 24px;
    padding: 10px 0 15px 0;
    margin: 0;
}

.pdt_unit p {
    color: #555;
    line-height: 24px;
}


/*星號*/

.rating-xs {
    font-size: 1.5em;
}

.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.star i {
    padding-right: 20px;
}


/*Related Pd 相關產品*/

.RelatedPd {
    margin: 20px 0 15px 0;
    padding: 10px 0;
    overflow: auto;
}

.RelatedPdgray {
    background-color: #ddd;
    padding: 10px 20px;
    overflow: auto;
}

.RelatedPd h5 {
    font-weight: bold;
    font-size: 21px;
}

.RelatedPd_product {
    width: 200px;
    padding: 5px 10px 0 10px;
    margin: 10px 10px;
    text-align: center;
    float: left;
}

.RelatedPd_item {
    width: 200px;
    overflow: auto;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
}

.RelatedPd_item a {
    position: relative;
    overflow: hidden;
    display: block;
}

.RelatedPd_item a span {
    color: #fff;
    font-size: 42px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../images/view.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    top: 0;
    opacity: 0;
}

.RelatedPd_item img,
.RelatedVideo_item {
    width: 100%;
}

.RelatedPdName,
.RelatedVideoName {
    word-wrap: break-word;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0;
    /*    height: 40px;*/
    display: block;
    line-height: 21px;
}


/*Related Video 相關影片*/

.RelatedVideo_product {
    width: 200px;
    padding: 5px 10px 0 10px;
    margin: 10px 10px;
    text-align: center;
    float: left;
}

.RelatedVideo_item {
    width: 200px;
    overflow: auto;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
    box-shadow: 1px 1px 3px 1px rgba(180, 180, 180, 0.8);
}

.RelatedVideo_item a {
    position: relative;
    overflow: hidden;
    display: block;
}

.RelatedVideo_item a span {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    top: 0;
    opacity: 0;
}

.RelatedVideoName span {
    display: block;
    color: #555;
    font-size: 14px;
}

.RelatedVideoName span i {
    padding-right: 5px;
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .product_dt_info {
        padding: 20px 0 0 0;
    }
    .downloadList ul li {
        margin: 2px 0;
        padding: 8px 10px;
    }
    .RelatedPd_product,
    .RelatedVideo_product {
        width: auto;
        padding: 0;
    }
    .product_dt_Anchor {
        text-align: center;
        font-size: 16px;
    }
    .product_dt_Anchor ul li {
        padding: 5px 20px 5px 0;
    }
}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 350px) {
    .productaddfav {
        margin: 10px 0 0 0;
    }
}
