.head_lan .lan_tit .iconfont.map {
    margin-right: 5px;
    margin-left: 0;
    font-size: 0;
    width: 22px;
    height: 22px;
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024090416271063084/cms/image/b3132e3c-6e24-448b-98d1-45b571ac45c4.gif);
    -webkit-border-radius: 100%;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    display: block;
}
.head_lan .lan_tit {
    width: auto;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.lan_con {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_lan {
    width: auto;
    position: relative;
    background: none;
    padding: 0 15px 0 15px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    height: 80px;
}

.head_lan .lan_list {
    display: flex;
    width: 120px;
    background: #fff;
    padding: 0px;
    position: absolute;
    z-index: 99;
    border-radius: 0px;
    top: 80px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 20px);
    transition: all .3sease;
    flex-direction: column;
}
.head_lan .lan_list.cur {
    opacity: 1;
    transform: translate(0, 0px);
    visibility: visible;
}
.head_lan .lan_list a {
    color: #666;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    transition: all .3sease;
    border-bottom: solid 1px #eee;
}
.head_lan .lan_list .tb {
    margin-right: 5px;
}







