﻿.n_form_row {
    width: 580px;
}

.n_form_column {
    width: 268px;
}

.n_form_column_title {
    width: 129px;
    float: left;
    padding-top: 14px;
}

.n_form_column_input {
    width: 126px;
    height: 56px;
    float: right;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}

.n_form_column_select {
    width: 98%;
    height: 100%;
    padding-left: 40px;
    border: 0;
    font-size: 20px;
    color: #666;
    -webkit-appearance: none;
    background: url('/images/ldy/ldyform/form_select1.png') no-repeat center;
    background-size: 100% 100%;
}

.n_form_column_span_dw_zh {
    float: left;
    width: 30px;
    height: 56px;
    color: #666;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
}

.n_form_column_span_dw_en {
    float: left;
    width: 30px;
    height: 56px;
    color: #666;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
}

.n_form_column_span_dw_line {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 2px;
    height: 44px;
    background-color: #d5d5d5;
    margin-top: 4px;
    display:none;
}

.n_form_column_span_dw_input {
    width: 80px;
    margin-left: 2px;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    text-align: center;
    color: #666;
    float: left;
    border: 0;
}

.n_form_phone {
    width: 580px;
    height: 70px;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.n_form_phone_input {
    width: 576px;
    /*height: 66px;
    line-height: 62px;*/
    text-align: center;
    border: none;
    font-size: 24px;
    color: #999;
}

.n_form_yzm {
    float: left;
    width: 370px;
    height: 70px;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}

.n_form_yzm_input {
    width: 366px;
    height: 66px;
    border: 0;
    text-align: center;
    color: #999;
    font-size: 24px;
}

.n_form_yzm_btn {
    float: right;
    width: 200px;
    height: 70px;
    background-color: #ff6666;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

    .n_form_yzm_btn:hover, .n_form_yzm_btn:visited {
        background-color: #ff6666;
        color: #fff;
    }

.n_form_yzm_btn_disable {
    float: right;
    width: 200px;
    height: 70px;
    color: #fefefe;
    background-color: #e5e5e5;
    font-size: 24px;
    line-height: 70px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

    .n_form_yzm_btn_disable:hover, .n_form_yzm_btn_disable:visited {
        color: #fefefe;
        background-color: #e5e5e5;
    }

.n_form_btn, .n_form_btn:hover, .n_form_btn:visited {
    width: 100%;
    height: 70px;
    background-color: #ff6666;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 70px;
    border-radius: 5px;
}
