@charset "UTF-8";
/**
 * 信息共享
 * date: 2024-4-8
 * author: fxyue;
 */
.share {
  margin: 30px 0;
}

.menu {
  width: 246px;
  min-height: 770px;
  padding: 16px;
  box-sizing: border-box;
  background: url("../images/menu_bg.png") bottom center no-repeat #fff;
}
.menu-list:nth-child(n+2) {
  margin-top: 16px;
}
.menu-top {
  height: 60px;
  line-height: 60px;
  padding: 0 45px 0 24px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: url("../images/menu_top_bg.png") no-repeat;
}
.menu-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-arr {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/menu_arrh.png") no-repeat;
}
.menu-arr.active {
  background-image: url("../images/menu_arr.png");
}
.menu-bottom {
  margin-top: 8px;
}
.menu-item {
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
  cursor: pointer;
}
.menu-item.active {
  color: #224B7F;
  background: url("../images/menu_item_bg.png") no-repeat;
}

.com {
  margin-left: 20px;
  width: calc(100% - 246px - 20px);
  padding: 16px;
  box-sizing: border-box;
  min-height: 770px;
}