.space-box {
  width: 100%;
  height: 78px;
  background: #fafbff; }

.activity-page main {
  max-width: 1140px;
  margin: 0 auto; }
.activity-page .section1 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  background: url("../../assets/img/activity/bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  .activity-page .section1 main .title {
    width: 100%;
    position: relative; }
    .activity-page .section1 main .title .border-wrapper {
      width: 230px;
      height: 9px;
      position: absolute;
      top: 38px;
      left: 15px; }
      .activity-page .section1 main .title .border-wrapper div {
        width: 0%;
        height: 9px;
        border-radius: 9px;
        background: #22c8cc; }
    .activity-page .section1 main .title .title1 {
      position: relative;
      z-index: 5; }
  .activity-page .section1 main .content {
    width: 100%;
    padding-top: 22px;
    line-height: 30px;
    font-size: 16px;
    color: #666; }
    .activity-page .section1 main .content span {
      color: #22c8cc; }
  .activity-page .section1 main .table {
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #fff; }
    .activity-page .section1 main .table .left {
      width: 10%;
      float: left; }
    .activity-page .section1 main .table .mid {
      width: 45%;
      float: left; }
    .activity-page .section1 main .table .right {
      width: 45%;
      float: left;
      border-right: none !important; }
    .activity-page .section1 main .table .item {
      float: left;
      border-right: 2px solid #e1e1e1;
      box-sizing: border-box; }
      .activity-page .section1 main .table .item .head {
        width: 100%;
        height: 60px;
        background: #22c8cc;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        position: relative; }
        .activity-page .section1 main .table .item .head .table-btn {
          margin-left: 50px;
          display: inline-block;
          border: 1px solid #fff;
          width: 200px;
          height: 40px;
          background: #22c8cc;
          border-radius: 4px;
          text-align: left;
          left: 0px;
          bottom: 0px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 40px;
          padding-left: 30px;
          color: #fff;
          transition: 0.3s ease;
          cursor: pointer;
          position: relative; }
          .activity-page .section1 main .table .item .head .table-btn .arrow {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: 30px;
            transition: 0.3s ease; }
          .activity-page .section1 main .table .item .head .table-btn:hover .arrow {
            transform: translateX(10px); }
      .activity-page .section1 main .table .item .row1 {
        width: 100%;
        height: 290px;
        border-bottom: 2px solid #e1e1e1;
        box-sizing: border-box; }
        .activity-page .section1 main .table .item .row1 .sample {
          width: 100%;
          height: 100%;
          font-size: 18px;
          color: #333333;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          line-height: 38px; }
        .activity-page .section1 main .table .item .row1 .des-wrapper {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
          padding: 0 35px; }
          .activity-page .section1 main .table .item .row1 .des-wrapper .h5 {
            display: none; }
          .activity-page .section1 main .table .item .row1 .des-wrapper .des {
            line-height: 30px;
            font-size: 16px;
            color: #333333; }
            .activity-page .section1 main .table .item .row1 .des-wrapper .des span {
              color: #22c8cc; }
      .activity-page .section1 main .table .item .row2 {
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        position: relative; }
        .activity-page .section1 main .table .item .row2 .sample {
          width: 100%;
          font-size: 18px;
          color: #333333;
          text-align: center;
          font-weight: bold;
          line-height: 38px;
          padding-top: 90px; }
        .activity-page .section1 main .table .item .row2 .des-wrapper {
          width: 100%;
          height: 150px;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          padding: 0 35px; }
          .activity-page .section1 main .table .item .row2 .des-wrapper .h5 {
            display: none; }
          .activity-page .section1 main .table .item .row2 .des-wrapper .des {
            line-height: 30px;
            font-size: 16px;
            color: #333333; }
            .activity-page .section1 main .table .item .row2 .des-wrapper .des span {
              color: #22c8cc; }
        .activity-page .section1 main .table .item .row2 .table-btn {
          position: absolute;
          width: 260px;
          height: 53px;
          background: #22c8cc;
          border-radius: 4px;
          left: 35px;
          bottom: 35px;
          box-sizing: border-box;
          font-size: 20px;
          line-height: 53px;
          padding-left: 30px;
          color: #fff;
          transition: 0.3s ease;
          cursor: pointer; }
          .activity-page .section1 main .table .item .row2 .table-btn .arrow {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: 30px;
            transition: 0.3s ease; }
          .activity-page .section1 main .table .item .row2 .table-btn:hover .arrow {
            transform: translateX(10px); }
.activity-page .section2 {
  width: 100%;
  background: url("../../assets/img/activity/bg2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  .activity-page .section2 main .title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-top: 45px;
    color: #152c5b;
    padding-bottom: 60px;
    font-weight: bold; }
  .activity-page .section2 main .list {
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
    box-sizing: border-box;
    padding-left: 22.5px;
    padding-right: 22.5px; }
    .activity-page .section2 main .list:before, .activity-page .section2 main .list:after {
      content: " ";
      display: table; }
    .activity-page .section2 main .list:after {
      clear: both; }
    .activity-page .section2 main .list .item {
      width: 530px;
      height: 430px;
      border-radius: 20px;
      background: #fff;
      float: left;
      margin-right: 35px;
      position: relative;
      margin-bottom: 35px; }
      .activity-page .section2 main .list .item:nth-child(2n) {
        margin-right: 0px; }
      .activity-page .section2 main .list .item .shape {
        position: absolute;
        left: -7px;
        top: 30px;
        z-index: 1; }
      .activity-page .section2 main .list .item .a {
        position: absolute;
        left: 19px;
        top: -16px;
        z-index: 2; }
      .activity-page .section2 main .list .item .name {
        width: 100%;
        height: 46px;
        line-height: 46px;
        position: absolute;
        top: 30px;
        font-size: 18px;
        color: #fff;
        padding-left: 120px;
        box-sizing: border-box;
        z-index: 5; }
      .activity-page .section2 main .list .item .des {
        white-space: pre-line;
        width: 100%;
        padding-top: 90px;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
        line-height: 35px;
        font-size: 16px;
        color: #333333; }
      .activity-page .section2 main .list .item .more {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 100%; }
.activity-page .footer_space {
  width: 100%;
  height: 50px; }
.activity-page .section5 {
  display: block;
  width: 100%;
  height: 50px;
  background: #22c8cc;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 99; }
  .activity-page .section5 .container .left {
    float: left;
    width: calc(100% - 170px);
    height: 30px;
    margin-top: 10px; }
    .activity-page .section5 .container .left .item {
      display: inline-block;
      margin-right: 60px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #fff;
      box-sizing: border-box;
      padding-left: 20px;
      position: relative; }
      .activity-page .section5 .container .left .item:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0; }
  .activity-page .section5 .container .right {
    margin-top: 5px;
    float: right;
    width: 140px;
    height: 40px;
    background: #fff;
    border-radius: 0.375rem;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #22c8cc;
    cursor: pointer;
    transition: 0.3s ease; }
    .activity-page .section5 .container .right:hover {
      background: rgba(255, 255, 255, 0.75); }
.activity-page .footer {
  padding-top: 0px !important; }
.activity-page section.slice {
  padding-bottom: 0px !important; }
@media (max-width: 1200px) {
  .activity-page main {
    max-width: 970px; }
  .activity-page .list .item {
    width: 445px !important;
    height: 500px !important; } }
@media (max-width: 992px) {
  .activity-page main {
    max-width: 750px; }
  .activity-page .list .item {
    width: 335px !important;
    height: 600px !important; }
  .activity-page .row1 {
    height: 400px !important; }
  .activity-page .row2 {
    height: 250px !important; }
  .activity-page .section1 main .table .item .head {
    text-align: left !important;
    box-sizing: border-box;
    padding-left: 20px; }
  .activity-page .section1 main .table .item .head .table-btn {
    width: 120px;
    padding-left: 0px;
    text-align: center; }
    .activity-page .section1 main .table .item .head .table-btn .arrow {
      display: none; } }
@media (max-width: 768px) {
  .activity-page main {
    padding: 0 10px;
    max-width: 100%; }
  .activity-page .section1 main .title .title1 {
    width: 80%; }
  .activity-page .section1 main .content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .activity-page .section5 {
    height: 85px; }
    .activity-page .section5 .container .left {
      width: 100%;
      margin-top: 5px; }
      .activity-page .section5 .container .left .item {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 10px; }
    .activity-page .section5 .container .right {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      margin-top: 5px; }
  .activity-page .h5 {
    padding: 0 20px;
    display: block !important;
    float: left;
    width: 60px; }
  .activity-page .section1 main .table .left {
    display: none; }
  .activity-page .section1 main .table .mid {
    width: 100%; }
  .activity-page .section1 main .table .right {
    width: 100%; }
  .activity-page .footer_space {
    width: 100%;
    height: 85px; }
  .activity-page .section1 main .table .item .row1 .des-wrapper {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px;
    padding-right: 10px; }
  .activity-page .section1 main .table .item .row2 .des-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px;
    padding-right: 10px; }
  .activity-page .section1 main .table .item .head .table-btn {
    float: right;
    margin-top: 10px;
    margin-right: 10px; }
  .activity-page .list .item {
    width: 100% !important;
    height: unset !important;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .activity-page .list .last-item {
    height: 300px !important; } }

/*# sourceMappingURL=activity.css.map */
