.mod-navigation a {
  text-decoration: none;
}
.mod-navigation.style1 {
  position: relative;
  background-size: 100% !important;
  font-size: 24px;
  width: 100%;
}
.mod-navigation.style1.all_size {
  padding: 0;
}
.mod-navigation.style1 .nav_content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.mod-navigation.style1 .nav_content .scroll_content {
  position: relative;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.mod-navigation.style1 .nav_content.show_more.showLeft .before {
  display: block;
}
.mod-navigation.style1 .nav_content.show_more.showRight .after {
  display: block;
}
.mod-navigation.style1 .nav_content.show_more .before {
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
  display: none;
  position: absolute;
  left: -32px;
  width: 20px;
  height: 20px;
  background: url('../images/more_icon.png');
  background-size: 100%;
}
.mod-navigation.style1 .nav_content.show_more .after {
  content: '';
  cursor: pointer;
  transform: translateY(-50%) rotateZ(180deg);
  top: 50%;
  display: none;
  position: absolute;
  right: -32px;
  width: 20px;
  height: 20px;
  background: url('../images/more_icon.png');
  background-size: 100%;
}
.mod-navigation.style1 .nav_content .tabs {
  position: relative;
  width: 100%;
  height: 100%;
  width: 1200px;
  overflow: hidden;
}
.mod-navigation.style1 .nav_content .tabs.text {
  width: 1200px;
}
.mod-navigation.style1 .nav_content .tabs.text .scroll_content {
  display: flex;
  height: 100%;
  min-width: 1200px;
}
.mod-navigation.style1 .nav_content .tabs.text .scroll_content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  min-width: 20%;
  text-align: center;
}
.mod-navigation.style1 .nav_content .tabs.text .scroll_content .item .text_ellipsis {
  overflow: hidden;
  padding: 0px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.mod-navigation.style1 .nav_content .tabs.pic {
  width: 1200px;
}
.mod-navigation.style1 .nav_content .tabs.pic .scroll_content {
  display: flex;
  height: 100%;
  min-width: 1200px;
}
.mod-navigation.style1 .nav_content .tabs.pic .scroll_content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  min-width: 20%;
  text-align: center;
}
.mod-navigation.style1 .nav_content .tabs.pic .scroll_content .item .nav_icon {
  height: 40px;
  width: 40px;
  margin-right: 8px;
}
.mod-navigation.style1 .nav_content .tabs.pic .scroll_content .item .text_ellipsis {
  overflow: hidden;
  padding: 0px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.mod-navigation.style1 .hot_bg {
  width: 100%;
  position: relative;
}
.mod-navigation.style2 {
  position: relative;
  height: auto;
  width: 160px;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}
.mod-navigation.style2 .tabs {
  font-size: 18px;
}
.mod-navigation.style2 .tabs.text {
  display: flex;
  flex-direction: column;
}
.mod-navigation.style2 .tabs.text .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 128px;
  margin: 0px 16px;
  margin-top: 20px;
  text-align: center;
}
.mod-navigation.style2 .tabs.text .item .text_ellipsis {
  border-radius: 25px;
  height: 48px;
  width: 128px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-navigation.style2 .tabs.pic .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mod-navigation.style2 .tabs.pic .content.scroll {
  width: auto;
}
.mod-navigation.style2 .tabs.pic .content.scroll .item {
  width: 64px;
}
.mod-navigation.style2 .tabs.pic .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
  text-align: center;
}
.mod-navigation.style2 .tabs.pic .content .item .nav_pic {
  height: 80px;
  width: 160px;
}
.mod-navigation.style2 .text .return_top,
.mod-navigation.style2 .pic .return_top {
  cursor: pointer;
  width: 160px;
  vertical-align: middle;
}
.mod-navigation.style2 .hot_bg {
  width: 100%;
  position: relative;
}
.mod-navigation.style3 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 160px;
}
.mod-navigation.style3 .normal_nav_pic {
  width: 100%;
}
.mod-navigation.style3 .nav_content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  background-size: 100% !important;
}
.mod-navigation.style3 .nav_content .tabs {
  position: relative;
  margin-top: 36px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  font-size: 24px;
}
.mod-navigation.style3 .nav_content .tabs .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  line-height: 44px;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
}
.mod-navigation.style3 .nav_content .tabs .item .text_ellipsis {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
  width: 240px;
  height: 64px;
  line-height: 64px;
  border-radius: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.mod-navigation.style3 .nav_content .remark {
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  width: 90%;
  height: 32px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
}
