@charset "utf-8";

#index {
  background: #fff;

  .block {
    .body {
      width: 1200px;
      margin: 0 auto;

      .m-title {
        font-size: 32px;
        font-weight: 600;
        color: #303139;
      }
    }
  }

  .block-1 {
    height: 470px;
    background-image: url('/assets/part1_img_1920.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;

    .body {
      padding-top: 110px;
      padding-left: 50px;
    }

    .title {
      font-size: 32px;
      font-weight: 600;
      color: #050930;
      margin-bottom: 40px;
    }

    .desc {
      font-size: 16px;
      color: #5E677B;
      margin-bottom: 24px;
    }
  }

  .block-2 {
    background: #6865FD;

    .body {
      padding: 40px 130px;
    }

    .title {
      color: #fff;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .desc {
      font-size: 24px;
      color: #fff;
    }

    .btn {
      float: right;
      margin-top: -60px;
    }
  }

  .block-3 {
    background: #fefefe;
    position: relative;
    padding-bottom: 400px;

    .bg {
      .bg-1 {
        background-image: url('/assets/bg_img_1920.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
      }

      .bg-2 {
        background-image: url('/assets/bg_img2_1920.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
      }

      .bg-3 {
        background-image: url('/assets/bg_img3_1920.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 500px;
      }

      .bg-4 {
        background-image: url('/assets/bg_img4_1920.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 290px;
      }
    }

    .fixed {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
    }

    .body {
      padding-top: 90px;
    }

    .step {
      .m-title {
        color: #303139;
        font-size: 32px;
        font-weight: 600;

        .sub {
          color: #A8ACC7;
          font-size: 28px;
          font-weight: 600;
          margin-left: 15px;
        }
      }

      .list {
        display: flex;

        .item {
          flex: 1;
          background: rgba(255, 255, 255, 1);
          box-shadow: 0px 32px 44px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
          border-radius: 2px;
        }

        .m-r-1-5 {
          margin-right: 15px;
        }

        .m-l-1-5 {
          margin-left: 15px;
        }
      }
    }

    .step-1 {
      margin-bottom: 90px;

      .m-title {
        margin-bottom: 20px;
      }

      .item {
        height: 210px;
        width: 580px;
        padding: 30px;

        .title {
          font-size: 24px;
          font-weight: 600;
          color: #303139;
          margin-bottom: 40px;

          .sub {
            font-size: 24px;
            margin-left: 30px;
            color: #C8D1DA;
          }
        }

        .btn {
          .button {
            margin-right: 40px;
          }

          .btn-shadow {
            box-shadow: 0px 15px 25px -5px rgba(66, 146, 240, 0.2);
            border: 1px solid rgba(248, 251, 255, 1);
          }
        }
      }
    }

    .step-2 {
      margin-bottom: 100px;

      .m-title {
        margin-bottom: 30px;
      }

      .item {
        height: 200px;
        width: 380px;
        padding: 30px 36px;

        .title {
          font-size: 22px;
          font-weight: 600;
          color: #303139;
          margin-bottom: 20px;

          .assets {
            margin-right: 5px;
          }

          .sub {
            font-size: 14px;
            margin-left: 10px;
          }
        }

        .desc {
          color: #8897A8;
        }
      }
    }

    .step-3 {
      margin-bottom: 100px;

      .item {
        height: 160px;
        width: 380px;
        padding: 20px 30px;
        position: relative;

        .assets {
          position: absolute;
        }

        .foot-1 {
          bottom: 19px;
          right: 34px;
        }

        .foot-2 {
          top: 50px;
          right: 154px;
        }

        .foot-3 {
          top: 25px;
          right: 27px;
        }

        .title {
          font-size: 36px;
          font-weight: 600;
          margin-bottom: 24px;
        }

        .desc {
          font-size: 18px;
          color: #5E677B;
        }
      }
    }

    .step-4 {
      margin-bottom: 130px;

      .m-title {
        margin-bottom: 20px;
      }

      .box {

        .detail {
          display: inline-block;
          width: 920px;
          vertical-align: top;
        }

        .list {
          display: inline-block;
          width: 280px;
          background: #fff;

          .tab {
            height: 120px;
            width: 100%;
            opacity: 0.5;
            line-height: 120px;
            text-align: left;
            padding-left: 60px;
            font-weight: 600;
            font-size: 18px;
            position: relative;
            cursor: pointer;

            .assets {
              margin-right: 8px;
            }

            .place {
              opacity: 0;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              width: 40px;
              text-align: center;
            }

            .place-1 {
              background: #ffe0e0;

              .right-arrow::after {
                border-color: #F36565;
              }
            }

            .place-2 {
              background: #fdede0;

              .right-arrow::after {
                border-color: #FFB676;
              }
            }

            .place-3 {
              background: #d2e6fd;

              .right-arrow::after {
                border-color: #4292F0;
              }
            }

            .place-4 {
              background: #d9d8ff;

              .right-arrow::after {
                border-color: #6865FD;
              }
            }

            .left-arrow {
              opacity: 0;
              position: absolute;
              top: 50%;
              left: -15px;
              width: 0;
              height: 0;
              transform: translateY(-50%);
              border-top: 10px solid transparent;
              border-right: 15px solid #fff;
              border-bottom: 10px solid transparent;
            }

            .right-arrow {
              display: inline-block;
              position: relative;
              width: 18px;
              height: 18px;
              margin-right: 10px;
            }


            .right-arrow::after {
              display: inline-block;
              content: " ";
              height: 9px;
              width: 9px;
              border-width: 3px 3px 0 0;
              border-style: solid;
              transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
              position: absolute;
              top: 50%;
              right: 3px;
              margin-top: -2px;
            }
          }

          .tab.active {
            opacity: 1;
            box-shadow: 0px 12px 20px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);

            .place {
              opacity: 1;
            }

            .left-arrow {
              opacity: 1;
            }
          }
        }
      }
    }

    .step-5 {

      .m-title {
        margin-bottom: 30px;
      }

      .item {
        width: 380px;
        padding: 30px;
        position: relative;

        .sun {
          position: absolute;
          top: 0;
          right: 0;
        }

        .title {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 15px;

          .sub {
            margin-left: 10px;
          }
        }

        .desc {
          margin-left: 15px;
          color: #8897A8;
          width: 250px;
          margin-bottom: 5px;
        }
      }
    }
  }

  .block-4 {
    height: 640px;
    padding-left: 150px;
    padding-top: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: linear-gradient(241deg, rgba(132, 93, 72, 0) 0%, rgba(88, 50, 29, 1) 100%);
    margin-bottom: 20px;

    .title-1 {
      font-size: 32px;
      color: #fff;
      margin-bottom: 20px;
    }

    .title-2 {
      color: #fff;
      font-size: 48px;
      margin-bottom: 15px;
    }
  }

  .block-5 {
    height: 530px;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;

    .grid-item {
      width: 25%;
      padding: 5px;

      .item {
        max-height: 260px;
        background: #FAFAFA;
        border: 1px solid #F1F4F7;
        padding: 20px;
        overflow: hidden;

        .item-header {
          margin-bottom: 10px;

          .avatar {
            width: 40px;
            height: 40px;
          }

          .name {
            color: #5E677B;
            font-size: 16px;
            vertical-align: middle;
            display: inline-block;
          }

          .date {
            color: #8897A8;
            font-size: 12px;
            float: right;
            vertical-align: middle;
          }
        }

        .item-body {
          color: #8897A8;
          padding-left: 10px;
          overflow: hidden;
        }
      }
    }
  }

  .block-6 {
    height: 400px;
    padding-top: 60px;
    background: #E9EFF8;

    .body {
      .m-title {
        margin-bottom: 24px;
      }
    }

    .step-list {
      display: flex;
    }

    .step {
      flex: 1;
      padding: 0 40px;

      .title {
        font-size: 24px;
        font-weight: 600;
        color: #303139;
        position: relative;

        .assets {
          position: absolute;
          left: -40px;
          top: 5px;
        }
      }

      .desc {
        font-size: 16px;
        color: #8897A8;
      }
    }
  }

  .block-7 {
    height: 420px;
    padding-top: 80px;
    background: #6865FD;

    .step-list {}

    .step {
      width: 33.33%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;

      .title {
        font-size: 16px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: 600;
      }

      .desc {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
      }

      .qrcode {
        background: #8683fb;
        padding: 15px;
        display: inline-block;
      }
    }
  }
}