.footer {
    padding: 30px 0px;
    color: #999;
    line-height: 2;
    font-size: 14px;
    text-align: center;
}
.footer a  {
    color: #999;
    text-decoration: none;
}
.huik {
            margin-left: 12px;
    margin-right: 12px;
            display: flex;
            justify-content: space-between; /* 在父容器中平均分配空间 */
  
        }
        .huik a {
            display: flex;
            align-items: center;
   
                text-decoration: none; 
    color: black;
        }
        .huik img {
            width: 33px;
            margin-right: 2px;
        }
     .filetits {
            font-size: 14px; 
        }
.number{
 display: none;
}
#qualitySelect {
            width: 150px;
            padding: 10px; 
            border: 1px solid #ccc; 
            border-radius: 4px;
            background-color: #f9f9f9; 
            font-size: 16px; 
            color: #333; 
            cursor: pointer;
            transition: background-color 0.3s; 
        }
        
#uploadInfo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    color: #0084e9;
    font-size: 14px;

}

.download-link {
    display: inline-block; 
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0084e9;
    color: #ffffff; 
    text-decoration: none; 
    border-radius: 5px; 
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: center; 
}




.download-container {
    display: flex; 
    justify-content: center; 
    margin-top: 10px;
}

.compression-info {
    padding: 10px;
    color: #037408; 
    font-size: 14px; 
    text-align: center;

}
.but{
border: none;
    width: 100% !important;
    background: #0072ff;
    height: 3rem;
    border-radius: 0.5rem;
    color: #fff;
    margin-top: 25px;
}
.su
{
    border: 0;
    padding: 1rem !important;
    margin-bottom: 0;
    text-align: center;
}
.list
{
    margin-bottom: 20px;
    border: 5px dashed #d4d4d4;
    background-color: #f9f9f9;
}
.list .ce {
    font-size: 15px;
    text-align: center;
    color: #cccccc;
}

.img {
    width: 80px;
    height: 80px;
    border: 1px solid rgb(143, 59, 59);
    }
    
.bk {
    position: relative;
    margin-top: 25px;
    }

.file {
   position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

.btn {
    width: 100px;
    height: 30px;
    background-color: #0072ff;
    color: white;
    border: none;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    }
   