.platform .logo-nav {
  display: flex;
}
.platform .page-platform-screen {
  background: url(../img/header.f4139c50.jpg) center 100% no-repeat;
  height: 150px;
}
.platform .seach-box .el-icon-search {
  position: absolute;
  right: 0;
  top: 10px;
  color: #999;
  cursor: pointer;
}
.platform .seach-box-focus .el-input__inner {
  background: #fff !important;
}
.platform .el-icon-search {
  position: absolute;
  right: 0;
  top: 10px;
  color: #999;
  cursor: pointer;
}
.platform .platform-box {
  background: #f8f8f8;
  height: 100%;
}
.platform .platform-pane {
  margin-left: 100px;
}
.platform .platform-pane .el-menu--horizontal {
  border-bottom: none;
}
.platform .platform-pane .el-menu-item {
  font-size: 16px;
}
.platform .platform-pane .el-menu-item:hover {
  color: #468bd7 !important;
}
.platform .platform-pane .el-menu .el-menu-item.is-active {
  border-bottom: 2px solid #fff !important;
  height: 40px;
  line-height: 40px;
}
.platform .platform-footer {
  width: 100%;
  font-size: 12px;
  color: #999;
}
.platform .platform-footer .footer-plainscreen {
  text-align: center;
  padding: 26px 0;
  background: #f2f2f2;
}
.platform .platform-footer .footer-plainscreen p {
  height: 28px;
  line-height: 20px;
}
.platform .platform-footer .footer-widescreen {
  text-align: center;
  padding: 35px 0 25px 0;
  background: #333;
}
.platform .platform-footer .footer-widescreen p {
  height: 20px;
  line-height: 20px;
}
.platform .platform-footer .footer-common {
  padding: 25px 0 30px 0;
  height: 120px;
  background: #333;
}
.platform .platform-footer ul {
  float: left;
}
.platform .platform-footer ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.platform .platform-footer ul li a {
  color: #999;
}
.platform .platform-footer .copy-platformscreen {
  float: right;
}
.platform .platform-footer .copy-platformscreen .public-network {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform .platform-footer .copy-platformscreen .public-network img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.platform .platform-footer .copy-platformscreen p {
  margin-bottom: 5px;
  text-align: right;
}
.platform .platform-footer .copy-platformscreen .a-url {
  color: #999999;
}

