@charset "UTF-8";
html{
    height:100%;
}
body{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/login-bj.jpg");
    height:100%;
}
.checking{
    position: fixed;
    top:50%;
    right:200px;
    background-color: #ffffff;
    width:400px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checking>img{
    height:50px;
    width:100%;
    display: block;
}
.form-input{
    height:auto;
    padding:20px;
}
.form-input>p{
    height:40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color:#4e80ff;
    font-size: 16px;
    letter-spacing: 2px;
}
.tj-k{
    height:auto;
    margin-top: 10px;
}
.tj-k p{
    height:50px;
    line-height: 50px;
    margin-bottom: 10px;

}

.tj-k p input{
    display: block;
    height:48px;
    width:308px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    border:none;
    border:1px solid #e5e5e5;
    outline: none;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 16px;
    padding:0 10px 0 40px
}
.phone{
    background-image: url("../images/my.png");
}
.user{
    background-image: url("../images/my.png");
}
.pass{
    background-image: url("../images/pass.png");
}
.qiye{
    background-image: url("../images/qiye.png");
}
.phone1{
    background-image: url("../images/shouji.png");
}
.email{
    background-image: url("../images/youxiang.png");
}
.qiye{
    background-image: url("../images/qiye.png");
}
.qiye{
    background-image: url("../images/qiye.png");
}
.code{
    background-image: url("../images/yanzhengma.png");
}
.tj-k div{
    height:50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.tj-k div input{
    height:16px;
    width:16px;
    cursor: pointer;
}
.tj-k div  label{
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
}

.tj-k #btn{
    display: block;
    width:100%;
    height:50px;
    background-color: #317dff;
    color:#fff;
    border:none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-btn{
    height:50px;
    line-height: 50px;
    font-size: 14px;

}
.form-btn a{
    color:#317dff;
}
.action{
    border:1px solid red !important;
}






