.m-right-sidebar {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  /* box-shadow: 0px 0px 3px 3px #dedede; */
  /* -webkit-box-shadow: 0px 0px 3px 3px #dedede; */
  /* -moz-box-shadow: 0px 0px 3px 3px #dedede; */
}
.m-right-sidebar {
  /* height: 93.2%; */
  /* padding: 10px; */
  position: fixed;
  top: 60px;
  right: -300px;
  width: 280px;
  z-index: 4;
  border-radius: 5px 0 0px 5px;
  box-sizing: border-box;
  /* transition: 0.5s; */
}
.m-right-sidebar h2 {
  margin: 0;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 20px;
  /* font-family: "Roboto Condensed", sans-serif; */
  letter-spacing: 2px;
  text-transform: uppercase;
  /* margin-bottom: 10px; */
  padding: 10px 10px 0;
  /* border-bottom: 1px solid #fff; */
}
.m-right-sidebar h2 {
  color: #333;
  /* border-bottom: 1px solid rgba(200, 200, 200, 0.8); */
}

#sideMenuContainer,
#asideChatView,
#div_viewpoint {
  overflow: hidden;
  box-shadow: none;
  background: rgba(34, 34, 34, 0.8);
  max-height: 93.2%;
  padding: 15px;
  position: fixed;
  top: 60px;
  right: -300px;
  width: 280px;
  z-index: 4;
  border-radius: 5px;
  box-sizing: border-box;
  /* transition: 0.5s; */
}

#sideMenuContainer h2,
#asideChatView h2,
#div_viewpoint h2 {
  margin: 0;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  border-bottom: 1px solid #fff;
}

#div_viewpoint {
  top: 0;
  /* 	width:360px;
	right:-360px; */
  /* height: 99.6%; */
}
#div_viewpoint ul.new_ztree {
  width: 96%;
  height: 95%;
  background: #373737;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 15px;
}
#div_viewpoint .body_viewpoint {
  max-height: 88%;
  min-height: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
#div_viewpoint .viewpoint_btn {
  margin: 0 3px;
}

/* ������չ�� */
.m-attribute {
  display: none;
  top: 0;
  height: 90%;
  min-width: 280px;
}

#m-attribute {
}
@media screen and (max-width: 1366px) {
  #div_viewpoint .body_viewpoint {
    height: 80%;
  }
  ul.new_ztree {
    height: 350px;
  }
  #div_viewpoint,
  .m-attribute {
    height: 100%;
  }
}
/*个人中心更换绑定样式  */
.toggleBtn.setting-inactive {
  background-color: #8e9092 !important;
  pointer-events: none;
  padding: 0px;
}
.toggleBtn {
  position: relative;
  background-color: #0c92f3;

  border-color: #0b7ed1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 68px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
  overflow: hidden;
}
