.products-list {
    margin: 0 -15px -50px;
}
.products-list .item {
    width: 25%;
    padding: 0 15px;
}
.products-list .item a {
    max-width: 260px;
    margin: 0 auto 40px;
    text-align: center;
}
.products-list .pic {
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.products-list a:hover .pic {
    opacity: 0.7;
}
.products-list .name {
    display: block;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-list a:hover .name {
    color: #EE000D;
}
.intro-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin: 20px 0;
}
.intro-table tr {
    border-bottom: 1px solid #ddd;
}
.intro-table th {
    color: #FF732F;
    width: 70px;
    text-align: left;
}
.intro-table th,
.intro-table td {
    padding: 5px;
    vertical-align: top;
}

.gallery {
    margin-bottom: 40px;
}
.stage {
    float: left;
    width: 62%;
}
.product-detail .title {
    color:  #E2333C;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    min-height: 70px;
}
.thumbnails,
.product-detail .title {
    float: right;
    width: 35%;
}
.thumbnails {
    margin-top: 3.8%;
}
.thumbnails ul {
    margin: -1% -0.5% 0;
}
.thumbnails ul li {
    width: 50%;
    padding: 1% 0.5% 0;
}
.thumbnails a {
    position: relative;
    opacity: .6;
}
.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
}
.product-name {
    font-size: 28px;
    color: #7F594C;
    line-height: 1.2;
}
.detail-title {
    position: relative;
    line-height: 40px;
    color:  #414141;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.detail-title b {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    line-height: 5px;
}
.detail-title:after {
    content: "";
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    left:115px;
}

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .stage,
    .thumbnails,
    .product-detail .title {
        float: none;
        width: auto;
    }
    .thumbnails ul {
        margin: -6px -3px 0;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 6px 3px 0;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .name {
        white-space: normal;
    }
}