@charset "UTF-8";
/*******************登录 start***************/
.login_box{
    width:100%;
    min-width:1200px;
    height:945px;
    background:url("../images/login_bg.jpg") no-repeat center;
}
.login_box .clearfloat{
    padding:15px 0 0;
}
.logo{
    float:left;
}
.rtbox{
    background:transparent;
}
#regist,#signin,#signout{
    border:1px solid #fff;
    border-radius:20px;
    padding:5px 10px;
    margin-left:5px;
}
.layui-input,.layui-btn-primary{
    background:transparent;
    border:1px solid #ddd;
}
.login_nav{
    position:relative;
    width:1200px;
    height:670px;
    margin:0 auto;
}
.slogan{
    float:left;
    width:720px;
    height:200px;
    margin:215px 0 0 80px;
}
.layui-same{
    position:absolute;
    right:0;
    width:375px;
    min-height:400px;
    padding:30px;
    background:#fff;
    /*box-shadow:1px 1px 15px #f7cfcc;*/
    border-radius:8px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login{
    top:50%;
    margin-top:-200px;
}
.layui-same h2{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:20px;
    font-weight:300;
    text-align:center;
    margin-bottom:20px;
    overflow:hidden;
}
.layui-same .layui-input{
    height:50px;
    -webkit-text-fill-color: #666;
}
.layui-same .layui-input:focus{
    border-color:#c91418!important;
}
.layui-same .layui-form-item{
    margin-bottom:20px;
}

.re_pwd{
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
.re_pwd input{
    float:left;
    color:#6b6d72;
}
.re_pwd a{
    float:right;
    color:#6b6d72;
}
.layui-same .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top:0;
}
.layui-same .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color:#d2d2d2;
}
.layui-same .layui-form-checked[lay-skin=primary] i {
    border-color:#d2d2d2!important;
    background-color:#fff;
    color:#c91418;
    font-weight:bold;
}
#login_btn{
    width:100%;
    height:50px;
    font-size:16px;
    background:#c91418;
    border-radius:5px;
}
/*底部 start*/
#footer{
    background:#fff;
}
.footer_c,.footer_c a{
    color:#333;
}
.footer_right{
    border:0;
}
/*底部 end*/
/*******************登录 end***************/

/*******************注册 start***************/
#person{
    color:#333;
}
#register{
    top:0px;
}
#register .yzm,#forget_password .yzm {
    float:left;
    width:180px;
}
#sendcode{
    float:right;
    width:120px;
    height:50px;
    border-color:#e6e6e6;
    cursor:pointer;
}
/*******************注册 end***************/

/*******************忘记密码 start***************/
#forget_password{
    top:80px;
}
/*******************忘记密码 end***************/
.footer_right li p{ color:#333;}

#register .input-val{
    float: left;
    width: 180px;
}
#canvas {
    float: right;
    width: 120px;
    height: 50px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}