@charset "utf-8";
/* CSS Document */

/*font*/
.fb{font-weight:bold;}
.vl-m{vertical-align:middle;}
.tl-c{text-align:center;}
.udl{text-decoration:underline;}
.tl-l{text-align:left;}
.tl-r{text-align:right;}
.fm-yh{font-family:'微软雅黑';}
.fm-al{font-family:arial;}
.pre{white-space:pre;}
.linethr{ text-decoration:line-through;}
/*block*/
.block{display:block;}
.block-in{display:inline-block;}
/*button cursor*/
.cursor1{cursor:pointer;}
/*float*/
.of-h{overflow:hidden;}
.fl-l{float:left;}
.fl-r{float:right;}
/*position*/
.ps-re{position:relative;}
/*form*/
.bd_none{border:none;}
/*table*/
.table-wrap{border-collapse:collapse;border-spacing:0;width:100%;}
/*img*/
.imgshow1{ display:block; width:100%;}
/*button style*/
/*form btn*/
.btn-input{ border:none; font-size:14px; color:#fff; height:40px; cursor:pointer;}
.btn_w1{ width:100px;}
.btn_bg1{ background:#e98a02;}
/*span btn*/
.btn-txt{ border:none; font-size:14px; color:#fff; height:40px; cursor:pointer;
display:inline-block; line-height:40px;}
.btn-txt-bd{ border:1px solid #e6e6e6; box-sizing:border-box;
font-size:14px; color:#fff; height:40px; cursor:pointer;
display:inline-block; line-height:40px;}
/*input txt*/
.input_box{ border: 1px solid #e4e4e4; text-indent:10px;
box-sizing:border-box;}
.input_w1{ width:500px;}
.input_h1{ height:32px; line-height:32px;}
.tarea_h1{ height:300px;}
.tarea1{ padding:10px; width:480px; height:280px;}
.input_title1{ width:80px;}
.input_title1 i{ color:#F00; margin-right:3px;}