.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .item{
    margin:0 0 40px;
}
.products-list .box {
    max-width: 270px;
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}/*
.products-list .box:hover .pic{
    opacity:.6;
}*/
.pd_spe {
      color:#000000;
}
.pd_spe span+span{
    padding:0 10px;
}
.pd_spe .num{
    padding-right:10px;
    color:#ee2424;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial,微軟正黑體;
    font-weight: bold;
}
.pd_price{
    color:#ee2424;
    font-size:20px;
    text-align:left;
    padding-top:5px;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    /*font-weight: bold;*/
    line-height: 32px;
    padding-bottom:5px;
}
.pd_price .icon{
    background-image: url('../../images/common/products/price.png');
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    margin-right:10px;
}/*
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 60% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}*/
.products-list a:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .name {
    color:#0047CE;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list a:hover .name {
  
}
.products-list .description {
    color:#616161fc;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}
.products-list a:hover .description {
   
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}
.products-list .btn.detail {
    background: #477ffa;
}
.products-list a:hover .btn.detail {
    background: #B8B9AA;
}
.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.products-list .btn.detail .icon {
     background-position: -60px -87px;
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 53%;
    max-width: 600px;
}
.gallery .pic {
    background: #fff;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 45%;
}
.pd-id {
    margin-bottom: 0px;
    color:#ee2424;
    font-size: 18px;
    line-height:1;
    font-weight:400;
   font-family:Arial,微軟正黑體, "Microsoft JhengHei", "Microsoft YaHei", "Century Gothic", Helvetica, Arial, Verdana, 新細明體;
   font-weight:bold;
;
}
.pd-name {
   border-bottom:1px solid #ddd;
    color: #0047CE;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin: 0 0 10px;
}
.pd-description {
    font-size: 15px;
    letter-spacing: 0.035em;
    line-height: 1.7;
    margin: 1.4em 0;
}
.pd-info {
    margin: 2px 0;
    font-size: 16px;
}
.pd-txt{
    border-top:1px solid #ddd;
    padding:10px 0 0;
    font-size: 16px;
}
.pd-info b {
   color: #ee2424;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    border-color: #ccc;
    border-radius: 0;
}
.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pd-intro .btn-group {
    margin: 25px -7px 0;
}
.pd-intro .btn-group .col {
    float: left;
    width: 50%;
    padding: 0 7px;
}
.pd-intro .btn-group .btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.pd-intro .btn-group .btn.addcart {
    background: #1B7292;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.wish {
    background: #FBCFC7;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.soldout {
    background: #EEE;
    color: #C6C6C6;
    cursor: not-allowed;
}
.pd-intro .btn-group .btn.arrival {
    border: 1px solid #C6C6C6;
    color: #B4B4B4;
    line-height: 38px;
}
.pd-intro .btn-group .btn.arrival:hover {
    color: #1B7292;
}
.pd-intro .btn-group .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 8px 5px 0;
}
.pd-intro .btn-group .btn.addcart .icon {
    background-position: -20px -87px;
}
.pd-intro .btn-group .btn.wish .icon {
    background-position: -40px -87px;
}

.thumbnails ul {
    margin: 0 -7px;
}
.thumbnails li {
    width: 33.33%;
    padding: 7px;
}
.thumbnails a {
    display: block;
    max-width: 155px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.products-detail {
    background:#F9F9F9;
    border-width: 0px 0 1px;
    padding: 30px 20px;
    position: relative;
    border-top:1px solid #e0e0e0;
}

.products-detail .title {
    text-align: left;
    color:#477ffa;
    font-family: 'Actor','å¾®è»Ÿæ­£é»‘é«”';
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom:5px;
   margin-bottom:30px;
   border-bottom:1px solid #525252;
   max-width:155px;
}
.products-detail .title span{
    color:#929292;
    padding-left:10px;
}

@media screen and (max-width: 1300px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .gallery {
        margin-bottom: 5px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        padding: 5px;
    }
}
@media screen and (max-width: 560px) {
    .thumbnails li {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}