.zan{
    padding-bottom: 10px;
}
.zan h1 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.zan h1 span {
    font-size: 13px;
    font-weight: 100;
}
.zan div {
    height: 32px;
}
.zan div .zan-btn {
    display: block;
    height: 32px;
    min-width: 110px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 45px;
    line-height: 30px;
    outline: none;
    cursor: pointer;
    float: left;
    padding-right: 10px;
}
.zan div .zan-btn:nth-child(1) {
    margin-right: 20px;
    background-image: url(../../../common/index/img/zan1.png);
}

.zan div .zan-btn p {
    float: left;
    color: #555;
    font-size: 16px;
    line-height: 32px;
}

.zan div .zan-btn span {
    float: left;
    color: #555;
    font-size: 16px;
    margin-left: 5px;
    line-height: 32px;
}

.zan div .zan-btn:nth-child(2) {
    background-image: url(../../../common/index/img/zan2.png);
}