.messageBox {
  margin-bottom: .86rem !important;
}

.contactTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
}

.fromBox {
  display: flex;
  flex-direction: column;
  margin-top: .85rem;
}

.formItem {
  display: flex;
  align-items: center;
  padding-left: 2.34rem;
  margin-bottom: .3rem;
}

.formItemL {
  width: 1.05rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  margin-right: .29rem;
  text-align: right;
}

.formItemL span {
  color: #FF0000;
}

.formItem input {
  width: 10rem;
  height: 0.6rem;
  background: rgba(168, 168, 168, 0.1);
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #D8D8D8;
  padding: 0 .29rem;
  box-sizing: border-box;
}

.formcheck {
  padding-left: 2.34rem;
  display: flex;
}

.checkBox {
  width: 10rem;
  display: flex;
  flex-wrap: wrap;
}

.checkItem {
  display: flex;
  align-items: center;
  min-width: calc(100% / 3);
  margin-bottom: .35rem;
}

.checkItem span {
  width: 0.2rem;
  height: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #666666;
  position: relative;
  margin-right: .16rem;
}

.checkItem span.active::after {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  background: #0072EF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkItem input {
  display: none;
}

.checkItem p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
}

.fromBox button {
  width: 1.65rem;
  height: 0.45rem;
  background: #F8B61D;
  margin: .72rem auto 0;
  transform: skew(-10deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fromBox button span {
  transform: skew(10deg);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.friendList {
  display: flex;
  flex-wrap: wrap;
  margin-top: .85rem;
}

.friendItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 2.54rem;
  height: 1.6rem;
  background: #FFFFFF;
  border-radius: .2rem;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
  margin-right: .82rem;
  margin-bottom: .7rem;
  transition: all .3s;
}

.friendItem:hover {
  transform: translateY(-.2rem);
}

.friendItem:nth-child(5n) {
  margin-right: 0;
}

.friendItem img {
  max-width: 1.48rem;
  height: 1.05rem;
  object-fit: contain;
}

.friendName {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
}

.jionUs {
  width: 100%;
  display: flex;
}

.jionUs a {
  margin: .82rem auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #00418A;
  border-bottom: 0.01rem solid #00418A;
}

.jobSelect {
  margin: .64rem 0 .76rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.jobSelect_item {
  display: flex;
  align-items: center;
}

.jobSelect_itemTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin-right: .19rem;
}

.jobSelect_box {
  width: 3rem;
  height: 0.45rem;
  background: rgba(163, 198, 248, .1);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  padding: 0 .18rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.jobSelect_box input {
  width: 100%;
  cursor: pointer;
}

.jobSelect_box img {
  width: .14rem;
  height: auto;
}

.optionBox {
  position: absolute;
  width: 100%;
  max-height: 2.12rem;
  top: 100%;
  left: 0;
  background: #F6F6F6;
  overflow-y: scroll;
  display: none;
  z-index: 100;
}

.optionBox::-webkit-scrollbar {
  width: .05rem;
}

.optionBox::-webkit-scrollbar-thumb {
  width: .05rem;
  background: #666666;
  border-radius: .05rem;
}

.optionItem {
  width: 100%;
  height: .43rem;
  padding: 0 .47rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: .4rem;
  border-bottom: .03rem solid #FFFFFF;
}

.optionItem:hover {
  background: rgba(57, 132, 229, .2);
}

.titleBox{
  width: 14.2rem;
  margin: .8rem auto 0;
}

/* 加入我们 */
.jobBox {
  width: 14.2rem;
  margin: 0 auto;
  margin-bottom: .85rem;
  overflow: hidden;
}

.jobItem {
  width: 14.2rem;
  /* height: 1.9rem; */
  background: #f6f6f6;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.02rem solid #F1F4FA;
  padding: .36rem .5rem .5rem;
  box-sizing: border-box;
  margin: .3rem .3rem .27rem 0;
  overflow: hidden;
}

/* .jobItem:nth-child(2n) {
  margin-right: 0;
} */

.jobItemTop {
  width: 100%;
  padding-bottom: .13rem;
  border-bottom: .01rem dotted #B5B5B5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .2rem;
}

.jobItemTit {
  width: 4.57rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color:#333;
}

/*.jobItemTop .active_3{*/
/*    color: #029E4F !important;*/
/*}*/

.jobItemBtn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #0866DF;
  cursor: pointer;
}

.jobItemBottomTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color:#333;
  margin-bottom: .36rem;
}

.jobItemBottomTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.27rem;
}

.jobItemBottom .downPic{
  width: 0.37rem;
  height: 0.37rem;
  background-image: url(../img/addUs/image1.png);
  background-repeat: no-repeat;
  background-size: contain; 
}

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

.jobAlertCenter {
  width: 7.89rem;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: .51rem .48rem .74rem;
  box-sizing: border-box;
}

.jobClose {
  width: .16rem;
  height: .16rem;
  position: absolute;
  top: .19rem;
  right: .22rem;
  cursor: pointer;
}

.jobAlertTitle {
  width: 100%;
  height: 0.4rem;
  background: #F1F4FA;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #0866DF;
  text-align: center;
  line-height: .4rem;
  margin-bottom: .43rem;
}

.jobAlertItem {
  padding-bottom: .2rem;
  border-bottom: .01rem solid #B9B9B9;
  margin-bottom: .31rem;
}

.jobAlertItemTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color:#333;
  margin-bottom: .22rem;
}

.jobAlertItemTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.27rem;
}

.openMail {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #0866DF;
  display: block;
}

.openMaildetail {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
}

.contactText {
  display: flex;
  margin-top: .85rem;
  margin-bottom: .93rem;
  height: 5.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.contactL {
  width: 9.31rem;
}

.contactR {
  width: 6.69rem;
  padding: .76rem .5rem 0 .69rem;
  box-sizing: border-box;
}

.contacrItem {
  display: flex;
  margin-bottom: .5rem;
}

.contacrItem img {
  width: .73rem;
  height: .73rem;
  margin-right: .27rem;
}

.contacrTit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.25rem;
  color: #333333;
  display: flex;
  flex-direction: column;
  margin-bottom: .2rem;
}

.contacrTit::after {
  content: '';
  width: 0.4rem;
  height: .02rem;
  background: #00418A;
  margin-top: .05rem;
}

.contacrTxt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}

.map{
  width: 100%;
  height: 6.66rem;
  margin-bottom: 1.09rem;
}

#signIn2{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.bannerText2{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.34rem;
  color: #FFFFFF;
  line-height: 0rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: .45rem;
}

