.shade-div {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.hide {
    display: none;
}
.active-shade {
    display: block;
}
.div-title {

}
.little-dialog {
    background: #ffffff;
    border-radius: 15px;
}
.div-input {
    display: inline-flex;
}
.div-input input{
    width: 280px;
    height: 35px;
    margin: 10px;
    padding: 0 15px;
    border-radius: 7px;
    border: 1px solid gray;
}
.div-input input:focus{
    outline: none;
}
.div-tips {
    text-align: left;
}
.div-tips a{
    text-align: left;
    height: 40px;
    color: #0c80fe;
    font-size: 12px;
    margin-left: 20px;
}
.div-tips a.checkToCode,.div-tips a.checkToPassword,.form-code {
    display: none;
}
.div-tips a.active {
    display: inline;
}
.sendCode {
    height: 37px;
    margin: 10px 10px 0 0;
    width: 110px;
    cursor: pointer;
}
#loginCode{
    width: 186px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.loginBtn {
    background-color: #0c80fe;
    color: white;
    width: 320px;
    height: 35px;
    border: 1px solid;
    border-radius: 7px;
    margin: 15px 0;
    cursor: pointer;
}