body {
    top: 0 !important;
}
.head-index .yfb-f-box * {
    line-height: 42px
}

.goog-te-banner-frame {display: none}

.googleTranslate {
    display: inline-block
}

.googleTranslate .list {
    position: absolute;
    background: #fff;
    z-index: 999;
    margin-top: 10px;
    width: 160px;
    height: auto;
    max-height: 218px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.12);
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    display: none!important;
}

.googleTranslate .list .active {
    color: #005FB2
}

.googleTranslate .list p {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    line-height: 20px;
    margin-bottom: 5px
}
.googleTranslate .list p:last-child {
    margin-bottom: 5px
}

.googleTranslate .list p:hover {
    color: #005FB2
}

.googleTranslate .lable {
    cursor: pointer
}

.googleTranslate .list::-webkit-scrollbar {
    width: 8px;
    background: white;
}

.googleTranslate .list::-webkit-scrollbar-corner, .googleTranslate .list::-webkit-scrollbar-thumb, .googleTranslate .list::-webkit-scrollbar-track {
    border-radius: 4px;
}

.googleTranslate .list::-webkit-scrollbar-corner, .googleTranslate .list::-webkit-scrollbar-track {
    background-color: #ddd;
    box-shadow: inset 0 0 1px #ddd;
}

.googleTranslate .list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.googleTranslate .list.googleTranslateShow{display: block!important;}
