@charset "utf-8";
/* CSS Document */

html,body{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-wrap{
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.9rem;
  width: 100%;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: rgba(48,145,242,0);
  z-index: 99999;
  overflow: hidden;
}
.nav-logo{
  display: inline-block;
  padding-top: 0.1rem;
  padding-left: 0.3rem;
  width: 1.66rem;
  height: 0.45rem;
}
.nav-logo svg{
  width: 100%;
  height: 100%;
}
.nav-list-icon{
  float: right;
  padding: 0.3rem 0.7rem;
  width: 0.38rem;
  height: 0.27rem;
}
.nav-list-icon svg{
  width: 100%;
  height: 100%;
}
.nav-list-wrap{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.nav-list{
  position: absolute;
  top: 0;
  right: -2.6rem;
  width: 2.6rem;
  height: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}
.nav-list.active{
  right: 0;
}
.nav-mask{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 1);
  z-index: 0;
}
.nav-mask.active{
  opacity: .4;
  z-index: 99999;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.login-register-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .15rem;
  height: 0.9rem;
  font-size: 0.26rem;
}
.isLogin{
  display: inline-flex;
  align-items: center;
  padding: .18rem .1rem;
  height: .55rem;
}
.nicklogo{
  display: inline-block;
  margin-right: .1rem;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  overflow: hidden;
}
.nicklogo img{
  width: 100%;
  height: 100%;
}
.nickname{
  display: inline-block;
  width: 1rem;
  height: .55rem;
  overflow: hidden;
  line-height: .55rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-register-area .flex-item{
  /*width: 1.1rem;*/
  padding: 0.22rem 0;
  line-height: 0.26rem;
}
.login-register-area .flex-item a{
  display: inline-block;
  padding: 0.1rem;
}
.login-register-area .center-border{
  position: relative;
  top: 0.29rem;
  width: 1px;
  height: 0.32rem;
  background-color: #cccdd2;
}
.navigators{
  position: absolute;
  top: .9rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  font-size: 0.26rem;
}
.navigators .navigator-item{
  height: 0.82rem;
  padding: 0.08rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigators .navigator-item a{
  display: inline-block;
  padding: 0.2rem .25rem;
  line-height: 0.26rem;
}
.navigators .navigator-item.gray{
  display: block;
}
.navigators .navigator-item.gray a{
  padding-left: .45rem;
  font-size: .24rem;
  color: #59607B;
}
