@charset "UTF-8";
/**
 *
 * @authors huangbr@ename.com
 * @date    2017-3-15
 * @version 1.0
 */
html,body{min-width: 1200px;}
@media screen and (max-width: 1200px) {
  html,body {
    width: 1200px;
  }
}
.ml0{margin-left:0 !important;}
.mr10{margin-right:10px !important;}
.white{
  background:#fff;
}
body{
  background:#fafafa;
}
.ip_header{
  width:1000px;
  margin:0 auto;
  padding:22px 100px;
}
.ip_logo a{
  display:inline-block;
  width:155px;
  height:55px;

}
.ip_containers{
  width:1000px;
  height:600px;
  margin:0 auto;
  padding:146px 100px 0;
  font-size:18px;
  color:#78829b;
}
.ip_reminder{
  width:632px;
}
.ip_reminder p{
  line-height:40px;
}
.ip_what{
  display:table-cell;
  width:632px;
  padding-bottom:20px;
  padding-top:20px;
  border-bottom:1px dashed #dad2d2;
}
.ip_how{
  padding-top:20px;
}
.ip_what p{
  text-indent: 2em;
}
.ip_captcha{
  margin-top:20px;
}
.ip_submit {line-height:26px;padding:7px 26px; border:none; font-size:16px;background:#ff6700;color:#fff !important;cursor:pointer;}
.ip_submit:hover {background:#f25807;}
.ip_captcha input{width:108px;height:26px;padding:6px 5px;line-height:26px;border:1px solid #dcdcdc; }
.ip_captcha label{
  margin-left:0;
  font-size:16px;
}
.ip_captcha a{
  display:inline-block;
  margin-left:10px;
  font-size:14px;
  color:#1377dc;
}
.image_btn{
  cursor: pointer;
  user-select:none;
  -ms-user-select:none;
  -moz-user-select: none;
  -webkit-user-select: none;
}