.clumb{
    height: 40px;
    line-height: 40px;
    background-color: #F7F7F7;
    margin-top: 20px;
}
.clumb a{
    color: #f31947;
    font-size: 14px;
}
.clumb a:nth-of-type(1){
    margin-left: 20px;
}
.clumb a:nth-of-type(2){
    margin-left: 6px;
}
.clumb span{
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #f31947;
    transform: rotate(45deg);
    border-left: none;
    border-bottom:none;
}

.main{
    height: 400px;
    margin-top:20px;
}
.main .pic{
    width: 400px;
    height: 400px;
}
.main .pic img{
    width: 400px;
    height: 400px;
}
.main .brief{
    width: 800px;
    height: 400px;
    background: url(../images/common/bg.png) no-repeat;
    background-size: cover;
}
.main .brief div{
    margin-left: 80px;
}
.brief .name{
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;        /* 弹性伸缩盒子模型 */
    -webkit-box-orient: vertical;/* 垂直排列 */
    -webkit-line-clamp: 3;       /* 限制为 2 行 */
    overflow: hidden;            /* 超出隐藏 */
    text-overflow: ellipsis;     /* 省略号 */
    margin-top: 63px;
}
.brief .desc,
.brief .category,
.brief .sku
{
    font-size: 18px;
    color: #666666;
}
.brief .desc,
.brief .sku
{
    margin-top: 18px;
}
.brief .category{
    margin-top: 33px;
}

.brief .price{
    font-size: 22px;
    color: #f31947;
    margin-top: 40px;
}
.content{
    margin-top: 20px;
    margin-bottom: 50px;
}
.content .title{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background-color: #F7F7F7;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #f31947;

}