.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}

.header-top .top-left {}

.header-top .top-right {
    display: flex;
    align-items: center;
}

.header-top .top-right a {
    background: #ffffff;
    border-radius: 11px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    color: #637b9f;
    display: inline-block;
    padding: 0 10px;
    margin-right: 32px;
}

.header-top .top-right a:last-child {
    margin-right: 0;
}

.header-text {
    display: inline-block;
    margin-top: 70px;
    max-width: 100%;
}

.block-title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.block-title .title-text {
    min-width: 300px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 9;
}

.main-form {
    margin: 40px 0;
}

.main-form .con-row {
    display: flex;
    justify-content: center;
    min-height: 58px;
    border-bottom: 1px solid #d9d9d9;
}

.main-form .con-row:first-child {
    border-top: 1px solid #d9d9d9;
}

.main-form .con-row .row-key {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
}

.main-form .con-row .row-key span {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.main-form .con-row .row-val {
    border-right: 1px solid #d9d9d9;
    width: calc(100% - 180px);
    padding: 20px 2%;
    display: flex;
    align-items: center;
    line-height: 25px;
    font-size: 18px;
    color: #333333;
}

.main-form .con-row .zyzz-val {
    border-right: 1px solid #d9d9d9;
    width: calc(100% - 180px);
    padding: 15px 2%;
}
