.forgetpaw {
    padding: 15px;
}
.home-main {
    background: white;
}
.g-crumbs {
    height: 20px;
    color: #666;
    font-family: sans-serif,'Hiragino Sans GB';
}
.menumain {
    width: 1110px;
    border: 1px solid #E3E3E3;
}
.accouun {
    height: 2px;
    background: #e2e2e2;
    width: 100%;
    margin: 10px 0;
}
.szxform {
    padding-top: 10px;
    padding-bottom: 100px;
}
.line{
    height: 36px;
    padding-bottom: 25px;
}
.line .linel {
    float: left;
    text-align: right;
    width: 80px;
}
.line .dt {
    /*display: inline-block;*/
    /**display: inline;*/
    *zoom: 1;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}
.line .liner {
    float: left;
}
.imgcode {
    float: left;
    border: 1px solid #ccc;
    padding: 8px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    font-family: 'Microsoft YaHei';
    outline: 0 none;
    font-size: 14px;
    vertical-align: middle;
    width: 140px;
}
.icode {
    float: left;
    /*display: block;*/
    text-align: center;
    line-height: 37px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 37px;
    color: #3c3c3c;
    margin: 0 30px 0 -3px;
    width: 143px;
    outline: 0 none;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}
#errorMsg {
    padding: 8px;
    height: 37px;
    line-height: 37px;
    /*background-color: #8B8B8B;*/
    opacity: 0.6;
    /*color: white;*/
    /*display: none;*/
    color: #ff4545;
}
.retMsg{
    position: relative;
}
.szqueding {
    width: 130px;
    height: 40px;
    /*line-height: 40px;*/
    text-align: center;
    border: solid 1px #ff4545;
    color: #ff4545;
    font-size: 16px;
    transition: all .5s;
    font-weight: bold;
    background-color: #f7f7f9;
    /*margin-top: 10px;*/
    margin-left: 122px;
}
.szqueding:hover{
    background-color: #ff4545;
    color: white;
}
.enter-input{
    width: 50%;
    display: inline-block;
}