* {
  margin: 0;
  padding: 0;
}

body {background-color: #e8e8e8;font-size:14px;text-align: center}
h1 {font-size:24px;color:red;}
p { line-height: 2em; }
a:link {color:blue;text-decoration:none;} /*平常状态*/
a:visited {color:blue;text-decoration:none;} /*已被点击状态*/
a:hover {color:red;} /*鼠标悬停状态*/
input,select,textarea {border:1px solid #616178;font-size:12px;color:#005680;}

strong {
  color: red;
  font-size: 14px;
}

.box {
  font-size: 14px;
  margin-top: 80px;
  background-color: #fff;
  min-height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

.container {
  margin-top: 50px;
}

.form-group {
  margin-top: 50px;
}

.content {
  margin-top: 40px;
}

.result {
  margin-top: 60px;
  margin-bottom: 40px;
}

.list {
  margin-top: 40px;
  line-height: 1.5em;
}

#form-file {
  border-radius: 2px;
  display: inline-block;
  width: 400px;
  height: 22px;
  padding-top: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
}

#form-submit {
  display: inline-block;
  width: 100px;
  height: 26px;
  background-color: #fff;
  border-radius: 2px;
}
