
/**/
.bootstrap-frm { margin:30px 0 60px 0;}
.bootstrap-frm input, .bootstrap-frm select,.bootstrap-frm textarea{border: 1px solid #CCC;background:#FFFFFF;font-size:16px;height: 30px;line-height:30px;margin-bottom: 10px;margin-top: 2px;outline: 0 none;padding: 5px 0px 5px 5px;width: 96%;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.bootstrap-frm select { font-size:16px; background: #FFF url('down-arrow.png') no-repeat right;background: #FFF url('down-arrow.png') no-repeat right;appearance:none;-webkit-appearance:none;-moz-appearance: none;text-indent: 0.01px;text-overflow: '';width: 96%;height: 40px;line-height:15px;}
.bootstrap-frm .button {display: block;margin: 20px auto 0;width:95%;height: 42px;font-size: 18px;color: #fff; background: #ca1214;border: 1px solid #ffd83b; border-radius: 3px;}
.bootstrap-frm .button:hover {background-color: #024e27;border-color: #ffd83b;}
.bootstrap-frm input:hover { border: #024e27 1px solid;}
input[type="button"], input[type="submit"], input[type="reset"] , select , button{-webkit-appearance: none;}

/*中部开始==================================================================================*/
#y_txt{margin:10px 0 20px 0;line-height:22px; font-size:14px;border:#ddd 1px dashed;padding:8px;background:#f8f8f8;}
#y_txt a{text-decoration: underline; color:#db0909; font-size:14px; font-weight:bold; padding:0 3px;}

.y_yin{display: block;margin-left: 3%;overflow:hidden; }
.y_yin .bt{width:50%; overflow:hidden;}
.y_yin .srk{width:99%;overflow:hidden; float:left;}
.y_yin .srk input{width:95%;}
.y_yin .srk textarea{width:95%; height:120px;}
.y_yin .srk0 select{width:100%;}
.y_yin .srk0{ width:20%;}
.y_yin .srk2{width:50%;overflow:hidden; float:left;}
.y_yin .srk2 input{width:85%;}
.y_yin .srk3{width:50%;overflow:hidden; float:left;}
.y_yin .srk3 select{width:85%;}
/*其它==================================================================================*/
.fr{float:right;}
.fl{float:left;}
.red{color:#db0909;}
.blue{color:#024e27;}