
.newsConfig,
.language {
    cursor: pointer;
    position: relative;
}

.subMenuParent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    height: 0;
    padding-top: 28px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.languageContentParent {
    display: block !important;
    width: 100px;
    transition: height 0.5s ease;
}

.subMenu {
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #fff;
    text-align: center;
    display: none;
    border-radius: 4px;
    padding: 10px 0;
    border: 1px solid #b6b6b69c;
    overflow: hidden;
}

.tabLine {
    width: 0;
    height: 2px;
    background-color: #f74780;
    position: absolute;
    top: 70%;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-out;
}

.language .tabLine {
    bottom: -60%;
    top: auto;
}

.newsConfig:hover .tabLine, .language:hover .tabLine {
    width: 60px;
}

.newsConfig:hover .subMenuParent {
    height: 120px;
}

.hoverColor {
    color: #757575;
}

.subItem {
    height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    line-height: 40px;
}

.subItem:hover {
    color: #c300ff;
    background: linear-gradient(45deg, #c300ff, red);
    /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 使用 color 作为遮罩，实际看到的是背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* 防止文本阴影遮挡背景渐变 */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.newsConfig:hover .subMenu {
    height: auto;
}

.newsConfig:hover .subMenu {
    display: block;
}

.subItem {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

.subItem:hover {
    background-color: rgba(102, 16, 242, 0.09);
}

.subItem a {
    display: block;
    text-align: center;
    line-height: 30px;
    width: 100%;
}


.subItem_cn {
    width: 100px;
}

.subItem_en {
    width: 140px;
}

h1, .h1 {
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.4rem;
}

h3, .h3 {
    font-size: 1.3rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 1.0rem;
}

.header {
    min-height: 500px;
}

.roughly-text {
    font-size: 14px;
    color: #aaa5a5;
}

.pagination span, a {
    margin-right: 5px;
}

/*footer start*/

.container {
    font-size: 15px;
}

.container a {
    color: #757575;
}

.ft-r-panel {
    float: left;
    width: 33.3333333333%;
}

.ft-title {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

.ft-item {
    margin-bottom: 10px;
}

.ft-dp {
    margin-right: 10px;
}

.ft-dp a {
    color: #757575;
    margin-bottom: 15px;
}

/*单独页面样式*/

.da_gang {
    z-index: 1000;
    flex-direction: column;
    width: 15rem;
}

.da_gang .lt {
    position: fixed;
    width: 15rem;
    padding: 10px;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #eeeeef;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.da_gang ul li a {
    color: #757575;
    font-size: 12px;
}

.da_gang ul li a:hover {
    color: var(--bs-primary) !important;
}

@media (min-width: 992px) {
    .da_gang {
        display: flex;
    }
}

@media (max-width: 992px) {
    .da_gang {
        display: none;
    }
}

.newbg {
    display: flex;
    gap: 1.5rem;
    max-width: 80rem;
    background-color: #fcfcfc;
    margin-top: 70px;
    border-radius: 10px;
    padding: 40px;
}