/*------------ main-title ------------*/
/*------------ search ------------*/
.search-title {
    line-height: 1.2;
    color: #777777;
    padding: 0 7px;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 13px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}
.search-title b {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: normal;
    color: #FF6C6C;
}
/*------------ title ------------*/
/*------------ product-list ------------*/
.products-list {
    margin: 0 -30px;
}
.products-list li {
    width: 25%;
    padding: 0 30px 50px;
}
.products-list li:nth-child(4n+1) {
    clear: left;
}
.products-list>li>.box {
    margin: 0 auto;
    max-width: 235px;
    box-sizing: border-box;
    position: relative;
}
.products-list>li>.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 {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
    z-index: 1;
}
.products-list .pic:before,
.products-list .pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.products-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(170, 184, 207, .8);
    z-index: 0;
}
.products-list .pic:after {
    content: "\e1017";
    color: #fff;
    font-size: 15px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}
.products-list .box:hover .pic:before,
.products-list .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}
.products-list li .box:hover .pic:after {
    top: 50%;
}
.products-list .text {
    max-width: 235px;
    margin: 0 auto;
    position: relative;
}
.products-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #58739F;
    font-weight: bold;
    height: 20px;
    line-height: 1.7;
    font-size: 15px;
    margin: 0 0 8px;
}
.products-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    color: #8C8C8C;
    line-height: 1.5;
}
.products-list li .more {
    width: 80px;
    border: 1px solid #BDC4D0;
    line-height: 19px;
    height: 17px;
    text-align: center;
    margin: 15px auto 0;
    color: #BDC4D0;
    font-size: 12px;
    letter-spacing: 3px;
    transition: all .2s;
    display: block;
}
.products-list li:hover .more {
    background: #AAB8CF;
    color: #fff;
    transition: all .2s;
}
/*------------ detail ------------*/
.products-info {
    margin: 30px 0 50px;
}
.product-name {
    margin: 20px 0 15px;
    font-size: 18px;
    color: #4C4C4C;
    font-weight: bold;
    line-height: 1.2;
}
.product-description {
    color: #8C8C8C;
    line-height: 1.5;
    margin: 0 0 30px;
}
.products-info .gallery * {
    outline: 0;
}
.gallery .slider {
    float: left;
    width: 48%;
}
.gallery .pd-intro,
.gallery .thumbnails {
    float: right;
    width: 47%;
    box-sizing: border-box;
    line-height: 1.2;
}
.gallery .thumbnails ul {
    margin: 0 -5px;
}
.gallery .thumbnails li {
    padding: 0 5px 10px;
    width: calc((100% / 3) - 0.1px);
}
.gallery .thumbnails li:nth-child(3n+1) {
    clear: both;
}
.gallery .thumbnails li a {
    display: block;
    position: relative;
}
.gallery .thumbnails li a:before,
.gallery .thumbnails li a:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.gallery .thumbnails li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(170, 184, 207, .8);
    z-index: 0;
}
.gallery .thumbnails li a:after {
    content: "\e1017";
    color: #fff;
    font-size: 15px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}
.gallery .thumbnails li.active a:before,
.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li a:hover:after {
    transition: all .2s;
    opacity: 1;
}
.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:after {
    top: 50%;
}
/*------------ products-title ------------*/
.products-detail .title {
    margin: 0 0 40px;
}
/*------------ 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: #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:#A8B7CE;
}
.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: 1440px) {
    .products-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .products-list li:nth-child(3n+1) {
        clear: left;
    }
    .products-list li:nth-child(4n+1) {
        clear: none;
    }
}
@media screen and (max-width: 1280px) {
    .products-info .gallery,
    .products-info .txt {
        float: none;
        max-width: 560px;
        margin: 0 auto;
        width: auto;
    }
    .products-info .txt {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 -4px 0 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .products-detail .title {
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 900px) {
    .products-info .txt {
        display: block;
        max-width: 540px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .gallery .pd-intro,
    .gallery .slider,
    .gallery .thumbnails {
        float: none;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }
    .gallery .pd-intro,
    .gallery .thumbnails {
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 767px) {
    .products-list li {
        width: 50%;
        padding: 0 12px 30px;
    }
    .products-list li:nth-child(2n+1) {
        clear: left;
    }
    .products-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-list li .description {
        height: 38px;
        line-height: 1.75;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .products-list {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .products-list {
        margin: 0;
    }
}
@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>li>.box,
.products_column_one .text {
    max-width: unset;
}
.products_column_one .pic img {
    width: 100%;
}
.products_column_two .item {
    width: 50%;
}
.products_column_two>li>.box,
.products_column_two .text {
    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欄位*/