@charset "UTF-8";
body {
  width: 19.2rem;
  opacity: 0; }

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: "PingFang SC Medium", "PingFang SC", "Microsoft YaHei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; }

.flex {
  display: flex; }

ul {
  list-style: none; }

img {
  border: none; }

a {
  text-decoration: none;
  color: black; }

input, textarea {
  outline: none; }

.hide {
  display: none; }

@media screen and (max-width: 600px) {
  body {
    width: 7.5rem; } }
.join-container .content-top {
  align-items: flex-end;
  justify-content: center; }
  .join-container .content-top .tab {
    width: 2.9rem;
    padding: .24rem 0 .24rem;
    color: #999999;
    background-color: #0f0f0f;
    border-radius: 10px 10px 0 0;
    text-align: center;
    cursor: pointer;
    font-size: .24rem; }
    .join-container .content-top .tab.active {
      padding: .3rem 0 .24rem;
      background-image: linear-gradient(to bottom, #3b3b3b, #181818);
      position: relative;
      z-index: 11;
      color: #fff; }
    .join-container .content-top .tab .iconfont {
      font-size: .26rem;
      margin-right: .1rem; }
.join-container .content {
  color: #fff;
  width: 15.69rem;
  margin: 0 auto;
  background: #181818;
  padding-top: .3rem;
  margin-bottom: 1.8rem; }
  .join-container .content .xiaoyuan {
    display: none; }
  .join-container .content .seclect-wrapper {
    padding-left: .45rem; }
    .join-container .content .seclect-wrapper .seclect {
      height: .64rem;
      width: 2.1rem;
      background: #000;
      line-height: .64rem;
      font-size: .2rem;
      border-radius: .1rem;
      position: relative;
      box-sizing: border-box;
      cursor: pointer;
      margin-right: .18rem; }
      .join-container .content .seclect-wrapper .seclect ul {
        display: none;
        width: 100%;
        background: #000;
        padding-bottom: .1rem;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 12; }
        .join-container .content .seclect-wrapper .seclect ul li {
          padding-left: .27rem;
          font-size: .2rem;
          line-height: 2; }
      .join-container .content .seclect-wrapper .seclect.is-focus {
        border-radius: .1rem .1rem 0 0; }
        .join-container .content .seclect-wrapper .seclect.is-focus ul {
          display: block; }
        .join-container .content .seclect-wrapper .seclect.is-focus i {
          transform: rotateZ(180deg); }
      .join-container .content .seclect-wrapper .seclect input {
        height: 100%;
        cursor: pointer;
        background-image: none;
        background: none;
        border: none;
        display: inline-block;
        font-size: inherit;
        outline: none;
        padding-left: .27rem;
        padding-right: .18rem;
        width: 100%;
        color: #fff;
        position: relative;
        z-index: 11;
        box-sizing: border-box; }
      .join-container .content .seclect-wrapper .seclect i {
        transition: transform 0.3s;
        font-size: .19rem;
        position: absolute;
        top: .15rem;
        right: .19rem; }
  .join-container .content .table .pagination-top {
    border-bottom: .01rem solid #000000;
    padding: .4rem .6rem .34rem .6rem;
    justify-content: space-between;
    color: #999999; }
    .join-container .content .table .pagination-top .total {
      font-size: .2rem;
      line-height: 1; }
      .join-container .content .table .pagination-top .total i {
        color: #D70C19;
        font-style: normal;
        font-size: .2rem; }
    .join-container .content .table .pagination-top .nums {
      font-size: .24rem;
      line-height: .3rem; }
      .join-container .content .table .pagination-top .nums span {
        padding: 0 .1rem; }
      .join-container .content .table .pagination-top .nums .nowIndex {
        color: #fff; }
      .join-container .content .table .pagination-top .nums i {
        cursor: pointer;
        display: inline-block;
        transform: translateY(-0.02rem) rotateZ(-90deg);
        font-size: .1rem;
        margin-right: -.05rem; }
        .join-container .content .table .pagination-top .nums i:first-child {
          transform: translateY(-0.02rem) rotateZ(90deg); }
  .join-container .content .table .pagination-bottom {
    padding-top: .22rem;
    background: #000;
    display: flex; }
    .join-container .content .table .pagination-bottom span {
      width: .48rem;
      height: .48rem;
      background: #171717;
      border-radius: .1rem;
      font-size: .18rem;
      color: #FFFFFF;
      text-align: center;
      line-height: .48rem;
      margin-left: .08rem;
      display: inline-block;
      cursor: pointer; }
      .join-container .content .table .pagination-bottom span.nowIndex {
        background: linear-gradient(90deg, #890001 0%, #D70C19 99%); }
  .join-container .content .table .table-content {
    color: #999999; }
    .join-container .content .table .table-content .list {
      cursor: pointer;
      border-bottom: .01rem solid #000000;
      position: relative; }
      .join-container .content .table .table-content .list ul {
        display: flex; }
        .join-container .content .table .table-content .list ul li {
          font-size: .2rem;
          min-width: 2.22rem;
          text-align: center;
          height: .9rem;
          line-height: .9rem; }
      .join-container .content .table .table-content .list .detail-btn {
        position: absolute;
        right: .56rem;
        top: 0;
        line-height: .9rem; }
        .join-container .content .table .table-content .list .detail-btn span {
          font-size: .2rem;
          transform: translateY(0.06rem); }
    .join-container .content .table .table-content .is-active .list {
      color: #fff; }
    .join-container .content .table .table-content .is-active .detail-btn {
      color: #D20C18; }
      .join-container .content .table .table-content .is-active .detail-btn span {
        transform: translateY(0) rotateZ(90deg);
        display: inline-block; }
    .join-container .content .table .table-content .detail {
      display: none;
      padding: .5rem .73rem .88rem;
      background: #0c0c0c;
      position: relative; }
      .join-container .content .table .table-content .detail p {
        font-size: .2rem; }
      .join-container .content .table .table-content .detail .detail-content {
        width: calc(100% - 140px); }
      .join-container .content .table .table-content .detail .send-job-mail {
        position: absolute;
        right: .73rem;
        bottom: .88rem;
        width: 130px;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .2rem;
        background-image: linear-gradient(to right, #890001, #d70c19);
        border-radius: 50px; }

/*# sourceMappingURL=about-safer-join.css.map */
