.content.product-content {
    padding: 0 3%;
}

.product-content .title h1 {
    /*    color: #b77248;*/
    /*    font-size: 17px;*/
}

.products-list {
    margin: 0 -20px;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.products-list .item a {
    max-width: 280px;
    margin: 0 auto 80px;
}

.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    border: solid 3px #fffefa;
}

.products-list .item a:hover .pic {
    border-color: #a5a29f;
}

.products-list .item a:hover .pic:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(95, 90, 86, 0.73);
    position: absolute;
    left: 0;
    top: 0;
}

.products-list .name {
    display: block;
    color: #74331d;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

.products-list .name2 {
    display: block;
    color: #74331d;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

.products-list .item a:hover .btn.detail {
    background-position: 0 100%;
}


/*-------------------------------------------------*/

.product-category {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 23px;
    color: #444;
    line-height: 1.2;
    margin: 0 -25px 55px;
    padding: 0 25px 15px;
    border-bottom: 1px solid #A7A7A7;
}

.product-category small {
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.product-category small:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #d90000 transparent transparent transparent;
    margin: 8px auto;
}

.products-list {
    margin: 0 -28px;
}

.products-list .item {
    width: 25%;
    padding: 0 28px;
}

.products-list .item a {
    max-width: 280px;
    margin: 0 auto 50px;
}

.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    /*
    content: "";
    background: url(../images/products/more.png) no-repeat;
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
*/
}

.products-list a:hover .pic:before {
    /*    background-position: 0 100%;*/
}

.products-list .name {
    font-family: '新細明體';
    display: block;
    color: #72331F;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    height: 26px;
     width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-line-clamp: 2;
}

.products-list .name2 {
    font-family: '新細明體';
    display: block;
    color: #3A3A3A;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
     width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-line-clamp: 2;
}

.products-list .description {
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
}

.products-list a:hover .description {
    color: #000;
}

.products-list .pd-id {
    height: 22px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: block;
    color: #cd9f8b;
}

.products-detail-content {
    background-color: #eaeaea;
    border: solid 1px #b7b7b7;
    padding: 1% 2%;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin: 0 25px;
}

.products-detail-content .btn-box {
    margin: 15px 0;
}

.gallery {
    margin-bottom: 60px;
    padding-bottom: 15px;
    background-color: #d3d3d3;
}

.stage {
    float: left;
    width: 57%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
}

.stage figure {
    border: solid 10px #FFF;
}

.product-info {
    width: 38%;
    float: right;
    margin-right: 1%;
}

.thumbnails,
.product-detail .intro-txt {
    width: 100%;
    box-sizing: border-box;
}

.products-detail-content .title-top {
    background-color: #eeeeee;
    margin: 15px auto 0 auto;
    margin-right: 15px;
    display: block;
    /*
    float: right;
    width: 41%;
*/
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
}

.title-top .products-breadcrumb {
    margin-bottom: 5px;
    font-size: 18px;
}

.product-detail .title {
    color: #73331b;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.thumbnails {
    max-width: 288px;
    padding-top: 1%;
    margin-right: 1.5%;
    text-align: left;
    margin: 0 -7px;
}

.thumbnails ul li {
    width: 33.33%;
    padding: 0 7px;
}

.thumbnails a {
    max-width: 100px;
    border: solid 5px #FFF;
    margin: 10px auto;
    position: relative;
    opacity: .8;
}

.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
}

.product-info .tips {
    color: #9a8470;
    display: block;
    width: 100%;
    margin: 5px auto;
}

.gallery-control {
    display: none;
}

.product-detail .editor {
    margin-bottom: 40px;
}

.intro-txt ul {
    display: block;
}

.intro-txt ul li:nth-of-type(odd) {
    width: 55px;
    float: left;
}

.intro-txt ul li:nth-of-type(odd):after {
    content: '/';
    margin: 0 10px;
}

.intro-txt ul li:nth-of-type(even) {
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
}

.detail-title {
    text-align: left;
    font-size: 14px;
    width: 126px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/products/btn_detail.png) no-repeat;
    font-weight: bold;
    color: #B7B48C;
    margin-bottom: 20px;
}

.detail-other-btn {
    width: 132px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/products/btn_other.png) no-repeat;
    margin-bottom: 20px;
}

.detail-other {
    width: 100%;
}

.detail-other ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.detail-other li {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}

.detail-other li a {
    display: block;
    border: solid 1px transparent;
}

.detail-other li a:hover {
    border-color: #9a8470;
}

.detail-other .pic {
    max-width: 185px;
    margin: 5px auto;
}

.detail-other p {
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #73331b;
    font-size: 17px;
    margin: 15px 0;
    display: block;
}

.detail-other span {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media screen and (max-width:1300px) {
    .thumbnails ul li {}
   /* .stage {
        width: 50%;
    }
   
    .product-detail .intro-txt,
    .thumbnails,
    .products-detail-content .title-top {
        width: 45%;
    }*/
/*	.stage figure {
    border: solid 10px #FFF;
}*/
}

@media screen and (max-width:1205px) {
    /*.stage {
        width: 45%;
    }
    .product-detail .intro-txt,
    .thumbnails,
    .products-detail-content .title-top {
        width: 50%;
    }*/
}

@media screen and (max-width:1120px) {
    .content.products-detail-content {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
  /*  .stage {
        width: 50%;
    }
    .product-detail .intro-txt,
    .thumbnails,
    .products-detail-content .title-top {
        width: 45%;
    }*/
}

@media screen and (max-width:871px) {
    /*.stage {
        width: 45%;
    }
    .product-detail .intro-txt,
    .thumbnails,
    .products-detail-content .title-top {
        width: 50%;
    }*/
}

@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 33.333%;
        padding: 0 15px;
    }
    .products-list {
        margin: 0 auto;
    }
    .product-content .title {
        box-sizing: border-box;
        padding-left: 3%;
    }
    .detail-other li {
        width: 33.333%;
    }
}

@media screen and (max-width: 767px) {
    .product-detail {
        box-sizing: border-box;
        padding: 15px 10px;
    }
    .content.products-detail-content {
        width: 90%;
    }
    .stage,
    .product-detail .intro-txt,
    .thumbnails
    {
        width: 100%;
        float: none;
    }
	.products-detail-content .title-top {
		width: 95%;
		float:left;
	}
    .product-detail .title {
        margin-bottom: 0;
        height: auto;
    }
   /* .stage .pic,
    .stage .pic img {
        width: 100%;
        height: auto
    }*/
    .stage {
        padding-right: 25px;
        box-sizing: border-box;
    }
    .intro-txt {
        padding-left: 5%;
    }
	.product-info {
    width: 98%;
    float: left;
    margin-left:3%;
	 margin-right:1%;
}
/*.stage figure {
    border: solid 10px #FFF;
}*/
}

@media screen and (max-width:767px) {
    .products-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .detail-other li {
        width: 50%;
    }
    .thumbnails ul li {
        width: 50%;
    }
}
