.topNav {
  width: 100%;
  position: fixed;
  top: 0;
  height: 60px;
  line-height: 60px;
  z-index: 999;
  cursor: pointer;
}
.topNav .el-row {
  margin-bottom: 20px;
  background: none;
}
.topNav .el-row:last-child {
  margin-bottom: 0;
}
.topNav .el-menu.el-menu--horizontal {
  border-bottom: none;
}
.topNav .el-col {
  border-radius: 4px;
}
.topNav .el-submenu__title {
  padding: 0;
}
.topNav .ms-menu-demo {
  display: flex;
}
.topNav .ms-menu-li {
  flex: 1;
  text-align: center;
}
.topNav .bg-purple-dark {
  background: #fff;
}
.topNav .bg-purple {
  background: #fff;
}
.topNav .bg-purple-light {
  background: #fff;
}
.topNav .grid-content {
  border-radius: 4px;
  min-height: 36px;
  line-height: 60px;
  text-align: left;
}
.topNav .grid-content img {
  vertical-align: middle;
}
.topNav .row-bg {
  padding: 10px 0;
  background-color: #f9fafc;
}
.topNav .ms-chanping,
.topNav .ms-jiejue {
  padding-bottom: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.topNav .ms-chanping .grid-content,
.topNav .ms-jiejue .grid-content {
  color: #000;
  text-align: center;
  margin-top: 5px;
}
.topNav .ms-chanping .grid-content:hover,
.topNav .ms-jiejue .grid-content:hover {
  color: #cc221c;
}
.topNav .ms-chanping .grid-content:hover .ms-name,
.topNav .ms-jiejue .grid-content:hover .ms-name {
  color: #cc221c;
}
.topNav .ms-chanping .ms-title,
.topNav .ms-jiejue .ms-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.topNav .ms-chanping .iconfont,
.topNav .ms-jiejue .iconfont {
  font-size: 32px;
}
.topNav .ms-chanping .ms-name,
.topNav .ms-jiejue .ms-name {
  line-height: 0px;
  margin-top: 0;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.topNav .ms-chanping .grid-content {
  text-align: left;
}
.topNav .ms-chanping .ms-title {
  margin: 0;
}
.topNav .ms-chanping .ms-content div {
  line-height: 35px;
  height: 35px;
  text-align: left;
}
.topNav .ms-chanping .ms-content div:hover {
  color: #cc221c;
}
.topNav .ms-chanping .ms-bt {
  height: 2px;
  width: 150px;
  background: #f5f5f5;
}
.topNav .ms-chanping .ms-tt {
  margin-top: 15px;
  height: 4px;
  width: 20px;
  background: #1c8ccc;
}
.topNav .ms-chanping .grid-content:hover {
  color: #333;
}
.topNav .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 3px solid #cc221c;
  color: #cc221c;
}
.topNavBctive {
  transition: 1.5s;
}
.topNavBctive .el-menu,
.topNavBctive .el-input__inner,
.topNavBctive .el-col,
.topNavBctive .grid-content {
  background: none;
  color: #fff;
}
.topNavBctive .el-menu--horizontal > .el-menu-item {
  color: #fff;
}
.topNavBctive .triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  margin-left: 5px;
}
.topNavBctive .triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  display: inline-block;
  margin-left: 5px;
}
.topNavBctive .is-active .triangle-down {
  border-top: 10px solid #cc221c;
}
.topNavBctive .is-active .triangle-up {
  border-bottom: 10px solid #cc221c;
}
.topNavActive {
  background: #fff;
  transition: 1.5s;
}
.topNavActive .el-menu,
.topNavActive .el-input__inner,
.topNavActive .el-col,
.topNavActive .grid-content {
  background: none;
  color: #333;
}
.topNavActive .el-menu--horizontal > .el-menu-item {
  color: #333;
}
.topNavActive .triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #333;
  display: inline-block;
  margin-left: 5px;
}
.topNavActive .triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #333;
  display: inline-block;
  margin-left: 5px;
}
.topNavActive .is-active .triangle-down {
  border-top: 10px solid #cc221c;
}
.topNavActive .is-active .triangle-up {
  border-bottom: 10px solid #cc221c;
}
.ms-donghua {
  transition: 1.5s;
  width: 100%;
  opacity: 1;
}
.ms-donghuano {
  transition: 1.5s;
  width: 0px;
  opacity: 0;
}
.tabColor001 .ms-menu-li:hover .triangle-down {
  border-top: 10px solid #333;
}
.tabColor001 .ms-menu-li:hover.is-active .triangle-down {
  border-top: 10px solid #CC221C !important;
}
