html, body {
    height: 100%;
    font-family: "Microsoft Yahei";
}
body {
    background: #f3f5ff url(../img/login.png) center left no-repeat;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
*{
    margin: 0;
    padding: 0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }

#container {
    width: 1000px;
    height: 625px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    margin-left: -500px;
    background: url(../img/share.png) right center no-repeat #fff;
    border-radius: 30px;
}

.zjz{
    width:500px;
}

.dl {
    margin-top:0;
    font-size:16px;
    line-height:18px;
    color:#fff;
    position:relative;
}

#zhuce{
    display:block;
    font-size:18px;
    color:#6384fb;
    text-align: center;
}

.dl h1 {
    font-size: 20px;
    color: #303e4a;
    font-weight: bold;
    padding-top:40px;
    padding-bottom:40px;
    text-align: center;
}

.dlnr{
    margin-top:0;
    padding:0 60px;
}

.user-input{
    margin-bottom:10px;
    border-bottom:1px solid #ececec;
}

.user-input input{
    height: 45px;
    line-height: 45px;
    width: 365px;
    border: 0 !important;
    font-size:18px;
    outline: none;
    padding: 0 10px;
    color: #777;
}

input::-webkit-input-placeholder{
    color:#777;
    font-size:14px;font-family: "Microsoft Yahei";
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#777;
    font-size:14px;font-family: "Microsoft Yahei";
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#777;
    font-size:14px;font-family: "Microsoft Yahei";
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#777;
    font-size:14px;font-family: "Microsoft Yahei";
}






.register_title {
    font-size: 34px;
    color: #fff;
    line-height: 45px;
}
.register_welcome{
    font-size: 26px;
    font-weight: normal;
    color:#a9a9a9;
}
.register_content {
    padding-top: 25px;
}
.register_form{
    border-bottom: 1px solid #ececec;
}

.register_form .male{
    background: url("../img/register_male.png") center no-repeat;
}
.register_form .female{
    background: url("../img/register_female.png") center no-repeat;
}
.register_softLogo {
    position: absolute;
    left: 20px;
    bottom: -35px;
}
.footer-info {
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.register_sub {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6384fb;
    background-size: 100% 100%;
    color: #FFF;
    cursor: pointer;
    border: none !important;
    display: block;
    border-radius: 5px;
    width: 385px;
    margin:20px auto;
    outline: none;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 1px 1px 7px -1px #6384fb;
}

.register_form .icon-gender {
    display: inline-block;
    vertical-align: middle;
    height:45px;
    width: 20px;
}
.register_form label{
    color: #a9a9a9;
    display: inline-block;
}
.register_form .radio-box{
    margin-right:10px;
    margin-left: 10px;
}

.errorMessage{
    font-size: 12px;
    position: relative;
    z-index: 999;
    margin-left:11px;
    color: red;
    line-height: 30px;
}
/*footer*/
#zjx{
    width: 760px;
    background-image: none;
    background-repeat: no-repeat;
    color:#a3bbc6;
    margin: auto;
    text-align: center;
    font-size: 12px;
}
#zjx a{
    color:#a3bbc6;
}
.Allerror{
    position: relative;
}
.Allerror .errorMessage{
    left: 5px;
}
ul li{
    list-style: none;
}
