html{
    background: #fff;
    width:100%;
    height:100%;

}
body{
    height: calc(100% - 160px);
    padding:80px 0;

}
.pagerBody{
    background: url("../images/loginbg.png") no-repeat;
    background-size: 100% 100%;
    /*width:100%;*/
    height: 100%;
}
.pagerBody1{
    background: url("../images/loginbg2.jpg") no-repeat;
    background-size: 100% 100%;
    /*width:100%;*/
    height: 100%;
}
.loginBox{
    width:1000px;
    /*margin:0 auto;*/
    border-radius: 16px;
    height: 520px;
    box-shadow: 0 0 16px rgba(52,103,130,.7);
}
.loginLogoBox{
    height: 100%;
    background: url("../images/loginbg2.png") no-repeat;
}
.loginLogoBox2{
    height: 100%;
    background: url("../images/loginbg3.png") no-repeat;
}
.loginInputBox{
    background: #fff;
    height: 100%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.webTitleName{
    font-size: 31px;
    line-height: 40px;
    color:#fff;
    font-weight: bold;
}
.logoBox{
    margin-bottom:30px;
}
.marT140{
    margin-top:140px;
}
.loginInput{
    margin:0 auto;
    width:350px;
}
.loginInput input{
    width:100%;
    font-size: 15px;
    height: 40px;
    padding:0 20px;
}
.marT50{
    margin-top:50px;
}

.form-group {
    position: relative;
    font-size: 15px;
    color: #9a9898;
}
.form-group + .form-group {
    margin-top: 30px;
}
.form-group .form-label {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-group .form-control {
    width: 100%;
    position: relative;
    z-index: 3;
    display: inline-block;
    height: 35px;
    background: none;
    border: none;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
}
.form-group .form-control:invalid {
    outline: none;
}
.form-group .form-control:focus,
.form-group .form-control:valid {
    outline: none;
    color: #666;
    box-shadow: 0 1px #2391F2;
    border-color: #2391F2;
}
.form-group .form-control:focus + .form-label{
    font-size: 16px;
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
.form-group .form-control:valid + .form-label {
    font-size: 16px;
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
.user{
    padding-left:20px;
    background: url("../images/user.png") no-repeat left center;
}
.pwd{
    padding-left:20px;
    background: url("../images/pwd.png") no-repeat left center;
}
.codeNum{
    padding-left:20px;
    background: url("../images/codenum.png") no-repeat left center;
}
.xf-agree-input + label::before {
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    color:#fff;
    margin-right:5px;
    vertical-align: 1px;
    width: 12px;
    height: 12px;
    border:1px solid #dbdbdb;
    border-radius: .2em;
    background-color: #fff;
    text-indent: .15em;
    line-height: .65;  /*行高不加单位，子元素将继承数字乘以自身字体尺寸而非父元素行高*/
}
.xf-agree-input:checked + label::before {
    content: "\2713";
    background-color: #0FACF3;
    border: 1px solid #0FACF3;
}
input.xf-agree-input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width:12px !important;
}
.xf-register-agree{
    margin-top: 20px;
    font-size: 16px;
    color:#9a9898;
}

.form-control.yzCode{
    padding-right:100px;
    width:calc(100% - 100px);
}
.codeBox{
    position: absolute;
    top:5px;
    width: 99px;
    height: 30px;
    /*line-height: 36px;*/
    border-left:1px solid #ccc;
    font-size: 16px;
    right:0;
    cursor: pointer;
    z-index: 100;
}

.loginBtn {
    background: #2391F2;
    height: 42px;
    margin-top:30px;
    width:100%;
    color: #fff;
    border-radius: 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    font-size: 16px;
}
.loginBtn:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset, 0 3px 6px rgba(0, 0, 0, 0.16), 0 5px 11px rgba(0, 0, 0, 0.23);
}

.marT70{
    margin-top:70px;
}
.announce{
    color:#fff;
   position: absolute;
    width:100%;
    bottom:120px;
}
.errortip{
	float: right;
    color: #FF3030;
}
@media screen and (max-width: 1400px) {
    body{
        height: calc(100% - 20px);
        padding:10px 0;

    }
    .announce{
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 30px !important;
    }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 800px #fff inset !important;
}
/*焦点时也加上，不加会出现黄色背景闪动一下*/
input[type=text]:focus,input[type=password]:focus,textarea:focus {
    -webkit-box-shadow: 0 0 0 800px white inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}