.dataEnroll {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
}
.dataEnroll h1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
}
.dataEnroll_jj {
    background: #F9F9F9;
    box-shadow: 0 0 10px 0 #eee;
    padding: 20px;
}
.dataEnroll_jj p {
    padding-left: 200px;
    font-size: 16px;
    line-height: 2;
}
.dataEnroll_jj p span {
    color: #E03663;
    display: inline-block;
    height: 57px;
    float: left;
    margin-right: 20px;
}
.dataEnroll_xx_tit {
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}
.dataEnroll_xx_tit::before {
    content: '';
    display: block;
    height: 18px;
    width: 5px;
    background: #A11274;
    border-radius: 25px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.dataEnroll_xx_top {
    margin-bottom: 20px;
}
.dataEnroll_xx_top span {
    display: inline-block;
    width: 150px;
    text-align: right;
    font-size: 16px;
    margin-right: 20px;
}
.dataEnroll_xx_top input {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-indent: 1em;
    outline: none;
}
.dataEnroll_xx_top select {
    width: 303px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 33px;
}


.dataEnroll_xx table {
    border-color: #eee;
}
.dataEnroll_xx table thead {
    background: #F9F9F9;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.dataEnroll_xx table tbody tr {
    line-height: 60px;
    font-size: 16px;
}
td.dataEnroll_xx_zw {
    text-align: center;
    width: 90px;
}
.dataEnroll_xx table tbody tr input.dataEnroll_xx_name {
    width: 130px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dataEnroll_xx table tbody tr input.dataEnroll_xx_tel {
    width: 130px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dataEnroll_xx table tbody tr input.dataEnroll_xx_ygh {
    width: 200px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dataEnroll_xx table tbody tr select.dataEnroll_xx_ct {
    width: 100px;
    margin: 0 5px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dataEnroll_xx table tbody tr select.dataEnroll_xx_jg {
    width: 240px;
    margin: 0 5px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dataEnroll_xx_sub {
    text-align: center;
    margin-top: 50px;
}
.dataEnroll_xx_sub button, .dataEnroll_xx_sub input {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    height: 40px;
    border: none;
    background: #0D4CAD;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 20px;
}
.dataEnroll_xx_sub input {
    background: #E03663;
}
