h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

html,
body,
ul,
li {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.user {
  width: calc(100% - 620px);
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px 20px 20px 20px;
}
.user img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
}
.user-information {
  width: 60%;
  position: relative;
  padding: 13px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.user-information > div {
  line-height: 47px;
  flex: 1;
}
.user-information > div:first-child {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
  /* position: absolute; */
  /* top: 13px; */
}
.user-information > div:last-child {
  /* position: absolute; */
  /* bottom: 0px; */
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.user-information > div:last-child span:last-child {
  font-weight: bold;
  font-size: 16px;
  color: #9898a6;
}
.main {
  width: 100%;
  box-sizing: border-box;
  background: url("https://umi-intelligence.oss-cn-shenzhen.aliyuncs.com/xcx/com/message_center/Group_427320492@2xmhys.png")
    no-repeat;
  background-size: 100%;
  padding-top: 60px ;
  box-sizing: border-box;
}
.main_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 27px 310px;
  box-sizing: border-box;
}
.main_left {
  width: 70%;
}
.main_right {
  width: 30%;
}
.main_left_top {
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.main_left_top span:first-child {
  font-weight: 600;
  font-size: 18px;
  color: #666c80;
}
.main_left_top span:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #bababa;
}
.main_leftT_btn img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.main_left_content {
  width: 100%;
}
.main_left_article {
  width: calc(100% + 24px);
  height: auto;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  top: 0px;
  left: -24px;
  transition: all 0.6s;
  border-bottom: 1px solid #f2f2f2;
}
.main_left_article:hover {
  top: -10px;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.article_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.article_title:hover {
  color: #0040ff !important;
}
.article_content {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.link_btn {
  font-weight: 600;
  font-size: 14px;
  color: #0040ff;
  margin-top: 16px;
  margin-bottom: 30px;
  cursor: pointer;
}
.article_bottom {
}
.article_bottom_information {
  display: flex;
  align-items: center;
}
.article_bottom_information img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.article_bottom_information .name {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.article_bottom_information .time {
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
  margin: 0px 16px;
}
.article_bottom_information .tag {
  display: flex;
  align-items: center;
}
.article_bottom_information .tag .tag-item {
  line-height: 24px;
  padding: 0px 10px;
  background: #f5f5f5;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-right: 8px;
}
.article_bottom_operate {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_bottom_operate > div:first-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:first-child img {
  width: 20px;
  height: 20px;
}
.wechat_hover {
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  cursor: pointer;
}
.wechat_hover:hover .wechat_box {
  display: block;
}
.wechat_box {
  position: absolute;
  top: 20px;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f1f1f1;
  z-index: 3000;
}
.wechat_box img {
  width: 120px !important;
  height: 120px !important;
}
.wechat_box div {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.article_bottom_operate > div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.article_bottom_operate > div:last-child >div{
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:last-child img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.main_right {
  box-sizing: border-box;
}
.main_right_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_rTop_left {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 16px;
}
.main_rTop_right {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  cursor: pointer;
  cursor: pointer;
}
.main_rTop_right img {
  width: 16px;
  height: 16px;
}
.majorEvents {
  width: 100%;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f3f3f3;
}
.majorEvents ul {
  padding: 0px 12px;
  box-sizing: border-box;
}
.majorEvents li {
  width: calc(100% - 24px);
  padding: 24px 0px;
  margin-left: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  /* display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
}
.majorEvents li::marker {
  color: #666666;
  font-size: 13px;
}
.majorEvents_li_title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 9px;
}
.majorEvents_li_time {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
}
.majorEvents_li_time img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.main_left_btn{
  font-weight: bold;
  font-size: 14px;
  color: #0040FF;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #0040FF;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 23px;
  cursor: pointer;
}
/*# sourceMappingURL=user.css.map */
.add-btns {
  width: 100%;
  background: #0040FF;
  border-radius: 10px 10px 10px 10px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  cursor: pointer;
  
}
.add-btns img {
  width: 20px;
  height: 20px;
}

.add-btns a {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}

.menus {
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 30px;

  

}
.menu-line {
  border: 1px solid #F2F2F2;
  height: 60px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
text-decoration: none;
  
}
.menu-item img {
  width: 48px;
  height: 48px;
}

.menu-title {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}
.menu-title a{
  color: #000;
  text-decoration: none;
}