@media screen and (max-width: 500px) {
    .greeTitle{
        font-size: 0.5rem;
        font-weight: 500;
        color: #111111;
        margin-bottom: 0.53rem;
    }
    .formWidth{
        width: 9.2rem;
    }
     .tablewidth{
      width: 9.2rem;
      margin: auto;
    }
    .greeDocument{
        margin: 2.26rem 0 0 0;
    }
    .greeButton {
        margin: 0.5rem 0 1.06rem 0;
    }
    .contain{
        /* width: 100%;
        height: 100%; */
        opacity: 1;
        border: 0.02rem dashed #999999;
        border-radius: 0.1rem;
        padding: 0.4rem;
        margin-bottom: 0.53rem;
    }
    .data-subTitle{
        color: #333333;
        font-size: 0.4rem;
        font-weight: 500;
    }
    .data-file-size{
       font-size: 0.32rem;
       font-weight: 400;
       color: #666666;
    }
    .data-title{
       font-size: 0.37rem;
       font-weight: 500;
       color: #333333;
       margin: 0.4rem 0 0.08rem 0;
    }
    .data-contain{
       font-size: 0.37rem ;
       font-weight: 400;
       color: #666666;
    }
    .contain-main{
        display: flex;
    }
    .contain-img{
        width: 0.91rem;
        height: 0.88rem;
        margin-right: 0.28rem;
    }
    .data-footer{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .upload-img{
        width: 0.66rem;
        height: 0.66rem;
    }
  
}