@charset "UTF-8";

body, html {
    background: #fff;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.login_content_kuan{
    width: 100%;
    height: 523px;
    background: #090f18;
    overflow: hidden;
    position: relative;
    top: 10px;
}
.login_content {
    width: 1300px;
    position: absolute;
    left: 50%;
    z-index: 50;
    background-image: url(../images/index/loginBg.png);
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: -100px 0;
    transform: translate(-50%, 0px);
    padding: 96px 0;
}
.login_content .login_box {
    width: 330px;
    background: #fff;
    border-radius:10px;
    height: 290px;

    padding: 20px 30px;
    margin: 0px auto;
    box-shadow: 0 0 20px #dedede;
}

.login_content .login_box .login_content1{width:100%;height: 230px;background: #fff;margin-top: 20px;}
.inp,.verfiy {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    line-height: 40px;
    border-radius: 3px;
    background: #fff;
    position: relative;
}
.verfiy .code_img {position:absolute;width: 120px;height: 38px;top: 0;right: 10px;}
.inp input {
    height: 40px;
    padding: 0;
    border-radius: 0;
    width: 263px;
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff;
    line-height: 40px;
    float: right;
    padding-right: 30px;
    box-shadow: inset 0 0 0 100px #fff!important;
}

input:-webkit-autofill { background-color: transparent; }
.loginBtn {
    width: 100%;
    height: 37px;
}

.loginBtn .login_btn{
    background: #2c2c2c;
    color: #fff;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    width: 330px;
    border: 0;
    cursor: pointer;
}

.fa1 {
    float: left;
    color: #999;
    margin: 12px 0 0 10px;
}


.verfiy .code input {
    width: 170px;
    height: 40px;
    padding: 0;
    text-indent: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    box-shadow: none;
    background: #fff;
    line-height: 40px;
    float: left;
}
.verfiy .code_img img{
    width: 120px;
    height: 38px;
    margin-left: 10px;
    border-radius: 3px;
    margin-top: -3px;
}


.lookPass {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}


.forgetPass{width:100px;float: right;text-align: right;color: #999;cursor: pointer;}
.forgetPass:hover,.register:hover{color: red;}

.register{width:80px;float: right;text-align: right;color: #999;cursor: pointer;}

.scm-btn{
    float: left;
    width: 100%;
    text-align: left;
    height: 35px;
    line-height: 40px;
    color: #ccc;
}
.privacybox{
    margin-bottom:5px;
    font-size:12px;
    white-space:nowrap;
}
.privacy{
    color: red;
    font-size:12px;
}

/*首先第一步就是隐藏原来的复选框*/
.check_int {
    display: none;
}
/*第二部定义现在复选框样式*/
.check_int + label {
    position: relative;
    display: inline-block;
    padding: 6.5px;
    background-color: #fafafa;
    border-radius: 3px;
    border: 1px solid #2c2c2c;
    top: 3px;
}
/*第三部分做一个active的效果*/
.check_int + label:active, .check_int + label:checked + label:active {
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
/*选中之后的样式*/
.check_int:checked + label {
    background-color: #2c2c2c;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
/*选中后的效果*/
.check_int:checked + label:after {
    content: '\2714';
    position: absolute;
    font-size: 12px;
    top: -2px;
    left: 2px;
    color: #fff;
    font-weight: bold;
}
.close_privacy{ background:#dedede !important; }



/* 顶部样式 */
.top_box {display: block;}
.top_box .LogoBox{width: 1300px;margin: 10px auto;}
.top_box .LogoBox img {width: 300px;float:left;}
.top_box .LogoBox img.log{width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-top: 5px;}

/* 底部样式 */
.bom_Box {width:100%;text-align:center;margin-top:31px;}
.bom_Box p {padding-bottom:13px;}


/* 清除浮动 */
.clearfix:after {content:"020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {zoom:1;}
