.header img {
  width: 100%;
  display: block;
}
a {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sign .form {
  position: relative;
}
#sign .form .form-trigger {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -0.8rem;
  z-index: 2;
}
#sign .form .form-trigger li {
  width: 50%;
  height: 0.8rem;
  display: block;
  float: left;
  font-size: 0.24rem;
  position: relative;
}
#sign .form .form-trigger li a {
  text-align: center;
  display: block;
  line-height: 0.86rem;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-image: url(../images/sign/btn-blur.png);
  position: absolute;
  width: 106%;
  height: 100%;
  color: #fff;
}
#sign .form .form-trigger li a.active,
#sign .form .form-trigger li a.btn-sign-forget {
  width: 106%;
  z-index: 3;
  color: #000;
  background-image: url(../images/sign/btn-focus.png);
}
#sign .form .form-trigger li a.btn-sign-in,
#sign .form .form-trigger li a.btn-sign-in.active,
#sign .form .form-trigger li a.btn-sign-forget {
  left: 0;
}
#sign .form .form-trigger li a.btn-sign-up,
#sign .form .form-trigger li a.btn-sign-up.active {
  right: 0;
}
#sign .form .form-box form {
  padding-top: 0.7rem;
}
#sign .form-sign .form-box form {
  display: none;
}
#sign .form .form-box form .f-group {
  width: 80%;
  margin: 0 auto 0.4rem;
  position: relative;
}
#sign .form .form-box form.sign-up .f-group {
  margin: 0 auto 0.3rem;
}
#sign .form .form-box form .f-group input {
  width: 100%;
  height: 0.68rem;
  outline: none;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0.36rem;
  padding-left: 0.4rem;
  font-size: 0.24rem;
}
#sign .form .form-box form .btn-sub {
  margin-top: 0.3rem;
}
#sign .form .error {
  float: left;
  font-size: 0.24rem;
  color: #ef3834;
}
#sign .form .error.no-float {
  float: none;
}
/* common */
.font-right {
  text-align: right;
}
.underline,
.underline:active,
.underline:focus,
.underline:visited {
  text-decoration: underline;
}
.font-grey {
  color: #454950;
}
.btn-sub {
  width: 100%;
  height: 0.68rem;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.273rem;
  background-color: #ff8214;
  border-radius: 0.36rem;
  -webkit-box-shadow: 0 0.05rem 0.2rem rgba(255, 130, 20, 0.4);
          box-shadow: 0 0.05rem 0.2rem rgba(255, 130, 20, 0.4);
}
.btn-sub:hover,
.btn-sub:active {
  color: #fff;
}
.btn-disabled {
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 0.05rem 0.2rem rgba(230, 230, 230, 0.4);
          box-shadow: 0 0.05rem 0.2rem rgba(230, 230, 230, 0.4);
}
.value-true {
  border: 1px solid #009a61 !important;
}
.value-error {
  border: 1px solid #ef3834 !important;
}
.hide {
  display: none;
}
.icon {
  display: block;
  position: absolute;
  cursor: pointer;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  outline: none;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-show {
  width: 0.68rem;
  height: 100%;
  background-image: url(../images/sign/show.png);
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
  top: 0rem;
  right: 0.2rem;
}
.icon-show.active {
  background-image: url(../images/sign/show-2.png);
}
.icon-vcode {
  font-style: normal;
  height: 100%;
  line-height: 0.68rem;
  top: 0;
  right: 0;
  padding: 0 0.3rem 0 0;
  color: #999;
  font-size: 0.24rem;
}
.icon-vcode.little-tips {
  color: rgb(255, 130, 20);
}
.p-lr-10{
  padding: 0 10px;
}
input[type="number"]:disabled{
  background-color: #ddd !important;
}

#ver-model{
  width: 80%;
  background: #fff;
  border-radius: 0.2rem;
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 1000;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  padding: 0.4rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  display: none;
}
#ver-model p{
  font-size: 0.28rem;
  margin-bottom: 15px;
}
#ver-model img{
  border:1px solid #eee;
  vertical-align: middle;
  margin-left: 10px;
}
#pic-verify{
  border: 1px solid #aaa;
  width: 50%;
  padding: 2px 10px;
}
#ver-pic{
  cursor: pointer;
}
.pic-v-btn{
  display: inline-block;
  margin-left: 3px;
}