/*
测试统一下单页面css
Create by leon_zhangxf 20171214
*/
.content {
    margin: auto;
    text-align: center;
}

.data_form {
    margin: 0% 20% 0% 20%;
}

.common_table {
    border: solid 1px black;
}

.common_table td {
    border: solid 1px black;
    width: 200px;
}

.biz_params_table {
    border: solid 1px black;
}

.biz_params_table td {
    border: solid 1px black;
    width: 200px;
}

input {
    width: 250px;
}