/* 菜单遮罩层样式 */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.menu-header {
    padding: 10px;
    height: 56px;
    background: #186ADE;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    flex-shrink: 0; /* 防止头部被压缩 */
}

.menu-logo {
    display: flex;
    align-items: center;
}

.close-menu {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    padding: 10px;
    line-height: 32px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-y: auto; /* 添加垂直滚动 */
    -webkit-overflow-scrolling: touch; /* 增加 iOS 滚动流畅度 */
    flex: 1; /* 占据剩余空间 */
}

.menu-list li {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    position: relative;
}

.menu-list li a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
}

.menu-list li.has-submenu .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
}

.menu-list li.has-submenu .menu-item a {
    flex: 1;
}

.menu-list li.has-submenu .arrow {
    color: #999;
    font-size: 16px;
    transition: transform 0.3s;
}

.menu-list li.has-submenu.open .arrow {
    transform: rotate(90deg);
}

.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}

.submenu li {
    border-bottom: none;
    position: relative;
}

.submenu li:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
}

.submenu li:last-child:after {
    display: none;
}

.submenu li a {
    padding-left: 40px;
    font-size: 14px;
    color: #666;
}

.menu-list li:active {
    background-color: #f5f5f5;
}



.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.p8 {
    padding: 8px;
}
.mb_t_gray {
    color: rgba(0, 0, 0, 0.65);
}
.mb_act {
    color: #186ADE;
}

.mb_title {
    font-size: 16px;font-weight: bold;color: rgba(0, 0, 0, 0.85);
}
.mb_title2 {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    padding-bottom: 4px;
}
.mb_box {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    border: 1px dashed #1777FE;
    padding: 8px;
}
.chairman-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #E8F5FF;
    height: 28px;
    background: linear-gradient(89deg, #186ADE -10%, transparent 88%);
    border-radius: 12px 0px 0px 0px;
    margin-top: -51px;
    position: relative;
    padding-left: 8px;
}
.chairman-name2 {
    border-radius: 0px 0px 6px 0px;
    background: #186ADE;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 8px;
    height: 23px;
    position: relative;
}
.mb_ry_box {
    background: linear-gradient(271deg, #FFEDED 0%, #FFFFFF 99%);
    margin-top: 20px;
}

.mobile_fund_summary {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  text-align: center;
}
.summary_col {
  flex: 3;
}
.summary_top {
  font-size: 20px;
  font-weight: bold;
  color: #d32f2f;
}
.summary_bottom {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.summary_date {
  font-size: 10px;
  color: #bbb;
}
.summary_unit {
  font-size: 11px;
  color: #888;
}

.summary_col:first-child {
  text-align: left;
}
.summary_col:last-child {
  text-align: right;
}

.mobile_fund_tab {
  display: flex;
  padding: 0 8px;
  background: none;
  border: none;
}
.tab_item {
  flex: 1;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 10px 0;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
}
.tab_item.active {
  color: #0B4DB8;
  font-weight: bold;
  background: none;
}


.mb_table_th {
    vertical-align: middle;
    width: 25%;
    height: 25px;
    text-align: center;
}
.header_inner {
    width: 100%;
    height: 0.44rem;
    position: relative;
}
.header_inner .tit {
    padding: 0.04rem 0.44rem;
    text-align: center;
}
.header_inner .tit .p1 {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.20rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header_inner .tit .p2 {
    font-size: 0;
}
.header_inner .tit .p2>span {
    display: inline-block;
    vertical-align: top;
    font-size: 0.13rem;
    color: #808080;
    line-height: 0.16rem;
    font-weight: 500;
}
.header_inner .tit .p2>span:not(:first-child) {
    margin-left: 0.06rem;
}
