.bt{
  margin-top: 1rem;
}
.jobtt{
  width: 24%;
  padding: 0.2rem;
  box-sizing: border-box;
  border: 1px solid rgb(222, 222, 222);
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
}
.jobtt>div:nth-child(1){
  height: 0.6rem;
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobname{
  font-weight: bold;
  width: 70%;
}
.jobbox{
  margin-top: 0.5rem;
}
.ckxq{
  color: rgb(230, 0, 33);
  padding: 0.1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.ckxq a{
  color: rgb(230, 0, 33);
  padding: 0.1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.on{
  background: rgb(230, 0, 33);
  color: #fff;
}
.on1{
  background: #fff;
}
.tt-1{
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.i1{
  margin-right: 0.15rem;
  height: 0.2rem;
  width: 0.2rem;
}
.i2{
  margin-right: 0.1rem;
  height: 0.2rem;
  width: 0.25rem;
}
/* .ddbox{
  display: flex;
  align-items: center;
} */
.ddbox{
  width: fit-content;
  padding: 0.1rem;
  border: 1px solid rgb(222, 222, 222);
  margin-right: 0.3rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
.sxbox{
  display: flex;
  align-items: center;
}
#degreefrom{
  width: 1.2rem;
  height: 0.42rem;
  border-radius: 0.2rem;
  border-color: rgb(222, 222, 222);
  margin-right: 0.3rem;
}
#ss{
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid rgb(222, 222, 222);
  outline: none;
}
.ssbox{
  padding: 0.1rem 0.3rem;
  background-color: rgb(230, 0, 33);
  border-radius: 0.2rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.jobbox{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start
}
.jobbox>div{
  margin-right: 0.1rem;
  margin-top: 0.2rem;
}
.jobbox>div:nth-child(4n){
  margin-right: 0;
}
.fybox{
  width: fit-content;
  margin: 1rem auto ;
}
.fybox>span{
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(230, 0, 33);
  color: #fff;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  margin: 0 0.1rem;
  cursor: pointer;
}
.zzbox{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgb(0, 0, 0,0.5);
  display: none;
}
.jobxq{
  position: absolute;
  width: 40vw;
  height: 60vh;
  padding: 0.3rem;
  box-sizing: border-box;
  top: 20%;
  left: 30%;
  border: 2px solid rgb(230, 0, 33);
  background: #fff;
  font-size: 0.14rem;
  line-height: 0.28rem;
  
}
.xqname{
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.4rem;
  border-bottom: 1px solid rgb(222, 222, 222);
  margin-bottom: 0.1rem;
}
.td{
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 0.4rem;
  background: rgb(230, 0, 33);
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  justify-content: space-between;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin: 0.5rem auto;
}
.td img{
  width: 0.22rem;
}
.xqbox{
  height: 80%;
  overflow-y: scroll;
}
.xqclose{
  position: absolute;
  top: 18%;
  right: 28%;
  width: 0.4rem;
  cursor: pointer;
}