@font-face {
  font-family: 'iconfont';
  src: url('/static1/font/iconfont.ttf?t=1672016074778') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.rf {
  float: right;
}

.flex {
  display: flex;
}

li {
  list-style: none;
}

.row-j-b-a-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-just-center {
  display: flex;
  justify-content: center;
}

.all-in {
  position: relative;
}

.all-in .all-case-box {
  position: absolute;
  display: inline-block;
  visibility: hidden;
}

.all-in div {
  font-size: 14px;
}

.all-in .all-case-box {
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
}

.all-in .all-case-box:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}

.all-in .overflow-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all-in .flex {
  display: flex;
}

.all-in .row-align-center {
  display: flex;
  align-items: center;
}

.all-in .row-just-between {
  display: flex;
  justify-content: space-between;
}

.all-in .row-ju-b-al-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-in * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.all-in .allin {
  width: 325px;
}

.all-in .case-img {
  position: relative;
}

.all-in .case-img .img {
  width: 325px;
  max-width: 325px;
  border-radius: 4px 4px 0 0;
}

.all-in .case-img .label {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
}

.all-in .case-msg-box {
  color: #999;
  padding: 20px;
}

.all-in .case-msg-box .case-msg-answer {
  margin-top: 16px;
}

.all-in .case-msg-box .case-msg-answer .case-detail {
  margin-top: 0;
}

.all-in .case-msg-box .case-title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  width: 285px;
}

.all-in .case-title .school-platform {
  color: #ff9712;
}

.all-in .case-msg-box .case-detail {
  font-size: 14px;
  margin-top: 4px;
}

.all-in .case-msg-box .allin-count {
  font-size: 12px;
}

.all-in .case-msg-box .q-a-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.all-in .allin-status {
  margin: 14px 0 10px 0;
  line-height: 16px;
}

.all-in .allin-status .allin-icon {
  width: 16px;
  height: 16px;
}

.all-in .allin-status .icon-text {
  font-size: 12px;
  margin: 0 20px 0 4px;
}

.all-in .allin-status .allin-watch .allin-icon {
  background-image: url("/static1/img/jcl_index/allin-watch.png");
}

.all-in .allin-status .allin-comment .allin-icon {
  background-image: url("/static1/img/jcl_index/allin-comment.png");
}

.all-in .allin-status .allin-praise .allin-icon {
  background-image: url("/static1/img/jcl_index/allin-like.png");
}

.all-in .allin-msg .allin-head {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}

.all-in .detail-item {
  color: #999;
  font-size: 12px;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #999;
}

.all-in .detail-item:first-child {
  padding-left: 0;
}

.all-in .detail-item:last-child {
  padding-right: 0;
  border-right: none;
}

.all-in .detail-head {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.all-in .user-resume {
  padding: 20px;
  font-size: 12px;
}

.all-in .user-resume .resume-user {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.all-in .user-resume .job-logging {
  padding-top: 20px;
}

.all-in .user-resume .resume-msg {
  // width: 233px;
  // margin-left: 10px;
}

.all-in .resume-row {
  width: 285px;
}

.all-in .resume-name {
  font-size: 14px;
  color: #000;
  margin: 0 6px 0 10px;
}

.all-in .safeguard-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.all-in .user-resume .resume-job {
  width: 285px;
  color: #ff9710;
  margin: 12px 0 6px;
}

.all-in .user-resume .resume-money {
  height: 20px;
  color: #fff;
  background-color: #ff9710;
  padding: 0 6px;
  border-radius: 10px;
  line-height: 20px;
  font-size: 12px;
}

.all-in .user-resume .resume-detail {
  color: #999;
}

.all-in .user-resume .job-title {
  width: 52px;
}

.all-in .user-resume .job-log-item:not(:last-child) {
  margin-bottom: 6px;
}

.all-in .recruitment {
  padding: 20px;
}

.all-in .job-immediate-btn {
  height: 40px;
  background-color: #ff9710;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
}

.all-in .recruitment .company-user {
  font-size: 16px;
  color: #ff9710;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.all-in .recruitment .recruitment-ask-for {
  margin-top: 10px;
}

.all-in .recruitment .company-msg {
  padding-top: 20px;
}

.all-in .recruitment .company-introductory {
  width: 233px;
  margin-left: 10px;
}

.all-in .recruitment .company-detail {
  margin-top: 7px;
}

.all-in .course {
  padding: 20px;
}

.all-in .course .course-icon {
  width: 16px;
  height: 16px;
  background-image: url("http://test.junchenlun.com/static1/img/jcl_com/exce.png");
}

.all-in .course .course-title {
  color: #000;
  font-size: 16px;
  width: 141px;
  margin-left: 8px;
}

.all-in .course .course-totle {
  color: #999;
  font-size: 14px;
}

.all-in .course .course-totle .course-count {
  margin-left: 8px;
}

.all-in .course .course-head {
  padding-bottom: 20px;
}

.all-in .course .course-content {
  color: #999;
  font-size: 12px;
  padding: 10px;
  background-color: #f8f8f8;
}

.all-in .course .content-name {
  margin-right: 10px;
}

.all-in .course .course-list {
  color: #555;
}

.all-in .course .course-item:not(:last-child) {
  margin-bottom: 6px;
}

.all-in .course .course-footer {
  padding-top: 20px;
}

.all-in .course .allin-watch .allin-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("https://www.junchenlun.com/static1/img/jcl_al/icon.png");
}

.all-in .course .allin-watch .icon-text {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}

.all-in .course .allin-time {
  color: #999;
  font-size: 14px;
}

/* 左侧导航 */

.help-banner * {
  box-sizing: border-box;
}

.help-banner {
  position: fixed;
  left: 30px;
  /*top: 50%;*/
  bottom: 0;
  /*width: 40px;*/
  width: 48px;
  box-sizing: border-box;
  z-index: 9999;
  padding: 14px 4px;
  border-radius: 4px;
  /*transform: translateY(-50%);*/
  background-color: #fff;
  box-shadow: 0px 0px 9px rgba(221, 221, 221, 0.5);
}

.help-banner-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}

.help-banner-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.help-banner-item:not(:first-child) {
  margin-top: 10px;
}

.help-banner-name {
  padding: 2px 0 10px;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.help-banner-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.banner-detail {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 8px 2px;
  box-shadow: 0px 0px 9px rgba(183, 183, 183, 0.5);
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}

.banner-detail::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #fff;
  border-left: 10px solid transparent;
  border-top: 12px solid transparent;
}

.banner-detail-item:not(:last-child) {
  margin-right: 4px;
}

.banner-detail-item .detail-desc {
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
}

.detail-about {
  width: 154px;
  height: 124px;
  text-align: center;
  margin: 14px 10px 0;
}

.detail-title {
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}

.banner-detail-item .detail-content {
  font-size: 20px;
  color: #ff800b;
  font-weight: 700;
}

.detail-code {
  width: 124px;
  height: 124px;
}

.help-banner-item .banner-detail {
  display: none;
}

.help-banner-item:hover .banner-detail {
  display: flex;
}

/* 顶部广告 */
.head-banner {
  height: 80px;
  // background-color: #ff9710;
  margin-top: 65px;
  background: #ff800b url('/static1/img/jcl_index/banner-bg.png?v=1.0.1') no-repeat center;
}

.head-search {
  width: 900px;
  padding: 0 200px;
  padding-top: 20px;
}

.search-left {
  position: relative;
  width: 100px;
}

.search-left:hover .type-list-wrap {
  display: block;
}

.type-btn {
  position: relative;
  box-sizing: border-box;
  height: 42px;
  color: #000;
  width: 100px;
  background-color: #fff;
  font-size: 16px;
  padding: 10px 10px 0 24px;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
}

.type-btn::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  right: 0;
}


.select-down {
  box-sizing: border-box;
  position: absolute;
  right: 24px;
  top: 16px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  transform: rotate(45deg);
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
}

.type-list-wrap {
  box-sizing: border-box;
  display: none;
  z-index: 100;
  position: absolute;
  width: 100px;
  padding-top: 2px;
}

.type-list {
  padding: 4px 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.type-item {
  width: 100%;
  height: 42px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;

}

.type-item:hover {
  background-color: #fff8f0;
  color: #FF9712;
}

// .type-item:not(:last-child) {
//   border-bottom: 1px solid #282828;
// }

.search-wrap {
  height: 42px;
  width: 800px;
  position: relative;
  background: #fff url("/static1/img/jcl_index/search-icon.png") no-repeat;
  background-position: 20px 10px;
}

.search-icon {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 20px;
  height: 20px;
  transition: all .5s;
}

.search-input {
  // position: absolute;
  width: 100%;
  border: none;
  font-size: 16px;
  padding-left: 46px;
  line-height: 42px;
  background-color: transparent;
}

.search-input:focus {
  border: none;
}

// .search-input:focus+.search-icon {
//   display: none;
// }

.search-input::placeholder {
  color: #ccc;
}

.search-btn {
  height: 26px;
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 8px 0;
  color: #ff9712;
  font-weight: 500;
  font-size: 16px;
  border: none;
  background-color: transparent;
  border-left: 1px solid #ff9712;
  margin: 8px 0;
  font-family: "PingFang SC", PingFang;
}

/* 建议反馈 */
.feedback-bg * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.f14-cc {
  font-size: 14px;
  color: #ccc;
}

.feedback-input::placeholder {
  color: #ccc;
  font-size: 14px;
}

.feedback-bg {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.feedback-page {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feedback-head {
  height: 54px;
  background-color: #f8f8f8;
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
}

.head-title {
  font-size: 18px;
  font-family: 'MicrosoftYaHei';
}

.head-close {
  width: 16px;
  height: 16px;
  background-image: url('/static1/img/xt/courseware-close.png');
}

.feedback-content {
  background-color: #fff;
  padding: 0 20px;
}

.feedback-title {
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-family: 'MicrosoftYaHei';
}

.feedback-detail {
  position: relative;
  width: 460px;
  height: 100px;
  border: 1px solid #eee;
}

.feedback-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.feedback-desc {
  width: 440px;
  height: 57px;
  margin: 10px 10px 0;
  font-size: 14px;
  color: #000;
  border: none;
}

.feedback-desc::-webkit-scrollbar {
  width: 4px;
}

.feedback-detail:has(.feedback-desc:focus) {
  border: 1px solid #ec7500 !important;
}

.feedback-add-box {
  margin: 16px 16px 0 0;
  width: 100px;
  height: 100px;
}

.feedback-add-item {
  border: 1px dashed #ddd;
}

.feedback-add-img {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}

.feedback-del-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.feedback-img-icon {
  position: relative;
  width: 20px;
  height: 20px;
  left: 40px;
  top: 30px;
}

.row-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ccc;
}

.col-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background-color: #ccc;
}

.feedback-img-count {
  margin-top: 36px;
  text-align: center;
}

.feedback-add-detail {
  height: 100px;
  margin-top: 16px;
  line-height: 100px;
}

.feedback-inp {
  border: 1px solid #eee;
  width: 100%;
  height: 36px;
  border-radius: 4px;
}

.feedback-inp:not(:last-child) {
  margin-top: 16px;
}

.feedback-phone {
  margin-top: 0 !important;
}

.feedback-relation-detail {
  color: #ccc;
  font-weight: 14px;
  margin-top: 8px;
}

.feedback-submit {
  margin: 30px 0 20px;
  padding: 10px 44px;
  color: #fff;
  background-color: #ff9710;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.feedback-inp {
  font-size: 14px;
  color: #000;
  padding: 0 10px;
}

.layui-layer-shade {
  z-index: 9999999998 !important;
}

.layui-layer {
  z-index: 9999999999 !important;
}

.MicrosoftYaHei {
  font-family: 'MicrosoftYaHei';
}