/* header-bar */
.header-bar-wrap {
  height: 85px;
  background-color: #fff;
}

.header-bar-wrap .top-sec {
  height: 55px;
  color: #5aa3f3;
  font-size: 26px;
  width: 1160px;
  margin: 0 auto;
  // margin: 0 60px;
  padding-top: 20px;
}

.header-bar-wrap .logo {
  width: 128px;
}

.header-bar-wrap .sub-title {
  color: #8ebdf6;
  line-height: 42px;
  font-size: 12px;
  margin-left: 23px;
}

.header-bar-wrap .user-sec {
  position: relative;
  margin-left: 33px;
}

.user-avatar {
  width: 25px;
  height: 25px;
  border: 3px solid #5aa3f3;
  border-radius: 50%;
}

.user-select {
  display: none;
  position: absolute;
  top: 45px;
  left: -35px;
  width: 100px;
  font-size: 14px;
  padding: 5px 0;
  z-index: 999;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}

.user-select>div {
  position: relative;
  height: 30px;
  line-height: 30px;
}

.news-dot {
  position: absolute;
  top: 8px;
  right: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fa5977;
}

.user-sec>.news-dot {
  top: 7px;
  right: -7px;
}

.user-select>div:hover {
  background-color: #f2f6f9;
}

.header-bar-wrap .line {
  margin-top: 8px;
  height: 3px;
  background-color: #b3d6fc;
}
/* tab-list */
.tab-list-wrap {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
}

.tab-list {
  width: 1160px;
  height: 40px;
  margin: 0 auto;
  // padding: 0 60px;
}

.tab-list>a {
  float: left;
  width: 60px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-right: 50px;
  border-bottom: 3px solid #fff;
}
.tab-list>a:hover {
  color: #51a0f6 !important;
}
.tab-list .active {
  color: #51a0f6;
  border-bottom: 3px solid #51a0f6;
}
