#website-information {
    text-align: center;
}

.web_item {
    margin-top: 1em;
    padding: 1.2em;
    background-color: white;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 250px;
}

#website_avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#website_name {
    font-weight: 500;
    font-size: 1.57em;
    margin: 10px 0;
}

#website_introduction {
    margin: 10px 0;
    text-align: left;
}

#website_table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.website_table_a {
    display: table-cell;
}

.website_table_a_name {
    font-size: 20px;
}

.website_table_a_count {
    margin-top: 5px;
}

.website_table_a_brand {
    width: 30px;
    height: 30px;
}

#website_table_brand {
    text-align: center;
    width: 80%;
    margin: 15px auto;
    display: flex;
    justify-content: space-around;
}

.website_brand_a {
    text-decoration: none;
}

#allNotice,#feedBack {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    z-index: 5000;
    max-height: 30em;
    overflow-y: auto;
    overflow-x: hidden;
}

.all_noticeTime {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    padding: 10px 0;
    border-top: 2px solid black;
    text-align: left;
    width: 100%;
}

.all_noticeContent {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin: 10px 0;
    text-align: left;
}

.all_notice_item {
    width: 90%;
    padding: 20px 0;
}

.website_archive_time_day_a {
    text-decoration: none;
    color: black;
    transition: all 0.2s;
    display: block;
    overflow: hidden;
}

.website_archive_time_day_a:hover .website_archive_time_day_img {
    transform: scale(1.1);
}

.website_archive_time_day_img {
    width: 4.2em;
    height: 4.2em;
    border-radius: 8px;
    transition: filter 375ms ease-in 0.2s, transform 0.6s;
    object-fit: cover;
}

.website_archive_time_day_detail {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    justify-content: center;
}

.website_archive_time_day {
    position: relative;
    margin: 0.3em 0;
    display: flex;
    overflow: hidden;
}

.website_archive_time_day_detail_title {
    font-size: 85%;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    text-align: left;
}

.website_archive_time_day_detail_time {
    display: block;
    color: #858585;
    font-size: 75%;
    text-align: left;
}

#catalogDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1em;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
}

#catalogTabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#scrollDiv {
    transition: margin-top 0.3s ease;
    /* 添加过渡效果 */
    position: sticky;
    top: 0;
}

.scrollfixed {
    position: fixed;
    z-index: 1000;
}

.websiteAboutBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: black;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}
.give-some-suggestion{
    margin: 1em;
    padding: 10px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    background: #49b1f5;
    float: right;
}
@media (max-width: 768px) {
    #website-information {
        text-align: center;
        padding: 0.8em;
    }
    .web_item {
        margin-top: 1em;
        padding: 1.2em;
        background-color: white;
        box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
        border-radius: 20px;
        max-width: 100%;
        width: auto;
    }
    #allNotice, #feedBack {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 1em;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        width: 90%;
        text-align: center;
        transition: opacity 0.3s ease-in-out;
        z-index: 5000;
        max-height: 30em;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
