/*------------ product-list ------------*/
.product-list {
    margin: 0 -14px;
}
.product-list li {
    width: 33.3%;
    padding: 0 8px 30px;
}
.product-list li:nth-child(3n+1) {
    clear: left;
}
.product-list>li>.box {
    margin: 0 auto;
    padding: 10px 10px 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.product-list li>.box .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list>li>.box:hover {
    transition: all .2s;
    
}
.product-list .pic {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}
.product-list .pic img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.product-list li:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.product-list .name {
    text-align: center;
    line-height: 1.2;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 25px 0 0px;
    font-family: "Noto Serif TC", serif;
    position:relative;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list .box:hover .name{
    color: #cc4d4d;
}
.product-list li .description {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    margin: 6px 0 15px;
}
.product-list .more {
    background: #122c54;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    padding: 6px 8px 8px;
    transition: all .2s;
    border-radius: 50px;
    font-family: "Jost", sans-serif;
    max-width: 140px;
    margin: 0 auto;
    font-size: 17px;
}
.product-list .box .name:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
    margin: 18px auto 5px;
}
.product-list .box:hover .more {
    background: #cc4d4d;
    transition: all .2s;
}
.product-list li .pic.new:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 15;
    left: 0;
    background: url(../../images/common/index/new.png);
}
/*------------ search ------------*/
.search-title {
    
}
.search-title b {
    font-size: 20px;
    color: #444444;
}
/*------------ detail ------------*/
.products-intro {
    padding: 10px;
    background: #FFF;
    margin: 0 0 40px;
}
.products-intro .product-name {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 15px 0px;
    margin: 0 0 20px;
    position: relative;
    font-family: "Noto Serif TC", serif;
}
.product-name h1 {
    display: inline-block;
    font-size: 20px;
    margin: 0;
}
.products-intro .product-name .icon01 {
    display: inline-block;
    transform-origin: 100% 50%;
    border: 0;
    position: absolute;
    left: 0;
    top: 10px;
}
.products-intro .gallery {
    width: 49%;
    float: left;
}
.products-intro .slick-item img {
    
}
.products-intro .thumbnails {
    float: right;
    width: 49%;
}
.product-text {
    margin: 0px 0 23px;
}
.products-intro .thumbnails li {
    width: calc((100% / 3) - 10px);
    border: 1px solid #fff;
}
.products-intro .thumbnails li:nth-child(3n+1) {
    clear: both;
}
.products-intro .thumbnails li a {
    position: relative;
}
.products-intro .thumbnails li a:before {
    content: "\e1013";
    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: 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, .2);
    opacity: 0;
    transition: all .2s;
}
.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li a:hover:after {
    opacity: 1;
    transition: all .2s;
}
/*------------ products-title ------------*/
.products-detail .title {
    background: #122c54;
    color: #fff;
    padding: 3px 10px;
    font-size: 15px;
    margin: 0 0 35px;
    font-family: "Jost", sans-serif;
    text-align: center;
    border-radius: 50px;
}
/*------------ sort_box ------------*/
.sort_box {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.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: #fff;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ccc;
}
.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:#cc4d4d;
}
.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_icon .ibtn:hover,
.sort_icon .ibtn.active {
    background-position: 0 0%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .product-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .product-list li:nth-child(3n+1) {
        clear: left;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .products-intro {
        text-align: center;
    }
    .products-intro .gallery,
    .products-intro .thumbnails {
        width: auto;
        float: none;
        max-width: 580px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 960px) {
    .products-info {
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .product-list>li>.box,
    .product-list .pic,
    .product-list .pic img {
        max-width: unset;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .products-intro .product-name {
        padding: 15px 0 25px;
    }
}
@media screen and (max-width: 400px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
}
/*product_columnÃ¦Â¬â€žÃ¤Â½Â*/
.products_column_one .item {
    width: 100%;
}
.products_column_one .pic,
.products_column_one>li>.box {
    max-width: unset;
}
.products_column_one .pic img {
    width: 100%;
}
.products_column_two .item {
    width: 50%;
}
.products_column_two .pic,
.products_column_two>li>.box {
    max-width: unset;
}
.products_column_two .pic img {
    width: 100%;
}
.products_column_two .item:nth-child(n) {
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1) {
    clear: left;
}
/*!product_columnÃ¦Â¬â€žÃ¤Â½Â*/