.login {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url('/mobile/img/login_bg.png') no-repeat center;
  background-size: cover;
  padding: 0 0.64rem;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 1.2rem;
  max-width: 750px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.login_cont {
  overflow: hidden;
}
.login_cont .text {
  height: auto;
  font-size: 28px;
  color: #fff;
}



.text {
  width: 5.52rem;
  height: 2.04rem;
  margin: 0.8rem auto;
}
.input_div {
  width: 100%;
  margin: 0.48rem auto 0;
  position: relative;
}
.input_div input {
  width: 100%;
  height: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  border: none;
  font-size: 0.28rem;
  color: #ffffff;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.register_div {
  display: none;
}
.psd_img {
  position: absolute;
  right: 0.32rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('/mobile/img/psd_close.png') no-repeat;
  background-size: cover;
}
.psd_img.open {
  background: url('/mobile/img/psd_open.png') no-repeat;
  background-size: cover;
}
.btns {
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  border-radius: 0.16rem;
  background-color: #09a8ff;
  font-size: 0.28rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0.48rem auto 0;
}
.btns:nth-of-type(1):nth-of-type(1) {
  margin-top: 0.64rem;
}
.register_btn {
  display: none;
}
.switch_btn {
  width: 100%;
  margin: 0.32rem auto 0;
  overflow: hidden;
}
.switch_btn .btn1 {
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.6);
}
.switch_btn .btn2 ,.switch_btn .btn3{
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.6);
}
.switch_btn .btn3{
  display: none;
}

/*  */
.actPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}
.actPopup .Popup_cont {
  width: 5.66rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.16rem;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Popup_cont img {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.48rem auto 0;
}
.Popup_cont .p1 {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  margin: 0.4rem 0.4rem 0;
  text-align: center;
}
.Popup_cont .p2 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.4rem;
  margin: 0.2rem 0.4rem 0;
  text-align: center;
}
.Popup_cont .p3 {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.4rem;
  margin: 0.8rem 0.4rem 0;
  text-align: center;
}
.actPopup_footer {
  width: 5.66rem;
  height: 1.06rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0rem 0rem 0.16rem 0.16rem;
  margin: 0.48rem 0 0;
  display: flex;
  border-top: 0.02rem solid rgba(200, 199, 204, 0.6);
}
.actPopup_footer button {
  width: 50%;
  height: 1.04rem;
  text-align: center;
  font-size: 0.32rem;
  color: #09a8ff;
  border: none;
  background-color: transparent;
  outline: none;
}
.actPopup_footer button:nth-of-type(1) {
  border-right: 0.02rem solid rgba(200, 199, 204, 0.6);
}
.actPopup_footer a {
  width: 100%;
  font-size: 0.32rem;
  height: 1.04rem;
  line-height: 1.04rem;
  color: #09a8ff;
  text-align: center;
}
.error_tips {
  font-size: 0.28rem;
  color: #ff4949;
  line-height: 0.4rem;
  padding-left: 0.44rem;
  margin-top: 0.16rem;
  background-position: left;
  background-size: 0.32rem 0.32rem;
  background-repeat: no-repeat;
  background-image: url('/home/img/icon/icon_error.png');
}
/*  */
.pasmodify {
  width: 100%;
  padding: 0 0.48rem;
  box-sizing: border-box;
}
.pasmodify .title {
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
  margin: 0.48rem 0;
}
.pasmodify .label {
  font-size: 0.28rem;
  color: #666666;
  margin-top: 0.32rem;
}
.pasmodify .email {
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.16rem;
}
.pasmodify .input_div {
  width: 6.54rem;
  margin: 0.2rem auto 0;
}
.pasmodify input {
  font-size: 0.28rem;
  color: #09a8ff;
  width: 100%;
  height: 1.04rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #979797;
}
.pasmodify input::-webkit-input-placeholder {
  color: #999;
}
.pasmodify input::-moz-input-placeholder {
  color: #999;
}
.pasmodify input:-ms-input-placeholder {
  color: #999;
}
.pasmodify .btns {
  background: rgba(9, 168, 255, 0.1);
  color: #09a8ff;
  border-radius: 0.48rem;
}
.error input {
  background: rgba(255, 104, 104, 0.1);
  border: 0.02rem solid #ff4949;
}
/*  */
.rule_div {
  width: 100%;
  display: none;
}
.password:hover + .rule_div {
  display: block;
}
#new_password:hover + .rule_div {
  display: block;
}
.rule_div p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.18rem;
}
.rule_div p.tips {
  margin-top: 0.2rem;
}
.rule_div ul li {
  height: 0.4rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.4rem;
  background-position: left;
  background-size: 0.32rem 0.32rem;
  background-repeat: no-repeat;
  margin-top: 0.04rem;
  padding-left: 0.44rem;
  background-image: url('/home/img/icon/icon_confirm_nor.png');
}
.rule_div ul li.active {
  background-image: url('/home/img/icon/icon_confirm_foc.png');
}
.login .rule_div p {
  color: rgba(255, 255, 255, 0.8);
}
.login .rule_div ul li {
  color: rgba(255, 255, 255, 0.8);
}
.pasmodify .rule_div p {
  color: #666666;
}
.pasmodify .rule_div ul li {
  color: #666666;
}
.rule_div .grade {
  width: 4.8rem;
  height: 0.14rem;
  margin-top: 8px;
  font-size: 0;
}
.rule_div .grade span {
  width: 1.6rem;
  height: 0.14rem;
  display: inline-block;
}
.rule_div .grade span:nth-of-type(1) {
  background: #d8d8d8;
}
.rule_div .grade span:nth-of-type(2) {
  background: #b5b5b5;
}
.rule_div .grade span:nth-of-type(3) {
  background: #919191;
}
.rule_div .grade.active1 span:nth-of-type(1) {
  background: #ff6868;
}
.rule_div .grade.active2 span:nth-of-type(1) {
  background: #ff6868;
}
.rule_div .grade.active2 span:nth-of-type(2) {
  background: #ffa068;
}
.rule_div .grade.active3 span:nth-of-type(1) {
  background: #ff6868;
}
.rule_div .grade.active3 span:nth-of-type(2) {
  background: #ffa068;
}
.rule_div .grade.active3 span:nth-of-type(3) {
  background: #44d7b6;
}
