.headfixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
    height: 80px;
    z-index: 999;

}

.hsz-logo {
    color: rgba(74, 144, 226, 1) !important;
}

.headfixed a {
    color: #000 !important;
}

.w1200 {
    width: 1200px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.w1230 {
    width: 1230px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.justcenter {
    display: flex;
    justify-content: center;
}

.justbetween {
    display: flex;
    justify-content: space-between;
}

.flexdirection {
    display: flex;
    flex-direction: row;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
}

.padR10 {
    padding-right: 10px;
}

.marT80 {
    margin-top: 80px;
}

.content {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}