body {
    margin: 0;
}

.isloading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;

    .layui-icon {
        font-size: 60px;
        position: absolute;
        color: #2d8cf0;
    }
}


.header {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;

    .title {
        display: flex;
        align-items: center;
        height: 48px;
        /* line-height: 48px; */
        padding: 8px;
        padding-left: 20px;
        border-bottom: 1px solid #dadce0;


        .img {
            width: 24px;
            margin-right: 8px;
        }

        span {
            font-family: "Product Sans", Arial, sans-serif;
            font-size: 22px;
            color: #5f6368;
            vertical-align: middle;
            line-height: 24px;
        }
    }

    .search_box {
        max-width: 960px;
        width: calc(100% - 48px);
        margin: auto;
        padding: 24px;
        padding-top: 8px;
        padding-bottom: 28px;
        flex-grow: 1;
        min-width: 344px;
    }

    .search {
        width: 100%;
        /* padding-left: 20px; */
        display: flex;
        justify-content: center;
        margin-top: 20px;

        .inputFrom {
            width: 80%;
            margin-right: 10px;
            display: flex;
            flex-direction: column;
        }

        .search_input {
            padding: 0 16px;
            height: 48px;
            line-height: 48px;
            color: rgb(60, 64, 67);
            font-size: 16px;
            border-radius: 4px;
            border: none;
            border: 1px solid rgb(60, 64, 67);
            background-color: transparent;
            outline: none;
        }

        .search_btn {
            width: 76px;
            height: 48px;
            color: #fff;
            background-color: #2d8cf0;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
    }

    #titleTip {
        color: red;
    }
}

.content {
    max-width: 960px;
    width: calc(100% - 48px);
    margin: auto;
    padding: 24px;
    padding-top: 186px;
    flex-grow: 1;
    min-width: 344px;
    text-align: center;

    .layui-tab {
        margin-top: 0;

        .layui-tab-title {
            position: fixed;
            right: 0;
            background-color: #fff;
            z-index: 3;
        }
    }

    .content_info {
        height: 227px;
    }

    .center1 {
        .layui-tab-title {
            border: none;
            text-align: center;
        }

        /* .dIV {
            display: none;
        } */
    }

    .none {
        display: none;
    }

    .block {
        display: block;
    }
}


.sou_loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;

    .img_box {
        position: relative;
        width: 200px;
        height: 200px;
        border-radius: 6px;
        background-image: url('../image/b.png');
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 30px;
            animation: circleRound 3s infinite ease-in-out;
        }
    }
}

@keyframes circleRound {
    0% {
        transform: translateX(5rem);
    }

    50% {
        transform: translateX(-5rem);
        /* 调整此值以改变移动距离 */
    }

    80% {
        transform: translateX(5rem);
        /* 调整此值以改变移动距离 */
    }

    100% {
        transform: translateX(5rem);
    }
}


.YjemHe {
    display: none;
}

.img {
    display: flex;
    justify-content: center;
}

.lh-3p-filter {
    color: var(--color-gray-600);
    float: right;
    padding: 6px var(--stackpack-padding-horizontal);
}

.lh-3p-filter-label,
.lh-3p-filter-input {
    vertical-align: middle;
    user-select: none;
}

.lh-3p-filter-input:disabled+.lh-3p-ui-string {
    text-decoration: line-through;
}
#Seo_article {
    table {
        font-size: 14px;
        .lh-row--group {
            text-align: center;
        }
        .icon {
            position: absolute;
            opacity: 0.5;
        }
    }
    .lh-table thead th {
        overflow: hidden;
    }
}
.tbody_ul {
    text-align: center;
}