@charset "UTF-8";
#lang-switch ul li{
    float: none;
}
#lang-switch ul li a{
    float: none;
}
#lang-switch ul{
    width: 150px;
}
#lang-switch ul li{
    font-size: 18px;
    width: 120px;
}
#lang-switch.active {
    height: 218px;
}
#lang-switch ul{
    height: 40px;
}

#lang-switch {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    margin-right: 3.90625%;
    width: 150px;
    height: 40px;
    overflow: hidden;
}
#lang-switch ul li.lang-active{
    width: 120px;
}
#topsear{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-right: 3.90625%;
}
#lang-switch ul li.lang-active i{
    right:15px;
}