/*online_form*/

/*select,input{margin:3px; border:1px solid #dedede; height:30px; border-radius:5px; width:60%;}
textarea{margin:3px; border:1px solid #dedede; height:30px; border-radius:5px; width:80%;}
.p_data{height:150px;}
.tel_control{width:20%;}
.check_wrap{position:relative; height:15px; margin-bottom:20px;}
.checkbox{width:15px; height:15px; border:1px solid #ddd;}
.check_text{position:absolute; top:2px;}*/

.online_board{width:100%; max-width:1200px; margin-top:30px;}
.board_title{font-family:"Quicksand-Medium"; font-size:16px; color:#333; margin-bottom:10px;}
.board_title>span{font-family:"Quicksand-Medium"; display:inline-block; background-color:#c5252a; width:20px; height:20px; font-size:16px; font-weight:bold; color:#fff; text-align:center; line-height:20px; margin-right:10px;}
.board_title>small{font-family:"Quicksand-Medium"; font-size:13px; font-weight:normal; color:#FF0000;}

.online_board>table{width:100%; max-width:1200px; border-top:4px solid #c5252a;}
.online_board>table>tbody{width:100%; max-width:1200px;}
.online_board>table>tbody>tr>th{font-family:"Quicksand-Medium"; width:20%; height:80px; border:1px solid #ddd; border-left:none; border-right:none; padding:5px; padding-left:15px; box-sizing:border-box; background-color:#f9f9f9; text-align:left;}
.online_board>table>tbody>tr>th>span{color:#FF0000;}
.online_board>table>tbody>tr>td{font-family:"Quicksand-Medium"; width:80%; height:80px; border:1px solid #ddd; border-left:none; border-right:none; padding:5px; padding-left:10px; box-sizing:border-box;}

.online_control{margin:3px; border:1px solid #dedede; height:40px; border-radius:5px; width:80%;}
.tel_control{margin:3px; border:1px solid #dedede; height:40px; border-radius:5px; width:25%;}
.email_control{margin:3px; border:1px solid #dedede; height:40px; border-radius:5px; width:40%;}
.text_control{margin:3px; border:1px solid #dedede; height:150px; border-radius:5px; width:80%;}


.contact{width:100%; text-align:center; margin:30px auto;}
.online_btnok{display:inline-block; padding:10px 80px; box-sizing:border-box; border:1px solid #ddd; background-color:#c5252a; color:#fff;}
/*.upload{display:inline-block; margin: 3px; border: 1px solid #dedede; height: 40px; border-radius: 5px; width: 80%; font-size:13px; line-height:40px; text-align:center; vertical-align:middle;}
input[type="file"]{padding:2px; box-sizing:border-box;}*/

.fileBox .fileName {display:inline-block;width:50%;height:40px;padding-left:10px;margin-right:5px;line-height:40px;border:1px solid #ddd; background-color:#fff;vertical-align:middle}
.fileBox .btn_file {display:inline-block;border:1px solid #555;width:100px;height:40px;font-size:13px;line-height:40px;text-align:center;vertical-align:middle}
.fileBox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}