.title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 34px;
    color: #E60012;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.sub-title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form .title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form .sub-title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #717378;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form input {
    background: transparent;
    outline: none;
    width: 100%;
    height: 100%;
}

.form select {
    background: transparent;
    outline: none;
    width: 100%;
    height: 100%;
    /* text-align: center;
    text-align-last: center; */
}

.consult-select {
    text-align-last: center;
    text-align: center;
}

.form textarea {
    background: transparent;
    outline: none;
    width: 100%;
    height: 100%;
    resize: none;
    padding: 23px 30px;
}


.form .input-div {
    display: flex;
    background: #F5F5F5;
    margin-right: 13px;
    margin-bottom: 15px;
    border-radius: 6px 6px 6px 6px;
}

.select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lib-text {
    position: absolute;
    left: 30px;
    top: 50%;
    padding-right: 34px;
    transform: translateY(-50%);
    border-right: #DFE3E9 1px solid;
}

.submit-button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(256deg, #F33E3E 0%, #F33E3E 77%, #EE2F15 100%) !important;
    color: #FFFFFF;
    border: none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 19px;
    transition: background-color 0.3s;
    width: 213px;
    height: 50px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
}

.verification {
    cursor: pointer;
}


.submit-button:hover {
    background-color: #2a68d9;
}

.submit-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.hidden {
    display: none;
}