.postRecommendModel{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1060;
}
.postRecommendModel .mark{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #2A2D33;
  z-index: -1;
  transition: opacity 0.3s linear;
}
.postRecommendModel .postRecommendContent{
  width: 540px;
  background: white;
  border-radius: 10px;
  margin: 0 auto;
  animation: modelIn 0.5s ease-out;
  animation-fill-mode: forwards;
  transition: opacity 0.3s linear;
}
@keyframes modelIn{
  from{
    margin-top: -10%;
  }
  to{
    margin-top: 5%;
  }
}
.postRecommendModel .postRecommendHeader{
  position: relative;
}
.postRecommendModel .closeImg{
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("https://cdn7.haitou.cc/m/static/image/postInfo/closeLight.png") no-repeat center center;
}
.postRecommendModel .closeImg:hover{
  background: url("https://cdn7.haitou.cc/m/static/image/postInfo/closeDark.png") no-repeat center center;
}
.postRecommendModel .title{
  height: 50px;
  width: 100%;
  background: #f9f9f9;
  border-radius: 10px 10px 0 0;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.postRecommendModel .infoBox{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
}
.postRecommendModel .successImg{
  width: 132px;
  height: 132px;
  border: 4px solid #E9F2FF;
  border-radius: 4px;
}
.postRecommendModel .infoBox-right{
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.postRecommendModel .info1{
  font-size: 24px;
  color: #3088FE;
  line-height: 34px;
  height: 34px;
  margin:0 0 10px;
}
.postRecommendModel .info2{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  height: 20px;
  margin: 0;
}
.postRecommendModel .slider{
  background: #F1F3F4;
  height: 10px;
  width: 100%;
}
.postRecommendModel .wrap{
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 0 30px 26px 30px;
  box-sizing: border-box;
}
.postRecommendModel .nolist{
  height: 320px;
  width: 320px;
  margin: 14px auto 0 auto;
  display: block;
}
@keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.postRecommendModel .isloading{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 128px;
  width: 100%;
  height: 30px;
}
.postRecommendModel .isloading .first{
  height: 30px;
  width: 8px;
  background-image: linear-gradient(-180deg, #7DB5FF 22%, #3088FE 98%);
  border-radius: 8px;
  animation: line-grow 0.5s ease alternate infinite;
}
.postRecommendModel .isloading .two{
  height: 30px;
  width: 8px;
  background-image: linear-gradient(-180deg, #7DB5FF 22%, #3088FE 98%);
  border-radius: 8px;
  margin: 0 0.45rem;
  animation: line-grow 0.5s 0.2s ease alternate infinite;
}
.postRecommendModel .isloading .third{
  height: 30px;
  width: 8px;
  background-image: linear-gradient(-180deg, #7DB5FF 22%, #3088FE 98%);
  border-radius: 8px;
  animation: line-grow 0.5s 0.4s ease alternate infinite;
}
.postRecommendModel .loadingTip{
  font-size: 14px;
  color: #989AA1;
  margin-top: 10px;
  margin-bottom: 143px;
  text-align: center;
}
.postRecommendModel .wrap .wrap-title{
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #F1F3F4;
  font-size: 14px;
  color: #363951;
  line-height: 59px;
}
.postRecommendModel .wrap .wrap-content{
  width: 100%;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
}
.postRecommendModel .wrap .postBtn{
  height: 34px;
  width: 160px;
  background: #3088FE;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.postRecommendModel .wrap .postBtn:hover{
  background: #006aff;
}
.postRecommendModel .wrap .disabled{
  background: #EAEAEA;
  color: #D5D5D5;
  pointer-events: none;
}
.postRecommendModel .wrap .positionItem, .companyItem{
  width: 100%;
  height: 40px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 0 60px 0 50px;
}
.postRecommendModel .wrap .logo{
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #D4D8DC;
}
.postRecommendModel .wrap h2{
  font-size: 14px;
  color: #363951;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
.postRecommendModel .wrap p{
  font-size: 12px;
  color: #8B8EA1;
  height: 17px;
  line-height: 17px;
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.postRecommendModel .wrap .comapnyName{
  max-width: 60%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.postRecommendModel .wrap .line{
  height: 15px;
  width: 2px;
  background: #8B8EA1;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.postRecommendModel .wrap .city{
  max-width: 30%;
}
.postRecommendModel .wrap .checkInfoBox{
  height: 40px;
  width: 40px;
  display: block;
  box-sizing: border-box;
  pading: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}
.postRecommendModel .wrap .checkInfoBox label, .postRecommendModel .wrap .checkInfoBox input{
  margin: 0;
  padding: 0;
}
.postRecommendModel .wrap input[type=checkbox] {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.postRecommendModel .wrap input[type=checkbox]:checked + label .notcheck{
  display: none!important;
}
.postRecommendModel .wrap input[type=checkbox]:checked + label .checked{
  display: block!important;
}
.postRecommendModel .wrap label .notcheck{
  display: block;
}
.postRecommendModel .wrap label .checked{
  display: none;
}
.postRecommendModel .wrap label img{
  height: 20px;
  width: 20px;
  margin: 0;
}
.postRecommendModel .wrap .citys{
  margin-right: 10px;
}
.postRecommendModel .wrap .imgs{
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.postRecommendModel .wrap .imgs img{
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
.postRecommendModel ::-webkit-scrollbar{
  width: 4px;
  height: 4px;
  box-sizing: border-box;
}
.postRecommendModel ::-webkit-scrollbar-corner{
  background-color: #f5f7f9;
  -webkit-border-radius: 2px;
}
.postRecommendModel ::-webkit-scrollbar-thumb{
  background-color: #3088fe;
  -webkit-border-radius: 4px;
}
.postRecommendModel ::-webkit-scrollbar-thumb:hover{
  background-color: #3088fe;
}
.postRecommendModel ::-webkit-scrollbar-track-piece{
  -webkit-border-radius: 2px;
  background: linear-gradient(90deg, #fff 25%, #f5f7f9 50%, #fff 100%);
}

/*完善度*/
.completion .postRecommendContent{
  width: 580px;
}
.completion .info1{
  color: #FF794E;
}
.completion .wrap{
  padding: 18px 30px 32px;
}
.wrap .wrap-tip {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #999AA2;
}
.wrap .wrap-small-tip {
  margin: 16px 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999AA2;
}
.wrap-btns {
  overflow: hidden;
}
.wrap-btns .wrap-btns-item {
  float: left;
  width: 248px;
  padding-top: 16px;
  padding-bottom: 24px;
  background: #F7F8FA;
}
.wrap-btns-item p:nth-of-type(1){
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #363951;
  text-align: center;
  font-weight:bold;
}
.wrap-btns-item p:nth-of-type(2){
  margin-top: 8px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #363951;
  text-align: center;
}
.wrap-btns-item a{
  margin: 16px auto 0;
  display: block;
  width: 144px;
  height: 40px;
  line-height: 38px;
  text-align:center;
  font-size: 14px;
  color: #3B84EA;
  border: 1px solid #3B84EA;
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
}
.wrap-btns-item a:hover{
  background: #3B84EA;
  color: #fff;
}
.wrap-btns .btns-item-right {
  float:right;
}
.btns-item-right a {
  background: #3B84EA;
  color: #fff;
}
.btns-item-right a:hover{
  opacity: .8;
}

/*身份证*/
.postCertModel{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1060;
}
.postCertModel .mark{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #2A2D33;
  z-index: -1;
  transition: opacity 0.3s linear;
}
.postCertModel .postCertContent{
  width: 500px;
  height: 328px;
  background: white;
  border-radius: 10px;
  position: absolute;
  top: 23%;
  left: 50%;
  margin-left: -250px;
  animation: modelIn 0.5s ease-out;
  animation-fill-mode: forwards;
  transition: opacity 0.3s linear;
}
.postCertModel .postCertContent::after{
  width:140px;
  height:13px;
  border-radius:35px;
  background:#548fff;
  position:absolute;
  left:50%;
  top:-8px;
  margin-left: -70px;
}
@keyframes modelIn{
  from{
    margin-top: -10%;
  }
  to{
    margin-top: 5%;
  }
}
.postCertModel .certWrap{
  width: 100%;
  height: 100%;
  padding: 49px 26px 42px 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.postCertModel .certWrap .wrapCertText{
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #999;
}
.postCertModel .certWrap .wrapCertIputBox{
  width:100%;
}
.postCertModel .certWrap .wrapCertIputBox .wrapCertIputText{
  font-size: 14px;
  color: #333;
}
.postCertModel .certWrap .wrapCertIputBox input{
  width: 324px;
  height: 46px;
  border-radius: 35px;
  background-color: #f3f3f3;
  padding-left: 14px;
  margin-left: 20px;
  outline:none;
  border:none;
}
.postCertModel .certWrap .wrapCertIputBox input::placeholder{
  color:#aaa;
}
.postCertModel .certWrap .wrapCertButtonBox{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.postCertModel .certWrap .wrapCertButtonBox .wrapCertButtonFalse{
  width: 140px;
  height: 44px;
  border: 1px solid #548fff;
  border-radius: 35px;
  color: #548fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.postCertModel .certWrap .wrapCertButtonBox .wrapCertButtonFalse:hover{
  color:white;
  background:#548fff;
}
.postCertModel .certWrap .wrapCertButtonBox .wrapCertButtonTrue{
  width: 140px;
  height: 44px;
  border: 1px solid #548fff;
  border-radius: 35px;
  color: #548fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.postCertModel .certWrap .wrapCertButtonBox .wrapCertButtonTrue:hover{
  color:white;
  background:#548fff;
}
