.login{
    width:380px;
    background:#fff;
    border-radius:10px;
    background:#fff;
    margin:80px auto;
    padding:20px;
}
.login_title{
    color:#ff0000;
    font-size:18px;
    text-align: center;
    padding-bottom:15px;
}
.login_list li{
    margin-bottom:20px;
    overflow: hidden;
}
.login_input_item{
    overflow: hidden;
    border:1px solid #D7D7D7;
    border-radius: 5px;
    padding:0px 10px;
}
.login_code_item{
    width:238px;
    float: left;
}
.icon_phone{
    background:url(./../image/icon_phone.png) no-repeat left center;
}
.icon_code{
    background:url(./../image/icon_code.png) no-repeat left center;
}
.icon_phone, .icon_code{    
    width:27px;
    height:40px;
    display: block;
    float: left;
}
.login_input{
    float: left;
}
.login_input input{
    line-height: 40px;
    height:40px;
    display: block;
    width:100%;
}
.login_code{
    width:120px;
    text-align: right;
}
.btn_code{
    width:100px;
    height:40px;
    line-height: 40px;
    background-color: #f00;
    color:#fff;
    text-align: center;
    float: right;
    cursor: pointer;
    border:1px solid #f00;
    border-radius: 5px;
}
.btn_code[disable="true"]{
    background:#f2f2f2;
    border:1px solid #f2f2f2;
    color:#999;
}
.btn_login{
    background:#f00;
    height:50px;
    line-height: 50px;
    color:#fff;
    border-radius: 5px;
    text-align: center;
    font-size:16px;
    cursor: pointer;
}