.component--switcher-header .el-button {
  text-align: left;
}
@media (min-width: 1200px) {
.component--switcher-header .el-button {
    width: 120px;
}
}
.component--switcher-header .el-button > span {
  display: block;
}
.component--switcher-header .el-button .el-icon--right {
  float: right;
}
.component--switcher-dropdown {
  width: 120px;
  left: auto;
}
.component--switcher-language .el-button--light-transparent:not(:hover):not(:focus) {
  color: #fff;
}
