@charset "UTF-8";
body {
  background-color: #f5f6f8;
  padding-top: 1.2rem;
}
body.login_body{
  background:url("../images/bg@2x.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.login_content{
  width: 92%;
  margin: 0 auto;
}
.head {
  height: 1.2rem;
  line-height: 1.2rem;
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 100%;
  color: #333;
  top: 0;
  background: #fff;
}
.head h1{
  font-weight: bolder;
}
.head .back_page {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  background: url("../images/back.png") no-repeat;
  background-size: 0.32rem 0.57rem;
  background-position: center center;
}
.up_head {
  /*border-radius: 50%;*/
  margin: .5rem auto;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  line-height: 2.8rem;
  font-size: 0.51rem;
  color: #ffc0b9;
  overflow: hidden;
}
.up_head img {
  width: 100%;
}
.up_head #uphead {
  position: absolute;
  left: -100rem;
}

.lz_title{
  text-align: center;
  color: #fff;
  margin: 0 auto 1rem;
}
.lz_title p{
  font-size: 1rem;
  letter-spacing:6px;
}
input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 0.51rem;
}
.yj-form,.update_form {
  background-color: #fff;
  padding: .35rem;
  border-radius: .3rem;
}
.yj-form .group,.update_form .group {
  height: 1.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.6rem;
}
.yj-form .group img {
  margin-right: 0.2rem;
  vertical-align: top;
}
.yj-form .group .select_icon {
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #f39800;
  width: 3rem;
  color: #ffffff;
  border-radius: .5rem;
  height: 1rem;
  line-height: 1rem;
  font-size: .4rem;
  outline: none;
}
.yj-form .group input,.update_form .group input {
  background: rgba(0, 0, 0, 0);
  height: 1.2rem;
  padding: 0 6px;
  line-height: 1.2rem;
  color: #333;
  font-size: 0.45rem;
  width: 8rem;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.yj-form .group label,.update_form .group label{
  font-size: 0.45rem;
  width: 2.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: justify;
  text-align-last: justify;
  padding-right: .3rem;
}
.yj-form .group label:after, .update_form .group label:after{
  content: '';
  width: 100%;
  display: inline-block;
}
.yj-form .group .select_txt {
  color: #a9a9a9;
  font-size: 0.51rem;
  position: absolute;
  width: 8rem;
  border-bottom: 1px solid #004fa4;
  height: 1.2rem;
  line-height: 1.2rem;
  top: 0;
  left: 0.85rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yj-form .group .select_txt.active {
  color: #333;
}
.yj-form .user_group img {
  width: 0.45rem;
  height: 0.51rem;
  margin-top: 0.34rem;
  margin-left: 0.1rem;
}
.yj-form .class_group .icon {
  width: 0.65rem;
  height: 0.49rem;
  margin-top: 0.35rem;
}
.yj-form .class_group.forget{
  margin-bottom: 5px;
  height: .6rem;
  font-size: 15px;
}
.yj-form .login-btn {
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.54rem;
  color: #fff;
  border-radius: 10px;
  background-color: #004fa4;
  margin-top: .3rem;
}
.yj-form a.forget{
  color: #6ebcfc;
  text-align: right;
  width: 100%;
  display: inline-block;
}
.update_form{
  display: none;
}
.update_form .group label{
  font-size: .4rem;
  width: 2.5rem;
  padding-right: .2rem;
}
.update_form .update_btn{
  border: none;
  background-color: #004fa4;
  color: #fff;
  font-size: 14px;
  padding: .2rem 1rem;
  border-radius: 1rem;
  float: right;
  width: 100%;
}
.mask {
  position: fixed;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
.mask .content {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mask .content .title {
  height: 0.5rem;
  width: 100%;
}
.mask .content .title span {
  display: block;
  margin: 0.2rem auto;
  width: 0.9rem;
  height: 0.12rem;
  border-radius: 5px;
  background-color: #e5e5e5;
}
.mask .content ul {
  max-height: 6.4rem;
  overflow-y: scroll;
}
.mask .content ul li {
  padding: 0 0.6rem;
  line-height: 1.25rem;
  height: 1.25rem;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mask.active {
  display: block;
  -webkit-animation: showmask 0.5s;
          animation: showmask 0.5s;
}
.mask.active .content {
  -webkit-animation: showcontent 0.5s;
          animation: showcontent 0.5s;
}
@-webkit-keyframes showmask {
  from {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  to {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
  }
}
@keyframes showmask {
  from {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  to {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
  }
}
@-webkit-keyframes showcontent {
  from {
    bottom: -6.4rem;
  }
  to {
    bottom: 0;
  }
}
@keyframes showcontent {
  from {
    bottom: -6.4rem;
  }
  to {
    bottom: 0;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 15px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 15px;
}

.layui-layer-title{
  font-size: .45rem !important;
  color: #000 !important;
}
@media screen and (max-width: 320px){
  .layui-layer.layui-layer-page{
    width: 300px !important;
    height: 290px !important;
  }
  .update_form .group label{
    font-size: .45rem !important;
  }
  .yj-form .group label{
    font-size: .5rem !important;
  }
}