.tablebody input{
    outline: none;
    width: 288px;
    height: 42px;
    font-size: 12px;
    margin: 4.5px 35px;
    padding: 0 10px;
    border: 1px #e6e6e6 solid;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif
}
.tablebody .fl:nth-child(1){
    width: 120px;
    height: 42px;
    margin-right: 25px;
}
.tablebody .fl:nth-child(2){
    width: 120px;
    height: 42px;
    margin-left: 0;
    margin-right: 0;
}
.tablebody textarea{
    width: 288px;
    height: 74px;
    outline: none;
    font-size: 12px;
    margin: 4.5px 35px;
    resize: none;
    padding: 8px 10px;
    color: #666666;
    border: 1px #e6e6e6 solid;
    font-family: Arial, Helvetica, sans-serif
}
#tijiaox{
    width: 310px;
    display: block;
    height: 49px;
    background: #004e97;
    color: #fff !important;
    text-align: center;
    font-size: 24px;
    line-height: 49px;
    margin-left: 35px;
    margin-top: 5px;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#tijiaox:hover{
    background: #666 !important;
}