@charset "utf-8";
/*列表通用 index、products*/
.products-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.products-list .box .pic img {
    transition: all ease 0.5s;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.products-list.type2 .box{
    transition: all .2s;
    padding: 10px 10px 10px;
    top: 0;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px #0000001f;
}
.products-list .box.new:before{
    content: '';
    background: url(../../../images/layout04/common/products/new_tag.png);
    background-size: contain;
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 0px;
    text-align: center;
    z-index: 15;
    left: 11px;
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.products-list .box .name{
    color: #000;
    font-weight: normal;
}
.products-list.type2 .box:after{
    content: 'VIEW MORE';
    background: #FBB84D;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    width: calc(100% - 20px);
    margin-left: 0;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
}
.products-list.type2 .box:hover:after{
    background: #349D8E;
    letter-spacing: 5px;
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}
/*!列表通用 index、products*/


.masonry-list.products-list{
    margin-bottom: 40px;
}
/*詢價車*/
.products-intro .pd-intro .btn-group{
    margin: 25px -7px 10px;
}
.products-intro .pd-intro .btn-group .col{
    float: left;
    width: 50%;
    padding: 0 7px;
}
.products-intro .pd-intro .btn-group .btn{
    width: 100%;
    color: #24262C;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
    max-width: 265px;
}
/*!詢價車*/
/*切換product_column欄位*/
.products_column_two.products-list .item,
.has-side .products_column_two.products-list .item{
    width: 50%;
}
.products_column_two.products-list .item:nth-child(n),
.has-side .products_column_two.products-list .item:nth-child(n){
    clear: inherit;
}
.products_column_two.products-list .item:nth-child(2n+1),
.has-side .products_column_two.products-list .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/
/*------------ sort_box ------------*/
.sort_box{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.sort_box .control-label{
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box{
    float: left;
}
.sort_box .control-box label{
    font-size: 0;
    display: none;
}
.sort_box .form-control{
    margin-bottom: 0px;
    background: #fff;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.sort_box .form-control:focus{
    outline: none;
    border-color: #349D8E;
}
.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/layout04/common/products/sort_pic3.png);
    display: none;
}
.sort_icon .ibtn.two{
    background-image: url(../../../images/layout04/common/products/sort_pic1.png);
}
.sort_icon .ibtn.four{
    background-image: url(../../../images/layout04/common/products/sort_pic2.png);
}
.sort_icon .ibtn.active{
    background-position: 0 100%;
}
/***products_view_two***/
.products-list.item_two .item{
    width: 50%;
}
.products-list.item_two > .item > a{
    max-width: 490px;
}
.products-list.item_two .item:nth-child(2n+1){
    clear: left;
}
.products-list .item_two{
    max-width: 1300px;
    margin: 0 auto;
}
.products-list .item.item_two{
    width: 50%;
    padding: 0 0px 30px;
}
.products-list .item.item_two .pic{
    max-width: 496px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}
.products-list .item.item_two:nth-child(4n+1){
    clear: none;
}
.products-list .item.item_two:nth-child(3n+1){
    clear: none;
}
.products-list .item.item_two:nth-child(2n+1){
    clear: left;
}
.products-list .text-box{
    max-width: 620px;
    margin: 0 auto;
}
/*------------ products_view_one ------------*/
.products-list.item_one .item:nth-child(n){
    clear: left;
}
.products-list.item_one .item{
    width: 100%;
    padding: 0 0 70px;
}
/*------------ detail ------------*/
.products-intro{
    padding: 10px;
    background: #FFF;
    margin: 0 0 40px;
}
.products-name.top-name{
    display: none;
}
.products-intro .products-name:before{
    font-family: 'icon-font2' !important;
    content: "\e1043";
    position: absolute;
    top: 18px;
    left:5px;
    color: #242424;
    font-size: 20px;
    line-height: 20px;
}
.products-intro .products-name{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #888888;
    padding: 15px 0px 20px 30px;
    margin: 0 0 20px;
    position: relative;
}
.products-intro .gallery{
    float: left;
    box-sizing: border-box;
}
.products-intro .slick-item img{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
}
.share_box .products{
    margin: 0;
    text-align: left;
}
.products-intro .gallery{
    width: 50%;
    max-width: 650px;
}
.gallery .slick-arrow{
    transition: all .2s;
    border: 0;
    color: transparent;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}
.gallery .slick-prev,
.gallery .slick-next{
    white-space: normal;
    overflow: hidden;
    border: 0;
    background: #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    z-index: 20;
    border: 1px solid #DCDEDE;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    display: none!important;
}
.gallery .slick-prev{
    margin-left: -55px;
}
.gallery .slick-arrow:before{
    content: '';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    z-index: 2;
    color: #787B7C;
    height: 55px;
    line-height: 55px;
    display: block;
}
.gallery .slick-prev:before{
    content: "\f104";
}
.gallery .slick-next:before{
    content: "\f105";
}
.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before{
    opacity: .5;
}
.slide-count-wrap{
    color: #fff;
    width: 57px;
    background: #AAACAD;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 15px;
    letter-spacing: 1pt;
    text-align: center;
    box-sizing: border-box;
}
.pd-intro,
.products-intro .thumbnails{
    float: right;
    width: 45%;
}
.products-intro .thumbnails ul.list-h{
    max-width: 465px;
}
.has-side .products-intro .thumbnails.inquiry ul.list-h{
    max-width: 371px;
}
.has-side .products-intro .gallery{
    width: 53%;
}
.has-side .pd-intro,
.has-side .products-intro .thumbnails{
    float: right;
    width: 45%;
}
.products-text{
    margin: 10px 0 10px;
}
.products-intro .thumbnails .item{
    width: calc((100% / 3) - 0.1px);
}
.products-intro .thumbnails li a{
    position: relative;
    max-width: 155px;
}
.products-intro .thumbnails li a:before{
    content: "\e1013";
    font-family: 'icon-font2' !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: 23px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -11px 0 0 -11px;
    opacity: 0;
    transition: all .2s;
}
.products-intro .thumbnails li a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all .2s;    
} 
.products-intro .thumbnails li.active a:before,
.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li.active a:after,
.products-intro .thumbnails li a:hover:after{
    opacity: 1;
}
/*------------ products-title ------------*/
.products-detail .title{
    background: #767676;
    color: #fff;
    padding: 3px 10px;
    font-size: 18px;
    margin: 0 0 35px;
}
.products-detail{
    position: relative;
}
.pd-info{
    text-align: left;
}
.plist-artile1{
    margin-bottom: 10px;
}
.plist-artile2{
    margin-bottom: 10px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .thumbnails{
        text-align: center;
    }
    .thumbnails li{
        display: inline-block;
        float: none;
    }
    .products-detail{
        margin-bottom: 0px;
    }
    .sort_box{
        margin-bottom: 20px;
    }
   
    .sort_icon .ibtn.one{
        display: inline-block;
    }
    .sort_icon .ibtn.four{
        display: none;
    }
    .products-intro{
        text-align: center;
    }
    .pd-intro,
    .products-intro .gallery,
    .products-intro .thumbnails,
    .has-side .products-intro .gallery,
    .has-side .pd-intro,
    .has-side .products-intro .thumbnails{
        width: auto;
        float: none;
        max-width: 500px;
        margin: 0 auto;
    }
    .products-intro .gallery{
        margin-bottom: 15px;
    }
    .share_box.products{
        margin-top: 15px;
        padding: 0px 0px 5px 0px;
    }
    .products-intro .products-name{
        text-align: left;
        font-size: 18px;
    }
    .products-text{
        text-align: left;
    }
    .products_column_one.products-list .item,
    .has-side .products_column_one.products-list .item{
        width: 100%;
    }
}
