/* 
 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;}

/*找回密码表单*/
.input-container{height: .75rem;line-height: .75rem;}
.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: 1rem;color: #000;}

/*找回密码表单input输入框*/
.accInput{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.accInput{ width: 100%;height: 100%;box-sizing: border-box;}


/*重置密码输入框*/
.password{padding-left: 1.2rem;padding-right: .35rem;}


/*输入密码是否可见*/
.input-container .visibleIcon{ position:absolute; right:0; top:0; width:.35rem; background:url(../image/invisible.png) ; display:block; background:#C63;}


/*按钮*/
.btn{width: 100%;margin-top: .15rem; display: block;text-align: center;}
.btn {height: .75rem;line-height: .75rem;color: #fff;background-color:#CCC;border-radius: 2px;font-size: .15rem;}