﻿/* base */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}
body{
    font-size: 14px;
    font-family: "微软雅黑";
}
.w1200{
    width: 1200px;
    margin: auto;
}
.hidden {
    display: none;
}
.red {
    color: #ee6552;
}
.blue{
    color:#105cfb;
}
.col_gray{
    color: #8c8c92;
}
.mar_b20{
    margin-bottom: 20px;
}
.p-r{
    position: relative;
}
.p-o{
    position: absolute;
}
.f-r{
    float: right;
}
.d-n{
    display: none;
}
.d-b{
    display: block;
}
.t-r{
    text-align: right;
}
.clear{
    clear: both;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus {
    border-color: #1890ff;
}
input[type="text"], input[type="password"] {
    transition: border 0.5s;
}
/* 全屏背景 */
.login_body{
   background: url(../img/login_bg.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
   -webkit-background-size: cover;
}
/* logo */
.login_logo{
    margin-top: 20px;
    color: #fff;
}
.login_logo img{
    vertical-align: bottom;
}
.login_logo span{                                                                                                                               
    padding-left: 5px;
}
/* 注册 */
.login_content_bg{
    filter:Alpha(opacity=45);
    background:#232e42;/*实现IE背景透明*/
    background-color:rgba(35, 46, 66, 0.45);
    border-radius: 8px;
    width: 920px;
    height: auto;
    position: absolute;
    left: 50%;
    top:45%;
    margin-left: -460px;
    margin-top: -240px;
    
}
.box{
    position: relative;
    display: flex;
}
.login_bt{
    color: #fff;
    width: 55%;
    font-size: 40px;
    font-weight: normal;
    float: left;
    text-align: center; 
	display: flex;
    align-items: center;
    justify-content: center;
}
/* 注册-box */
.register_box,.login_box{
    float: right;
    width: 45%;
    padding: 30px 40px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    height: 500px;

}
.box_bt h2{
    font-size: 28px;
    color: #333;
}
.yiyou{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.yiyou a{
    color: #105cfb;
}
.input-box input{
    border:1px solid #dcdfe6;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    text-indent: 15px;
    outline: none;
    color: #333;
    margin-right: 5px;
}
.input-box input.red{
    border:1px solid #ee6552;
    background-color: rgba(238, 101, 82, 0.15);
}
.input-box span{
    position: absolute;
    top:12px;
    right: 5px;
}
#btn{
    background-color: rgba(16, 92, 251, 0.25);
    color: #105cfb;
    border-radius:3px;
    line-height: 40px;
    padding: 0 12px;
    border:1px solid #dcdfe6;
    display:inline-block;
    float: right;
    width: 38%;
    text-indent: 0;
    margin-right: 0;
}
.login_btn_a{
    width: 100%;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff; 
    display: block;
    background-color: #105cfb;
}
/* 复选框样式 */
input[type="checkbox"]{
    width:20px;
    height:20px;
    background-color:#fff;
    -webkit-appearance:none;
    border:1px solid #dcdfe6;
    border-radius:2px;
    outline:none;
    vertical-align: middle;
    margin-right: 5px;
}
.checkBox input[type=checkbox]:checked{
    background: url(../img/checked.png) no-repeat center;
}
/* 版权 */
.login_footer{
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 426px;
}
/* 忘记密码 */
.index_a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-top: 5px;
}

    .index_a i {
        color: #105cfb;
        font-size: 20px;
        padding-right: 8px;
    }

.forget_box {
    top: 140px;
    position: absolute;
    bottom: 80px;
    overflow-y: auto;
    background: #fff;
    margin: 20px auto;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.forget_div {
    padding: 40px;
}

.tab_line {
    border-bottom: 2px solid #eee;
    height: 40px;
    width: 900px;
    margin: auto;
    line-height: 40px;
}

.forget_div ul {
    width: 500px;
    margin: auto;
}

.forget_div li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 145px;
    text-align: center;
}

    .forget_div li.active {
        border-bottom: 2px solid #105cfb;
    }

        .forget_div li.active i {
            background: url(../img/forget_tab_active_bg.png) no-repeat center center;
        }

    .forget_div li i {
        background: url(../img/forget_tab_bg.png) no-repeat center center;
        color: #fff;
        width: 19px;
        height: 22px;
        display: inline-block;
        text-align: center;
        font-style: normal;
        vertical-align: middle;
        line-height: 22px;
        margin-right: 8px;
        padding-left: 3px;
    }

.forget_form {
    width: 340px;
    margin: 40px auto 0;
}

.input::-webkit-input-placeholder {
    color: #666;
}

.input:-moz-placeholder {
    color: #666;
}

.input::-moz-placeholder {
    color: #666;
}

.input:-ms-input-placeholder {
    color: #666;
}

.success_icon {
    display: inline-block;
    float: left;
    font-size: 50px;
    color: #00bea3;
    vertical-align: middle;
}

.success_text {
    margin-left: 60px;
    width: auto;
}

    .success_text span {
        display: block;
        color: #333;
    }

        .success_text span.text1 {
            font-size: 16px;
        }

        .success_text span.text2 {
            font-size: 14px;
        }

.success_btn {
    margin-top: 50px;
}

    .success_btn a {
        display: inline-block;
        width: 130px;
        height: 36px;
        line-height: 36px;
        border-radius: 19px;
        text-align: center;
    }

        .success_btn a.success_dl {
            background: #105cfb;
            border: 1px solid #105cfb;
            color: #fff;
            margin-right: 20px;
        }

        .success_btn a.success_index {
            border: 1px solid #105cfb;
            color: #105cfb;
        }

.forget_footer {
    width: 100%;
    min-width: 1200px;
    background: #161e30;
    height: 80px;
    position: absolute;
    bottom: 0;
}

    .forget_footer p {
        text-align: center;
        color: #fff;
        line-height: 80px;
    }

