@charset "utf-8";
* {-webkit-box-sizing: border-box; box-sizing: border-box;}
body{ background:#fff; font-size:14px;}
.inputall{height:28px; line-height:28px; border:1px #ddd solid; padding:2px 7px; font-size:14px; background:#fff; outline:none; margin:4px 0;}
.input300{width:300px;}
.textarea{width:300px; height:100px; font-size:14px; line-height:24px;border:1px #ddd solid; border-radius:2px; padding:2px 5px; background:#fff; resize:none; outline:none;}
.tjbtn{background:#24297e; width:300px; font-family:"微软雅黑"; border-radius:5px; height:40px; text-align:center; line-height:40px; color:#fff; border:0; margin-top:10px; font-size:15px; cursor:pointer; outline:none;}
.form { padding:10px 0;}
@media only screen and (max-width: 300px) {
.inputall { height:24px; line-height:24px; font-size:12px;}
.input300{width:200px;}
.input150{width:80px;}
.textarea{width:200px;}
.form { font-size:13px;}
}