﻿
ul,
ol,
li {
    list-style: none;
}

.lang-select{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 999;
    margin-left: 20px;
}
.lang-svg{
    cursor: pointer;
}
.lang-svg path{
    fill: #333;
}
.lang-select:hover .select-list{
    visibility: visible;
}

.lang-select .select-list {
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 5px 10px 1px #eee;
}
.lang-select .select-list .select-item {
    padding: 5px 10px;
    line-height: 40px;
    height: fit-content;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}
.lang-select .select-list .select-item:hover {
    background-color: #f8f8f8;
}

/* 超过四行显示省略号 */
.fHiiden{
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 显示 4 行 */
    -webkit-box-orient: vertical;
}

.page-bottom--area {
    padding: 12px 0 13px;
}

    .page-bottom--area .bottom-content {
        margin: 0 auto;
        width: 1200px;
        text-align: center;
        font-size: 0;
    }

        .page-bottom--area .bottom-content .top-area {
            margin-bottom: 16px;
        }

        .page-bottom--area .bottom-content .display-style {
            display: inline-block;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .divider {
            margin: 0 10px;
            width: 1px;
            height: 12px;
            font-weight: 400;
        }

        .page-bottom--area .bottom-content .common-style {
            font-size: 12px;
            font-weight: 400;
        }

        .page-bottom--area .bottom-content a {
            font-weight: 400;
            text-decoration: none;
        }

        .page-bottom--area .bottom-content .ga-area a img {
            margin-top: 1px;
            margin-right: 6px;
            width: 14px;
            height: 14px;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .ali-area a img {
            margin-top: -2px;
            margin-right: 10px;
            width: 55px;
            height: 13px;
            vertical-align: middle;
        }

        .page-bottom--area .bottom-content .ipv-area .ipv6-box {
            display: inline-block;
            margin-left: 4px;
            text-align: center;
            border-radius: 4px;
            border: 1px solid rgba(152, 152, 152, 1);
            padding: 3px;
        }
        .page-bottom--area .bottom-content .ali-area a svg, .page-bottom--area .bottom-content .ali-area a span {
            vertical-align: top;
        }
        .bottom-words {
            vertical-align: middle;
        }
.page-bottom--area .bottom-content .ga-area a img, .page-bottom--area .bottom-content .ga-area a span {
    vertical-align: top;
}