@media screen and (max-width: 1199px){  
    .nl-border{
        position: initial;
    }
}

.form-input-row.address-row{
    height: auto;
}

.form-new-row{
    position: relative;
    width: 100%;
    font-size: 0;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.form-new_block .form-new-row:last-child{
    margin-bottom: 0;
}
.form-new-label,
.nl-new-input{
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    font-size: 0.14rem;
    color: #262626;
}
.form-new-label{
    width: 65px;
    margin-right: 10px;
    font-weight: bold;
}
.nl-new-input{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    font-weight: 300;
}
.nl-new-input.have_img{
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
}
.form-new-row input[type="text"], 
.form-new-row input[type="tel"], 
.form-new-row input[type="url"], 
.form-new-row input[type="email"], 
.form-new-row input[type="number"], 
.form-new-row input[type="date"], 
.form-new-row input[type="range"], 
.form-new-row input[type="password"], 
.form-new-row select, 
.form-new-row input,
.form-new-row textarea{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    font-weight: 300;
    font-size: 0.14rem;
    color: #262626;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    height: auto;
    border: none;
}
.form-new-right{
    display: block;
    min-height: 36px;
    line-height: 36px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
}

.nl-new-input .center_head_img{
    width: 50px;
    height: 50px;
    margin-right: 0;
}
.form_new_head{
    padding: 15px;
    line-height: 22px;
    font-size: 0.16rem;
    font-weight: bold;
}


