.register_wrap {
  width: 420px;
  position: absolute;
  right: 0;
  z-index: 100;
  padding: 0 20px 25px ;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 50px;
  border-radius: 8px;
}
.register_wrap .company-name {
  margin: 20px 0;
  text-align: center;
  color: #383838;
  font-size: 18px;
}
.register_wrap .company-name .name-content {
  font-size: 18px;
  color: #383838;
}
.register_wrap .company-name .register-header-title {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.register_wrap .toLogin:after {
  content: "";
  display: table;
  clear: both;
}
.register_wrap .register_title {
  color: #999;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
}
.register_wrap .register_title a {
  color: #279ff5;
}
.register_wrap .register_title span {
  font-size: 18px;
  color: #279ff5;
}
.register_wrap .register_sign {
  position: absolute;
  right: 46px;
  top: 25px;
}
.register_wrap .reg_form_wrap {
  margin-top: 20px;
}
.register_wrap .reg_form_wrap .reg_input {
  width: 330px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  text-indent: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.register_wrap .reg_form_wrap .reg_input:focus {
  border: 1px solid #279ff5;
}
.register_wrap .reg_form_wrap .sure_input {
  margin-top: 8px;
  margin-bottom: 22px;
}
.register_wrap .reg_form_wrap .phone_code {
  width: 380px;
  box-sizing: border-box;
  margin-top: 10px;
  position: relative;
}
.register_wrap .reg_form_wrap .phone_code .fill_code {
  width: 177px;
  display: inline-block;
  box-sizing: border-box;
  text-indent: 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  margin-right: 15px;
}
.register_wrap .reg_form_wrap .phone_code .get_code {
  width: 132px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #279ff5;
  color: #279ff5;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  right: 0;
  text-indent: 0;
}
.register_wrap .reg_form_wrap .phone_code .get_code img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.register_wrap .reg_form_wrap .sureReg {
  color: #fff;
  font-size: 16px;
  background-color: #279ff5;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  padding-left: 0px;
  padding-right: 10px;
}
.register_wrap .reg_form_wrap .agree_read {
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin-left: 25px;
}
.register_wrap .reg_form_wrap .agree_read a {
  color: #4faeff;
}
.register_wrap .reg_form_wrap .go_to_login {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  color: #1192ff;
  margin: 10px auto 20px;
}
.dt_child_content {
  width: 330px;
  left: 0;
  height: 42px;
  margin: 0 auto;
  background-color: #eeeeee;
  position: relative;
  overflow: visible;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.dt_slide_bar_back {
  cursor: default;
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: #20c454;
}
.dt_notice {
  width: 330px;
  cursor: default;
  position: absolute;
  left: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
.dt_child_content_knob_move_back {
  height: 40px;
  width: 40px;
  background-position: -8px -56px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  -moz-box-shadow: none;
  z-index: 399;
  background-repeat: no-repeat;
  background-image: url('../images/register.png');
}
/*==============================================
author:guan
date:2016.5.28
注册成功跳转页面样式
================================================*/
.register_success_wrap {
  text-align: center;
}
.content.reg_succe {
  background-color: #fff;
  border-top: 1px solid #ddd;
  height: 380px;
  box-sizing: border-box;
}
.content.reg_succe .content-layout {
  height: 380px;
}
.register_success {
  height: 230px;
  margin: 0 auto;
  padding-top: 140px;
  display: inline-block;
  text-align: center;
}
.register_success .success_logo {
  width: 60px;
  height: 60px;
  background: url('../images/register.png') no-repeat;
  background-position: -8px -102px;
  float: left;
}
.register_success .warning_logo {
  float: left;
  width: 60px;
  height: 60px;
  background: url('../images/register.png') no-repeat -116px -8px;
}
.register_success .cong {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 7px;
  text-align: left;
}
.register_success .cong .span_block {
  display: block;
}
.register_success .cong .span_block.success_title {
  color: #019830;
  font-size: 24px;
}
.register_success .cong .span_block.warning_title {
  color: #4FAEFF;
  font-size: 24px;
}
.register_success .cong .span_block.get_kebi {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
.register_success .kebi_num {
  color: #ff7e00;
}
.register_success .start_learn {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: url('../images/register.png') no-repeat;
  background-position: -8px -168px;
  text-align: center;
  font-size: 22px;
  color: #fefefe;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  left: 57px;
}
.register_success .success_title_wrap {
  height: 60px;
  display: inline-block;
}
.register_success .fill_paper_wrap {
  margin-top: 25px;
  position: relative;
  left: 140px;
  color: #333;
}
.register_success .fill_paper_wrap a {
  text-decoration: underline;
  color: #017fea;
}
footer.reg_success {
  margin-top: 80px;
}
