.yzmy-makemidb-top {
    height: 74px;
    margin-top: 8px;
    padding: 8px 24px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    overflow-x: scroll;
    scrollbar-width: none;
}
.anchorInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 24px;
    background: #F7F8FA;
    height: 48px;
    flex-shrink: 0;
}
.anchorHead {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #d9d9d9;
}
.anchorName {
    display: flex
;
    padding: 0 12px;
    align-items: center;
    align-self: stretch;
    color: #323233;
    font-family: HarmonyOS-regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gonengItem{
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 76px;
    height: 58px;
    border-radius: 5px;
}
.gonengItem_to{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.svg-icon{
    width: 30px;
    height: 30px;
    font-family: HarmonyOS-regular;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
.svg-icon {
    vertical-align: -.1em;
    fill: currentColor;
    overflow: hidden;
}
.gonengItem .svg-icon{
    width: 20px;
    height: 20px;
    font-family: HarmonyOS-regular;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
.yzmy-makemidb-top .gonengItem p {
    font-size: 12px;
    margin-top: 8px;
    color: #646566;
    font-weight: 400;
}
.yzmy-makemidb-top .anchorOtherInfo{
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 53px;
    width: auto;
    border-radius: 8px;
    margin-right: 10px;
    border: 1px solid #EBEDF0;
    position: relative;
    flex-shrink: 0;
}
.anchorOtherInfoCon {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    height: 38px;
    padding: 12px 8px;
    border-radius: 8px;
    background: #F2F3F5;
}
.anchorOtherContent {
    display: flex
;
    align-items: center;
    gap: 4px;
    height: 14px;
    width: 100%;
}
.anchorOtherContent .anchorOtherImg {
    width: 14px;
    height: 14px;
    border-radius: 7px;
}
.yzmy-makemidb-top .gonengItem img {
    width: 22px;
    height: 22px;
    font-weight: 500;
    font-family: HarmonyOS-regular;
    color: #666;
    -webkit-font-smoothing: antialiased;
}
.anchorOtherContent .anchorOtherName {
    overflow: hidden;
    color: #323233;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
}
.gonengItem:hover {
    background-color: #0000000a
}

.parameter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parameter-head {
    overflow: unset;
}
.parameter-top .parameter-head img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .16);
}
.parameter-top .zb-name {
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 12px;
    margin-bottom: 0;
}
