body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    margin-left: 14px;

}

h1 {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: center;
}

.table-container {
    display: inline-block;
    text-align: left;
    margin-top: -13px;
    margin-left: -10px;
}

table {
    width: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    border: 3px solid #ccc;
    margin-left: -1px;
}

th, td {
    font-size: 10px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

th {
    font-size: 11px;
    background-color: #f2f2f2;
    font-weight: bold;
}

.install-button {
    display: inline-block;
    margin-right: 2px;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #669696;
    color: white;
    text-decoration: none;
}

.download-button {
    display: inline-block;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #FF9900;
    color: white;
    text-decoration: none;
}

.cert-button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    border-radius: 5px;
    background-color: #669696;
    color: white;
    padding: 4px 6px;
    text-decoration: none;
    margin-left: 3px;
}

.return-button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    border-radius: 5px;
    background-color: #669696;
    color: white;
    padding: 4px 6px;
    text-decoration: none;
    margin-left: 3px;
}


.delete-button {
    display: inline-block;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #CC6666;
    color: white;
    text-decoration: none;
}
@media (min-width: 641px) {
.button-container {

    text-align: right;
    margin-bottom: -32px;
    margin-top: 10px;
    margin-right: 3px;
}
}

@media (max-width: 640px) {
.button-container {
    display: none;
    text-align: right;
    margin-bottom: -32px;
    margin-top: 10px;
    margin-right: 3px;
}
}
.pagination {
    margin-top: 10px;
}

.pagination a {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #f2f2f2;
}

.pagination .current-page {
    font-weight: bold;
}

@media (max-width: 640px) {
    table {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        margin-top: 8px;
        width: 280px;
    }
}
.tbody {

margin-top: 10px;

}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    text-align: left;
}

.modal-content {
    background-color: #fefefe;
    margin: 9% auto;
    font-size: 15px;
    padding: 30px 120px;
    border: 1px solid #888;
    width: 100%;
    max-width: 344px;
    text-align: left;
    border-radius: 7px;
}

#filename {
    width: 232px;
    height: 21px;
    border-radius: 4px;
}

label {
    display: block;
    margin-bottom: 10px;
}

.link-instruction {
    margin-top: 10px;
    font-size: 15px;
}

#link {
    width: 336px;
    height: 21px;
    border-radius: 4px;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 27px;
    font-weight: 100;
    cursor: pointer;
    margin-top: -24px;
    margin-right: -103px;
    color: #000000bf;
}

/* 新增的样式 */
.name-column {
    text-align: left;
    width: 520px;
}

.button-column {
    text-align: right;
        width: 400px;
}


#file-table {
        table-layout: fixed;
}


/* 在手机上隐藏下载按钮 */
@media (max-width: 640px) {
    .download-button {
        display: none;
    }
}

/* 在电脑上隐藏安装按钮 */
@media (min-width: 641px) {
    .install-button {
        font-size: 10px;
        padding: 5px 7px;
     //   display: none;
        margin-right: 2px;
    }
    .table-container {
        width: 700px; /* 调整表格的宽度 */
    }
    table {
        width: 700px;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-collapse: collapse;
        margin-top: 10px;
    }
}



@media (min-width: 641px) {
//    .search-button {
//        display: none;
//    }
}
body {
    background: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAIAAACdaSOZAAAAFElEQVQIHWM4euYKErp0+tINIAIAuHQQ4rDrv5YAAAAASUVORK5CYII=') #c7ced5;

}
@media (min-width: 641px) {

    .notice-container {
        background-color: #f7f3f3;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 8px;
        margin-top: 7px;
        width: auto;
    }

    .notice-container h2 {
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .notice-text {
        color: #666;
        font-size: 14px;
        margin-top: -12px;
        margin-bottom: -12px;
    }

.placeholder {
    display: none;
  width: 18px;
  height: 22px;
  background-color: #f2f2f2;
  margin-top: 10px;
}
}

.placeholder {
  width: 18px;
  height: 20px;
//  background-color: #f2f2f2;
  background-color: #f2f2f200; 
 margin-top: 10px;
}
.placeholder2 {
  width: 18px;
  height: 20px;
  background-color: #f2f2f2;
  margin-top: 10px;
}
@media (max-width: 640px) {
  th.placeholder2 {
    display: none;
  }

    .notice-container {
        background-color: #f7f3f3;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 8px;
        margin-top: 7px;
        width: 254px;
    }

    .notice-container h2 {
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .notice-text {
        color: #666;
        font-size: 11px;
        margin-top: -12px;
        margin-bottom: -12px;
    }
}
@media (max-width: 640px) {

.pcgroup {
display: none;
}
}
@media (min-width: 641px) {

.mobilegroup {
display: none;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    margin-left: 14px;
    margin: 0 auto;
}

}


    .pagination {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .jump-container {
        display: flex;
        align-items: center;
    }

    .jump-input {
        margin-right: 10px;
    }
