.list_ic_ul > ul > li:first-child {
    margin-bottom: 10px;
}
.list_ic_ul > ul > li > ul {
    display: flex;
    align-items: center;
}
.list_ic_ul .img_bg > a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    margin-right: 9px;
}
.list_ic_ul > ul {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.18);
    padding: 12px 13px;
    border-radius: 3px;
    background: #fff;
}
.hd_language_mb {
    position: absolute;
    right: 16px;
    z-index: 9;
    top: 30px;
}
.hd_language_mb .list_ic {
    text-align: right;
}
.list_ic > ul > li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}

.hd_language_mb .list_ic_ul {
    position: absolute;
    right: -18px;
    /* margin-top: 9px; */
    min-width: 122px;
    top: 4px;
}
#hd_language {
    display: none;
}
