/*-------------系统全局样式------------------*/
.container{
  width: 1170px;
  max-width: none !important;
}
a{
  color:black;
}
ul, li {
  list-style-type: none;
}
body{
  background-color: #F7F8FA;
}

/*顶部菜单样式开始*/
.top-logo{
  color:#1CA472 !important;
  font-size: 21px;
  font-weight: 600
}
.header{
  height: 42px;
  margin-bottom: 30px;
}
#navbar .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color:transparent;
}
.header-dropdown-menu{
    min-width: 100px !important;
}
.header-dropdown-menu li{
    margin-top: 10px;
}
.header-notification-label{
    position: relative;
}
.header-login-label-badge{
    height: 23px;
}
.header-notification-label .icon-bell {
    font-size: 18px;

}
.header-notification-label .label-badge {
    position: absolute; /* 绝对定位 */
    top: 7px; /* 向上移动 */
    right: 3px; /* 向右移动 */
    font-size:9px;
}


#navbar{
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-top{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-top{
  width: 38%;
  margin-top:3px;
  padding-left: 10px;
}
.navbar-nav-top>.nav>li>a:hover,a:active,a:link,a:focus,a:visited{
  color:inherit;
  text-decoration: none;
  background-color: transparent;
}


/*网站名称颜色*/
.brand-title{
  color: black;
}

/*设置搜索框的placeholer的颜色*/
#searchForm .form-control::placeholder{
  color:#000;
}

/*设置搜索边框的颜色*/
#searchForm .form-control{
  border-color:#000;
}

/*设置搜索的图标颜色*/
#searchForm .icon{
  color:#000;
}

/*设置搜索框的高度*/
#searchForm{
  height:12px;
}

/*资源列表样式开始*/

.h2-title{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-left: 16px;
}


.pager-site{
  display: flex;
  flex-direction:row;
  justify-content: center;
}
.index-nav{
  margin-bottom: 20px;
}
.search-cate>.nav>li>a{
  color:#a6a5ad;
  font-weight: 500;
}

.search-cate>.nav>li>a:hover{
  background-color: #000;
  color:#fff;
}

.search-cate>.nav>.active>a{
  color:#fff
}

.zui-navbar-collapse>.nav>li>a{
  color:#020202;
  font-size: 15px;
  font-weight: 500;
}

.pager-center{
  display: flex;
  justify-content: center;

}


/* 资源卡片样式 */

.card-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-list .card{
  width: 19%;
  margin-left: 1%;
}
.card-list .media-wrapper{
  height:206px;
  position: relative;
  display: inline-block;
}

.card-img-label{
  position:absolute;
  top:2%;
  left:2%;
}
.card-list .card-img{
  width:110%;
  height:110%;
  object-fit:cover;
}
.card-list .card-heading{
    display: -webkit-box; /* 必须结合 -webkit-line-clamp 使用 */
    -webkit-box-orient: vertical; /* 设置盒子的排列方式为垂直 */
    -webkit-line-clamp: 2; /* 限制显示的行数为两行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    margin: 0;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 6px;
    padding-bottom: 4px;
    white-space: normal; /* 允许文本正常换行 */
    line-height: 1.5em; /* 设置行高 */
    min-height: 3em; /* 设置最小高度，使其至少有两行文本的高度 */
}
.card-icon-text{
  font-size: 12px;
  color:#333333;
}
.card-info{
  display: flex;
  width: 100%;
  justify-content:space-between;
}
.card-info span:nth-child(2) {
  flex: 1;
  margin-top: 0px;
  margin-left: 6px;
}
.media-wrapper:hover img{
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.card-icon-text {
  margin-right: 10px;
}
.card-img-file{
  width: 20px;
}
.card-hr{
  margin-bottom: 10px;
  margin-top: 10px;
}
.card-img-avatar{
  width: 20px;
  height: 20px;
}
.card-list .card{
  background-color: #fff;
}


#menu {
    width: auto;
    height: 50px;
    margin: 0 auto 0 auto;
    background: #FFF;
}


.footer {
	position: relative;
	width: 100%;
	background: no-repeat 90% center #1E1E1E;
}
#product-content p{
    line-height: 200%;
    font-size:15px
}
#product-content img{
    margin-top:10px;
    margin-bottom:10px
}

/* 页面的脚部样式开始 */
.footer-site{
  height:150px;
  background-color: #1E1E1E;
  width: 100%;
  color:#DDDDDD;
}
.footer-site-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
}
.footer-site-text-li{
  display: flex;
  width: 100%;
  justify-content: center;
}
.footer-site-text-li>p{
  margin-right: 20px;
}

.customer-nav .card{
  position:fixed;
  top: 57%;
  left:97%;
  width: 43px;
  background-color: #fff;
  border-radius: 5px;
}
.customer-nav-bady{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.customer-nav-bady-li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customer-nav-bady-li i{
  font-size: 18px;

}
.customer-nav-bady-li p{
  font-size: 12px;

}

/* nav的active状态 */
.nav-stacked .active{
    background-color:#DDF4DF;
}

.example{position:relative;padding:20px;margin:0 0 15px;border-style:solid;border:1px solid #ddd;outline:none;transition:all .3s}.example:focus,.example [contenteditable]:focus{outline:none;box-shadow:0 1px 15px rgba(0,0,0,0.5);-webkit-animation-name:glow;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;-webkit-animation-timing-function:ease-in-out}.example.no-padding{padding:0}.example.borderless{border:none}.example>*:last-child{margin-bottom:0}pre{margin-bottom:15px;border-radius:0;position:relative;border-color:#ddd;padding:10px 20px}


/*-------------首页样式------------------*/

#app {
    background: linear-gradient(to bottom, #def7ee, #F7F8FA);
    height: 300px;
    width: 100%;
}
#header{
    background-color: rgb(255, 255, 255, 0);
}
#index-container{
    margin-top: 5px;
}

#index-type .panel{
    border-radius: 15px;
    height:310px
}




#index-type-list-ul {
    height:290px;
    margin-top: 3px;
    margin-left: 0px;
}

#index-type-list-ul>li>a{
    font-size: 14px;
    font-weight: 600;
}


#index-type-list-ul>li>a>span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    color:#979797
}

#index-type-list-ul>li>a:hover{
    background-color: #e3f7e4;
}

#index-type-list-img{
    height: 295px;
    margin-top: 7px;
}

#index-type-list-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#index-type-right {
    display: flex;
    align-items: center;
    height:250px;
    flex-direction:column
}

.index-type-right-upload{
    margin-top: 20px;
    margin-bottom: 25px;
    width: 200px;
    height: 40px;
    color:#fff;
    font-size: 15px;
}
.index-type-user-right-upload{
    margin-top: 45px;
    margin-bottom: 25px;
    width: 200px;
    height: 40px;
    color:#fff;
    font-size: 15px;
}
.index-type-right-upload>.icon{
    font-size: 16px;
}

.index-type-right-login{
    margin-bottom: 20px;
    width: 200px;
    height: 35px;
    color:#fff;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 8px;
}

#index-type-right .btn>.icon{
    font-size: 16px;
}

#index-type-right img{
    height: 120px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.index-user-info{
    display: flex;
    flex-direction: row;
    margin:35px 20px 40px 20px;
}
.index-user-info-text{
    flex:1;
    margin-left: 10px;
}
.index-user-info-text>p{
    margin-bottom: 1px;
}
.index-user-info-btn{
    width:60px;
    height:25px;
    margin-top:10px
}
.paper-auther-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 40px 0 40px;
}

.paper-auther-info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paper-auther-info-text{
    font-size: 18px;
    font-weight: 600;
}


.index-see-more {
    font-size: 14px;
    font-weight: 400;
}
#index-alert .alert{
    height: 40px;
    border-radius: 8px;
    background-color: #def7ee;
    line-height: 5px;
}
.index-alert-label{
    border-radius: 5px;
    font-size: 14px;
    background-color: #1CA472;
}

.index-alert-text{
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
}

.label-time {
    border-radius: 5px;
}

#index-alert .alert{
    height: 40px;
    overflow: hidden;
}
#index-alert .alert li{
    margin-bottom: 20px;
}
#index-alert ul{
    position: relative;
    top: -11px;
    left: 100px;
}

.index-post-list {
    margin-bottom: 40px;
}

/*-------------微信登录页面------------------*/
.login-form{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 145px;

}
.login-form .card {
    margin-top: 10%;
    width: 450px;
    height: 420px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中 */
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef0f2;
    border-radius: .35rem;
    -webkit-box-shadow: 0 0.3rem 0.75rem 0 rgba(204,204,204,.15);
    box-shadow: 0 0.3rem 0.75rem 0 rgba(204,204,204,.15);
}

.login-pic>img{
    width:380px;
    height: 350px;
}
.login-pic{
    flex:2;
    margin-left: 150px;
    margin-top: 30px;
}
.login-wechat-content-icon{
    color:#08c160;
}
.login-wechat-title{
    margin-top:100px;
    font-size: 20px;
    font-weight: 400;
}
.login-wechat-size{
    font-size:21px;
}
.btn-qq{
    margin-top:-230px;
}

/*-------------个人中心页面------------------*/

.avatar-info{
    display: flex;
    height: 110px;
    background: linear-gradient(to right, #5eb961, #437ae7);
    margin-top: -20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.avatar-img img{
    margin-top: 30px;
    width: 45px;
    height: 45px;
}
.avatar-text{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.user-info{
    margin-top: 30px;
}
.user-info-title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.user-info-right-title{
    font-size:14px;
    font-weight:bold;
    margin:10px 0px -10px 20px;
}
.user-info-nav{
    font-size:15px
}
.user-info-nav>li>a>span{
    margin-left: 12px;
}
.user-info-edit input.form-control{
    border-radius: 10px;
}
.user-info-edit textarea{
    border-radius: 10px;
}

.order-empty{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-direction: column;
    font-size: 15px;
    height: 200px;
}
.order-empty>p{
    margin-top: 10px;
}

.order-empty>img{
    width: 100px;
}
.user-order-table{
    margin-top: -25px;
}

.order-detail{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.order-detail p{
    width: 50%;
    margin-top: 15px;
}
.order-detail-wx{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.order-detail-text{
    font-weight: bold;
}
.security{
    display: flex;
    flex-direction: row;
}
.security p:nth-child(1){
    font-size: 15px;
    margin-left: 20px;
    width: 10%;
}
.security p:nth-child(2){
    font-size: 13px;
    color:#808080;
    width: 60%;
}
.security p:nth-child(3){
    color:#38B03F;
    width: 20%;
}
.security p:nth-child(4){
    width: 10%;
}
.contact-auther-form>.form-group{
    margin-top: 40px;
}
.user-info-search{
    margin-bottom: 30px;
}
.upload-form-title{
    margin-bottom: 30px;
}
.upload-form-margin{
    margin-top: 20px;
}

.author-upload-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 40px 0 40px;
    flex-wrap:wrap;
}

.author-upload-info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20.33%;
    margin-bottom: 30px;
   
}

.author-upload-info-item span{
    font-size:12px;
}

.author-upload-info-title{
    font-size:16px;
}

.author-upload-info-text{
    font-size: 23px;
    font-weight: 600;
}

.upload-form-nav{
    margin: 20px 0px 30px 30px;
}




/*-------------创作者认证样式------------------*/

.custom-file-upload {  
    position: relative;  
    display: inline-block;  
    width: 270px; /* 或者设置为270px，根据你的需要 */  
    height: auto;  
}  
  
.custom-file-upload .form-control-file {  
    position: absolute;  
    top: 0;  
    right: 0;  
    left: 0;  
    z-index: 1;  
    height: 100%;  
    font-size: 100px; /* 增大字体大小以覆盖整个区域，但透明度为0 */  
    filter: alpha(opacity=0);  
    opacity: 0;  
    cursor: pointer;  
}  
  
.upload-preview {  
    position: relative;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    height: 150px; /* 根据需要调整 */  
    border: 2px dashed #ccc;  
    background-color: #f5f5f5; /* 可选，用于显示背景色 */  
}  
  
.upload-icon {  
    font-size: 24px;  
    color: #ccc;  
    z-index: 2; /* 确保加号在input之上 */  
}  
  
.preview-img {  
    max-width: 100%;  
    max-height: 100%;  
    width: 100%;
    object-fit: cover;  
    position: absolute;  
    top: 0;  
    left: 0;  
}  
  
/* 隐藏默认的input file按钮 */  
.custom-file-upload::-webkit-file-upload-button {  
    display: none;  
}
.contact-auther-form>.form-group{
    margin-top: 30px;
}

/*-------------通知列表页面样式------------------*/

.notification-title{
    font-size:14px;
}

.notification-empty{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.notification-empty img {
    width: 120px;
    margin-top: 50px;
    
}

.notification-empty-text{
    margin-top: 30px;
    margin-bottom: 250px;
}

/*-------------关于我们样式------------------*/

.paper-left-li li{
    margin-bottom: 10px;
    background-color:#f5f5f5;
    font-weight: bold;
}

.paper-left-li li a:hover{
    background-color: #e3f7e4 ;
}

.paper-content-margin{
    margin-bottom: 180px;
}

.paper-content-margin{
    margin:30px 30px 30px 30px;
}




/*-------------支付页面样式------------------*/

.order-title-text p{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.order-title-text-span {
    margin-left: 20px;
    font-size: small;
    color:#868686;
}
.order-content{
    margin-top: 8px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
}

.order-content-detail{
    color:black;
    display: flex;
    background-color: #f8fcff;
}

.order-content-detail-title{
    display: flex;
    flex-direction: column;
    justify-content:space-evenly ;
    align-items: flex-start;
    
}
.order-content-detail div{
    margin-left: 20px;
}
.order-content-detail div:nth-child(3){
    margin-left: auto;
}

.order-content-title{
    font-size: 16px;
    font-weight: bold;
}
.order-content-detail-img{
    height:120px;
    width: 90px;
}

.order-content-detail-avatar{
   width: 25px;
   height: 25px;
}
.order-content-detail-text{
    font-size: 16px;
    font-weight: bold;
}
.order-content-detail-pay{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: #f8fcff;
}
.order-content-detail-pay p{
    color:black;
    font-size: 16px;
}
.order-content-detail-pay span{
    color: red;
    font-size: 19px;
}
.order-content-detail-pay button{
    margin-top: 12px;
}

.order-content-detail-pay-btn{
    background-color: #00cc7e;
    width: 150px;
    height:45px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color:white;
}

.order-content-detail-pay button:hover {
    background-color: #00cc7e;
}
.pay-wechat{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.pay-wechat-qrcode{
    display: flex;
    flex-direction: column;
}
.pay-wechat-qrcode p{
    font-size: 18px;
    text-align: center;
    margin: 20px 0 20px 0;
}
.pay-wechat-qrcode img{
    width: 170px;
    height: 170px;
}



/*-------------上传资源样式------------------*/
#editor—wrapper {
  border: 1px solid #ccc;
  z-index: 10000000; /* 按需定义 */
}
#toolbar-container { border-bottom: 1px solid #ccc; }
#editor-container { height: 500px; }

.upload-form{
    margin:-8px 10px 20px 15px;
}
.upload-form .form-control{
    height:40px;
}
.upload-form label{
    font-size:14px;
    font-weight: 400;
}
.upload-form .form-group{
    margin-bottom: 30px;
}
#authorUploadButton{
    width: 250px;
    height: 35px;
}
.uploader-btn-browse{
    margin-top: 10px;
    width: 150px;
    height:40px
}
.select_button{
    width: 150px;
    height:38px;
}
.custom-file-upload {  
    position: relative;  
    display: inline-block;  
    width: 230px; /* 或者设置为270px，根据你的需要 */  
    height: auto;  
}  

.custom-file-upload .form-control-file {  
    position: absolute;  
    top: 0;  
    right: 0;  
    left: 0;  
    z-index: 1;  
    height: 100%;  
    font-size: 100px; /* 增大字体大小以覆盖整个区域，但透明度为0 */  
    filter: alpha(opacity=0);  
    opacity: 0;  
    cursor: pointer;  
}  

.upload-preview {  
    position: relative;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    height: 220px; /* 根据需要调整 */  
    border: 2px dashed #ccc;  
    background-color: #f5f5f5; /* 可选，用于显示背景色 */  
}  

.upload-icon {  
    font-size: 24px;  
    color: #ccc;  
    z-index: 2; /* 确保加号在input之上 */  
}  

.preview-img {  
    max-width: 100%;  
    max-height: 100%;  
    width: 100%;
    object-fit: cover;  
    position: absolute;  
    top: 0;  
    left: 0;  
}  

/* 隐藏默认的input file按钮 */  
.custom-file-upload::-webkit-file-upload-button {  
    display: none;  
}



/*-------------作者个人主页样式------------------*/

.author-home-info{
    height: 240px;
    background-image: url(../img/author-home-bg.png);
    margin-top: -20px;
}
.author-home-info-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
.author-home-info-avatar img{
    width: 120px;
    height:120px;
    margin-top: 40%;
}
.author-home-info-text{
    margin-top: -30px;
}
.author-home-info-content div:nth-child(1){
    flex:8%;
}
.author-home-info-content div:nth-child(2){
    flex:25%;
}
.author-home-info-content div:nth-child(3){
    flex:10%;
}
.author-home-info-content div:nth-child(4){
    flex:40%;
}
.author-home-info-name h3{
    font-size: 24px;
    margin-top: 40%;
}
.author-home-info-button button{
    margin-top: 2%;
    width: 30%;
}

.author-home-info-count{
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    justify-content: space-between;
}

 .author-home-info-count-item:nth-child(2){
    margin-left:5%;
} 
.author-home-info-count-item{
    display: flex;
    flex-direction: column;
}
.author-home-info-count-title{
    font-size: 16px;
    text-align: center;
  
}
.author-home-info-count-text{
    font-size: 30px;
    margin-bottom: 3%;
    text-align: center;
}
.author-home-list-empty{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    flex-direction: column;
    font-size: 15px;
}
.author-home-list-empty img{
    width: 200px;
    height:150px;
}
.author-home-list-empty p{
    margin-top:30px;
}

/*------------分类详情列表------------------*/
.alert-type{
    margin-top:-18px;
    background-color:#F5F7FA;
    width: 100%;
}
  
.alert-type-li>li>a{
    font-size: 14px;
    color:#797f88;
}

.h3-title{
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
}

.type-h3-title{
    margin-bottom: 13px;
}
.type-content{
    background-color: #fff;
    padding-top: 10px;

}
.breadcrumb-margin{
    margin-top: 10px;
}

.product-list-empty{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    flex-direction: column;
    font-size: 15px;
}
.product-list-empty img{
    width: 200px;
    height:150px;
}
.product-list-empty p{
    margin-top:30px;
}





/*------------资源详情页面样式------------------*/
/*文章标题*/
.paper-title{
    margin-left: 4px;
    margin-top: -4px;
    font-size: 20px;
}

/*文章点赞等功能*/
.paper-title-right{
    margin-top: -4px;
}

/* 侧边下载轮播 */
.myScroll{
    height: 300px;
    overflow: hidden;   
}
.myScroll ul{
    margin-left: -15px;
    margin-top: -10px;
}

/* 文章内容主体信息 */
.paper-detail-body img{
    width: 100%;
    height: auto;
}

.paper-detail-body-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.paper-detail-body-bottom p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
}
.paper-detail-body-bottom p:nth-child(4){
    font-size: 14px;
    margin-top: 10px;
}
.paper-title-right .btn-link{
    background-color: #fff;
    color:#333;
    margin-right: 8px;
}

.paper-title-text-eye{
    margin-left: 16px;
}

.paper-title-text-span{
    margin-left: 12px;
}

.paper-title-text{
    margin-bottom: 12px;
    margin-top: 3px;
}

.paper-auther-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 40px 0 40px;
}

.paper-auther-info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paper-auther-info-text{
    font-size: 15px;
    font-weight: 600;
}

.paper-auther-info-btn{
    margin-top: 10px;

}
.paper-auther-contact{
    margin-top: -5px;
    display: flex;
    flex-direction: column;
}

.paper-auther-contact-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    color:#767c80;
}

.paper-auther-contact-item-icon>.icon{
    margin-left: 20px;
    font-size:16px;
    margin-right:16px;
}

.paper-auther-contact-item-text{
    font-size: 14px;
    margin-top: -2px;
}

.paper-right-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
}
.paper-right-recommend-item{
    margin-bottom: 19px;
}
.paper-right-recommend-item a:hover{
    color: blue;
}

.paper-right-recommend-item-p{
    font-size:13px;
}
.paper-right-recommend-item-span{
    margin-right: 17px;
}
.paper-right-recommend-item-img{
    width: 22px;
    height: 22px;
}

.paper-right-comment{
    margin-bottom: 5px;
}

.paper-right-comment>img{
    width: 30px;
}
#payModal .modal-dialog{
    width: 360px;
}
.pay-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.empty-comment{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.empty-comment-text {
    margin-top: 25px;
}

.detail-pay-items{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin:30px 20px 30px 20px;
}
.detail-pay-items-img{
    width: 60px;
    height: 60px;
}
.detail-pay-items-btn{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.detail-pay-items-btn p{
    font-size: 15px;
    margin-top:12px;
}
.vertical-divider {
    width: 1px; /* 竖线的宽度 */
    height: 80px; /* 竖线的高度 */
    background-color: #ddd; /* 竖线的颜色 */
    margin: 0 10px; /* 竖线的左右外边距 */
}

.paper-detail-body{
        padding:20px;
}
.paper-detail-body img {
    display: block; /* 确保图片块级排列 */
    margin-top: 20px; /* 上间距 */
    margin-bottom: 20px; /* 下间距 */
    max-width: 100%; /* 确保图片不超出容器宽度 */
    height: auto; /* 保持图片比例 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影 */
    transition: box-shadow 0.3s ease; /* 增加过渡效果 */
}

.paper-detail-body img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* 鼠标悬停时阴影增强 */
}

.paper-detail-body code{
    font-size: 14px;
    line-height: 1.5;
}
  /* 放大图片的样式 */
img.zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    z-index: 100000000;
    cursor: zoom-out;
    transition: transform 0.3s;
    object-fit: contain;
}

/* 背景遮罩样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

/*------------- 客服悬浮导航样式 开始 -------------*/
/* 客服导航容器 */
.qz-customer-nav {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

/* 客服导航主体 - 玻璃态设计 */
.qz-customer-body {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.07),
        0 6px 6px rgba(0, 0, 0, 0.03),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    padding: 15px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* 导航主体悬停效果 */
.qz-customer-body:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 8px 12px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    transform: translateY(-3px);
}

/* 导航项目样式 */
.qz-customer-item {
    position: relative;
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    color: #555;
    background: transparent;
    margin: 1px 0;
}

/* 导航项目背景效果 */
.qz-customer-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

/* 导航项目悬停效果 */
.qz-customer-item:hover {
    color: #2563eb;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.05);
}

.qz-customer-item:hover::before {
    opacity: 1;
}

/* 当前激活导航项目样式 */
.qz-customer-item.active {
    color: white;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 
        0 7px 15px rgba(37, 99, 235, 0.3),
        0 3px 8px rgba(37, 99, 235, 0.2);
}

/* 图标样式 */
.qz-customer-icon-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 导航图标 */
.qz-customer-icon-wrapper i {
    font-size: 21px;
    margin-bottom: 4px;
    transition: transform 0.25s ease;
}

.qz-customer-item:hover .qz-customer-icon-wrapper i {
    transform: translateY(-2px);
}

/* 导航文本 */
.qz-customer-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.95;
    transition: transform 0.25s ease;
}

.qz-customer-item:hover .qz-customer-text {
    transform: translateY(-1px);
}

/* 活动指示器 - 顶部的小点 */
.qz-customer-item.active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    top: 7px;
    right: 7px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .qz-customer-nav {
        right: 10px;
    }
    
    .qz-customer-body {
        padding: 12px 6px;
        gap: 8px;
    }
    
    .qz-customer-item {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }
    
    .qz-customer-icon-wrapper i {
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .qz-customer-text {
        font-size: 10px;
    }
}
/*------------- 客服悬浮导航样式 结束 -------------*/

/*------------- 联系客服页面样式 开始 (极简版) -------------*/
/* 极简客服页面主容器 */
.qz-cs-minimal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 80px;
    max-width: 100%;
    background: linear-gradient(135deg, #F7F8FA 0%, #f0f5ff 100%);
    padding: 40px 20px;
    border-radius: 16px;
}

/* 极简卡片样式 */
.qz-cs-minimal-card {
    max-width: 850px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(50, 128, 252, 0.08);
    padding: 45px 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.qz-cs-minimal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(50, 128, 252, 0.12);
}

/* 标题样式 - 蓝色主题 */
.qz-cs-minimal-title {
    color: #3280FC;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.qz-cs-minimal-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #1CA472 0%, #38B03F 100%);
    border-radius: 3px;
}

/* 提示框样式 - 项目绿色主题 */
.qz-cs-notice {
    width: 100%;
    margin: 20px 0 28px;
    text-align: left;
}

.qz-cs-notice p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.qz-cs-notice p:first-child {
    margin-bottom: 8px;
}

.qz-cs-notice p:last-child {
    font-size: 14px;
    color: #666;
}

/* 二维码样式 */
.qz-cs-qrcode {
    margin: 0 auto 25px;
    padding: 12px;
    text-align: center;
    background: #f8faff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.qz-cs-qrcode:hover {
    transform: scale(1.02);
    background: #f0f5ff;
}

.qz-cs-qrcode img {
    max-width: 260px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #e8eef5;
}

/* 二维码兼容旧类名 */
.qz-cs-minimal-qrcode {
    margin: 10px auto 35px;
    padding: 0;
    text-align: center;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.05));
    transition: transform 0.3s ease;
}

.qz-cs-minimal-qrcode:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.08));
}

.qz-cs-minimal-qrcode img {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* 信息文本样式 */
.qz-cs-minimal-info {
    margin-top: 15px;
    width: 100%;
}

.qz-cs-minimal-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 14px;
    font-weight: 500;
}

.qz-cs-minimal-time {
    font-size: 13px;
    color: #888;
    display: inline-block;
    padding: 8px 18px;
    background: #F7F8FA;
    border-radius: 12px;
    border: 1px solid #e8ecf1;
    transition: all 0.3s ease;
}

.qz-cs-minimal-time:hover {
    background: #eef2f8;
    color: #666;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .qz-cs-minimal {
        margin: 30px auto 60px;
        padding: 30px 15px;
    }

    .qz-cs-minimal-card {
        padding: 35px 25px;
        max-width: 100%;
    }

    .qz-cs-minimal-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .qz-cs-notice {
        padding: 14px 16px;
        margin: 15px 0 22px;
    }

    .qz-cs-notice p {
        font-size: 13px;
    }

    .qz-cs-qrcode {
        margin: 0 auto 22px;
        padding: 10px;
    }

    .qz-cs-qrcode img {
        max-width: 220px;
    }

    .qz-cs-minimal-text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .qz-cs-minimal-time {
        font-size: 12px;
        padding: 7px 16px;
    }
}

@media (max-width: 480px) {
    .qz-cs-minimal {
        margin: 20px auto 40px;
        padding: 20px 10px;
    }

    .qz-cs-minimal-card {
        padding: 25px 18px;
        border-radius: 12px;
    }

    .qz-cs-minimal-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .qz-cs-minimal-title::after {
        width: 30px;
        height: 2px;
    }

    .qz-cs-notice {
        padding: 12px 14px;
        margin: 12px 0 18px;
        border-radius: 6px;
    }

    .qz-cs-notice p {
        font-size: 12px;
    }

    .qz-cs-qrcode {
        margin: 0 auto 18px;
        padding: 8px;
    }

    .qz-cs-qrcode img {
        max-width: 180px;
    }

    .qz-cs-minimal-text {
        font-size: 13px;
    }
}
/*------------- 联系客服页面样式 结束 (极简版) -------------*/

/*------------- 个人资料页面样式 开始 -------------*/
.qz-profile-container {
    margin-top: 25px;
    margin-bottom: 50px;
}

.qz-profile-panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
}

.qz-profile-panel:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.qz-profile-header {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #f3f4f6;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.qz-profile-header-icon {
    background: #3490dc;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(52, 144, 220, 0.2);
}

.qz-profile-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
}

.qz-profile-body {
    padding: 30px 25px;
}

.qz-profile-form {
    max-width: 700px;
}

/* 头像上传区域 */
.qz-profile-avatar-section {
    margin-bottom: 30px;
}

.qz-profile-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 12px;
}

.qz-profile-avatar-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.qz-profile-avatar-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
    border: 3px solid #f7f7f7;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.qz-profile-avatar-wrapper:hover {
    transform: scale(1.02);
}

.qz-profile-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.qz-profile-avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 50%;
}

.qz-profile-avatar-overlay.active,
.qz-profile-avatar-wrapper:hover .qz-profile-avatar-overlay {
    opacity: 1;
}

.qz-profile-avatar-controls {
    flex: 1;
}

.qz-profile-btn-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.qz-profile-btn {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.qz-profile-btn-upload {
    background: #3490dc;
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.qz-profile-btn-upload:hover {
    background: #2779bd;
    transform: translateY(-1px);
}

.qz-profile-btn-remove {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

.qz-profile-btn-remove:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
}

.qz-profile-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.qz-profile-help-text {
    font-size: 13px;
    color: #718096;
    margin-top: 8px;
}

/* 表单字段样式 */
.qz-profile-form-group {
    margin-bottom: 22px;
}

.qz-profile-input-group {
    position: relative;
}

.qz-profile-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 16px;
}

.qz-profile-input {
    width: 100%;
    height: 46px;
    padding: 10px 15px 10px 45px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.qz-profile-input:focus {
    border-color: #3490dc;
    box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.2);
    outline: none;
}

.qz-profile-textarea-container {
    position: relative;
}

.qz-profile-textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #4a5568;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
}

.qz-profile-textarea:focus {
    border-color: #3490dc;
    box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.2);
    outline: none;
}

.qz-profile-word-count {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    color: #a0aec0;
    transition: color 0.2s ease;
}

.qz-profile-word-limit {
    color: #e53e3e;
}

/* 提交按钮 */
.qz-profile-submit-group {
    margin-top: 35px;
}

.qz-profile-submit-btn {
    background: linear-gradient(to right, #3490dc, #4299e1);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(52, 144, 220, 0.25);
    cursor: pointer;
}

.qz-profile-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(52, 144, 220, 0.3);
}

.qz-profile-submit-btn:active {
    transform: translateY(0);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .qz-profile-body {
        padding: 20px 15px;
    }
    
    .qz-profile-avatar-container {
        flex-direction: column;
        align-items: center;
    }
    
    .qz-profile-avatar-controls {
        text-align: center;
        margin-top: 15px;
    }
    
    .qz-profile-btn-group {
        justify-content: center;
    }
}
/*------------- 个人资料页面样式 结束 -------------*/

/*------------- 个人中心顶部区域样式 开始 -------------*/
.qz-usercenter-header {
    background: linear-gradient(120deg, #f0f7ff 0%, #e6f0fb 100%);
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e8f0;
    position: relative;
    overflow: hidden;
}

/* 添加装饰性背景元素 */
.qz-usercenter-header:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 172, 254, 0.05) 0%, rgba(79, 172, 254, 0) 70%);
}

.qz-usercenter-header:after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 5%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 242, 195, 0.05) 0%, rgba(0, 242, 195, 0) 70%);
}

.qz-usercenter-panel {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* 左侧用户信息区域 */
.qz-usercenter-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.qz-usercenter-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.qz-usercenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.qz-usercenter-info {
    display: flex;
    flex-direction: column;
}

.qz-usercenter-name {
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 5px 0;
}

.qz-usercenter-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.qz-usercenter-time {
    font-size: 14px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.qz-usercenter-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #e6f7ff;
    color: #1890ff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
}

/* 右侧统计信息区域 */
.qz-usercenter-right {
    background: transparent;  /* 移除背景，改为透明 */
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;  /* 移除边框 */
}

.qz-usercenter-right:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.qz-usercenter-stats {
    display: flex;
    gap: 1px;
    background: rgba(0, 0, 0, 0.06);  /* 淡化分隔线 */
}

.qz-usercenter-stat-item {
    padding: 15px 25px;
    text-align: center;
    background: transparent;  /* 透明背景 */
    transition: all 0.3s ease;
    min-width: 110px;
    color: #2c5282;  /* 保持深蓝色文字 */
    text-decoration: none;
}

.qz-usercenter-stat-item:hover {
    background: rgba(255, 255, 255, 0.5);  /* 轻微白色半透明悬停效果 */
    color: #1a365d;
    text-decoration: none;
}

.qz-usercenter-stat-value {
    font-size: 24px;  /* 保持较大字体 */
    font-weight: 700;
    color: #3182ce;  /* 保持中等亮度的蓝色 */
    margin-bottom: 6px;
}

.qz-usercenter-stat-label {
    font-size: 15px;  /* 保持较大标签字体 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #4a5568;  /* 保持中灰色文字 */
}

/* 响应式样式 */
@media (max-width: 768px) {
    .qz-usercenter-panel {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .qz-usercenter-left {
        justify-content: center;
    }
    
    .qz-usercenter-info {
        align-items: center;
    }
    
    .qz-usercenter-meta {
        justify-content: center;
    }
    
    .qz-usercenter-right {
        width: 100%;
    }
    
    .qz-usercenter-stats {
        justify-content: space-around;
    }
    
    .qz-usercenter-stat-item {
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .qz-usercenter-avatar {
        width: 80px;
        height: 80px;
    }
    
    .qz-usercenter-name {
        font-size: 18px;
    }
    
    .qz-usercenter-stat-value {
        font-size: 18px;
    }
    
    .qz-usercenter-stat-label {
        font-size: 12px;
    }
}
/*------------- 个人中心顶部区域样式 结束 -------------*/

/*------------- 订单详情页面样式 开始 -------------*/
/* 整体容器样式 */
.qz-order-detail-container {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.qz-order-detail-container:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* 订单详情标题区域 */
.qz-order-detail-header {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-bottom: 1px solid #edf2f7;
}

.qz-order-detail-header-icon {
    margin-right: 12px;
    color: #3182ce;
    font-size: 20px;
}

.qz-order-detail-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
}

/* 订单内容区域 */
.qz-order-detail-body {
    padding: 24px;
}

/* 订单信息列表 */
.qz-order-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qz-order-detail-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.qz-order-detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.qz-order-detail-label {
    width: 150px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 15px;
}

.qz-order-detail-value {
    flex: 1;
    min-width: 200px;
    color: #334155;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

/* 特殊值样式 */
.qz-order-detail-value-link {
    color: #3182ce;
    text-decoration: none;
    transition: color 0.2s;
}

.qz-order-detail-value-link:hover {
    color: #2c5282;
    text-decoration: underline;
}

.qz-order-detail-value-amount {
    color: #e53e3e;
    font-weight: 600;
}

.qz-order-detail-value-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.qz-order-detail-status-success {
    background-color: #e6fffa;
    color: #38b2ac;
}

.qz-order-detail-status-normal {
    background-color: #ebf8ff;
    color: #4299e1;
}

.qz-order-detail-status-error {
    background-color: #fff5f5;
    color: #e53e3e;
}

.qz-order-detail-status-refund {
    background-color: #f6f6f6;
    color: #718096;
}

/* 用户头像样式 */
.qz-order-detail-user {
    display: flex;
    align-items: center;
}

.qz-order-detail-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .qz-order-detail-header {
        padding: 16px 20px;
    }
    
    .qz-order-detail-body {
        padding: 20px;
    }
    
    .qz-order-detail-label {
        width: 120px;
    }
}

@media (max-width: 576px) {
    .qz-order-detail-item {
        flex-direction: column;
    }
    
    .qz-order-detail-label {
        width: 100%;
        margin-bottom: 4px;
    }
    
    .qz-order-detail-value {
        width: 100%;
    }
}
/*------------- 订单详情页面样式 结束 -------------*/

/*------------- 个人中心侧边菜单样式 开始 -------------*/
/* 菜单容器主样式 */
.qz-usermenu-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.qz-usermenu-container:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* 菜单头部样式 */
.qz-usermenu-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    display: flex;
    align-items: center;
}

.qz-usermenu-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    display: flex;
    align-items: center;
}

.qz-usermenu-icon {
    color: #3182ce;
    margin-right: 10px;
    font-size: 18px;
}

/* 菜单列表样式 */
.qz-usermenu-list {
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.qz-usermenu-item {
    margin: 2px 0;
}

.qz-usermenu-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.qz-usermenu-link:hover {
    background-color: #f8fafc;
    color: #3182ce;
    text-decoration: none;
}

.qz-usermenu-link.active {
    background-color: #ebf8ff;
    color: #3182ce;
    font-weight: 500;
}

.qz-usermenu-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #3182ce;
}

.qz-usermenu-link-icon {
    width: 20px;
    margin-right: 12px;
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
}

.qz-usermenu-link-text {
    flex: 1;
    font-size: 14px;
}

/* 菜单分隔组 */
.qz-usermenu-group {
    margin-top: 15px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.qz-usermenu-group-title {
    padding: 0 20px 8px;
    font-size: 13px;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .qz-usermenu-container {
        margin-bottom: 20px;
    }
    
    .qz-usermenu-link {
        padding: 10px 15px;
    }
    
    .qz-usermenu-header {
        padding: 12px 15px;
    }
}
/*------------- 个人中心侧边菜单样式 结束 -------------*/

/* 上传赚钱页面样式 - 使用earn-前缀确保样式唯一性 */
.earn-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.earn-highlight {
    color: #3280FC;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.earn-highlight::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 8px;
    width: 100%;
    background-color: rgba(50, 128, 252, 0.2);
    z-index: -1;
}

/* 英雄区域 */
.earn-hero {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
    padding: 100px 0 80px;
    margin-bottom: 80px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.earn-hero::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(50, 128, 252, 0.05);
}

.earn-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(50, 128, 252, 0.03);
}

.earn-hero .earn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.earn-hero-content {
    flex: 1;
    padding-right: 60px;
}

.earn-hero-image {
    flex: 1;
    text-align: center;
    position: relative;
}

.earn-hero-image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(50, 128, 252, 0.1);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.earn-hero-image img {
    max-width: 90%;
    height: auto;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
}

.earn-hero h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2;
}

.earn-hero p {
    font-size: 22px;
    color: #555;
    margin-bottom: 35px;
    line-height: 1.5;
}

.earn-stats {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.earn-stat-item {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 15px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    min-width: 130px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.earn-stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #3280FC;
    margin-bottom: 5px;
}

.earn-stat-text {
    font-size: 15px;
    color: #666;
}

.earn-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #3280FC 0%, #2c72e4 100%) !important; /* 恢复渐变背景并强制应用 */
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 36px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(50, 128, 252, 0.4);
    border: none !important; /* 防止边框覆盖样式 */
}

.earn-cta-button:hover {
    background: linear-gradient(135deg, #2c72e4 0%, #1a64d6 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(50, 128, 252, 0.6);
    color: white !important;
    text-decoration: none;
}

/* 确保按钮不受其他样式影响 */
.earn-cta-button:focus,
.earn-cta-button:active {
    color: white !important;
    outline: none !important; 
    text-decoration: none !important;
    background: linear-gradient(135deg, #2c72e4 0%, #1a64d6 100%) !important;
}

/* 图片样式 */
.earn-hero-image img {
    max-width: 100%;
    height: auto;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.1));
}

/* 如何运作 */
.earn-how-it-works {
    padding: 80px 0;
    text-align: center;
    margin-bottom: 80px;
}

.earn-how-it-works h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #333;
}

.earn-steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.earn-step {
    flex: 1;
    background: white;
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(50, 128, 252, 0.1);
}

.earn-step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3280FC, #2c72e4);
    border-radius: 0 0 24px 24px;
}

.earn-step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e4edf9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.earn-step-icon i {
    font-size: 36px;
    color: #3280FC;
}

.earn-step h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.earn-step p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 收益展示 */
.earn-income-showcase {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9fafc 0%, #f0f7ff 100%);
    border-radius: 50px;
    margin-bottom: 80px;
}

.earn-income-showcase h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #333;
}

.earn-showcases {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.earn-showcase-item {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-showcase-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(50, 128, 252, 0.1);
}

.earn-showcase-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.earn-showcase-profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f7ff;
}

.earn-showcase-profile h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}

.earn-showcase-profile p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.earn-earnings {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
    background: linear-gradient(135deg, #f0f7ff 0%, #e4edf9 100%);
    border-radius: 16px;
}

.earn-amount {
    font-size: 32px;
    font-weight: 700;
    color: #3280FC;
    margin-bottom: 5px;
}

.earn-period {
    font-size: 14px;
    color: #666;
}

.earn-quote {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    padding: 0 10px;
}

.earn-quote::before {
    content: '"';
    position: absolute;
    top: -15px;
    left: -5px;
    font-size: 40px;
    color: rgba(50, 128, 252, 0.2);
    font-family: Georgia, serif;
}

.earn-quote::after {
    content: '"';
    position: absolute;
    bottom: -35px;
    right: -5px;
    font-size: 40px;
    color: rgba(50, 128, 252, 0.2);
    font-family: Georgia, serif;
}

/* 实时收益滚动 */
.earn-live-earnings {
    padding: 60px 0;
    margin-bottom: 80px;
    text-align: center;
}

.earn-live-earnings h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.earn-earnings-ticker {
    background: white;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
}

.earn-earnings-ticker::before,
.earn-earnings-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.earn-earnings-ticker::before {
    left: 0;
    background: linear-gradient(90deg, white, transparent);
}

.earn-earnings-ticker::after {
    right: 0;
    background: linear-gradient(270deg, white, transparent);
}

.earn-ticker-wrapper {
    display: flex;
    animation: ticker-slide 30s linear infinite;
    padding: 10px 0;
}

@keyframes ticker-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.earn-ticker-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e4edf9 100%);
    padding: 15px 25px;
    border-radius: 100px;
    white-space: nowrap;
    min-width: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.earn-ticker-item:last-child {
    margin-right: 50px; /* Ensure there's space after the last item */
}

.earn-user {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}

.earn-time {
    color: #888;
    font-size: 14px;
    margin-right: 10px;
}

.earn-action {
    color: #666;
    margin-right: 10px;
}

.earn-ticker-amount {
    font-weight: 700;
    color: #3280FC;
}

/* 用户评价 */
.earn-testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9fafc 0%, #f0f7ff 100%);
    border-radius: 50px;
    margin-bottom: 80px;
}

.earn-testimonials h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #333;
}

.earn-testimonial-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.earn-testimonial {
    flex: 1;
    background: white;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(50, 128, 252, 0.1);
}

.earn-testimonial-content {
    padding: 35px 30px;
    position: relative;
}

.earn-testimonial-content::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px;
    color: rgba(50, 128, 252, 0.1);
    font-family: Georgia, serif;
}

.earn-testimonial-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.earn-testimonial-author {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e4edf9 100%);
}

.earn-testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid white;
}

.earn-testimonial-author h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
}

.earn-testimonial-author p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 常见问题 */
.earn-faq {
    padding: 80px 0;
    margin-bottom: 80px;
}

.earn-faq h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #333;
}

.earn-faq-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.earn-faq-item {
    background: white;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(50, 128, 252, 0.1);
}

.earn-faq-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    position: relative;
    padding-left: 30px;
}

.earn-faq-item h3::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #3280FC;
}

.earn-faq-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

.earn-faq-item p::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #61b045;
}

/* 行动号召 */
.earn-cta {
    background: linear-gradient(135deg, #3280FC 0%, #2c72e4 100%);
    padding: 80px 0;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 80px;
    box-shadow: 0 20px 50px rgba(50, 128, 252, 0.3);
    position: relative;
    overflow: hidden;
}

.earn-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.earn-cta::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.earn-cta h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
    font-weight: 700;
}

.earn-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.earn-cta .earn-cta-button {
    background: white;
    color: #3280FC;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.earn-cta .earn-cta-button:hover {
    background: rgba(255,255,255,0.95);
    color: #3280FC;
}

/* 动画效果 */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* 修复滚动效果 */
.earn-ticker-wrapper {
    display: flex;
    animation: ticker-slide 30s linear infinite;
}

@keyframes ticker-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* 响应式设计 */
@media (max-width: 992px) {
    .earn-hero {
        padding: 70px 0 60px;
    }

    .earn-hero .earn-container {
        flex-direction: column;
    }
    
    .earn-hero-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .earn-hero h1 {
        font-size: 42px;
    }
    
    .earn-hero p {
        font-size: 18px;
    }
    
    .earn-stats {
        justify-content: center;
    }
    
    .earn-steps,
    .earn-showcases,
    .earn-testimonial-container {
        flex-direction: column;
    }
    
    .earn-step,
    .earn-showcase-item,
    .earn-testimonial {
        margin-bottom: 30px;
    }
    
    .earn-faq-items {
        grid-template-columns: 1fr;
    }
    
    .earn-how-it-works h2,
    .earn-income-showcase h2,
    .earn-live-earnings h2,
    .earn-testimonials h2,
    .earn-faq h2,
    .earn-cta h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .earn-hero {
        padding: 50px 0 40px;
        margin-bottom: 60px;
    }
    
    .earn-hero h1 {
        font-size: 32px;
    }
    
    .earn-hero p {
        font-size: 16px;
    }
    
    .earn-stats {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .earn-stat-item {
        width: 100%;
    }
    
    .earn-cta-button {
        padding: 15px 30px;
        font-size: 16px;
    }
    
    .earn-how-it-works h2,
    .earn-income-showcase h2,
    .earn-live-earnings h2,
    .earn-testimonials h2,
    .earn-faq h2,
    .earn-cta h2 {
        font-size: 30px;
    }
    
    .earn-step,
    .earn-showcase-item,
    .earn-testimonial,
    .earn-faq-item {
        padding: 25px 20px;
    }
    
    .earn-step-icon {
        width: 60px;
        height: 60px;
    }
    
    .earn-step-icon i {
        font-size: 28px;
    }
    
    .earn-step h3 {
        font-size: 18px;
    }
    
    .earn-amount {
        font-size: 28px;
    }
    
    .earn-testimonial-content {
        padding: 25px 20px;
    }
    
    .earn-how-it-works,
    .earn-income-showcase,
    .earn-live-earnings,
    .earn-testimonials,
    .earn-faq,
    .earn-cta {
        padding: 60px 0;
        margin-bottom: 60px;
    }
}


/*------------- 通知分类标签样式 开始 -------------*/
.notification-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: -12px;
    padding: 0;
    list-style: none;
    margin-top: 12px;
}

.notification-tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
}

.notification-tabs li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    background-color: transparent;
    transition: color 0.2s ease;
}

.notification-tabs li a:hover {
    color: #333;
    text-decoration: none;
}

.notification-tabs li.active a {
    color: #3280FC;
    text-decoration: none;
}

.notification-tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #3280FC;
}

.notification-tabs .badge {
    background-color: #FF6B6B;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

/*------------- 通知分类标签样式 结束 -------------*/
