.platform .logo-nav {
  display: flex;
  align-items: center;
}
.platform .seach-box-focus .el-input__inner {
  background: #fff !important;
}
.platform .header-configuration {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.platform .header-configuration .el-select .el-input--mini .el-input__inner {
  width: 220px;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0 !important;
}
.platform .wide-tab .el-tabs__item {
  font-size: 16px;
}
.platform .wide-tab .el-tabs__item.is-active {
  font-size: 16px;
}
.platform .wide-login a {
  font-size: 12px;
  cursor: pointer;
}
.platform .wide-login .click-color {
  margin-right: 20px;
}
.platform .platform-box {
  background: #f8f8f8;
  height: 100%;
}
.platform .page-platform-plain {
  width: 100%;
  height: 150px;
}
.platform .page-platform-plain img {
  width: 100%;
  height: 100%;
}
.platform .page-platform-first {
  width: 100%;
  height: 480px;
}
.platform .page-platform-first img {
  width: 100%;
  height: 100%;
}
.platform .header-screen .left-seach-box {
  width: 220px;
}
.platform .header-screen .seach-box .el-icon-search {
  right: 0;
}
.platform .header-screen .wide-pane {
  position: relative;
}
.platform .header-screen .wide-pane .el-menu--horizontal {
  border-bottom: none;
}
.platform .header-screen .wide-pane .el-menu--horizontal .el-menu-item {
  color: #333;
}
.platform .header-screen .wide-pane .el-menu-item {
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  margin: 0 20px;
  padding: 0;
}
.platform .header-screen .wide-pane .el-menu .el-menu-item.is-active {
  height: 80px;
  line-height: 80px;
}
.platform .header-screen .wide-pane .el-menu .el-menu-item:hover {
  color: var(--color);
  border-bottom: 6px solid var(--color) !important;
}
.platform .header-screen .btn-config {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background: #333;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.platform .platform-footer {
  width: 100%;
  font-size: 12px;
  color: #999;
}
.platform .platform-footer .footer-widescreen {
  text-align: center;
  padding: 35px 0 25px 0;
  background: #333;
}
.platform .platform-footer .footer-widescreen .a-url {
  color: #999999;
}
.platform .platform-footer .footer-widescreen p {
  height: 20px;
  line-height: 20px;
}

