.products-list {
    margin: 0 -8px -50px;
}
.products-list .item {
    width: 25%;
    padding: 0 8px;
}
.products-list .item a {
    max-width: 263px;
    margin: 0 auto 40px;
    text-align: center;
}
.products-list .pic {
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
}
.stage .pic {
    position: relative;
    overflow: hidden;
	max-width:520px;
	margin:0 auto;
}
.pic .watermark{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    
}
.products-list a:hover .pic {
    opacity: 0.7;
}
.products-list .name {
    display: block;
    color: #666666;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-list a:hover .name {
    color: #12968C;
}
.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: 26px;
}
.stage {
    float: left;
    width: 47%;
}
.product-detail .title {
    color: #2E4D7F;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    background: #E3EAF2;
    padding:2px 0px;
}
.product-detail .title:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../images/dot-list.png) center center no-repeat;
    margin: 0 12px;
}
.thumbnails,
.product-detail .title {
    float: right;
    width: 50%;
    max-width: 530px;
    margin-left: 3%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    
}
.thumbnails {
    margin-top: 3.8%;
}
.thumbnails ul {
    margin: -1% -1% 0;
}
.thumbnails ul li {
    width: 33.33%;
    padding: 1% 1% 0;
}
.thumbnails a {
    position: relative;
    opacity: .6;
    border: 1px solid #DDDDDD;
}
.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: #444444;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.detail-title b {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
}
.content-top .category-name{
    font-size: 18px;
    font-weight: bold;
    color: #2E4D7F;
    font-family: '微軟正黑體';
}

.category-name .category-list li a{
    font-family: '微軟正黑體';
    font-size: 13px;
    color: #999999;
    position: relative;
    padding: 0 8px;
}
.category-name .category-list li+li a:before{
    content: '';
    display: block;
    height: 18px;
    width: 1px;
    top: 2px;
    background: #999999;
    position: absolute;
    left: 0px;
}
.content-top .category-name.search-bar{
    font-size: 15px;
    color: #2E4D7F;
    text-align: left;
    font-weight: bold;
}
.content-top .category-name.search-bar .keyword{
    font-family: '微軟正黑體';
    color:#666666;
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
}
.editor.has-border{
    border-top: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
    padding: 20px 0px;
}
@media screen and (max-width: 1366px) {
	.content-top .category-name{
		font-size:18px;
	}
}
@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;
        margin: 1% 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;
    }
}