/* 一键获取政策资料 */
.page-right-policy {
    width: 286px;
    padding: 24px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-top: 3px solid #1F6CDD;
    border-radius: 4px;
}

.page-right-policy h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.page-right-policy input {
    width: 252px;
    height: 32px;
    margin-top: 12px;
    padding: 0 8px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
}

.submit-policy-form {
    width: 252px;
    height: 36px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #1F6CDD;
    cursor: pointer;
}

.submit-policy-form:hover {
    background-color: #357AE0;
}