.wz_message_d  .el-dialog {
  margin-bottom: 0px;
  border-radius: 10px;
  padding: 0px !important;
}
/* .wz_message_d /deep/ .el-dialog__header {
  padding: 0 !important;
} */
.wz_message_d  .el-dialog {
  border-radius: 10px;
  border: 2px solid rgb(255,141,81);
}
.header {
	box-shadow: 0px 2px 4px 0px rgba(192, 192, 192, 0.5);
	width: 100%;
}
button{
	cursor: pointer;
}
.plist {
	background: #fff;
}

.plist .plist-head {
	height: 60px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.plist .plist-head>aside {
	margin-right: auto;
	padding-bottom: 5px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	min-width: 314px;
	/* align-content: center; */
	justify-content: flex-start;
	
}
.plist .plist-head>aside >a{
	height: 100%;
	display: block;
}
.plist .plist-head>aside >a>img{
	height: 100%;
	display: block;
}

.plist .plist-head>aside>em {
	color: #bd3124;
}

.plist .plist-head>aside>span {
	font-weight: 400;
	font-size: 17px;
	margin-left: 10px;
	color: #e6b41a;
	padding-left: 10px;
}

.plist .plist-head .plist-head-btn {
	/* padding: 0 30px;  */
	font-size: 14px;
	color: #282828;
	height: 30px;
	cursor: pointer;
	border-radius: 35px;
	/* background: #a4adb3; */
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/* margin-right: 10px; */
	gap: 6px;
	align-content: center;
	flex-wrap: wrap;
	min-width: 44px;
}

.plist .plist-head .plist-head-btn>i {
	margin-bottom: -4px;
}

.plist .plist-head .plist-head-btn2 {
	padding: 0 30px;
	font-size: 13px;
	/* color: #333; */
	height: 30px;
	border-radius: 15px;
	/* background: #fcca00; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF8D1A;
	color: #fff;
	min-width: 125px;
}

.plist .plist-head .plist-head-btn2>i {
	margin-top: 4px;
	margin-right: 5px;
}

.plist .plist-head>article {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.plist .plist-head>article>span {
	margin-left: 20px;
	display: flex;
	align-items: center;
	color: #DF8B2A;
	cursor: pointer;
	gap: 5px;
	font-size: 15px;
	color: #333;
}

.plist .plist-head>article>span {
	color: #DF8B2A;
	/* min-width: 176px; */
	font-size: 14px;
}

/* #DF8B2A */

.plist .plist-head>article>span>i>img{
  height: 21px;
}
.plist .plist-head>article>span>i {
	color: #fcca00;
	font-size: 20px;
	margin-right: 5px;
}

.plist .plist-head>article>em {
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	color: #333333;
}
html{
	--theme-color: #ff8d1a;
	--theme-color-rgba-opacity:rgba(255,141,26,0.24);
	--theme-list_userBg: url('/img/lujing.png') no-repeat center/100% 100%;
	--theme-list_userTap: url('/img/2.png') no-repeat center/100% 100%;
	--theme-login_userbg: url('/img/bg.jpg') no-repeat center/100% 100%;
	--theme-vip_icon: url(/img/vip.png);
    --theme-login_phone: url(/img/mobile.png);
    --theme-login_password: url(/img/lock.png);
    --theme-vip_bg: url(/img/lock.png);
    --theme-vip_bgactive: url(/img/lock.png);
    
}
.plist .plist-head>aside>span{
	color: #282828;
}
.plist .plist-head>article>span {
    color: var(--theme-color);
}
.plist .plist-head .plist-head-btn2{
    background: var(--theme-color);
}
.plist .plist-head .plist-head-btn2:nth-child(1){
    background: #fff;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.plist .plist-card{
	background: var(--theme-list_userBg);
}
.plist .plist-card > article > h3 > em{
	background: var(--theme-list_userTap);
}
.n-page .n-page-item.n-page-cur{
	background: var(--theme-color);
}
.plist .plist-card > aside > a {
    color: var(--theme-color);
}
.theme-main-color{
    color: var(--theme-color) !important;
}
.theme-main-btn{
	background: var(--theme-color) !important;    
}
.theme-main-btn-border{
	 border: 1px solid var(--theme-color) !important;    
}
.icon-background {  
  display: inline-block; /* 使得i标签可以设置宽高 */  
  width: 24px; /* 根据你的图标大小调整 */  
  height: 24px; /* 根据你的图标大小调整 */  
  background-image: var(--theme-vip_icon); /* 替换为你的图标图片URL */  
  background-repeat: no-repeat;  
  background-position: center;  
  background-size: contain; /* 或者使用 cover, 取决于你想要的效果 */  
  /* 可选：为了美观，可能还需要设置一些内边距、外边距或边框 */  
}