
/* 2023-11-22 tao start */
body .content .lang {
    float:right;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    margin-left: 20px;
    height:98px;
}

body .content .lang i {
    font-style: normal;
    line-height: 26px;
    display: inline-block;
}

body .content .lang .lang_icon {
    font-size: 16px;
    color: #3488ea;
    margin-right: 10px;
    transform: translateY(1px);
}

body .content .lang .lang_icon::before {
    content: "\f0ac";
    font-family: FontAwesome;
}

body .content .lang .icon_down {
    margin-left: 4px;
    transform: translateY(-2px);
}
body .content .lang .icon_down::before {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
}

body .content .lang .option {
    position: relative;
}

body .content .lang .option ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
}
body .content .lang .option ul a{
    color:#fff;
}

body .content .lang .current {
    user-select: none;
}

body .content .lang .option:hover ul {
    opacity: 1;
}

.agent-mobile .mlist.service .item_block{
    margin-right:0;
}

/* 2023-11-22 tao end */