header {
    height: 80px;
    /* background-color: #00999A; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.logo{
    width: 37px;
    height: 37px;
}
.logoModel,
.linkModel {
    height: 100%;
    display: flex;
    align-items: center;
}

.logoModel .title {
    width: 168px;
    /*border-right: 1px solid #fff;*/
}

.logoModel .title h1,
.logoModel .title h2 {
    margin-left: 8px;
    line-height: 1;
    color: #fff;
}

.logoModel .title h1 {
    font-size: 18px;
    font-weight: bold;
}

.logoModel .title h2 {
    font-size: 14px;
    margin-top: 5px;
}

.logoModel .number {
    width: 106px;
    height: 34px;
    margin-left: 8px;
    margin-top: 1px;
    padding: 2px 6px;
}

.logoModel .number p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.linkModel a {
    float: left;
    padding: 10px 20px;
    border-radius: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 5px;
}

.linkModel a.active {
    background: rgba(255, 255, 255, 0.3);
}

.linkModel a:hover {
    background: rgba(255, 255, 255, 0.3);
}