@charset "utf-8"
html{overflow:auto;}
body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53;margin:0;padding:0; background:#05aec8;}

.main{width:180px;margin:0 auto;padding-top:15px;height:auto;}

.main .left .success{font-size:20px;width:100%;text-align:center;margin-top:100px;}

form .field{width:100%;line-height:30px;clear:both;margin-top:15px;}
.title{color:#fff;width:100%; text-align:center; font-size:16px; font-weight:bold;}

form .field .text input{width:100%;line-height:30px;color:#999;border:none;vertical-align:middle;height:30px;line-height:30px;background-color:#fff; box-sizing: border-box; border-radius: 5px; padding:0 5px;}
form .field .text textarea{height:120px;width:400px;text-indent:4px;color:#999;border:1px solid #dbdfe6;overflow-y:auto;background-color:rgb(246, 246, 246);}
form .field .text input.active, form .field .text textarea.active{border:1px solid #54AFD5;}

form .field .required{float:left;color:#666;width:40px;padding-left:5px;}
form .field .required span{color:red;}
form .field .required span i{font-style:normal;}

form .submit{width:100%;height:30px;font-size:14px;color:#ffffff;border:0px;cursor:hand;background:#f79331; line-height:30px; text-align:center;border-radius: 5px;}
