.list_ldxx { 
    margin-top:1rem
}
.list_ldxx .padd{
    padding: 0 20px;
}
.list_ldxx .padd .tit {
    font-size: 1.3rem;
    line-height: 2.5rem;
}
.list_ldxx .txt p {
    padding-top: 20px;
    font-size:1rem
}
.list_ldxx .form {
        padding: 3.125rem;
        background: #f9f9f9;
        margin-top: 3.125rem;
        /*box-shadow: 0px 0px 15px 0px #ccc;*/
}
.list_ldxx .form .g {
    width: 47.5%;
    padding: 25px 5px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.list_ldxx .form .g .label1,.list_ldxx .form .label1 {
    color: #333;
    float: left;
    min-width: 57px;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    height: 1rem;
    line-height: 1rem;
    font-size: 1.1rem;
}
.list_ldxx .form .g .ipt,.list_ldxx .form .line2 .ipt {
    color: #333;
    padding: 0 20px;
    position: relative;
    line-height: 1;
}
.list_ldxx .form .line2 .ipt img{
    position: absolute;
    right: 0px;
    top: -19px;
    width: 80px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1.2);
}
.list_ldxx .form .g input,.list_ldxx .form .line2 input  {
    width: 90%;
    outline: none;
    font-size:1rem;
    padding-left: 10px;
}

.list_ldxx .form .line2 {
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 5px 15px;
    position: relative;
}
.list_ldxx .form .line2 textarea {
    width: 90%;
    height: 4.375rem;
    font-size:1rem;
    padding-left: 10px;
}
.list_ldxx .form .center {
    text-align: center;
    padding-top: 35px;
}

.list_ldxx .form .center .button1 {
    width: 27.5%;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 36px;
    background: #e9e9e9;
    color: #004a98;
    margin: 0 8px;
    font-size:1.1rem
}
.list_ldxx .form .center .col1 {
    background: #004a98;
    color: #fff;
}

