.product-show-head {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}
.product-show-head span{
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid #2b2b2b;
    padding-left: 10px;
	padding-right: 10px;
}
.product-show-head em{
    font-size: 15px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}