/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width:10px;
  }
  /* 滚动槽 */
  ::-webkit-scrollbar-track {
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
  }
  /* 滚动条滑块 */
  ::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(99, 93, 93, 0.4);
  }  
.body {
  margin-top: 80px;
}
footer {
  width: 100%;
  background-color: #ffffff;
  height: 297px !important;
  line-height: initial !important;
  border-top: initial !important;

  color: initial !important;
  font-size: initial !important;
  overflow: initial !important;
  margin-top: 100px;
}

.footer-top {
  width: 100%;
  height: 197px;
  background: #f8f9fc;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebeef5;
}
.footer-top .footer-box {
  width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-top .footer-box .title {
  width: 128px;
  height: 21px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  text-align: center;
  font-weight: 400;
  line-height: 21px;
}
.footer-top .footer-box .content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.footer-top .footer-box .content .qrcode {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-top .footer-box .content .qrcode img {
  width: 96px;
  height: 96px;

  margin-bottom: 4px;
}
.footer-top .footer-box .content .qrcode .name {
  height: 16px;
  opacity: 0.7;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #606266;
  font-weight: 400;
  line-height: 16px;
}

.footer-bottom {
  width: 100%;
  height: 100px;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
.footer-bottom .footer-reser {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .footer-reser .reser {
  height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999da5;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.footer-bottom .footer-reser .other {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-bottom .footer-reser .other a {
  height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999da5;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.footer-bottom .footer-reser .other .splitline {
  width: 2px;
  height: 14px;

  background-color: #dcdfe6;
  margin-left: 9px;
  margin-right: 9px;
}

.school-list-banner {
  width: 100%;
  height: 350px;
  background: url(../img/2022/posbanner.png) no-repeat center center;
  background-size:cover
}


.card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}

.position_card {
  display: flex;
  width: 1200px;
  margin-top: 51px;
  background-color: #ffffff;
  flex-direction: column;
  position: relative; /*关键点*/
}
.position_card .title {
  height: 52px;
  border-bottom: 1px solid #ebeef5;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 24px;
}
.position_card .title .box {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex: 1;
}
.position_card .title .box .text {
  margin-right: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  color: #222222;
  font-weight: 700;
}
.position_card .title .box .remark {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #606266;
  font-weight: 400;
}
.position_card .title .search
{
  width: 360px;
  height: 44px;
  border: 2px solid #0055FF;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.position_card .title .search:before {
  content: "";
  position: relative;
  left: 16px;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/2022/search.png);
  /*background-position: -320px -253px;*/
  background-size: 18px 18px;
  background-repeat: no-repeat;
  z-index: 2;
}
.position_card .title .search .search-input{
  flex: 1;
  margin-left: 26px;
  border: none;
  outline: none;
}
.position_card .title .search search-input:focus{
  border:none !important;
  box-shadow: none !important;
}
.position_card .title .search .search-btn{
  border: none;
  width: 80px;
  height: 42px;
  background: #0055FF;
  box-shadow: 0px 4px 16px 0px rgba(0,60,193,0.1);
  cursor: pointer;

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.position_card .pcards .position_card_li{
  cursor: pointer;
}
/*.position_card .pcards .position_card_li :hover{*/
/*  background: #f2f3f7;*/
/*}*/
.position_card .pcards .position_card_li .overview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 99px; */
  height: 85px;
  border-bottom: 1px solid rgb(235, 238, 245);
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  padding-left: 0;
  padding-right: 0;
}

.position_card .pcards .position_card_li .overview .left {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.position_card .pcards .position_card_li .overview .left .pname {
  height: 24px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  
}
.position_card .pcards .position_card_li .overview .left .pother {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}
.position_card .pcards .position_card_li .overview .left .pother div {
  opacity: 0.6;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #606266;
  font-weight: 400;
}

.position_card .pcards .position_card_li .overview .left .pother .split {
  width: 1px;
  height: 13px;
  opacity: 0.2;
  background-color: #979797;
  margin-left: 8px;
  margin-right: 8px;
}

.position_card .pcards .position_card_li .overview .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.position_card .pcards .position_card_li .overview .right .btn {
  width: 128px;
  height: 40px;
  background: #206cfe;
  box-shadow: 0px 4px 16px 0px rgba(0, 60, 193, 0.1);

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin-right: 32px;
}
.position_card .pcards .position_card_li .overview .right .openbtn {
  border-top: 2px solid;
  border-right: 2px solid;
  border-width: 5px;
  border-color: #666666;
  border-style: solid;
  /* 宽度为0 */
  width: 0px;
  height: 6px;
  /* 下三角形 */
  border-bottom: none;
  /* 左右边框设为透明 */
  border-left-color: transparent;
  border-right-color: transparent;
  cursor: pointer;
}
.position_card .pcards .position_card_li .overview .right .closebtn {
  border-right: 2px solid;
  border-width: 5px;
  border-color: #666666;
  border-style: solid;
  /* 宽度为0 */
  width: 0px;
  height: 6px;
  /* 上三角形 */
  border-top: none;
  /* 左右边框设为透明 */
  border-left-color: transparent;
  border-right-color: transparent;
  cursor: pointer;
}

.position_card .pcards .position_card_li .detail {
  border-top: 1px solid #ebeef5;
  background: #f8f9fc;
  padding: 32px;
}
.position_card .pcards .position_card_li .detail .duty {
  width: 64px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 12px;
  height: 26px;
  line-height: 26px;
}
.position_card .pcards .position_card_li .detail .job {
  width: 64px;
  margin-top: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #222222;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.position_card .pcards .position_card_li .detail .dutyCt p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}
.position_card .pcards .position_card_li .detail .jobCt p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
}

.position-filter
{
  display: flex;
  flex-direction: column;
  /*padding: 10px 20px;*/
  padding: 10px 0;
  border-bottom: 1px solid rgb(235, 238, 245);
}
.position-filter .filter-tags
{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.position-filter .filter-tags ul
{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.position-filter .filter-tags div:first-child
{
  height: 54px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #111E36;
  line-height: 54px;
  font-weight: 700;
  margin-right: 30px;
  white-space: nowrap;
}

.position-filter .filter-tags li.item{
  height: 34px;
  background: #FFFFFF;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:4px;
}
.position-filter .filter-tags li.item a
{
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #111E36;
  font-weight: 400;
  cursor: pointer;
}

.position-filter .filter-tags li.current{
  background: rgba(0,85,255,0.08) !important;
  border-radius: 4px;
}
.position-filter .filter-tags li.current a{
  font-family: MicrosoftYaHei-Bold !important;
  color: #0055FF !important;
  font-weight: 700 !important;
}


/* 职位 */
.delivery_card {
  width: 1200px;
}
.delivery_card .applycard {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 56px;
}
.delivery_card .applycard .pname {
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 52px; */
  font-size: 40px;
  color: #222222;
  font-weight: 700;
  line-height: 69px;
  margin-bottom: 16px;
}
.delivery_card .applycard .plist {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 31px;
}
.delivery_card .applycard .plist div {
  opacity: 0.94;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #606266;
  font-weight: 400;
}
.delivery_card .applycard .plist .splitline {
  width: 1px;
  height: 13px;
  opacity: 0.2;
  background-color: #979797;
  margin-left: 16px;
  margin-right: 16px;
}
.delivery_card .title {
  height: 29px;
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 22px; */
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.delivery_card .title .tip{
  
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ff6600;
    font-weight: 400;
    line-height: 16px;
    
}
.delivery_card .title .requiretag{
  width: 8px;
    height: 21px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #ff0000;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 700;

}
.delivery_card .personDevCard{
  margin-bottom: 48px;
}
.delivery_card .personDevCard select{
  width: 370px;
}

.delivery_card .jlcard {
  height: 138px;
  background: #f8f9fc;
  border-radius: 4px;
  margin-bottom: 48px;
}
.delivery_card .jlcard .jlbox {
  display: flex;
  flex-direction: column;
  padding-left: 34px;
  padding-bottom: 32px;
  padding-top: 24px;
}
.delivery_card .jlcard .jlbox2 {
  display: flex;
  flex-direction: column;
  padding-left: 34px;
  padding-bottom: 32px;
  padding-top: 24px;
}
.delivery_card .jlcard .jlbox .uploadbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.delivery_card .jlcard .jlbox2 .uploadbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.delivery_card .jlcard .jlbox .uploadtxt {
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #606266;
  font-weight: 400;
}
.delivery_card .jlcard .jlbox2 .uploadtxt {
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #606266;
  font-weight: 400;
  text-align: center;
}
.delivery_card .jlcard .jlbox #fileicon {
  width: 20px;
  height: 15px;
  color: #ff6863;
  margin-right: 12px;
}
.delivery_card .jlcard .jlbox .jlname {
  line-height: 24px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  margin-right: 34px;
  max-width: 900px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delivery_card .jlcard .jlbox .uploadbox .input-box {
  position: relative;
  display: inline-block;
  width: 124px;
  height: 42px;
}
.delivery_card .jlcard .jlbox2 .uploadbox .input-box {
  position: relative;
  display: inline-block;
  width: 124px;
  height: 42px;
}

.jlcard .jlbox .inputfile {
  opacity: 0;
  cursor: pointer;
  width: 124px;
  height: 42px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.jlcard .jlbox2 .inputfile {
  opacity: 0;
  cursor: pointer;
  width: 124px;
  height: 42px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.jlcard .jlbox .inputfile + label {
  width: 124px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #206cfe;
  line-height: 42px;
  font-family: MicrosoftYaHei;
  font-size: 14px;

  color: #206cfe;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.jlcard .jlbox2 .inputfile + label {
  width: 124px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #206cfe;
  line-height: 42px;
  font-family: MicrosoftYaHei;
  font-size: 14px;

  color: #206cfe;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.delivery_card select {
  background: #887676;
  border: 1px solid #dcdfe6;

  box-sizing: border-box;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  /* padding: 18px 18px 18px 18px; */
  padding: 10px;
  letter-spacing: 0;
  background: url("../img/arrow.png")
    no-repeat scroll right 18px center transparent;
}
.delivery_card select>option{
  background-color: #FFFFFF;
}
/* 设置滚动条的样式 */
.delivery_card ::-webkit-scrollbar {
  width: 5px;
}
/* 滚动槽 */
.delivery_card ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
/* 滚动条滑块 */
.delivery_card ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.delivery_card select::-ms-expand {
  display: none;
}
.delivery_card input {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  /* padding: 18px 18px 18px 18px; */
  padding: 10px;
}
.delivery_card textarea {
  /* padding: 18px 18px 18px 18px; */
  padding: 10px;

  width: 100%;
  height: 120px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  box-sizing: border-box;
}

.delivery_card input,
textarea,
select,
a:focus {
  outline: none;
}

.delivery_card .maxinput {
  width: 100%;
}
.delivery_card .mininput {
  width: 100%;
}
.delivery_card .minselect {
  width: 100%;
}

/* .delivery_card .icards {
  height: 585px;
  overflow: scroll; 关键点
} */
.delivery_card .icard {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 8px;
  margin-top: 40px;
  width: 100%;
}
.delivery_card .icards .icard:last-child {
  border-bottom: none;
  /* margin-bottom: 100px; */
}
.delivery_card .icard .title {
  width: 136px;
  height: 40px;
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 18px; */
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  line-height: 40px;
}

.delivery_card .icard .content {
  display: flex;
  flex-direction: column;
  width: calc((100% - 136px));
}

.delivery_card .icard .contentFirstRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.delivery_card .icard .contentFirstRow .numtxt {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 0px !important;
}
.delivery_card .icard .contentFirstRow .numtxt .num {
  height: 24px;
  opacity: 0.6;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  line-height: 24px;
  margin-right: 8px;
}
.delivery_card .icard .contentFirstRow .numtxt .tip {
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #ff6600;
  font-weight: 400;
  line-height: 16px;
}

.delivery_card .icard .contentFirstRow .addbtn {
  width: 142px;
  height: 40px;
  border: 1px solid #206cfe;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 60, 193, 0.1); */

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #206cfe;
  line-height: 38px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
}
.delivery_card .icard .contentFirstRow .addbtn i{
  margin-right: 7px;
}
.delivery_card .icard .option{
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.delivery_card .icard .option .add {
  width: 142px;
  height: 40px;
  border: 1px solid #206cfe;
  text-align: center;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #206cfe;
  line-height: 38px;
  font-weight: 400;
 
 
}

.delivery_card .icard .option .add i {
  margin-right: 7px;
}

.delivery_card .icard .option .del {
  width: 142px;
  height: 40px;
  border: 1px solid #206cfe;
  
  text-align: center;
  cursor: pointer;

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #206cfe;
  line-height: 38px;
  font-weight: 400;

  margin-right: 15px;
}
.delivery_card .icard .option .del i {
  margin-right: 7px;
}
.delivery_card .icard .content .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  width: 100%;
}
.delivery_card .icard .content .numtxt {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.delivery_card .icard .content .numtxt .num {
  height: 24px;
  opacity: 0.6;
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 18px; */
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  line-height: 24px;
  margin-right: 8px;
}
.delivery_card .icard .content .numtxt .tip {
  height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #ff6600;
  font-weight: 400;
  line-height: 16px;
}

.delivery_card .icard .content .row .col {
  display: flex;
  flex-direction: column;
  /* width: calc((100% - 136px) / 2); */
  width: 50%;
}

.delivery_card .icard .content .row .col2 {
  /* width: calc((100% - 136px)) !important ; */
  width: 100% !important;
}

.delivery_card .icard .content .row .col3 {
  /* width: calc((100% - 136px) / 3) !important; */
  width: calc(100% / 3) 
}

.delivery_card .icard .content .row .col + .col {
  margin-left: 32px;
}

.delivery_card .icard .content .row .col .labeltag {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.delivery_card .icard .content .row .col .labeltag .requireTag {
  width: 8px;
  height: 21px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 700;
}
.delivery_card .icard .content .row .col .labeltag .label {
  height: 21px;
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 16px; */
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 700;
}
.delivery_card .icard .content .row .col .labeltag .tip {
  height: 21px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #ff6600;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
}
.delivery_card .icard .content .row .col .control {
  width: 100%;
}

.delivery_card .icard .content .splitline {
  width: 100%;
  height: 1px;
  background: #ebeef5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.card .form-alert {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  margin-left: 10px;
}
.icards .icard:last-child {
  margin-bottom: 20px;
}
.delivery_card .scard2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  /* position: absolute; 关键点 */
  width: 1200px;
  /* bottom: 0px; */
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(134, 135, 152, 0.25);

  padding: 26px 28px 26px 28px;
  z-index: 100;
}
.delivery_card .scard {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  /* position: absolute; 关键点 */
  width: 1200px;
  /* bottom: 0px; */
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(134, 135, 152, 0.25);

  padding: 26px 28px 26px 28px;
  z-index: 100;
}
/* .fixbottom{
  bottom: 0px;
  position :fixed;
} */
.delivery_card .scard2 .save{
  width: 112px;
  height: 40px;
  background: #206cfe;
  box-shadow: 0px 4px 16px 0px rgba(0, 60, 193, 0.1);
  text-align: center;
  cursor: pointer;

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
}

.delivery_card .scard > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.delivery_card .scard .txt {
  /* width: 686px; */
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.delivery_card .scard .chk {
  width: 22px;
  height: 22px;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-right: 12px;
}
.delivery_card .scard .save {
  width: 112px;
  height: 40px;
  background: #206cfe;
  box-shadow: 0px 4px 16px 0px rgba(0, 60, 193, 0.1);
  text-align: center;
  cursor: pointer;

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
}
.delivery_card .scard .cancel {
  width: 112px;
  height: 40px;
  border: 1px solid #606266;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #606266;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  margin-left: 29px;
  cursor: pointer;
}

.po-success-modal {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 31px;
}
.po-success-modal .head{
  display: flex;
  justify-content: flex-end;

}
.po-success-modal .head img{
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.po-success-modal .msg{
  line-height: 31px;
font-family: MicrosoftYaHei-Bold;
font-size: 24px;
color: #222222;
letter-spacing: 0;
font-weight: 700;
display: flex;
align-items: center;

}
.po-success-modal .msg .successicon{
  width: 48px;
height: 48px;
background: url(../img/icon-success.png);
background-size: cover;
margin-right: 16px;
}
.po-success-modal .msg2{
  margin-top: 16px;
  height: 19px;
font-family: MicrosoftYaHei;
font-size: 14px;
color: #222222;
letter-spacing: 0;
line-height: 19px;
font-weight: 400;
}
.po-success-modal .msg2 a{
  
font-family: MicrosoftYaHei;
font-size: 14px;
color: #206CFE;
letter-spacing: 0;
line-height: 19px;
font-weight: 400;
}
.po-success-modal div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.po-success-modal .ercode{
  margin-top: 40px;
}
.po-success-modal .ercode .erimg {
  width: 181px;
  height: 181px;
  background-image: url(../img/qrcode/office_zhao.jpg);
  background-size: cover;
}
.po-success-modal .ertip{
  line-height: 19px;
font-family: MicrosoftYaHei;
font-size: 14px;
color: #222222;
letter-spacing: 0;
font-weight: 400;
margin-top: 16px;
}
.po-success-modal .ertip a{
  font-family: MicrosoftYaHei;
font-size: 14px;
color: #206CFE;
letter-spacing: 0;
line-height: 19px;
font-weight: 400;
}
.po-success-modal .option{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.po-success-modal .option .btn{
  width: 234px;
  height: 60px;
  background: #206CFE;
  line-height: 60px;
font-family: MicrosoftYaHei;
font-size: 20px;
color: #FFFFFF;
text-align: center;
font-weight: 400;
}
.card .card_title {
  width: 1200px;
  height: 69px;
  font-family: MicrosoftYaHei-Bold;
  /* font-size: 52px; */
  font-size: 40px;
  color: #222222;
  font-weight: 700;
  line-height: 69px;
 
}
.card .card_title em{
  width: 304px;
height: 21px;
font-family: MicrosoftYaHei;
font-size: 16px;
color: #FF6600;
font-weight: 400;
}

.card .delivery_card  .savebtn {
  width: 118px;
  height: 40px;
  border: 1px solid #206CFE;
  line-height: 38px;
font-family: MicrosoftYaHei;
font-size: 16px;
color: #206CFE;
font-weight: 400;
text-align: center;
cursor: pointer;
}
.card .card_applylist {
  width: 1200px;
  margin-top: 60px;
}
.card .card_applylist .nodata{
  text-align: center;
}
.card .card_applylist .nodata img{
  width: 250px;
  height: 250px;
  margin-top: 20px;

}
.applylist_table {
  width: 100%;
  font-size: 12px;
}

.applylist_table th,
.applylist_table td {
  text-align: left;
}

.applylist_table th {
  padding-bottom: 19px;
  height: 26px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  border-bottom: 1.5px solid #c0c4cc;
}

.applylist_table td {
  padding-top: 23px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 16px;
}
.applylist_table td .linkbtn {
  width: 118px;
  height: 40px;
  border: 1px solid #206cfe;
  cursor: pointer;
  display: inline-block;
  line-height: 38px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #206cfe;
  font-weight: 400;
}
.applylist_page {
  width: 100%;
  margin-top: 30px;
}

.applylist_page a,
.applylist_page span {
  display: inline-block;

  width: 36px;
  height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #111E36;
  text-align: center;
  line-height: 36px;
  font-weight: 400;

}

.applylist_page span {
  margin: 0 5px;
}

.applylist_page span.current {
  width: 36px;
height: 36px;
background: #0055FF;
border-radius: 4px;
font-family: MicrosoftYaHei;
font-size: 16px;
color: #FFFFFF;
text-align: center;
line-height: 36px;
font-weight: 400;

}

.applylist_page .total {
  width: auto;
  margin-right: 20px;
height: 22px;
font-family: MicrosoftYaHei;
font-size: 16px;
color: #666D7F;
letter-spacing: 0;
line-height: 22px;
font-weight: 400;
}

.applylist_page .btn-pre {
  width: 32px;
  height: 32px;
  text-indent: -999em;
  position: relative;
  margin: 0 10px 0 0;
}

.applylist_page .btn-pre:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-position: -612px -452px;
}

.applylist_page .btn-pre-none:before,
.applylist_page .btn-pre:before {
  width: 13px;
  height: 22px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.applylist_page .btn-pre-none:before {
  background-position: -612px -426px;
}

.applylist_page .btn-next {
  width: 32px;
  height: 32px;
  text-indent: -999em;
  position: relative;
  margin: 0 0 0 10px;
}

.applylist_page .btn-next:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  background-position: -216px -108px;
}

.applylist_page .btn-next-none:before,
.applylist_page .btn-next:before {
  width: 13px;
  height: 22px;
  background-image: url(../sprite/style-index.png);
  background-repeat: no-repeat;
}

.applylist_page .btn-next-none:before {
  background-position: -612px -400px;
}




.recruitProgress {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
}
.recruitProgress .head{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 31px;
  align-items: center;
  height: 80px;
background: #FAFAFA;
position: fixed;
   
    width: 500px;
    z-index: 100000;
}
.recruitProgress .head .title{
  line-height: 26px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 700;
}
.recruitProgress .head img{
  width: 19px;
  height: 19px;
  cursor: pointer;
}
#timeline {
  list-style: none;
  margin: 100px auto 30px 160px;
  padding-left: 10px;
  border-left: 1px solid #206CFE;
}
#timeline li {
  /*margin: 30px 0;*/
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}
#timeline .relative{
  margin-left: 5px;
}

#timeline .date  {
  margin-top: -8px;
  top: 16px;
  left: -128px;
  font-size: 0.95em;
  line-height: 20px;
  position: relative;

  text-align: right;
  opacity: 0.6;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #606266;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
}
#timeline .circle {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 6px solid #206CFE;
  border-radius: 50%;
  display: block;
  
  margin-left: 2.5px;
  margin-top: 2px;
}
#timeline .circle2{
  margin-top: -10px;
  top: 26px;
  left: -20px;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  border: 1px solid #206CFE;
  border-radius: 50%;
  display: block;
  position: absolute;
} 
#timeline .content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}

#timeline .content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

#timeline label {
  position: relative;
  z-index: 100;
  cursor: pointer;
  top: 0;
  transition: transform 0.2s linear;
  /*margin-left: 5px*/
}
#timeline label .bspan{
  height: 21px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 4px;
}
#timeline label .sspan{
  width: 280px;
  opacity: 0.8;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;

  padding: 10px;
  background: #F8F9FC;
  border-radius: 6px;
}
#timeline label .sspan+.sspan{
  margin-top: 8px;
}
.alertdiv{
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0px 30px
}
.alertdiv .head{
  display: flex;
  justify-content: flex-end;
}
.alertdiv .head img{
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.alertdiv .sfbody{
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  
}
.alertdiv .sfbody .icon-success{
  width: 48px;
  height: 48px;
  background: url(../img/icon-success.png);
  background-size: cover;
  margin-right: 12px;
  display: inline-block;
  /* float: left; */
  vertical-align: middle;
}

.alertdiv .msg{
  
  line-height: 30px;
font-family: MicrosoftYaHei;
font-size: 18px;
color: #222222;
letter-spacing: 0;
font-weight: 400;
text-align: center;
height: 86px;
}

.alertdiv .msg2{
  
  line-height: 30px;
font-family: MicrosoftYaHei;
font-size: 18px;
color: #222222;
letter-spacing: 0;
font-weight: 400;
text-align: center;
height: 30px;
}
.alertdiv .selectbox{
  
  display: flex;
  flex-direction:row;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
  align-items: center;
}
.alertdiv .selectbox .require{
  width: 8px;
  height: 21px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 700;
  margin-right: 2px;
}
.alertdiv .selectbox .label{
  
  line-height: 20px;
font-family: MicrosoftYaHei;
font-size: 15px;
color: #222222;
letter-spacing: 0;
font-weight: 400;
text-align: center;
height: 20px;
}
.alertdiv .selectbox select{
  width: 200px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dcdfe6;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #222222;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding: 5px;
}
.alertdiv .msg .txt{
  display: inline-block;
  height: 48px;
  line-height: 30px;
}
.alertdiv .msg .successtxt{
  display: inline-block;
  height: 48px;
  line-height: 48px;
font-family: MicrosoftYaHei-Bold;
font-size: 24px;
color: #222222;
letter-spacing: 0;
font-weight: 700;
vertical-align: middle;
}
.alertdiv .option{
  display: flex;
  justify-content: center;

}
.alertdiv .option .btn{
  width: 220px;
  height: 48px;
  background: #206CFE;
 line-height: 48px;
 text-align: center;
 cursor: pointer;
font-family: MicrosoftYaHei;
font-size: 20px;
color: #FFFFFF;
text-align: center;
font-weight: 400;
}
.alertdiv .option .btn2{
  width: 160px;
  height: 48px;
  background: #206CFE;
 line-height: 48px;
 text-align: center;
 cursor: pointer;
font-family: MicrosoftYaHei;
font-size: 20px;
color: #FFFFFF;
text-align: center;
font-weight: 400;
margin-left: 24px;
}

.alertdiv .option .cancelbtn{
  width: 160px;
  height: 48px;
  border: 1px solid #206CFE;
  line-height: 46px;
font-family: MicrosoftYaHei;
font-size: 20px;
color: #206CFE;
text-align: center;
font-weight: 400;

cursor: pointer;
}





.interview-login-box{
  width: 460px;
  height: 372px;
  background: #FFFFFF;
  box-shadow: 2px 10px 12px 6px rgba(0, 0, 0, 0.18);
  margin-right: 40px;

  padding: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.interview-login-box .title{
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #111E36;
  line-height: 26px;
  text-align: center;

  margin-bottom: 32px;
}

.interview-login-box .input-wrap{
  width: 100%;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #E6EBF5;
  padding: 0;
}
.interview-login-box input
{
  padding: 11px 12px;
  width: 100%;
  height: 40px;
  border: none;

  box-sizing: border-box;
}
.interview-login-box .form-alert{

  color: red;
}
.interview-login-box .input-wrap .send-code{
  height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #0055FF;
  line-height: 19px;
  display: inline-block;
  cursor: pointer;
  margin-right: 12px;
}


.interview-login-box .input-btn{
  margin-top: 32px;

  width: 100%;
  height: 42px;
  background: #0055FF;
  border-radius: 4px;

  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}

.interview-tip-title{
  height: 32px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111E36;
  line-height: 32px;
}
.interview-tip-msg{
  height: 32px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #111E36;
  line-height: 32px;
}


.interview-tip2-title{
  height: 14px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111E36;
  line-height: 14px;

  margin-bottom: 15px;
}
.interview-legend
{
  width: 926px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111E36;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.interview-legend .legend1,
.interview-legend .legend2
{
  margin-right: 40px;
}
.interview-legend .legend1 span{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(360deg, #206CFE 0%, #4C88FF 100%);
  border: 1px solid #E6EBF5;
}
.interview-legend .legend2 span{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #E6EBF5;
}
.interview-legend .legend3 span{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #F8F9FA;
  border: 1px solid #E6EBF5;
}
.interview-table{
  width: 926px;
  border: 1px solid #E6EBF5;

  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
}
.interview-table td
{
  border: 1px solid #E6EBF5;
  text-align: center;
  vertical-align: middle;
}
.interview-table th{
  height: 42px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111E36;
}
.interview-table td{
  background-color: #fff;
  width: 64px;
  height: 64px;
}
.interview-table-title{
  height: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111E36;
  line-height: 19px;
  width: 94px !important;
}

.interview-tip2-title img{
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.interview-tip2{
  width: 926px;
}
.interview-tip2 p{
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666D7F;
  line-height: 16px;
}
.interview-tip2 p+p
{
  margin-top: 10px;
}

.interview-bottom{
  margin-top: 40px;
  padding: 0 40px;
  width: 1200px;
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(134, 135, 152, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.interview-btns{
  display: flex;
  align-items: center;
}
.interview-btns .btn-save
{
  width: 158px;
  padding: 0 16px;
  height: 40px;
  background: #206cfe;
  box-shadow: 0px 4px 16px 0px rgba(0, 60, 193, 0.1);
  text-align: center;
  cursor: pointer;
  margin: auto;

  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
}
.interview-btns .btn-cancel{
  width: auto;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #606266;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #606266;
  text-align: center;
  font-weight: 400;

  cursor: pointer;
}
.interview-btns .btn-save+.btn-cancel
{
  margin-left: 16px;
}
.interview-time{
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111E36;
  line-height: 18px;
}
.interview-position{
  margin-top: 8px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111E36;
  line-height: 14px;
}
