.header,
.body,
.footer{
    width: 100%;
}
.body{
    /*height: 67.93%;*/
    font-size:14px ;
}

.body-inner{
    width: 80%;
    margin: 0 auto;
}
.header{
    height: 67px;
    box-shadow:0px 0px 5px rgba(69,69,69,0.19)
}
.header-inner,
.footer-inner{
    width: 61.77%;
    margin: 0 auto;
    height: 100%;
}
.header-inner img{
    width: 122px;
    height: 41px;
    float: left;
    padding: 13px;
}
.header-inner p{
    float: left;
    font-size: 26px;
    line-height: 67px;
    color:rgba(62,202,219,1);
    cursor: pointer;
}
.header-inner span{
    float: left;
    font-size:16px;
    color:rgba(102,102,102,1);
    padding-top: 5px;
    margin-left: 8px;
    line-height: 67px;
}
.header-inner .go-login,
.header-inner .go-forget,
.header-inner .go-register{
    float: right;
    font-size: 14px;
    color:rgba(138, 138, 138, 1);
}
.header-inner .go-login{
    margin-right: 20px;
}

.item{
    width: 100%;
    height: 50px;
    margin-bottom: 14px;
    background:rgba(255,255,255,1);
    position: relative;
}
.item input{
    width: 100%;
    height: 100%;
    border-radius:2px;
    border:1px solid #eee;
    display: block;
    font-size:16px;
    color:rgba(153,153,153,1);
    padding:0 22px;
    border-radius:2px;
}
.item-input{
    width: 247px;
    float: left;
    height: 100%;
    border-radius:2px;
}
.item input::-webkit-input-placeholder{
    color:rgba(187,187,187,1);
}


.footer{
    background:#313131;
    height:240px;
    padding: 1.8% 0 1.8% 0;
}
.footer-inner>div{
    float: left;
    font-size: 14px;
    color: rgba(138, 138, 138, 1);
}
.footer-logo{
    width: 66px;
    height:78px;
    margin-top:0.32%;
    margin-right: 3.3%;
}
.footer-logo img{
    width: 100%;
    height: 100%;
}
.footer-text {
    width: 42.3%;
    margin-top:1.4%;
    line-height: 14px;
    margin-right: 4%;
    word-break: break-all;
    word-wrap: break-word;
}
.footer-text p{
    width: 100%;
}
.footer-text p:nth-child(2){
    line-height:18px;
    margin-top: 20px;
}

.footer-contact h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 11px;
}
.footer-contact p{
    height: 16px;
    line-height: 0;
    margin-top: 20px;
}
.footer-inner .footer-public{
    float: right;
}
.footer-public div{
    width: 132px;
    height: 132px;
    margin-top: 16px;
}
.footer-public div img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.footer-public h3{
    font-size: 14px;
}
.captcha img, .msg-captcha img{
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1305px) and (max-width: 1700px){
    .header-inner img{
        width:100px;
        height: 32px;
        padding:9px 0;
    }
    .header-inner span {
        font-size: 13px;
        line-height: 50px;
    }
    .header-inner p{
        font-size: 20px;
        margin-top: 0;
        line-height: 50px;
    }
    .header{
        height: 50px;
    }
    .footer{
        height:174px;
        padding: 1.8% 0 1.8% 0;
    }
}


.errorMsg{
    font-size: 12px;
    position: absolute;
    left: 452px;
    top:16px;
}
.errorMsg i{
    margin-right: 10px;
    font-size: 12px;
}
.errorMsg span{
    display: inline-block;
    width: 230px;
}
#errorMsg{
    display: inline-block;
    font-size: 13px;
    color: red;
    padding-left: 20px;}
.icon-cuowu,
.error-cuowu{
    color: red;
}
.icon-zhengque,
.error-zhengque{
    color: green;
}
