
body {
    margin: 0;
    padding: 0;
}

body, html {
    height: initial !important;
}

.logo-warp {
    overflow: hidden;
    background: url(../img/regist/logo.jpg) no-repeat center top;
}

.logo-register {
    width: 400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left:-200px;
}

.logo-top {
    width: 400px;
    height: 120px;
    background-color: #ed6c44;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.logo-body {
    position: relative;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.user-regist {
    font-size: 17px;
    color: #E2D34D;
    font-weight: bolder;
    padding: 20px 50px;
}

.sign-form {
    background-attachment: fixed;
    height: 100%;
    position: relative;
}

.help-gm {
    display:none;
    color: #828282;
    padding-left: 0;
    font-size: 12px;
    margin-top: 5px;
}

.error {
    color: #ED6C44;
    line-height: 16px;
}

.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-group .icon {
    position: absolute;
    background: url(../img/regist/icon.png) no-repeat;
    width: 40px;
    height: 40px;
    z-index: 1;
    background-position: 4px;
    background-position: 8px -8px;
}

.form-group .icon.icon-username {
    background-position: 8px -8px;
}

.form-group .icon.icon-pwd {
    background-position: 8px -125px;
}

.form-group .icon.icon-validate {
    background-position: 8px -233px;
}

.registform-control {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #fff;
    text-indent: 40px;
    color: #333;
    outline: none;
    border: 1px solid #fff;
}

.registform-control:focus {
    border: 1px solid #ea8021;
}

.Password {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #ed6c44;
    font-size: 30px !important;
    font-size: 28px !important;
    margin: 5px 8px;
}

.bots, .password {
    top: 0;
    font-size: 24px !important;
    left: 0px;
}

.code {
    font-size: 24px !important;
    left: 0px;
}

.icon-yonghuming {
    font-size: 28px !important;
    margin: 3px 5px;
}

.yhm {
    font-style: normal;
}

.form-controls {
    width: 65%;
    margin: 0 6px 16px 0;
}

input.btn {
    border: none !important;
    transition: all 0.2s ease-in;
    width: 100%;
    height: 45px;
    background: #ed6c44;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius:4px;
}

.btn:hover {
    background: #bd3520;
}

.text {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    margin: 24px 0px;
    margin-bottom: 0px;
}

    .text a {
        color: #FFD0A1;
        font-weight: 550;
    }

.imoon-email {
    font-size: 16px;
    margin-left: 1px;
    margin-top: 2px;
}

.yzm.img {
    position: absolute;
    display: inline-block;
    width: 100px;
    border-right: 1px solid #99AA99;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.bot {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #030c11;
    text-align: center;
    padding: 35px 0;
    z-index: 20;
}



.bot-box a {
    display: inline-block;
    color: #FFD0A1;
    margin: 0 26px;
    cursor: pointer;
    font-size: 16px;
}

    .bot-box a:hover {
        text-decoration: underline;
    }

.regist_content {
    /*width: 320px;*/
    margin: 1px auto;
    padding: 0px 50px 20px 50px;
    justify-content: center;
}

.login-footer {
    display: none;

    @media (min-height:1080px) {
        display: block;
    }
}

.regist_content .sign-form .form-item {
    height: 40px;
    margin: 20px 0;
    background: #f0dfbf;
}

input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #afafaf;
    /*padding-left: 33px;*/
    /*z-index: 20;*/
}

/*手机*/
/*当窗口小于768时*/
@media (max-width: 767px) {
    .regist_bg {
        width: 100%;
    }

    .logo-register {
        overflow: hidden;
        margin-bottom: 10px;
    }
    /*.register{
        float: left;
        font-size: 47px !important;
        margin-left: 72px;
        margin-top: 6%;
      }*/
    .logo-warp {
        background: url(../img/regist/logo.jpg) no-repeat center;
        background-size: cover;
        height: 200px;
    }

    .bots, .password {
        top: 1%;
        font-size: 24px !important;
        left: 1%;
    }

    .code {
        font-size: 24px !important;
        left: 1%;
    }

    .regist_content {
        overflow: hidden;
    }

    input.btn {
        width: 100%;
    }

    .registform-control {
        box-sizing: border-box;
    }

    .bot {
        padding: 10px 0;
        color: #fff;
    }

    button.btn {
        width: 100%;
    }
}
