.register_wrap{
  width: 360px;
  height: 480px;
  position: absolute;
  /* top: 60px; */
  right: 0px;
  z-index: 100;
  padding: 10px 20px 60px ;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 50px;
}
.register_wrap .toLogin:after{
  content: "";
  display: table;
  clear: both;
}
.register_wrap .toLogin a.go_to_login{
	text-decoration: underline;
	float: right;
	display: inline-block;
  color: #017fea;
}
.register_wrap .register_title{
  color: #333;
  text-align: center;
  font-size: 22px;
}
.register_wrap .reg_form_wrap{
  margin-top: 30px;
}
.register_wrap .reg_form_wrap .reg_input{
  width: 320px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.dt_child_content{
    width: 320px;
    left: 0;
    height: 42px;
    margin: 0 auto;
    background-color: #eeeeee;
    /* background-position: -13px -11px; */
    position: relative;
    overflow: visible;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    /* background-repeat: no-repeat;
    background-image: url('images/slide-new.png'); */
}
.dt_slide_bar_back{
    cursor: default;
    position: absolute;
    left: 0;
    height: 40px;
    line-height: 40px;
    /* background-position: -13px -74px;
    background-repeat: no-repeat;
    background-image: url('images/slide-new.png'); */
    background-color: #20c454;

}
.dt_notice{
    width: 320px;
    cursor: default;
    position: absolute;
    left: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-background-clip: text;
    //-webkit-text-fill-color: transparent;
    -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');
}
.register_wrap .reg_form_wrap .phone_code{
  width: 320px;
  box-sizing: border-box;
  margin-top: 15px;
}
.register_wrap .reg_form_wrap .phone_code .fill_code{
  width: 190px;
  display: inline-block;
  margin-right: 5px;
  padding:0px;
  box-sizing: border-box;
  padding-left: 15px;
}
.register_wrap .reg_form_wrap .phone_code .get_code{
  width: 120px;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  background-color: #eee;
  cursor: pointer;
  color: #999;
}
.register_wrap .reg_form_wrap .sureReg{
  color: #fff;
  font-size: 18px;
  background-color: #4faeff;
  border-radius: 2px;
  border: none;
}
.register_wrap .reg_form_wrap .agree_read{ 
  font-size: 14px;
  color: #666666;
  height: 40px;
  line-height: 40px;
}
.register_wrap .reg_form_wrap .agree_read a{
  color: #4faeff;
}
/*==============================================
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;
    margin-top: 45px;
    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;
}








