@charset "UTF-8";
.find-page-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  min-height: 100%;
  min-width: 1280px;
  position: relative;
  background-image: url(../img/bg1.bf83a6c8.png);
  background-size: 100% 100%;
}
.find-page-wrap .find-box {
    position: relative;
    margin: 63px auto;
    width: 1080px;
    height: 750px;
    background: #FFFFFF;
    box-shadow: 9px 9px 40px rgba(146, 148, 154, 0.15);
    opacity: 1;
}
.find-page-wrap .find-box .regTopImage {
      position: absolute;
      width: 306px;
      height: 98px;
      left: -5px;
      top: -8px;
}
.find-page-wrap .find-box .title {
      text-align: center;
      padding-top: 40px;
      font-size: 22px;
      color: #333333;
}
.find-page-wrap .find-box .line {
      margin: 5px auto;
      width: 26px;
      height: 4px;
      background: #2074E8;
      opacity: 1;
}
.find-page-wrap .find-box .find-wrap {
      width: 360px;
      margin: 66px auto 0;
}
.find-page-wrap .find-box .find-wrap .el-form--label-top .el-form-item__label {
        padding: 0px;
        color: #92949A;
}
.find-page-wrap .find-box .find-wrap .el-form-item {
        margin-bottom: 16px;
}
.find-page-wrap .find-box .find-wrap .checkcode-wrapper {
        display: flex;
}
.find-page-wrap .find-box .find-wrap .checkcode-wrapper img {
          width: 100px;
          margin-left: 10px;
}
.find-page-wrap .find-box .find-wrap .checkcode-wrapper .login-code {
          text-align: center;
          margin-left: 10px;
          width: 90px;
          height: 40px;
          background: #BECBE8;
          border: none;
          color: #FFFFFF;
          padding: 0 15px;
}
.find-page-wrap .find-box .find-wrap .find-btn {
        width: 120px;
        height: 40px;
        background: linear-gradient(315deg, #2498FC 0%, #0E44F8 100%);
        border: 1px solid #1274FA;
        color: #FFFFFF;
        border-radius: 0px;
}
.find-page-wrap .find-box .foot {
      margin-top: 50px;
      float: right;
}
.find-page-wrap .find-box .foot .fot1 {
        cursor: pointer;
        font-size: 14px;
        color: #333333;
        margin-right: 43px;
        border-bottom: 1px solid #333333;
        padding-bottom: 3px;
}
.find-page-wrap .find-box .foot .fot2 {
        cursor: pointer;
        font-size: 14px;
        color: #0966E6;
        margin-right: 43px;
}
.find-page-wrap .footer {
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #999999;
}
.find-page-wrap .footer div:first-child {
      margin-bottom: 10px;
}
.customer-center-container {
  padding: 28px 0 80px 0;
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.customer-center-container .empty-box {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    color: #999;
    background-color: #fff;
}
.customer-center-container .apply-list .empty-box {
    padding-top: 30px;
}
.customer-center-container .basic-info {
    width: 100%;
    height: 152px;
    background-size: cover;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.customer-center-container .basic-info .pic-content {
      position: relative;
      margin-top: 20px;
}
.customer-center-container .basic-info .pic-content img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
}
.customer-center-container .basic-info .pic-content .gender-ico {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: -2px;
}
.customer-center-container .basic-info .name {
      font-size: 16px;
      display: inline-block;
      height: 24px;
      line-height: 24px;
      font-weight: 500;
      color: #333;
}
.customer-center-container .basic-info .other-info {
      margin-top: 8px;
      margin-bottom: 0;
      padding-left: 0;
}
.customer-center-container .basic-info .other-info li {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        color: #555;
}
.customer-center-container .basic-info .other-info li:nth-child(1)::after, .customer-center-container .basic-info .other-info li:nth-child(2)::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 12px;
          background-color: #ccc;
          margin: -1px 14px;
}
.customer-center-container .basic-info .user-type {
      margin-top: 18px;
}
.customer-center-container .basic-info .user-type .el-input--small .el-input__inner {
        height: 38px;
        line-height: 38px;
        border-radius: 0;
        border-color: #ECECEC;
        color: #555;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
}
.customer-center-container .left-nav {
    height: 600px;
    padding-top: 24px;
    background-color: #fff;
    margin-top: 20px;
    position: relative;
}
.customer-center-container .left-nav .nav-item {
      padding-left: 88px;
      height: 48px;
      line-height: 48px;
      font-size: 14px;
      color: #333;
      cursor: pointer;
      background-size: 240px 100%;
      background-repeat: no-repeat;
      background-position-x: 40px;
}
.customer-center-container .left-nav .nav-item .nav-ico {
        width: 12px;
        height: 12px;
        margin-right: 8px;
        color: #ccc;
}
.customer-center-container .left-nav .nav-item:hover {
        color: #0E44F8;
}
.customer-center-container .left-nav .nav-item.common {
        background-image: none !important;
}
.customer-center-container .left-nav .nav-item.active {
        color: #fff;
}
.customer-center-container .left-nav .nav-item.active .nav-ico {
          color: #fff;
}
.customer-center-container .left-nav .nav-footer {
      width: 169px;
      height: 100px;
      position: absolute;
      bottom: 0;
}
.customer-center-container .customer-body-wrap {
    padding: 0 0 0 40px;
    overflow-x: hidden;
}
.customer-center-main section {
  margin-bottom: 20px;
}
.customer-center-main .title {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.customer-center-main .title .extra {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin-left: 8px;
}
.customer-center-main .title .extra .num {
      color: #FB8602;
}
.customer-center-main .title .btn {
    margin-left: auto;
    font-size: 14px;
    color: #999999;
}
.customer-center-main .interview-list .list-wrap {
  padding: 30px;
  padding-bottom: 0;
  background-color: #fff;
}
.customer-center-main .interview-list .list-wrap .item {
    margin-bottom: 30px;
    display: flex;
}
.customer-center-main .interview-list .list-wrap .item .time-info {
      width: 124px;
      height: 48px;
      background-size: cover;
      display: flex;
      color: #fff;
      font-size: 18px;
      margin-right: 12px;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day,
      .customer-center-main .interview-list .list-wrap .item .time-info .time {
        display: flex;
        flex: 0.5;
        align-items: center;
        justify-content: center;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day {
        flex-direction: column;
        font-size: 12px;
        padding-left: 12px;
        align-items: flex-start;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day span {
          height: 17px;
          line-height: 14px;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name {
      height: 24px;
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name span {
        flex-shrink: 0;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name span:not(.type-flag) {
          max-width: 200px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          flex-shrink: 0;
}
.customer-center-main .interview-list .list-wrap .item .other-info .company {
      height: 20px;
      font-size: 14px;
      line-height: 20px;
      color: #555555;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 278px;
      display: block;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag {
      width: 72px;
      height: 16px;
      line-height: 16px;
      background: #FFFFFF;
      border: 1px solid;
      opacity: 1;
      border-radius: 8px;
      padding: 0px 8px;
      font-size: 10px;
      margin-left: 8px;
      text-align: center;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag.ground {
        border-color: #637DEB;
        color: #637DEB;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag.online {
        border-color: #FA732B;
        color: #FA732B;
}
.customer-center-main .resume-list .pagination-wrap .el-pagination {
  margin-right: auto;
}
.common-info-font /deep/ span {
  font-family: "NotoSansHans-Regular", "NotoSansHans", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif !important;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.commonBlueTxt {
  color: #17B575;
}
.font-l {
  font-size: 24px;
}
.font-s {
  font-size: 14px;
}
.font-red {
  color: rgba(231, 57, 14, 0.68) !important;
}
.font-strong {
  font-weight: 600;
}
.txt-common-blue {
  color: #17B575 !important;
}
.cursorPointer,
.btn {
  cursor: pointer;
}
.middle-content {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.searchBar-wrap {
  height: 180px;
  background: white;
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.searchBar-wrap .search-bar {
    height: 110px;
}
.searchBar-wrap .search-bar .el-row {
      border: 1px solid rgba(221, 221, 221, 0.960784);
      height: 100%;
      cursor: pointer;
}
.searchBar-wrap .search-bar .el-row .el-col {
        height: 100%;
        position: relative;
}
.searchBar-wrap .search-bar .el-row .el-col.bordered::after {
          content: '';
          width: 1px;
          height: 100px;
          border-left: 1px dashed #DDDDDD;
          position: absolute;
          right: 0;
          top: 4px;
}
.searchBar-wrap .search-bar .el-row:hover {
        border-color: #1274FA;
}
.searchBar-wrap .search-bar .search-item {
      padding-top: 18px;
      padding-left: 40px;
      padding-right: 40px;
}
.searchBar-wrap .search-bar .search-item .search-title {
        margin-bottom: 10px;
        color: #555555;
        font-size: 18px;
}
.searchBar-wrap .search-bar .search-item .el-input {
        padding-right: 30px;
}
.searchBar-wrap .search-bar .search-btn {
      padding-top: 30px;
}
.searchBar-wrap .search-bar .search-btn .el-button {
        width: 120px;
        height: 50px;
        background: linear-gradient(315deg, #2498FC 0%, #0E44F8 100%);
        color: #FFFFFF;
        font-size: 20px;
        border-radius: 0px;
        font-weight: 500;
        border: none;
}
.searchBar-wrap .search-bar .search-btn .reset-btn {
        margin-left: 20px;
        color: #999999;
        font-size: 14px;
        cursor: pointer;
}
.searchBar-wrap .search-bar .search-btn .reset-btn .reset {
          width: 10px;
          margin-right: 4px;
}
.searchBar-wrap .el-input .el-input__inner {
    background-color: #FFFFFF;
    border: none;
    padding: 0px;
}
.searchBar-wrap .el-cascader {
    width: 100%;
}
.btnBefore {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background: #ffffff;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center right;
}
.btnHover {
  transform: scaleX(1);
  transform-origin: center left;
}
.table-body {
  margin-bottom: 15px;
}
.el-container {
  border-top: none !important;
  width: 100%;
}
.left-aside {
  width: 300px !important;
  background-color: #f8f9ff;
  border-right: 1px solid rgba(102, 123, 163, 0.2);
  z-index: 200;
  overflow: visible;
}
.doc-content {
  max-width: calc(100vw - 300px);
  min-height: 100%;
  background-color: #fff;
  flex-grow: 1;
  overflow: hidden;
  padding-right: 200px;
}
.doc-page-body {
  padding: 28px 40px 52px;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
  color: #5E6D82;
}
.doc-page-body .content-body {
    width: 99%;
}
.doc-page-body .content-body section {
      margin-bottom: 20px;
}
.doc-page-body .content-body section h4 {
        font-weight: 600;
}
.doc-page-body .content-body section .intro {
        color: #333;
        margin-bottom: 12px;
}
.doc-page-body .content-body section .paragraph {
        line-height: 28px;
        margin-bottom: 12px;
}
.doc-page-body .content-body section .el-table {
        margin-bottom: 5px;
}
.doc-page-body .content-body section .el-tabs__nav-wrap {
        border-bottom: 1px solid #EAEEFB;
}
.doc-page-body .content-body section .el-tabs__nav-wrap .el-tabs__nav-scroll {
          padding-left: 0;
}
.doc-page-body .content-body section .el-tabs__content {
        padding-top: 16px;
}
.doc-page-body .content-body section .title-lt {
        font-weight: 600;
        color: #333;
}
.doc-page-body .content-body .common-info-section .common-info {
      list-style-type: disc;
      margin-left: 16px;
}
.doc-page-body .content-body .common-info-section .common-info li {
        line-height: 26px;
}
.doc-text {
  color: #5E6D82;
}
@media (max-width: 1440px) {
.left-aside,
  .nav-content {
    width: 260px !important;
}
.doc-content {
    max-width: calc(100vw - 240px);
}
.doc-page-body {
    padding: 20px 32px;
}
}
.doc-title {
  width: 100%;
  position: relative;
  color: #1F2F3D;
}
.doc-title .txt-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doc-title .txt-content h3 {
      font-size: 24px;
      font-weight: 500;
}
.doc-title .txt-content .tips {
      color: #fff;
      height: 24px;
      line-height: 24px;
      padding: 0 10px;
      margin-left: 12px;
}
.doc-title .txt-content .download-page {
      margin-left: 9px;
      color: #355DC6;
      cursor: pointer;
}
.doc-title .sub-content {
    display: flex;
    align-items: flex-end;
}
.doc-title .sub-content .update-time {
      color: rgba(94, 109, 130, 0.44);
      font-size: 14px;
      display: inline-block;
      margin-top: 26px;
}
.doc-title .sub-content .download-page {
      margin-left: auto;
      color: #355DC6;
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: 16px;
}
.doc-title .custom-divider {
    margin: 16px 0;
    background-color: #EBEBEB;
}
.doc-title.sub-title {
    margin-bottom: 16px;
}
.doc-title.sub-title .txt-content h3 {
      font-size: 18px;
      font-weight: 500;
}
.atention-content {
  padding: 12px 16px;
  background: #ecf8ff;
  border-radius: 4px;
  border-left: 5px #50bfff solid;
  margin-bottom: 12px;
}
.atention-content .el-col {
    font-size: 14px;
    font-weight: 400;
    color: #43556f;
    line-height: 26px;
}
.atention-content.red {
    background: rgba(252, 221, 201, 0.25);
    border-left: 5px rgba(231, 57, 14, 0.68) solid;
}
.atention-content .atention-title {
    font-weight: 600;
    line-height: 30px;
}
.atention-content.single {
    height: 40px;
    line-height: 20px;
}
.anchor-wrap {
  width: calc(100vw - 1600px);
  min-width: 180px;
  max-width: 500px;
  position: fixed;
  right: 0;
  margin-top: 116px;
}
.anchor-wrap .ant-anchor-wrapper {
    background-color: #fff;
}
.anchor-wrap .ant-anchor-wrapper .ant-anchor {
      font-size: 12px;
}
.anchor-wrap .ant-anchor-wrapper .ant-anchor .ant-anchor-link:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
}
.ant-anchor-ink::before {
  background-color: #EBEBEB;
}
.ant-anchor-ink-ball {
  margin-top: -8px;
  width: 2px;
  height: 24px;
  background-color: #17B575;
  border: none;
  border-radius: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #17B575;
}
a.link,
.link {
  text-decoration: underline;
  color: #355DC6;
  cursor: pointer;
}
.copy-code-wrap {
  position: relative;
}
.copy-code-wrap .copy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    background-color: #EAEEFB;
    border-radius: 0 4px 0 0;
    cursor: pointer;
}
.copy-code-wrap .copy-btn.common-text-btn {
      border: none;
      height: 32px;
      line-height: 32px;
      width: -moz-max-content;
      width: max-content;
      background: none;
      color: #355DC6;
      padding: 0;
}
.copy-code-wrap .copy-btn.common-text-btn span {
        font-size: 13px;
        line-height: 20px;
}
.copy-code-wrap .code-wrap {
    background-color: #FAFAFA;
    border: 1px solid #EAEEFB;
    border-radius: 4px;
    margin-top: 16px;
    padding: 16px 24px;
    width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 100;
}
.copy-code-wrap .code-wrap code {
      background-color: #FAFAFA;
      padding: 0;
      min-height: 164px;
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */
      white-space: pre-wrap;
      /* Firefox */
}
.copy-code-wrap.inline {
    display: inline-block;
    background-color: #FAFAFA;
    border: 1px solid #EAEEFB;
    border-radius: 4px;
    padding: 0 28px 0 16px;
    border-right: none;
    margin: 0 10px;
}
.copy-code-wrap.inline span {
      margin-right: 24px;
}
.readProtocol {
  color: #17B575;
  cursor: pointer;
}
.expand-btn {
  display: flex;
  color: #17B575;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.expand-btn .ico {
    margin-left: 9px;
    transition: transform .3s;
}
.expand-btn .ico.up {
      transform: rotate(180deg);
}
.list-style {
  list-style: disc;
  list-style-position: inside;
}
.strong-tip {
  font-weight: 600;
}
.deep-text {
  color: #333;
}
.el-table__empty-text {
  line-height: unset;
}
.el-table__empty-text .empty-list-wrap {
    min-height: 266px;
    text-align: center;
    z-index: 100;
    padding: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}
.el-table__empty-text .empty-list-wrap p {
      color: #8C8E9C;
      margin-top: 16px;
      font-size: 12px;
      margin-left: 8px;
}
.step-line .line-inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 12px;
}
.step-line .line-inner .point {
    display: inline-block;
    margin: 0 4px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #c1c3cd;
}
code {
  font-size: 13px;
}
.code .sendCode {
  height: 42px;
  line-height: 42px;
}
.code .sendCode /deep/ span {
    border-left: 1px #E0E5ED solid;
    line-height: 16px;
    display: block;
    font-size: 14px;
    color: #003c8d;
}
.code .el-input {
  border-radius: 0px;
  float: left;
  display: inline-block;
  position: relative;
}
.code .el-button {
  width: 40%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  float: left;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  top: 1px;
  position: absolute;
  right: 1px;
  border: none;
}
.codeInput /deep/ .el-input__inner {
  padding-right: 40%;
}
.no-line-height {
  line-height: initial;
}
.no-line-height:only-child {
    line-height: initial;
}
.dialog-body-content section {
  margin-bottom: 16px;
}
.dialog-body-content section .dg-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}
.common-text-btn {
  border: none;
  background: none;
}
.common-text-btn span {
    color: #17B575;
}
.common-text-btn:hover, .common-text-btn:focus {
    border: none;
    background: none;
}
.dark-blue {
  color: #355DC6;
}
.dark-red {
  color: #CE6B6B;
}
.underline {
  text-decoration: underline;
}
.common-blue {
  color: #43556F;
}
.trace-info /deep/ .el-step__line {
  background-color: #E1EAF5;
  left: 17px !important;
}
.trace-info /deep/ .el-step__title {
  font-size: 12px;
  line-height: 20px;
}
.trace-info /deep/ .el-step__head.is-finish,
.trace-info /deep/ .el-step__title.is-finish,
.trace-info /deep/ .el-step__description.is-finish {
  color: #8891A2;
}
.trace-info /deep/ .el-step__icon {
  width: unset;
  height: unset;
  left: 6px;
  border: none;
  top: -5px;
  color: #E1EAF5;
}
.trace-info /deep/ .el-step__main {
  top: -5px;
  position: relative;
  margin-bottom: 24px;
  width: 320px;
}
.el-popper /deep/ .trace-info .el-step__icon {
  left: 13px;
}
.el-popper /deep/ .empty-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.alert-dialog .el-dialog__body {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.alert-dialog .el-dialog__footer {
  padding-bottom: 40px;
}
.alert-dialog .el-dialog__footer .el-button {
    font-size: 16px;
    height: 38px;
}
.status-line {
  padding: 20px 20px 0 20px;
}
.status-line .el-timeline {
    padding-left: 0;
}
.status-line .el-timeline .time {
      height: 15px;
      font-size: 10px;
      line-height: 15px;
      color: #999999;
      margin-left: 8px;
}
.status-line .el-timeline .desc {
      height: 17px;
      font-size: 12px;
      line-height: 17px;
      color: #999999;
      margin-top: 2px;
}
.status-line .empty-box {
    display: block;
    margin-bottom: 20px;
    color: #999;
    width: 100%;
    text-align: center;
}
.el-dialog__title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.flex-line {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.flex-line .suffix {
    margin-left: auto;
}


/*# sourceMappingURL=50.1772700840257.css.map*/