.products-list {
    margin: 0px -50px 0px;
    border-bottom: 1px solid #ddd;
}
.products-list .item {
    width: 25%;
    padding: 0 50px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto 50px;
    position: relative;
}
.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .pic {
    border: 6px solid #E4EDEA;
    position: relative;
    overflow: hidden;
    /* max-width: 282px; */
}
.products-list .box:hover .pic {
    border-color: #7BA899;
}
.products-list .box img {
    width: 100%;
}
.products-list .txt {
    padding: 4px 0;
}
.products-list .name {
    color: #47A38A;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 8px;
    height: 31px;
}
.products-list .box:hover .name {
    text-decoration: underline;
}
.products-list .description {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 92px;
    margin-bottom: 20px;
}
.products-list .more {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.products-list .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333;
    margin: 0 0 3px 8px;
}
.products-list .box:hover .more {
    color: #47A38A;
}
.products-list .box:hover .more:after {
    border-left-color: #47A38A;
}
.pd-intro {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    padding: 30px 0 0px;
}
.products-gallery {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #ffffff 40%, #f4faf8 40%, #f4faf8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, #ffffff 40%, #f4faf8 40%, #f4faf8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #ffffff 40%, #f4faf8 40%, #f4faf8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4faf8', GradientType=0);
    /* IE6-9 */
    padding: 50px 0;
}
.gallery {
    max-width: 910px;
    margin: 0 auto;
}
.gallery .slider {
    background: url(../../images/common/products/stage_bg.png);
    padding: 30px;
    margin-bottom: 36px;
}
.gallery .stage .pic {
    border: 6px solid #fff;
}
.gallery .thumbnails ul {
    margin: 0 -4px;
}
.gallery .thumbnails li {
    width: 16.66%;
    padding: 0 4px 4px;
}
.gallery .thumbnails li a {
    position: relative;
    overflow: hidden;
}
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:before {
    content: '';
    display: block;
    background: url(../../images/common/products/small_hover.png) 50% 50% no-repeat rgba(71, 163, 138, 0.50);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-control {
    display: none;
}
.products-detail {
    background: #f4faf8;
    padding: 10px 0 80px;
}
.products-detail .container {
    max-width: 1130px;
}
.products-detail+.btn-box {
    padding-top: 50px;
}
.products-detail-txt {
    color: #929292;
    font-size: 14px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    line-height: 1.9em;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#47A38A;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile{
    display:none;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/*------------ end sort_box ------------*/
@media screen and (max-width: 1330px) {
    .products-list {
        margin: 0 -20px;
    }
    .products-list .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item{
        width: 33.33%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(3n+1){
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(2n+1){
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .products-list .txt {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .products-list .description {
        margin-bottom: 10px;
    }
    .gallery .stage {
        padding: 15px;
        margin-bottom: 10px;
    }
    .gallery .stage .pic {
        border-width: 3px;
    }
    .gallery .thumbnails {
        width: 100%;
    }
    .gallery-control .btn {
        color: #47A38A;
        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: #47A38A;
    }
    .gallery .thumbnails li {
        width: 33.33%;
        /* padding: 0; */
    }
    .gallery .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
    .gallery .slider {
        padding: 10px;
    }
    .gallery .thumbnails li a:before {
        top: 50%;
    }
    .products-detail {
        padding: 10px 5px 30px;
    }
    .products-gallery {
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
}
@media screen and (max-width: 380px) {
    .gallery .thumbnails li a:before {
        top: 40%;
    }
}
/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/