.product-list {
    margin: 0 -15px -50px;
}
.product-list .item {
    width: 25%;
    padding: 0 15px;
}
.product-list .item a {
    max-width: 218px;
    margin: 0 auto;
    margin-bottom:50px;
    text-align: center;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    position: relative;
}
.product-list .item.new a .pic:after{
    content: 'NEW';
    line-height: 40px;
    padding: 0 5px;
    background: #D44C62;
    color: #FFFFFF;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 13px;
}
.product-list .name {
    display: block;
    color: #FFFFFF;
    background: #84898E;
    font-family: '微軟正黑體';
    font-weight: bold;
    font-size: 15px;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-list .item a .pic{
    position: relative;
}
.product-list .item a .pic:before {
    content: "";
    background:url(../images/product-arrow.png) left center no-repeat;
    position: absolute;
    width: 16px;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    bottom: 0px;
}
.product-list .item a:hover{
    border: 1px solid #666666;
}
.product-list .item a:hover .pic:before{
    background-position: right center;
}
.product-list .item a:hover .pic:before {
    opacity: 1;
}
.product-list .item a:hover .name{
    background: #525252;
}
.gallery{
    margin:0 auto;    
}
.gallery .nav{
    text-align: center;
    margin-top: 26px;
}
.gallery .counter{
    display: inline-block;
}
.gallery .stage_outer{
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 130px;
}
.gallery .stage_outer .crtl{
    width: 60px;
    height: 60px;
    background: url(../images/products/slide-nav.png);
    margin-bottom: -6px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0px;
}
.gallery .stage_outer .crtl.next{
    background-position: right center;
    left: auto;
    right: 0px;
}
.gallery .counter{
    font-size: 12px;
    color: #858585;
    line-height: 30px;
    margin: 0 16px;
}
.gallery .counter .current{
    color: #C0001F;
    font-size: 18px;
}
.product-name {
    font-size: 26px;
    font-family: '微軟正黑體';
    color: #444444;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 46px;
}
.detail-title {
    position: relative;
    text-align: center;
    line-height: 33px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.detail-title:before {
    left: 0;
    right: 50%;
    margin-right: 65px;
}
.detail-title:after {
    right: 0;
    left: 50%;
    margin-left: 65px;
}
.detail-title span {
    display: inline-block;
    border: solid #D6D6D6;
    border-width: 0 1px;
    padding: 0 10px 0 12px;
    color: #005AAB;
}

@media screen and (max-width: 1200px) {
    .product-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .gallery .stage_outer{
        padding: 0 72px;
    }
}
@media screen and (max-width: 640px) {
    .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .stage {
        border-right: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    .thumbnails {
        margin-top: 20px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 10px 5px 0;
    }
    .gallery .stage_outer{
        padding: 0 0px;
    }
    .gallery .stage_outer .crtl{
        display: none!important;
    }
}
@media screen and (max-width: 600px) {
    .product-list .item {
        width: auto;
        float: none;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}