input, a, em, label{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* 注册icon */
.mreg-icon{
  background: url(../images/icon.png) no-repeat left top;
  background-size: 240px auto;
}

/* 登录头部 */
.mreg-head{
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 18px;
  color: #666;
}
.mreg-head .back{
  position: absolute;
  left: 4px;
  bottom: 2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  background-position: 0 0;
}

/* 登录表单 */
.mreg-main{
  padding: 25px;
}
.mreg-main .inputbar{
  position: relative;
  margin-bottom: 15px;
  border: solid 1px #999;
  border-radius: 5px;
  padding-left: 40px;
  overflow: hidden;
}

.mreg-main .inputbar label{
  position: absolute;
  margin: 5px 0 0 -35px;
  width: 40px;
  height: 40px;
  background-position: -40px 0;
  overflow: hidden;
  text-indent: -999px;
}
.mreg-main .inputbar label.pwd{
  background-position: -80px 0;
}
.mreg-main .inputbar label.phone{
  background-position: -120px 0;
}

.mreg-main .inputbar label.verify{
  background-position: -200px 0;
}
.mreg-main .inputbar input{
  border: 0;
  width: 100%;
  height: 50px;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}


.mreg-main .verifyrow{
  display: inline-block;
  width: 37%;
}

.mreg-main .verifyrow input{
  width: 70%;
}

.mreg-main .captchaimg{
  position: absolute;
  width: 40%;
  right: 22px;
  top: 338px;
  text-align: right;
  overflow: hidden;
}

.mreg-main .captchaimg img{
  height: 50px;
  margin-left: -30px;
}



.mreg-main .inputbar input.msgContainer{
  position: absolute;
  top: 0;
  left: 40px;
  color: #999;
}
.mreg-main .inputbar input.msgError{
  color: #ff5656;
}

.mreg-main .agree{
  font-size: 14px;
  color: #666;
}
.mreg-main .agree input{
  border: solid 1px #999;
}
.mreg-main .agree a{
  color: #09f;
  text-decoration: none;
}

.mreg-main .inputbar.error{
  border-color: #ff5656;
}
.mreg-main .inputbar.error label{
  background-position: -40px -40px;
}
.mreg-main .inputbar.error label.pwd{
  background-position: -80px -40px;
}
.mreg-main .inputbar.error label.phone{
  background-position: -120px -40px;
}
.mreg-main .inputbar.error label.verify{
  background-position: -200px -40px;
}
.mreg-main .inputbar.error input{
  color: #ff5656;
}

.mreg-main .clearbtn{
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: -160px top;
  overflow: hidden;
  text-indent: -999px;
  z-index: 2;
}

.mreg-main .regbtn{
  margin: 25px 0;
}
.mreg-main .regbtn a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #f18800;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
