@charset "UTF-8";
/**!
 * [首页]
 * date:2016-12-3
 * author: [shsbo];
 */
.main {
  position: relative;
  margin: 54px auto 0;
  width: 1000px;
  height: 66%;
  background-color: #fff;
}
.main .infotitle {
  position: absolute;
  top: 31px;
  left: 29px;
  font-size: 16px;
  line-height: 1;
  color: #0f72cf;
  text-align: left;
}
.main .box {
  padding-top: 85px;
}
.main .textbox {
  width: 253px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  text-align: left;
  text-indent: 10px;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  outline: none;
}
.main .textbox.short {
  width: 144px;
}
.main .code {
  float: left;
  margin-left: 10px;
  width: 97px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  cursor: pointer;
}
.main .intro {
  padding-top: 13px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  text-align: left;
}
.main .link {
  color: #2e93df;
}
.main .submit {
  display: block;
  width: 146px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #f9903c;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
}
.main dt {
  float: left;
  width: 370px;
  min-height: 1px;
  font-size: 14px;
  line-height: 34px;
  color: #666;
  text-align: right;
}
.main dd {
  float: left;
  margin-left: 10px;
}
.main dl {
  margin-top: 20px;
}

/*# sourceMappingURL=index.css.map */
