.login_dialog {
  width: 6.4rem;
  background: #ffffff;
  position: static;
  top: 13%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.5rem 0.58rem;
  box-sizing: border-box;
  box-shadow: 0 0 6px 1px #dde0ff;
  border-radius: 0 0 5px 5px;
  border-top: 4px solid #5764ff;
}

.top_logo {
  width: 0.76rem;
  height: 0.73rem;
  margin: 0.22rem auto 0.1rem;
}
.login_dialog h2 {
  font-size: 0.34rem;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #000;
  line-height: 0.4rem;
  margin-top: 0.5rem;
}

.login_dialog h5 {
  font-size: 0.24rem;
  font-family: microsoft yahei;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.4rem;
  font-weight: normal;
}
.login_item {
  margin-bottom: 0.16rem;
  text-align: left;
  position: relative;
}
.login_item .code {
  position: absolute;
  width: 1.2rem;
  right: 0;
  top: 0;
  text-align: left;
  color: #5764ff;
  height: 100%;
  line-height: 0.59rem;
  font-size: 0.16rem;
  cursor: pointer;
}
.login_item.agree,
.log_in {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.16rem;
  color: #999;
}
.log_in span {
  color: #5764ff;
  cursor: pointer;
}
.login_item input {
  width: 100%;
  border-radius: 0.3rem;
  height: 0.59rem;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 1.5rem 0 0.7rem;

  font-size: 0.18rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #333333;
}
.login_item input[type="radio"] {
  width: auto;
  vertical-align: middle;
  height: 0.22rem;
  margin: 0 0.05rem 0 0;
}
.login_item .username {
  background: url(../img/account.png) no-repeat 0.3rem center;
  /* background-size: 0.2rem auto; */
}
.login_item .password {
  background: url(../img/password.png) no-repeat 0.3rem center;
  /* background-size: 0.2rem auto; */
}
.login_item .verificationcode {
  background: url(../img/verificationcode.png) no-repeat 0.3rem center;
  /* background-size: 0.2rem auto; */
}
    .login_item .product { 
        background: url(../img/chooseproduct.png) no-repeat 0.3rem center;
        /* background-size: 0.2rem auto; */
    }

.login_item #valcode {
  width: 1.23rem;
  height: 0.59rem;
  margin-left: 0.2rem;
}

.login_dialog .l_btn {
  width: 4.09rem;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: center;
  margin: 0.25rem auto 0.1rem;
  background: #5764ff;

  font-size: 0.2rem;
  font-family: microsoft yahei;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0.3rem;
  cursor: pointer;
}

.bg .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  height: 32%;
  background: #449254;
}
.bottom p {
  font-size: 0.2rem;
  font-family: microsoft yahei;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.bottom p:nth-child(1) {
  margin-top: 25vh;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.footer .f_name {
  background: #f2f2f2;
  color: #666;
}
