
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    border: none;
    outline: none;
}
form{
   overflow: hidden;
}
/*登录部分*/
body {
    background-image: url(../img/bgc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 100vh;*/
}
html.gray body{
    background-image: url("../img/bgc_gray.jpg");
}
.user_title {
    text-align: center;
    font-size: 18px;
    color: #020202;
    font-weight: 600;
    margin:  0 auto;
    padding: 200px 0 31px 0;
}

.user_input {
    width: 22.5%;
    margin: 0 auto 20px auto;
    background-color: #fff;
    display: block;
}
.code_input{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_input input {
    width: 56%;
    padding: 15px 0 12px 12px;
}

.user_input span {
    padding-left: 20px;
    flex-shrink: 0;
}

.submit {
    padding: 0;
}

.submit input {
    width: 100%;
    background-color: #C2103E;
    color: #fff;
    font-size: 17px;
    padding: 15px 0 12px 0;
    font-weight: 400;
    cursor: pointer;
}

.reg_forgot {
    width: 22.5%;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
    font-weight: 600;
    font-size: 14px;
    color: #020202;
    overflow: hidden;
}

.reg_forgot .reg {
    float: left;
}

.reg_forgot .forgot {
    float: right;
}

.third_login {
    width: 22.5%;
    margin: 110px auto 20px auto;
    font-weight: 600;
    clear: both;
    overflow: hidden;
}

.third_login span {
    float: left;
    display: inline-block;
}

.third_login .line {
    height: 1px;
    background-color: #A0a0a0a0;
    width: 34.5%;
    line-height: 100%;
    margin: 10px 0;
}
.codeImg{
    width: 120px;
    height: 50px;
}
.third_box {
    width: 22.5%;
    margin: 0 auto;
    padding: 50px 0;
    clear: both;
    overflow: hidden;
}

.third_box .third_item {
    width: 33%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.third_box .third_item span {
    display: block;
}

/*注册部分*/
.user_login {
    padding: 0;
}

.user_login a {
    width: 100%;
    background-color: #C2103E;
    opacity: 0.6;
    color: #fff;
    font-size: 17px;
    padding: 15px 0 12px 0;
    font-weight: 400;
    display: block;
    cursor: pointer;
    text-align: center;
}

.password_tips {
    width: 22.5%;
    margin: 18px auto 15px auto;
    color: #020202;
    font-size: 12px;
    font-weight: 400;
}

.password_tips li span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #999A9B;
    margin: 0 6px 0 0;
    display: inline-block;
}

.reg_form form {
    margin: 0 0 268px 0;
}

/*忘记密码部分*/
.forgot input {
    padding: 15px 0 12px 20px;
}

.user_mold {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 10;
}

.alert_tips {
    width: 30%;
    height: 265px;
    padding: 23px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.close {
    text-align: right;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.tips_title {
    text-align: center;
    font-size: 20px;
    color: #000000;
    padding: 20px 0 25px 0;
}

.tips_content {
    font-size: 14px;
    color: #000000;
    padding: 0 109px 0 90px;
}

.ensure_btn {
    width: 53%;
    margin: 40px auto;
    border-radius: 10px;
    color: #fff;
    background-color: #CB2636;
    font-size: 16px;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
}

.code {
    margin-bottom: 186px;
}

.code button {
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.code button span {
    width: 100%;
    background-color: #C2103E;
    color: #fff;
    font-size: 17px;
    padding: 20px 0 16px 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
}

.code button .disable {
    background-color: #6B6C6C;
}

.reg_mold .alert_tips {
    width: 24%;
    height: 213px;
}

.reg_mold .ensure_btn {
    margin: 8px auto 41px auto;
}

/*忘记密码部分*/
.reset .user_title {
    text-align: left;
    width: 22.5%;
}

.reset_tip {
    width: 22.5%;
    margin: 0 auto;
    font-size: 14px;
    color: #020202;
}

.forgot form, .reset form {
    margin: 0 0 268px 0;
}
