.box2 {
    padding: .93rem 0 .98rem 0;
}

.entit {

    font-family: Sans-Bold;
    font-weight: bold;
    font-size: .5rem;
    color: #005DAB;
    line-height: .68rem;
    text-align: center;
    margin-bottom: .45rem;
}

.box2 .main i {
    width: 1.07rem;
    height: .1rem;
    background: #9BBD00;
    border-radius: 0px 0px 0px 0px;
    display: block;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.box2_p {
    font-family: Sans-SemiBold;
    width: 9.78rem;
    margin: 0 auto;
    text-align: center;
    font-size: .4rem;
    line-height: .6rem;
    color: #202020;
}

.box2con {
    display: flex;
    justify-content: space-between;
    margin-top: .98rem;
    gap: .45rem;
}

.box2left {}

.box4_box {
    width: 8rem;
}

.box4_box_inpBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.29rem;
    height: 1.1rem;
    gap: .31rem;
}

.box4_box_inpBox .box2bo {
    flex: 1;
    height: 0.52rem;
    position: relative;
}

.box4_box_inpBox div .font {
    font-family: Sans-SemiBold;
    font-size: .2rem;
    color: #202020;
    margin-bottom: .11rem;
}

.box4_box_inpBox input {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: .14rem;
    border: 0.01rem solid #BDC8D1;
    text-indent: 0.21rem;
    position: absolute;
    font-family: Sans-SemiBold;
    height: .7rem;
    font-size: 0.2rem;
    color: #9A9A9A;
}

.box4_box_inpBox .font span {

    font-size: 0.17rem;
    color: #F22020;
}

.box4_box_inpBox input::placeholder {
    font-family: Sans-SemiBold;
    font-size: 0.2rem;
    color: #9A9A9A;
}

.textarea_box {
    width: 100%;
    height: auto;
    margin-bottom: .27rem;
    position: relative;
}

.textarea_box .font {
    font-family: w1;
    font-size: .2rem;
    color: #202020;
    margin-bottom: .11rem;

}

.textarea_box .font span {

    font-family: w1;
    font-size: 0.17rem;
    color: #F22020;

}

.box4_box textarea {
    width: 100%;
    height: 1.35rem;
    background: #fff;
    border-radius: .14rem;
    border: 0.01rem solid #BDC8D1;
    resize: none;
    text-indent: 0.21rem;
    padding-top: 0.14rem;
    font-family: w1;
    font-size: 0.2rem;
    color: #9A9A9A;
}

.box4_btnBox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    
}

.box4_btn {
    width: 2.27rem;
    height: .6rem;
    background: #005DAB;
    border-radius: .35rem;
    font-size: .18rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
      transition: all 0.5s;
      font-family: Sans-SemiBold;
}
.box4_btn:hover{
    background: #9BBD00;
  transition: all 0.5s;
}

.box2right {
    width: 5.54rem;
    height: 8.78rem;
    background: #005DAB;
    border-radius: .3rem;
    padding: .36rem .49rem .54rem .58rem;


}
.box2right h2{
    color: #fff;
    font-size: .28rem;
    line-height: .4rem;
    margin-bottom: .37rem;
    
    font-family: Sans-SemiBold;
}
.box2right .sx{
    background: #fff;
    height: 0.01rem;
    margin-bottom: .37rem;
    
}
.box2text{
    margin-bottom: .65rem;
}
.box2text h3{
    font-size: .28rem;
    line-height: .38rem;
    color: #9BBD00;
    font-weight: normal;
    margin-bottom: .21rem;
    font-family: Sans-SemiBold;
}
.box2text p{
    font-size: .18rem;
    line-height: .34rem;
    color: #fff;
    font-family: Sans-Medium;
}
.cont_icon{
    display: flex;
    gap: .24rem;
}
.cont_icon img{
    width: .44rem;
    height: .44rem;
    filter: brightness(0) invert(1);
    object-fit: contain;
}
.cont_icon img:hover{
    filter: brightness(1) invert(0);
}



.jobAlert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, .4);
  display: none;
}

.jobAlertCenter {
    width: 8.78rem;
height: 5.23rem;
background: #FFFFFF;
border-radius: .3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contimg{
    width: .9rem;
    height: .9rem;
    margin: 0 auto;
    margin-top: .9rem;
}
.contp{
    width: 5.86rem;
    margin: 0 auto;
height: .7rem;
font-family: Open Sans, Open Sans;
font-size: .22rem;
color: #1E1E1E;
line-height: .4rem;
text-align: center;
margin-top: .5rem;
margin-bottom: .64rem;
}
.close{
    width: 2.27rem;
height: .6rem;
background: #005DAB;
border-radius: .35rem;
color: #fff;
margin: 0 auto;
font-size: .18rem;
line-height: .6rem;
text-align: center;
}