body {
  font-family: "Microsoft YaHei", pingfang, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cover-page {
  position: relative;
  width: 100%;
}

.bg {
  position: relative;
  display: block;
  width: 100%;
}

.btn-check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 127px;
  width: 280px;
  height: 280px;
  cursor: pointer;
}

.header {
  position: relative;
  height: 380px;
}

.header-img {
  width: 100%;
  height: 100%;
}

.btn-list {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
  background-size: 100% 100%;
  text-align: center;
}

.btn-list>img {
  width: 100%;
  max-height: 48px;
}

.module-list {
  padding-bottom: 40px;
}

.module-list-item {}

.module-pic .single-img {
  width: 100%;
}

.module-header {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 32px 0 20px;
}

.module-content {
  margin: 0 auto;
  width: 1200px;
}

.module-logo {
  margin-right: 12px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.module-title {
  display: inline-block;
  vertical-align: middle;
}

.module-title .module-name {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.module-title .module-name-en {
  font-size: 16px;
  color: #ffffff;
}

.module-list {
  background-size: 100%;
}

.module-live-list {

  background: linear-gradient(rgb(215, 239, 255) 0%, rgb(255, 255, 255) 100%);
}

.module-live-list,
.module-article-list {
  padding: 32px;
  border-radius: 6px;
}

.module-live-item {
  display: flex;
  padding-bottom: 20px;
}

.module-live-item:last-child {
  padding-bottom: 0;
}

.module-live-item .module-live-img {
  flex-shrink: 0;
  width: 400px;
  height: 225px;
}

.module-live-item .module-live-info {
  margin: 0 38px;
  flex: 1;
  width: 480px;
}

.module-live-item .module-live-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.module-live-item .module-live-qrcode-img {
  width: 160px;
  height: 160px;
}

.module-live-time {
  margin-bottom: 24px;
}

.icon {
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle;
}

.icon-time {
  width: 20px;
  height: 20px;
  background-image: url("https://img3.job1001.com/ypMp/elan/images/jdetail/job-type.png");
}

.module-live-time-text {
  font-size: 14px;
  color: #7f7f7f;
  vertical-align: middle;
}

.module-live-intro {
  font-size: 13px;
  color: #aaaaaa;
}

.module-live-qrcode-text {
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}

.module-live-list-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12px;
}

.module-live-list-2 .module-live-item {
  margin-bottom: 20px;
  width: 518px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}


.module-live-list-2 .module-live-item-left {
  position: relative;
  margin-right: 10px;
}

.module-live-list-2 .module-live-item-left:hover .module-live-qrcode {
  display: block;
}

.module-live-list-2 .module-live-item .module-live-info {
  margin: 0;
  width: 168px;
}

.module-live-list-2 .module-live-item .module-live-img {
  width: 288px;
  height: 162px;
}

.module-live-list-2 .module-live-intro {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.module-live-list-2 .module-live-qrcode {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.module-live-list-2 .module-live-item .module-live-qrcode-img {
  margin-top: 20px;
  width: 96px;
  height: 96px;
}

.module-live-list-2 .module-live-qrcode-text {
  margin-top: 10px;
  color: #ffffff;
}

.module-live-list-2 .module-live-time {
  margin-bottom: 10px;
}

.module-live-list-2 .module-live-item .module-live-title {
  margin-bottom: 10px;
}

.module-article-list {
  background: linear-gradient(rgb(215, 239, 255) 0%, rgb(255, 255, 255) 100%);
}

.module-article-item {
  padding-bottom: 20px;
}

.module-article-item a {
  display: block;
}

.module-article-item:last-child {
  padding: 0;
}

.module-article-img {
  width: 400px;
  height: 225px;
  border-radius: 10px;
}

.module-article-info {
  display: inline-block;
  margin-left: 32px;
  width: 690px;
  vertical-align: top;
}

.module-article-title,
.module-video-title {
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.module-article-intro,
.module-video-intro {
  font-size: 13px;
  color: #aaaaaa;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-article-list-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12px;
}

.module-article-list-2 .module-article-item {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.298) 0px 0px 5px;
}

.module-article-list-2 .module-article-img {
  width: 288px;
  height: 162px;
  vertical-align: top;
}

.module-article-list-2 .module-article-info {
  margin-left: 6px;
  width: 220px;
}

.module-article-list-2 .module-article-title {
  margin-bottom: 4px;
  font-size: 16px;
}

.module-article-list-2 .module-article-intro {
  font-size: 12px;
  -webkit-line-clamp: 6;
}

.module-video-list {}

.module-video-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.module-video-item-left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.module-video-video {
  width: 390px;
  max-height: 390px;
  border-radius: 2px;
}

.module-video-info {
  flex-shrink: 0;
  width: 531px;
  padding: 32px;
  border-radius: 6px;
  background: linear-gradient(rgb(215, 239, 255) 0%, rgb(255, 255, 255) 100%);
}

.module-video-list-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(rgb(215, 239, 255) 0%, rgb(255, 255, 255) 100%);
  border-radius: 6px;
  padding: 32px 32px 12px 32px;
}

.module-video-list-2 .module-video-item {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.module-video-list-2 .module-video-info {
  margin-left: 12px;
  width: 218px;
  padding: 0;
  background: #ffffff;
}

.module-video-list-2 .module-video-item-left {
  height: 136px;
}

.module-video-list-2 .module-video-video {
  width: 288px;
  max-height: 136px;
}

.module-video-list-2 .module-video-title {
  font-size: 16px;
}

.module-video-list-2,
.module-video-intro {
  font-size: 12px;
}

.module-school-list {
  display: flex;
  flex-wrap: wrap;
}

.module-school-item {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 264px;
  padding: 12px;
  border-radius: 6px;
  background: linear-gradient(rgb(215, 239, 255) 0%, rgb(255, 255, 255) 100%);
}

.module-school-item:nth-of-type(4n) {
  margin-right: 0;
}

.module-school-item.hidden {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.module-school-item>a {
  display: flex;
  align-items: center;
}

.school-logo {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  vertical-align: middle;
}

.school-name {
  margin-left: 12px;
  width: 210px;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-more {
  position: absolute;
  right: 12px;
  top: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.footer {
  padding: 10px;
  background-color: #393a45;
}

.footer .wrapper {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 10px;
}

.footer .footer_hotline {
  float: left;
  height: 155px;
  width: 261px;
  padding: 29px 0 0 5px;
  line-height: 30px;
  font-size: 14px;
  color: #aaaaaa;
}

.footer .footer_menu {
  float: left;
  width: 412px;
  height: 156px;
  padding: 14px 21px;
  font-size: 14px;
  color: #f2f2f2;
  border-left: solid 1px #4c4e5d;
  border-right: solid 1px #4c4e5d;
}

.footer_menu .footer_menu_main {
  width: 80px;
  float: left;
  margin-right: 14px;
  margin-left: 12px;
}

.footer_menu .footer_menu_right {
  margin-right: 0;
}

.footer_menu_detail ul li {
  height: 26px;
  line-height: 26px;
  text-align: left;
}

.footer_menu_detail ul li a {
  font-size: 13px;
  color: #aaa;
}

.footer_menu_detail ul li a:hover {
  color: #ff6666;
}

.footer .footer_ewm img {
  width: 100px;
  height: 100px;
}

.footer .footer_ewm {
  float: right;
  height: 148px;
  padding-top: 36px;
  font-size: 14px;
  text-align: center;
}

.footer_menu_detail .footer_menu_title {
  height: 45px;
  line-height: 45px;
  color: #aaa;
  font-weight: bold;
}

.footer .footer_ewm_app {
  width: 100px;
  padding-right: 37px;
}

.footer_ewm .footer_ewm_explain {
  height: 32px;
  line-height: 32px;
  color: #bcbcbc;
  font-size: 13px;
}

.g-ft {
  width: 980px;
  margin: 0 auto;
  color: #aaa;
  border-top: 1px solid #4c4e5d;
}

.g-ft .g-copyright {
  text-align: center;
  padding: 10px 0;
}

.g-ft .footernew {
  width: 218px;
  margin: auto;
  overflow: hidden;
}

.g-ft .footernew p {
  display: inline;
  border: 1px solid #4c4e5d;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  padding: 0;
  width: 120px;
  overflow: hidden;
  background: #fff;
}

.g-ft .footernew .fl {
  float: left;
  padding: 3px;
}

.g-ft a {
  color: #aaa;
  text-decoration: none;
}

.g-ft .footernew .fr {
  padding: 5px 3px 0;
}

.tool-bar {
  position: fixed;
  right: 4px;
  bottom: 100px;
}

.tool-bar-item {
  position: relative;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  color: #F59A23;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}

.tool-bar-item .icon {
  margin-top: 10px;
  margin-bottom: 4px;
}

.icon-qrcode {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-qrcode.svg");
}

.icon-company {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-company.svg");
}

.icon-personal {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-personal.svg");
}

.tool-bar-item:hover .shequn-qrcode {
  display: block;
}

.shequn-qrcode {
  display: none;
  position: absolute;
  top: -40px;
  right: 100px;
}

.shequn-qrcode-img {
  width: 160px;
  height: 160px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-body {
  width: 45vw;
}

.apply-content {
  display: flex;
  align-items: center;
}

.apply-img {
  width: 50%;
  height: 600px;
  vertical-align: middle;
}


.apply-content-right {
  margin: 0 24px;
  width: 50%;
  padding: 12px;
  vertical-align: middle;
  box-shadow: 0 0 10px 3px #eeeeee;
}

.apply-title {
  margin: 20px 0 40px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.form-item {
  display: flex;
  margin-bottom: 12px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 40px;
}

.form-item-label {
  width: 80px;
  padding-top: 8px;
  text-align: right;
  flex-shrink: 0;
}

.form-input {
  flex: 1;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: #333333;
  border: none;
  border-bottom: 1px solid #999999;
}

.form-footer {
  margin-top: 32px;
  text-align: center;
}

.btn {
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  border: none;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #0b6eff;
}

.input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #999999;
  width: 100%;
  padding-left: 12px;
  line-height: 40px;
}

.input-wrap .file-text {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}

.input-wrap .btn {
  flex-shrink: 0;
}

.hidden {
  display: none;
}

.el-upload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.el-upload__input {
  display: none;
}

.upload-tips {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  font-size: 12px;
}

.upload-tips .zhu {
  color: #999;
}

.el-icon svg {
  height: 1em;
  width: 1em;
}

.el-upload-list {
  position: relative;
  margin: 10px 0 0;
  width: 84%;
  padding: 0;
  list-style: none;
}

.el-upload-list__item {
  transition: all .5s cubic-bezier(.55, 0, .1, 1);
  font-size: 14px;
  color: var(--el-text-color-regular);
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.el-upload-list__item .el-upload-list__item-info {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 30px);
  margin-left: 4px;
}

.el-upload-list__item-name {
  color: var(--el-text-color-regular);
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding: 0 4px;
  transition: color var(--el-transition-duration);
  font-size: var(--el-font-size-base);
}

.el-icon {
  --color: inherit;
  height: 1em;
  width: 1em;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: inherit;
}

.el-upload-list__item-name .el-icon {
  margin-right: 6px;
  color: var(--el-text-color-secondary);
}

.el-upload-list__item-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: opacity var(--el-transition-duration);
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: inline-flex;
}

.el-upload-list__item .el-icon--upload-success {
  color: #67c23a;
}

.el-upload-list__item .el-icon--close {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  opacity: .75;
  color: var(--el-text-color-regular);
  transition: opacity var(--el-transition-duration);
  transform: translateY(-50%);
}

.el-upload-list__item:hover {
  background-color: #f5f7fa;
}

.el-upload-list__item:hover .el-icon--close {
  display: inline-flex;
}

.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
  display: none;
  opacity: 0;
}

.el-upload-list__item .el-icon--close-tip {
  display: none;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: var(--el-color-primary);
  font-style: normal;
}

.apply-success {
  display: none;
  margin: 24px auto;
  width: 100%;
  text-align: center;
}

.icon-success {
  margin-bottom: 40px;
  width: 30px;
  height: 30px;
  background-image: url(https://img3.job1001.com/admincompanyNew/2021/images/success.png);
}

.apply-success-title {
  margin-bottom: 40px;
  font-size: 24px;
  color: #333333;
}

.apply-success-desc {
  font-size: 14px;
}

.change-apply-info {
  color: #02A7F0;
  text-decoration: underline;
  cursor: pointer;
}

.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 1000;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.el-upload-list--text {
  display: none;
}

/* loading */
.loading {
  display: none; /* 初始隐藏 */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.spinner {
  margin: 400px auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #009aff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* loading */

.upload-tips .link {
  color: #02A7F0;
}

@media screen and (min-width: 1360px) and (max-width: 1559px) {
  .modal-body {
    width: 50vw;
  }
}

@media screen and (max-width: 1359px) {
  .modal-body {
    width: 60vw;
  }

  .apply-content {
    display: block;
  }

  .apply-img {
    width: 100%;
    height: 300px;
  }

  
  .apply-content-right {
    display: block;
    margin: 32px auto;
  }
  
  
}