.fontS30{
    font-size: 30px;
    margin-top: 30px;
}
.customer{
    width: 94%;
    margin: 0 3%;
    padding: 20px 0;
}
.fontS26{
    font-size: 26px;
}
.Cus_input{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}


.Cus_input li{
    width: 45%;
    display: flex;
    margin: 20px 0;
}

.cue_lable label{
    width: 140px;
    padding-right: 20px;
    display: flex;
  justify-content: flex-end;
  align-items: center;  flex-shrink: 0;
}

.cue_lable input , .cue_lable textarea{
    display: flex;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    outline: none;
    border: 1px solid  #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
}
.cue_lable textarea{
    height: 80px;
    padding-top: 10px;
}
.Cus_inputv .fontS26{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    border-left: 2px solid #14a3c4 !important;
    padding-left: 15px;
    margin-top: 30px;
}

.Cus_inputv .fontS26 button{
    border: 0;
    background: none;
    font-size: 14px;
    color: #aaaaaa;
}
.Cus_inputv .fontS26 button:hover{
    color: #14a3c4 !important;
}
.Cus_inputv{
    background: #f9f9f9;
    padding: 30px;
    padding-top: 10px;
    margin-top: 30px;
}
.Cus_inputv ul{
    flex-direction: column;
}
.button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.button button{
    width: 200px;
    height: 50px;
    border: 0;
    margin: 0 15px;
    background: none;
    /*color: white;*/
    border-radius: 5px;
    outline: none;
}

.cus_1 .layui-form-field-label{
    
    margin-right: 12px;
}