#pre-nav {
  min-width: 1190px;
  background: white;
  padding: 10px 0;
}
#main-nav {
  height: 60px;
  line-height: 60px;
  background-color: #EE533A;
}
#nav-bar .wrapper {
  width: 1200px;
  max-width: 1200px;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
#pre-nav .xiaozhao_logo {
  width: 340px;
  height: 60px;
}
#pre-nav .content {
  margin-left: auto;
}
#pre-nav .content a {
  font-size: 16px;
  margin-right: 50px;
  color: #474e5d;
  position: relative;
}
#pre-nav .content a span {
  font-weight: bold;
  letter-spacing: 1px;
}
#pre-nav .content .hot-logo {
  position: absolute;
  width: 35px;
  top: -20px;
  left: 45px;
}
#pre-nav .box {
  width: 125px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ff5d1d;
  border-radius: 5px;
  color: #ff5d1d;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#pre-nav .user {
  margin-left: 40px;
  position: relative;
}
#pre-nav .user a {
  font-size: 16px;
  margin-right: 30px;
  color: #474e5d;
  position: relative;
}
#pre-nav .user span {
  font-weight: bold;
  letter-spacing: 1px;
}
#pre-nav .user .avatar {
  margin-right: 10px;
}
#pre-nav .user a .icon-user-notice {
  position: relative;
  color: #6B6B6B;
  font-size: 24px;
  margin-right: 10px;
}
#pre-nav .user a .icon-user-notice em {
  position: absolute;
  color: red;
  top: -10px;
  left: 15px;
}
#pre-nav .user a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#pre-nav .user ul {
  display: none;
  padding-top: 5px;
  position: absolute;
  width: 106px;
  top: 50px;
  left: 30px;
  background-color: #ffffff;
  text-align: center;
  z-index: 999999;
}
#pre-nav .user ul li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
#pre-nav .user ul li a {
  font-size: 14px;
  margin-right: 0;
}
#pre-nav .user ul li a i {
  color: #6B6B6B;
  font-size: 14px;
}
#pre-nav .user ul li a:hover {
  color: #ff6a00;
}
#pre-nav .user ul li a:hover i {
  color: #ff6a00;
}
#pre-nav .user ul li a i {
  color: #6B6B6B;
}
#main-nav .item {
  width: 170px;
  height: 60px;
  justify-content: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}
#main-nav .sel {
  background-color: #DC321F;
}
#main-nav .item:hover {
  background-color: #DC321F;
}
#main-nav .item a {
  color: white;
}
.singleNav {
  padding: 15px 0;
  height: 60px;
  background-color: #EAEAEA;
}
.singleNav .wrap {
  display: flex;
  align-items: center;
  height: 60px;
}
.singleNav .level {
  position: relative;
  width: 155px;
  margin-left: 17px;
}
.singleNav .level .box {
  margin-top: 4px;
}
.singleNav .level .box p {
  float: left;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  cursor: pointer;
}
.singleNav .level .box .icon-level2 {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 20px;
  color: #FD8011;
}
.singleNav .level .box .icon-resource-level {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 20px;
  color: #FD8011;
}
.singleNav .level .box .icon-choose {
  float: left;
  color: #908F8F;
  font-size: 14px;
  margin-left: 16px;
  margin-top: 3px;
  cursor: pointer;
}
.singleNav .level .box .line {
  float: right;
  margin-top: 3px;
  width: 2px;
  height: 16px;
  background-color: #8A8A8A;
}
.singleNav .level #choose-box {
  display: none;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 35px;
}
.singleNav .level #choose-box ul {
  width: 96px;
  height: 100px;
  padding: 20px 0;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #E4E7ED;
}
.singleNav .level #choose-box ul li {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  text-align: center;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
}
.singleNav .level #choose-box ul .choosed {
  color: #FD8011;
  background-color: #F5F7FA;
}
.singleNav .wrap .position {
  width: 960px;
  overflow: hidden;
  white-space: nowrap;
}
.singleNav .wrap .position a {
  margin-left: 40px;
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  color: #666;
}
.singleNav .wrap .position a:first-child {
  margin-left: 28px;
}
.singleNav .wrap .position .choose {
  color: #FD8011;
}
.singleNav .wrap a span {
  font-size: 16px;
}
.singleNav .wrap a:hover {
  color: #FD8011;
}
.singleNav .wrap .choose:hover {
  color: #FD8011;
}
.singleNav .wrap .row {
  width: 100%;
}
.singleNav .detail {
  position: absolute;
  top: -16px;
  left: -20px;
  z-index: 10;
  display: none;
}
.singleNav .detail .wrap {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eee;
  height: 180px;
  line-height: 60px;
  flex-flow: wrap;
  align-items: start;
  padding: 0 20px;
}
.singleNav .detail .wrap .position {
  white-space: normal;
}
.selectNav {
  padding: 15px 0;
  height: 120px;
  background-color: #EAEAEA;
}
.selectNav .wrap {
  display: flex;
  align-items: center;
  height: 60px;
}
.selectNav .level {
  position: relative;
  width: 155px;
  margin-left: 17px;
}
.selectNav .level .box {
  margin-top: 4px;
}
.selectNav .level .box p {
  float: left;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  cursor: pointer;
}
.selectNav .level .box .icon-level2 {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 20px;
  color: #FD8011;
}
.selectNav .level .box .icon-resource-level {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 20px;
  color: #FD8011;
}
.selectNav .level .box .icon-choose {
  float: left;
  color: #908F8F;
  font-size: 14px;
  margin-left: 16px;
  margin-top: 3px;
  cursor: pointer;
}
.selectNav .level .box .line {
  float: right;
  margin-top: 3px;
  width: 2px;
  height: 16px;
  background-color: #8A8A8A;
}
.selectNav .level #choose-box {
  display: none;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 35px;
}
.selectNav .level #choose-box ul {
  width: 96px;
  height: 100px;
  padding: 20px 0;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #E4E7ED;
}
.selectNav .level #choose-box ul li {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  text-align: center;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
}
.selectNav .level #choose-box ul .choosed {
  color: #FD8011;
  background-color: #F5F7FA;
}
.selectNav .wrap .position {
  width: 960px;
  overflow: hidden;
  white-space: nowrap;
}
.selectNav .wrap .position a {
  margin-left: 40px;
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  color: #666;
}
.selectNav .wrap .position a:first-child {
  margin-left: 28px;
}
.selectNav .wrap .position .choose {
  color: #FD8011;
}
.selectNav .wrap a span {
  font-size: 16px;
}
.selectNav .wrap a:hover {
  color: #FD8011;
}
.selectNav .wrap .choose:hover {
  color: #FD8011;
}
.selectNav .wrap .row {
  width: 100%;
}
.selectNav .detail {
  position: absolute;
  top: -16px;
  left: -20px;
  z-index: 10;
  display: none;
}
.selectNav .detail .wrap {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #eee;
  height: 180px;
  line-height: 60px;
  flex-flow: wrap;
  align-items: start;
  padding: 0 20px;
}
.selectNav .detail .wrap .position {
  white-space: normal;
}
.showMoreBox {
  height: 58px;
  width: 1200px;
  position: relative;
}
.showMoreBox .showMoreBar {
  position: absolute;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: flex-start;
  height: 58px;
  overflow: hidden;
  padding: 0 17px;
  padding-top: 16px;
  box-sizing: border-box;
}
.showMoreBox .showMoreBar .showMoreTitleBar {
  display: flex;
  align-items: center;
  margin-right: 50px;
  position: relative;
}
.showMoreBox .showMoreBar .showMoreTitleBar .icon-resource-level {
  color: #FD8011;
  font-size: 19px;
  margin-right: 12px;
}
.showMoreBox .showMoreBar .showMoreTitleBar .icon-diannao {
  color: #FD8011;
  font-size: 19px;
  margin-right: 12px;
}
.showMoreBox .showMoreBar .showMoreTitleBar .pointContent {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.showMoreBox .showMoreBar .showMoreTitleBar .showMoreTitle {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  width: 68px;
}
.showMoreBox .showMoreBar .showMoreTitleBar::after {
  position: absolute;
  content: '';
  right: -56px;
  width: 2px;
  height: 16px;
  background-color: #8A8A8A;
}
.showMoreBox .showMoreBar .showMoreItemBox {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.showMoreBox .showMoreBar .showMoreItemBox .showMoreItem {
  padding: 0 56px;
  height: 42px;
  font-size: 15px;
}
.showMoreBox .showMoreBar .showMoreItemBox .active {
  color: #FF7624;
}
.showMoreBox .showMoreBar:hover {
  height: auto;
  background-color: #fff;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(10, 10, 10, 0.1);
}
