﻿
html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "微软雅黑";
}

a {
    text-decoration: none; /* 移除下划线 */
    cursor: default; /* 移除手型指针 */
}

    a:hover {
        text-decoration: none; /* 防止hover时出现下划线 */
    }

ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.sys-error {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); /* 修正偏移 */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
}

.header {
    width: 100%;
    height: 350px;
    background: url(/images/banner.png) no-repeat top center;
    background-position: 50%;
    background-size: cover;
}

.header-content {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    height: 70px;
}


.logo-text {
    color: #f3e998;
    font-size: 36px;
    cursor: pointer;
    letter-spacing: 2px;
}

    .logo-text:hover {
        color: #f3e998 !important;
    }

.logo-ad {
    color: white;
    font-size: 48px;
    text-align: center;
    padding-top: 40px;

}

.content {
    flex: 1;
    padding-bottom: 10px;
}

.search-box {
    margin: 0 auto;
    width: 800px;
    align-items: center;
    display: flex;
    flex-grow: 1;
    position: relative;
    top: 50px;
}

.search-input {
    align-items: center;
    display: flex;
    flex-grow: 1;
    position: relative;
    height: 54px;
}

.search-keyword {
    font-size: 25px;
    border: none;
    box-sizing: border-box;
    flex-grow: 1;
    height: 100%;
    padding: 0;
    width: 100%;
    color: deepskyblue;
    text-align: center;
}

.search-button {
    background-color: #fa8900;
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 5px;
    line-height: 54px;
    margin-left: 1px;
    position: relative;
    text-align: center;
    width: 120px;
}

.detail-box {
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.search-detail {
    width: 1200px;
    margin: 0 auto;
}

    .search-detail > .detail-title {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: white;
        background-color: #666;
    }

    .search-detail > ul {
    }

        .search-detail > ul > li {
            height: 48px;
            line-height: 48px;
            border: 1px solid #eee;
            border-top: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

.dt-name {
    flex: 0 0 190px;
    padding: 0px 15px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #eee;
    float: left;
}

.dt-content {
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    padding: 0px 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-box {
    padding: 10px 0px 0px 0px;
    width: 100%;
    display: none;
}

    .ad-box > ul {
        width: 1200px;
        height: 70px;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        display: block;
    }

        .ad-box > ul > li {
            width: 288px;
            height: 70px;
            float: left;
            text-align: center;
            display: block;
            border: 1px solid #999;
            margin-left: 16px;
            position: relative;
        }

.ad-tip {
    display: inline-block;
    position: absolute;
    color: white;
    text-align: center;
    width: 28px;
    height: 17px;
    line-height: 17px;
    top: 0;
    left: 0;
    font-size: 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5);
}

.ad-close {
    display: inline-block;
    position: absolute;
    color: white;
    text-align: center;
    width: 28px;
    height: 17px;
    line-height: 17px;
    top: 0;
    right: 0;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
}


.ad-box > ul > li:first-child {
    margin-left: 0;
}

.foot {
    width: 100%;
    background-color: #333;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

#trans-tooltip {
    display: none;
}

#tip-arrow-bottom {
    display: none;
}

#tip-arrow-top {
    display: none;
}

.lbIp-type {
    display: inline-block;
    color: white !important;
    padding: 5px 13px;
    height: 28px;
    line-height: 18px;
    border-radius: 3px;
    margin-right: 5px;
}

    .lbIp-type.type-limegreen {
        background-color: limegreen;
    }

    .lbIp-type.type-orange {
        background-color: rgb(255, 170, 0);
    }

    .lbIp-type.type-lightcoral {
        background-color: lightcoral;
    }

    .lbIp-type.type-green {
        background-color: green;
    }

    .lbIp-type.type-critical {
        background-color: #c0392b;
    }


.level1 {
    background-color: green;
}

.level2 {
    background-color: limegreen;
}

.level3 {
    background-color: #b2dc5e;
}

.level4 {
    background-color: #dddd00;
}

.level5 {
    background-color: #ffaa00;
}

.level6 {
    background-color: red;
}
