body {
    background: #03002f url("../img/login.jpg") left center no-repeat;
    text-decoration: none;
    font-family: "宋体";
    display: flex;
    flex-direction: column;
}
*{
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
#container{
    margin: 150px auto 0;
}
.zc{
    z-index: -100;
    background: #1b1b1b26;
    border-radius: 30px;
    width: 1050px;
    /*height: 550px;*/
    padding: 50px 60px;
    box-sizing: border-box;
}

.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{
    position: relative;
    width: 440px;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}
.register_form .icon{
    display: none;
    vertical-align: middle;
    margin-right: 8px;
    height: 65px;
    width: 35px;
}
.register_form .inputCon{
    height: 45px;
    line-height: 45px;
    width: 420px;
    border: 0 !important;
    font-size: 14px;
    outline: none;
    padding: 0 10px;
    color: #fff;
    background: url("../img/input.png") no-repeat;
    background-size: 100% 100%;
}
input::-webkit-input-placeholder{
    color:#fff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}

.register_form .username {
    background: url("../img/register_user.png") center no-repeat;
}
.register_form .password {
    background: url("../img/register_pass.png") center no-repeat;
}

.register_form .email {
    background: url("../img/register_email.png") center no-repeat;
}

.register_form .name {
    background: url("../img/register_name.png") center no-repeat;
}
.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: 45px;
    line-height: 45px;
    text-align: center;
    background: url(../img/btn.png) no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    cursor: pointer;
    border: none !important;
    display: block;
    width: 50%;
    outline: none;
    font-size: 18px;
    margin: 65px auto 0;
}
.register_form .icon-gender {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 20px;
}
.register_form label{
    color: #a9a9a9;
    display: inline-block;
}
.register_form .radio-box{
    margin-right:10px;
    margin-left: 10px;
}

.errorMessage{
    color: red;
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 99;
    line-height: 1;
}
/*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;
}
