/* ================ 多语言 s ================ */
.current_box {
    float: right;
    line-height: 28px;
    padding: 0 10px;
    color: #6f6f6f;
    position: relative;
    border: 1px solid #E7E7E7;
    /* display: inline-block; */
    background-color: #fd8042;
    margin: 31px 0px 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.current_lang {
    font-size: 14px;
    min-width: 65px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.current_lang::after {
    content: " ";
    position: absolute;
    right: -6px;
    top: 16px;
    /* opacity: .4; */
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}

.current_lang:hover::after {
    transform: rotate(180deg);
}

.menu_list {
    position: absolute;
    display: none;
    background: #fd8042;
    /* bottom: 40px; */
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999999;
}

.menu_body {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}

.menu_body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    text-align: center;
}

.menu_body ul li {
    width: 100%;
}

.menu_body a {
    /* width: 100%; */
    font-size: 16px;
    white-space: nowrap;
    background: none;
    padding: 5px;
    height: auto;
    line-height: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.menu_body a:hover{
background: #02364e;
}

/* ================ 多语言 e ================ */
