.fl{
    float: left;
}
a{

    color: #666;
}
/* 需求方注册 */

#register_demand{
    width: 100%;
    padding:0;
}
#register_demand .top_box{
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd    ;
    box-shadow: 0 0 10px #ddd    ;
    height: 100px;
    line-height: 100px;
}

#register_demand .head{
    height: 100px;
    line-height: 100px;
    width: 1200px;
    margin: 0 auto;
}
#register_demand .head .left_img{
    float: left;
    display: inline-block;

}
#register_demand .head .left_img .wed_name{
    display: inline-block;
    padding : 0 25px;
    border-left: 1px solid #ddd;
    font-size: 26px;
    height: 45px;
    line-height: 45px;
    margin-left: 22px;
    margin-top:28px;
}
#register_demand .head .land_container{
    float: right;
    display: inline-block;
}


#register_demand .head .land_container p.float_right{
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.register_need .text-center .send_code{
    width: 130px;
    height: 49px;
    float: right;
    color: #009899;
    background: rgba(255,102,0,0.2);
    border:1px solid #d2d2d2;
    font-size: 16px;
    letter-spacing: 1px;
}
/*表单样式*/
#inputs{
    width:390px;
    margin:70px auto;
}
#inputs:after,#inputs p:after{
    display: block;
    content: '';
    clear: both;
    height:0;
}
#inputs>form{
    width:390px;
    float: left;
    margin-right:80px;
}
#inputs form p{
    margin-bottom:30px;
    position: relative;
    clear: both;
}
#inputs input{
    height:43px;
    line-height:48px;
    border:1px solid #ddd;
    padding:0 10px;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
}
#inputs .full_input{
    width:100%;
}
#inputs .middle_input{
    width:250px;
}
#inputs #submit{
    background: #009899;
    font-size:19px;
    border:none;
    color: #fff;
    letter-spacing: 5px;
}
p.agree{
    color: #999;
}
p.agree a{
    color: #666;
    text-decoration: underline;
}

/*错误提示*/
span.error{
    position: absolute;
    top:50px;
    left:0;
    font-size:14px;
    color: #009899;
    display: none;
}
span.error:before{
    content: '';
    display: inline-block;
    position: relative;
    height:14px;
    width:15px;
    top:2px;
    background: url(/images/icep/register_icon.png) -88px -100px no-repeat;
    margin-right:8px;
}

div.code_alert{
    /* display: none; */
    font-size: 12px;
    color: #666;
    margin-top: -10px !important;
    top: -10px !important;
}

div.code_alert p:before{
    content: '';
    display: inline-block;
    position: relative;
    height:14px;
    width:15px;
    top:2px;
    background: url(/images/icep/register_icon.png) -88px -100px no-repeat;
    margin-right:8px;
}
div.code_alert #mail{
    color: #009899;
    text-decoration: underline;
    margin-right: 26px;
    cursor:pointer;
}
div.code_alert > p{
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 找回密码弹出框 */
.shadow {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup {
   display: none; 
  position: fixed;
  border: 1px solid #ebebe8;
  top: 30%;
  left: 35%;
  background: #ffffff;
  width: 560px;
  height: 350px;
  padding: 90px 130px;
  text-align: center;

}
.popup .finish{
    display: block;
    width: 73px;
    height: 48px;
    margin: 0 auto;
    background: url(/images/icep/register_icon.png) -74px -125px no-repeat;
}
.popup p{
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 70px;
}
.popup .time{
    color: #009899;
}
.popup .login_immed{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #009899;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    outline: none;
    border: none; 
}





