/*找回密码*/
.find{margin:90px auto;width:480px;}
.find h2{font-size: 24px;color: #0091bd;padding-bottom:20px;}
.find_txt{font-size: 14px;color: #333;margin-top:30px;}
.find_txt .txt{width: 330px;padding: 10px 0;text-indent: 8px;border: 1px solid #ccc;}
.find .btn{font-size: 18px;color: #fff;background: #b20f47;height: 38px;padding: 0 22px;border: 0;margin: 22px 0 0 110px;cursor:pointer;}
.find .notice{font-size: 14px;color: #938b8b;margin-top: 42px;}

.find .txt2{width:140px;line-height:38px;height:38px; color:#fff;border:0 none;background-color:#d8175a;}
.find .txt21{width:140px;line-height:38px;height:38px; color:#fff;border:0 none;background-color:#ccc;}
.find #validate_code{width:200px;}
.find #phone_validate_code{width:170px;}
/*找回密码重置密码*/
.table_forget_reset{border-collapse:collapse;}
.table_forget_reset td{padding:10px;font-size:16px;}
.table_forget_reset td .input1{border:1px solid #ccc;padding:6px;width:160px;}
.table_forget_reset td .btn_reset{font-size: 18px;color: #fff;background: #b20f47;height: 38px;padding: 0 22px;border: 0;cursor:pointer;}
.password_state{ width:85px; height:14px; line-height:14px; float:left; background-color:#aeb2bd; color:White; text-align:center; margin-right:4px;margin-top:5px;}

@media (max-width:767px) {
    
   .find{margin:20px auto;width:100%}
   .find h2{font-size: 24px;color: #0091bd;padding-bottom:10px;font-size:18px; text-align:center;}
   .find .btn{margin:22px 0 0 0;}
   .find .btn{width:100%;}
   .find_txt{font-size: 14px;color: #333;margin-top:10px;}
   .find_txt .txt{width:100%;}
   .find #validate_code,.find #phone_validate_code{width:50%;}
   
}