.contentBox .tbt{
    font-size: 24px;
    color: #6b6b6b;
    text-align: center;
}
.contentBox form .table{
    margin: 30px auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.contentBox form .table tr{
    height: 42px;
    line-height: 42px;
}
.contentBox form .table .td_text{
    height: 50px;
    text-align: center;
    padding: 0 10px;
}
.contentBox form .table td{
    border: 1px solid #d0d0d0;
}
.contentBox form .table td input {
    border: none;
    width: 100%;
    color: #565656;
    vertical-align: middle;
    background: none;
    text-indent: 10px;
}
.quer {
    line-height: 42px;
    text-align: center;
    width: 130px;
    height: 42px;
    background: #006fee;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}
.contentBox form .table td input.radio{
    width: initial;
    margin-left: 10px;
}