<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*在线询盘样式 */
.hs_inquiry_form{width:600px;height:auto;clear:both;margin: auto;}
.hs_inquiry_form_v{width:600px;height:120px;clear:both;margin: auto;}
.hs_inquiry_form_button{width:470px;height:80px;line-height:80px;clear:both;margin-top:5px;padding-left:130px;margin: auto;}
.hs_inquiry_form:after,.hs_inquiry_form_v:after{content:"";display:table;clear:both}
.hs_inquiry_form .hs_lf,.hs_inquiry_form_v .hs_lf{float:left;width:120px;margin-right:15px;text-align:right;height:45px;line-height:45px;font-size:14px;font-weight:bold;color:#666}
.hs_inquiry_form .hs_rf,.hs_inquiry_form_v .hs_rf{float:left;width:auto;}
.hs_inquiry_form .input,.hs_inquiry_form_v .input{-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  height:35px;border:1px solid #cccccc;font-size:14px;margin-right:10px;line-height:35px;padding:5px 10px;
  }  
.hs_inquiry_form .input:hover{border:1px solid #1473e6;}
.hs_inquiry_form .input:focus{border:1px solid #1473e6;outline:0}
.hs_inquiry_form_button .button1{border:0;height:35px;line-height:35px;text-align:center;background-color:#337ab7;color:#FFF;text-decoration:none;-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;width:120px;}
.hs_inquiry_form_button .button1:hover{background-color:#296292;}
.hs_inquiry_form_button .button2{margin-left:15px;border:0;height:35px;line-height:35px;text-align:center;background-color:#d9534f;color:#FFF;text-decoration:none;-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;width:120px;}
.hs_inquiry_form_button .button2:hover{background-color:#bb423e;}
.hs_inquiry_form_v .textarea{-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:1px solid #cccccc;font-size:14px;line-height:25px;padding:5px 10px;margin-top:5px;}
.hs_inquiry_form_v .textarea:hover{border:1px solid #1473e6;}
.hs_inquiry_form_v .textarea:focus{border:1px solid #1473e6;outline:0}
.form-required:before {
	content: "*";
	display: inline-block;
	margin-right: 4px;
	line-height: 1;
	font-family: SimSun;
	font-size: 12px;
	color: #ed3f14
}
/*结束在线询盘样式 */</pre></body></html>