.user-logo {
  display: flex;
  padding: 20px;
}
.logo {
  width: 66px;
  height: 66px;
}
.login {
  margin-left: 30px;
  height: 66px;
  line-height: 66px;
}
.login a {
  text-decoration: dotted;
  font-size: 16px;
  font-weight: 500;
  color: #368fff;
}

.user-info .user-cell {
  position: absolute;
  padding: 20px;
}
.cell {
  position: relative;
  margin: 10px 20px 0;
  padding: 0 20px;
  border-top: 1px solid #eee;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 2px rgba(177, 190, 214, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
}

.user-cell .cell img,
.mui-checkbox img,
.user-cell .cell i {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
}

.user-cell .cell i {
  right: 6px;
  top: 19px;
}
.user-cell .cell div {
  flex: 1;
  margin-left: 40px;
}
.user-cell .cell .mui-checkbox{
  margin: 0;
}
.mui-input-group{
  background-color: transparent;
}
.mui-input-group:after{
  display: none.weui-vcode-img;
}
.mui-checkbox, .mui-radio{
  background-color: #fff;
  margin-bottom:10px;
  margin: 10px 20px 0;
  padding: 0 20px;
  border-top: 1px solid #eee;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 2px rgba(177, 190, 214, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
}
.unbind-box .unbind-checkbox{
  top: 15px!important;
  right: 15px!important;
}
._primary{
  margin-left: 40px;

}
/* 注册页面 */
.register-content {
  background-color: #fff !important;
}
.register-form {
  margin: 0;
}
.register-form .cell {
  border-bottom: 1px solid #eee;
}
.select {
  display: flex;
  padding: 10px 15px;
}
.vcode-btn {
  color: #368fff;
  border: none;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
}
.agree {
  display: block;
  margin: 30px auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}
.agree a {
  color: #368fff;
}
.register-btn {
  margin: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #368fff;
  border-radius: 18px;
  color: #fff;
  text-align: center;
}
.role-right {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #bbb;
}

/* .weui-agree__checkbox:checked:before {
  color: #368fff;
  transform: translate(-50%, -48%) scale(0);
} */
.weui-vcode-btn {
  font-weight: 400;
  color: #368FFF;
  font-size: 14px;
  border: none;
  background: #ffff;
}
.weui-show-name-school {
  color: #368fff;
  border: none;
  background: #ffff;
  float: right;
}
.agree {
  margin: 30px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}
.agree a {
  color: #368fff;
}
.register-btn {
  margin: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #368fff;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.login-btn {
  display: block;
  margin: 40px 20px;
  text-align: center;
  background: #368fff;
  border-radius: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
}
.go-register {
  display: block;
  text-align: center;
  color: #368fff;
  font-size: 14px;
}

.weui-vcode-img{
  width:100px
}

input,textarea{
  -webkit-user-select: auto !important;
}
