*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}

html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    background: url("../images/login/bj.jpg") no-repeat;
    background-size: cover;
}
.main{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

/*头部*/
.header{
    width: 100%;
    height: 3rem;
    /*margin-top:30px;*/

    /*background: red;*/

}

.header .header-center{
    width: 50%;
    height: 1.2rem;
    position: relative;
    margin: 0 auto;
    padding-top:50px;
   
}
.header .header-center .header-title{
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
    text-shadow: 0 0 .3rem #00d8ff;
    line-height: 1.05rem;
}
.header .header-img{
    background: url("../../img/head.gif") no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
    /*position: absolute;*/
    top: .10rem;
     padding-top:70px;
}

.content{
    width: 12rem;
    height: 7rem;
    /*background: green;*/
    margin: 1rem auto 0 auto;
    /*border: 1px solid green;*/
}
.content .content-left{
    width:6.2rem ;
    height: 5.8rem;
    /*border: 1px solid red;*/
    background: url("../images/login/d.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.4rem 0;
    box-sizing: border-box;
    margin-right: 2%;
    float: left;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.content .content-left {
    -webkit-transform: rotate(360deg);
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite;
}

.content .content-right{
    width:5.4rem ;
    height: 5.8rem;
    background: url("../images/login/e.png") no-repeat;
    background-size: 100% 100%;
    float: right;
    position: relative;

}
.right-infp{
    width: 4rem;
    height: 3rem;
    margin: auto auto;
   /* border: 1px solid red;*/
    vertical-align: center;
    position: absolute;
    top:1.6rem;
    left: 0.9rem;
}
.right-infp-name{
    background: url("../images/login/b.png") no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: 100% 100%;
    line-height:0.45rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.right-infp-name input{
    width: 85%;
    border: none;
    box-sizing: border-box;
    height: 0.8rem;
    margin-left: 0.5rem;
    line-height: 0.4rem;
    background: none !important;
    color: #00eaff;
    padding-left: 0.15rem;
    /*box-shadow: 0 0 1px #00eaff;*/
    outline: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    position: absolute;


}
input::-webkit-input-placeholder {
    color: #ccc;
}
.right-infp-btn{
    background: url("../images/login/a.png") no-repeat;
    width: 100%;
    height: 0.8rem;
    background-size: 100% 100%;
    line-height: 0.5rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.right-infp-btn .btn{
    width: 95%;
    border: none;
    box-sizing: border-box;
    height: 0.75rem;
    margin-left: 0.1rem;
    font-size: 0.28rem;
    cursor: pointer;
    background: none;
    outline: none;
    color: #fff;
    position: absolute;
}
.login_error{
    height: 15px;
     line-height: 15px;
     font-size: 14px;
     margin-bottom: 0.15rem;
     color: red;
     text-align: center;
}