/* container 主题部分 样式和重置样式 */
.layui-container {
    width: 1180px;
    padding: 0;
}

.banner-nav {
    width: 770px;
}

.list-content {
    width: 100%;
    /* 设定div的宽高 */
    overflow: hidden;
    /* 核心属性：超出部分直接隐藏 */
    /* 强制内容不换行（一行显示） */
    /* white-space: nowrap;  */

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-content-li1 {
    width: 275px;
    display: inline-block;
}

/* li2 标签下的样式 */
.list-content-li2 {
    width: 372px;
    height: 270px;
    ;
    background-color: #fff;
    display: inline-block;
}

.list-content-li-a1 {
    display: block;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    color: #666666;
}

.list-content-li-a2 {
    display: block;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    color: #666666;
}

.list-content-li-a3 img {
    margin-bottom: 15px;
}

.list-content-li-a1 h2 {
    text-align: left;
}

.text-align-left {
    text-align: left;
    text-align: left;
}

.list-content-li-a1 span {
    color: rgb(209, 64, 64);
}

.container-no-overflow {
    font-size: 14px;
    color: #676767;
    padding: 0 10px;
    text-align: left;
    text-indent: 2em;
    line-height: 23px;
    height: 118px;
    display: block;

}

/* li3 标签下的样式 */
.list-content-li3 {
    width: 370px;
    height: 100px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.list-content-li-a4,
.list-content-li-a5,
.list-content-li-a6 {
    display: block;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    /* 核心属性：超出部分直接隐藏 */
    white-space: nowrap;
    /* 强制内容不换行（一行显示） */
}

.list-content-li-a4 {
    padding: 0;
    width: 110px;
}

.list-content-li-a5 {
    margin-top: 10px;
}

.list-content-li-a6 {
    margin-top: 10px;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.list-li-left {
    width: 100px;
}

.list-li-right {
    width: 70%;
}

/* li4 标签下的样式 */
.list-content-li4 {
    width: 370px;
    height: 160px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
}

.header-header-nav.solid .m-login .free {
    border: 0;
}


/* 分页样式 */
/* 基础重置 */
#pull_right {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
    /* 防止分页溢出 */
}

.pull_right {
    display: flex;
    justify-content: center;
    /* 居中显示 */
    align-items: center;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* 小屏幕自动换行 */
    gap: 6px;
    /* 页码间距 */
    justify-content: center;
}

.pagination li {
    margin: 0;
    padding: 5px 5px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    min-width: 36px;
    /* 保证点击区域大小 */
    height: 36px;
    line-height: 36px;
    /* 垂直居中 */
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
    touch-action: manipulation;
    /* 优化触摸体验 */
}

/* 禁用状态（上一页/下一页不可点击时） */
.pagination li.disabled span {
    color: #999;
    background-color: #eee;
    cursor: not-allowed;
}

/* 当前页样式 */
.pagination li.active span,
.pagination li.layui-menu-item-checked span {
    background-color: #007bff;
    /* 主题色 */
    color: #fff;
    font-weight: bold;
    border: none;
}

/* 链接悬停/点击效果 */
.pagination li a:hover {
    background-color: #e9ecef;
}

.pagination li a:active {
    background-color: #dde1e6;
}




.m-login .u-btn.free {
    margin-right: 12px;
}

.text-align-center {
    text-align: center;
}

.header-header-nav.solid .header-logo {
    background-size: 300px auto;
}

.header-header-nav .header-logo {
    background-size: 290px auto;
    width: 300px;
    height: 53px;
}

.header-header-nav .wrapper .header-logo {
    top: 12px;
}

.mar-top-15 {
    margin-top: 15px;
}
.mar-top-25 {
    margin-top: 25px;
}
.mar-top-35 {
    margin-top: 35px;
}

/* 用户中心 S */

.uc_title {
    font-size: 20px;
    height: 70px;
    line-height: 50px;
    padding: 10px;
    padding-left: 30px;
    background-color: #0B143B;
    color: #fff;

}

.uc-center-top-bg {
    /* 宽度 100% 铺满容器 */
    width: 100%;
    /* 固定高度（根据需求设置，如 400px） */
    height: 200px;
    /* 背景图核心设置 */
    background-repeat: no-repeat; /* 禁止重复显示 */
    background-position: top center; /* 顶部居中对齐 */
    background-size: 100% auto; /* 宽度铺满，高度自动（保持比例） */
    
    /* 可选：移除默认边距 */
    margin: 0;
}
.uc_nav_list li {
    padding-left: 30px;
    margin-bottom: 2px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
}

.uc_nav_list li.active,
.uc_nav_list li.active a {
    background-color: #4f64a4;
    color: #fff;
}

.uc_title_bread_nav h2 {
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #122165;
}

.uc_title_bread_nav a {
    font-size: 14px;
    color: #4a4c55;
}

.uc_container {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 10px;
}

.grid-show-yq {
    height: 100px;
    padding-top: 10px;
    line-height: 40px;
    text-align: center;
    color: #525252;
    font-size: 20px;
}

.grid-show-yq a:hover {
    color: #122165;
}

.grid-show-yq-con {
    font-size: 30px;
}

.uc_invite_code div {
    text-align: center;
}
