* {
  margin: 0;
  padding: 0;
}
/* 根变量定义 */
:root {
    /* 主色调 - 清新柔和的渐变配色 */
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    
    /* 品牌色系 */
    --primary-color: #667eea;
    --secondary-color: #764ba2;
    --accent-color: #4facfe;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: #ef4444;
    
    /* 中性色系 */
    --white: #ffffff;
    --light-gray: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
    
    /* 阴影系统 - 微妙的阴影过渡 */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
    /* 圆角系统 - 精心打磨的圆角 */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    
    /* 间距系统 - 恰到好处的留白 */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;
    
    /* 字体系统 */
    --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 30px;
    
    /* 过渡动画 */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}
input, button,textarea {
  background: none;
  outline: none;
  border: 0px;
}
a{text-decoration:none;}
body {
  background-color: #f8f8f8 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.container {
  display: flex;
  min-height: 100vh;
  background: var(--light-gray);
}
.hw_header {

  width: 100%;
  height: 70px;
  position:fixed;
  top:0;
  z-index:999;
  background-color: #fff;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom:1px solid #f8f8f8;
}

.header-left {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
  cursor:pointer;
}
.logo_tips{color:#EB5353;}
.header-left-logo {
  display: flex;
  height: 60px;
  width: 60px;
}
.header-left-logo img {
  width: auto;
  min-width: 39px;
}
.header-left span{
	font-size:16px;
	font-weight:700;
	margin-left:10px;
}
.header-right {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 50px;
}

._pp-header-avatar-box._pp-header-avatar-hover {
  height: 44px;
  padding: 0 8px;
  border-radius: 4px;
}
._pp-header-avatar-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

._pp-header-avatar-box ._pp-header-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hw_header {

}
@media screen and (max-width:1300px) {
  .page_content{
	
}
.main_content{
	margin:8% auto !important;
	margin-bottom:10px !important;
}

#search form{
	width:100% !important;
}
}
@media screen and (min-width:1400px) {
 
.history_content{
	
}
.main_content{
	margin:9% auto !important;
	margin-bottom:10px !important;
}
.work .dialog-body {
  max-height:550px !important;
  min-height:500px !important;
}
.login .dialog-body{
	
}
}
.main_content{
	margin:8% auto !important;
}
.page_content{
	width:80%;
	margin:2% auto;
	text-align:center;
}
._pp-product-container {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
	margin-right:10px;
	color:#15133C;
	padding: 13px 20px;
	font-weight:500;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	text-decoration:none;
}
._pp-product-container:hover,.nav_active {
    background-color:#f4f4f5;
	font-weight:600;
}
.wx_xiao:hover .xiaochengxu{
	display:block;
}
.xiaochengxu{
	width: 110px;
	position:absolute;
	top:60px;
	background: #fff;
	padding: 12px 20px !important;
	box-shadow: 2px 2px 4px rgba(51,51,51,.5) !important;
	text-align: justify;
	border-radius: 2px;
	transform-origin: center top 0px;
	z-index:66;
	line-height: 22px;
	border: none;
	display:none;
}
.xiaochengxu img {
  width: 110px;
  height: 110px;
}
.xiaochengxu p {
  font-family: -apple-system,Noto Sans,Helvetica Neue,Helvetica,PingFang SC,Noto Sans CJK SC,Source Han Sans SC,Source Han Sans CN,Microsoft YaHei,Wenquanyi Micro Hei,WenQuanYi Zen Hei,sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333;
}
._pp-header-content{padding:10px 15px;border-radius:10px;}
.no_login{background:#dbe2ef;color:#000;font-weight: bold;}
.yijian_text{padding:20px 0px;}
.yijian_text textarea{
	height:180px;
	width:75%;
	resize:none;
	background-color:#fff;
	border-radius:8px;
	font-size:16px;
	color:#222;
	padding:8px;
	border:1px solid #764AF1;
}
.qutu_button{
	margin-top:30px;
}
.error_show{display:none;}
.help_img{margin:20px 0px;width:70%;display:block;border-radius:4px;}
.help_remark{color: #3370ff;}
.highlight {
  border-radius: 4px;
  display: block;
  padding: 16px;
  background-color: rgb(240, 251, 239);
}
.el-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.el-empty__image {
  width: 160px;
}
.history{
  background-color: #A84448 !important;
  font-weight: 600;
  display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
  border-radius: 6px;
	padding:10px 45px;
  text-decoration: none;
}
.qutu_button button{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background: #8479E1;
	border-radius: 6px;
	padding:10px 45px;
	margin-right:15px;
	cursor:pointer;
}

.qutu_button button.tiqu{
	background: #11999e;
	border-color:#11999e;
}
.dialog{display:none;}
.qutu_dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
}
.qutu_dialog .qutu_modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left:0;
  width: 100%;
  opacity: .5;
  background: #333;
}
.dialog .qutu_content {
  position: relative;
  width:80%;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  margin: 0 auto 40px;
  overflow: hidden;
  top:5%;
  z-index: 1002;
}

@media screen and (min-width:2000px) {
	.dialog .qutu_content{
		top:15%;
	}
}

.dialog .qutu-dialog {
  width: 75%;
  background: #edf2f7;
  box-shadow: 0 10px 50px rgba(0,0,0,.05);
  border-radius: 8px;
  padding: 18px;
}
.dialog-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #f1f3f8;
}

.tag_dis span {
  margin-bottom: 8px;
  line-height: 32px;
  border: 1px solid #338aff;
  color: #338aff;
  margin-right: 8px;
  font-size: 14px;
}
.tag_dis span {
  font-weight: 500;
  cursor: pointer;
}
.link-tag:hover, .link-tag-active {
  background-color: #e2e8f0;
  border: 1px solid #338aff;
}
.link-tag {
  display: inline-block;
  line-height: 22px;
  padding: 0 12px;
  border: 1px solid #A760FF;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
}
.fl_float{float:right;}
.download{
	
}
.zip_download{
	background-color: #F73D93 !important;
	border: 1px solid #F73D93 !important;
	color:#fff !important;
}
.all_priview{
	background-color: #764AF1 !important;
	border: 1px solid #764AF1 !important;
	color:#fff !important;
}
.video_center,.wenan,.lian{text-align:center;display:none;}
.wenan,.lian{width:50%;margin:0 auto; word-wrap: break-word;word-break: break-all;}
.video_center video{
	width:200px;
	background-color:#222;
	height:300px;
}
.copy{
	background-color: #2F8F9D !important;
}
.dialog-footer {

  text-align: center;
  padding: 20px 0;
}
.dialog-footer button{
  background-color: #A85CF9;
  color: #fff;
  border-color: #A85CF9;
  font-size: 16px;
  padding:10px 60px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  border-radius:4px;
}
.login-qrcode-container{
	align-items: center;
  background: #f5f5f5;
  display: flex;
  height: 200px;
  justify-content: center;
  margin: 20px auto;
  width: 200px;
}
.login-qrcode-container img{
	height: 180px;
  width: 180px;
}
.modal-login-close{
	position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size:20px;
 
  cursor: pointer;
  transition: all 0.2s ease;
}
.dialog-login-footer{
	padding-bottom:40px;
	text-align:center;
	color: #999;
  font-size: 14px;
}
.work .dialog-body {
  max-height:350px;
  overflow-y: auto;
  background-color:#f8f8f8;
  padding:20px;
  min-height:300px;
}
.grid-list{
  grid-template-columns: repeat(4,23%);
}
.grid-list{
  display: grid;
  grid-gap: 32px 16px;
}
.grid-list .list-item {
  position: relative;
  cursor: pointer;
}
.grid-list .poster-box{
  border-radius:8px;
  overflow: hidden;
  position: relative;
  height:150px;
}
.grid-list .poster-box > div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.poster-box img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;

}
img {
  border-style: none;
}
.poster-box .item-footer {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  font-size: 14px;
}
.card-item-info-tags{
	text-align:center;
}
.preview{
	background-color:#3BACB6 !important;
	color: #fff;
}
.card-item-info-tags__item.blue {
  color: #fff;
  background-color:#FF6FB5;
  cursor:pointer;
}
.card-item-info-tags__item.blue,.card-item-info-tags__item.green {
  display: inline-block;
  border-radius: 1px;
  padding: 0 5px;
  line-height: 19px;
  margin-right: 8px;
  margin-top: 6px;
  font-size: 12px;
  height: 20px;
  white-space: nowrap;
}

.item-footer{
  display: flex;
  flex-direction: column;
  text-align:center;
  padding: 4px 0;
  font-size: 14px;
}

/*********************我的记录*********/
.article-card {
  width: 100%;

  padding: 0 0 24px;
  margin-bottom: 24px;

  transform: none;
  display: flex;
//height: 160px;
padding: 20px;
overflow: hidden;
border-radius: 4px;
transition: transform .3s;
background-color:#fff;
text-decoration: none;
}
.article-card .article-card__cover {
  position: relative;
  //width: 188px;
  height: 120px;
  border: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border-radius: 4px;
}
.article-card .article-card__cover > img {

  height: 100%;
   border-radius:6px;
  transition: all 1.5s cubic-bezier(.2,.8,.2,1);
}
.article-card:hover .article-card__cover > img {
  transform: scale(1.1);
}
.article-card .article-card__content{
  flex: 1;
  display: flex;
  width: 0;
  flex-direction: column;
  padding-left: 24px;
  text-align:left;
}
.article-card .article-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color:#333;
  text-decoration:none;
  line-height: 25px;
  margin: 4px 0;
}
.article-card .article-card__desc {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color:#666;
  line-height: 22px;
  margin: 8px 0 12px;
  overflow: hidden;
}
.article-card .article-card__footer {
  color:#999;
  height: 20px;
  display: flex;
  justify-content: space-between;
}
.article-card .article-card__foote-left{
  display: flex;
  align-items: center;
}
.article-card .article-card__author{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  max-width: 100px;
}
.article-card .article-card__divider {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: var(--primary-color-light,#666);
  line-height: 22px;
}
.article-stats {
  display: flex;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dee4f5;
  border-color: #dee4f5;
  color: #333;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button--mini {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.follow-button__button {
  min-width: 68px;
  min-height: 26px;
 background: linear-gradient(90deg,rgba(255,87,108,1),rgba(252,139,153,1));
  border-color:#FF576B;
  border-radius: 15px;
}
.el-button.el-button--primary{color:#fff;}
.card-item-info-tags__item {
  display: inline-block;
  font-size: 12px;
  color: #939ca8;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: #f2f4f7;
  border-radius: 1px;
}


.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.mb-15{
  margin-bottom:25px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
input, textarea {
  outline: none;
}
.a-i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dxzz .el-button{

}
.el-button--primary {
  color: #fff;
  background-color: #FF06B7;
  border-radius:4px;
  border:none;
  margin-left:5px;
}
.cancel{background-color:#f3f3f3 !important;color:#222 !important;margin-right:10px;}
.login_button{background-color:#764AF1 !important;}

footer p{font-size:12px;text-align:center;position:absolute;bottom:10px;left:0;right:0;}

.phone_bg{
	max-width:650px;
	margin:0 auto;
	background:#f6f6f6;
	text-align:center;
}
.phone_bg h3{margin-top:40%;color:#222;width:100%;}


.page_home .nav_title{
  padding-top:20px;
  font-weight: 700;
  font-size: 15px;
}
.video_tiqu{
  height:500px;
  width:40%;
  background:#222;
  border-radius: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.image_zengq{
	width:80%;
  padding:40px 0px;
  margin:0 auto;
}
.image_save{
  margin-top: 10px;
}
.image_save button{
background-color: #6a7bff;
padding:6px 20px;
cursor: pointer;
border-radius: 5px;
color: #fff;
}
.video_tiqu video{
  width:100%;
  max-height:500px;
}
.image_zengq img{
  border-radius:10px;
  height: 100%;
}
.zengqiang_left{

}
.zengqiang_cate{margin-top:40px;width:100%;}
.zengqiang_cate button{
  border-radius:10px;
  padding:15px 40px;
  cursor: pointer;
  font-size:18px;
  margin-right: 15px;
  width:80%
}
.upload{
  background-color: #f8f8f8;
}
.zengqiang_btn{
  background-color: #6a7bff;
  color:#fff;
}
.video_right_content{
  margin: 20px auto;
  width: 55%;
}
.video_cate{
  margin-top:30px;
}
.video_cate button{
  background-color: #f8f8f8;
border-radius:10px;
padding: 20px 30px;
cursor: pointer;
font-size: 20px;
}
.video_cate input{
  width: 100px;
  border: 1px solid #fbfcfc;
  padding:20px 10px;
  text-align: center;
  font-size: 20px;
}
.video_operate{
  margin-top: 20px;
}
.video_operate button{
  background-color: #ff2e4d;
color: #fff;
border-radius: 10px;
padding: 12px 35px;
cursor:pointer;
font-size: 18px;
}
.video_image{

  display: flex;
}
.video_image img{
  width:110px;
  height: 130px;
  border-radius: 10px;
  margin-left: 15px;
  cursor: pointer;
}
.zengq_image img{
  height:400px;
  border-radius: 10px;
}
.video_search{
  display: flex;
  margin: 0px auto;
  padding: 20px 0px;
  width:80%;
}
.video_search .clear{
  border: : 1px solid #ccc;
  background: #ccc;
  color: #000;
}
.video_search input{
  width:400px;
  background-color: #fff;
  padding:15px 20px;
  border-radius: 10px;
}
.video_search button{
  padding:15px 40px;
  color: #fff;
background-color: #5175ea;
border-color: #5175ea;
margin-left: 10px;
border-radius: 10px;
cursor: pointer;
}
.item_bdt{
  padding: 10px 10px;
  border-radius: 10px;
  margin-right:3px;
  cursor: pointer;
  font-size:13px;
  background-color: #F0F0F0;
}
.item_bdt:hover,.bdt_active{
  color:#fff;
  background-color: #D14D72;
}

.item_color {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:36px;
  width:36px;
  border: 1px solid #e6e6e6;
  padding:2px;
  border-radius: 4px;
  font-size: 0;
  margin-right: 10px;
  cursor: pointer;
}
.color_active{
  border: 1px solid red;
}









/* 左侧边栏样式 */
.sidebar {
    width: 220px;
    background: var(--white);
    //box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    z-index: 1000;
	
    transition: all var(--transition-normal);
}

/* 侧边栏头部 */
.sidebar-header {
    padding: var(--space-lg);
    border-bottom: 1px solid var(--gray-200);
    background: var(--white);
}

.logo {
    display: flex;
    align-items: center;
   
}

.logo-icon {
    width: 42px;
    height: 42px;
	margin-right:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.logo-icon i:first-child {
    color: var(--white);
    font-size: 20px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-icon i:last-child {
    color: var(--white);
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.brand-name {
    font-size: var(--font-size-lg);
    font-weight: 700;
    color: var(--gray-900);
}

.brand-subtitle {
    font-size: var(--font-size-sm);
    color: var(--primary-color);
    font-weight: 600;
}

/* 侧边栏导航 */
.sidebar-nav {
    flex: 1;
    padding: var(--space-lg) 0;
	overflow-y:auto;
	overflow-x:hidden;
}

.nav-list {
    list-style: none;
}

.nav-item {
    margin: var(--space-xs) var(--space-md);
}

.nav-link {
    display: flex;
    align-items: center;
    gap:4px;
    padding: var(--space-md) var(--space-lg);
    color: var(--gray-600);
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    position: relative;
}

.nav-link:hover {
    background: var(--gray-100);
    color: var(--primary-color);
    transform: translateX(4px);
}

.nav-link.active {
    background: var(--primary-gradient);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.nav-link.active::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.nav-link i {
    font-size: 14px;
    width: 20px;
    text-align: center;
}
.nav-link span{
	font-size: 15px;
}

/* 侧边栏底部 */
.sidebar-footer {
    padding: var(--space-lg);
    border-top: 1px solid var(--gray-200);
    background: var(--white);
}

.user-profile {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.avatar {
    width:20px;
    height:20px;
    background: var(--accent-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.username {
    font-weight: 400;
    color: var(--gray-900);
    font-size: var(--font-size-sm);
}

.user-role {
    font-size: var(--font-size-xs);
    color: var(--gray-500);
}

/* 主内容区域 */
.main-content {
    flex: 1;
    margin-left: 220px;
    min-height: 100vh;
   
    transition: margin-left var(--transition-normal);
}

/* 内容头部 */
.content-header {
    
    padding: var(--space-lg) var(--space-xl);
   
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.header-left {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--gray-600);
    cursor: pointer;
    padding: var(--space-sm);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}

.menu-toggle:hover {
    background: var(--gray-100);
    color: var(--primary-color);
}

.page-title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--gray-900);
}

.header-right {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}





.header-actions {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.action-btn {
    background: none;
    border: none;
    padding: var(--space-md);
    border-radius: var(--radius-md);
    color: var(--gray-600);
    cursor: pointer;
    transition: all var(--transition-fast);
    position: relative;
	font-size: 15px;
}

.action-btn1 {
    background: var(--gray-100);
    color: var(--gray-600);
    transform: translateY(-2px);
}

.notification-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--error-color);
    color: var(--white);
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

/* 内容主体 */
.content-body {
    padding: var(--space-xl);
}



/* 标签云 */
.tags-cloud {
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.tag {
    background: var(--gray-100);
    color: var(--gray-700);
    padding: var(--space-xs) var(--space-md);
    border-radius: var(--radius-lg);
    font-size: var(--font-size-sm);
    cursor: pointer;
    transition: all var(--transition-fast);
    border: 1px solid transparent;
}

.tag:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}


/* 二维码弹窗样式 */
.menu-item-qrcode {
    position: relative;
}

.qrcode-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1001;
    pointer-events: none;
}



.menu-item-qrcode:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.qrcode-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.qrcode-title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

.qrcode-image {
    width: 180px;
    height: 180px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miniapp-qrcode-circle {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.miniapp-qr-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.miniapp-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
   
    background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.miniapp-logo .logo-text {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1;
}

.miniapp-icon-s {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.miniapp-icon-s::before {
    content: 'S';
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.qrcode-label {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 0;
}





/* 响应式设计 */
@media (max-width: 1024px) {
    .sidebar {
        transform: translateX(-100%);
    }
    
    .sidebar.open {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        z-index: 2000;
    }
    
    .content-header {
        flex-direction: column;
        gap: var(--space-lg);
        align-items: stretch;
    }
    
    .header-right {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .search-box input {
        width: 100%;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .content-body {
        padding: var(--space-lg);
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card,
.content-card {
    animation: fadeInUp 0.6s ease forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
    background: var(--gray-300);
    border-radius: var(--radius-sm);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray-400);
}

/* 焦点样式 */
*:focus {
   
   
}

/* 选择文本样式 */
::selection {
    background: rgba(102, 126, 234, 0.2);
    color: var(--gray-900);
}

