body .home {
  background: url(../images/nbg.png) no-repeat;
  background-size: 100%; }
  body .home .container {
    padding: 17.6041666667vw 0 6.25vw 0; }
    body .home .container .title {
      text-align: center;
      font-size: 3.9583333333vw;
      line-height: 1.31;
      text-transform: capitalize; }
      body .home .container .title span {
        color: #2690C5; }
    body .home .container .intro {
      text-align: center;
      margin: 2.1875vw 0 11.4583333333vw 0;
      color: #666;
      line-height: 1.4; }
    body .home .container .wrap {
      margin: 0 16.3020833333vw; }
      body .home .container .wrap .types .box {
        margin-bottom: 2.34375vw; }
        body .home .container .wrap .types .box:last-child {
          margin-bottom: 6.25vw; }
        body .home .container .wrap .types .box .pt {
          line-height: 1.2;
          margin-bottom: 1.0416666667vw; }
        body .home .container .wrap .types .box .tags {
          display: flex;
          flex-wrap: wrap;
          gap: 1.6666666667vw; }
          body .home .container .wrap .types .box .tags span {
            border: 1px solid rgba(233, 233, 233, 0.5);
            background: #F9F9F9;
            min-width: 8.0729166667vw;
            font-weight: 300;
            padding: 0.2604166667vw 1.0416666667vw;
            text-align: center;
            text-transform: capitalize;
            cursor: pointer;
            transition: all 600ms; }
            body .home .container .wrap .types .box .tags span:hover, body .home .container .wrap .types .box .tags span.on {
              background: #2690C5;
              color: white; }
      body .home .container .wrap .list .item:not(:last-child) {
        margin-bottom: 1.25vw; }
      body .home .container .wrap .list .item .d1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        body .home .container .wrap .list .item .d1 .pt {
          line-height: 2.4;
          max-width: 40%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        body .home .container .wrap .list .item .d1 .rt {
          display: flex;
          align-items: center; }
          body .home .container .wrap .list .item .d1 .rt p {
            line-height: 1.4;
            max-width: 31.25vw;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          body .home .container .wrap .list .item .d1 .rt .icon {
            margin-left: 1.0416666667vw; }
            body .home .container .wrap .list .item .d1 .rt .icon img {
              width: 0.8333333333vw;
              transition: all 600ms; }
        body .home .container .wrap .list .item .d1.on .rt .icon img {
          transform: rotate(90deg); }
      body .home .container .wrap .list .item .d2 {
        display: none; }
        body .home .container .wrap .list .item .d2 .nr {
          margin-top: 1.0416666667vw; }
          body .home .container .wrap .list .item .d2 .nr .box:not(:last-child) {
            margin-bottom: 3.125vw; }
          body .home .container .wrap .list .item .d2 .nr .box .p1 {
            line-height: 1.85;
            margin-bottom: 1.25vw; }
          body .home .container .wrap .list .item .d2 .nr .box .des {
            color: #666; }
            body .home .container .wrap .list .item .d2 .nr .box .des ul {
              margin-left: 1.5625vw; }
              body .home .container .wrap .list .item .d2 .nr .box .des ul li {
                list-style: disc; }
      body .home .container .wrap .i_t {
        text-align: center;
        margin-top: 5.8333333333vw; }
        body .home .container .wrap .i_t a {
          color: #2690C5;
          text-decoration: underline; }
  @media screen and (max-width: 768px) {
    body .home {
      background-size: cover; }
      body .home .container {
        padding: 100px 5% 50px 5%; }
        body .home .container .title {
          font-size: 28px; }
        body .home .container .intro {
          margin: 20px 0 40px 0;
          font-size: 16px;
          line-height: 1.6; }
        body .home .container .wrap {
          margin: 0; }
          body .home .container .wrap .types .box {
            margin-bottom: 30px; }
            body .home .container .wrap .types .box:last-child {
              margin-bottom: 30px; }
            body .home .container .wrap .types .box .pt {
              font-size: 18px;
              margin-bottom: 15px; }
            body .home .container .wrap .types .box .tags {
              gap: 10px; }
              body .home .container .wrap .types .box .tags span {
                min-width: auto;
                padding: 5px 10px;
                font-size: 14px; }
          body .home .container .wrap .list .item:not(:last-child) {
            margin-bottom: 15px; }
          body .home .container .wrap .list .item .d1 {
            flex-direction: column;
            align-items: flex-start; }
            body .home .container .wrap .list .item .d1 .pt {
              max-width: 100%;
              font-size: 16px; }
            body .home .container .wrap .list .item .d1 .rt {
              width: 100%;
              margin-top: 5px; }
              body .home .container .wrap .list .item .d1 .rt p {
                max-width: calc(100% - 30px); }
              body .home .container .wrap .list .item .d1 .rt .icon {
                margin-left: 10px; }
                body .home .container .wrap .list .item .d1 .rt .icon img {
                  width: 12px; }
          body .home .container .wrap .list .item .d2 .nr {
            margin-top: 20px; }
            body .home .container .wrap .list .item .d2 .nr .box:not(:last-child) {
              margin-bottom: 30px; }
            body .home .container .wrap .list .item .d2 .nr .box .p1 {
              font-size: 16px;
              margin-bottom: 15px; }
            body .home .container .wrap .list .item .d2 .nr .box .des {
              font-size: 14px; }
              body .home .container .wrap .list .item .d2 .nr .box .des ul {
                margin-left: 20px; }
          body .home .container .wrap .i_t {
            margin-top: 60px;
            font-size: 14px; } }

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