/*密码找回按钮样式*/
.btn_findword{
    background: url(/static/phone_register/images/findWord.png);
    border: none;
    width: 118px;
    height: 35px;
    cursor: pointer;
    margin-top: 30px;
}
/*下一步样式*/
.btn_next{
    background: url(/static/phone_register/images/next.png);
    border: none;
    width: 118px;
    height: 35px;
    cursor: pointer;
    margin-top: 30px;
}
/*提交按钮样式*/
.btn_put{
    background: url(/static/phone_register/images/put.png);
    border: none;
    width: 118px;
    height: 35px;
    cursor: pointer;
    margin-top: 40px;
}
/*去登陆按钮样式*/
.btn_gologin{
    background: url(/static/phone_register/images/gologin.png);
    border: none;
    width: 118px;
    height: 35px;
    cursor: pointer;
    margin-top: 20px;
}
/*倒计时按钮*/
.send>input{
    width: 102px;
    height: 38px;
    background-color: #C9CABE;
    border-radius: 7px;
    color: white;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    position: relative;
    left: -50px;
    border: none;
}
.send .default{
    width: 102px;
    height: 38px;
    background-color: #7BC0E7;
    border-radius: 7px;
    color: white;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    position: relative;
    left: -50px;
    border: none;
}
input{
    outline:none;
}
/*li列表样式*/
.list{
    position: relative;
    top: 100px;
    left: -50px;
}
.list ul li{
    float: left;
    width: 75px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-right: 1px solid black;
}
.list ul .nonelist{
    border: none;
}
.list ul li a:link{
    color: black;
    text-decoration: none;
}
.list ul li a:visited{
    color: black;
    text-decoration: none;
}
.list ul li a:hover{
    color: #4F6CB4;
    text-decoration: underline;
}
.list ul li a:active{
    color: #4F6CB4;
    text-decoration: underline;
}
/*输入验证码input样式*/
#id_code{
    width: 150px;
}
/*图片验证码样式*/
#validate_code{
    width: 94px;
}
/*错误提示信息样式*/
.errorlist li{
    width: 160px;
}
.range>input{
    margin-left: 15px;
}
.main{
    margin-top: 20px;
}
