.contactBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .98rem 0 1.17rem;
}

.contactItem {
  width: 3.66rem;
  height: 3.6rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #DBDBDB;
  padding: .34rem .27rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.contactTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: .09rem;
}

.contactItem img {
  width: 2.4rem;
  height: 1.4rem;
  margin-bottom: .29rem;
}

.contactItem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: .45rem;
}

.contactTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #8D8D8D;
}

.message {
  width: 100%;
  height: 7.13rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.messageBox {
  padding: .85rem 0 .82rem;
  width: 10.91rem;
  margin: 0 auto;
}

.messageTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: .79rem;
}

.messageForm {
  display: flex;
  flex-wrap: wrap;
}

.messageForm input {
  width: 5.25rem;
  height: 0.6rem;
  background: #F8F8F8;
  margin-bottom: .14rem;
  margin-right: .41rem;
  padding: 0 .26rem;
  box-sizing: border-box;
}

.messageForm input:nth-child(2n) {
  margin-right: 0rem;
}

.messageForm textarea {
  width: 100%;
  height: 1.9rem;
  padding: .18rem .3rem;
  background: #FFFFFF;
}

.messageForm input,
.messageForm textarea {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000;
}

.messageForm input::-webkit-input-placeholder,
.messageForm textarea::-webkit-input-placeholder {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 300;
  font-size: 0.18rem;
  color: #333;
}

.jobbox {
  padding: .33rem 0 .78rem;
}

.jobTop {
  display: flex;
  margin-bottom: .38rem;
}

.jobTopItem {
  width: 7.74rem;
  height: 1.76rem;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  padding: .5rem 1.1rem;
  box-sizing: border-box;
  margin-right: .5rem;
}

.jobTopItem:nth-child(2n) {
  margin-right: 0;
}

.jobTopItem img {
  width: .87rem;
  margin-right: .33rem;
}

.jobTopText {
  display: flex;
  flex-direction: column;
}

.jobTopText p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #6D6D6D;
  margin-bottom: .12rem
}

.jobTopText a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #0A2F60;
}

.jobTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.36rem;
  color: #0A2F60;
  text-align: center;
}

.jobList {
  margin-top: .5rem;
}

.jobItem {
  width: 16rem;
  height: 2.22rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(0, 0, 0, 0.08);
  margin-bottom: .35rem;
  padding: .35rem .65rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobLTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.28rem;
  color: #0A2F60;
  margin-bottom: .2rem;
}

.jobLlist div {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  margin-bottom: .16rem;
}

.jobLlist img {
  width: .15rem;
  margin-right: .08rem;
}

.jobMore {
  width: 1.6rem;
  height: 0.44rem;
  background: #0A2F60;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.jobMore img {
  width: .19rem;
  margin-left: .22rem;
  flex-shrink: 0;
}

.jobDetailsBox {
  padding: .56rem 0 1.36rem;
}

.jobDetailsTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .4rem;
  border-bottom: .01rem solid rgb(0, 0, 0, .1);
}

.jobDetailsLTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: .18rem;
}

.jobDetailsLB {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
}

.jobDetailsLB span {
  margin-right: .28rem;
  padding-right: .28rem;
  border-right: .01rem solid rgb(0, 0, 0, .1);
}

.jobDetailsLB span:last-child {
  border: 0;
}

.detailsTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  margin-bottom: .4rem;
  margin-top: .48rem;
}

.detailsTxt{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.4rem;
}

.job_alert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, .4);
}

.job_alert_center {
  width: 5.79rem;
  /* height: 6.47rem; */
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.job_alert_title {
  width: 5.79rem;
  height: 0.5rem;
  background: #F7F7F7;
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0 .29rem;
  padding-right: .18rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.job_alert_title img {
  width: .26rem;
  height: .26rem;
  cursor: pointer;
}

.job_alert_text {
  width: 100%;
  padding: .29rem .33rem .44rem;
  box-sizing: border-box;
}

.job_alert_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: .2rem;
}

.job_alert_item p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  margin-bottom: .14rem;
}

.job_alert_item input {
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #D4DEE2;
  box-sizing: border-box;
  padding: 0 .15rem;
  box-sizing: border-box;
}


.job_alert_item label {
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job_alert_item label p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
  margin: 0;
}

.job_alert_item label img {
  width: .1rem;
  margin-left: .27rem;
}

.file_name {
  height: 0.4rem;
  background: #F8F8F8;
  padding: 0 .4rem 0 .21rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  position: relative;
  margin-bottom: .38rem;
}

.file_name img {
  position: absolute;
  right: .09rem;
  top: 50%;
  transform: translateY(-50%);
  width: .26rem;
  height: .26rem;
  cursor: pointer;
}

.button_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_box button {
  margin: 0 .1rem;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
}

.button_box button:hover {
  background: #0051A0;
  color: #FFFFFF;
}