.login_window_mask_content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display:none;
}

.pop_up_login_input_border{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 102;
    width: 460px;
    height: 406px;
    background: #ffffff;
    margin-top: -200px;
    margin-left: -230px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    display:none;
}
.login_input_content{
    width:390px;
    height:390px;
    margin:5px auto;
    border-radius:10px;
}
.login_input_tit{
    font-size:24px;
    color:#ff7385;
    width:100%;
    text-align:center;
    font-weight:bold;
    position:relative;
    top:15px;
    letter-spacing: 1px;
}
.login_line{
    width:375px;
    height:5px;
    background:url(/img/login_line.png) no-repeat;
    margin:35px auto 0;
    opacity: 0.5;
}
.your_input{
    width:326px;
    height:44px;
    margin:35px auto 0;
    border:1px solid #e4e4e4;
    border-radius:5px;
    background:#ffffff;
    position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.your_input.pass_input{
    margin: 14px 0px 0 32px;
    position: relative;
    z-index: 1;
}
.your_input.send_code_input{
    width: 220px;
}
.send_code_input .your_phone_number{
    width: 130px;
}
.your_phone_info{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    height:42px;
    border-right:1px solid #e4e4e4;
    text-align:center;
    line-height:42px;
    color:#666;
}
.your_phone_number{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 40px;
    width: 235px;
    border: none;
    padding-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.your_phone_number:focus{
    outline:0;
}
.if_forget_pwd{
    width:320px;
    height:30px;
    line-height:30px;
    margin:0 auto;
    text-align:right;
    color:#9b9b9b;
    text-decoration:underline;
}
.warn_dec{
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #ff7385;
    position: absolute;
}
.auto_login{
    float: right;
    width:130px;
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#666;
    text-align: right;
}
.check_login{
    display:inline-block;
    width:15px;
    height:15px;
    background:#ffffff;
    border:1px solid #e4e4e4;
    position:relative;
    top:3px;
    border-radius:3px;
}
.check_on{
    background:url(/img/check_choice.png) no-repeat;
}
.login_btn{
    width: 326px;
    height: 36px;
    margin: 0 auto;
    background: #ff7385;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.send_code{
    position: absolute;
    display: inline-block;
    right: 36px;
    top: 169px;
    width: 96px;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: solid 1px #e3e3e3;
    color: #666;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.send_code.true{
    opacity: 1;
}
.if_register{
    width: 326px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
}
.if_register span{
    font-size:15px;
}
.if_register a{
    margin-left:3px;
    font-size:14px;
    color:#ff7385;
    text-decoration:underline;
}

.if_register span{
    font-size:14px;
}
.forget_password{
    float: left;
}
.change_login{
    float: left;
    color: #4b4b4b;
    cursor: pointer;
}
.change_login:hover{
    color: #ff7385;
}
.not_register{
    float: right;
    width:130px;
    height:30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}
.not_register span{
    color: #797979;
}
.last_line{
    margin-top:5px;
}
.promise{
    width:100%;
    text-align:center;
    height:30px;
    margin-top:12px;
    font-size:12px;
}
.promise a{
    color:#999;
    font-size:12px;
    margin-left:6px;
    text-decoration:underline;
}

.pop_up_login_close_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/img/box_close.png) no-repeat;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.pop_up_login_close_btn:hover{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
