$accountTitleHeight: "78px";
$distributionCenterHeight: "326px";

.dashboard-warp {
  display: flex;
  .warp-left {
    //width: 25.3vw;
    width: 324px;
    min-height: 80vh;
    //padding: 24px 24px 0;
    background-color: #fff;
    &-account {
      width: 100%;
      height: calc(100% - #{$accountTitleHeight});
      padding: 24px 24px 0;
      background: #fff url(./assets/images/account_bg@2x.png) no-repeat
        center/contain;
      .sub-title {
        color: #7f8fa4;
        font-size: 14px;
        padding-bottom: 15px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        i {
          margin-left: 3px;
        }
        p {
          line-height: 30px;
        }
      }
      .sub-desc {
        color: #324150;
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        .ant-statistic-content-prefix {
          font-size: 0.7em;
          color: #324150;
        }
        .ant-statistic-content-value-int {
          font-size: 1em;
        }
        .ant-statistic-content-value-decimal {
          font-size: 1em;
        }
      }
      .btn-options {
        padding-bottom: 64px;
        .ant-btn {
          margin-right: 16px;
        }
        .withdraw {
          margin-top: 21px;
          border: 1px solid #215fff;
          color: #215fff;
        }
      }
    }
  }
  .warp-right {
    //width: 65.3vw;
    margin-left: 16px;
    flex: 1 auto;
    .order-warp {
      display: flex;
      padding: 12px 0 19px;
      margin-bottom: 16px;
      background: #fff;
      li {
        position: relative;
        flex: 1;
        > div {
          position: relative;
          padding: 45px 0 5px 36px;
          width: 262px;
          height: 122px;
          margin: 0 auto;
          padding-left: 172px;
          .sub-title {
            font-size: 16px;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #324150;
            line-height: 24px;
          }
          .sub-link {
            display: block;
            padding-top: 16px;
            font-size: 12px;
            color: #215fff;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
          }
          i {
            display: inline-block;
            position: absolute;
            left: 36px;
            top: 21px;
            width: 136px;
            height: 100px;
          }
          i.icon-order-deliver {
            background: #fff url(./assets/images/icon-order-deliver@2x.png)
              no-repeat center/cover;
          }
          i.icon-order-complete {
            background: #fff url(./assets/images/icon-order-complete@2x.png)
              no-repeat center/cover;
          }
          i.icon-order-receive {
            background: #fff url(./assets/images/icon-order-receive@2x.png)
              no-repeat center/cover;
          }
        }
      }
    }
    .distribution-warp {
      display: flex;
      position: relative;
      background-color: #fff;
      padding: 33px 50px 33px 24px;
      height: calc(100% - #{$distributionCenterHeight});
      &-content {
        flex: 1;
        .distribution-title {
          padding: 11px 0 16px;
          font-family: PingFangSC-Semibold, PingFang SC;
          font-weight: 600;
          color: #7f8fa4;
          line-height: 22px;
        }
        p {
          color: #7f8fa4;
          line-height: 28px;
        }
        .sub-link {
          display: block;
          padding: 16px 0 10px;
        }
      }
      &-bg {
        width: 274px;
        height: 205px;
        background: #fff url(./assets/images/distribution-bg@2x.png) no-repeat
          center/cover;
      }
    }
   
  }
  h3.title {
    position: relative;
    padding: 24px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(50, 65, 80, 1);
    line-height: 30px;
    display: flex;
    align-items: center;
    background: #fff;
    &:after {
      content: "";
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 0;
      border-bottom: 1px solid #eaeaed;
    }
    .icon-account {
      width: 12px;
      height: 12px;
      margin-right: 8px;
      background: #fff url(./assets/images/icon-account@2x.png) no-repeat
        center/cover;
    }
    .icon-order {
      width: 12px;
      height: 12px;
      margin-right: 8px;
      background: #fff url(./assets/images/icon-order@2x.png) no-repeat
        center/cover;
    }
    .icon-virtual-product {
      width: 12px;
      height: 12px;
      margin-right: 8px;
      background: #fff url(./assets/images/icon-virtual-product@2x.png)
        no-repeat center/cover;
    }
    .sub-link {
      position: absolute;
      top: 26px;
      right: 24px;
    }
  }
  .sub-link {
    font-size: 12px;
    color: #215fff;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
  }
}
