
.title{
    padding: 30px 0;
}
.more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    border-radius: 25px;
    border: 1px solid #ddd;
    margin: 40px auto;
}
table{
    border-collapse:collapse;
    text-align: center;
    margin-bottom: 30px;
}
.thead td{
    height: 64px;
    font-size: 20px;
}
.black{
    background: #000;
    color: #fff;
    font-weight: bold;
}
.black span{
    font-weight: normal;
    margin-left: 40px;
}
td{
    width: 200px;
    height: 200px;
}
td img{
    width: 46px;
    height: 46px;
}
td div{
    margin-top: 20px;
}
.imgs img{
    margin-bottom: 30px;
}