.product-content{display:flex}
.product-pic{margin-right:45px}
.product-info h3{font-size:1.8rem;color:#000;margin-bottom:25px;margin-top:25px}
.description{text-transform:uppercase;color:#2c2c2c;font-size:.8125rem;position:relative;padding:17px 0}
.description::after,.description::before{content:"";display:block;position:absolute;bottom:0;left:0;height:4px}
.description::before{width:100%;background:#f2f3f8}
.description::after{width:96px}
.product-info p{color:#8e8e8e;font-size:1.8rem;line-height:25px;margin-top:15px;margin-bottom:15px}
.morelink a{display:inline-block;margin-right:20px;border-radius:3px;color:#fff;font-size:1.0625rem;padding:0 20px;line-height:40px;white-space:nowrap}
.morelink a:hover{background:#888;color:#fff}
.productshare{display:flex;align-items:center;padding:20px 0}
.productshare p{text-transform:uppercase;color:#2c2c2c;font-size:.8125rem;display:inline-block;margin:0 15px 0 0}
.productshare ul{display:flex}
.product-content{margin-bottom:90px}
.product-tags{background:#f6f6f6;display:flex;justify-content:center;padding:20px 0;margin-bottom:40px}
.product-tags p{color:#262626;font-size:1.125rem;cursor:pointer;transition:all .3s;padding:0 20px;text-transform:uppercase}
.products-intro-change p{font-size:1.8rem;color:#8e8e8e;line-height:25px;margin-bottom:15px}
.products-intro-change table{width:100%;font-size:.9375rem;color:#8e8e8e;line-height:25px}
.products-intro-change table tr:nth-child(2n 1){background:#f6f6f6;line-height:40px}



.singglepic {z-index:1;position:relative;margin:0px auto;padding:0px;width:380px;border:solid 1px #fafafa;text-align:center;}
.singglepic img {max-width:380px;max-height:380px;}


.product-intro .product-tags{height:60px;padding:0;}
.product-tags ul{width:100%;height:100%;}
.product-tags ul li{width:25%;height:100%;float:left;line-height:60px;text-align:center;}
.product-tags ul li p{font-size: 2rem;height: 100%;line-height: 60px;}
.product-tags ul li p.active,.product-tags ul li p:hover{border-bottom:3px solid #ff8400;color: #ff8400;}

@media screen and (max-width:960px){
    .product-content{flex-wrap:wrap;justify-content:center}
    .morelink,.product-info h3{text-align:center}
    .product-summary h3{font-size: 2.5rem;}
    .product-tags ul li p{font-size: 1.6rem;}
    .product-summary p,.products-intro-change p,.lable{font-size: 1.4rem;}
}
