.com-main {
  color: #101010;
  min-width: 1400px;
  .breadcrumb {
    font-size: 14px;
    color: #8f9ab5;
    margin-top: 23px;
    padding: 0 20px;
  }
  section {
    margin: 0 100px;
    padding: 30px 20px;
    border-bottom: 1px solid #c9c9c9;
  }
  .main-header {
    h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .main-header-mid {
      .user_logo{
        max-width: 120px;
        max-height: 120px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .left {
        font-size: 20px;
        align-self: flex-start;
        li{
          i{
            vertical-align: middle;
          }
          span{
            color: #1890ff;
            cursor: pointer;
          }
        }
      }
      .right {
        font-size: 18px;
        li{
          text-align: right;
          margin-top: 10px;
        }
      }
    }
    .steps {
      margin: 70px 0 50px;
      :deep(.el-step) {
        .is-wait {
          .el-step__icon-inner {
            display: none;
          }
        }
        .el-step__main {
          position: absolute;
          top: -40px;
          left: 50%;
          transform: translate(-50%, 0);
          width: 100%;
          .el-step__title {
            font-size: 16px;
          }
          .el-step__description {
            font-size: 16px;
            margin-top: 35px;
            padding: 0;
          }

          .is-success {
            color: #07921d !important;
          }
        }
      }
    }
  }
  .main-custom {
    div {
      vertical-align: top;
      display: inline-block;
      width: 250px;
      margin-right: 180px;
    }
  }
  .sharing-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .sharing-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sharing-address {
    line-height: 24px;
    &.limit {
      padding: 0 16px;
      border: 1px solid #c9c9c9;
      max-height: 300px;
      overflow: scroll;
    }
  }
  .table-wrap {
    overflow: hidden;
    .total {
      float: right;
      text-align: right;
      margin: 30px 0 0 0;
      border: 0px;
      border-collapse: collapse;
      border-spacing: 0;
      tr {
        td {
          border-bottom: 1px solid #c9c9c9;
          &:nth-child(2) {
            padding: 10px 0 10px 40px;
          }
        }
      }
    }
  }
  .orderTable {
    :deep(.el-table__body) {
      .el-table__cell {
        vertical-align: top;
        line-height: 53px;
      }
    }
  }
  :deep(.expanded + tr) {
    .el-table__expanded-cell{
      padding:0 0 15px !important;
    }
  }
  
  .colorBlue {
    color: #1890ff;
  }
  .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .cursor {
    cursor: pointer;
  }

  .notes-1 {
    width: 138px;
    border-bottom: 2px solid #101010;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
  }
  .notes-2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .notes-3 {
    width: 70%;
    line-height: 22px;
  }
}