.next-nav-text.hoz .next-nav-menu .next-nav-item {
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
}

.next-nav-text.hoz .next-nav-menu .next-nav-item .next-icon {
  margin-right: 4px;
}

.next-nav-text.hoz .next-nav-menu .next-nav-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav-text.hoz .next-nav-menu .next-nav-item>.next-icon-arrow-down {
  margin-left: 4px;
}

.next-nav-text.hoz .next-nav-menu .next-nav-item>.next-icon-arrow-down:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav-text.ver .next-nav-menu {
  border: none;
  background-color: transparent;
  color: #333333;
}

.next-nav-text.ver .next-nav-menu .next-nav-item {
  background-color: transparent;
  color: #333333;
}

.next-nav-text.ver .next-nav-menu .next-nav-item a {
  color: #333333;
  text-decoration: none;
}

.next-nav-text.ver .next-nav-menu .next-nav-item.selected {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-item.selected:before {
  background-color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-item.selected a {
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-item.opened, .next-nav-text.ver .next-nav-menu .next-nav-item.focused, .next-nav-text.ver .next-nav-menu .next-nav-item:hover {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-item.opened a, .next-nav-text.ver .next-nav-menu .next-nav-item.focused a, .next-nav-text.ver .next-nav-menu .next-nav-item:hover a {
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-subnav .next-menu-submenu-title {
  background-color: transparent;
  color: #333333;
}

.next-nav-text.ver .next-nav-menu .next-nav-subnav.selected .next-menu-submenu-title {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-subnav.opened .next-menu-submenu-title {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-subnav.focused .next-menu-submenu-title {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-subnav .next-menu-submenu-title:hover {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.ver .next-nav-menu .next-nav-item {
  line-height: 48px;
}

.next-nav-text.ver .next-nav-menu .next-nav-item .next-icon {
  margin-right: 4px;
}

.next-nav-text.ver .next-nav-menu .next-nav-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav-text.ver .next-nav-menu .next-nav-item>.next-icon-arrow-down {
  margin-left: 4px;
}

.next-nav-text.ver .next-nav-menu .next-nav-item>.next-icon-arrow-down:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav-text.icononly .next-nav-menu .next-nav-item.opened, .next-nav-text.icononly .next-nav-menu .next-nav-item.focused, .next-nav-text.icononly .next-nav-menu .next-nav-item:hover {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-item.opened a, .next-nav-text.icononly .next-nav-menu .next-nav-item.focused a, .next-nav-text.icononly .next-nav-menu .next-nav-item:hover a {
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-item.selected {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-item.selected a {
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-subnav.selected .next-menu-submenu-title {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-subnav.focused .next-menu-submenu-title {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav-text.icononly .next-nav-menu .next-nav-subnav .next-menu-submenu-title:hover {
  background-color: transparent;
  color: #15AD9D;
}

.next-nav.icononly .next-menu {
  min-width: 60px;
  text-align: center;
}

.next-nav.icononly .next-menu .next-menu-submenu-title>.next-icon {
  position: relative;
  right: auto;
}

.next-nav.hoz .next-menu .next-menu-header {
  float: left;
}

.next-nav.hoz .next-menu .next-menu-content {
  display: inline-block;
}

.next-nav.hoz .next-menu .next-menu-footer {
  float: right;
}

.next-nav.ver .next-nav-group .next-menu-group-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}


/*
    common style
*/

.next-navigation {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  list-style: none;
  padding: 0;
  margin: 0;
}

.next-navigation *, .next-navigation *:before, .next-navigation *:after {
  box-sizing: border-box;
}

.next-navigation *, .next-navigation-slip-container, .next-navigation-slip-main {
  box-sizing: border-box;
}