.content {
    max-width: none;
}
.category-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.category-box .intro-box,
.category-box .list-box {
    display: table-cell;
    vertical-align: top;
}
.category-box .intro-box {
    font-size: 15px;
    color: #868686;
    padding: 0 20px;
    width: 30%;
}
.category-box .intro-box .title {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.category-box .list-box {
    color: #878787;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.category-box .list-box .table {
    width: 100%;
    table-layout: fixed;
}
.category-box .list-box .table td {
    vertical-align: top;
    border-left: 1px solid #E0E0E0;
    padding: 0 20px;
}
.products-list .item {
    padding: 10px;
    display: inline-block;
}
.products-list .item a {
    display: block;
    text-decoration: underline;
    word-break: break-all;
}
.products-list .item a:hover {
    color: #FF845B;
}

.products-list2 {
    margin: 0 -10px;
}
.products-list2 .item {
    width: 25%;
    padding: 0 10px;
}
.products-list2 .item:nth-child(4n+1) {
    clear: left;
}
.products-list2 .item a {
    max-width: 240px;
    margin: 0 auto 30px;
    text-align: center;
}
.products-list2.plo{
    text-align: center;
}
.products-list2.plo .item{
    width:25%;
float:none;
    margin: -2px;
display:inline-block;
    vertical-align: top;
}
.products-list2.plo .item:nth-child(4n+1){
    clear:none;
}
.products-list2 .pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    padding: 5px;
    background: #fff;
}
.products-list2 .name {
    color: #878787;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
}
.products-list2 a:hover .name {
    color: #FF845C;
}
.products-list2 .item .more {
    background: #aaa;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 3px solid #FBFBFB;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    margin: -20px auto 2px;
}
.products-list2 a:hover .more {
    background: #FF9C27;
}
.products-detail{
max-width:1280px;
    margin: 0 auto;
}
.products-detail table{
   /* margin: 0 auto;*/
}
/*
.products-detail .title,
.products-detail .txt {
    float: right;
    width: 51%;
}
*/
.gallery {
    float: left;
    width: 47%;
    margin-bottom: 20px;
    overflow: hidden;
    
    display: none;
}
.gallery .stage {
    float: right;
    width: 85%;
}
.gallery .stage .pic {
    border: 1px solid #E0E0E0;
    padding: 1.6%;
    max-width: 550px;
    margin: 0 auto;
}
.gallery .thumbnails {
    float: left;
    width: 13%;
}
.gallery .thumbnails li + li {
    margin-top: 12%;
}
.gallery .thumbnails li a .text-small {
	content:" ";
	position:absolute;
	background: rgba(0,0,0,0.7);
    height:20px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow:hidden;
	z-index:99;
	text-align:center;
	color:#ddd;
	font-size:12px;
	padding: 0 3px;
}
.gallery .thumbnails li a {
    display: block;
    border: 1px solid #fff;
    padding: 4.6%;
    max-width: 75px;
    margin: 0;
	position:relative;
}
.gallery .thumbnails li a:hover,
.gallery .thumbnails li.active > a {
    border-color: #FF9C27;
}
.gallery .thumbnails li a img {
    opacity: 0.3;
}
.gallery .thumbnails li a:hover img,
.gallery .thumbnails li.active > a img {
    opacity: 1;
}
.gallery-control {
    display: none;
}
.products-detail .title {
/*    text-align: center;*/
    border-bottom: 2px solid #ddd;
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}
.products-detail .title:after {
    content: "";
    display: block;
    width: 130px;
    border-bottom: 2px solid #177DD0;
/*    margin: 8px auto -2px;*/
    margin: 8px 0 -2px;
}
.products-detail .title small {
    display: block;
    color: #177DD0;
    font-size: 15px;
    font-weight: inherit;
}
.products-detail .viewed-box {
    clear: both;
padding-top:40px;
}
.products-detail .viewed-list li {
    width: calc(100% / 6);
    padding: 0 5px;
}
.products-detail .viewed-list a {
    position: relative;
    overflow: hidden;
}
.products-detail .viewed-list .text-small {
    position: absolute;
	z-index:99;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0,0,0,0.7);
    line-height: 20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align:center;
	color:#ddd;
	font-size:12px;
	padding: 0 3px;
}
.products-detail .btn-box {
    text-align: left;
    letter-spacing: 10px;
}

@media screen and (max-width: 1200px) {
    .products-detail {
        margin: 0 auto;
    }
    .products-detail .title,
    .products-detail .txt,
    .gallery {
        float: none;
        width: auto;
        clear: both;
    }
}

@media screen and (max-width: 1100px) {
    .products-list2 .item {
        width: 25% !important;
    }
}

@media screen and (max-width: 1000px) {
    .category-box,
    .category-box .intro-box,
    .category-box .list-box {
        display: block;
        width: auto;
    }
    .category-box .intro-box {
        padding: 0;
        margin-bottom: 30px;
    }
    .category-box .list-box {
        margin: 0 -20px;
    }
    .category-box .list-box .table td:first-child {
        border-left: 0;
    }
    .products-list2 {
        margin: 0 10px;
    }
}
@media screen and (max-width: 980px) {
    .products-detail .title {
        text-align: center;
    }
    .products-detail .title:after {
        margin: 8px auto -2px;
    }
}
@media screen and (max-width: 767px) {
    .products-list2 .item {
        width: 33.33% !important;
    }
    .products-list2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list2 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-detail .viewed-list li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 600px) {
    .category-box .list-box .table tr,
    .category-box .list-box .table td {
        display: block;
        width: auto;
    }
    .category-box .list-box .table td {
        border-left: 0;
        border-top: 1px solid #E0E0E0;
        padding: 15px 5px;
    }
    .products-list .item {
        width: 48%;
        display: inline-block;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    
    .gallery .stage,
    .gallery .thumbnails {
        float: none;
        width: auto;
    }
    .gallery .thumbnails ul {
        margin: 0 -5px;
    }
    .gallery .thumbnails li {
        width: 16.66%;
        float: left;
        box-sizing: border-box;
        padding: 10px 5px 0;
    }
    .gallery .thumbnails li+li {
        margin: 0;
    }
    .gallery .thumbnails li a {
        margin: 0 auto;
    }
/*
    .gallery .thumbnails {
        display: none;
        
    }
    .gallery-control {
        display: block;
        font-size: 18px;
        line-height: 40px;
        text-align: right;
    }
    .gallery-control .btn {
        color: #005AA6;
        width: 40px;
        height: 40px;
        font-size: 30px;
        text-align: center;
    }
    .gallery-control .page-control {
        float: left;
        padding: 0 5px;
        color: #aaa;
    }
    .gallery-control .page-control .current {
        font-size: 30px;
        color: #005AA6;
    }
*/
}
@media screen and (max-width: 500px) {
    .products-list2 {
        margin: 0 15px;
    }
    .products-list2 .item {
        width: 50% !important;
        padding: 0 5px;
    }
    .products-list2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 480px) {
    .gallery .thumbnails li {
        width: 33.33%;
    }
}

.ptu{
display:inline-block !important;
margin:0 0 0px 0px;
font-weight: bold;
background-color: #FF9C27;
color:rgb(0, 102, 153);
padding:15px 15px 10px;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;

}
.noshow{
display:none;
}