/*------------ product-list ------------*/

.product-list {
    margin: 0 -10px;
}

.product-list li {
    width: 33.33%;
    padding: 0 10px;
}

.product-list li:nth-child(3n+1) {
    clear: left;
}

.product-list > li > .box {
    max-width: 300px;
    margin: 0 auto 45px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}

.product-list .pic {
   margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}



.product-list .name a {
    text-align: -webkit-auto;
    line-height: 1.2;
    font-size: 16px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #9A9A99;
    transition:all .3s ease;
}

.product-list .box:hover .name a {
    color: #0E6EB8;
}

.product-list .description a{
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 5px 0 10px;
    color: #666;
}

.product-list .box.new:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../images/common/products/news_tag.png);
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 2;
}
.product-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.product-list .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.product-list .pic .cover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.product-list .pic .cover:before {
    content: '';
    display: block;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    position: absolute;
    opacity: 0;
}

.product-list .box .pic .cover:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 6;
}

.product-list .box:hover .pic .cover:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-list .box:hover .pic .cover:after {
    opacity: 1;
    width: 72px;
}

.product-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}

.product-list .box:hover .more {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}


/*------------ 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;
    padding: 0 5px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.sort_box .form-control:focus {
    color: #0193ff;
}

.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: 26px;
    padding: 5px 0;
}

.sort_icon .ibtn {
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
}

.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}


/*------------ nonenav ------------*/

.product-list.nonenav > li > a {
    max-width: 450px;
}


/***products_view_two***/

.product-list.item_two li {
    width: 50%;
}

.product-list.item_two > li > a {
    max-width: 490px;
}

.product-list.item_two li:nth-child(2n+1) {
    clear: left;
}

.product-list .item_two {
    max-width: 1300px;
    margin: 0 auto;
}

.product-list li.item_two {
    width: 50%;
    padding: 0 0px 30px;
}

.product-list > li.item_two > a {
    max-width: 520px;
    margin: 0 auto;
    padding: 10px 10px 0;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s;
}

.product-list > li.item_two a:hover {
    transition: all .2s;
}

.product-list li.item_two .pic {
    max-width: 496px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list li.item_two:nth-child(4n+1) {
    clear: none;
}

.product-list li.item_two:nth-child(3n+1) {
    clear: none;
}

.product-list li.item_two:nth-child(2n+1) {
    clear: left;
}

.product-list .text-box {
    max-width: 620px;
    margin: 0 auto;
}


/*------------ products_view_one ------------*/

.product-list.item_one li:nth-child(n) {
    clear: left;
}

.product-list.item_one li {
    width: 100%;
    padding: 0 0 70px;
}

.product-list.item_one li a {
    max-width: 1000px;
}


/*------------ detail ------------*/

.products-intro {
    margin: 0 0 40px;
}

.products-intro .product-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
    padding: 10px 0 10px;
    color: #0E6EB8;
    background: url(../../images/common/bg/line02.png) repeat-x top , url(../../images/common/bg/line02.png) repeat-x bottom;
}

.products-intro .gallery {
    width: 52%;
    float: left;
    max-width: 500px;
    border: 3px solid #eee;
    box-sizing: border-box;
}

.products-intro .slick-item img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.share_box .products {
    margin: 0;
    text-align: left;
}

.pd-intro,
.products-intro .thumbnails {
    float: right;
    width: 45%;
}

.no-pic .pd-intro,
.no-pic .thumbnails {
    float: none;
    width: 100%;
}

.product-text {
    margin: 0px 0 20px;
}

.products-intro .thumbnails ul {
    margin: 0 -8px;
}

.products-intro .thumbnails .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 8px 13px;
}

.products-intro .thumbnails li a {
    position: relative;
    max-width: 155px;
}

.products-intro .thumbnails li a:before,
.products-intro .thumbnails li a:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.products-intro .thumbnails li a:before {
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -15px 0 0 -15px;
}

.products-intro .thumbnails li a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.products-intro .thumbnails li.active a:before,
.products-intro .thumbnails li.active a:after,
.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li a:hover:after {
    opacity: 1;
}


/*------------ products-title ------------*/

.products-detail .title {
    padding: 5px 0 5px 10px;
    margin: 0 0 20px;
    position: relative;
    background: #f5f5f5;
    font-size: 16px;
    letter-spacing: 2px;
    border-left: 4px solid #0E6EB8;
}

.products-detail .title:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1100px) {
    .thumbnails{
        text-align: center;
    }
    .thumbnails li{
        display: inline-block;
        float: none;
    }
    .products-detail{
        margin-bottom: 20px;
    }
    .sort_box{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 900px) {
    .sort_icon .ibtn.one{
        display: inline-block;
    }
    .sort_icon .ibtn.four{
        display: none;
    }
    .product-list li {
        width: 50%;
    }
    .product-list li.item_one{
        width: 100%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-intro {
        text-align: center;
    }
    .pd-intro,
    .products-intro .gallery,
    .products-intro .thumbnails {
        width: auto;
        float: none;
        max-width: 500px;
        margin: 0 auto;
    }
    .products-intro .gallery {
        margin-bottom: 15px;
    }
    .share_box.product {
        margin-top: 15px;
        padding: 0px 0px 5px 0px;
    }
    .products-intro .product-name {
        text-align: left;
        font-size: 18px;
    }
    .product-text {
        text-align: left;
    }
    .product-list > li > a{
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li,
    .product-list.item_two li {
        width: 100%;
        padding: 0;
    }
}
