.header_logo ul li.en {
    background: #000;
    border-radius: 4px !important;
    display: block;
    cursor: pointer;
}

.header_logo ul li a {
    color: #000;
    font-weight: 500;
    word-break: keep-all;
    white-space: nowrap;
}

.header_logo ul li.en a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 5px 6px;
    width: 88px;
    line-height: 1;
    justify-content: center;
}

.header_logo ul li.en a img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.header_wrap .dropdown_lists {
    position: absolute;
    padding: 0;
    display: none;
    padding: 20px 0;
    background-color: #000;
}
.header_wrap .dropdown_lists li {
    margin-right: 0;
    text-align: center;
    cursor: pointer;
}
.header_logo ul li.en a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 5px 6px !important;
    width: 88px;
    line-height: 1;
    justify-content: center;
}
.header_logo ul>li:last-child {
    margin-right: 0;
}
.header_logo ul li.en {
    display: block !important;
    height: auto !important;
}
.header_logo ul li.en a img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.header_logo ul li.en a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 5px 6px;
    width: 88px;
    line-height: 1;
    justify-content: center;
}
.header_wrap .dropdown_lists li {
    margin-right: 0 !important;
    text-align: center;
    cursor: pointer;
}
.dropdown_lists li a {
    padding: 5px 20px;
    height: 30px;
    display: block;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    line-height: 30px;
}
.drawer-content .lang_wrap ul li {
    margin-right: 34px;
    line-height: 1;
}
@media only screen and (max-width: 948px) {
    .drawer-content .lang_wrap {
        background: #e0e0e0;
        position: relative;
        z-index: 2;
        height: 40px;
    }
    .drawer-content .lang_wrap ul li a span.select {
        height: 16px !important;
        background: #fff;
        padding: 3px 4px 0 !important;
        border-radius: 4px !important ;
        width: 38px;
        display: inline-block;
    }
    .drawer-content .lang_wrap ul li a {
        color: #000;
        font-size: 10px;
        line-height: 1;
        display: flex;
        align-items: center;
        font-family: Hiragino Kaku Gothic Pro;
    }
    .drawer-content .lang_wrap ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }
    .drawer-content ul {
        text-align: center;
        list-style: none;
    }
}