/* 
 zm-巴速狗-移动端找回密码
 2017-05-05
*/
*{ margin:0; padding:0;}
* {-webkit-tap-highlight-color: transparent;outline: 0;}
html { height: 100%; width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 100px; outline: 0; -webkit-text-size-adjust:none;}
body {margin: 0 auto;min-width: 320px;max-width: 640px;background: #fff;font-size:14px;font-family: -apple-system,Helvetica,sans-serif;line-height: 1.5;color: #666;
-webkit-text-size-adjust: 100% !important;}
em, i {font-style: normal;}
body {background: #f2f2f2;}
img {border: 0 none;vertical-align: top;}
ol,ul {list-style: none;}
a img {border:0}
ul, ol, li {list-style-type:none;vertical-align:0}
a {outline-style:none;color:#535353;text-decoration:none}
a:hover {text-decoration: none}
/*设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
input {line-height: normal;border-radius: 0;border: none;}


/*page*/
.page{width: 100%;height: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
box-sizing: border-box;}
.page{padding: 0 .2rem .2rem;}

.wrap { max-width: 7.5rem; margin: 0 auto;}
.findpwdPage {padding-top: .15rem;}

/*找回密码表单*/
.input-container{height: .44rem;line-height: .44rem;}
.input-container {position: relative;width: 100%; overflow: hidden;margin-top: .15rem;background: #fff;-webkit-box-shadow: 0 0 0 1px #ededed;box-shadow: 0 0 0 1px #ededed;}


/*找回密码表单名*/
.labName{ text-align:center;}
.labName{position: absolute; top: 0;left: 0;width: .65rem;color: #000;}

/*找回密码表单input输入框*/
.accInput{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.accInput{ width: 100%;height: 100%;box-sizing: border-box;}

/*账号输入框*/
.username{ padding-left: 1rem;padding-right: .35rem;}

/*验证码输入框*/
.verificationCode{padding-left: 1rem;padding-right: 1.2rem;}

/*验证码*/
.img-code {position: absolute;right: 0;top: .1rem; width: 1rem;height: .5rem; line-height:.5rem; text-align:center; color:#ff6933; font-weight:600; font-size:16px;border-left: 1px solid #bbb;}


/*按钮*/
.btn{width: 100%;margin-top: .15rem; display: block;text-align: center;}
.btn {height: .45rem;line-height: .45rem;color: #fff;background-color:#CCC;border-radius: 2px;font-size: .15rem;}
