/* ###############外围结构############### */

.recruit-section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 120px;
  /* background-color: bisque; */
}

.recruit-section .sidespan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.recruit-section .recruit-box {
  /* width:calc(1920px - 655px + 25px);  */
  /* width: calc(1920px - 655px); */
  width: 1094px;
  height: 100%;
  /* background-color: bisque; */
}

.recruit-section .recruit-box .recruit-content {
  /* width: 1260px; */
  /* 360*3+55*3 */
  /* height: 1190px; */
  /* 450*3+60*3 */
  /* transform: translate(300px,35px); */
}

/* ###############具体样式############### */
.headline {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0em;
  color: #333333;
}

.module {
  border-bottom: 1px solid rgba(199, 205, 209, 0.3);
}

.title {
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #333333;
  margin: 48px 0 24px;
}

.table {
  width: 1094px;
}

.table tr {
  height: 80px;
  padding-bottom: 24px;
}

.table td {
  width: 50%;
  padding: 0;
  border: none;
}

.table td div:nth-child(2n-1) {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 8px;
}

.table td div:nth-child(2n) {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
}

.btn {
  margin-left: 828px;
  /* float: right; */
  padding: 0;
  cursor: default !important;
  /* height: 170px; */

  /* position: fixed;
  bottom: 200px;
  right: 0px;
  width: 1920px;
  height: 88px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 365px;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08); */
}

.cancel {
  width: 120px;
  height: 40px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #005DA2;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #005DA2;
}

.submit {
  width: 120px;
  height: 40px;
  /* background: rgba(0, 0, 0, 0.04); */
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-left: 19px;
  background: #005DA2;
}

.mask {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.vertify {
  z-index: 999;
  display: none;
  position: fixed;
  left: calc(50% - 213px);
  top: calc(50% - 100px);
  text-align: center;
  width: 416px;
  height: 200px;
  padding: 24px 48px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}

.line1 {
  height: 32px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}

#inputCode {
  display: inline-block;
  text-indent: 8px;
  margin: 0px;
  width: 192px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#inputCode:focus {
  outline: none !important;
  border-color: #00B1EC !important;
}

.img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  position: relative;
  right: 4px;
  bottom: 2px;
}

img {
  width: 123px;
  height: 40px;
}

.submit1 {
  margin: 24px 0px 0px;
  width: 80px;
  height: 32px;
  border-radius: 2px;
  background: #00B1EC;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
}
#message {
  display: none;
  position: absolute;
  top: 118px;
  font-size: 14px;
  color: red;
}