.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.hPublic {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background-size: contain;
}
.max-width {
  max-width: 7.5rem;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fefefe;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fefefe;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fefefe;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fefefe !important;
}
html,body{width: 100%;height: 100%;}
/*body{background:url('/static/mobile/web/images/login_bg.png') no-repeat;background-size: 100% 100%;}*/
#container {
  width: 100%;
  height: 13.33rem;
  background:url('/static/mobile/web/images/login_bg.png') no-repeat;background-size: 100% 100%;
  /*overflow: hidden;*/
}
#main {
  width: 100%;
  margin: 0 auto 0;
}
#main .header {
  height: 1rem;
}
#main .header .back {
  width: 8%;
  text-align: center;
  margin: 0.35rem auto 0.2rem;
}
#main .header .back img {
  /*width: 0.35rem;*/
  height: 0.42rem;
}
#main .header .head-title {
  width: 80%;
  margin-left: 2%;
  margin-top: 0.3em;
  line-height: 1rem;
  font-size: 0.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff;
}
#main .header .menuBtn {
  float: left;
  width: 10%;
  text-align: center;
  margin: 0.35rem auto 0.2rem; 
}
#main .header .menuBtn img {
  width: 0.44rem;
  height: 0.37rem;
}
.loginImg{
  text-align: center;
    margin: .8rem 0;
}
.loginImg img{width: 30%;}
.loginBox .input-box{
  text-align: center;
}
.loginBox .input-box .txt_input{
    text-indent: 0.7rem;
    line-height: 0.8rem;
    width: 75%;
    background-color: rgba(255,255,255, 0.4);
    color: #fff;
    font-size: 0.25rem;
    border-radius: 0.5rem;
    border: none;
}
.loginBox .checkbox{
    font-size:0.25rem;
}
#userName,#setCode,#imgCode{
  background-position: 0.35rem 0.25rem;
  background-repeat:no-repeat;
  background-size: 0.25rem 0.25rem;
}
#userName{
  background-image:url('/static/mobile/web/images/login_icon9.png');
}
#setCode{
  background-image:url('/static/mobile/web/images/login_icon10.png');
}
#imgCode{
  background-image:url('/static/mobile/web/images/login_icon10.png');
}

.findPwd{
  text-align: right !important;
  padding-right: 15%;
}
.findPwd>a{color:#c6d0d2;}
.submint{
  border: none;
  width: 75%;
  background-color: #ffa401;
  color: #fff;
  line-height: 0.75rem;
  border-radius: 0.5rem;
  margin: 0.6rem 0;
  font-size: 0.3rem;
}
p.or{color: #fefefe;font-size: 0.25rem;}
.oth-login{
  text-align: center;
  width: 100%;
    margin: 0.6rem 0 2rem 0;
}
.oth-login>a{
  display: inline-block;
  width: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  border: 1px solid #fefefe;
  border-radius: 50%;
}
.oth-login>a img{height: 0.35rem;}
.weibo{margin: 0 0.6rem;}
.regLink{text-align: center;}
.regLink>a{color: #fefefe;}
.codeBox{margin: 0.3rem 0;}
#setCode,#imgCode{
    width: 40%;
    margin-right: 3%;
}
.getImgCode{
  display: inline-block;
    width: 32%;
    height: 0.8rem;
}
.getImgCode img{height: 100%;}
.imgCodeBox{margin-top: 0.3rem;}
#getCode{
    border: none;
    line-height: 0.8rem;
    width: 32%;
    border-radius: 0.5rem;
    background-color: #c6d0d2;
    color: #fff;
    font-size: 0.25rem;
}
.codeCur{background-color: #ffa401 !important;}
.checkbox{text-align: center;color: #fefefe;}
.checkbox span {
    position: relative;
}
 
.checkbox .input_check {
    position: absolute;
    visibility: hidden;
}
 
.checkbox .input_check+label {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #fefefe;
    vertical-align: middle;
}
 
.checkbox .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 0.05rem;
    bottom: 0.11rem;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #fefefe;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.checkbox .protocol a{color: #00a0e9;}
input{
      outline: none;
}