/* 
 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;}

/*找回密码表单*/
.inputContaciner{height: .44rem;line-height: .44rem;}
.inputContaciner {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;}



.page-txt{ padding-top:.15rem}

.inputBox{position: relative; height: .75rem;line-height: .75rem;margin-top: .15rem;padding-right: 1.8rem;}

.inputContaciner{height: .75rem;line-height: .75rem;}
.inputContaciner{ position: relative;width: 95%;overflow: hidden;margin-top: .15rem;background: #fff;
-webkit-box-shadow: 0 0 0 1px #ededed;box-shadow: 0 0 0 1px #ededed;}


/*找回密码表单input输入框*/
.accInput{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.accInput{ width: 100%;height: 100%;box-sizing: border-box;}

.smallInput{padding: 0 .3rem 0 .1rem;}

/*获取短信验证码*/
.getMesCode{font-size: .14rem;}
.getMesCode{top: 0;right: 0; position: absolute;}
.getMesCode{width: 1.8rem;height: .75rem;line-height: .75rem; background-color: #fff;color: #f23030;
border: 1px solid #f23030;outline: 0;}

/*按钮*/
.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;}