body,
html {
      background-color: #f4f7f9;
}

.join-tab {
      margin: 60px 0;
      font-size: 18px;
}

.join-tab ul {
      display: flex;
      justify-content: center;
}

.join-tab ul li {
      background-color: #fff;
      border-radius: 30px;
      padding: 20px 40px;
      margin: 0px 20px;
      font-weight: 500;
}

.join-tab ul li:hover {
      background-color: #449cc9;
      color: #fff;
      cursor: pointer;
}

.join-tab ul li.on {
      background-color: #449cc9;
      color: #fff;
}

/* .join_container{
      width: 1200px;
      margin: 0 auto;
} */
.join_search {
      display: flex;
      justify-content: space-between;

      flex-wrap: wrap;
      font-size: 14px;
}

.custom-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: #449cc9;
      border: none;
      padding: 12px 25px 12px 15px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      background: url(../images/down.png) right center no-repeat #fff;
      font-size: 14px;
      text-align: right;
      direction: rtl;
}

.join_search_tab {
      background-color: #fff;
      border-radius: 30px;
      margin: 8px 0;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      overflow: hidden;
      padding-right: 15px;

}

.join_search_tab span {
      background-color: #2f3c49;
      color: #fff;
      display: inline-block;
      padding: 12px 15px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      font-size: 14px;
}

.join_search-input {
      display: flex;
      align-items: center;
      border-radius: 30px;
      padding-left: 35px;
      justify-content: space-between;
      margin: 8px 0;
      background: url(../images/search.png) 8px center no-repeat #fff;

}

.join_search-input .input_text {
      border: none;
      font-size: 14px;
      padding: 12px 15px;
}

.join_search-button {
      background-color: #449cc9;
      padding: 12px 25px;
      color: #fff;
      border: none;
      border-radius: 20px;
      display: block;
      margin-left: 15px;
      font-size: 14px;
}

.join-table {
      background: rgba(255, 255, 255, 0.5);
      padding: 20px;
      font-size: 18px;
      margin: 40px 0;
}

.table-list {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0px 10px;
}

.table-list .title {
      border-radius: 20px;
}

.table-li {
      background-color: #fff;
      margin: 10px 0;
}

.table-li:hover {
      background-color: #449cc9;
      color: #fff;
}

.table-li .name {
      background: url(../images/person-icon2.png) left center no-repeat;
      padding-left: 30px;

}

.table-li .position {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: left;
}

.table-li .position img {
      margin-left: 20px;

}

.table-li .position img.img2 {
      display: none;
}

.table-li:hover .position .img1 {
      display: none;
}

.table-li:hover .position .img2 {
      display: block;
}

.table-li:hover .name {
      background: url(../images/person-icon1.png) left center no-repeat;
}

.table-list th {
      font-weight: 500;
      background-color: #000;
      color: #fff;
      padding: 20px;
}

.table-list td {
      padding: 20px;
}

/* 为表头第一行的左右单元格设置上圆角 */
.table-list tr:first-child th:first-child {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
}

.table-list tr:first-child th:last-child {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
}

.table-list tr td:first-child {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
}

.table-list tr td:last-child {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
}

.position-container {
      background: rgba(255, 255, 255, 0.5);
      padding: 40px;
      font-size: 18px;
      margin: 40px auto;
}

.position-container .title {
      font-size: 30px;
      background: url(../images/person-icon3.png) left center no-repeat;
      padding-left: 80px;
      line-height: 50px;
}

.position-nav {
      background-color: #fff;
      border-radius: 20px;
      padding: 0px 40px;
      margin: 24px 0;
      display: flex;
      justify-content: space-between;
      font-size: 18px;
}

.position-detail {
      background-color: #fff;
      border-radius: 20px;
      padding: 40px 40px;
}

.position-detail-con {}

.position-detail-con h3 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
}

.position-detail-con p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 30px;
}

.position-btn {
      font-size: 18px;
}

.position-btn span {
      padding: 20px 20px;
      border-radius: 50px;
      border: 1px solid #dedede;
      background-color: #fff;
      width: 160px;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      margin-right: 20px;
      font-weight: bold;
}

.position-btn span.on {
      background-color: #449cc9;
      color: #fff;
      border: none;
}

.position-nav b {}

.dialog {}

.dialog .bg {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index:100;
}

.dialog-agree {
      position: fixed;
      left: 50%;
      top: 50%;
      background-color: #fff;
      transform: translate(-50%, -50%);
      padding: 30px;
      border-radius: 30px;
      width: 55%;
      z-index: 1003;
}

.dialog-agree h3 {
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
}

.dialog-agree p {
      line-height: 1.6;
      margin-bottom: 8px;
}

.dialog-agree .position-btn {
      text-align: center;
      margin-top: 20px;
}

.dialog-form {
      position: fixed;
      left: 50%;
      top: 50%;
      background-color: #fff;
      transform: translate(-50%, -50%);
      padding: 30px 50px;
      border-radius: 30px;
      width: 500px;
      font-size: 18px;
      z-index: 1003;
}

.dialog-form h3 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
}

.dialog-form .form-con {}

.dialog-form .form-con p {
      border: 1px solid #dedede;
      border-radius: 20px;
      padding: 20px;
      margin-bottom: 20px;
      display: flex;

}

.dialog-form .form-con p label {
      font-weight: normal;

}

.dialog-form .form-con p i {
      color: #f00;
      ;
}

.dialog-form .form-con p input {
      border: none;
      flex: 1;
}

.dialog-form .tj {
      padding: 20px 30px;
      margin-bottom: 30px;
      color: #999999;
      background: linear-gradient(to right, #f0f5f8, #cbdae1);
      border: none;


}

.close-btn {
      background: url(../images/close.png) no-repeat;
      position: absolute;
      top: -80px;
      right: -40px;
      width: 24px;
      height: 24px;
      cursor: pointer;
}

@media (max-width:768px) {

      .position-container {
            padding: 20px;
      }

      .join_search,
      .join-tab,
      .position-btn,
      .position-detail-con h3 {
            font-size: 14px;
      }

      .join-table {
            font-size: 14px;
      }

      .position-nav {
            font-size: 14px;
            flex-wrap: wrap;
            line-height: 24px;
      }

      .position-container .title {
            font-size: 20px;
      }

      .position-detail-con p {
            font-size: 12px;
      }

      .position-btn span {
            width: auto;
            padding: 10px 20px;
      }

      .dialog-form {
            width: 95%;
            font-size: 14px;
      }

      .dialog-form h3 {
            font-size: 18px;
      }

}

@media (max-width:414px) {
      .dialog-agree {
            width: 95%;
      }

      .join-tab {
            margin: 30px 0;
      }

      .join_search {
            display: block;
      }
     .table-li .name,.table-li:hover .name{
            background-size: 12px 12px;
      }
    .table-li .position img {
           width:20px;
           height:20px;
    }
   .position-detail,.position-company,.position-nav{ 
         padding:0px !important;
   }
}