.header-view {
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.header-view #user-center {
  width: 20px;
  height: 18px;
  margin-right: 15px;
}
.header-view .logo {
  width: 25px;
  height: 25px;
}
.header-view .biguo-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding-left: 5px;
}
.header-view .select-down {
  height: 6px;
  margin-left: 5px;
}
.header-view .province{
  width: 40px;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;
}
.header-view .province-cell {
  margin-right: 15px;
  position: relative;
}
.header-view .province-cell #province-view {
  position: absolute;
  width: 180px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
  top: 28px;
  right: -60px;
  display: none;
  z-index: 9999;
}
.header-view .province-cell #province-view ul {
  height: 310px;
  overflow-y: scroll;
}
.header-view .province-cell #province-view ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.header-view .province-cell #province-view ul .nav-selected-province {
  height: 47px;
  line-height: 47px;
  background: #f7f8fa;
  font-size: 18px;
  font-weight: 500;
  color: #ff9b00;
}
.header-view .province-cell #province-view .nav-submit {
  margin: 0 auto;
  margin-top: 15px;
  width: 70px;
  height: 26px;
  background: #ff9b00;
  border-radius: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.header-view .major-cell {
  position: relative;
}
.header-view .major-cell .major {
  width: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
.header-view .major-cell #major-view {
  position: absolute;
  display: none;
  width: 180px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
  top: 28px;
  right: 0px;
  z-index: 9999;
}
.header-view .major-cell #major-view ul {
  height: 270px;
  overflow-y: scroll;
}
.header-view .major-cell #major-view ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 10px;
}
.header-view .major-cell #major-view ul .nav-selected-major {
  height: 47px;
  line-height: 47px;
  background: #f7f8fa;
  font-size: 18px;
  font-weight: 500;
  color: #ff9b00;
}
.header-view .major-cell .nav-submit {
  margin: 0 auto;
  margin-top: 15px;
  width: 70px;
  height: 26px;
  background: #ff9b00;
  border-radius: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.mask {
  position: absolute;
  display: none;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.user-info-view {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: url('../img/daohangye_bj@2x.png') no-repeat;
  background-size: 260px 100%;
  color: #ffffff;
}
.user-info-view .users {
  text-align: center;
  width: 260px;
}
.user-info-view .users .user-center-pic {
  margin: 0 auto;
  margin-top: 60px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.user-info-view .users .user-center-institution {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.user-info-view .user-center-list {
  margin-top: 33px;
}
.user-info-view .user-center-list ul li {
  width: 181px;
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 50px;
  position: relative;
}
.user-info-view .user-center-list ul  li {
  color: #ffffff;
}

.user-info-view .user-center-list ul li #user-center-question {
  position: relative;
}
.user-info-view .user-center-list ul li #user-center-question #hot {
  position: absolute;
  width: 12px;
  height: 14px;
  left: 32px;
  top: 5px;
}
.user-info-view .user-center-list ul .user-center-selected {
  background: url("../img/user_center-arrow.png") no-repeat;
  background-size: 185px 55px;
}
.user-info-view .user-center-list ul a .user-center-selected  {
  color: #ff9b00;
}
.user-info-view .user-center-list ul img {
  height: 14px;
  position: absolute;
  left: 75px;
  top: 10px
}
#close-user-center {
  position: absolute;
  left: 256px;
  top: 90px;
}
#close-user-center img {
  width: 45px;
  height: 45px;
}

.layer-box {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #F7F8FA;
  font-weight: 400;
  color: #b4b4b7;
}
.layer-box .selected {
  color: #FF9B00;
  border-bottom: 1px solid #FF9B00;
}



 .area-profession {
  display: flex;
  font-size: 16px;
  line-height: 48px;
}
 .area-profession .area {
  padding-right: 31px;
}
 .area-profession .area span {
  color: #b2b2b2;
}
 .area-profession .profession span {
  color: #b2b2b2;
}