.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/feedback/page_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 1.69rem;
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .crumbs .icon {
  width: 0.1rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/space1.png');
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .icon.home {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../img/aboutJinniu/home.png');
}
.pageBody .bodyItem .crumbs .text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  font-weight: 400;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .text.last {
  color: #894425;
}
.pageBody .bodyItem .search {
  margin-top: 0.73rem;
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.12rem;
}
.pageBody .bodyItem .search .jobIcon {
  width: 0.27rem;
  height: 0.33rem;
  margin-left: 0.52rem;
}
.pageBody .bodyItem .search .searchLabel {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #000000;
  margin-left: 0.17rem;
}
.pageBody .bodyItem .search .line {
  margin-left: 0.25rem;
  margin-right: 0.12rem;
  border-left: 1px solid #D3D3D3;
  height: 0.25rem;
}
.pageBody .bodyItem .search .searchInput {
  flex: 1;
  height: 0.24rem;
  border: none;
  outline: none;
  font-size: 0.18rem;
}
.pageBody .bodyItem .search .searchBtn {
  width: 1.6rem;
  height: 100%;
  background-color: #843200;
  color: #fff;
  font-family: 'Microsoft YaHei-Regular';
  border: none;
  border-radius: 0 0.12rem 0.12rem 0;
  cursor: pointer;
}
.pageBody .bodyItem .recruitmentInfo {
  margin-top: 0.87rem;
  width: 100%;
  display: flex;
}
.pageBody .bodyItem .recruitmentInfo .filterCon {
  width: 2.42rem;
  margin-right: 0.66rem;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem h2 {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: bold;
  font-size: 0.25rem;
  line-height: 0.33rem;
  color: #333;
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem h2 .icon {
  width: 0.16rem;
  height: 0.09rem;
  background-image: url('../img/recruitment/down.png');
  background-size: 100% 100%;
  transition: all 0.5s;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList {
  margin-bottom: 0.77rem;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem {
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem input[type="checkbox"] {
  display: none;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem label {
  position: relative;
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem label:before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  border: 1px solid #ccc;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem input[type="checkbox"]:checked + label:before {
  background-color: #843200;
  border-color: #843200;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.04rem;
  top: 0.08rem;
  width: 0.135rem;
  height: 0.085rem;
  background-image: url('../img/recruitment/check.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .recruitmentInfo .filterCon .filterItem .optionList .optionItem:last-child {
  margin-bottom: 0;
}
.pageBody .bodyItem .recruitmentInfo .res {
  flex: 1;
  padding-left: 0.67rem;
  border-left: 1px solid #EEE8DA;
}
.pageBody .bodyItem .recruitmentInfo .res h2 {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #000;
  margin-bottom: 0.25rem;
}
.pageBody .bodyItem .recruitmentInfo .res h2 span {
  font-family: 'Microsoft YaHei-Semibold';
  color: #FF0000;
  margin-left: 0.04rem;
  font-weight: 600;
  font-size: 0.2rem;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo {
  width: 100%;
  padding: 0.34rem 0.42rem 0.28rem 0.49rem;
  border-radius: 0.23rem;
  transition: 0.3s;
  position: relative;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo::after{
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #E5DAC5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName {
  display: flex;
  align-items: center;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName .name {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #333;
  flex-shrink: 0;
  flex: 1;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName .address,
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName .count,
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName .time {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #626262;
  /*margin-left: 1.96rem;*/
  flex-shrink: 0;
  flex: 1;
  text-align: center;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobName .jobIcon {
  margin-left: 1.2rem;
  width: 0.28rem;
  height: 0.22rem;
  background-image: url('../img/recruitment/job.png');
  background-size: 100% 100%;
  flex-shrink: 0;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobReq {
  margin-top: 0.51rem;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobReq .title {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #000;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobReq .content {
  margin-top: 0.15rem;
  width: 9.05rem;
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.25rem;
  color: #777;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobResp {
  margin-top: 0.31rem;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobResp .title {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #000;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .jobResp .content {
  margin-top: 0.15rem;
  width: 9.05rem;
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.25rem;
  color: #777;
}
.pageBody .bodyItem .recruitmentInfo .res .resInfo .submit {
  margin-top: 0.31rem;
  width: 1.72rem;
  height: 0.67rem;
  background-image: url('../img/recruitment/submit.png');
  background-size: 100% 100%;
  font-family: 'DreamHanSerifCN15';
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #843200;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList {
  margin-top: 0.14rem;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem {
  display: flex;
  align-items: center;
  padding: 0.42rem 0 0.32rem 0;
  border-bottom: 1px solid #E5DAC5;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .name {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #333;
  flex-shrink: 0;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .address,
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .count,
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .time {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.27rem;
  color: #626262;
  margin-left: 1.96rem;
  flex-shrink: 0;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .address {
  margin-left: 2.44rem;
}
.pageBody .bodyItem .recruitmentInfo .res .jobList .jobItem .jobIcon {
  margin-left: 1.96rem;
  width: 0.28rem;
  height: 0.22rem;
  background-image: url('../img/recruitment/job.png');
  background-size: 100% 100%;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0.66rem 0 1.2rem 0;
}
.pageBody .bodyItem .pagination .prev,
.pageBody .bodyItem .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.pageBody .bodyItem .pagination .prev > img,
.pageBody .bodyItem .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.pageBody .bodyItem .pagination .pageList {
  display: flex;
}
.pageBody .bodyItem .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.pageBody .bodyItem .pagination .pageList .active {
  background-color: #A56838;
  border: 1px solid #A56838;
  color: #fff;
}
.pageBody .bodyItem .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.submitForm {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.submitForm .bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.52;
}
.submitForm .modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submitForm .modal .modalBox {
  width: 5.79rem;
  height: 6.47rem;
  background-color: #fff;
}
.submitForm .modal .modalBox .modalHeader {
  height: 0.5rem;
  background-color: #F7F7F7;
  display: flex;
  padding-left: 0.29rem;
  padding-right: 0.18rem;
  justify-content: space-between;
  align-items: center;
}
.submitForm .modal .modalBox .modalHeader .title {
  font-family: 'Microsoft YaHei-Bold';
  font-weight: 900;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333;
}
.submitForm .modal .modalBox .modalHeader .close {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url('../img/recruitment/close.png');
  background-size: 100% 100%;
  cursor: pointer;
}
.submitForm .modal .modalBox form {
  padding: 0.09rem 0.33rem 0 0.33rem;
  display: flex;
  flex-direction: column;
}
.submitForm .modal .modalBox label {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.21rem;
  color: #6D6D6D;
  display: block;
  margin-top: 0.2rem;
}
.submitForm .modal .modalBox input[type="text"],
.submitForm .modal .modalBox input[type="email"] {
  height: 0.44rem;
  margin-top: 0.14rem;
  border: 1px solid #D4DEE2;
  border-radius: 0.04rem;
  text-indent: 0.2rem;
}
.submitForm .modal .modalBox input[type="file"] {
  display: none;
}
.submitForm .modal .modalBox .custom-upload-label {
  width: 1.6rem;
  height: 0.44rem;
  margin-top: 0.2rem;
  border: 1px solid #843200;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submitForm .modal .modalBox .custom-upload-label .text {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #843200;
  margin-right: 0.27rem;
}
.submitForm .modal .modalBox .custom-upload-label .icon {
  width: 0.1rem;
  height: 0.19rem;
  background-image: url('../img/recruitment/upload.png');
  background-size: 100% 100%;
}
.submitForm .modal .modalBox .attachment-list {
  margin-top: 0.2rem;
}
.submitForm .modal .modalBox .attachment-list .attachment-name {
  height: 0.4rem;
  background-color: #F8F8F8;
  display: flex;
  padding-left: 0.29rem;
  padding-right: 0.18rem;
  justify-content: space-between;
  align-items: center;
}
.submitForm .modal .modalBox .attachment-list .attachment-name .name {
  font-family: 'Microsoft YaHei-Regular';
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #6D6D6D;
}
.submitForm .modal .modalBox .attachment-list .attachment-name .icon {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url('../img/recruitment/close.png');
  background-size: 100% 100%;
  cursor: pointer;
}
.submitForm .modal .modalBox .btns {
  margin-top: 0.38rem;
  display: flex;
  justify-content: center;
}
.submitForm .modal .modalBox .btns .cancel-button,
.submitForm .modal .modalBox .btns .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem;
  border: 1px solid #843200;
  cursor: pointer;
  background-color: none;
}
.submitForm .modal .modalBox .btns .cancel-button {
  color: #843200;
  margin-right: 0.19rem;
}
.submitForm .modal .modalBox .btns .submit-button {
  background-color: #843200;
  color: #FFFFFF;
}
.logo {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  width: 1.8rem;
  height: 0.69rem;
  background-image: url('../img/index/logo.png');
  background-size: 100% 100%;
}
.resInfo {
  margin: 0.06rem 0;
}
.resInfo.active{
    background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(138, 138, 138, 0.16);
}
.resInfo.active::after{
    width: 0 !important;
}
.resInfo .job-content {
  display: none;
}
.resInfo.active .job-content {
  display: block;
}
.resInfo.active .jobIcon {
  rotate: 180deg;
}
