*{
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style:none;
	max-width: 100%;
	height: auto;
}
/* 自定义风格滚动条 */
::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-thumb {
    background:#e1e1e1;
    border: 3px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
  background: transparent; 
}
body{
	min-width:1200px !important;
	font-size: 16px;
	background-color: #f7f7f7;
}
tbody, td, tfoot, th, thead, tr{
    border: 1px solid #e5e5e5;
    padding: 3px 7px;
}
.header{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 10%;
	z-index:999;
	box-shadow: 0px 0px 6px #ccc;
	background-color: #ffffff;
}

.headerbt{
	box-sizing: border-box;
	height:60px;
	display:flex;
	justify-content: space-between;
	align-items:center;
	column-gap: 100px;
	background-color:#fff;
}
.heaverTop{
	padding:20px 0;
	display:flex;
	justify-content: space-between;
	align-items:center;
	box-sizing: border-box;
	background-color:#fff;
}
.heaverTop_logo img{
	width: 155px;
	height: 62px;
}
.headerbtnav{
    flex: 1;
}
.headerbtnav ul{
    padding:0;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0;
}
.headerbtnav span{
	font-size:18px;
	font-weight:600;
	color: #1D2129;
}
.heaverTop_right{
	    width: 400px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.heaverTop_right figure{
	text-align:center;
	font-size: 15px;
	color:#4E5969;
	cursor:pointer;
}
.heaverTop_right figure .iconfont{
    font-size: 24px;
}
.heaverTop_so{
	width:754px;
	height:50px;
	padding:2px;
	box-sizing: border-box;
	display:flex;
	background: #F7F8FA;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	transform: scale(1.0);
	transition: all 0.5s;
}
.select_module_con{
	position:relative;
	width: 100px;
}
.select_module_con select{
    outline: none;
    border: 0;
}
.select_module_con .dropdown-menu{
    padding:10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border: #e5e5e5;
    min-width: 180px;
    position: absolute;
    left: -55px;
}
.select_module_con .dropdown-menu li{
    padding:5px 0;
}
.select_module_con .dropdown-submenu .dropdown-menu{
    top: -47px;
    left: auto;
    right: -180px;
    margin-left: -1px;
    border-radius: inherit;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border: #e5e5e5;
    display: block;
    min-width: 180px;
}
.navbar .dropdown-menu{
    background-color: #454545;
    min-width: 300px;
}
.navbar .dropdown-menu .dropdown-menu{
    left: 100%;
    top: 0;
}
.navbar .nav-item:hover > a::after {
    transform: rotate(180deg);
}
.navbar .dropdown-menu .nav-link{
    color: #ffffff;
}
.dropdown-submenu {
    position: relative;
    cursor: pointer;
    
}
.select_module_con .dropdown-submenu .dropdown-toggle::after {
    transform: rotate(270deg);
    top: 19px;
    position: absolute;
}
.nav-item:hover,
.nav-link:hover{
    background-color: #303133;
}
.nav-link, 
.nav-link:focus{
    color:#fff;
}
.dropdown-menu{border-radius: inherit;}
.dropdown-submenu .dropdown-menu {
    top: 40px;
    left: 0%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: inherit;
}
.select_img{
	position:absolute;
	width:24px;
	height:18px;
	z-index:1;
	top: 10px;
	left:-5px;
}
.lr_allrig p{
    margin:10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.heaverTop_so>form{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
}
.heaverTop_so select{
    position: relative;
	width:100px;
	height:46px;
	text-align:center;
	outline:none;
	border: 1px solid #30B55B;
	border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.heaverTop_so>form:after{
    content:'';
    position: absolute;
    top: 1px;
    left: 105px;
    height: calc(100% - 2px);
    width: 1px;
    background-color: #e5e5e5;
}
.heaverTop_so>form>img{
	position: absolute;
    left: 74px;
    width: 16px;
}
.heaverTop_input{
	width:554px;
	height:46px;
	border: none;
	outline:none;
	padding-left:20px;
	box-sizing: border-box;
	border-top: 1px solid #30B55B;
    border-bottom: 1px solid #30B55B;
}
.heaverTop_so>form>div{
	display: flex;
	justify-content:center;
	align-items:center;
	width:100px;
	height:46px;
	text-align:center;
	line-height:40px;
	background: #30B55B;
	border-radius: 0 4px 4px 0;
	color:#fff;
	font-size: 15px;
	cursor: pointer;
	column-gap: 10px;
}
.avatar{
    background-color: #ffc107;
    display: block;
    padding: 5px;
    border-radius: 50%;
}
#main{
    padding-top: 180px;
    min-height: 100vh;
}
.footer{
	width:100%;
	height:475px !important;
	margin-top:50px;
	vertical-align:bottom;
}
.footer::-webkit-scrollbar {
  width: 0;
}
.heaverTop_right figure:hover{
	color: #00B42A;
}
.footer::-webkit-scrollbar {
  display: none;
}
.bianti img{
	width:16px;
	height:16px;
}
.wer{
	border:1px solid red !important;
}
.messagebox{
	width:100%;
	height: 100%;
	position:fixed;
	bottom: 0;
	top: 0;
	left:0;
	right: 0;
	background:rgba(0, 0, 0, 0.5);
	z-index:999;
	display:flex;
	justify-content:center;
	align-items:center;
}
.messagecont{
	width:40%;
	background-color:#fff;
	padding:15px;
	border-radius:18px;
	position: relative;
}
.remove{
	width:20px;
	height:20px;
	position: absolute;
	right:10px;
	top: 10px;
}
.loimgtop{
	width:100%;
	text-align:center;
}
.loimgcent{
	width:100%;
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top:20px;
}
.loimgcent span{
	display: block;
	width:30%;
	height: 1px;
	background-color: #30B55B;
}
.loimgcent p{
	margin: 0px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #35B257;
}
.login{
	width:70%;
	margin: 0 auto;
}
.login>div{
	width:100%;
	height:50px;
	background-color: #F7F8FA;
	margin-top:14px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:0px 24px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #1D2129;
	    overflow: hidden;
	box-sizing: border-box;
}
.loginimg{
	display: inline-block;
	width:100px;
	height:100%;
	margin-right:-24px;
	border-radius:8px;
	display:flex;
	justify-content: center;
	align-items:center;
	color:#fff;
	background-color: #86909C;
	cursor:pointer;
}
.login>div>input{
	border: none;
	outline:none;
	background-color:#F7F8FA;
	/*text-align: right;*/
	font-size:16px;
	min-width: 360px;
	width:80%;
}
.bianti{
	display:flex;
	align-items: center;
	font-size:12px;
	line-height:30px;
	margin-top:10px;
}
.bianti img{
	margin-right:6px;
}
.bianti a{
	color: #30B55B;
}
.edit{
	width:100%;
	display:flex;
	padding:50px 0px;
	justify-content:center;
	align-items: center;
	flex-direction: column;
}
.edit div{
	width: 364px;
	height: 52px;
	background: #00B42A;
	border-radius: 2px 2px 2px 2px;
	text-align:center;
	line-height:52px;
	color: #fff;
	cursor:pointer;
}
.edit p{
	font-size: 12px;
	font-weight: 400;
	color: #86909C;
	margin-top:20px;
}
.headerbtnav a{
	position: relative;
	text-decoration: auto;
}
.movableLine{
    width: 25px;
    height: 2px;
    position: absolute;
    background: #35B257;
    left: 50%;
    margin-left: -12px;
    bottom: -14px;
}
.edit p>a{
	color: #35B257;
}
.el-radio__input.is-checked+.el-radio__label{
	color: #00B42A !important;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #00B42A !important;
    background: #00B42A !important;
}
.el-button--primary{
	    background-color: #00B42A  !important;
	    border-color: #00B42A  !important;
}
.lr_allrig>div>div>span:hover{
	    background: rgba(53,178,87,0.12);
	    color: #35B257;
	    border-radius: 6px;
}
.login>div>select{
	width:120px;
	height:40px;
	text-align:center;
	border: none;
	outline:none;
	background-color: #F7F8FA;
	font-size:16px;
	color: #86909C;
	
}
.tezi{
	width:100%;
	height: auto !important;
	display:flex;
	flex-direction: column;
	align-items: initial !important;
	padding-bottom:10px !important;
}
.tezi span{
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
}
.tezi textarea{
	width:100%;
	height:100px;
	resize: none;
	border:none;
	font-size:14px;
	outline: none;
	background-color:#F7F8FA;
}
.intop{
	position:fixed;
	width:60px;
	height:100px;
	display:none;
	border-radius:12px;
	right:10px;
	font-size:12px;
	bottom:40%;
	z-index: 9;
	box-shadow:0px 0px 10px #ccc;
	-webkit-animation: bounce-down 8s linear infinite;
	animation: bounce-down 8s linear infinite;

}
.backTop{
    position:fixed;
	width:60px;
	height:100px;
	border-radius:12px;
	right:10px;
	font-size:12px;
	bottom:40%;
	box-shadow:0px 0px 10px #ccc;
	-webkit-animation: bounce-down 8s linear infinite;
	animation: bounce-down 8s linear infinite;
}
.intop figure,
.backTop figure{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	cursor:pointer;
	color: #4E5969;
	border-radius:12px;
	background-color:#fff;
}
.intop img,
.backTop img{
	width:30px;
}
.lr_yanzhang{
	position:relative;
	display:flex;
	align-items: center;
	
}
.lr_yanzhang span{
	display:inline-block;
	width:auto;
	font-size:14px;
	background: #00B42A;
	padding:0px 10px;
	color:#fff;
	text-align: center;
	line-height:30px;
	border-radius:4px;
	position: absolute;
	right:0;
	cursor: pointer;
}
.lr_yanzhang input{
	    border: none;
	    outline: none;
	    background-color: #F7F8FA;
	    /*text-align: right;*/
	    font-size: 16px;
		margin-right:84px;
	    /* width: 100%; */
}
@-webkit-keyframes bounce-down {
       25% {
            -webkit-transform: translateY(-20px);
       }
       50%, 100% {
            -webkit-transform: translateY(0);
       }
       75% {
            -webkit-transform: translateY(20px);
       }
}  
@keyframes bounce-down {
        25% {
             transform: translateY(-20px);
        }
        50%, 100% {
             transform: translateY(0);
        }
        75% {
             transform: translateY(20px);
        }
}
.el-image{
    position: relative;
    margin:0 auto;
    overflow: hidden;
}
.el-pager li {
    padding: 0 4px !important;
    font-size: 13px !important;
    min-width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    border-radius: 50% !important;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
    height: 40px !important;
    line-height: 40px !important;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
    min-width: 40px !important;
    border-radius: 50% !important;
}
.el-select{
	width:100px;
}
.el-input__inner{
	border:none !important;
	text-align:center;
}
.el-select-dropdown__item.selected{
	    color: #35B257 !important;
	    font-weight: 700;
}
.el-select{
	background-color:#fff  !important;
}
.headerbtnav span:hover{
	color: #35B257;
}
.el-upload--picture-card{
	width:40px !important;
	height:40px !important;
	line-height:43px !important;
}
.el-upload-list--picture-card .el-upload-list__item{
	width:40px !important;
	height:40px !important;
	margin: 0px 5px !important;
	/* line-height:40px !important; */
}
.lr_usersdd{
	height:300px !important;
	display:flex !important;
	justify-content:space-between !important;
	align-items:center !important;
	background-color: #FFF !important;
}
.lr_usersdd div{
	width:140px;
	height:40px;
	background-color: #00B42A;
	color: #FFF;
	text-align: center;
	line-height:40px;
	border-radius:6px;
	cursor: pointer;
	transition: all 0.5s;
}
.lr_ts{
	line-height:40px;
	margin-top:60px;
}
.lr_urt{
	height:100px !important;
	padding: 0 !important;
	display:flex !important;
	justify-content:space-between !important;
	align-items:center !important;
	background-color: #FFF !important;
}
.lr_urt div{
	width:130px;
	height:40px;
	background-color: #00B42A;
	color: #FFF;
	text-align: center;
	line-height:40px;
	border-radius:6px;
	cursor: pointer;
	transition: all 0.5s;
}
.lr_usersdd div:hover{
	transition: all 0.5s;
	box-shadow:0px 2px 10px #333;
	transform: scale(1.02);
}

#adPopup {  
    position: fixed;
    bottom: 10px;
    right: 70px;
    width: 290px;
    background-color: #fcf1ec;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 8;
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: 10px;
    min-height: 380px;
} 
#adPopup h3{
    margin:0;
    font-size:22px;
    color: rgb(255,255,255);
    font-weight: 600;
}
#adPopup p{
    margin:3px 0;
    line-height: 24px;
}
.adtitle{
    background-image: url('../img/ad-bg.png');
    padding: 25px 30px 25px 20px; 
    background-size: 200%;
    box-sizing: border-box;
    background-position: -10px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* 关闭按钮样式 */  
#closeBtn {  
    position: absolute;  
    top: 5px;  
    right: 10px;  
    cursor: pointer;  
}  

/* 弹框隐藏状态样式 */  
#adPopup.hidden {  
    /* 移动到右下角并缩小 */  
    transform: translate(calc(100% - 40px), calc(100% - 40px));  
    /* 添加淡出效果 */  
    opacity: 0;  
}  

/* 显示广告图标样式 */  
#showAdIcon {  
    position: fixed;  
    bottom: 20px;  
    right: 20px;  
    cursor: pointer;  
    display: none; /* 初始时隐藏 */  
}  

/* 跳转按钮样式 */  
.popup-btn {  
    display: block;  
    margin-top: 10px;  
    cursor: pointer;
    width: 140px;
    height: 36px;
    border-radius: 20px ;
    font-size: 14px;
    border: none;
    margin: 0 auto;
    background: linear-gradient(299deg,#ff500e, #ffce8d);
    color: #fff;
}  
.da{
    padding: 0;
    overflow-y: auto;
    border-radius:8px;
    margin-bottom: 0px;
    background-image: url('/front/img/fw-2.png');
    background-size: 100% 100%;
    padding-bottom: 20px;
    position: absolute;
    top: 70px;
    width: 100%;
    min-height: 230px;
}

.adtext{
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: #666;
}
.wuyou-waiter {
	position: fixed;
	right: 0px;
	top: 45%;
	width: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	z-index: 9;
}
.waiter-ul{
    margin:0;
}
.waiter-ul li {
	position: relative;
	text-align: center;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f8f8f8;
}
.waiter-ul li .iconfont{
    font-size: 28px;
}
.waiter-title {
	position: absolute;
	left: 0px;
	bottom: 3px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding:0 20px;
	max-width: 300px;
	text-align: center;
	border-radius: 3px;
	z-index: 10;
	display: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -6px;
	top: 15px;
	transform: rotate(45deg);
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.waiter-ul li:hover .waiter-title {
	left: -120px;
	display: block;
}
     
@media screen and (max-width: 1500px) {
	.heaverTop_so {
	    width: 450px;
	}
	.heaverTop_so input {
	    width: 280px;
	}
	.Merlist1 {
	    width: 24%;
	    min-height: 260px;
	}
	.el-input__inner{
		width:90px !important;
	}
	.heaverTop_so>div>img {
	    position: absolute;
	    left: 68px;
	    width: 16px;
	}
	.heaverTop_so select {
	    padding-left: 10px;
	}
}
.card-header{
    border-color: #f2f2f2;
    background-color: #ffffff;
}
.category-item .iconfont{
    cursor: pointer;
}
.pagination{
    justify-content: center;
}
.pagination li a,
.pagination li span{
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #374254;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgba(167, 180, 201, .3);
}
.pagination li.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}
.pagination li.active span{
    color: #fff;
    background-color: #00b42a;
}
.page-item:not(:first-child) .page-link{
    margin:0;
}
.header-category {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 10px 15px;
    margin: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-tabs {
    display: flex;
    gap: 20px;
}

.category-tab {
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-weight: 500;
    color: var(--text-color);
      
}

.category-tab:hover {
    background-color: var(--hover-bg);
}

.category-tab.active {
    border: 1px solid var(--primary-color);
}

.category-tab:nth-child(2) {
    color: var(--text-muted);
}

.category-tab:nth-child(3) {
    color: var(--text-muted);
}

.category-tab:nth-child(4) {
    color: var(--text-muted);
}

.category-tab:nth-child(5) {
    color: var(--text-muted);
}

.category-tab:nth-child(6) {
    color: var(--text-muted);
}

.add-post-btn {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.add-post-btn:hover {
    background-color: #218838;
}


.main-content {
    display: flex;
    gap: 20px;
}


.forum-content {
    flex: 1;
    background-color: var(--bs-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.forum-item {
    column-gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid var(--bs-gray-300);
    cursor: pointer;
    transition: all 0.2s;
}
.forum-item .item{
    display: block;
    width: calc(100% - 80px);
}

.forum-item:last-child {
    border-bottom: none;
}

.forum-item:hover {
    background-color: var(--bs-secondary-bg-subtle);
}

.forum-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    background-color: #00b42a;
    border-radius: 3px;
    width: 60px;
    padding: 5px;
    
    
}
.participants {
    padding: 5px 0;
    font-weight: 600;
    color: white;
}

.participants span {
    margin-left: 5px;
    font-size: 12px;
}

.forum-title {
    font-weight: 500;
    margin: 0;
    color: var(--text-color);
    display: inline-block;
}

.category-tag {
    font-size: 12px;
    color: var(--primary-color);
    background-color: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 10px;
    display: inline;
}

.forum-content p {
    color: var(--text-muted);
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.empty-state {
    text-align: center;
    padding: 40px 0;
    color: var(--text-muted);
}

.empty-state h5 {
    font-weight: 400;
    margin-bottom: 10px;
}


.forum-sidebar {
    width: 300px;
}

.sidebar-section {
    background-color: var(--bs-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bs-primary-bg-subtle);
    color: var(--text-color);
    display: flex;
    align-items: center;
}
.sidebar-item {
    padding: 12px 0;
    border-bottom: 1px solid var(--bs-gray-200);
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item:hover {
    background-color: var(--hover-bg);
}

.sidebar-item-title {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--text-color);
}

.sidebar-item-content {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.sidebar-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--text-muted);
}

img.avatar{
    width: 56px;
    height: 56px;
}
.notification-item {
    transition: all 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border:0;
}
.notification-item:hover {
    background-color: #f8f9fa;
}
.notification-title {
    font-weight: 500;
    font-size: 16px;
}
.notification-time {
    font-size: 0.85rem;
    color: #6c757d;
}
.badge-unread {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #007bff;
}
 .notice-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.notice-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.notice-organization {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.notice-content {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}
.notice-signature {
    margin-top: 50px;
    text-align: right;
}
.notice-seal {
    position: absolute;
    right: 60px;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
}
.seal-circle {
    width: 100px;
    height: 100px;
    border: 2px solid #d9534f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-weight: bold;
}
.notice-footer {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}
.important-text {
    font-weight: bold;
    color: #d9534f;
}
.indent {
    text-indent: 2em;
}
.purchase-item {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.purchase-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.purchase-content {
    padding: 20px;
}
.purchase-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}
.purchase-description {
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.purchase-meta {
    color: #888;
    font-size: 0.9rem;
}
.purchase-img {
    padding: 20px 10px;
}
.tag {
    display: inline-block;
    padding: 3px 8px;
    background: #f8f9fa;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-right: 5px;
    color: #666;
}
.action{
    right: -5px;
    top: -5px;
}
 .order-status {
    font-weight: 600;
}
.status-pending {
    color: #fd7e14;
}
.status-processing {
    color: #0d6efd;
}
.status-shipped {
    color: #198754;
}
.status-cancelled {
    color: #dc3545;
}
.product-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.dropdown-toggle::after {
    display: none;
}
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-content {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
}

.error-toast .toast-header {
    background-color: #dc3545;
    color: white;
}
 .success-toast .toast-header {
    background-color: #198754 !important; /* Bootstrap的成功绿色 */
    color: white !important;
}
.preview-container {
    margin-top: 15px;
    display: none;
}
.image-preview-wrapper {
    position: relative;
    display: inline-block;
    max-width: 20%;
    max-height: 200px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.remove-image-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    color: #dc3545;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
}
.preview-image {
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.file-upload-label {
    display: block;
    padding: 10px;
    border: 2px dashed #dee2e6;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.file-upload-label:hover {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}
.file-upload-input {
    display: none;
}
#closeJob{
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 3px;
    left: calc(100% - 30px);
    top: 35px;
    font-size: 24px;
    color: #999999;
    transform: rotate(45deg);
    display: inline-block;
}
.newslist1 div.jobtitle{
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}
.newslist1 div.jobinfo{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: auto;
}
.jobfield li{
    display: flex;
    gap: 10px;
    font-weight: bold;
}
.jobfield li span{
    display: inline-block;
    min-width: 150px;
}
.auto-pulse-icon {
    position: fixed;
    top: 330px;
    left: 15px;
    z-index: 9999;
}
.auto-pulse-icon img {
    width: 200px;
}

.auto-pulse-icon {
  animation: auto-bounce 5s infinite;
}
.table-custom {
    margin:0;
    font-size: 14px;
    table-layout: fixed;
    border-collapse: collapse;
}
.table-custom thead th {
    border-bottom: 1px solid #EBEEF5;
    border-top: none;
}
.table-custom tbody tr {
    vertical-align: middle;
    border-bottom: 1px solid #EBEEF5;
}
.table-custom tbody tr:last-child,
.table-custom tbody tr:last-child td {
    border-bottom: none;
}

/* 无背景的文字按钮样式 */
.btn-link {
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
}
.btn-link-primary {
    color: #0d6efd;
}
.btn-link-primary:hover {
    color: #0a58ca;
}
.btn-link-secondary {
    color: #6c757d;
}
.btn-link-secondary:hover {
    color: #565e64;
}
.btn-link-danger {
    color: #dc3545;
}
.btn-link-danger:hover {
    color: #b02a37;
}

.model_0 {
    display: flex;
    flex-direction: column
}

.model_1 {
    display: flex;
    flex-direction: column-reverse
}
.model_2,
.model_3,
.model_4 {
    position: relative
}

.imgcontent {
    padding: 10px
}

.model_2 .imgcontent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.model_3 .imgcontent {
    position: absolute;
    width: 100%;
    height: calc(100% - 9px);
    left: 0;
    top: 0
}

.model_4 .imgcontent {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.images .item {
    display: flex;
    justify-content: center
}
.layout_1 .item{
    margin-bottom: 30px;
}
.layout_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: center
}

.layout_2 .item {
    width: calc(50% - 10px);
}
.layout_3 {
    display: flex;
    flex-wrap: wrap;
    -moz-gap: 30px;
    gap: 20px;
    justify-content: center
}

.layout_3 .item {
    width: calc(100% / 3 - 15px);
}

.layout_4{
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 25px;
    column-gap: 25px;
    justify-content: center
}

.layout_4 .item {
    flex-basis: calc(25% - 20px)
}
.adtext {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}
.adtext a {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 5px 20px;
    background-color: #FF9800;
    color: #FFFFFF; 
    border-radius: 20px; 
    text-decoration: none;
    transition: background-color 0.3s; 
}


.adtext a:hover {
    background-color: #FF7B00; 
    transform: scale(1.05);
}


.adtext p {
    font-size: 16px;
    font-weight: bold;
    margin: 0; 
}


.adtext a::after {
    content: "\2192"; 
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px; 
}
@keyframes auto-bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  5%, 15%, 40% {
    transform: translateY(-8px);
  }
}
/* 确保关闭按钮可见 */
.success-toast .btn-close {
    filter: invert(1) brightness(100%) !important;
}
@media (max-width: 992px) {
    .main-content {
        flex-direction: column;
    }
    
    .forum-sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    .category-tabs {
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 10px;
    }
    
    .category-tab {
        margin-bottom: 5px;
    }
}