@charset "utf-8";

#my-tools {

  .user-action {
    border-bottom: 1px solid #eee;

    .tip {
      font-size: 12px;
      color: #A7A7B7;

      span {
        color: #4299FF;
        cursor: pointer;
        margin: 0 5px;
      }

      i {
        font-size: 14px;
        cursor: pointer;
      }
    }
  }

  .table-layout {
    padding: 20px 30px;

    .tip-layout {
      text-align: center;
      padding-top: 70px;
      padding-bottom: 70px;

      .t1 {
        color: #686872;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
      }

      .desc {
        color: #686872;
        line-height: 14px;
        margin-bottom: 10px;
      }

      .t2 {
        color: #686872;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 50px;
      }

      .t3 {
        color: #686872;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
      }

      .date {
        color: #A7A7B7;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
      }

    }
  }

  .tab-1-layout {
    .total-log {
      font-size: 12px;

      .t {
        color: #303139;
      }

      span {
        color: #5E677B;
        margin-right: 10px;

        b {
          color: #4299FF;
          margin: 0 2px;
        }
      }
    }

    .user-action {
      .email {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        margin-top: 8px;

        .switch {
          margin-left: 5px;
          vertical-align: top;
        }
      }
    }

    .data-layout {
      margin: 0 -20px;
      text-align: center;

      .data-item:hover {
        .fixed {
          display: block;
        }
      }

      .data-item {
        margin: 0 20px;
        margin-top: 24px;
        width: 230px;
        display: inline-block;
        text-align: left;
        position: relative;

        .assets {
          height: 265px;
          width: 100%;
        }

        .fixed {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 265px;
          display: none;
          background: rgba(0, 0, 0, 0.5);

          .btns {
            padding: 120px 45px;

            .button {}

            .white {
              cursor: pointer;
              display: inline-block;
              color: #fff;
              font-size: 12px;
              float: right;
            }
          }
        }

        .title {
          color: #303139;
          font-size: 16px;
          margin-bottom: 5px;

          span {
            background: #A3CFFF;
            display: inline-block;
            padding: 0 3px;
            height: 16px;
            border-radius: 2px;
            line-height: 16px;
            text-align: center;
            margin-right: 10px;
            color: #fff;
            font-size: 10px;
          }

          b {
            color: #4299FF;
          }
        }

        .date {
          color: #A7A7B7;
          font-size: 12px;
        }

        .more {
          position: absolute;
          bottom: 0;
          right: 0;
        }
      }
    }
  }

  .tab-2-layout {
    .total-log {
      font-size: 12px;

      .t {
        color: #303139;
      }

      span {
        color: #5E677B;
        margin-right: 10px;

        b {
          color: #4299FF;
          margin: 0 2px;
        }
      }
    }

    .data-layout {
      margin: 0 -20px;
      text-align: center;

      .data-item {
        margin: 0 20px;
        margin-top: 24px;
        width: 230px;
        display: inline-block;
        text-align: left;
        position: relative;

        .assets {
          height: 160px;
          width: 100%;
        }

        .title {
          color: #A7A7B7;
          margin-bottom: 5px;

          b {
            color: #4299FF;
          }
        }

        .date {
          color: #A7A7B7;
          font-size: 12px;
        }

        .more {
          position: absolute;
          bottom: 0;
          right: 0;
        }
      }
    }
  }

  .tab-3-layout {}

  .tab-4-layout {}

  .tab-5-layout {
    padding-top: 80px;
    padding-bottom: 280px;
  }
}