.ib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 100%;
}
.h {
  height: 100%;
}
/* 去掉谷歌浏览器自动添加的样式 */
select:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #B3B3B3;
}
textarea:-moz-placeholder,
input::-moz-placeholder {
  color: #B3B3B3;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #B3B3B3;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #B3B3B3;
}
body {
  background-color: #fff;
}
.mui-content {
  background-color: transparent;
}
/*顶部返回上一页的按钮*/
.login-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.login-bg img {
  width: 100%;
}
header {
  position: relative;
}
.mui-bar-nav {
  background-color: transparent;
  border-bottom: 0;
}
.mui-icon-back {
  left: 0;
  top: 0;
  height: 0.81rem;
  width: 0.73rem;
  display: inline-block;
  float: left;
}
.mui-icon-back:before,
.mui-icon-left-nav:before {
  content: '';
  width: 0.13rem;
  height: 0.26rem;
  display: inline-block;
  position: absolute;
  background: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: 0.13rem 0.26rem;
  left: 0.3rem;
  top: 0.275rem;
}
/*logo start*/
.login-logo {
  margin-top: 1.35rem;
  height: 2.15rem;
  text-align: center;
}
.login-logo .logo {
  width: 3rem;
  height: 1.2rem;
  display: inline-block;
  background: url(../images/news_icon_group.png);
  background-repeat: no-repeat;
  background-size: 8rem 6rem;
  background-position: -4.5rem -0.58rem;
}
/*logo end*/
/*登录form表单 start*/
.mui-input-group:before,
.mui-input-group:after,
.mui-input-group .mui-input-row:after {
  height: 0;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear,
.mui-input-row .mui-input-password ~ .mui-icon-eye,
.mui-input-row .mui-input-speech ~ .mui-icon-speech {
  top: 0.5rem;
}
.mui-input-group {
  padding: 1.32rem 0.3rem 0;
}
.mui-input-group .mui-input-row {
  width: 100%;
  height: 1.12rem;
  border-bottom: 1px solid #ccc;
}
.mui-input-group .mui-input-row input {
  height: 0.84rem;
  width: 100%;
  font-size: 0.34rem;
  margin-top: 0.26rem !important;
  padding: 0;
}
/*登录form表单 end*/
/*忘记密码 start*/
.forgetpwd-area {
  height: 0.77rem;
  text-align: right;
  padding: 0 0.3rem;
}
.forgetpwd-area a {
  color: #B3B3B3;
  font-size: 0.24rem;
  line-height: 0.77rem;
  display: inline-block;
}
/*忘记密码 end*/
/*登录、注册 start*/
.mui-content-padded {
  margin: 0.63rem 0 0.8rem;
  padding: 0 0.3rem 0;
}
.mui-content-padded button {
  height: 0.9rem;
  width: 100%;
  background-color: #5894FF;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.9rem;
  padding: 0;
  margin: 0;
  border-radius: 0.04rem;
  border: 0;
}
.mui-content-padded .register-area {
  margin-top: 0.36rem;
  height: 0.9rem;
  border: 1px solid #5894FF;
  border-radius: 0.04rem;
}
.mui-content-padded .register-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.9rem;
  color: #5894FF;
}
