/* element-ul  样式修改 */
.el-menu--horizontal > .el-menu-item {
  border-bottom: none !important;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.el-menu.el-menu--horizontal {
  border-bottom: none !important;
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: none !important;
}
.el-menu--horizontal > .el-submenu .el-submenu__title {
  border: none !important;
  padding: 0 15px;
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none !important;
}
.el-menu-item:hover {
  background: none !important;
}
.el-submenu__title:hover {
  background: none !important;
}
.el-submenu.is-opened .el-menu-item:hover {
  background: yellow;
}
.el-menu--popup .el-menu-item:hover {
  color: #6462f3 !important;
}
.personInfo-logo {
  width: 36px;
  height: 36px;
  background: #DDDDDD;
  border-radius: 18px;
}
.nvaUserInfo {
  display: inline-block;
  text-align: left;
  padding-top: 10px;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  color: #333333;
}
.nvaUserInfo:hover {
  color: #6462F3;
}
.nvaUserInfo:first-child {
  padding-top: 0px;
}
.nvaUserInfo:last-of-type {
  padding-bottom: 0px;
  border-bottom: unset;
}
.navHeader-wrapper {
  width: 100%;
  height: 80px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(100, 98, 243, 0.1);
  z-index: 999;
}
.navHeader-wrapper .navHeader-content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.navHeader-wrapper .navHeader-content .content-logo {
  width: 120px;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.navHeader-wrapper .navHeader-content .content-logo img {
  width: 100%;
  /* margin-top: 8px; */
}
.navHeader-wrapper .navHeader-content .content-nav-wrapper {
  margin-left: 0px
}

.navHeader-wrapper .navHeader-content .content-nav-wrapper.content-nav-wrapper_new {
  margin-left: 50px;
}

.navHeader-wrapper .navHeader-content .content-nav-wrapper li {
  cursor: pointer;
}

.navHeader-wrapper .navHeader-content .login-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navHeader-wrapper .navHeader-content .login-info .login-text {
  cursor: pointer;
}
.navHeader-wrapper .navHeader-content .login-info .login-text:hover {
  color: #6462F3;
}
.navHeader-wrapper .navHeader-content .login-info .login-button {
  width: 62px;
  height: 32px;
  border: 1px solid #6462F3;
  border-radius: 4px;
  color: #6462F3;
  font-size: 14px;
  margin-right: 10px;
}
.navHeader-wrapper .navHeader-content .login-info .register-button {
  width: 100px;
  height: 34px;
  background: linear-gradient(90deg, #6462F3 0%, #658DFA 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
/* 这里ie10 以上特有的 */
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .navHeader-wrapper .navHeader-content .login-info {
    top: 24px;
  }
}

/* 处理ie 兼容样式 end */


.flag-li.lightRed {
  padding: 0px 4px;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  background: #FFF;
  color: #FF1F11;
  border: 1px solid #FF1F11;
}

.el-menu .productNav-container .productNav-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #1C1C20;
}

.el-menu .productNav-container .el-menu-item.is-active .productNav-item-text {
  color: #6462F3;
}

.el-menu .productNav-container .el-menu-item:hover .productNav-item-text {
  color: #6462F3;
}


.el-menu-item.is-active .el-submenu__title a {
  color: inherit;
}

.el-menu .productNav-container {
  position: relative;
  padding: 40px 16px 16px;
}

.el-menu .productNav-container  .productNav-proLogo  {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -20px;
  right: 12px;
  background-repeat: no-repeat;
  background-image: url(./images/nav_icon01.png);
  background-size: cover;
}

.productNav_geneal .el-menu .productNav-container  .productNav-proLogo  {
  background-image: url(/views/navHeader/images/nav_icon02.png);
  background-size: cover;
}

.productNav_gaofang .el-menu .productNav-container  .productNav-proLogo  {
  background-image: url(/views/navHeader/images/nav_icon03.png);
  background-size: cover;
}

.productNav_other .el-menu .productNav-container  .productNav-proLogo  {
  background-image: url(/views/navHeader/images/nav_icon04.png);
  background-size: cover;
}

.productNav_aboutUs .el-menu .productNav-container  .productNav-proLogo  {
  background-image: url(/views/navHeader/images/nav_icon05.png);
  background-size: cover;
}


.el-menu .productNav-container  .tp-grid__row.gutter_4 {
  margin: 0 -4px;
}

div.el-menu--horizontal.productNav_geneal .el-menu {
  width: 536px;
}

div.el-menu--horizontal.productNav_normal .el-menu {
  width: 280px;
}

.el-menu .productNav-container  .tp-grid__col.tp-grid__col--12  {
  padding: 0 4px;
}

.el-menu .productNav-container .el-menu-item {
  height: 53px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(2,1,65,0.08);
  padding: 16px;
}

.el-menu .productNav-container .tp-grid__layout {
  margin-bottom: -8px;
}

.el-menu .productNav-container .tp-grid__col {
  margin-bottom: 8px;
}

div.el-menu--horizontal::after {
  position: absolute;
  left: 27px;
  top: -12px;
  content: '';
  border: 9px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}

div.el-menu--horizontal {
  transform: translateY(16px);
}

.el-submenu__title  a{
  color: #1C1C20;
}

.el-submenu.is-active .el-submenu__title a {
  color: inherit;
}

.act_consultation {
  width: 108px;
  height: 36px;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #FF1F11;
  position: relative;
  overflow: hidden;
}

.act_consultation .act_consultation-container{
  box-sizing: border-box;
  padding: 4px;
  display: flex;
  align-items: center;
  height: 100%;
}

.act_consultation:hover .act_consultation-bg {
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  border-radius: 24px;
}

.act_consultation .act_consultation-bg {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(90deg,#e1251b 0,#FF1F11 100%);
  border-radius: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: all .4s ease;
}

.act_consultation .act_consultation-flag {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 6px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.act_consultation .act_consultation-flag img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.act_consultation .act_consultation-text {
  position: relative;
  opacity: 1;
  transition: all .2s ease .2s;
  font-size: 14px;
  font-weight: 400;
  color: #FF1F11;
  background: none;
  line-height: 1;
  z-index: 3;
}

.act_consultation:hover .act_consultation-text {
  color: #fff;
}

.el-submenu__title .el-icon-arrow-down:before {
  color: #1C1C20;
}

.login-info a {
  color: #1C1C20;
  margin-right: 24px;
}

.login-info a:hover {
  color: #6462F3;
}

