@charset "UTF-8";
.yx-form {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.yx-form * {
    box-sizing: border-box;
}

.yx-form-item {
    padding: 0 0 15px 0;
}

.yx-form-title {
    padding: 8px 0;
    font-size: 14px;
}

.yx-form-body input, .yx-form-body select {
    margin: 0 0 8px 0;
    min-width: 600px;
    max-width: 100%;
    height: 35px;
    border: solid 0.5px #dedede;
    vertical-align: middle;
}

.yx-form-title .subButton {
    margin: 0 150px;
    height: 50px;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    color: #ffffff;
    background: #5290e2;
    border: none;
}

.yx-form-item .input_yzm {
    min-width: 400px;
}

.yx-form-item .yzm {
    display: inline-block;
    margin: 0 0 8px 0;
    height: 35px;
    vertical-align: middle;
}
/*表格样式部分 start */
.yx-table{margin:10px 0 0 0;width:100%;border-collapse:collapse;}
.yx-table > thead > tr{height:40px;border:0.5px solid #d5d5d5;box-sizing:border-box;}
.yx-table > thead > tr > th{text-align:center;border:0.5px solid #e2e2e2;box-sizing:border-box;}
.yx-table > tbody > tr:nth-of-type(odd){background:#fafafa;}
.yx-table > tbody > tr:hover{background:#f1f1f1;}
.yx-table > tbody > tr{height:35px;line-height:1.4em;}
.yx-table > tbody > tr > td{padding:0 0 0 5px;border:0.5px solid #e2e2e2;box-sizing:border-box;word-wrap:break-word;word-break:break-all;}
.yx-table-td-01{font-weight:700;min-width:7.5em;}
/*表格样式部分 end */