.sidebar_left_ctx {
	width: 300px;
}
.spinner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    z-index: 99;
}
.spinner > div {
    background-color: #67CF22;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
} @keyframes stretchdelay {
        0%, 40%, 100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }
        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0);
        }
    }
    .m_menu_open{
        background: none;
        border: 0;
        cursor: pointer;
    }
.m_menu_open img {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}

.child_link_nav a{
    color: #fff;
}

a.white{
	color: #fff;
}

.layui-carousel>[carousel-item]>*{
    background-color:#000;
}
.layui-carousel{
    background:none;
}


.link{
    color: inherit;
}
.hand{
    cursor:pointer;
}
.view_top_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 95px;
    line-height: 95px;
    padding-bottom: 0px;
    border-bottom: 1px solid #D3D9F0;
}
.view_top_row h2{
    width: 100%;
    height: auto;
    position: relative;
/*    font-size: 1.5625rem;*/
    font-weight: 700;
    color: #333;
    line-height: 30px;
    margin-bottom: 2px;
    font-family: a2;
}
.view_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: auto;
}
.view_stat > li {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #999;
    position: relative;
    font-family: a2;
}
 .view_txtcon {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0 30px;
}
 .view_txtcon .view_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color:#e7ecf5;
    line-height: 1.5;
}
 .view_txtcon .view_txt img {
    width: auto;
    max-width: 100%;
}
.view_txtcon .view_txt p {
   color: #E09600;
    font-family: a2;
    font-size: 20px;
}
.view_top_row2{
    width: 100%;
    height: 150px;
    position: relative;
    border-bottom: 1px solid #D3D9F0;
    display: flex;
}
.vtr_i{
    width: 70px;
    height: 70px;
    margin: 40px 20px 0 0;

}
.vtr_u{
    width: auto;
    height: 70px;
    margin: 40px 0 0 0;
    justify-content: center;

}
.vtr_u_1{
    height: 40px;
    text-align: left;
    line-height: 40px;
    gap: 10px;
}
.vtr_u_1_name{
    font-size: 16px;
    font-family: a3;
    color: #333333;
}
.vtr_u_1_lv{
    font-size: 16px;
    color: #666;
    font-family: a3;

}
.vtr_u_2{
    height: 30px;
    text-align: left;
    line-height: 30px;
    gap: 10px;
    font-size: 16px;
    color: #666;
    font-family: a3;
}
.u_fan{
    position: absolute;
    width: 90px;
    height: 35px;
    background: #4789F0;
    border-radius: 8px;
    right: 100px;
    top: 57.5px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: a3;
    cursor: pointer;
}
.u_fan:hover{
    opacity: 0.8;
}
.u_right{
    position: absolute;
    width: 90px;
    height: 35px;
    background: #4789F0;
    border-radius: 8px;
    right: 0;
    top: 57.5px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: a3;
    cursor: pointer;
}
.u_right:hover, .u_left:hover{
    opacity: 0.8;
}
.u_left{
	position: absolute;
	width: 90px;
	height: 35px;
	background: #4789F0;
	border-radius: 8px;
	right: 200px;
	top: 57.5px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: a3;
	cursor: pointer;
}

/* ========== 登录弹窗样式 (全新设计) ========== */
.portal-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.portal-modal.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.portal-modal-content {
    background: linear-gradient(180deg, #fafbfc 0%, #f5f7fa 100%);
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 420px;
    overflow: hidden;
    animation: slideUp 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.portal-modal-header {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    padding: 8px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8ecef;
}

.portal-modal-title {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.portal-modal-close {
    background: #f0f2f5;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    color: #5a6c7d;
}

.portal-modal-close:hover {
    background: #e1e5e9;
    transform: rotate(90deg);
    color: #2c3e50;
}

.portal-modal-body {
    padding: 40px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.portal-login-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.portal-btn {
    display: block;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.portal-btn-primary {
    background: linear-gradient(135deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(241, 181, 52, 0.3);
}

.portal-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.portal-btn-secondary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid #e1e5e9;
}

.portal-btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #f1b534;
    color: #c47f0e;
}

/* ========== 注册弹窗样式 ========== */
.portal-register-modal .portal-register-content {
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
}

.portal-register-body {
    padding: 28px;
}

.portal-register-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.portal-form-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portal-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.portal-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.portal-form-group .required {
    color: #e53e3e;
}

.portal-form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 14px;
    color: #2c3e50;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.portal-form-input:focus {
    outline: none;
    border-color: #f1b534;
    box-shadow: 0 0 0 4px rgba(241, 181, 52, 0.1);
}

/* 输入框带按钮组合 */
.portal-input-with-btn {
    display: flex;
    gap: 10px;
}

.portal-input-with-btn .portal-form-input {
    flex: 1;
}

.portal-input-with-btn .portal-btn-send {
    padding: 12px 16px;
    min-width: 120px;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.portal-input-with-btn .portal-btn-send:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(241, 181, 52, 0.4);
}

.portal-input-with-btn .portal-btn-send:disabled {
    background: linear-gradient(135deg, #bdc3c7 0%, #95a5a6 100%);
    cursor: not-allowed;
}

.portal-form-input::placeholder {
    color: #a0aec0;
}

.form-hint {
    font-size: 12px;
    color: #718096;
    min-height: 18px;
}

.error-message {
    font-size: 13px;
    color: #e53e3e;
    padding: 8px 12px;
    background: #fff5f5;
    border-radius: 6px;
    border-left: 3px solid #e53e3e;
}

.portal-form-actions {
    margin-top: 10px;
    padding-top: 24px;
    border-top: 1px solid #e8ecef;
    display: flex;
    gap: 12px;
}

.portal-form-actions .portal-btn {
    flex: 1;
    padding: 14px 24px;
    font-size: 16px;
}

/* 响应式 */
@media (max-width: 640px) {
    .portal-register-content {
        width: 95%;
        max-height: 85vh;
    }
    
    .portal-register-body {
        padding: 24px 20px;
    }
    
    .portal-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .portal-form-actions {
        flex-direction: column;
    }
}

/* ========== 列表样式 ========== */
.ac_gull{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.ac_gallbox{
	width: 100%;
	height: auto;
	position: relative;
}
.ac_gall_table {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 22px;
}
.ac_item{
	height: auto;
	position: relative;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #F6F8FF;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ac_item > a{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.ac_thumb {
	width: 100%;
	height: 198px;
	background: none;
	aspect-ratio: 1.31 / 1;
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.yesorno{
	position: absolute;
	width: 90px;
	height: 30px;
	background: #00A544;
	top: 10px;
	left: 10px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.yesorno2{
	position: absolute;
	width: 90px;
	height: 30px;
	background: #7B7B7B;
	top: 10px;
	left: 10px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.mengban{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 198px;
}
.ac_thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ac_bottom{
	width: 100%;
	height: 100px;
	padding: 0 15px;
}
.ac_bottom_title{
	width: 100%;
	height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ac_bottom_title > span{
	color: #555;
	font-size: 15px;
	line-height: 50px;
}
.ac_bottom_title > span:hover{
	color: #6C7AB2;
}
.ac_bottom_time{
	width: 100%;
	height: 40px;
	background:#ECF0FF;
	border-radius: 8px;
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 40px;
}
.ac_item:hover{
	border: 1px solid #f1b534;
}

/* ========== 发帖表单样式 ========== */
.post-form {
    /* background: #fff; */
    border-radius: 12px;
    padding: 24px;
/*    margin-top: 20px;*/
}

.post-form .section-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8ecef;
}

.post-form .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.post-form .form-group {
    margin-bottom: 20px;
}

.post-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.post-form .form-label .required {
    color: #e53e3e;
    margin-left: 4px;
}

.post-form .form-input,
.post-form .form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 14px;
    color: #2c3e50;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.post-form .form-input:focus,
.post-form .form-select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.post-form .form-input.has-error,
.post-form .form-select.has-error {
    border-color: #e53e3e;
}

.post-form .error-msg {
    display: none;
    font-size: 12px;
    color: #e53e3e;
    margin-top: 6px;
}

.post-form .has-error .error-msg {
    display: block;
}

.post-form .form-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e8ecef;
}

.post-form .form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.post-form .form-actions .portal-btn {
    min-width: 120px;
}

.post-form .form-hint {
    font-size: 12px;
    color: #718096;
    margin-top: 6px;
}

/* 标签输入样式 */
.post-form .tags-input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    min-height: 44px;
    align-items: center;
    transition: all 0.3s ease;
}

.post-form .tags-input:focus-within {
    border-color: #3498db;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.post-form .tags-input .tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.post-form .tags-input .tag-item .remove {
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.post-form .tags-input .tag-item .remove:hover {
    opacity: 1;
}

.post-form .tags-input .tag-input {
    flex: 1;
    min-width: 100px;
    border: none;
    outline: none;
    padding: 6px;
    font-size: 14px;
    background: transparent;
}

/* 日期选择器样式 */
.post-form .date-input-wrapper {
    position: relative;
    width: 100%;
}

.post-form .date-input-wrapper .form-input {
    padding-right: 40px;
    cursor: pointer;
    background-color: #fff;
}

.post-form .date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.89-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") no-repeat center;
    pointer-events: none;
    cursor: pointer;
}

.post-form .date-input-wrapper .form-input:hover {
    border-color: #3498db;
}

/* 文件上传区域 */
.post-form .file-loading {
    padding: 10px 0;
}


/*=============== 我的咨询列表 ==================*/
.th_124{
    color: #555 !important;
    font-size: 15px !important;
    font-family: a2 !important;
}
.me_cul{
    width: 100%;
    text-align: left;
    background: #F6F8FF;
    padding: 0 20px 20px 20px;
}
.me_cul p:first-child{
    color: #6500A5;
    font-size: 14px;
    padding: 20px 0 5px 0;
}
.me_cul p:last-child{
    color: #555;
    font-size: 14px;
    padding: 5px 0 20px 0;

}
.u_sul{
    width: 100%;
    background: #ECF0FF;
    padding: 30px;
    margin-top: 30px;
}
.u_sul p:first-child{
    color: #00A544;
    font-size: 14px;
    padding: 0 0 5px 0;
}
.u_sul p:last-child{
    color: #555;
    font-size: 14px;
    padding: 5px 0 0px 0;

}

/*==================切换标签样式==================*/
.gur_but_but1{
    width: 120px !important;
    height: 35px !important;
    box-shadow: 0px 4px 8px 0px rgba(48,86,107,0.13) !important;
    background: #EFF2FF !important;
    font-size: 14px !important;
}
.gur_but_but1.on{
    background: linear-gradient( 180deg, #f1b534 0%, #c47f0e 100%) !important;
}
.gur_but_but2{
    width: 120px !important;
    height: 35px !important;
    box-shadow: 0px 4px 8px 0px rgba(48,86,107,0.13) !important;
    background: #EFF2FF !important;
    font-size: 14px !important;
}
.gur_but_but2.on{
    background: linear-gradient( 180deg, #f1b534 0%, #c47f0e 100%) !important;
}
.gur_but_but1:hover{
    background: linear-gradient( 180deg, #f1b534 0%, #c47f0e 100%) !important;
}
.gur_but_but2:hover{
    background: linear-gradient( 180deg, #f1b534 0%, #c47f0e 100%) !important;
}

/* ========== 分页样式 ========== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 8px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 2px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 40px;
    text-align: center;
    background: #EFF2FF;
    box-shadow: 0px 2px 4px 0px rgba(48,86,107,0.1);
}
.pagination a:hover {
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination a.active {
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    cursor: default;
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination span.disabled {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    box-shadow: none;
}

/* ========== 个人中心页面样式 ========== */

/* 主内容区域样式 */
.main-content {
    padding-top: 20px;
}

/* 内容块样式 */
.content-block {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* 内容头部样式 */
.content-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    border-radius: 12px 12px 0 0;
}
.content-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

/* 内容区域 */
.block-content {
    padding: 20px;
    background: linear-gradient(180deg, #F3F5FF 0%, #EBEFFF 100%);
}

/* 表单样式 */
.form-body {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-label {
    font-weight: 500 !important;
    color: #333 !important;
}
.post-form .form-body {
    margin-bottom: 20px;
}
.post-form .form-group {
    margin-bottom: 20px;
}
.post-form .form-label {
    font-weight: 500;
    color: #333;
}
.form-input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.post-form .form-input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.post-form .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.post-form .form-tips {
    color: #999;
    font-size: 13px;
}
.post-form .form-actions {
    display: flex;
    gap: 10px;
}

/* 按钮样式 */
.portal-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}
.portal-btn-primary {
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
}
.portal-btn-primary:hover {
    opacity: 0.9;
}
.portal-btn-default {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.portal-btn-default:hover {
    background: #e8e8e8;
}

/* 表格样式 */
.portal-table {
    width: 100%;
    border-collapse: collapse;
}
.portal-table th,
.portal-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.portal-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}
.portal-table tr:hover {
    background: #f8f9fa;
}

/* 加载动画 */
.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.loading-spinner:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #f1b534;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 空数据提示 */
.no-data {
    text-align: center;
    padding: 40px;
    color: #999;
}

/* 积分历史分页样式 */
.pagination-container .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
}
.pagination-container .pagination-item {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    min-width: 40px;
    text-align: center;
    background: #EFF2FF;
    box-shadow: 0px 2px 4px 0px rgba(48,86,107,0.1);
}
.pagination-container .pagination-item:hover {
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination-container .pagination-item.active {
    background: linear-gradient(180deg, #f1b534 0%, #c47f0e 100%);
    color: #fff;
    cursor: default;
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination-container .pagination-dots {
    padding: 8px 8px;
    color: #999;
    font-size: 14px;
}

/* ========== include.html 提取的样式 ========== */

/* 头部导航栏样式 */
.gnb-logo {
    flex: 1 1;
}

.logo_img {
    height: 30px;
}

/* 注册表单错误提示 */
.portal-form-group.reg-error {
    display: none;
}

/* 轮播图区域 */
.latest_box_img.hidden {
    display: none;
}

/* 聊天室 */
#chatBox {
    width: 100%;
    height: 760px;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

#chatIframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ========== index.html 提取的样式 ========== */

/* 页面基础样式 */
.evolution_header {
    background: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.evolution_header.scrolled {
    background: #271113 !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

/* 动画样式 */
.anim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.anim.in {
    opacity: 1;
    transform: translateY(0);
}

/* 主要内容区域 */
.main_area {
    margin: 0 auto;
    width: 100% !important;
}

.main_sp1 {
    width: 1280px;
    margin: 0 auto;
}

.wrap_complete {
/*    width: 100% !important;*/
}

.main_sp2 {
    width: 100%;
    margin: 100px 0 0 0;
    background: rgba(0, 0, 0, 0.18);
}

.main_sp2_wap {
    width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}

.main_sp3 {
    width: 100%;
    margin: 100px 0 0 0;
    background: #512529;
}

.main_sp3_wap {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}

/* bnim_one 区块 */
.bnim_one {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
    text-align: center;
}

.bnim_one > p {
    font-size: 17px;
    color: #fff;
    line-height: 35px;
}

/* bnim_two 区块 */
.bnim_two {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
}

.bnim_two_in {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bnim_two_in_sp {
    width: 100%;
    height: 130px;
    background: #421E21;
    border: 1px solid #67373B;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    transition: all 0.3s ease;
    position: relative;
}

.bnim_two_in_sp > div p {
    color: #fff;
    font-size: 16px;
}

.bnim_two_in_sp > div p:first-child {
    margin-bottom: 10px;
}

.bnim_two_in_sp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    transition: height 0.4s ease;
}

.bnim_two_in_sp:nth-child(1)::before {
    background: #f1b534;
}

.bnim_two_in_sp:nth-child(2)::before {
    background: #00d4ff;
}

.bnim_two_in_sp:nth-child(3)::before {
    background: #ff2d78;
}

.bnim_two_in_sp:nth-child(4)::before {
    background: #39ff14;
}

.bnim_two_in_sp:hover {
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.bnim_two_in_sp:hover::before {
    height: 100%;
}

/* bnim_three 区块 */
.bnim_three {
    width: 100%;
    position: relative;
    text-align: center;
}

.bnim_three > p {
    font-size: 17px;
    color: #fff;
    line-height: 45px;
}

/* bnim_four 区块 */
.bnim_four {
    width: 100%;
    margin: 70px 0 0 0;
    position: relative;
}

.bnim_four_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.bnim_four_top > span {
    color: #fff;
    font-family: a3;
    font-size: 27px;
    font-weight: 700;
}

.bnim_four_top > span > img {
    margin: -10px 5px 0 0;
}

.bnim_four_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.bnim_four_b_box {
    width: 244px;
    height: 210px;
    background: #62393C;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.01);
    transition: all 0.3s ease;
}

.bnim_four_b_box > img {
    margin-top: 39px;
}

.bnim_four_b_box > p {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}

.bnim_four_b_box:hover {
    background: #75464a;
    border: 1px solid rgba(241, 181, 52, 0.15);
}

/* bnim_five 区块 */
.bnim_five {
    width: 100%;
    margin: 70px 0 0 0;
    position: relative;
}

.bnim_five_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}

.bnim_five_top > span {
    color: #fff;
    font-family: a3;
    font-size: 27px;
    font-weight: 700;
}

.bnim_five_top > span > img {
    margin: -10px 5px 0 0;
}

.bnim_five_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bnim_five_b_box {
    width: 308px;
    height: 210px;
    background: #62393C;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.01);
    transition: all 0.3s ease;
}

.bnim_five_b_box > img {
    margin-top: 39px;
}

.bnim_five_b_box > p {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}

.bnim_five_b_box:hover {
    background: #75464a;
    border: 1px solid rgba(241, 181, 52, 0.15);
}

/* 占位边框 */
.zhanwei_border {
    width: 100%;
    height: 1px;
    background: #683E42;
    margin: 40px 0;
}

/* bnim_six 区块 */
.bnim_six {
    width: 100%;
    height: 210px;
    border: 1px solid rgba(241, 181, 52, 0.12);
    background: #3f2022;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bnim_six::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(241, 181, 52, 0.08) 40deg, transparent 80deg, transparent 180deg, rgba(241, 181, 52, 0.05) 220deg, transparent 260deg);
    animation: ctaRotate 8s linear infinite;
    pointer-events: none;
}

.bnim_six::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(241, 181, 52, 0.06), transparent 60%), radial-gradient(ellipse 60% 50% at 50% 100%, rgba(241, 181, 52, 0.08), transparent 60%), radial-gradient(circle at 20% 50%, rgba(241, 181, 52, 0.03), transparent 40%), radial-gradient(circle at 80% 50%, rgba(241, 181, 52, 0.03), transparent 40%);
    pointer-events: none;
}

@keyframes ctaRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* bnim_seven 区块 */
.bnim_seven {
    width: 100%;
    position: relative;
    text-align: center;
}

/* bnim_twotwo 区块 */
.bnim_twotwo {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
}

.bnim_twotwo_in {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bnim_twotwo_in_sp {
    width: 100%;
    height: 130px;
    background: #421E21;
    border: 1px solid #67373B;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    transition: all 0.3s ease;
    position: relative;
}

.bnim_twotwo_in_sp > div p {
    color: #fff;
    font-size: 16px;
}

.bnim_twotwo_in_sp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    transition: height 0.4s ease;
}

.bnim_twotwo_in_sp:nth-child(1)::before {
    background: #f1b534;
}

.bnim_twotwo_in_sp:nth-child(2)::before {
    background: #00d4ff;
}

.bnim_twotwo_in_sp:nth-child(3)::before {
    background: #ff2d78;
}

.bnim_twotwo_in_sp:nth-child(4)::before {
    background: #39ff14;
}

.bnim_twotwo_in_sp:hover {
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.bnim_twotwo_in_sp:hover::before {
    height: 100%;
}

/* bnim_fivefive 区块 */
.bnim_fivefive {
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.bnim_fivefive_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bnim_fivefive_b_box {
    width: 308px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149, 100, 104, 0.52);
    border: 1px solid #916569;
    transition: all 0.3s ease;
}

.bnim_fivefive_b_box > img {
    margin-top: 39px;
}

.bnim_fivefive_b_box > p {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}

.bnim_fivefive_b_box:hover {
    box-shadow: inset 0px 0px 32px 14px rgba(255, 122, 134, 0.52);
}

/* bnim_fivefivefive 区块 */
.bnim_fivefivefive {
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.bnim_fivefivefive_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bnim_fivefivefive_b_box {
    width: 416px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149, 100, 104, 0.52);
    border: 1px solid #916569;
    transition: all 0.3s ease;
}

.bnim_fivefivefive_b_box > img {
    margin-top: 39px;
}

.bnim_fivefivefive_b_box > p {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}

.bnim_fivefivefive_b_box:hover {
    box-shadow: inset 0px 0px 32px 14px rgba(255, 122, 134, 0.52);
}

/* bnim_nine 区块 */
.bnim_nine {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0 19px 0 19px;
}

.bnim_nine_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
}

.bnim_nine_b_box {
    width: 380px;
    height: 205px;
    background: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* bnim_eight 区块 */
.bnim_eight {
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.bnim_eight_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bnim_eight_b_box {
    width: 416px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149, 100, 104, 0.52);
    border: 1px solid #916569;
    transition: all 0.3s ease;
    display: grid;
    align-items: center;
}

.bnim_eight_b_box > div > p {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.bnim_eight_b_box:hover {
    box-shadow: inset 0px 0px 32px 14px rgba(255, 122, 134, 0.52);
}

/* 加载动画 Spinner */
.spinner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    z-index: 99;
}

.spinner > div {
    background-color: #67CF22;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4); }
    20% { -webkit-transform: scaleY(1.0); }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* 移动菜单 */
.m_menu_open {
    background: none;
    border: 0;
    cursor: pointer;
}

.m_menu_open img {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}

/* 子导航链接 */
.child_link_nav a {
    color: #fff;
}

/* 子导航按钮间距 */
.gur_but_but + .gur_but_but {
    margin-left: 20px;
}

/* ========== 轮播图分页器样式 ========== */
.banner_scroll .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.banner_scroll .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.banner_scroll .swiper-pagination-bullet-active {
    background: #f1b534;
    width: 24px;
    border-radius: 6px;
}

.banner_scroll .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_scroll .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}