/*用户首页tab样式*/
navtop {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  text-align: right;
  margin: 20px auto 0;
}

navtop.fixwidth {
  margin-bottom: 20px;
}

.sty_homepage_tab > tab-nav {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}

.sty_homepage_tab > tab-nav.active {
  background-color: white;
  color: #3963c5;
  font-weight: bold;
  border-bottom: 3px solid #3963c5 !important;
}
.sty_homepage_tab > tab-nav:last-child {
  margin-right: 11px;
}
navpage {
  display: block;
  width: 1240px;
}

navcontent {
  display: block;
  margin: 0px auto;
}

navpage ul,
navpage li {
  list-style-type: none;
  padding-inline-start: 0;
}
