a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top {
    height: 36px;
    color: #737372;
    margin: 30px 0;
}

.top>div:last-child {
    height: 100%;
    width: 100px;
    background: #00a049;
    color: white;
}
.top>div:last-child:hover{
    background: #0abd5c;
}
.bottom {
    margin-top: 20px;
    padding: 0 30px;
}

.bottom>div:first-child {
    width: 28px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 40px;
}

.bottom>div:last-child>a {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.menu {
    margin-top: 30px;
    border-top: 2px solid #00a049;
    padding-top: 15px;
}

.menu>a {
    padding: 0 15px;
    border-right: 1px solid #666;
    color: #666;
    font-size: 12px;
}

.menu>a:last-child {
    border-right: none;
}
.bottom>div:last-child>a:hover{
    color: #00a049;
}
.branch_back{
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #00a049;
    color: #00a049;
}
.branch_back:hover{
    border-radius: 3px;
    background: #00a049;
    color: #fff;
}