.RH-LAYOUT-CENTERPANEL-topic-box .dropdown, .RH-LAYOUT-FOOTER-container .dropdown, .RH-LAYOUT-HOMEPAGE-FOOTER-container .dropdown {
  position: relative;
  border-radius: 4px;
  width: 126px;
  height: 40px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .language, .RH-LAYOUT-FOOTER-container .language, .RH-LAYOUT-HOMEPAGE-FOOTER-container .language {
  margin: 15px 0 0 496px;
  /* background-color: rgba(255, 50, 26, 1); */
}
.RH-LAYOUT-CENTERPANEL-topic-box .version, .RH-LAYOUT-FOOTER-container .version, .RH-LAYOUT-HOMEPAGE-FOOTER-container .version {
  margin: 15px 268px 0 8px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .dropdownButton, .RH-LAYOUT-FOOTER-container .dropdownButton, .RH-LAYOUT-HOMEPAGE-FOOTER-container .dropdownButton {
  /* background-color: #4569ff; */
  color: #1E1E1E;
  border: none;
  margin-left: 10px;
  margin-top: 4px;
  min-width: 65px;
  /* padding: 8px; */
}
.RH-LAYOUT-CENTERPANEL-topic-box .dropdown .showArea, .RH-LAYOUT-FOOTER-container .dropdown .showArea, .RH-LAYOUT-HOMEPAGE-FOOTER-container .dropdown .showArea {
  width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
}
.RH-LAYOUT-CENTERPANEL-topic-box .dropdown .showArea_Version, .RH-LAYOUT-FOOTER-container .dropdown .showArea_Version, .RH-LAYOUT-HOMEPAGE-FOOTER-container .dropdown .showArea_Version {
  min-width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
  border-radius: 4px;
  min-width: 126px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .FocusShowArea, .RH-LAYOUT-FOOTER-container .FocusShowArea, .RH-LAYOUT-HOMEPAGE-FOOTER-container .FocusShowArea{
  width: 126px;
  height: 40px;
  justify-content: center;
  align-content: center;
  color: #FF4D4F;
}
.RH-LAYOUT-CENTERPANEL-topic-box .dropdown .showArea .img, .RH-LAYOUT-FOOTER-container .dropdown .showArea .img, .RH-LAYOUT-HOMEPAGE-FOOTER-container .dropdown .showArea .img {
  width: 16px;
  height: 16px;
  align-self: center;
  margin-right: 4px;
  margin-left: 4px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .dropdownMenu, .RH-LAYOUT-FOOTER-container .dropdownMenu, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}

.RH-LAYOUT-CENTERPANEL-topic-box .dropdownMenu1, .RH-LAYOUT-FOOTER-container .dropdownMenu1, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}

.RH-LAYOUT-CENTERPANEL-topic-box button, .RH-LAYOUT-FOOTER-container button, .RH-LAYOUT-HOMEPAGE-FOOTER-container 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 ======= */
.RH-LAYOUT-CENTERPANEL-topic-box .modelPanel, .RH-LAYOUT-FOOTER-container .modelPanel, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}
.RH-LAYOUT-CENTERPANEL-topic-box .masker, .RH-LAYOUT-FOOTER-container .masker, .RH-LAYOUT-HOMEPAGE-FOOTER-container .masker {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.RH-LAYOUT-CENTERPANEL-topic-box .modelContent, .RH-LAYOUT-FOOTER-container .modelContent, .RH-LAYOUT-HOMEPAGE-FOOTER-container .modelContent {
  width: 700px;
  height: 400px;
  background-color: #fff;
  position: relative;
}
.RH-LAYOUT-CENTERPANEL-topic-box .modelHead, .RH-LAYOUT-FOOTER-container .modelHead, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}
.RH-LAYOUT-CENTERPANEL-topic-box .modelHeadeTitle, .RH-LAYOUT-FOOTER-container .modelHeadeTitle, .RH-LAYOUT-HOMEPAGE-FOOTER-container .modelHeadeTitle {
  font-size: 24px;
  color: #fff;
}
.RH-LAYOUT-CENTERPANEL-topic-box .modelClose, .RH-LAYOUT-FOOTER-container .modelClose, .RH-LAYOUT-HOMEPAGE-FOOTER-container .modelClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
}
.RH-LAYOUT-CENTERPANEL-topic-box .modelCenter, .RH-LAYOUT-FOOTER-container .modelCenter, .RH-LAYOUT-HOMEPAGE-FOOTER-container .modelCenter {
  width: 100%;
  height: 340px;
}
/* 语言模态框里 */
.RH-LAYOUT-CENTERPANEL-topic-box .languangeContent, .RH-LAYOUT-FOOTER-container .languangeContent, .RH-LAYOUT-HOMEPAGE-FOOTER-container .languangeContent {
  height: 100%;
  width: 100%;
  /* background-color:#f00; */
  margin-top: 1px;
  overflow-y: auto;
}
.RH-LAYOUT-CENTERPANEL-topic-box .languangeContent button, .RH-LAYOUT-FOOTER-container .languangeContent button, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}
.RH-LAYOUT-CENTERPANEL-topic-box .home_bottom_language_dialog, .RH-LAYOUT-FOOTER-container .home_bottom_language_dialog, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}
.RH-LAYOUT-CENTERPANEL-topic-box .flex-row, .RH-LAYOUT-FOOTER-container .flex-row, .RH-LAYOUT-HOMEPAGE-FOOTER-container .flex-row {
  display: flex;
  flex-direction: row;
}
.RH-LAYOUT-CENTERPANEL-topic-box .language_panel, .RH-LAYOUT-FOOTER-container .language_panel, .RH-LAYOUT-HOMEPAGE-FOOTER-container .language_panel {
  display: grid;
}
.RH-LAYOUT-CENTERPANEL-topic-box .version_panel, .RH-LAYOUT-FOOTER-container .version_panel, .RH-LAYOUT-HOMEPAGE-FOOTER-container .version_panel {
  display: grid;
  margin-left: 50px;
}
.RH-LAYOUT-CENTERPANEL-topic-box .home_bottom_version_list, .RH-LAYOUT-FOOTER-container .home_bottom_version_list, .RH-LAYOUT-HOMEPAGE-FOOTER-container .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;
}
.RH-LAYOUT-CENTERPANEL-topic-box .text_switch_default, .RH-LAYOUT-FOOTER-container .text_switch_default, .RH-LAYOUT-HOMEPAGE-FOOTER-container .text_switch_default {
  width: 106px;
  height: 32px;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 14px;
  font-family: 苹方-简 常规体;
  color: black;
}
/*    
当鼠标选中某一语言时，语言按钮样式
*/
.RH-LAYOUT-CENTERPANEL-topic-box .text_switch_default:hover, .RH-LAYOUT-FOOTER-container .text_switch_default:hover, .RH-LAYOUT-HOMEPAGE-FOOTER-container .text_switch_default:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
}