<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,html{ margin: 0px; padding: 0px; }
.feedform{ clear: both; display: block; }
.formLi{ clear: both; display: block; margin-bottom: 10px; }
.feedform span{ float: left; display: block; width: 100px; line-height: 45px;  font-size: 14px; color: #666; }
.feedform p{ float: left; display: block; width: 370px; margin: 0px; padding: 0px; }
.feedform p input{ clear: both; display: block; width: 100%; height: 32px; line-height: 32px; border: 1px solid #e3e3e3; text-indent: 1em; }
.feedform p textarea{ clear: both; display: block; width: 100%; height: 50px; line-height: 25px; border: 1px solid #e3e3e3; text-indent: 1em; margin-bottom: 10px; }

.formBtn{ clear: both; display: block; width: 100%; }
.formBtn button{ clear: both; display: block; width: 470px; height: 38px; line-height: 38px; background: #0193e1; color: #fff; border: none; cursor: pointer; }</pre></body></html>