#formData{
    width: 100%;
}
#formData input{
    height: 34px;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    background: transparent;
    padding: 2px 5px;
    width: 60%;
    margin-bottom:1vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#formData textarea{
    min-height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    border: 1px solid #e0e0e0;
    width: 100%;
    max-width: 100%;
    padding: 2px 5px;
    font-family: 微软雅黑;
    margin-bottom: 1vw;
    background: transparent;
}

.formbtn{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.formbtn .code{
    display:flex;
    align-items: center;
    margin-left: 0;
}
#formData .formbtn .code input{
    margin-bottom: 0;
}
.formbtn .code .verify img{
    height: 34px;
}
.formbtn .submit{
    background: #007dc3;
    color: #fff;
    border: 0 !important;
    cursor: pointer;
    height: 34px !important;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 34px;
    width: 64px !important;
    text-align: center;
    margin-right: 0;
}


/*prolist*/
.myprolist .pro_item{
    margin-right: 2%;
    margin-bottom: 2vw;
}
.myprolist>div:nth-of-type(3n){
    margin-right: 0;
}


/*message*/
.dihzi_title{font-family: 微软雅黑;font-weight: normal;font-size: 16px;color: #000;line-height: 25px;}
.dihzi_title2{font-family: 微软雅黑;font-weight: normal;font-size: 14px;color: #757575;line-height: 25px;margin-bottom: 10px;}

#customers input,#customers textarea{border: none;width: 100%;outline: none;color: #757575;height: 34px;line-height: 34px;}
#customers textarea{resize:none;}
#customers tr td{position: relative;padding: 0 5px;color: #757575;}
#customers textarea{min-height: 70px;}

.mycode2{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.mycode2 .code{
    display:flex;
    align-items: center;
    color: #757575;
    height: 34px;
    line-height: 34px;
    margin-left: 0;
}
.mycode2 .code input{
    padding: 0 5px;
    border: 1px solid #e0e0e0;
    color: #757575;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycode2 .verify>img{
    height: 34px;
}
.productbutton{
    background: #007dc3;
    color: #fff;
    border: 0 !important;
    cursor: pointer;
    height: 34px !important;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 34px;
    width: 64px !important;
    text-align: center;
    -webkit-appearance: button;
    cursor: pointer;
    display:block;
    margin-right: 0;
}

.edit table td{
    border:1px solid gray;
}