﻿body {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #626675;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff; /* 可以根据需要修改背景颜色 */
}
.footerdiv {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    margin-top: 22px;
    background-color: #F1F1F1;
    height: 120px;
    margin-bottom: -32px;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    font-size: 14px;
}
body {
}

.top_1 {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    border: none;
    z-index: 100;
    box-shadow: 0px 0px 4px #525252;
}

.top_1_1 {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
    height: 100px;
    border-bottom: 0px solid #DDDDDD;
    text-align: center;
    padding-top: 6px;
}

.top_2 {
    width: 100%;
    margin: auto;
    background-color: #F1F1F1;
    height: 52px;
    border-bottom: 1px solid #DDDDDD;
}

.top_3 {
    float: left;
    width: 21%;
    margin-left: 10px;
    height: 47px;
    margin-top: 4px;
}

.top_4 {
    float: left;
    width: 40%;
    text-align: center;
    height: 52px;
    white-space: nowrap;
}
/*.top_5{float:left; width:25%; text-align:right; height:38px; margin-top:7px;} */
.top_5 {
    float: right;
    width: 34%;
    text-align: right;
    height: 52px;
}

.top_5_inner {
    float: right;
    height: 52px;
    width: 60px;
    border-bottom: 0px solid #a0a0a0;
}
/*.top_shadow {clear:both; width: 99%; margin: auto; background-color: #FFFFFF;  height:1px;font-size:1px} */
.top_shadow_1 {
    clear: both;
    width: 100%;
    margin: auto;
    background-color: #f0f0f0;
    height: 1px;
    font-size: 1px;
    opacity: 0.4;
}

.user_icon_top_right {
    cursor: pointer;
    cursor: hand;
    margin-top: 8px;
    margin-right: 16px;
}

.bodyContainer {
    margin-top: 60px;
}

#search_field {
    width: 700px;
    padding: 8px 25px 8px 10px;
    color: black;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #bbb;
    height: 20px;
}

#btnSearch {
    width: 100px;
    height: 32px;
    margin-left: -107px;
    padding: 6px;
    border: none;
    color: #fff;
    background: #61affe;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: normal;
}

.options {
    background-image: url(/images/config.png);
    background-size: 32px;
    height: 32px;
    width: 32px;
    margin-left: 15px;
    border: 0px;
    background-color: transparent;
    white-space: normal;
    font-weight: normal;
    color: #a0a0a0;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#searchForm {
    border-radius: 24px;
}

.tag {
    text-decoration: none;
    color: #0237A3;
    margin-right: 8px;
    font-weight: normal;
    font-size: 15px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    min-height: 90vh;
    overflow: hidden;
}

.SItem {
    width: 200px;
    height: 242px;
    margin: 12px;
    float: left;
    font-weight: normal;
    text-align: left;
}

    .SItem .imagePanle {
        height: 182px;
        overflow: hidden;
        position: relative;
    }

        .SItem .imagePanle .Img {
            width: 200px;
            height: 180px;
            overflow: hidden;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .SItem .imagePanle .img-overlay {
            background-color: #61affe;
            bottom: 7px;
            font-size: 12px;
            padding: 2px;
            padding-left: 4px;
            padding-right: 4px;
            color: #fff;
            opacity: 0;
            filter: alpha(opacity = 0);
            position: absolute;
            z-index: 47;
            border: 1px solid #61affe;
            -moz-border-radius-bottomright: 4px 4px;
            border-bottom-right-radius: 4px 4px;
            -moz-border-radius-topright: 4px 4px;
            border-top-right-radius: 4px 4px;
            transition: opacity 0.3s ease; /* 添加过渡效果 */
        }

        .SItem .imagePanle .Img:hover + .img-overlay {
            opacity: 0.8; /* 鼠标悬停时透明度为 0.8 */
        }

    .SItem .toolbar {
        font-size: 13px;
        color: #a0a0a0;
        height: 28px;
        overflow: hidden;
        line-height: 134%;
        margin-top: -1px;
        width: 200px;
    }

    .SItem .title {
        font-size: 13px;
        color: #626675;
        height: 34px;
        overflow: hidden;
        line-height: 134%;
        margin-top: -4px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .SItem .tags {
        font-size: 13px;
        color: #626675;
        height: 34px;
        overflow: hidden;
        line-height: 134%;
        margin-top: -4px;
        padding-left: 2px;
        padding-right: 2px;
    }

.text-center {
}

    .text-center li {
        list-style-type: none;
        text-align: center;
    }

.pagepanle {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 22px;
}

    .pagepanle .item {
        font-size: 22px;
        font-weight: bold;
        color: #626675;
        white-space: nowrap;
        background-color: #e8e8e8;
        border: 1px solid #e8e8e8;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .pagepanle .itemNext {
        font-size: 22px;
        font-weight: bold;
        color: #F8F8F8;
        background-color: #61affe;
        border: 1px solid #e8e8e8;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 4px;
        margin-left: 15px;
        margin-right: 15px;
        -webkit-border-radius: 4px;
        white-space: nowrap;
    }

.imageTool {
    margin-left: 5px;
    margin: 3px;
    background-color: #808080;
}
