/* 页面中间部分 */
.social_recruitment {
  width: 100%;
  background: #f4f4f4;
  padding-bottom: 1.625rem;
}

.recruit {
  width: 20rem;
  /* height: 8.875rem; */
  /* background-color: tomato; */
  margin: auto;
}

.recruit_title {
  font-size: 0.525rem;
  text-align: center;
  color: #24a2a5;
  padding: 1rem 0 0.5rem 0;
  border-bottom: 0.0125rem solid gray;
  font-weight: 500;
}

.recruit_contact_info {
  font-size: 0.2625rem;
  color: #606060;
  line-height: 0.475rem;
  padding: 0.45rem 0 0.6rem;
}

.recruit_contact_info>span {
  color: #24a2a5;
}

.recruit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit_item {
  width: 6.25rem;
  /* height: 3.5875rem; */
  margin-bottom: 0.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0.6rem 0.675rem;
}

.recruit_item:hover {
  /* background: springgreen; */
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgb(66, 66, 66);
}

.recruit_item_zw {
  font-size: 0.275rem;
  font-weight: bold;
  color: #232323;
  line-height: 0.5125rem;
}

.recruit_item_my {
  font-size: 0.25rem;
  color: #24a2a5;
  line-height: 0.45rem;
}

.recruit_item_yq {
  font-size: 0.225rem;
  color: #666666;
  line-height: 0.45rem;
  margin-top: 0.125rem;
  margin-bottom: 0.5rem;
}

.recruit_item_yp {
  font-size: 0.225rem;
  color: #111111;
}

.recruit_item_yp i {
  width: 0.4125rem;
  height: 0.4125rem;
  /* background: #24A2A5; */
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.375rem;
  border-radius: 50%;
  border: 0.025rem solid #24a2a5;
  position: relative;
}

.recruit_item_yp i::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  /* background: red; */
  left: 0;
  right: 0;
  bottom: 0.15rem;
  margin: auto;
  border-right: 0.025rem solid #24a2a5;
  border-bottom: 0.025rem solid #24a2a5;
  transform: rotate(45deg);
}

.el-dialog__wrapper {
  left: 50% !important;
  top: 50% !important;
  overflow: inherit !important;
  width: 9.7125rem !important;
  transform: translate(-50%, -50%) !important;
  max-block-size: fit-content;
}

.upload-demo {}

.upload-demo .el-button {
  font-size: .2375rem !important;
  font-weight: 500 !important;
  color: #606060 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.el-dialog__header {
  padding: .75rem 0 0 0 !important;
}

.el-dialog__headerbtn {
  font-size: .275rem !important;
}

.el-dialog__body {
  padding: 0 1.75rem !important;
}

.tan>h2 {
  font-size: .3125rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: .475rem;
}

.tan_input {
  position: relative;
  width: 100%;
  border: .0125rem solid #ddd;
  padding: .1875rem 0.1625rem;
  display: flex;
  margin-bottom: .225rem;
  align-items: center;
}

#canvas {
  position: absolute;
  right: 0;
  z-index: 6;
  top: 0;
  height: 100%;
  width: 1.6rem;
}

.tan_input_img {
  width: .35rem;
  height: .35rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tan_input_img {
  height: 100%;
}

.tan_input>input {
  border: none;
  outline: none;
  height: .35rem;

  width: calc(100% - 0.35rem - 0.3125rem);
  font-size: .2rem;
  font-weight: 400;
  color: #636363;
}

.tan_hr {
  height: .3125rem;
  width: .0125rem;
  background: #ddd;
  margin: 0 0.1875rem;
}

.el-dialog__footer {
  padding: 0 1.75rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-button--primary {
  width: 100% !important;
  height: .625rem !important;
  background: rgb(36, 162, 165) !important;
  font-size: .2125rem !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  border: none !important;
  margin: .5rem 0 .625rem !important;
}

.dialog-footer {
  width: 100% !important;
}

.el-dialog {
  margin: 0 !important;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #7e7c7c;
}

/* 媒体查询 1000*/
@media screen and (max-width: 1000px) {
  .recruit_title {
    font-size: 25px;
    padding: 30px 0 15px 0;
  }

  .recruit_contact_info {
    font-size: 16px;
    line-height: 36px;
    padding: 15px 0;
  }

  .recruit_list {
    display: block;
  }

  .recruit_item {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .recruit_item_zw {
    font-size: 22px;
    line-height: 50px;
  }

  .recruit_item_my {
    font-size: 18px;
    line-height: 40px;
  }

  .recruit_item_yq {
    font-size: 16px;
    line-height: 35px;
    margin: 10px 0 20px;
  }

  .recruit_item_yp {
    font-size: 16px;
  }

  .recruit_item_yp i {
    width: 25px;
    height: 25px;
  }

  .recruit_item_yp i::after {
    width: 10px;
    height: 10px;
    bottom: 10px;
  }

  .el-dialog__wrapper {
    left: 50% !important;
    top: 50% !important;
    overflow: inherit !important;
    width:80% !important;
    transform: translate(-50%, -50%) !important;
    max-block-size: fit-content;
  }

  .upload-demo {}

  .upload-demo .el-button {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #606060 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .el-dialog__header {
    padding: 20px 0 0 0 !important;
  }

  .el-dialog__headerbtn {
    font-size: 18px !important;
  }

  .el-dialog__body {
    padding: 0 1.75rem !important;
  }

  .tan>h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom:20px;
  }

  .tan_input {
    position: relative;
    width: 100%;
    border: .0125rem solid #ddd;
    padding: 8px 4px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }

  #canvas {
    position: absolute;
    right: 0;
    z-index: 6;
    top: 0;
    height: 100%;
    width: 60px;
  }

  .tan_input_img {
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tan_input_img {
    height: 100%;
  }

  .tan_input>input {
    border: none;
    outline: none;
    height: 20px;
    width: calc(100% - 20px - 0.3125rem);
    font-size:14px;
    font-weight: 400;
    color: #636363;
  }

  .tan_hr {
    height: 20px;
    width: 1px;
    background: #ddd;
    margin: 0 8px;
  }

  .el-dialog__footer {
    padding: 0 1.75rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .el-button--primary {
    width: 100% !important;
    height: 35px !important;
    background: rgb(36, 162, 165) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    border: none !important;
    margin: .5rem 0 .625rem !important;
  }

  .dialog-footer {
    width: 100% !important;
  }

  .el-dialog {
    margin: 0 !important;
  }

  .el-dialog__headerbtn .el-dialog__close {
    color: #7e7c7c;
  }

}