/* 多语言切换 */
.language-switch { display:inline-block; position: absolute; right: 40px; top: 20px; border: 1px solid #e6e6e6; border-radius: 3px; background-color: #f8f8f8; color: #707070; font-size: 14px; z-index: 100; }
.language-switch span { float:left; display:inline-block; line-height: 28px; cursor: pointer; text-align: center; }
.language-switch span:hover { background-color: #f2f2f2; }
.language-switch span:first-child { border-right: 1px solid #e6e6e6; }
.language-switch span a {  display: block; line-height: 28px; padding: 0 12px; color: #707070; text-decoration: none; font-size: 14px; }
.language-switch span a:hover { text-decoration: none; }
.language-switch .active, .language-switch .active a { color: #20c063; font-weight: 700; }

/* 多语言切换 - touch */
.sidebar-box .language-switch { position: fixed; bottom: 0; top: auto; right: auto; width: 100%;}
.sidebar-box .language-switch span { width: 50%; line-height: 44px; }

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
    body { position: initial; }
    .language-switch span a { line-height: 40px; }
}
