/* temp */
/* temp */
#leftbar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 174px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /* overflow: hidden; */ }
#leftbar .profile {
  display: block;
  text-align: center;
  color: #fff; }
#leftbar .profile .photo {
  display: block;
  /* height: 215px; */
  min-height: 240px;
  padding-top: 15px;
  margin: 0 -1px;
  background: #fe4d47;
  background: -moz-linear-gradient(top, #fdc242 0%, #fe4d47 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdc242), color-stop(100%, #fe4d47));
  background: -webkit-linear-gradient(top, #fdc242 0%, #fe4d47 100%);
  background: -o-linear-gradient(top, #fdc242 0%, #fe4d47 100%);
  background: -ms-linear-gradient(top, #fdc242 0%, #fe4d47 100%);
  background: linear-gradient(to bottom, #fdc242 0%, #fe4d47 100%); }
#leftbar .profile .photo a {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden; }
#leftbar .profile .photo a img {
  width: 100%;
  height: auto; }
#leftbar .profile .photo p {
  display: block;
  color: #fff;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
#leftbar .profile .photo p.userName {
  font-size: 14px;
  font-weight: 700; }
#leftbar .profile .photo p.grpName {
  height: 19px; }
#leftbar .profile .photo .userTx {
  display: table;
  width: 100%;
  min-height: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 15px;
  margin-top: 10px; }
#leftbar .profile .photo .userTx p {
  display: table-cell;
  vertical-align: middle;
  white-space: normal; }
#leftbar .profile.gok .photo {
  height: 150px; }
#leftbar .profile .userInfo {
  display: block;
  font-size: 11px;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
  text-align: left;
  background: #fe3128;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 -1px; }
#leftbar .profile .userInfo dt {
  font-weight: 700;
  color: #ffd988; }
#leftbar .profile .userInfo dd {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
#leftbar .profile .userInfo dd:last-child {
  margin-bottom: 0; }
#leftbar .profile .send {
  background: #fe3128;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 46px;
  margin: 0 -1px; }
#leftbar .profile .send a {
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3); }
#leftbar .profile .send .joinReq, #leftbar .profile .send .message, #leftbar .profile .send .followBt, #leftbar .profile .send .followBt2 {
  display: block;
  height: 24px;
  line-height: 22px;
  margin: 0 10px;
  font-size: 11px;
  padding: 0;
  background: #fdba42;
  border-color: #fdba42;
  border-radius: 2px; }
#leftbar .profile .send .joinReq.fok, #leftbar .profile .send .message.fok, #leftbar .profile .send .followBt.fok, #leftbar .profile .send .followBt2.fok {
  background: #43c7f5;
  border-color: #43c7f5; }
#leftbar .profile .mng {
  display: block;
  padding: 0; }
#leftbar .profile .mng a {
  display: block;
  height: 42px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 0 15px;
  background: #f5f5f5 url(../img/button_bullet.png) no-repeat;
  background-position: 145px center !important;
  background-size: 17px !important; }
#leftbar .profile .mng a.fav, #leftbar .profile .mng a.opench {
  background: #f5f5f5 url(../img/i_term_check_off.png) no-repeat; }
#leftbar .profile .mng a.fav.on, #leftbar .profile .mng a.opench.on {
  background: #f5f5f5 url(../img/i_term_check_on.png) no-repeat; }
#leftbar .profile .mng a:last-of-type {
  border-bottom: 0; }
#leftbar .profile .groupInfo {
  padding: 10px;
  text-align: left;
  background: #fe3128;
  margin: 0 -1px; }
#leftbar .profile .groupInfo dt, #leftbar .profile .groupInfo dd {
  display: inline-block;
  letter-spacing: -0.04em;
  color: #fff;
  white-space: nowrap; }
#leftbar .profile .groupInfo dd {
  min-width: 80px; }
#leftbar .personal_info {
  display: block;
  padding: 9px 15px;
  margin: 0 -1px;
  background: #fe3128;
  color: #fff;
  height: 62px; }
#leftbar .personal_info .info_check li {
  line-height: 1.8;
  text-align: left; }
#leftbar .personal_info .info_check li strong {
  color: #ffd988; }
#leftbar .personal_info .info_check li span {
  float: right; }
#leftbar .personal_info .info_check li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle; }
#leftbar .personal_info .info_check li.time:before {
  background: url(../img/svg/icon_check_yellow.svg) no-repeat left center;
  background-size: 12px; }
#leftbar .personal_info .info_check li.alarm {
  margin-top: 2px; }
#leftbar .personal_info .info_check li.alarm a:hover, #leftbar .personal_info .info_check li.alarm span:hover {
  border-bottom: 1px dotted #ddd;
  border-color: inherit; }
#leftbar .personal_info .info_check li.alarm #alarm_click {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  margin-top: 3px; }
#leftbar .personal_info .info_check li.alarm:before {
  background: url(../img/svg/icon_alarm_yellow.svg) no-repeat left center;
  background-size: 14px; }
#leftbar .personal_count {
  display: block;
  background: #f5f5f5;
  padding: 10px 15px;
  line-height: 1.8;
  height: 115px; }
#leftbar .personal_count li {
  text-align: left;
  color: #555; }
#leftbar .personal_count li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: .5;
  margin-right: 4px; }
#leftbar .personal_count li.message {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px; }
#leftbar .personal_count li.message span {
  cursor: pointer; }
#leftbar .personal_count li.message:before {
  background: url(../img/svg/icon_mail.svg) no-repeat center center;
  background-size: 13px;
  position: relative;
  margin-top: -3px; }
#leftbar .personal_count li.notice:before {
  background: url(../img/svg/icon_write_document.svg) no-repeat center center;
  background-size: 14px; }
#leftbar .personal_count li.comment:before {
  background: url(../img/svg/icon_comment.svg) no-repeat center center;
  background-size: 12px; }
#leftbar .personal_count li.like:before {
  background: url(../img/svg/icon_like.svg) no-repeat center center;
  background-size: 12px; }
#leftbar .personal_count li span {
  float: right;
  font-weight: 700;
  color: #fd922c; }
#leftbar .personal_count li span a {
  color: #fd922c; }
#leftbar .scroll_form {
  position: absolute;
  top: 392px;
  left: 0;
  bottom: 0;
  right: 0; }

.alarm_tap_area {
  position: absolute;
  top: 232px;
  right: 666px;
  border: 1px solid #ddd;
  background: #fff url("../img/ic_alarmtap.png") no-repeat 10px -2px;
  padding: 10px 10px 0 28px;
  width: 360px;
  border-radius: 4px;
  z-index: 100; }
.alarm_tap_area:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -11px;
  width: 11px;
  height: 21px;
  background: url(../img/arrow_tail_left.png) no-repeat; }
.alarm_tap_area .tit span {
  color: #4cc3c4;
  font-weight: bold; }
.alarm_tap_area a.more {
  position: absolute;
  top: 9px;
  right: 4px;
  border: 0;
  line-height: 11px;
  text-indent: 0;
  width: 68px;
  background-position: left center;
  background-size: 9px;
  vertical-align: middle;
  padding: 6px 1px 6px 15px; }
.alarm_tap_area .alarm_list {
  overflow: hidden;
  margin: 0;
  margin-top: 12px;
  margin-left: -15px;
  max-height: 315px;
  overflow-y: auto;
  border-top: 1px solid #eee; }
.alarm_tap_area .alarm_list li {
  padding: 8px 5px 8px 55px;
  border-bottom: 1px solid #F1F1F1; }
.alarm_tap_area .alarm_list li .photo {
  float: left;
  overflow: hidden;
  margin: 0 0 0 -55px;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 50%; }
.alarm_tap_area .alarm_list li .photo img {
  width: 100%;
  height: auto; }
.alarm_tap_area .alarm_list li .t {
  overflow: hidden;
  margin-bottom: 3px;
  /* *margin-bottom: 0px; */ }
.alarm_tap_area .alarm_list li .name {
  float: left; }
.alarm_tap_area .alarm_list li .name span {
  /* margin-left: 5px; */
  font-weight: normal;
  font-size: 11px; }
.alarm_tap_area .alarm_list li .date {
  float: right;
  color: #a6a6a6; }
.alarm_tap_area .alarm_list li .para {
  min-height: 24px; }
.alarm_tap_area .alarm_list li:last-child {
  border-bottom: 0; }

/* temp */
.nav {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  /* nav */ }
.nav li {
  border-top: 1px solid #e0e0e0; }
.nav > ul > li > a {
  position: relative;
  display: block;
  padding-left: 15px;
  line-height: 42px;
  text-transform: capitalize; }
.nav > ul > li > a:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url(../img/button_bullet.png) no-repeat center center;
  transition-duration: .3s; }
.nav > ul > li:last-child a {
  border-bottom: 0; }
.nav > ul > li.on > a:before, .nav > ul > li > a[data-option="on"]:before {
  transform: rotate(90deg);
  transition-duration: .3s; }
.nav > ul > li a.sub_control {
  position: relative; }
.nav > ul > li a.sub_control:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 10px;
  height: 10px;
  background: url("../img/i_list_arrow_bottom.png") no-repeat center center;
  background-size: 8px; }
.nav > ul > li a.sub_control[data-option="on"]:after {
  background: url("../img/i_list_arrow_top.png") no-repeat center center;
  background-size: 8px; }
.nav > ul > li a.sub_control a {
  display: block;
  line-height: 42px; }
.nav ul li ul {
  padding: 0; }
.nav ul li li a, .nav ul li.on li a, .nav ul li:hover li a {
  display: block;
  line-height: 30px;
  padding-left: 27px;
  font-size: 11px;
  font-weight: normal;
  color: #555;
  background: #f8f8f8 url(../img/i_navbar.png) no-repeat 15px -15px; }
.nav ul li li a:hover, .nav ul li li.on a, .nav ul li li a[data-option="on"] {
  color: #4cc3c4;
  text-decoration: none;
  background: #f8f8f8 url(../img/i_navbar.png) no-repeat 15px 14px; }
.nav ul.submenu {
  background: #f8f8f8; }
.nav ul.submenu a {
  padding-left: 36px !important;
  background: #f8f8f8 url("../img/ic_depth.png") no-repeat 26px center !important; }

/* temp */
.follow {
  position: relative;
  /* follow */ }
.follow .follow_tit {
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px; }
.follow .follow_tit em {
  font-size: 16px;
  margin-left: 5px;
  color: #fd922c; }
.follow ul {
  border-bottom: 1px solid #ddd;
  padding: 0 10px; }
.follow ul li {
  display: inline-block;
  /* overflow: hidden; */
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  margin: 0 5px 10px; }
.follow ul li a {
  display: block; }
.follow ul li.no_user {
  width: 100%;
  height: auto;
  border: none;
  margin: 8px 0;
  font-size: 11px;
  color: #a6a6a6;
  border-radius: 0; }
.follow ul li:nth-child(3n) {
  margin-right: 0; }
.follow ul li img {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  border-radius: 50%; }
.follow .more {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #555;
  font-size: 11px;
  line-height: normal;
  background: url(../img/svg/icon_plus.svg) no-repeat center center;
  background-size: 10px;
  opacity: .3;
  border: 0; }
.follow .more:focus {
  opacity: 1; }

/* temp */
#rightbar {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 40px;
  width: 190px;
  height: 807px;
  border: 1px solid #e4e2dc; }
#rightbar.topicRightbar {
  border: none;
  /* grouplist */ }
#rightbar.topicRightbar .add_topic_favorite {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 30px; }
#rightbar.topicRightbar .grouplist {
  margin-top: 20px; }
#rightbar.topicRightbar .grouplist h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #333; }
#rightbar.topicRightbar .grouplist ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
#rightbar.topicRightbar .grouplist ul li {
  padding: 12px; }
#rightbar.topicRightbar .grouplist ul li .thumb {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: #f5f5f5;
  border-radius: 50%;
  overflow: hidden; }
#rightbar.topicRightbar .grouplist ul li .thumb img {
  width: 100%;
  height: auto; }
#rightbar.topicRightbar .grouplist ul li .name {
  margin: 2px 0; }
#rightbar.topicRightbar .grouplist.topic_file .name strong {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0; }

/* temp */
.group_opt {
  display: none;
  /* *zoom: 1; */ }
.group_opt:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.'; }
.group_opt li {
  float: left;
  width: 33.33333%;
  background-color: #0c4da2 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
.group_opt li:before, .group_opt li:after {
  content: "";
  display: table; }
.group_opt li:after {
  clear: both; }
.group_opt li:last-child {
  border-right: 0; }
.group_opt li a {
  display: block;
  padding-top: 35px;
  padding-bottom: 10px;
  width: 65px;
  font-size: 11px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center; }
.group_opt li.on a, .group_opt li a:hover {
  color: #4CC3C4; }
.group_opt .user_all {
  background: url(../img/btn_r_group1.png) no-repeat center 10px; }
.group_opt .group_all {
  background: url(../img/btn_r_group2.png) no-repeat center 10px; }
.group_opt .group_make {
  background: url(../img/btn_r_group3.png) no-repeat center 10px; }

.group_wrap .tab {
  position: relative;
  /* float: left;
  width: 100%; */
  margin: -1px; }
.group_wrap .tab .slide_control {
  position: absolute;
  top: 12px;
  right: 5px; }
.group_wrap .tab .slide_control button {
  color: #fff;
  border-color: transparent; }
.group_wrap .tab .slide_control button.isDisabled {
  opacity: .5 !important; }
.group_wrap .tab .grp_list {
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  background: #1f61b9;
  padding: 0 15px; }

.grouplist {
  clear: both;
  overflow: hidden;
  height: 100%; }
.grouplist li {
  position: relative;
  overflow: hidden;
  padding: 12px 35px 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top; }
.grouplist li .photo {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
.grouplist li .photo img {
  width: 100%;
  height: auto; }
.grouplist li p {
  position: relative;
  float: left;
  width: 100%; }
.grouplist li p.name {
  line-height: 1.4;
  color: #555; }
.grouplist li p.name strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.grouplist li p.name span {
  font-size: 11px;
  color: #999; }
.grouplist li p.name .group_status {
  color: #43c7f5;
  margin-right: 5px; }
.grouplist li p.description {
  padding-top: 8px;
  margin-top: 10px;
  border-top: 1px dotted #ddd; }
.grouplist li .list_wrap {
  overflow: hidden; }
.grouplist li .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 0; }
.grouplist.list_grp li {
  padding: 12px 15px 10px 15px; }
.grouplist .btn_group_more {
  margin: 10px 0;
  padding: 0 10px; }
.grouplist .btn_group_more a {
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5; }
.grouplist.topic_file .file_type_icon {
  float: left;
  width: 26px;
  margin-right: 10px;
  margin-top: 5px; }
.grouplist.topic_file .file_type_icon img {
  width: 100%;
  height: auto; }
.grouplist.topic_file .name {
  float: left;
  width: 128px; }

.myinfo_box04{border:1px solid #ddd;border-width:0 1px 1px 1px;background-color:#fff}
.myinfo_box04 .myinfo_menu {
  display: block;
  padding: 0; }
.myinfo_box04 .myinfo_menu a {
  display: block;
  height: 42px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 0 15px;
  background: #f5f5f5 url(../img/button_bullet.png) no-repeat;
  background-position: 145px center !important;
  background-size: 17px !important; }
.myinfo_box04 .myinfo_menu a.fav, .myinfo_box04 .myinfo_menu a.opench {
  background: #f5f5f5 url(../img/i_term_check_off.png) no-repeat; }
.myinfo_box04 .myinfo_menu  a.fav.on, .myinfo_box04 .myinfo_menu a.opench.on {
  background: #f5f5f5 url(../img/i_term_check_on.png) no-repeat; }
