.section {
  position: relative;
  overflow: hidden; }
  .section > .bg {
    background: #F1F0F0; }
  .section .main {
    padding: 100px 0 0;
    width: 600px;
    margin: 0 auto; }
    .section .main .item {
      width: 100%;
      border-radius: 20px;
      border: 2px solid #FFFFFF;
      background: rgba(255, 255, 255, 0.4);
      padding: 30px;
      margin: 0 0 30px;
      cursor: pointer; }
      .section .main .item .item_top {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .section .main .item .item_top .color_box {
          display: flex; }
          .section .main .item .item_top .color_box .cir {
            width: 60px;
            height: 60px;
            background: #000000;
            border-radius: 50%; }
            .section .main .item .item_top .color_box .cir:nth-child(2) {
              background: #007aff;
              margin: 0 0 0 -20px;
              box-shadow: -3px 0px 0px #FFFFFF; }
        .section .main .item .item_top .text_box {
          width: 380px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .section .main .item .item_top .text_box .time h5 {
            font-weight: 800;
            font-size: 22px;
            color: #9f9f9f; }
          .section .main .item .item_top .text_box .time p {
            margin: 10px 0 0;
            font-weight: 500;
            font-size: 16px;
            color: #676767; }
          .section .main .item .item_top .text_box .btn {
            font-weight: 500;
            font-size: 16px;
            color: #999; }
      .section .main .item .item_info {
        display: flex;
        justify-content: flex-end;
        margin: 15px 0 0; }
        .section .main .item .item_info .info_box {
          width: 380px;
          border-top: 3px solid #FFFFFF;
          padding: 15px 0 0; }
          .section .main .item .item_info .info_box p {
            font-weight: 500;
            font-size: 18px;
            color: #9f9f9f;
            line-height: 1.6; }

.back {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%; }
  .back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    background: #007CE9;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF; }

@media screen and (max-width: 750px) {
  .section {
    position: relative;
    overflow: hidden; }
    .section > .bg {
      background: #F1F0F0; }
    .section .main {
      padding: 13.3333333333vw 0 0;
      width: 80vw;
      margin: 0 auto; }
      .section .main .item {
        width: 100%;
        border-radius: 2.6666666667vw;
        border: 2px solid #FFFFFF;
        background: rgba(255, 255, 255, 0.4);
        padding: 4vw;
        margin: 0 0 4vw;
        cursor: pointer; }
        .section .main .item .item_top {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .section .main .item .item_top .color_box {
            display: flex; }
            .section .main .item .item_top .color_box .cir {
              width: 8vw;
              height: 8vw;
              background: #000000;
              border-radius: 50%; }
              .section .main .item .item_top .color_box .cir:nth-child(2) {
                background: #007aff;
                margin: 0 0 0 -2.6666666667vw;
                box-shadow: -3px 0px 0px #FFFFFF; }
          .section .main .item .item_top .text_box {
            width: 50.6666666667vw;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .section .main .item .item_top .text_box .time h5 {
              font-weight: 800;
              font-size: 2.9333333333vw;
              color: #9f9f9f; }
            .section .main .item .item_top .text_box .time p {
              margin: 1.3333333333vw 0 0;
              font-weight: 500;
              font-size: 2.1333333333vw;
              color: #676767; }
            .section .main .item .item_top .text_box .btn {
              font-weight: 500;
              font-size: 2.1333333333vw;
              color: #999; }
        .section .main .item .item_info {
          display: flex;
          justify-content: flex-end;
          margin: 2vw 0 0; }
          .section .main .item .item_info .info_box {
            width: 50.6666666667vw;
            border-top: 0.4vw solid #FFFFFF;
            padding: 2vw 0 0; }
            .section .main .item .item_info .info_box p {
              font-weight: 500;
              font-size: 2.4vw;
              color: #9f9f9f;
              line-height: 1.6; }

  .back {
    position: fixed;
    bottom: 5.3333333333vw;
    left: 0;
    width: 100%; }
    .back a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 66.6666666667vw;
      height: 8vw;
      border-radius: 1.3333333333vw;
      margin: 0 auto;
      background: #007CE9;
      font-weight: bold;
      font-size: 3.2vw;
      color: #FFFFFF; } }

/*# sourceMappingURL=history.css.map */
