/* 本页调整 */
.criminal_out li .new_icon {
    height: 10px;
    position: absolute;
    left: -13px;
    top: -6px;
    width: 24px;
}

.criminal_out b {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0px 8px 0px 12px;
}

.mainHolo {
    padding: 0;
}

.noLogin_text {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1C64B9;
    margin-top: -16px;
    display: none;
}

.lawfirm-nav-box .tab-content {
    padding: 20px 10px 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

.search_box {
    position: absolute;
    width: 300px;
    top: 5px;
    right: 16px;
}

.search_box>div i {
    font-size: 20px;
    color: var(--ms-color-theme);
    float: right;
  }

.wid-size{
    width: 100%;
}

/*正在搜索中样式*/
.srhing {
    color: #666;
    font-size: 18px;
    padding: 130px 0;
    text-align: center;
    position: absolute;
    width: calc(100% + 50px);
    left: -25px;
    top: 0;
    height: calc(100% + 10px);
    z-index: 797;
    background: #fafafa;
}

.srhing span {
    display: block;
    padding-left: 10px;
    position: relative;
    top: 11px;
    font-size: 14px;
}

.srhing img {
    width: 280px;
    /* height: 212px; */
}

/* holo改版 */
.holo_header {
    background: #fff;
    border-radius: 8px;
    margin: 16px 0;
    padding: 0 16px;
    position: relative;
}

.holo_tabs {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.holo_nav_item {
    padding: 12px 0;
    margin-right: 30px;
}

.holo_nav_item.active .holo_nav_name {
    color: var(--ms-color-theme);
    font-weight: 600;
}

.holo_nav_item.active .holo_nav_name::after {
    content: '';
    width: 50%;
    height: 4px;
    background: var(--ms-color-theme);
    position:absolute;
    bottom: -14px;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%,-50%);
}

.holo_nav_item .holo_nav_name {
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}

.holo_nav_item .holo_nav_num {
    font-size: 14px;
    color: #999;
}
.holo_group_list {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}

.holo_group {
    display: none;
}

.holo_group.active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.holo_group .itemsBtns {
    width: calc(16.5% - 12px);
    border: 1px solid #E1EBFD;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 12px;
}

.itemsBtns span {
    color: #666666;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
