.c_btn {
  text-align: right;
  margin-bottom: 40px;
}
.c_btn a,
.c_btn button {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff8200;
}
.c_btn a i,
.c_btn button i {
  font-size: 14px;
  font-weight: bold;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  display: inline-block;
  width: 4px;
}

.job_cont * {
  box-sizing: border-box;
}
.job_cont {
  padding: 75px 0 120px 0;
}
.j_title {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.j_title h3 {
  line-height: 1em;
}
.job_chose {
  background: #f8f8f8;
  padding: 50px 40px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.job_chose ul {
  overflow: hidden;
}
.job_chose li {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}
.iteam_cheack,
.aggree_p {
  cursor: pointer;
  padding-right: 20px;
}
.job_chose li p,
.iteam_cheack,
.aggree_p {
  position: relative;
  padding-left: 22px;
  line-height: 24px;
}
.job_toplist .iteam_p:first-child {
  padding-left: 22px;
}
.job_chose p span,
.iteam_cheack span,
.aggree_p span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.job_chose p span i,
.iteam_cheack span i,
.aggree_p span i {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 1px;
  font-weight: bold;
  line-height: 1em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-style: normal;
  font-size: 10px;
}
.job_chose li.on span,
.iteam_cheack.on span,
.aggree_p.on span {
  border-color: #000;
}
.job_chose li.on span i,
.iteam_cheack.on span i,
.aggree_p.on span i {
  visibility: visible;
  opacity: 1;
}

.job_list li {
  overflow: hidden;
  padding: 18px 45px;
}
.iteam_p {
  float: left;
  width: 60%;
}
.iteam_p:last-child {
  width: 40%;
}
.job_toplist {
  border: 1px solid #000;
}
.job_list .job_bomlist li {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.job_block {
  margin-bottom: 50px;
}
.job_block:last-child {
  margin-bottom: 0;
}
.job_tips {
  color: #7f7f7f;
  padding-top: 20px;
}
.file_list {
  margin-top: 15px;
}
.file_list .file_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-bottom: 6px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}
.file_list .file_item .file_name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.file_list .file_item .file_remove {
  cursor: pointer;
  color: #999;
  font-size: 18px;
  margin-left: 10px;
  line-height: 1;
}
.file_list .file_item .file_remove:hover {
  color: #ff8200;
}
.job_block textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #d0d0d0;
  padding: 12px 20px;
  font-family: inherit;
}

.job_cont .c_btn {
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

.label_ipt {
  position: relative;
  width: fit-content;
}
.label_ipt input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  display: block;
  width: 100%;
  height: 47px;
}
.label_ipt p {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ff8405;
  background: #fff;
  line-height: 40px;
}
.label_ipt i {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  right: 18px;
  top: 50%;
  color: #ff8405;
}
.label_ipt input {
  display: block;
  border: 1px solid #ff8405;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #272424;
  font-size: 16px;
  border-radius: 0;
}

.blank_40,
.tac_tips {
  display: none;
}
.blank_40 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.tac_tips {
  width: 820px;
  max-width: 90%;
  z-index: 99991;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
}
.tac_tips h3 {
  background: #262626;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding: 25px 0;
}
.modal_close {
  position: absolute;
  top: 8px;
  right: 14px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
}
.modal_close:hover {
  color: #ff8200;
}
.tipsbox_p {
  line-height: 1.6em;
}
.tipsbox {
  padding: 60px;
  padding-top: 30px;
}
.tipsbox_p a {
  color: #0451da;
}

.aggree_p {
  margin-top: 20px;
  line-height: 24px;
}
.aggree_p a {
  color: #0451da;
}
.tac_tips .c_btn {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  text-align: center;
}
.tac_tips .c_btn .nocursor {
  cursor: default;
  pointer-events: none;
}
.tipssuccess {
  display: none;
  padding-top: 20px;
  text-align: center;
}
.tac_tips .tipssuccess .c_btn {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .c_btn a i,
  .c_btn button i {
    visibility: visible;
    opacity: 1;
    margin-left: 5px;
    width: auto;
  }
  .job_cont {
    padding: 50px 0;
  }
  .j_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .job_cont .c_btn {
    padding: 0;
  }
  .iteam_p {
    float: left;
    width: 70%;
  }
  .iteam_p:last-child {
    width: 30%;
  }
  .job_chose li {
    margin-right: 20px;
  }
  .job_chose {
    padding: 30px;
    padding-bottom: 10px;
  }
  .job_list li {
    padding: 10px;
  }
  .job_list .job_bomlist li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c_btn a,
  .c_btn button {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .join_list {
    padding-top: 20px;
  }
  .c_btn {
    margin-bottom: 10px;
  }
  .job_cont {
    padding: 30px 0;
  }
  .iteam_p {
    width: calc(100% - 100px);
  }
  .iteam_p:last-child {
    width: 100px;
  }
  .job_chose {
    padding: 20px;
    padding-bottom: 0;
  }
  .job_block {
    margin-bottom: 20px;
  }
  .label_ipt {
    width: 100%;
  }
  .job_block textarea {
    padding: 10px;
    height: 120px;
  }
  .tac_tips h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .tipsbox {
    padding: 20px;
  }
  .tac_tips .c_btn {
    padding-top: 20px;
  }
  .tac_tips .tipssuccess .c_btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .c_btn button {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .c_btn a:hover,
  .c_btn button:hover {
    color: #fff !important;
  }
  .c_btn a:hover i,
  .c_btn button:hover i {
    margin-left: 5px;
    visibility: visible;
    opacity: 1;
  }
}
