#m-logined {
  cursor: initial;
  display: none;
}
#m-login {
  cursor: initial;
}
#m-login .abb-img {
  width: auto;
  height: auto;
  margin: 30px auto 18px;
}
#m-login .abb-img img {
  border: none;
  cursor: pointer;
}
#m-login .m-check-show {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
#m-login .m-check-show:before,
#m-login .m-check-show:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent;
}
#m-login .m-check-show:after {
  bottom: -10px;
  border-color: #19cdb5 transparent transparent;
}
#m-login .name-progress .progress {
  background-color: rgba(0, 0, 0, 0.3);
}
#m-login .name-progress .progress .progress-width {
  background-color: rgba(0, 0, 0, 0.4);
}
#m-login .m-login-box {
  margin-top: 48px;
}
#m-login .m-login-box a {
  display: inline-block;
  width: 190px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 18px;
  transition: all .1s ease;
  -ms-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -webkit-transition: all .1s ease;
}
#m-login .m-login-box a:hover {
  background-color: #fff;
  color: #19cdb5;
}
