* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 字体 */
/* @font-face {
  font-family: 'BigruixianBlackGBV';
  src: url('../fonts/BigruixianBlackGBV1.0.TTF');
}

@font-face {
  font-family: 'Source Han Sans SC';
  src: url('../fonts/SourceHanSansSC-Regular.ttf');
} */

/* 使用媒体查询调整样式 */
@media (max-width: 1400px) {

  /* 当屏幕宽度小于等于 1400px 时 */
  body {
    width: 1400px;
  }

}

a {
  /* color: #fff; */
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  background-color: #f2f2f2;
}

:root {
  --bgc-primary: #3c8dbc;
  --bgc-tb: #ff5000;
  --bgc-wx: #2aae67;
  --bgc-dy: #1b0b1a;
}

.multi-line-text1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.multi-line-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.multi-line-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.multi-line-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mw80px {
  max-width: 80px;
}

#noDataLabels {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 8px;
}

#noDataLabels img {
  width: auto;
  max-height: 348px;
}

iframe {
  vertical-align: bottom;
}

input,
button,
select {
  outline: none;
}

button {
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.w {
  width: 1400px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  object-fit: cover;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.home {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header {
  height: 80px;
  background-color: #fff;
  width: 100%;
}

.logo {
  float: left;
  /* width: 170px; */
  height: 80px;
  vertical-align: middle;
}

.logo .tubiao {
  float: left;
  margin-top: 15px;
  width: 50px;
  height: 50px;
}

.logo .wenzi {
  float: left;
  margin-left: 8px;
  margin-top: 25px;
  width: 102px;
  height: 35px;
}

.nav {
  position: relative;
  float: left;
  margin-left: 40px;
}

.nav a {
  float: left;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

#appEwm1 {
  position: absolute;
  display: none;
  right: -32px;
  top: 80px;
  background-color: #fff;
  z-index: 1000;
  width: 150px;
  height: auto;
  border-radius: 10px;
}

.nav a:hover {
  color: #3c8dbc;
}

.btn-search {
  /* width: 728px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-btn {
  float: left;
  vertical-align: middle;
  width: 135px;
  height: 80px;
  margin-left: 30px;
}

.header-btn a {
  float: left;
  background-color: #ffdd99;
  color: #733306;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
}

.search {
  position: relative;
  float: left;
  /* display: inline-block; */
  vertical-align: middle;
  margin-left: 12px;
  width: 200px;
  height: 80px;
}

.search input {
  margin-top: 16px;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  padding-left: 20px;
  border-radius: 24px;
  width: 100%;
  height: 48px;
}

.search input:focus {
  outline: none;
}

.search input::placeholder {
  color: #afafaf;
  font-size: 15px;
}

.search button {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
}

.search button img {
  width: 100%;
}

/* 登录注册 */
.Register-login {
  width: 100px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}

.Register-login a {
  color: #555555;
}

.Register-login .registe {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}

.Register-login .registe .column {
  display: none;
  border-radius: 12px;
  position: absolute;
  margin-top: 30px;
  width: 125px;
  height: 80px;
  background-color: white;
}

.registe .column a {
  color: #555555;
  font-family: Source Han Sans SC;
}

/* .registe .column .active {
  display: block;
  z-index: 99;
} */

.Register-login .registe .active {
  display: block;
  z-index: 99;
}

.employee {
  /* width: 68px; */
  height: 40px;
  /* margin-left: 8px; */
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid var(#ddd);
  display: block;
}

.boss {
  /* width: 300px; */
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* margin-left: 10px; */
  display: block;
}

.bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #555555;
}

.login {
  display: inline-block;
  vertical-align: middle;
}

.Register-login a:hover {
  color: #3c8dbc;
}

.user {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 150px;
  height: 80px;
  line-height: 80px;
}

.user img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user h3 {
  display: inline-block;
  margin-left: 15px;
}

.banner {
  height: 150px;
}

.banner img {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-color: pink;
}

.banner li {
  float: left;
  margin-left: 84px;
  /* padding-top: 50px; */

  height: 150px;
  width: 210px;
}

.banner li:nth-child(1) {
  margin-left: 0;
}

.banner div {
  width: 130px;
}

.banner div h1 {
  font-size: 16px;
}

.banner div p {
  font-size: 14px;
  color: #7c7c7c;
  width: 154px;
}

/* 已登录 */
.user-avatar .avatar img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.user-avatar {
  vertical-align: middle;
  margin-left: 20px;
  display: flex;
}

.user-avatar.registe {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}

.user-avatar .registe .column {
  display: none;
  border-radius: 12px;
  position: absolute;
  margin-top: 20px;
  width: 90px;
  /* height: 80px; */
  background-color: white;
}

.user-avatar .registe .userColumn {}

.user-avatar .column a {
  color: #222222;
}

.registe .column a:hover {
  color: var(--bgc-primary);
}

.user-avatar .active {
  display: block !important;
  z-index: 99;
}

.user-avatar .employee {
  /* width: 68px; */
  height: 40px;
  /* margin-left: 8px; */
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid var(#ddd);
  display: block;
}

.user-avatar .boss {
  /* width: 300px; */
  height: 40px;
  line-height: 40px;
  /* margin-left: 10px; */
  display: block;
}

.user-avatar .bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
}

.user-avatar .login {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 8px;
  color: #000;
}

.user-avatar a:hover {
  color: #ffdd99;
}

.message {
  float: left;
  vertical-align: middle;
}

.message span {
  font-size: 24px;
  cursor: pointer;
  margin-left: 16px;
}

/* .user {
  float: left;
  vertical-align: middle;
  width: 210px;
  height: 80px;
  line-height: 80px;
  margin-left: 16px;
}

.user img {
  float: left;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user h3 {
  float: left;
  margin-left: 15px;
} */
/* 右侧导航 */
.RightNav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

#appEwm2 {
  position: absolute;
  display: none;
  right: 75px;
  top: 116px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  width: 150px;
  height: auto;
  border-radius: 10px;
}

#kefu {
  position: absolute;
  display: none;
  right: 75px;
  top: -40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  width: 150px;
  height: auto;
  border-radius: 10px;
}

#swhz {
  position: absolute;
  display: none;
  right: 75px;
  top: 190px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  width: 150px;
  height: auto;
  border-radius: 10px;
}

.OnlineConsultation .to-top {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}

.blackBox {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  width: 69px;
  height: 68px;
  padding: 12px 10px;
  cursor: pointer;
  /* margin-bottom: 6px; */
}

/* 轮播图小圆点 */
.swiper-pagination {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 20px;
  opacity: 0.4;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
}

/* 轮播图小圆点 */

.photograph {
  width: 24px;
  height: 24px;
}

.Constant {
  color: var(--ffffff, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.OnlineConsultationtopOne {
  display: block;
  margin-left: 9px;
}

.OnlineConsultationtopTwo {
  margin-left: 9px;
  display: block;
}

.OnlineConsultationtopThree {
  margin-left: 9px;
  display: block;
}

.OnlineConsultationtopFour {
  margin-left: 9px;
  display: block;
}

.OnlineConsultationtopFive {
  margin-left: 9px;
  display: block;
}

.OnlineConsultationtopSix {
  margin-left: 9px;
  display: block;
  cursor: pointer;

  border: none;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

/* 右侧导航 */
.banner {
  height: 150px;
  background-color: #fff;
}

.banner ul {
  display: flex;
  justify-content: space-between;
}

.banner .img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
  float: left;
  text-align: center;
  line-height: 56px;
  color: #3c8dbc;
  font-family: BigruixianBlackGBV;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  border: 2px solid #3c8dbc;
  border-radius: 50%;
}

.banner li {
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 150px;
  width: 215px;
}

.banner li:nth-child(1) {
  margin-left: 0;
}

.banner div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 130px;
}

.banner div h1 {
  font-size: 16px;
}

.banner div p {
  font-size: 14px;
  color: #7c7c7c;
  width: 154px;
}

/*  */
.footer {
  height: 396px;
  background-color: #222222;
}

.footer .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .box .item span {
  color: #fff;
  margin-top: 10px;
  margin-left: 25px;
}

.top-div {
  height: 325px;
  padding-top: 45px;
  border-bottom: 3px solid #2b2b2b;
}

.top-div dl {
  float: left;
  padding: 0px 25px;
  margin-right: 88px;
}

.top-div dt {
  font-size: 16px;
  color: #fff;
}

.top-div dd {
  font-size: 14px;
  margin-top: 17px;
}

.top-div dd a {
  color: #fff;
}

.top-div img {
  float: right;
  width: 160px;
  /* height: 160px; */
  border-radius: 10px;
  background-color: #fff;
  margin-left: 25px;
}

.bottom-div {
  height: 69px;
  line-height: 69px;
  text-align: center;
}

.bottom-div p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

/* 发现动态 */
.bssss-right {
  display: flex;
  gap: 10px;
}

.bssss-right .r-item {
  display: flex;
}

.placard {
  display: block;
}

.Discover .card {
  overflow: hidden;
}

.ContentButton1-0 {
  height: 44px;
}

.space-b {
  justify-content: space-between;
}

.reviewBtn1 img {
  border-radius: 50%;
}

/* 发现动态 */

/* 雇佣详情*/
.line {
  background-color: #db4c3f;
  height: 100%;
}

.top1-2 {
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 15px;
}



/* 雇佣详情*/

/* 三级联动样式 */
#myAreaChild {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  height: 50px;
}

#myAreaChild select {
  width: 20%;
  border-radius: 5px;
  color: #666;
  border: 1px solid #ddd;
  padding-left: 24px;
  border-radius: 8px;
}

#myAreaChild button {
  padding: 5px 15px;
  background-color: var(--bgc-primary);
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

/* 三级联动样式 */
/* 搜索条件样式 */
.ElaborateType .active {
  color: #3c8dbc;
  line-height: 50px;

  /* PC/14px加粗 - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.elaborateTypeMiddle {
  flex-wrap: wrap;
  padding-left: 66px;
  height: auto !important;
}

.sortOrder {
  margin-top: 2px;
}

/* 搜索条件样式 */

/* 无线下拉样式 */
.shangla {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

/* 无线下拉样式 */