/*------------ product-list ------------*/

.product-list {
    margin: 0 -15px;
}

.product-list li {
    /*width: calc((100% / 3) - 0.1px);*/
    width: 25%;
    padding: 0 15px 40px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list li .box {
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    padding: 10px;
    position: relative;
}
.product-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}

.product-list .text {
    padding: 15px 25px;
}

.product-list .name{
    line-height: 1.2;
    font-size: 16px;
    height: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .description{
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
}

.product-list .more {
    transition: all .2s;
    display: block;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    text-indent: 3px;
    padding: 2px 0;
}


/*------------ sort_box ------------*/

.sort_box {
    margin: -10px 0 40px;
}

.control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.control-box {
    float: left;
}

.sort_box .form-control {
    margin-bottom: 0px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.form-group {
    float: left;
    padding: 5px 0;
}

.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: 26px;
    padding: 5px 0;
}

.sort_icon .ibtn {
    width: 24px;
    height: 24px;
}

/*------------ nonenav ------------*/

.product-list.nonenav > li > a {
    max-width: 415px;
}


/*------------ products_view_two ------------*/

.product-list.item_two {
    margin: 0 -20px;
}

.product-list.item_two li {
    width: 50%;
    padding: 0 20px 60px;
}

.product-list.item_two li:nth-child(3n+1) {
    clear: none;
}

.product-list.item_two li:nth-child(2n+1) {
    clear: left;
}


/*------------ products_view_one ------------*/

.product-list.item_one {
    margin: 0;
}

.product-list.item_one li:nth-child(n) {
    clear: left;
}

.product-list.item_one li {
    width: 100%;
    padding: 0 0 40px;
}

.product-list.item_one li a {
    max-width: 485px;
}


/*------------ detail ------------*/

.products-intro {
    position: relative;
    padding: 20px;
}

.products-intro .product-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0px 27px;
    position: relative;
}

.products-intro .gallery {
    width: 47%;
    float: left;
}

.pd-intro,
.products-intro .thumbnails {
    float: right;
    width: 50%;
    clear: right;
}

.pd-intro .products-breadcrumb {
    float: none;
}

.no-pic.pd-intro,
.no-pic.thumbnails {
    float: none;
    width: 100%;
}

.product-text {
    margin: 0px 0 20px;
    line-height: 1.5;
    padding: 15px;
}

.product-text .tit {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 7px;
}

.product-text p {
    margin: 10px 0 0;
}

.products-intro .thumbnails {
    font-size: 13px;
    color: #999999;
}

.products-intro .thumbnails ul {
    margin: 0 -5px;
}

.products-intro .thumbnails .item {
    width: calc(100% / 6);
    padding: 0 5px 5px;
}

.products-intro .thumbnails li a {
    position: relative;
    max-width: 184px;
}

.products-intro .thumbnails li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
}


/*------------ products-title ------------*/

.products-detail {
    position: relative;
    padding: 65px 0 0 0;
}

.products-detail .title {
    display: inline-block;
    padding: 0 0 5px 0;
    font-size: 13px;
}


/*------------ rwd ------------*/

@media screen and (max-width: 960px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list.item_two {
        margin: 0 -10px;
    }
    .product-list.item_two li {
        padding: 0 10px 40px;
    }
    .product-list .box.new:before {
        top: 7px;
        left: 7px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 900px) {
    .pd-intro {
        width: 100%;
        float: none;
    }
    .products-intro .gallery {
        width: 60%;
    }
    .products-intro .thumbnails {
        width: 38%;
    }
    .products-intro .thumbnails .item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .products-intro {
        padding: 10px;
    }
    .products-intro .gallery,
    .products-intro .thumbnails {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    .products-intro .thumbnails {
        margin-top: 25px;
    }
    .products-intro .thumbnails .item {
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 500px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 50%;
        padding: 0 7px 40px;
    }
    .product-list.item_two {
        margin: 0 -7px;
    }
    .product-list.item_two li {
        padding: 0 7px 40px;
    }
    .product-list.item_two .text {
        padding: 10px;
    }
    .product-list.item_two > li > a {
        padding: 5px;
    }
    .product-list.item_two .new .pic:before {
        border-width: 50px 50px 0 0;
    }
    .product-list.item_two .new .pic:after {
        font-size: 13px;
        top: -4px;
        left: -6px;
    }
    .product-list.item_two .more {
        padding: 0;
    }
    .products-intro .thumbnails .item {
        width: calc((100% / 3) - 0.1px);
    }
}
