body{
    margin: 0;
    padding: 0;
}
header{
    height: 95px;
    width: 100%;
    text-align: left;
    padding-top: 5px;
}
.logo{
    width: 1210px;
    border-bottom: 1px solid #E7EAEC;
    margin: 0 auto;
}
.logo div{
    width: 156px;
    margin-left: 100px;
}
.content{
    width: 1210px;
    margin: 0 auto;
    text-align: center;
}
.page{
    padding-right: 50px;
}
.title{
    color: #e26c24;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: normal;
    width: 150px;
    margin: 0 auto;
    padding-left: 50px;
    background: url("/images/forgotpwd.png") no-repeat 10px 5px;
}
.login-div{
    /*margin-top: 30px;*/
    margin-top: 40px;
    position: relative;
}
.tel{
    height: 52px;
    margin-bottom: 20px;
}
.txtb{
    margin-top: 40px;
}
.tel>span,.txtb>span{
    line-height: 30px;
    font-size: 18px;
    margin-right: 15px;
}
.txtbox,.txtbox2{
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding-left: 20px;
    border: 1px solid #ccc;
    width: 258px;
    color: #666;
}
.capt{
    position: absolute;
    /*top: 80px;*/
    top: 100px;
    right: 275px;
}
.capt>span{
    display: none;
}
.login-next{
    width: 280px;
    height: 50px;
    margin-left: 90px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #e26c24;
    text-align: center;
    cursor: pointer;
    border: none;
    /*margin-top: 30px;*/
    margin-top: 40px;
}
/*犀牛爱车底部样式*/
.xiniu{
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #c7c7c7;
    background: #585858; 
    margin-top: 25px;
/*    position: absolute;
    bottom: -75px;
    width: 100%;*/
}
/*  不可写于共用样式表，会导致其他页面也固定定位*/
@media only screen and (min-device-height: 800px){
    .xiniu{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }
}