.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 {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.products-list a .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/products/cover.png)center no-repeat,rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    bottom: -100%;
}
.products-list a:hover .pic:after{
    bottom: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.products-list .name {
    display: block;
    color: #393532;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    width: 100%;
    text-align: center;
    padding: 6px 0;
}
.products-list a:hover .name {
   /* background: rgb(39, 39, 39);*/
	color:#b6c900;
}
.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 {
    width: 100%;
}
.stage {
    max-width: 626px;
    margin: 0 auto;
}
.product-detail{
    max-width: 625px;
    margin: 0 auto;
}
.product-detail .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    min-height: 50px;
    position: relative;
    margin-bottom: 24px;
}
.product-detail .title:after{
    content: '';
    display: block;
    width: 75px;
    border-bottom: 1px dotted #555;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
}
.thumbnails{
    float: right;
    width: 35%;
}
.thumbnails {
    margin-top: 3.8%;
    display: none;
}
.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;
}
.gallery-control{
}
.page-control{
    font-size: 18px;
    max-width: 530px;
    background: #e6e6e6;
    padding: 9px 0;
    margin: 10px auto 50px;
    text-align: center;
    color: #b9b9b9;
}
.page-control .current{
    color: #a4cb27;
}
.gallery-control{
    position: relative;
}
.gallery-control .btn{
    width: 45px;
    height: 45px;
    background: url(../images/products/gallery-control.png),#e6e6e6;
    display: block;
    position: absolute;
    top: 0;
}
.gallery-control .btn.prev{
    background-position: left;
    left: 0;
}
.gallery-control .btn.next{
    background-position: right;
    right: 0;
}
.product-name {
    font-size: 28px;
    color: #7F594C;
    line-height: 1.2;
}
.detail-title {
    position: relative;
    line-height: 40px;
    color: #7FCAA5;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.detail-title b {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
}
.detail-title:after {
    content: "";
    border-top: 1px solid #A1905C;
    position: absolute;
    top: 50%;
    right: 0;
    left: 230px;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .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;
    }
}
