/*注册页面的样式*/
body,html{
    font-family:"Microsoft YaHei", "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    background: #f3f3f5;
    height:100%;
}


div.register_need{
    margin:20px auto;
    padding:0;
    width: 380px;
}
div.register_need:after{
    display: block;
    height: 0;
    content:'';
    clear:both;
}
div.register_need>div{
    padding:0;
    height:100%;
}
div.register_need>div.l_img{
    width: 400px;
    height: 400px;
    float: left;
}
div.register_need img{
    width: 100%;
    height: 100%;
    margin:0;
}
div.register_need>div.inputs{
    width: 420px;
    height: 380px;
    float: left;
    background-color: #fff;
    padding:20px;
    border-radius: 5px;
    border-radius: 15px;
}

div.register_need>div.inputs p{
    /* line-height:30px; */
    /* margin-top:3%; */
    color:#999;
}
div.register_need>div.inputs p.identify,
div.register_need>div.inputs p.agree{
    margin:0%;
}
div.register_need>div.inputs p>span{
    border-bottom:1px solid #a6acaa;
    color:#a9a9a9;
    padding:0;
    text-align: left;
}
div.register_need>div.inputs p>span.error{
    position: absolute;
    top:48px;
    border-bottom:0;
    left:15px;
    line-height:18px;
    font-size:0.8em;
    color:#ff0101;
    display: none;
}
div.register_need>div.inputs p>a.protocol,div.register_need>div.inputs div.land_container a{
    color:#009899;
    text-decoration: none;
}
form.form{
    padding:0;
}
form.form h3{
    /* letter-spacing:1em; */
    font-size: 18px;
    text-align: left;
    /* padding-left:1.5em; */
    margin-top:0
}
form.form h3 .float_left{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-left: 96px;
}

form.form h3 .creatId{
    display: inline-block;
    color: #009899;
    text-decoration: underline;
}

div.register_need>div.inputs p>input{
    padding:0 10px;
    outline:none;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
div.register_need .login-title{
    line-height: 50px;
    font-size:29px;
    font-weight: 700;
    color: #009899;
    margin: 0 -20px;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 422px;
    text-align: center;
}
div.register_need>div.inputs p.pwd{
    margin: 20px 0px;
}
div.register_need>div.inputs p>button{
    line-height:27px;
    background:#fff;
    outline:none;
    border:1px solid #676767;
    color:#666;
    font-size:1.09em;
    border-radius:2px;
    padding:0;
    border:none;
}
div.register_need>div.inputs p>button:hover{
    background-color: #009899;
    color:#fff;
}
/* div.register_need>div.inputs p.submit_container{
    margin-top:3%;
} */
div.register_need>div.inputs div.land_container{
    margin-top:0;
    line-height:25px;
}
div.register_need>div.inputs div.land_container p{
    margin-top:0;
    line-height:55px;
    font-size: 16px;
}
div.register_need>div.inputs p>button[type='button']{
    line-height:40px;
    background:#fff;
    outline:none;
    background:#009899;
    color:#fff;
    padding-left:1em;
    font-size:18px;
    border-radius:50px;
    text-align: center;
    letter-spacing:1em;
}
.remember_container p.float_left{
    float:left;
}
.float_right{
    float:right;
}

.quick_login .Quick{
    display: block;
    color:#999;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    padding-right:80px;
}
.quick_login .Quick i{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.quick_login .Quick i.wechat{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(http://task./images/weixin_pc.png) no-repeat;
    background-size:100% 100%;
}
.quick_login .Quick i.tel_icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(http://task./images/phone_pc.png)  no-repeat;
    background-size:100% 100%;
}
/*切换到服务方按钮*/
a.to_service{
    position: absolute;
    -webkit-background-size:100% !important;
    background-size:100% !important;
    background:url(/images/switch_bg.png) no-repeat 0px 0px ;
    text-align: center;
    color:#67553f;
}
/*屏幕大小切换时的样式*/
@media (min-width:1200px){
    div.register_need{
        height:550.2px;
        margin-top:-275.1px;
    }
    a.to_service{
        width:46%;
        bottom:15%;
        left:27%;
        line-height:45px;
        font-size:1.4em;
    }
}
@media (min-width: 768px){
    div.register_need{
        position: relative;
        top:50%;
    }
}

@media (max-width:1200px) and (min-width: 992px){
    div.register_need{
        height:515px;
        margin-top:-257px;
    }
    a.to_service{
        width: 50%;
        bottom: 15%;
        left: 25%;
        line-height: 39px;
        font-size:1.3em;
    }
}
@media (max-width:992px) and (min-width:768px){
    div.register_need>div.inputs{
        padding:5%;
    }
    div.register_need{
        height:495px;
        margin-top:-247.5px;
    }
    a.to_service{
        width: 66%;
        bottom: 15%;
        left: 17%;
        line-height: 40px;
        font-size:1.2em;
    }
}
@media (max-width:768px){
    div.register_need>div.inputs{
        padding:1% 0;
    }
    a.to_service{
        width: 80%;
        bottom: 15%;
        left: 10%;
        line-height: 42px;
        font-size: 1.4em;
    }
}
/*需求页面的身份样式*/
div.register_need>div.inputs p.identify button{
    border:1px solid #ae917f;
    color:#ae917f;
    background: #fff;
}
div.register_need>div.inputs p.identify button.selected{
    color:#fff;
    background: #ae917f;
}
div.register_need>div.inputs div{
    /* line-height:30px; */
}
div.register_need>div.inputs div p{
    margin:0;
}
/* div.remember_container{
    margin-top:10px ;
} */
/* 服务方注册 */

#register_demand{
    width: 100%;
}
#register_demand .head{
    height: 100px;
    line-height: 100px;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 5px solid #f4f4f4;
}
#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;
}
#register_demand .head .land_container{
    float: right;
    display: inline-block;
}
#register_demand .head .land_container a{
    color: #009899;
    text-decoration: underline;
}
.register_need .text-center .send_code{
    width: 130px;
    height: 49px;

}


#mask{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:none;
    z-index:10001;
    background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, 0, endColorstr=#BF000000, 0);font-size:14px;
    color:#666;
}
#mask div.content_box{
    position:absolute;
    top:150px;
    left:50%;
    width:400px;
    min-height:100px;
    margin-left:-300px;
    background:#fff;
}
#mask div.content_box>p{
    padding:40px;
    text-align:center;
    line-height:2em;
    font-size: 16px;
}
#mask div.content_box div.btns{
    text-align:center;
    
}
#mask div.content_box div.btns:after{
    clear:both;
    height:30px;
    content:'';
    display:block;
}
#mask div.content_box div.btns>button{
    background:#009899;
    color:#fff;
    float:none;
    border:none;
    font-size: 15px;
    padding: 4px 20px;
    border-radius: 3px;
    cursor: pointer;
}
#mask div.content_box div.btns>a{
    display: inline-block;
    padding: 4px 20px;
    background: #009899;
    color: #fff;
    text-decoration: none;
    font-size: 15PX;
    margin-right: 20px;
    border-radius: 3px;
}
#mask div.content_box div.btns>a:hover{
    background:#f90;
}
#mask div.content_box div.btns>button:hover{
    background:#f90;
}