/* 猎聘首页用到的样式（从 www.liepin.com 提取并整理）
 * 主色 #0a6dd8，顶栏 #212329，页面背景 #f6f6f8，内容宽 1200px
 */

/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f6f6f8;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5715;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #0a6dd8;;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
input {
  font-family: inherit;
}

/* ---------- layout ---------- */
.common-page-container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

.common-margin-top {
  margin-top: 32px;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---------- header ---------- */
#framework-pc-header-container {
  height: 64px;
  background: #212329;
  font-size: 14px;
}

.header-content-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 1200px;
  height: 64px;
  margin: 0 auto;
  padding: 0 4px;
}

#header-logo-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 36px;
}
#header-logo-box img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-right: 8px;
  border-radius: 8px;
}


#header-city-box {
  display: block;
  margin-left: 0;
}

.header-city-box {
  display: flex;
  align-items: center;
  width: auto;
  height: 22px;
  margin-left: 20px;
  padding: 0 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.header-city-box svg {
  flex-shrink: 0;
}

.header-city-box span {
  margin: 0 4px;
  color: #fff;
}
.header-city-box yun71_city{
  color: #fff;
  text-decoration: none;
}


.header-nav-menu {
  display: flex;
  align-items: center;
  height: 64px;
  padding-left: 28px;
  color: #fff;
  font-size: 16px;
}

.header-nav-menu-item,
.header-menu-item {
  position: relative;
  height: 64px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
}

.header-nav-menu-item a,
.header-quick-menu-not-login-item a,
#header-quick-menu-login,
#header-nav-menu-download-app {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
}

.header-nav-menu-item a:hover,
.header-quick-menu-not-login-item a:hover,
#header-quick-menu-login:hover,
#header-nav-menu-download-app:hover {
  color: #0a6dd8;;
  font-weight: 700;
  text-decoration: none;
}

.active-menu-item a {
  color: #0a6dd8;;
  font-weight: 700;
  text-decoration: none;
}

.header-nav-menu-resume-opt-default {
  display: inline;
}

.download-app-item {
  cursor: pointer;
}

#fix-header-download-app-modal {
  display: none;
  position: absolute;
  top: 64px;
  left: 50%;
  z-index: 20;
  width: 140px;
  margin-left: -70px;
  padding-top: 8px;
}

.download-app-item:hover #fix-header-download-app-modal {
  display: block;
}

#fix-header-download-app-modal img {
  display: block;
  width: 140px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.header-quick-menu-box {
  margin-left: auto;
}

.header-quick-menu-not-login {
  display: flex;
  align-items: center;
  height: 64px;
}

.header-quick-menu-not-login-item {
  position: relative;
  height: 64px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 64px;
}

.header-quick-menu-not-login-item:last-child {
  padding-right: 0;
  cursor: pointer;
}

.recruiter-min-logo {
  position: absolute;
  top: 10px;
  right: 8px;
}

/* ---------- banner ---------- */
.home-banner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #0d112e;
}
/* layui 轮播：广告输出的是 <img>，同样按 1920 居中裁切 */
.home-banner .layui-carousel,
.home-banner .layui-carousel > [carousel-item] {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.home-banner .layui-carousel > [carousel-item] > * {
  overflow: hidden;
}

.home-banner .layui-carousel a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-banner .layui-carousel img {
  display: block;
  width: 1920px;
  max-width: none;
  height: 310px;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner-ad-tag {
  position: absolute;
  left: calc((100% - 1200px) / 2 + 8px);
  bottom: 12px;
  z-index: 4;
  padding: 0 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

/* 快捷登录：叠在 banner 右侧，对齐 1200 内容区 */
.home-banner .fastloginbox {
  position: absolute;
  top: 12px;
  right: calc((100% - 1200px) / 2);
  z-index: 5;
  float: none;
}

.hp_login {
  width: 320px;
  height: 280px;
  font-size: 14px;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 6px;
}

.hp_login_tit {
  position: relative;
  width: 100%;
  float: left;
}

.yun_Indexlogin_tit_s {
  width: 100px;
  padding-left: 26px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  position: relative
}

.yun_Indexlogin_tit_line {
  width: 6px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  overflow: hidden;
  background: #db3e00;
  display: none;
}

.login_box_h_list {
  float: left;
}

.login_box_h_list li {
  width: 89px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  margin-right: 10px;
}

.login_box_h_list .login_box_h_list_cur {
  color: #2778f8;
  position: relative;
  font-weight: bold
}

.login_box_h_list .login_box_h_list_cur i {
  width: 26px;
  height: 4px;
  display: inline-block;
  background: #2778f8;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -5px;
  border-radius: 4px;
}

.indexwxcode_login {
  width: 25px;
  height: 25px;
  background: url(../images/eer.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

.indexnormal_login {
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: url(../images/logo_yh.png) no-repeat center center;
  ;
  float: right;
  border-radius: 5px;
  cursor: pointer;
}

.indexwxlogintxt {
  margin: 0 auto;
  width: 190px;
  text-align: center;
  margin-top: 20px;
  height: 36px;
  line-height: 36px;
  background-color: #EEEEEE;
  color: #999999;
  border-radius: 30px;
}

.hp_login_hy {
  width: 100%;
  padding-right: 15px;
  height: 40px;
  background: #F6F6F8;
  padding-left: 15px;
  margin-top: 20px;
  position: relative;
  float: left;
  border-radius: 50px;
  /* overflow: hidden; */
}

.hp_login_hy_but {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #F6F6F8;
  float: left;
  color: #999;
  font-size: 14px;
  ;
}

.hp_login_yzbox {
  width: 90px;
  height: 38px;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  margin-top: 15px;
  position: relative;
  float: left;
  border-radius: 3px
}

.hp_login_yzbox_pic {
  position: absolute;
  left: 108px;
  top: 0px;
}

.hp_login_lg {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.hp_login_lg_but {
  width: 100%;
  height: 40px;
  background: #276bf2;
  background-image: -webkit-linear-gradient(left, #1285ff 0, #276bf2 100%);
  background-image: -o-linear-gradient(left, #1285ff 0, #276bf2 100%);
  background-image: linear-gradient(to right, #1285ff 0, #276bf2 100%);
  background-repeat: repeat-x;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-size: 15px;
}

.hp_login_rg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  float: left;
  padding-top: 15px;
  font-size: 12px;
  color: #999;
}

.hp_login_rg_l {
  padding-bottom: 0;
  white-space: nowrap;
}

.hp_login_rg_l a {
  color: #276bf2
}

.hp_login_rg_r {
  float: right;
  color: #999
}

.hp_login_hy_send {
  width: 100px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #1668e8;
  font-size: 12px;
}

.login_m_text {
  width: 100px;
  float: left;
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #999;
  background-color: #F6F6F8;
  font-size: 14px;
}

.hp_login_posst .login_m_text {
  width: calc(100% - 130px);
}

.index_logoin_msg {
  width: 165px;
  height: 28px;
  position: absolute;
  left: 55px;
  top: 10px;
}

/* .fastloginbox .index_logoin_msg{
  top: -26px;
  left: 5px;
} */
.fastloginbox .index_logoin_msg {
  top: 39px;
  left: 18px;
  height: initial;
}




/* .index_logoin_msg_tx {
  width: 124px;
  height: 26px;
  line-height: 26px;
  padding-left: 25px;
  border: 1px solid #ffc7c7;
  background: #ffecec url(../images/ico_warn2.png) no-repeat 5px center;
  color: #d54801;
  position: relative
} */
.index_logoin_msg_tx {
  width: 124px;
  /* height: 26px; */
  /* line-height: 26px; */
  /* padding-left: 25px; */
  /* border: 1px solid #ffc7c7; */
  /* background: #ffecec url(../images/ico_warn2.png) no-repeat 5px center; */
  color: #FF5253;
  position: relative
}

.index_logoin_re_m {
  position: relative;
  z-index: 10
}

.index_logoin_msg_icon {
  width: 10px;
  height: 6px;
  background: url(../images/yun_icon_sj.png) no-repeat;
  position: absolute;
  left: 10px;
  bottom: -5px;
  _bottom: -13px;
  display: none;
}

.hp_login_posst img.mimaImgs {
  position: absolute;
  display: block;
  width: 16px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 100px;
  margin: auto;
  z-index: 4;
  cursor: pointer;
}

/* 微信扫码登录 */
.indexwxlogintext {
  margin: 0 auto;
  width: 120px;
  padding: 10px;
  margin-top: 0;
  text-align: center;
}

.indexwxlogintext img {
  width: 130px;
  height: 130px;
  border: 0;
}

.fast_login_index {
  margin: 0 auto;
  width: 140px;
  position: relative;
}

.fast_login_index_sxbox {
  width: 140px;
  text-align: center;
  color: #999;
}

.fast_login_index_sxicon {
  width: 140px;
  height: 140px;
  background: url(../images/sx.png) no-repeat;
  display: inline-block;
  background-size: 100%;
  margin-bottom: 10px;
}

.yun_Indexlogin_yzm_img {
  width: 110px;
  height: 43px;
}

/* 登录后 */
.index_frist_login_box {
  width: 100%;
  height: 255px;
  overflow: hidden;
}

.login_ok {
  width: 100%;
}

.login_ok_mune {
  width: 100%;
  text-align: center;
}

.login_ok_mune_list {
  width: 32%;
  display: inline-block;
  font-size: 12px;
  padding-top: 40px;
  position: relative;
  vertical-align: top;
  margin-top: 10px;
}

.login_ok_mune_list .login_ok_mune_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/login_okicon1.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -16px;
}

.login_ok_mune_list .login_ok_mune_icon_cj {
  background: url(../images/login_okicon2.png) no-repeat;
}

.login_ok_mune_list .login_ok_mune_icon_gz {
  background: url(../images/login_okicon3.png) no-repeat;
}

.login_ok_mune_list .login_ok_mune_icon_mb {
  background: url(../images/login_okicon4.png) no-repeat;
}

.login_ok_mune_list a:hover {
  color: #f60;
}

.login_ok_n {
  font-size: 18px;
  color: #3d9af6;
}

.login_ok_dw {
  font-size: 12px;
  color: #333;
}

.login_ok_n_list {
  width: 31%;
  display: inline-block;
  font-size: 12px;
  position: relative;
  vertical-align: top;
  text-align: center;
  margin-top: 10px;
}

.login_ok_n_list a:hover {
  color: #f60;
  text-decoration: none;
}

.login_ok_name {
  padding: 2px 0 10px 0;
}

.login_ok_user {
  padding: 10px 0 10px 80px;
  position: relative;
}

.login_ok_hi {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
}

.login_ok_username {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}

.login_ok_user_photo {
  width: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.login_ok_user_photo img {
  border-radius: 8px;
}

.login_ok_member {
  padding: 15px 0 0 0;
}

.login_ok_member_bth {
  padding: 6px 10px;
  background: #276bf2;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 #b8d5f6;
  color: #fff;
}

.login_ok_member_bth:hover {
  background: #0a6dd8;
  color: #fff;
  text-decoration: none;
}

.login_ok_member_bthtc {
  padding: 6px 13px;
  background: #f60;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 #f7c7a7;
  color: #fff;
  margin-left: 10px;
}

.login_ok_member_bthtc:hover {
  color: #fff;
}

.login_ok_n_listbox {
  width: 100%;
  text-align: center;
}

/* 第三方登录 */
.frist_login_lb {
  font-size: 13px;
}

.frist_loginqq {
  height: 20px;
  background: url(../images/60qq.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
  color: #999;
}

.frist_loginwx {
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
  position: relative;
  color: #999;
}

.frist_loginwxicon {
  width: 20px;
  height: 20px;
  background: url(../images/logimgr1.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.frist_loginsl {
  height: 20px;
  background: url(../images/60xl.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  color: #999;
}

/* 图片验证码弹框 */
.tw_yz_box {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}

.tw_yz_c {
  width: 190px;
  margin: 0 auto;
}

.tw_yz_boxtext {
  width: 190px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
}

.tw_yz_boxtext .tw_yz_boxinp {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
}

.tw_yz_boximg {
  padding-top: 10px;
  padding-bottom: 20px;
}

.yz_bth {
  width: 190px;
  height: 38px;
  background: #3d7eff;
  border-radius: 3px;
  border: none;
  color: #fff;
}

.indexLogoinYzam {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}

/* ---------- search ---------- */
.home-search-bar {
  height: 105px;
  background: #fff;
}

.home-search-bar.js-home-search-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
}

.home-search-bar.is-fixed {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.home-search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1184px;
  height: 105px;
  margin: 0 auto;
  padding: 0 8px;
}

.home-search-field {
  position: relative;
  width: 784px;
  height: 52px;
}

.home-search-pill {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 52px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(202, 208, 217, 0.4);
}

.home-search-pill input {
  display: block;
  width: calc(100% - 104px);
  height: 48px;
  margin: 2px 0 0 14px;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 46px;
}

.home-search-pill input::placeholder {
  color: #999;
}

.home-search-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 80px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  background: #0a6dd8;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.home-search-btn:hover {
  background: #ff751a;
  color: #fff;
}

.home-search-qrcode {
  flex-shrink: 0;
  height: 76px;
}

.home-search-qrcode img {
  display: block;
  height: 76px;
}

/* ---------- industry jobs ---------- */
.home-industry-container .home-industry-header {
  background: #fff;
  border-radius: 6px 6px 0 0;
}

.home-industry-container .industry-header-title {
  display: flex;
  height: 60px;
}

.home-industry-container .header-title-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.home-industry-container .header-title-item-svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.home-industry-container .header-title-item-svg svg {
  width: 100%;
  height: 100%;
}

.home-industry-container .header-title-item-text {
  height: 24px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-industry-container .header-title-item-active {
  position: relative;
}

.home-industry-container .header-title-item-active .header-title-item-text {
  color: #0a6dd8;
  font-size: 18px;
  font-weight: 500;
}

.home-industry-container .header-title-item-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #0a6dd8;
}

/* layui 选项卡对齐行业区已有 tab 外观 */
.home-industry-container .home-industry-box.layui-tab {
  margin: 0;
}

.home-industry-container .home-industry-box .layui-tab-title,
.home-industry-container .home-industry-box.layui-tab-brief > .layui-tab-title {
  position: relative;
  left: auto;
  height: 60px;
  padding: 0;
  overflow: visible;
  border: none;
  white-space: nowrap;
  font-size: 0;
  line-height: normal;
}

.home-industry-container .home-industry-box .layui-tab-title li,
.home-industry-container .home-industry-box.layui-tab-brief > .layui-tab-title li {
  display: flex;
  float: none;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  white-space: nowrap;
}

.home-industry-container .home-industry-box .layui-tab-title li:hover .header-title-item-text {
  color: #0a6dd8;
}

.home-industry-container .home-industry-box .layui-tab-title li.layui-this,
.home-industry-container .home-industry-box.layui-tab-brief > .layui-tab-title li.layui-this {
  position: relative;
  color: #0a6dd8;
}

.home-industry-container .home-industry-box .layui-tab-title li.layui-this .header-title-item-text {
  color: #0a6dd8;
  font-size: 18px;
  font-weight: 500;
}

.home-industry-container .home-industry-box .layui-tab-title li:after,
.home-industry-container .home-industry-box.layui-tab-brief > .layui-tab-title li:after {
  width: auto;
  height: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.home-industry-container .home-industry-box .layui-tab-title li.layui-this::after,
.home-industry-container .home-industry-box.layui-tab-brief > .layui-tab-title li.layui-this:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  height: 2px;
  margin: 0;
  border: none;
  border-radius: 1px;
  background: #0a6dd8;
}

.home-industry-container .home-industry-box .layui-tab-content {
  padding: 0;
}

.seo-jobcard2-common .jobcard2-title {
  min-width: 0;
}

.seo-jobcard2-common:hover,.home-industry-content-item:hover {
  color: inherit;
  text-decoration: none;
}



.home-industry-content-container .home-industry-content-item-end:hover,
.home-industry-content-container .home-industry-content-item-end:hover .item-end-text {
  color: #000;

}

.home-industry-content-container .home-industry-content {
  display: none;
}

.home-industry-content-container .home-industry-content.is-active {
  display: block;
}

.home-industry-content-container .home-industry-content-list {
  overflow: hidden;
}

.home-industry-content-container .home-industry-content-item {
  float: left;
  width: 384px;
  height: 200px;
  padding:16px;
  margin-right: 16px;
  margin-top: 16px;
  background: #fff;
  border-radius: 6px;
}


.home-industry-content-container .home-industry-content-item:nth-child(3n) {
  margin-right: 0;
}

.home-industry-content-container .home-industry-content-item-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-industry-content-container .item-end-text {
  height: 22px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.home-industry-content-container .item-end-btn {
  display: flex;
  align-items: center;
  height: 17px;
  margin-top: 8px;
  color: #0a6dd8;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.home-industry-content-container .item-end-btn svg {
  width: 6px;
  height: 10px;
  margin-left: 7px;
}

.home-more-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.home-more-card:hover,
.home-more-card:hover .item-end-text {
  color: #000;
}

.home-more-card .item-end-text {
  height: 22px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.home-more-card .item-end-btn {
  display: flex;
  align-items: center;
  height: 17px;
  margin-top: 8px;
  color: #0a6dd8;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.home-more-card .item-end-btn svg {
  width: 6px;
  height: 10px;
  margin-left: 7px;
}

.home-industry-content-container .home-industry-content-comp {
  height: 60px;
  padding: 0 32px;
  overflow: hidden;
  border-top: 1px solid #f0f3f7;
  border-radius: 0 0 6px 6px;
  background: #fff;
  font-size: 0;
  line-height: 60px;
}

.home-industry-content-container .industry-content-comp-label {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.home-industry-content-container .industry-content-comp-item {
  display: inline-block;
  margin: 0 12px;
  color: #666;
  font-size: 14px;
}

.home-industry-content-container .industry-content-comp-item:hover {
  color: #0a6dd8;
}

/* ---------- job card ---------- */
.seo-jobcard2-common {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}

.seo-jobcard2-common .jobcard2-detail-box {
  display: block;
  padding-bottom: 16px;
}

.seo-jobcard2-common .jobcard2-detail-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.seo-jobcard2-common .jobcard2-title {
  margin-right: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.seo-jobcard2-common .jobcard2-salary {
  flex-shrink: 0;
  margin-left: auto;
  color: #0a6dd8;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.seo-jobcard2-common .jobcard2-detail-des {
  height: 17px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 0;
}

.seo-jobcard2-common .jobcard2-detail-des span {
  display: inline-block;
  height: 100%;
  margin-right: 6px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.seo-jobcard2-common .jobcard2-detail-labels {
  height: 22px;
  margin-top: 10px;
  overflow: hidden;
  font-size: 0;
}

.seo-jobcard2-common .jobcard2-detail-labels span {
  display: inline-block;
  height: 100%;
  margin-right: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  background: #f8f9fb;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.seo-jobcard2-common .jobcard2-company-box {
  display: flex;
  padding-top: 16px;
  border-top: 1px solid #f0f3f7;
}

.company-logo-48 {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 6px;
  background: #fff;
}

.company-logo-48 img,
.company-logo-54 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seo-jobcard2-common .jobcard2-company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 50px);
  padding-left: 16px;
}

.seo-jobcard2-common .jobcard2-company-title {
  height: 20px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-jobcard2-common .jobcard2-company-labels {
  height: 17px;
  margin-top: 6px;
  overflow: hidden;
  color: #999;
  font-size: 0;
  line-height: 17px;
}

.seo-jobcard2-common .jobcard2-company-labels span {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
}



/* ---------- famous companies ---------- */
.home-comp-container .home-comp-title {
  width: 100%;
  height: 60px;
  padding: 0 32px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 8px 0 hsla(0, 5%, 91%, 0.06);
  line-height: 60px;
}

.home-comp-container .home-comp-title a,
.home-comp-container .home-comp-title span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.home-comp-container .home-comp-content {
  overflow: hidden;
}

.home-comp-container .home-comp-content-item {
  float: left;
  width: 284px;
  margin-top: 16px;
  margin-right: 16px;
}

.home-comp-container .home-comp-content-item:nth-child(4n) {
  margin-right: 0;
}

.seo-home-comp-card {
  height: 193px;
  padding: 24px 16px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}

.seo-home-comp-card .home-comp-info {
  display: flex;
  padding-bottom: 16px;
}

.company-logo-54 {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 6px;
  background: #fff;
}

.seo-home-comp-card .home-comp-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 60px);
  padding-left: 16px;
}

.seo-home-comp-card .comp-info-title {
  height: 24px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-home-comp-card .comp-info-labels {
  height: 20px;
  margin-top: 4px;
  overflow: hidden;
  font-size: 0;
}

.seo-home-comp-card .comp-info-labels span {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
}

.seo-home-comp-card .home-comp-jobs {
  padding-top: 16px;
  border-top: 1px solid #f0f3f7;
}

.seo-home-comp-card .home-comp-jobs-item {
  display: flex;
  margin-bottom: 8px;
}

.seo-home-comp-card .home-comp-jobs-item:last-child {
  margin-bottom: 0;
}

.seo-home-comp-card .home-comp-jobs-item span {
  flex: 1;
  height: 22px;
  font-weight: 400;
  line-height: 22px;
}

.seo-home-comp-card .jobs-item-name {
  overflow: hidden;
  color: #000;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-home-comp-card .jobs-item-dq {
  color: #999;
  font-size: 12px;
  text-align: right;
}

/* ---------- 名企招聘 / 探秘企业 / 推荐岗位 / 最新岗位 / 最新人才 / 职场资讯 ---------- */
/* 从 indexnew.css 补全；首页全局为 border-box，宽度按 1200 内容区校正 */

.homeHotCompans,
.homeMokuaiSubct,
.tm_combox,
.homeMokuaiNews,
.homeHotCompans + .homeMokuaiMores {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.homeHotCompans {
  overflow: hidden;
  position: relative;
  margin-top: 32px;
}


.homeHotComBiaot span {
  display: block;
  color: #000;
  font-size: 18px;
}

.homeHotComSwiper,
.homeHotComSwiper .hotcomSwiper,
.homeHotComData {
  position: relative;
  width: 100%;
}

.homeHotComData ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
}

.homeHotComData ul li {
  position: relative;
  width: calc((100% - 48px) / 4);
  padding: 0;
}

.homeHotComData ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 14px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.homeHotComData ul li a:hover {
  z-index: 20;
  box-shadow: 0 2px 10px 0 hsla(0, 0%, 70.2%, 0.2);
}

.homeHotComTuian {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 4px;
}

.homeHotComTuian img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeHotComTexts {
  width: calc(100% - 60px);
  overflow: hidden;
}

.homeHotComTexts span {
  display: block;
  color: #999;
  font-size: 14px;
}

.homeHotComTexts span font {
  padding-right: 4px;
  color: #0a6dd8;
}

.homeHotComTexts span.textspan {
  width: 100%;
  padding-bottom: 6px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeHotComData ul li a.home-more-card {
  justify-content: center;
  min-height: 84px;
}

.homeHotComData ul li a.home-more-card:hover {
  color: inherit;
}

.homeMokuaiSubct {
  position: relative;
  padding-top: 32px;
  padding-bottom: 7px;
}

.homeMokuaiTite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px 0 hsla(0,5%,91%,.06);
  box-shadow: 0 1px 8px 0 hsla(0,5%,91%,.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;

}

.homeMokuaiTite .homeHotComBiaot {
  width: auto;
}

.homeHotComAdds a {
  display: block;
  color: #666;
  font-size: 13px;
}

.homeHotComAdds a:hover {
  color: #0a6dd8;
}

.homeMokuaiTuians {
  position: relative;
  width: 100%;
  margin-top: 16px;
}

.homeMokuaiTuians ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}

.homeMokuaiTuians ul li {
  width: calc((100% - 32px) / 3);
  min-height: 100px;
  margin: 0;
  padding: 16px 14px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.homeMokuaiTuians ul li:hover {
  z-index: 20;
  box-shadow: 0 16px 16px 0 hsla(0, 0%, 70.2%, 0.2);
}

.MokuaiTuiaDatas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.MokuaiTuiaMoney {
  flex-shrink: 0;
  color: #0a6dd8;
  font-size: 16px;
}

.MokuaiTuiaMinc {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  overflow: hidden;
}

.MokuaiTuiaMinc a.minclink {
  max-width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeMokuaiTuians ul li:hover .MokuaiTuiaMinc a.minclink {
  color: #0a6dd8;
}

.MokuaiTuiaTips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 4px 0 12px;
}

.MokuaiTuiaTips span {
  display: flex;
  align-items: center;
  height: 26px;
  margin: 4px 8px 4px 0;
  padding: 0 8px;
  border-radius: 4px;
  background: #f5f7fa;
  color: #666;
  font-size: 12px;
}

.MokuaiTuiaComInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.kuaiTuiaComInLogo a {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.kuaiTuiaComInLogo a img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: contain;
}

.kuaiTuiaComInLogo a span {
  display: block;
  padding-left: 5px;
  color: #000;
  font-size: 13px;
}

.kuaiTuiaComInMaps {
  flex-shrink: 0;
  color: #999;
  font-size: 13px;
}

.homeMokuaiMores {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 24px;
}

.homeMokuaiMores a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 40px;
  border-radius: 8px;
  background: #fff3ea;
  color: #0a6dd8;
  font-size: 14px;
  letter-spacing: 1px;
}

.homeMokuaiMores a:hover {
  background: #0a6dd8;
  color: #fff;
  text-decoration: none;
}

.homeMokuaiTuians ul li.home-more-wrap {
  display: flex;
  padding: 0;
}

.homeMokuaiTuians ul li.home-more-wrap .home-more-card {
  width: 100%;
  min-height: 100px;
  padding: 16px 14px;
}

.homeMokuaiUsers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.MokuaiUserToux {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.MokuaiUserToux a,
.MokuaiUserToux a img {
  display: block;
  width: 100%;
  height: 100%;
}

.MokuaiUserToux a img {
  object-fit: cover;
}

.MokuaiUserIndos {
  width: calc(100% - 64px);
  overflow: hidden;
}

.MokuaiUserName {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.MokuaiUserName span {
  display: block;
  color: #000;
  font-size: 16px;
}

.MokuaiUserName b {
  display: flex;
  align-items: center;
  width: max-content;
  height: 16px;
  margin: 1px 0 0 6px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.MokuaiUserName b.colorone {
  border: 1px solid #f58d16;
  color: #f58d16;
}

.MokuaiUserName b.colortwo {
  border: 1px solid #0a6dd8;
  color: #0a6dd8;
}

.MokuaiUserTips {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 6px;
}

.MokuaiUserTips span {
  position: relative;
  display: block;
  padding: 0 9px;
  color: #333;
  font-size: 13px;
}

.MokuaiUserTips span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  margin: auto;
  background: #c5cad9;
}

.MokuaiUserTips span:first-child {
  padding: 0 9px 0 0;
}

.MokuaiUserTips span:last-child {
  padding: 0 0 0 9px;
}

.MokuaiUserTips span:last-child::after {
  display: none;
}

.MokuaiUserSuomin {
  width: 100%;
  padding-top: 8px;
}

.MokuaiUserList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 4px 0;
}

.MokuaiUserList span {
  display: block;
  color: #999;
  font-size: 13px;
}

.MokuaiUserList span.textspan {
  color: #333;
}

.homeMokuaiTuians ul li:hover .MokuaiUserName span {
  color: #0a6dd8;
}

/* 探秘企业 */
.tm_combox {
  position: relative;
  margin-top: 16px;
}

.tm_com {
  position: relative;
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}

.tm_comall {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.tm_icon {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
  width: 81px;
  height: 69px;
  background: url(../images/tmiconbt.png) no-repeat;
}

.tm_comlist {
  float: none;
  width: calc((100% - 48px) / 4);
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.tm_comname {
  width: 100%;
  height: 30px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.tm_comjob {
  width: 100%;
  padding-bottom: 15px;
  color: #999;
  text-align: center;
}

.tm_comjob_n {
  color: #0a6dd8;
}

.tm_comlist a:hover {
  text-decoration: none;
}

.tm_comsp {
  position: relative;
  width: 100%;
  height: 153px;
  background: #f8f8f8;
}

.tm_comsp img {
  width: 100%;
  height: 153px;
  border-radius: 3px;
  object-fit: cover;
}

.tm_comspicon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  margin: -16px 0 0 -16px;
  background: url(../images/tmicon.png) no-repeat;
}

.tm_comcz {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 2;
  width: 50px;
}

.tm_comcz_a {
  width: 50px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.tm_commore_icon {
  display: block;
  width: 100%;
  height: 28px;
  background: url(../images/scwgd.png) no-repeat center 15px;
}

.tm_comlist.home-more-card {
  min-height: 255px;
  text-decoration: none;
}

.tm_boxby {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  overflow: hidden;
  color: #999;
  line-height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 职场资讯 */
.homeMokuaiNews {
  margin-top: 30px;
  margin-bottom: 32px;
  padding: 15px 23px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.homeMokuaiNews .homeMokuaiTite {
  padding: 0;
}

.homeMokuaiNews-more {
  height: 80px;
  margin-top: 16px;
  border-radius: 8px;
  background: #f8f9fb;
}

.okuaiNewConts {
  display: flex;
  gap: 16px;
  width: 100%;
  padding-top: 16px;
}

.okuaiNewContOnes {
  width: 520px;
}

.okuaiNewContOnes ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.okuaiNewContOnes ul li:last-child {
  margin-bottom: 0;
}

.uaiNewContOneImgs {
  width: 136px;
  height: 98px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f6fa;
}

.uaiNewContOneImgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uaiNewContOneWenz {
  position: relative;
  width: calc(100% - 148px);
  overflow: hidden;
}

.uaiNewContOneName {
  width: 100%;
  padding-bottom: 5px;
}

.uaiNewContOneName a {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uaiNewContOneName a:hover {
  color: #0a6dd8;
}

.uaiNewContOneClass {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.uaiNewContOneClass span {
  display: block;
  padding-right: 12px;
  color: #999;
  font-size: 14px;
}

.okuaiNewContTwos {
  overflow: hidden;
  position: relative;
  width: calc(100% - 520px - 50px);
}

.okuaiNewContTwos ul li {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 25px;
  margin-bottom: 12px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.okuaiNewContTwos ul li:last-child {
  margin-bottom: 0;
}

.okuaiNewContTwos ul li span {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999;
}

.okuaiNewContTwos ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: calc(100% - 90px);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}

.okuaiNewContTwos ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #ddd;
}

.okuaiNewContTwos ul li:hover a {
  color: #0a6dd8;
}

.uaiNewCont_p {
  width: 100%;
  height: 48px;
  overflow: hidden;
  color: #666;
  font-size: 13px;
  line-height: 22px;
}

/* ---------- 热门职位（职位类别，参考 indexnew.css leftNav/menuLst） ---------- */
.homeMokuaiNews.homeHotJobs {
  overflow: hidden;
  position: relative;
}

.homeHotJobs .home-hotjob {
  display: flex;
  align-items: stretch;
  gap: 16px;
  height: 478px;
  margin-top: 16px;
  overflow: hidden;
}

.homeHotJobs .leftNav {
  flex-shrink: 0;
  width: 240px;
  padding: 8px 0;
  border-radius: 8px;
  background: #f8f9fb;
}

.homeHotJobs .menuLst {
  font-size: 14px;
}

.homeHotJobs .menuLst ul li {
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}

.homeHotJobs .menuLst ul li a {
  display: block;
  color: #000;
  font-size: 14px;
}

.homeHotJobs .menuLst ul li a.link {
  height: 42px;
  padding: 0 28px 0 16px;
  overflow: hidden;
  line-height: 42px;
}

.homeHotJobs .menuLst ul li a.link:hover,
.homeHotJobs .menuLst ul li.hov a.link {
  color: #0a6dd8;
  text-decoration: none;
}

.homeHotJobs .menuLst ul li.hov {
  background: #fff;
  border-radius: 4px;
}

.homeHotJobs .menuLst ul li i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: inline-block;
  width: 15px;
  margin: auto;
  background: url(../images/icos.png) center no-repeat;
}

.homeHotJobs .home-hotjob-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
}

.homeHotJobs .home-hotjob-main .lstCon {
  display: none;
  width: 100%;
  line-height: 22px;
}

.homeHotJobs .home-hotjob-main .lstCon.is-active {
  display: block;
}

.homeHotJobs .lstConClass {
  width: 100%;
  padding: 4px 8px 12px;
}

.homeHotJobs .lstConClass dl {
  width: 100%;
  padding: 10px 16px;
}

.homeHotJobs .lstConClass dl dt {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.homeHotJobs .lstConClass dl dt a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.homeHotJobs .lstConClass dl dt a:hover {
  color: #0a6dd8;
}

.homeHotJobs .lstConClass dl dd {
  width: 100%;
}

.homeHotJobs .lstConClass dl dd a {
  display: inline-block;
  height: 25px;
  margin: 5px 0 7px;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 25px;
  white-space: nowrap;
}

.homeHotJobs .lstConClass dl dd a:hover {
  color: #0a6dd8;
}

.homeHotJobs .lstConClass dl dd a::after {
  content: "|";
  margin: 0 7px;
  color: #aaa;
}

.homeHotJobs .lstConClass dl dd a:last-child::after {
  opacity: 0;
}

.homeHotJobs .home-hotjob-main::-webkit-scrollbar {
  width: 6px;
}

.homeHotJobs .home-hotjob-main::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

.homeHotJobs .home-hotjob-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c8c8c8;
}

.homeHotJobs .lstConClass > a {
  display: inline-block;
  height: 25px;
  margin: 5px 0 7px;
  color: #888;
  font-size: 13px;
  line-height: 25px;
  white-space: nowrap;
}

.homeHotJobs .lstConClass > a::after {
  content: "|";
  margin: 0 7px;
  color: #aaa;
}

/* 城市选择 */
.homeMokuaMaps {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MokuaMapConts {
  overflow: hidden;
  position: relative;
  width: calc(620px - 50px);
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}

.MokuaMapContBiaot {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

/* ---------- 友情链接 ---------- */
.homeFriendLinks {
  margin-top: 32px;
  margin-bottom: 32px;
}

.homeFriendLinks .homeMokuaiTite {
  padding: 0;
  box-shadow: none;
}

.homeFriendLinks-body {
  margin-top: 8px;
}

.homeFriendLinks .index_link_box_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.homeFriendLinks .index_link_box_banner:empty {
  display: none;
}

.homeFriendLinks .index_link_box_banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 6);
  height: 52px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fafafa;
}

.homeFriendLinks .index_link_box_banner a img {
  display: block;
  max-width: 86%;
  max-height: 36px;
  object-fit: contain;
}

.homeFriendLinks .index_link_box_banner a:hover {
  border-color: #ff6400;
  background: #fff;
  box-shadow: 0 2px 10px rgba(255, 100, 0, 0.08);
}

.homeFriendLinks .index_link_box_p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.homeFriendLinks .index_link_box_banner:empty + .index_link_box_p {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.homeFriendLinks .index_link_box_p:empty {
  display: none;
}

.homeFriendLinks .index_link_box_p a {
  color: #999;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.homeFriendLinks .index_link_box_p a:hover {
  color: #0a6dd8;
}