body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{

	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}


#myform tr{ width: 45%; float: left;  margin:10px 0 10px 20px;}
#myform tr  input{ width: 220px; height: 35px; padding-left: 10px;}
#myform tr .hback_1{ width: 120px; text-align: right; padding-right:5px;  }
#myform .teshu{ width:70%; }
#myform tbody{ display: inline-block; text-align: center; padding-left: 20px; }
#myform .teshu .input_w1{ width:120px; float: left; height: 35px; margin-top: 5px;}
#myform .teshu img{ float: left; width: 80px;  margin-left: 10px; margin-top: 10px;}
#myform .teshu a{ font-size: 14px; }
#myform td textarea{ width: 220px; height:100px; padding-left: 5px;}
#myform tr td b{ font-size: 16px; font-weight: 400; }
#myform .anniu .button_w1{ width: 300px;background: #009aff; margin: 0 auto;margin-left: 20px; cursor: pointer;}
#myform .anniu{  position: relative; top: 0; left: 220px; margin-top:20px;overflow: hidden; }
#myform .anniu input{ float: left; font-size: 15px; color: #fff; font-family: "微软雅黑"; border:none;  line-height: 30px; display: block;}



