@media (min-width: 768px){
  html {
    font-size: 75px;
  }
}
.switch-dialog-btn {
  display: none;
  position: fixed;
  z-index: 999;
  width: 1.28rem;
  height: 1.28rem;
  right: 0;
  bottom: 1rem;
  background: url('https://file.xueanquan.com/special-system/images/switchuser/user_bg.png') center left no-repeat;
  background-size: contain;
  cursor: pointer;
}
.switch-dialog-btn .info{
  position: relative;
  margin-top: .24rem;
  margin-left: .24rem;
  width: .8rem;
  height: .8rem;
  border-radius: .4rem;
  background: #339CFF;
  line-height: .8rem;
  text-align: center;
  font-size: .48rem;
  color: #fff;
}
.switch-dialog-btn .info::after{
  position: absolute;
  right: 0;
  bottom: 0;
  width: .36rem;
  height: .36rem;
  content: '';
  background: url('https://file.xueanquan.com/special-system/images/switchuser/switchuser.png') no-repeat center;
  background-size: contain;
}
.full-dialog,
.switch-dialog,
.adduser-dialog{
  display: none;
  position: fixed;
  bottom: 0;
  top:0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.switch-body{
  position: fixed;
  bottom: .4rem;
  width: 7.18rem;
  left: 50%;
  margin-left: -3.69rem;
  background: #fff;
  z-index: 1001;
  border-radius: .24rem;
}
.switch-body-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .96rem;
  padding: 0 .32rem;
  font-size: .32rem;
  font-weight: bold;
}
.switch-body-header-addbtn{
  border-radius: .04rem;
  padding: .04rem .16rem;
  border: .01rem solid #dedede;
  cursor: pointer;
  font-size: .28rem;
  color: #666666;
}
.switch-body-cont{
  height: 6rem;
  padding: 0 .32rem;
  overflow-y: scroll;
}
.switch-body-container{
  width: 6.64rem;
  overflow: hidden;
  position: relative;
}
.switch-body-container-scroll{
  white-space: nowrap;
  width: 6.64rem;
  height: 1rem;
  clear: both;
  overflow: hidden;
}
.switch-body-deluserbtn{
  float: left;
  width: 1rem;
  height: .98rem;
  margin-top: .01rem;
  background: #FF6F55;
  text-align: center;
  line-height: 1rem;
  color: #fff;
}
.switch-body-item{
  float: left;
  width: 6.64rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
  height: 1rem;
  z-index: 1010;
}
.switch-body-item .avatar{
  width: .72rem;
  height: .72rem;
  text-align: center;
  line-height: .72rem;
  border-radius: .36rem;
  background: #339CFF;
  font-size: .4rem;
  color: #fff;
  overflow: hidden;
}
.switch-body-item .info{
  width: 5rem;
  margin: 0 0.16rem;
}
.switch-body-item .infotop{
  line-height: .4rem;
  font-size: .28rem;
}
.switch-body-item .infotop .usertype{
  display: inline-block;
  vertical-align: top;
  margin-left: .2rem;
  margin-top: .04rem;
  padding: 0 0.16rem;
  background: rgba(51, 156, 255, .2);
  border-radius: .16rem;
  line-height: .32rem;
  font-size: .2rem;
  color: #339CFF;
}
.switch-body-item .infotop .isnow{
  display: inline-block;
  vertical-align: top;
  margin-left: .2rem;
  color: #10C56D;
}
.switch-body-item .infobto{
  line-height: .28rem;
  font-size: .2rem;
  color: #939393;
}
.switch-body-item .enter, .switch-body-item .enterNow{
  width: .48rem;
  height: .48rem;
  background: url('https://file.xueanquan.com/special-system/images/switchuser/switch-user-right.png') no-repeat center;
  background-size: contain;
}
.switch-body-item .enterNow{
  background: url('https://file.xueanquan.com/special-system/images/switchuser/switch-user-now.png') no-repeat center;
  background-size: contain;
}
.switch-body-footer{
  background: #fff;
  text-align: center;
  border-radius: 0 0 .24rem .24rem;
  overflow: hidden;
}
.switch-body-footer-tips{
  padding: .12rem .32rem;
  font-size: .24rem;
  color: #939393;
}
.switch-body-footer-btn{
  height: .96rem;
  background: rgba(0,0,0,0.05);
  line-height: .96rem;
  font-size: .32rem;
  cursor: pointer;
}
.adduser-body{
  position: fixed;
  top: 50%;
  margin-top: -3rem;
  width: 6.54rem;
  left: 50%;
  margin-left: -3.27rem;
  background: #f6f6f6;
  z-index: 1003;
  border-radius: .24rem;
  overflow: hidden;
}
.adduser-body-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .96rem;
  padding: 0 .32rem;
  background: #fff;
  font-size: .32rem;
  font-weight: bold;
}
.adduser-body-header-close{
  padding: 0 .2rem;
  cursor: pointer;
  font-size: .56rem;
  font-weight: normal;
  color: #939393;
}
.adduser-body-item{
  display: flex;
  align-items: center;
  border-top: .01rem solid #eee;
  background: #fff;
  height: .89rem;
  padding: 0 .32rem;
  box-sizing: border-box;
}
.adduser-body-item .itemlable{
  font-size: .28rem;
  font-weight: bold;
  margin-right: .32rem;
  color: #636363;
}
.adduser-body-item .itemInput,
.adduser-body-item .itemInput:hover,
.adduser-body-item .itemInput:focus{
  flex: 1;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  height: .8rem;
  line-height: .8rem;
  font-size: .32rem;
  outline: none;
  box-shadow: none;
}
.adduser-body-item .itemeye{
  width: .72rem;
  height: .48rem;
  margin-left: .24rem;
  border-left: .01rem solid #eee;
  padding-left: .24rem;
  background: url('https://file.xueanquan.com/special-system/images/switchuser/eye1@2x.png') center right no-repeat;
  background-size: .48rem .48rem;
}
.adduser-body-item .itemeye.showpwd{
  background: url('https://file.xueanquan.com/special-system/images/switchuser/eye2@2x.png') center right no-repeat;
  background-size: .48rem .48rem;
}
.adduser-body-tips{
  padding: .12rem .32rem;
  font-size: .24rem;
  color: #939393;
}
.adduser-body-btn{
  height: .88rem;
  background: linear-gradient(135deg, #11DD83 0%, #04BF3A 100%);
  border-radius: .08rem;
  margin: .2rem .32rem;
  text-align: center;
  line-height: .88rem;
  font-size: .36rem;
  font-weight: bold;
  color: #ffff;
}
.adduser-body-pwdbtn{
  height: .8rem;
  text-align: center;
  margin: 0 .32rem .4rem;
  line-height: .8rem;
  font-size: .28rem;
  color: #939393;
}
.select-grade-body{
  position: fixed;
  bottom: 0;
  width: 7.5rem;
  left: 50%;
  margin-left: -3.75rem;
  background: #fff;
  z-index: 1006;
  border-radius: .2rem .2rem 0 0;
  overflow: hidden;
  padding: 0 .32rem .68rem;
  color: #333;
}
.select-grade-body-title{
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .32rem;
  font-weight: bold;
}
.select-grade-body-list-item{
  display: flex;
  align-items: flex-start;
  margin: 0 -.2rem 0 -.06rem;
}
.select-grade-body-list-item .groupname{
  font-size: .32rem;
  margin-top: .32rem;
  font-weight: 500;
  text-align: right;
  width: .72rem;
  line-height: .72rem;
}
.select-grade-body-list-item .gradelist{
  display: flex;
  flex-wrap: wrap;
  width: 6.42rem;
  align-items: center;
  font-size: .28rem;
}
.select-grade-body-list-item .gradelist-item{
  display: flex;
  align-items: center;
  justify-content: center;
  border: .02rem solid #f5f6f7;
  background: #f5f6f7;
  box-sizing: border-box;
  margin-top: .32rem;
  margin-left: .16rem;
  border-radius: .16rem;
  text-align: center;
  width: 1.90rem;
  height: .72rem;
  line-height: .68rem;
  cursor: pointer;
}
.select-grade-body-list-item .gradelist-item.active{
  background: #f5f6f7;
  border: .02rem solid #30CC72;
  color: #30CC72;
}
.select-grade-body-btn {
  font-size: .36rem;
  margin-top: .64rem;
  border-radius: .44rem;
  color:white;
  line-height: .96rem;
  text-align: center;
  height: .96rem;
  background: #30CC72;
}
