.dropdown {
  position: relative;
  border-radius: 4px;
  width: 126px;
  height: 40px;
}
.language {
  margin-top: 16px;
  /* background-color: rgba(255, 50, 26, 1); */
}
.version {
  margin-top: 15px;
}
.dropdownButton {
  /* background-color: #4569ff; */
  color: #1E1E1E;
  border: none;
  margin-left: 10px;
  margin-top: 4px;
  min-width: 65px;
  /* padding: 8px; */
}
.dropdown .showArea {
  width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
}
.dropdown .showArea_Version {
  min-width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
  border-radius: 4px;
  min-width: 126px;
}
.FocusShowArea{
  width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
  color: #FF4D4F;
}
.dropdown .showArea .img {
  width: 16px;
  height: 16px;
  align-self: center;
  margin-right: 4px;
  margin-left: 4px;
}
.dropdownMenu {
  display: none;
  width: 126px;
  /* border:2px solid #e5f1f8; */
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #999;
  bottom: 41px;
  left: 0;
  margin-top: 10px;
  padding-bottom: 4px;
}

.dropdownMenu1 {
  display: none;
  width: 126px;
  /* border:2px solid #e5f1f8; */
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 4px #999;
  bottom: 41px;
  left: 0;
  margin-top: 10px;
  padding-bottom: 4px;
  margin-left: -25px;
}

button {
  display: block;
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  height: 30px;
  font-size: 12px;
  text-align: 30px;
  align-self: center;
}
/* ======= MODEL PANEL STYLE ======= */
.modelPanel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  /* background-color: rgba(0, 0, 0, .5); */
  justify-content: center;
  align-items: center;
}
.masker {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modelContent {
  width: 700px;
  height: 400px;
  background-color: #fff;
  position: relative;
}
.modelHead {
  width: '100%';
  height: 60px;
  background-color: rgba(255, 50, 26, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.modelHeadeTitle {
  font-size: 24px;
  color: #fff;
}
.modelClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
}
.modelCenter {
  width: 100%;
  height: 340px;
}
/* 语言模态框里 */
.languangeContent {
  height: 100%;
  width: 100%;
  /* background-color:#f00; */
  margin-top: 1px;
  overflow-y: auto;
}
.languangeContent button {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  align-items: center;
}
.home_bottom_language_dialog {
  width: 126px;
  border-radius: 2px;
  border: #f4f4f4 solid 1px;
  background-color: white;
  display: none;
  text-align: center;
  margin-bottom: 3px;
  padding-bottom: 11px;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.language_panel {
  display: grid;
}
.version_panel {
  display: grid;
  margin-left: 50px;
}
.home_bottom_version_list {
  width: 126px;
  border-radius: 2px;
  border: #f4f4f4 solid 1px;
  background-color: white;
  display: none;
  text-align: center;
  margin-bottom: 11px;
  margin-left: 8px;
}
.text_switch_default {
  width: 106px;
  height: 32px;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 14px;
  font-family: 苹方-简 常规体;
  color: black;
}
/*    
当鼠标选中某一语言时，语言按钮样式
*/
.text_switch_default:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
}