@charset "gb2312";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td{
  padding:0;
  margin:0;
}
body { 
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #f0f0f0;
  padding-top: 200px;
}
a,button,input,textarea { outline: none;}
input,textarea { box-shadow: none;}
a { 
  text-decoration: none; 
  color: #404040;
}
button,
button:active {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
img { border: none;}

.fl { float: left;}
.fr { float: right;}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after { clear: both;}

.container {
  width: 618px;
  margin: 0 auto;
  background-color: #fff;
  padding: 56px 88px 40px;
}
.container>h1 {
  height: 24px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  color: #494949;
  margin-bottom: 30px;
}
.form_group {
  font-size: 0;
  margin-bottom: 5px;
  position: relative;
}
.form_group>p {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #f00;
  white-space: nowrap;
  overflow: hidden;
}
.form_control {
  width: 100%;
  height: 54px;
  border: 1px solid #959595;
  padding: 10px 17px;
  font-size: 16px;
}
.form_control.yzm { padding-right: 124px; }
.get_yzm {
  width: 112px;
  height: 40px;
  padding: 0;
  background-color: #00bbbe;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.get_yzm:hover {
  background-color: #009d9f;
}
.get_yzm[disabled],
.get_yzm[disabled]:hover {
  font-size: 14px;
  font-weight: normal;
  background-color: #009d9f;
  filter: alpha(opacity=50);
  opacity: .5;
}
.submit {
  width: 100%;
  height: 48px;
  background-color: #00bbbe;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.submit:hover { background-color: #009d9f; }