.products-list {
    margin: 0 -15px 0;
}
.products-list .item {
    width: 25%;
    padding: 0 15px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto 50px;
    position: relative;
    background: #fff;
    border: 6px solid #F8F5F5;
    top: 0;
    transition: all 0.3s ease;
    max-width: 282px;
}
.products-list .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;
    overflow: hidden;
}
.products-list .txt {
    position: relative;
    padding: 20px;
}
.products-list .name {
    color: #2B2B33;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}
.products-list .description {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #7E8387;
    font-size: 14px;
    transition: all 0.3s ease;
}
.products-list .more {
    position: relative;
    color: #728390;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-family: 'Raleway',serif;
    transition: all 0.3s ease;
}
.products-list .more::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background: #728390;
    top: 13px;
    right: -40px;
    transition: all 0.3s ease;
}
.products-list .more:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #728390;
    top: 10px;
    right: -40px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.products-list .box:hover .more {
    color: #E28446;
}
.products-list .box:hover .more::before {
    right: -70px;
    width: 58px;
    background: #E28446;
}
.products-list .box:hover .more:after {
    right: -70px;
    background: #E28446;
}
.products-top{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 0 60px 76px;
}
.products-gallery {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 0 50px 0 0;
    width: 62%;
}
.products-pic {
    position: relative;
    box-sizing: border-box;
    margin: 0;
}
.pd-intro {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 62%);
    text-align: left;
    color: #30373F;
    font-size: 15px;
    font-weight: 500;
    margin: auto;
    padding: 0 30px;
    margin: 0;
}
.pd-intro .pd-name{
    position: relative;
    box-sizing: border-box;
    color: #30373F;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.45;
    padding: 0 0 30px;
    margin: 0;
    border-bottom: 2px solid #A3ADB6;
}
.pd-intro ul.pd-description{
    position: relative;
    box-sizing: border-box;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
.pd-intro li{
    position: relative;
    display: flex;
}
.pd-intro li span.pd-t{
    position: relative;
    color: #728390;
    font-weight: bold;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #E4E4E4;
    width: 20%;
    display: block;
    white-space: nowrap;
    min-width: 80px;
}
.pd-intro li span.pd-c{
    position: relative;
    display: block;
    color: #728390;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid #f7f7f7;
    width: calc(100% - 20%);
}
.products-detail {
    position: relative;
    box-sizing: border-box;
}
.products-detail .title,
.products-bottom .title{
    position: relative;
    color: #181896;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.products-detail .title span,
.products-bottom .title span{
    color: #646464;
    font-size: 19px;
    padding-left: 5px;
    font-family: 'Frank Ruhl Libre',serif;
}
.products-detail .editor{
    position: relative;
    color: #404A53;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: justify;
}
.products-bottom{
    padding: 20px 0 0 76px;
}
/* mpa */
.bth-box-bg {
    position: relative;
    background: #Fff;
    padding: 80px 0 0;
}
.map-info{
    background: url(../../images/common/index/b_bg.jpg) top center;
    padding: 80px 0 80px;
}
.bth-box-bg .container{
    padding: 0 15px 0 81px;
}
.main-content.pd{
    padding-bottom: 0;
}
.products-middle {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 0 60px 76px;
}
.products-middle .products-gallery {
    padding: 0;
    width: 100%;
}
/*------------ 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;
    background: #fff;
    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;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active {
    background-position: 0 100%;
}
.sort_box .form-control.sort-mobile{
    display:none;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/*------------ end sort_box ------------*/
@media screen and (max-width: 1330px) {
    .products-list {
        margin: 0 -20px;
    }
    .products-list .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1280px) {
    .products-top {
        margin: 0;
    }
    .products-middle {
        margin: 40px 0 0;
    }
    .pd-intro .pd-name {
        font-size: 22px;
        padding: 0 0 20px;
    }
    .pd-intro ul.pd-description{
        margin: 20px 0 0;
    }
    .products-bottom {
        padding: 40px 0 0;
    }
    .bth-box-bg .container{
        padding: 0 15px;
    }
    .pd-intro li span.pd-t{
        width: 25%;
        min-width: 75px;
    }
    .pd-intro li span.pd-c{
        width: calc(100% - 25%);
    }
    .bth-box-bg {
        padding: 50px 0 0;
    }
    .map-info {
        padding: 60px 0 50px;
    }
}
@media screen and (max-width: 1200px) {
    .products-list .txt {
        margin: 0;
        padding: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(2n+1){
        clear: left;
    }
    .products-top{
        flex-direction: column;
    }
    .products-gallery {
        padding: 0;
        width: 100%;
    }
    .products-pic {
        text-align: center;
    }
    .products-detail {
        width: 100%;
        max-width: unset;
    }
    .pd-intro {
        padding: 0;
        margin: 30px 0 0;
        width: 100%;
    }
    .pd-intro li span.pd-t {
        width: 15%;
        min-width: 75px;
    }
    .pd-intro li span.pd-c {
        width: calc(100% - 15%);
    }
    .pd-intro ul.pd-description {
        margin: 10px 0 0;
    }
    .pd-intro .pd-name {
        font-size: 20px;
    }
    .products-detail .title,
    .products-bottom .title {
        margin: 0 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(2n+1){
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .products-list .description {
        margin-bottom: 10px;
    }
    .gallery .slider {
        padding: 10px;
    }
    .products-detail {
        padding: 0;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 480px) {
    .pd-intro li span.pd-t {
        width: 28%;
        min-width: 75px;
    }
    .pd-intro li span.pd-c {
        width: calc(100% - 28%);
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
}
@media screen and (max-width: 380px) {}
/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/