#content {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  background: url(../images/assess/back.jpg);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 100px;
}
#content * {
  font-family: "微软雅黑";
}
.header,
.main,
.footer {
  width: 100%;
  margin: auto;
}
.header{
  text-align: center;
}
.header>img {
  display: block;
  width: 700px;
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.head-box{
  display: inline-block;
  margin: 60px auto 0;
}
.head-box>.img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.head-box>.text{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 100px;
  margin-left: 20px;
}
.main > p {
  width: 700px;
  margin: auto;
  overflow: hidden;
  height: 36px;
}
.main > p a {
  float: right;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.main > p a img {
  float: left;
  width: 16px;
  margin: 5px 5px 0 0;
}
.main > div {
  width: 500px;
  margin: auto;
  height: auto;
}
.main > div h1 {
  width: 100%;
  height: 36px;
  background: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1aa2d7;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.main > div form {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 5px;
  overflow: hidden;
  padding-top: 20px;
}
.main > div form > p {
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.main > div form > p span {
  display: inline-block;
  width: 20%;
  color: #1667a4;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
}
.main > div form > p span b {
  color: #fff;
}
.main > div form > p input {
  display: inline-block;
  background: #e2e2e2;
  color: #8d8889;
  width: 60%;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
}
.main > div form > p:nth-of-type(3) input {
  width: 44%;
}
.main > div form > p:nth-of-type(3) img {
  display: inline-block;
  width: 15%;
  margin-left: 1%;
  height: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.main > div form > p a {
  font-size: 12px;
  color: #1aa2d7;
  margin-left: 10px;
  font-weight: bold;
}
.main > div form div {
  width: 70%;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.main > div form div span {
  display: inline-block;
  width: 22%;
  line-height: 30px;
}
.main > div form div span:nth-of-type(1){
  display:block;
  width: 240px;
  height: 30px;
  margin-left: 55px;
  color: #c03;
  display:none;
}
.main > div form div input{
  margin-left: 55px;
}
.main > div form > a {
  display: block;
  width: 60%;
  height: 36px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #257eb6;
  background: -moz-linear-gradient(top, #257eb6 0%, #1aa0c5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #257eb6), color-stop(100%, #1aa0c5));
  background: -webkit-linear-gradient(top, #257eb6 0%, #1aa0c5 100%);
  background: -o-linear-gradient(top, #257eb6 0%, #1aa0c5 100%);
  background: -ms-linear-gradient(top, #257eb6 0%, #1aa0c5 100%);
  background: linear-gradient(to bottom, #257eb6 0%, #1aa0c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#257eb6', endColorstr='#1aa0c5', GradientType=0);
  border-radius: 15px;
  outline: none;
}
.footer {
  position: absolute;
  height: 100px;
  left: 0;
  bottom: 0;
  padding-top: 30px;
  box-sizing: border-box;
}
.footer p {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
