.products-list {
    margin: 0 -15px -50px;
}
.products-list .item {
    width: 25%;
    padding: 0 15px;
}
.products-list .item .box {
    max-width: 260px;
    margin: 0 auto 40px;
}
.products-list .pic {
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
    position: relative;
}
.products-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(180,116,183,0.5) url(../images/products/cover.svg)center no-repeat;
    opacity: 0;
}
.products-list .box:hover .pic:before {
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
    opacity: 1;
}
.products-list .name {
    display: block;
    color: #9F63A5;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 0 7px;
}
.products-list .description {
    color: #787878;
    font-size: 14px;
	height: 45px;
	overflow: hidden;
}
.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: 60px;
}
.stage {
    float: left;
    width: 62%;
}
.stage .pic,.thumbnails a{
    border: 1px solid #E8E8E8;
}
.product-detail .title {
    color: #9F63A5;
    font-size: 26px;
    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.8% 0;
}
.thumbnails ul li {
    width: 50%;
    padding: 1% 0.5% 0;
}
.thumbnails a {
    position: relative;
    opacity: .5;
}
.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: 18px;
    color: #000;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 50px;
}
.detail-title small {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #79127E;
    margin-left: 10px;
}
.detail-title:after {
    content: "";
    border-top: 1px dashed #9F63A5;
    position: absolute;
    top: 50%;
    right: 0;
    left: 270px;
}

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