.article {
  padding: 0.4rem;
}

.article .title {
  font-size: 0.53rem;
  color: #2f2f2f;
  line-height: 0.75rem;
}

.article .detail {
  font-size: 0.32rem;
  color: #9599a2;
  line-height: 0.62rem;
}

.card-recruit {
  background-color: #fbf6fa;
  border-radius: 0.4rem;
  margin-top: 0.4rem;
}

.card-recruit .card-header {
  padding: 0.4rem 0;
  margin: 0 0.4rem;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.card-recruit .card-header .icon {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.27rem;
  float: left;
}

.card-recruit .card-header .text {
  float: left;
  font-size: 0.4rem;
  color: #9599a2;
}

.card-recruit .card-header .lable {
  float: right;
}

.card-recruit .card-content {
  padding: 0 0.4rem;
}

.card-recruit .card-footer {
  border-top: 1px solid #eee;
}

.card-recruit .card-footer .btn {
  display: block;
  line-height: 1.15rem;
  font-size: 0.37rem;
  color: #9599a2;
  text-align: center;
}

.card-recruit .recruit-list {
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.card-recruit .recruit-list .lable {
  float: left;
}

.card-recruit .recruit-list > li + li {
  margin-top: 0.2rem;
}

.card-recruit .recruit-list .text {
  line-height: 0.48rem;
  font-size: 0.32rem;
  margin-left: 2rem;
}

.page {
  padding-top: 1.8rem;
}

.main-content-notice {
  position: fixed;
  top: 2.8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 2.8rem);
  padding-top: 0.4rem;
  box-sizing: border-box;
  background-color: #fff;
}

.tab-content-notice {
  position: relative;
  height: 100%;
}

.search-box-fixed {
  position: fixed;
  top: 3.15rem;
  left: 0;
  width: 100%;
  padding-bottom: 0.4rem;
  background-color: #fff;
  z-index: 10;
  display: none;
}

.search-box-fixed.active {
  display: block;
}

.search-box {
  display: flex;
  position: relative;
  margin: 0rem 0.4rem 0 0.4rem;
  border-radius: 999px;
  overflow: hidden;
  line-height: 0.96rem;
}

.search-box .inputBox {
  flex: 1;
  position: relative;
  display: flex;
}

.search-box input[type="search"] {
  background-color: #f4f5f6;
  padding: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 0.373rem;
  text-align: left;
  color: #333333;
  margin: 0;
  border: none;
  height: 100%;
  border-radius: 0;
}

.search-box input[type="search"]::-webkit-input-placeholder {
  font-size: 0.373rem;
  color: #cccccc;
}

.search-box .backBtn {
  width: 1.76rem;
  font-size: 0.37rem;
  color: #fff;
  background-color: #61C389;
  text-align: center;
}

.search-box .icon {
  position: absolute;
  top: 0.26rem;
  left: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
}

.job-detail-card {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(102, 115, 128, 0.1);
  border-radius: 0.2rem;
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
  margin-top: 0.67rem;
}

.job-table {
  margin-bottom: 1rem;
  padding: 0 0.4rem;
}

.job-table .table-name {
  font-size: 0.48rem;
  color: #2f2f2f;
}

.job-table .table-name .icon {
  width: 0.27rem;
  margin-left: -0.1rem;
  margin-right: 0.1rem;
}

.job-table table {
  width: 100%;
}

.job-table table tr {
  border-bottom: 1px solid #eee;
}

.job-table table td {
  padding: 0.4rem 0;
  font-size: 0.37rem;
  color: #585858;
}

.job-table table td:nth-child(1) {
  width: 2.2rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}

.job-table table td:nth-child(3) {
  width: 1.45rem;
  text-align: right;
}

.job-table table td:nth-child(3) .icon {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 1rem;
  vertical-align: middle;
}

.job-table table .name {
  color: #b8b8b8;
}

.job-table .matchDescription {
  display: flex;
  margin-top: 0.56rem;
}

.job-table .matchDescription .item {
  flex: 1;
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.45rem;
  color: #999;
}

.job-table .matchDescription .item .icon {
  width: 0.45rem;
  height: 0.45rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  transform: translateY(-0.04rem);
}

.job-hot {
  display: flex;
  margin-top: 0.5rem;
}

.job-hot > li {
  flex: 1;
  border-left: 1px solid #fff;
  line-height: 0.75rem;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
  background-color: #9599a2;
}

.job-hot > li:nth-child(1) {
  border-radius: 0.1rem 0 0 0.1rem;
}

.job-hot > li:nth-child(1).active {
  background-color: rgba(255, 126, 61, 0.3);
}

.job-hot > li:nth-child(2).active {
  background-color: rgba(255, 126, 61, 0.5);
}

.job-hot > li:nth-child(3).active {
  background-color: rgba(255, 126, 61, 0.7);
}

.job-hot > li:nth-child(4) {
  border-radius: 0 0.1rem 0.1rem 0;
}

.job-hot > li:nth-child(4).active {
  background-color: #ff7e3d;
}

.exam-data {
  margin-top: 0.53rem;
}

.exam-data .data-list .item {
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(102, 115, 128, 0.15);
  border-radius: 0.4rem;
  padding-left: 0.1rem;
  margin-bottom: 0.27rem;
}

.exam-data .data-list .icon {
  float: left;
  width: 1.12rem;
  height: 1.28rem;
}

.exam-data .data-list .text {
  float: left;
  font-size: 0.37rem;
  color: #9599a2;
  line-height: 1.28rem;
  margin-left: 0.1rem;
}

.exam-data .data-list .text .number {
  color: #2f2f2f;
  font-size: 0.57rem;
}

.exam-data .data-list .rightImg {
  float: right;
  width: 1.39rem;
}

.exam-data .source-list {
  display: flex;
}

.exam-data .source-list > li {
  flex: 1;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.32rem;
  padding: 0.15rem 0;
  box-shadow: 0px 0px 30px 0px rgba(102, 115, 128, 0.15);
  border-radius: 0.2rem;
}

.exam-data .source-list > li + li {
  margin-left: 0.13rem;
}

.exam-data .source-list > li .text1 {
  color: #9599a2;
}

.exam-data .source-list > li .text2 {
  color: #2f2f2f;
}

.bttomShare {
  height: 1.4rem;
}

.bttomShare .share-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background-color: #fff;
  display: flex;
}

.bttomShare .share-list > li {
  padding-top: 0.2rem;
  flex: 1;
}

.bttomShare .share-list > li + li .link {
  border-left: 1px solid #eee;
}

.bttomShare .share-list > li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bttomShare .share-list > li .link .icon {
  width: 0.59rem;
  height: 0.59rem;
}

.bttomShare .share-list > li .link .text {
  font-size: 0.29rem;
  line-height: 0.29rem;
  margin-top: 0.1rem;
  color: #999999;
  width: 100%;
  text-align: center;
}

.bttomShare .share-list .compareBtn,
.bttomShare .share-list .detailBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.37rem;
  color: white;
  padding-top: 0;
}

.bttomShare .share-list .compareBtn {
  min-width: 3.07rem;
  background-color: #ff7d3e;
}

.bttomShare .share-list .compareBtn.active {
  background-color: #eee;
  color: #999;
}

.bttomShare .share-list .detailBtn {
  min-width: 2.53rem;
  background-color: #61C389;
}

.jobCompareBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  right: 0.4rem;
  bottom: 3rem;
  width: 1.47rem;
  height: 1.47rem;
  font-size: 0.35rem;
  color: #585858;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(102, 115, 128, 0.3);
}

.jobCompareBtn .mui-badge {
  position: absolute;
  top: 0;
  right: -0.1rem;
  background-color: #ff7d39;
  color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(255, 125, 57, 0.3);
}

.jobPk-header {
  display: flex;
  padding: 0.4rem 0;
}

.jobPk-header .item {
  flex: 1;
  line-height: 1rem;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  background-color: #ff8548;
  border-radius: 0.2rem;
}

.jobPk-header .item:nth-last-child(1) {
  background-color: #61C389;
}

.jobPk-header .icon {
  width: 0.61rem;
  height: 0.45rem;
  margin: 0 0.2rem;
  margin-top: 0.3rem;
}

.jobPk-table {
  margin-top: 0.4rem;
}

.jobPk-table > table {
  width: 100%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.jobPk-table > table td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 0.4rem 0.2rem;
  text-align: center;
  font-size: 0.37rem;
  color: #585858;
}

.jobPk-table > table td:nth-child(1) {
  width: 2rem;
  color: #999999;
  background-color: #f7f7f7;
}

.jobPk-table > table td:nth-child(2) {
  width: 3.5rem;
}

.pk-modal {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.pk-modal .modal-card {
  width: 8.67rem;
  margin-top: -1px;
  overflow: hidden;
}

.pk-modal .modal-card .card-header {
  height: 1.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #61C389;
}

.pk-modal .modal-card .card-header .name {
  font-size: 0.48rem;
  font-weight: 500;
  color: #fff;
}

.pk-modal .modal-card .card-header .text {
  color: #fff;
}

.pk-modal .modal-card .card-header .closeIcon {
  position: absolute;
  font-size: 0.6rem;
  color: #fff;
  top: 0.5rem;
  right: 0.5rem;
}

.pk-modal .modal-card .mui-input-group .mui-input-row {
  padding: 0;
  display: flex;
  align-items: center;
  height: 1.13rem;
  border-bottom: 1px #eeeeee solid;
}

.pk-modal .modal-card .mui-input-group .mui-input-row > label {
  font-size: 0.43rem;
  color: #2f2f2f;
}

.pk-modal .modal-card .mui-input-group .mui-input-row:after {
  display: none;
}

.pk-modal .modal-card .mui-input-group .mui-input-row input[type="checkbox"] {
  border-radius: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.pk-modal .modal-card .mui-input-group .mui-input-row input[type="checkbox"]:checked:before {
  color: #61C389;
}

.pk-modal .modal-card .mui-input-group .mui-input-row .icon {
  position: absolute;
  right: 0.44rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
}

.pk-modal .layui-layer-btn {
  display: flex;
  padding: 0.53rem 0.53rem 0.67rem;
  padding-top: 0.53rem !important;
}

.pk-modal .layui-layer-btn .layui-layer-btn0,
.pk-modal .layui-layer-btn .layui-layer-btn1 {
  flex: 1;
  margin: 0;
  line-height: 1.12rem;
  height: 1.12rem;
  border: 1px solid #61C389;
  font-size: 0.45rem;
  color: white;
  background-color: #61C389;
  text-align: center;
  border-radius: 0.1rem;
}

.pk-modal .layui-layer-btn .layui-layer-btn0 {
  max-width: 3.2rem;
  margin-right: 0.28rem;
  background-color: rgba(97, 194, 136, 0.1);
  color: #61C389;
}

.shareListContent {
  background-color: #fff;
  padding: 0.53rem;
  padding-bottom: 1.36rem;
}

.shareListContent .shareList {
  overflow: hidden;
}

.shareListContent .shareList > li {
  float: left;
  margin-right: 1rem;
}

.shareListContent .shareList .link {
  text-align: center;
}

.shareListContent .shareList .link > img {
  width: 1.44rem;
  height: 1.44rem;
}

.shareListContent .shareList .link .name {
  font-size: 0.32rem;
  color: #666666;
}

.tipsMsgWarp {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tipsMsgWarp.active {
  display: block;
}

.tipsMsgWarp .msgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  margin-left: -2.5rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.1rem;
  padding-top: 0.4rem;
  text-align: center;
}

.tipsMsgWarp .msgBox .icon {
  display: block;
  width: 1rem;
  margin: 0 auto;
}

.tipsMsgWarp .msgBox .msg {
  font-size: 0.4rem;
  color: #333;
  margin-top: 0.3rem;
}

.tipsMsgWarp .msgBox .text {
  color: #999999;
  margin-bottom: 0.3rem;
}

.tipsMsgWarp .msgBox .btn {
  line-height: 0.8rem;
  border-top: 1px solid #eee;
  color: #61C389;
}

.signup-data-box {
  margin-top: 0.4rem;
}

.signup-data-box .signup-data-list {
  background: rgba(247, 248, 250, 0.5);
  border-radius: 0.21rem;
  display: flex;
}

.signup-data-box .signup-data-list .signup-data-item {
  position: relative;
  flex: 1;
  padding: 0.5rem 0;
  text-align: center;
  line-height: 1.5;
}

.signup-data-box .signup-data-list .signup-data-item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.64rem;
  background: #ebecf0;
  transform: translateY(-50%);
}

.signup-data-box .signup-data-list .signup-data-item .name {
  font-size: 0.32rem;
  color: #3c3d42;
  margin-bottom: 0.1rem;
}

.signup-data-box .signup-data-list .signup-data-item .text {
  font-size: 0.38rem;
  color: #3c3d42;
  font-weight: bold;
}

.signup-data-box .signup-data-tips .tips-text {
  font-size: 0.29rem;
  display: inline;
}

.signup-data-box .signup-data-tips .tips-text .text1 {
  color: #c2c5cc;
}

.signup-data-box .signup-data-tips .tips-text .text2 {
  color: #919499;
}

.signup-data-box .signup-data-tips .block-div {
  width: 0.3rem;
  display: inline-block;
}
