
.products-list,.products-list2 {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list2 .item {
    width: 25%;
    padding: 0 10px;
}
.products-list2 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box,
.products-list2 .box {
    max-width: 450px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .item a.cover,
.products-list2 .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.star_box{
    text-align: center;
    letter-spacing: 0;
}
.star{
    position: relative;
    color: #e6b800;
    font-size: 0.9rem;
    display: inline-block;
    white-space:nowrap; 
}
.star span{
    display: inline-block;
}
.star span.t{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    max-width: 100%;
}

.products-list .pic-box,.products-list2 .pic-box {
    margin-bottom: 10px;
    position: relative;
}
.products-list .txt ,.products-list2 .txt {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.products-list .name,.products-list2 .name{
    display: inline-block;
    color: #1a1a1a;
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Crimson Pro','Noto Sans TC', serif;
    transition: all ease .3s;
    letter-spacing: 2px;
}
.products-list .box:hover .name,.products-list2 .box:hover .name{
    color: #bf964a;
}
.products-list .description,
.products-list2 .description{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    padding: 5px 3px 0;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    bottom: 0;
    position: relative; 
    font-family: 'Roboto', serif;

}
.products-list .box:hover .description,
.products-list2 .box:hover .description {
    position: relative;
    bottom: -35px;
}
.products-list .box .fixdes,
.products-list2 .box .fixdes{
    font-size: 16px;
    clear: both;
    display: block;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    font-weight: 300;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;  
    font-family: 'Roboto', serif;
}
.products-list .box:hover .fixdes,
.products-list2 .box:hover .fixdes{
    bottom: 0px;
}
/*detail*/
.news-detail{
    display: flex;

}
.news-pic{
    width: 30%;
}
.news-detail .editor-box{
    width: 70%;
    padding-left: 40px;
}
.news-editor{
    font-weight: 300;
}
h2{
    font-weight: 300;
}
.news-header h1{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1;
}
.news-header{
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #ddd;
}
.news-header .star_box{
    text-align: left;
}
.news-header .description{
    font-size: 15px;
    padding-top: 0rem;
    font-weight: 300;
    margin-left: 5px;
    float: right;
    margin-top: 9px;
}

.gallery {
    width: 100%;
}
.pd-intro,
.thumbnails {
}
.thumbnails {
}
.thumbnails ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-top: 7px;
    justify-content: space-between;
}
.thumbnails li {
    width: 23%;
    float: none;
}
.thumbnails a {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:solid 1px #eee;
    opacity: 0;
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.btn-box {
    text-align: left;
}
.pro_box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-end;
    border-bottom: solid 1px #ddd;
    font-weight: 100;
}
.buy_box{
    width: 296px;
}

@media screen and (max-width: 1000px) {

    .products-list .item,
    .products-list2 .item {
        width: 100%;
    }
    .products-list .item:nth-child(n),
    .products-list2 .item:nth-child(n) {
        clear: none;
    }
    .news-header .description{
        float: none;
        margin-left: 0;
        display: block;
    }
    .pro_box{
        display: block;
    }
    .pro_left{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 600px) {
    .news-detail{
        flex-wrap: wrap;
    }
    .news-pic,.news-detail .editor-box{
        width: 100%;
        padding: 0 0 15px;
    }
}