.head-tool {
    position: absolute;
    right: 40px;
    top: 0px;
}

.head-tool>a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.head-tool>a>img {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}

.head-tool .appointment {
    background: #44ADE1;
}

.head-tool .bid {
    background: #E9871E
}

.head-tool .collection {
    background: #C1001D;
}
.head-tool .collection:hover{color:#fff;background: #C1001D;}
.head-tool .reCollection {
    background: #C1001D;
}
.head-tool .reCollection:hover{color:#fff;background: #C1001D;}

/*内容头部*/
.mian-head-view {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #e1e1e1;
}