@import url("style.css?0731");
@import url("../../libs/fontawesome-3Gbizhi/css/svg-with-js.min.css");
@import url("../../libs/fontawesome-3Gbizhi/css/all.min.css");
@import url("../../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");

/* 定义自定义字体 */
@font-face {
  font-family: 'ecoIcons';
  src:  url('/assets/mobile/eco-fonts/eco-icons.eot?vzwmju');
  src:  url('/assets/mobile/eco-fonts/eco-icons.eot?vzwmju#iefix') format('embedded-opentype'),
    url('/assets/mobile/eco-fonts/eco-icons.ttf?vzwmju') format('truetype'),
    url('/assets/mobile/eco-fonts/eco-icons.woff?vzwmju') format('woff'),
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecoIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1k:before {
  content: "\e900";
}
.icon-2k:before {
  content: "\e901";
}
.icon-4k:before {
  content: "\e902";
}
.icon-5k:before {
  content: "\e903";
}
.icon-8k:before {
  content: "\e904";
}
.icon-720p:before {
  content: "\e905";
}
.icon-hd:before {
  content: "\e906";
}
.icon-eco-min:before {
  content: "\e92b";
}
.icon-eco-rot:before {
  content: "\e92c";
}

.no-data{
    text-align: center;
    padding: 50px 0;
    color: var(--mobileC_666);
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}
.no-data i{
    font-size: 68px;
    color:#ccc;
}

.icon-loading{
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
    font-size: 13px;
}
.icon-loading-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-loading-content i,.icon-eco-loading{
    font-size: 38px;
    color: var(--mobile_Hong);
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* 定义具体的自定义图标 */
.custom-star:before {
    content: '\e900'; /* 根据 IcoMoon 生成的代码替换 */
}  
div{
	box-sizing: border-box;
}
.onFontColor{
	color: var(--mobile_Hong);
}
textarea{
	resize: none !important;
}
.onBackColor{
	background-color: var(--mobile_Hong);
}
.f-w-500{
	font-weight: 500;
}
.f-w-bold{
	font-weight: bold;
}
.transparent-img-bg {
    background-image: linear-gradient(to top right, #d4d4d4 25%, transparent 0, transparent 75%, #d4d4d4 0, #d4d4d4), linear-gradient(to top right, #d4d4d4 25%, transparent 0, transparent 75%, #d4d4d4 0, #d4d4d4);
    background-color: #dfdfdf;
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
}
.rainbow-text {
    background: -webkit-linear-gradient(to right, #ffbe76, #ff7979, #badc58, #f9ca24, #f0932b, #e056fd, #686de0, #95afc0,#ffbe76);
    background: linear-gradient(to right, #ffbe76, #ff7979, #badc58, #f9ca24, #f0932b, #e056fd, #686de0, #95afc0,#ffbe76);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-animation: rainbow 5s linear infinite;
    animation: rainbow 5s linear infinite;
    background-size: 200% auto;
}
.grey-text {
    background: -webkit-linear-gradient(to right, #eee, #666, #ddd,#ccc,#333,#eee);
    background: linear-gradient(to right, #eee, #666, #ddd,#ccc,#333,#eee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-animation: rainbow 5s linear infinite;
    animation: rainbow 5s linear infinite;
    background-size: 200% auto;
}
.yellow-text {
    background: -webkit-linear-gradient(to right,#ffcb7c, #d28f2b, #ffd089,#704910,#ffd089,#ffcb7c);
    background: linear-gradient(to right,#ffcb7c, #d28f2b, #ffd089,#704910,#ffd089,#ffcb7c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-animation: rainbow 5s linear infinite;
    animation: rainbow 5s linear infinite;
    background-size: 200% auto;
}
@-webkit-keyframes rainbow {
    0% {
        -webkit-background-position: 0% center;
        background-position: 0% center;
    }
    100% {
        -webkit-background-position: 200% center;
        background-position: 200% center;
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
body,
html {
	background: var(--mobileC_f5f5f5);
	color: var(--mobileC_333);
}
.swiper-container img{
	max-width: 100%;
}
main.content{
	padding-bottom: 0;
	min-height: calc(100vh - 98px);
	overflow: hidden;
}
.btn_default,.btn_defaule{
	color: var(--mobile_baise);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
}
.btn_gray{
	background: rgb(252,223,70);
}
.btn_gray:hover,.btn_gray:active{
	color:#000;
}
.filter{
	filter: blur(5px);
}
a {
	transition: 0.3s;
	-moz-transition: 0.3s;
	/* Firefox 4 */
	-webkit-transition: 0.3s;
	/* Safari and Chrome */
	-o-transition: 0.3s;
	/* Opera */
}

.contw,.main-default {
	width: 86%;
    min-width:1080px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.head-tmenu-c .husermenu{
	width: 34px;
	height: 34px;
}
.head-tmenu-c .husermenu .avatar{
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 34px;
	overflow: hidden;
}
.head-tmenu-c .husermenu .avatar img{
	width: 100%;
	height: auto;
}
.head-tmenu-c .husermenu .menulist{
	padding: 20px 24px;
	border-radius: 12px;

}
.head-tmenu-c {
	width: 100%;
	min-width:1080px;
	height: 60px;
	background: var(--mobile_baise);
	color:var(--mobileC_666);
	border-bottom: 1px solid var(--mobileC_eee);
	position: relative;
}

.head-tmenu-c .topmenuc {
	max-width: 86%;min-width:1080px;
	margin: 0 auto;
	height: 60px;
	margin: 0 auto;
}

.head-tmenu-c .topmenuc .logoc {
	height: 32px;
	overflow: hidden;
	z-index: 500;
	margin-right: 30px;
}

.head-tmenu-c .topmenuc .logoc a {
	width: 190px;
	height: 32px;
	display: block;
	font-size: 18px;
	/* background: url(../images/logo.png) no-repeat left center; */
	/* background-size: auto 100%; */
}
.head-tmenu-c .topmenuc .logoc a img{
	width: auto;
	height: 100%;
}
.head-tmenu-c .topmenuc ul.tmenu {
	overflow: hidden;
}

.head-tmenu-c .topmenuc ul.tmenu li {
	width: 90px;
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
}
.head-tmenu-c .topmenuc ul.tmenu li::after,.head-tmenu-c .topmenuc ul.tmenu li:nth-child(1)::before{
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	background-color: var(--mobileC_eee);
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}
.head-tmenu-c .topmenuc ul.tmenu li:nth-child(1)::before{
	left: 0;
}
.head-tmenu-c .topmenuc ul.tmenu li::after {
	right: 0;
}

.head-tmenu-c .topmenuc ul.tmenu li a {
	font-size: 14px;
	color: var(--mobileC_666);
	font-family: 'microsoft yahei';
	font-weight: 300;
	display: block;
	line-height: 48px;
	height: 50px;
}

.head-tmenu-c .topmenuc ul.tmenu li a.on,.head-tmenu-c .topmenuc ul.tmenu li a:hover {
	font-size: 16px;
	color: var(--mobileC_333);
	will-change: transform;
	animation: 0.2s;
}
/* search */
.searchHeadwrapp {
    max-width: 220px;
    width: 100%;
    height: 36px;
    position: relative;
}

/* 搜索框主体 */
.searchHeadw {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 30px;
    transition: all 0.3s ease;
}

/* 搜索输入框 */
.searchHeadw input {
    height: 100%;
    padding: 0 16px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
	width: 72%;
}

/* 搜索按钮 */
.searchHeadw button {
    width: 28%;
    height: 28px;
    margin-right: 4px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #d30000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchHeadw button:hover {
    background: #b10000;
    transform: translateY(-1px);
}

/* 站点选择下拉面板 */
.search-site-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    margin-top: 8px;
    padding: 8px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.search-site-dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.search-site-dropdown-header{
	color: #000;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
	font-weight: 500;
}
/* 站点选项容器 */
.site-options {
	display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    flex-direction: column;
    align-items: center;
}

/* 站点选项 */
.site-option {
    padding: 6px 12px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.site-option:hover {
    background: #eee;
    color: #333;
}

.site-option.active {
    background: #d30000;
    color: #fff;
}

/* 搜索框激活状态 */
.searchHeadw:focus-within {
    background: #eee;
}

/* 搜索框悬停效果 */
.searchHeadw:hover {
    background: #eee;
}

/* 下拉菜单样式优化 */
.layui-menu {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.layui-menu-body-title {
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.layui-menu-body-title:hover {
    background-color: #f5f5f5;
}

.searchHeadw .Ssitename{
	cursor: pointer;
}
.layui-menu-body-title{
	text-align:center;
}
/* userhead */
.head-tmenu-c-user {
	width: 100%;
	height: 60px;
	background: var(--mobile_Hong);
	color:var(--mobile_baise);
	position: relative;
}

.head-tmenu-c-user .topmenuc {
	max-width:1380px;
	margin: 0 auto;
	height: 60px;
	margin: 0 auto;
}

.head-tmenu-c-user .topmenuc .logoc {
	height: 32px;
	overflow: hidden;
	z-index: 500;
	margin-right: 30px;
}

.head-tmenu-c-user .topmenuc .logoc a {
	width: 190px;
	height: 32px;
	display: block;
	font-size: 18px;
	/* background: url(../images/logo.png) no-repeat left center; */
	/* background-size: auto 100%; */
}
.head-tmenu-c-user .topmenuc .logoc a img{
	width: auto;
	height: 100%;
}
.head-tmenu-c-user .topmenuc ul.tmenu {
	overflow: hidden;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.head-tmenu-c-user .headUwrapp{
	margin-left: 0;
}
.head-tmenu-c-user .topmenuc ul.tmenu li {
	width: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 0 14px;
}
.head-tmenu-c-user .topmenuc ul.tmenu li::after,.head-tmenu-c-user .topmenuc ul.tmenu li:nth-child(1)::before{
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	background-color: rgba(255,255,255,0.25);
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}
.head-tmenu-c-user .topmenuc ul.tmenu li:nth-child(1)::before{
	left: 0;
}
.head-tmenu-c-user .topmenuc ul.tmenu li::after {
	right: 0;
}

.head-tmenu-c-user .topmenuc ul.tmenu li a {
	font-size: 14px;
	color: var(--mobile_baise);
	font-family: 'microsoft yahei';
	font-weight: 300;
	display: block;
	line-height: 48px;
	height: 50px;
}

.head-tmenu-c-user .topmenuc ul.tmenu li a.on,.head-tmenu-c-user .topmenuc ul.tmenu li a:hover {
	font-size: 16px;
	color: #f7c6c6;
	will-change: transform;
	animation: 0.2s;
}
.head-tmenu-c-user .topmenuc ul.tmenu li.bzsLogo a{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.head-tmenu-c-user .topmenuc ul.tmenu li.bzsLogo a img{
	width: auto;
    height: 15px;
}
.head-tmenu-c-user .husermenu{
	width: 34px;
	height: 34px;
}
.head-tmenu-c-user .husermenu .avatar{
	width: 34px;
	height: 34px;
	display: block;
	border-radius: 34px;
	overflow: hidden;
}
.head-tmenu-c-user .husermenu .avatar img{
	width: 100%;
	height: auto;
}
.head-tmenu-c-user .husermenu .menulist{
	padding: 20px 24px;
	border-radius: 12px;

}
/* end */

.contlistw ul {
	width: 101.5%;
	margin-left: -1.5%;
}

.contlistw li {
	width: 23.5%;
	display: inline;
	float: left;
	margin-left: 1.5%;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	border-radius:4px;
}
.contlistw li:hover{
	box-shadow: 1px 1px 24px rgba(0, 0, 0, .12);
}
.contlistw li span.imgxxs {
	opacity: 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: var(--mobileCop2);
	position: absolute;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 6px;
	text-align: center;
	color: var(--mobile_baise);
	z-index: 10;
}
.contlistw li:hover span.imgxxs,.contlistw li:hover span.imgxxs{
	opacity: 0;
	animation: 0.2s;
}
.contlistw li span.bzfbl {
	width: 30%;
	position: absolute;
	left: 2%;
	top: 5px;
}

.contlistw li span.bzcolor {
	width: 40%;
	position: absolute;
	left: 40%;
	top: 5px;
}

.contlistw li span.bzfbl a {
	display: block;
	text-align: center;
}

.contlistw li span.bzcolor a {
	display: inline-block;
	padding: 0 5px 0 0;
}
.contlistw li a.imgw {
	display: block;
}
.contlistw li .tips {
	line-height: 22px;
	background: var(--mobileC_222);
	padding: 2px 6px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contlistw li .tips a {
	margin-right: 5px;
	font-size: 12px;
}

.contlistw li .tips a:hover {
	color: var(--mobile_baise);
}

.contlistw li a.desk {
	display: block;
}

.contlistw li .title {
	padding: 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: var(--mobile_baise);
	color: var(--mobileC_333);
	text-overflow: ellipsis;
}

.contlistw li img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}


.footlink {
	height: auto;
	color: var(--mobileC_666);
	font-size: 12px;
	padding: 32px 0;
	box-sizing: border-box;
	line-height: 20px;
	border-bottom: 1px solid var(--mobileC_282828);
	box-sizing: border-box;
}
.footlink span.link {
	position: relative;
	display: block;
	float: left;
	padding: 5px 12px 5px 20px;
	font-size: 14px;
	color: var(--mobile_Hong);
}

.footlink span.link i {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/svg/link.svg) no-repeat center;
	background-size: auto 100%;
	left: 0;
	top: 6px;
}

.footlink a {
	display: block;
	float: left;
	padding: 5px 12px;
}

.footlink a:hover {
	color: var(--mobile_baise);
}

.footer {
	width: 100%;
	color: var(--mobileC_666);
	text-align: center;
	font-size: 12px;
	background: var(--mobileC_1b1b);
}

.fenlan-r {
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	background: var(--mobileC_ccc);
}

#pageNum {
	font-size: 14px;
	padding-bottom: 25px;
	padding-top: 20px;
	text-align: center;
	width:86%;min-width:1080px;
	margin-left:auto;
	margin-right: auto;
}

#pageNum a {
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 6px;
	border: 1px solid var(--mobileC_282828);
	background: var(--mobileC_222);
	color: var(--mobileC_999);
	border-radius: 4px;
}

#pageNum .pageRemark{
	display: inline;
	margin-left: 12px;
	background: var(--mobileC_222);
	padding: 5px 14px;
	border-radius: 4px;
	border: 1px solid var(--mobileC_282828);
}
#pageNum .pageRemark b{
	color: var(--mobile_Hong);
	margin-left: 5px;
	margin-right: 5px;
}
#pageNum .cur,#pageNum a:hover{
	text-decoration: none;
	padding: 6px 14px;
	margin: 0 5px;
	background: var(--mobile_baise);
	color: var(--mobileC_333);
	font-size: 16px;
	border: 1px solid transparent;
}
/* white */
#pageNum-white {
	font-size: 14px;
	padding-bottom: 25px;
	padding-top: 20px;
	text-align: center;
	width:100%;
	margin-left:auto;
	margin-right: auto;
	box-sizing: border-box;
}

#pageNum-white a {
	text-decoration: none;
	margin: 0 3px;
	background: var(--mobile_baise);
	color: var(--mobileC_999);
	border: 1px solid var(--mobileC_eee);
	padding: 12px 14px;
	border-radius: 4px;
}

#pageNum-white .pageRemark{
	display: inline;
	margin-left: 12px;
	background: var(--mobile_baise);
	padding: 12px 14px;
	border-radius: 4px;
	border: 1px solid var(--mobileC_eee);
}
#pageNum-white .pageRemark b{
	color: var(--mobile_Hong);
	margin-left: 5px;
	margin-right: 5px;
}
#pageNum-white .cur,#pageNum-white a:hover{
	text-decoration: none;
	padding: 12px 14px;
	background: var(--mobile_Hong);
	color: var(--mobile_baise);
	font-size: 14px;
	border: 1px solid transparent;
}
/* layui */
.layui-anim-downbit {
    animation-name: layui-downbit;
}
.layui-anim {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-duration: .3s;
    animation-fill-mode: both;
}
.layui-dropdown {
    position: absolute;
    left: -999999px;
    top: -999999px;
    z-index: 77777777;
    margin: 5px 0;
    min-width: 140px;
}
.layui-panel {
    border-radius: 8px;
    box-shadow: var(--mobileCtextshadow2);
    background-color: var(--mobile_baise);
    color:var(--mobileC_444);
}
.layui-border-box, .layui-border-box * {
    box-sizing: border-box;
}
.layui-dropdown:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: -6px;
}
.layui-menu {
    position: relative;
    margin: 5px 0;
    background-color: var(--mobile_baise);
    box-sizing: border-box;
}
.layui-menu li {
    position: relative;
    margin: 1px 0;
    width: calc(100% + 1px);
    line-height: 26px;
    color: var(--mobileC_222);
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
	padding: 4px 8px;
}
.layui-menu-body-title a {
    padding: 8px 24px;
}
.layui-menu-body-title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.layui-menu-body-title a {
    display: block;
    color: var(--mobileC_222);
	border-radius: 4px;
}
.layui-menu-body-title a:hover{
	background:var(--mobile_Hong);
	color: var(--mobile_baise);
}
.searchHeadw .Ssitename{
	cursor: pointer;
}
.user-menu .btn-login{
    display:block;
    height: 36px;
    line-height: 36px;
	border-radius: 30px;
	padding: 0 20px;
	background:#fff;
	color:#000;
	cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-menu .btn-login:hover{
	background:#000;
	color:#fff;
}
/* user */
.usercontw{
	max-width:1380px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.umenul{
	width: 100%;
	margin-top: 20px;
    margin-bottom: 10px;
}
.umenul .menus ul{
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.umenul .menus .navitem{
	transition: all 0s ease 0s;
	color: #666;
	font-size: 14px;
	display: block;
	line-height: 50px;
	font-weight: 200;
	text-align: left;
	cursor: pointer;
	border-radius: 0px;
	border-bottom: 1px solid var(--mobileC_f5f5f5);
	position:relative;
}
.umenul .menus .navitem a.ycs{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 50px;
}
.umenul .menus .navitem a.ycs img{
	width: auto;
	height: 18px;
}
.umenul .menus .navitem > a{
	width: auto;
	height: 100%;
	padding: 0px 20px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.umenul .menus .navitem > a i{
	margin-right: 10px;
}
.umenul .menus .navitem > a:hover{
	font-weight: 500;
	color: var(--mobile_Hong);
}
.umenul .menus .navitem.on a{
	font-weight: 500;
	color:#000;
}
.umenul .menus .navitem.on > a > span.user-nav-text::after,.umenul .menus .navitem > a > span.user-nav-text:hover::after{
	content: '';
	display: block;
	width: 80%;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	border-radius: 2px;
	transform: translateX(-50%);
	background-color: var(--mobile_Hong);
}
.umenul .menus .navitem > a > span.user-nav-text{
	display: block;
	position:relative;
}
.usercontw .rcont{
	max-width: 1380px;
	border-radius: 10px;
	overflow: hidden;
}
.usercontw .catdiv {
	width: 100%;
	height: auto;
	background: var(--mobile_baise);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.usercontw .catdiv .left {
	line-height: 40px;
	font-size: 16px;
}

.usercontw .catdiv .right {
	height: 100%;
}

.usercontw .catdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.usercontw .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

/* usertit */
.usercontw .Ucatdiv {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.usercontw .Ucatdiv .left {
	line-height: 40px;
	font-size: 16px;
}

.usercontw .Ucatdiv .right {
	height: 100%;
}

.usercontw .Ucatdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.usercontw .Ucatdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

.user-cont-wrapp{
	width: 100%;
	border-radius: 4px;
	background-color: var(--mobile_baise);
	padding: 36px 20px;
	box-sizing: border-box;
}
.user-cont-wrapp .userzl{
	margin-left: 50px;
}
.user-cont-wrapp .topcont{
	max-width:1380px;
	margin:0 auto;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.user-cont-wrapp .usercont{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.user-cont-wrapp .dispflex-user-l{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.user-cont-wrapp .userbitem .item{
	margin-right: 30px;
	position: relative;
}
.user-cont-wrapp .userbitem .item::after{
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #ddd;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.user-cont-wrapp .avatar{
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
}
.user-cont-wrapp .avatar img{
	width: 100%;
	height: 100%;
}
.user-cont-wrapp .userzl .desc{
	border-radius: 10px;
    background: #f8f8f8;
    padding: 12px 20px;
    border: 1px solid #eee;
}
.user-cont-wrapp .userzl .col{
	max-width: 700px;
}
.user-cont-wrapp .userzl .jianjie{
	font-size: 12px;
	color: var(--mobileC_999);
}
.user-cont-wrapp .userzl .userbitem > div > span{
	line-height: 1;
}

.user-cont-wrapp .userzl .userbitem > div .l{
	color: #000;
}
.user-cont-wrapp .userzl .userbitem > div .r{
	transition: all 0s ease 0s;
	color: var(--mobile_Hong);
	font-size: 18px;
	font-weight: 500;
	cursor: default;
	margin-left: 8px;
}
.user-cont-wrapp .userzl .col .eco-level-title,
.user-cont-wrapp .userzl .col .wallpaper-level-title{
	padding: 0px 10px;
    font-size: 12px;
    border-radius: 40px;
    animation: eco-level-flash 1s infinite;
}
.eco-level-title-all,
.wallpaper-level-title-all{
	padding: 2px 5px;
    font-size: 12px;
    border-radius: 40px;
}
@keyframes eco-level-flash {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
.usercontw .rcont .picw{
	background: var(--mobile_baise);
	padding:0 20px;
	border-radius: 4px;
}
.uthird{
	width: auto;
	height: auto;
}
.uthird .tits{
	margin: 20px auto;
	font-size: 15px;
	text-align: center;
}
.uthird a{
	background-color: #fff;
	border:1px solid #eee;
	margin-right: 20px;
	border-radius: 4px;
}
.usercontRall{
	width: 100%;
}
.usercontRall .avatarcol{
	margin-top: 40px;
}
.profile .avatarbox{
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.profile .avatarbox:hover .editavatar{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.profile .avatarbox img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.profile .avatarbox .editavatar{
	width: 100%;
	height: 100%;
	color: var(--mobile_baise);
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: var(--mobileBackop3);
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.profile .avatarbox button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.profile .col{
	margin-bottom: 14px;
}
.profile .col .l{
	width: 30%;
}
.profile .col .r{
	width: 70%;
	position: relative;
}
.input-default{
	width: 100%;
    font-size: 14px;
    height: auto;
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 18px;
    color: var(--mobileC_1f1f1f);
    line-height: 1.5715;
    background-color: var(--mobile_baise);
    background-image: none;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    transition: all .3s;
}
.input-default[name="gender"]{
	padding: 8px 18px; /* 调整为您想要的padding值 */
    appearance: none; /* 移除默认外观 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 30px; /* 为箭头图标留出空间 */
}
.msg-box{
	margin-left: 20px;
	font-size: 12px;
	color: var(--mobile_Hong);
}
.btn-mobile{
	border-radius: 4px;
	background-color: var(--mobile_Hong) !important;
	color: var(--mobile_baise);
}
.btn-default{
	border-radius: 4px;
}
.toast-top-center{
	width: 220px;
	padding: 24px;
	box-sizing: border-box;
	text-align: center;
	background-color: var(--mobileBackop4);
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	color: var(--mobile_baise);
	z-index:9999;
}
.toast-top-center .toast-message{
	color: var(--mobile_baise);
	line-height: 30px;
}
/* .toast-top-center .toast-error  .toast-message{
	color: var(--mobile_Hong) !important;
} */
.toast-top-center .toast-close-button{
	position: absolute;
	right: 10px;
	top: 5px;
	background: no-repeat;
	font-size: 26px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.disabled{
	background-color:var(--mobileC_f5f5f5);
}
.cont-img-itemcenter{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.cont-img-itemcenter ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    width: 100%;
    margin: 0;
}

.cont-img-itemcenter li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    margin-bottom: 20px;
    background: var(--mobile_baise);
    box-sizing: border-box;
    display: block;
    float: none;
	position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cont-img-itemcenter li .picwrapp {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.cont-img-itemcenter li .picwrapp img {
    min-width: 100%;
	max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.cont-img-itemcenter li:hover .picwrapp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.cont-img-itemcenter li .item-popup{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.cont-img-itemcenter li:hover .item-popup,.cont-img-itemcenter li:hover .item-mask{
	opacity: 1;
}
.cont-img-itemcenter li .item-popup .title {
    padding: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
.cont-img-itemcenter li .item-mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, black);
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease;
}
.cont-img-itemcenter li .item-popup .collection-btn{
	position: absolute;
	right: 14px;
	top: 14px;
	padding: 14px;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	border-radius: 8px;
	z-index: 11;
}
.cont-img-itemcenter li .item-popup .collection-btn.yes,
.cont-img-itemcenter li .item-popup .collection-btn:hover{
	background: var(--mobile_Hong) !important;
	color: var(--mobile_baise) !important;
}
.cont-img-itemcenter li .item-popup .collection-btn.no{
	background: var(--mobile_baise);
	color: var(--mobileC_999);
}
.cont-img-itemcenter li .cardIonsList {
    padding: 12px 16px;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    box-sizing: border-box;
    color: var(--mobileC_999);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-img-itemcenter li .cardIonsList a:hover {
    color: var(--mobile_Hong);
}
.cont-img-itemcenter li .jubao{
	position: absolute;
    left: 14px;
    top: 14px;
    padding: 14px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
	z-index: 11;
	background:#ffffff;
	color: #222;
}
/* datetimepicker */
.bootstrap-datetimepicker-widget{
	position: absolute;
	left: 0;
	right: auto;
	background:var(--mobile_baise);
	border:1px solid var(--mobileC_ddd);
	padding:24px 24px 10px !important;
	z-index: 99999;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* 签到日历 */
.signin-days{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.signin-calendar{
	width: 100%;
	box-sizing: border-box;
}
.signin-status{
	box-sizing: border-box;
}
.signin-calendar .on{
	background-color:var(--mobile_Hong) !important;
	color: var(--mobile_baise);
}
.signin-calendar .on .tit,.signin-calendar .on .signin{
	color: var(--mobile_baise) !important;
}
.signin-calendar .signin-btn{
	width: 12.5%;
	/* display: block; */
	padding: 8px;
	background-color:var(--mobileC_f5f5f5);
	text-align: center;
	border-radius: 8px;
	/* float: left; */
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.signin-btn[disabled]{
	cursor: not-allowed;
}
.signin-calendar .signin-btn span.dispblock{
	display: block;
}
.signin-calendar .signin-btn .tit{
	font-size: 14px;
	color: #333;
}
.signin-calendar .signin-btn .icon{
	width: 56%;
	height: auto;
	margin: 8px auto;
}
.signin-calendar .signin-btn .icon img{
	width: 100%;
	height: auto;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	filter: grayscale(100%);
}
.signin-calendar .signin-ok .icon img{
	filter: grayscale(0%) !important;
}
.signin-calendar .signin-btn .signin{
	font-size: 12px;
	color: #999;
}
.signin-calendar .icon-ok{
	display: none;
	width: 20px;
	height: 20px;
	color: var(--mobile_Hong);
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 100;
}
.signin-calendar .signin-ok .icon-ok{
	display: block !important;
}
.signin-status .signin-days .oplist{
	border: 1px solid var(--mobileC_eee);
	border-radius: 4px;
	color: var(--mobileC_999);
	padding: 2px 6px;
	font-size: 12px;
}
.signin-explain{
	box-sizing: border-box;
}
.signin-explain p{
	margin-top: 20px;
}
.signin-explain .addsigninicon{
	padding: 3px 14px 3px 30px;
	border-radius: 30px;
	background: url(../../mobile/images/goldcoin.png) #ddd no-repeat 3px center;
	background-size: auto 80%;
	color: var(--Fheise);
	min-width: 78px;
	box-sizing: border-box;
}
.signin-explain .addhearticon{
	padding: 3px 14px;
	border-radius: 30px;
	background: #d30000;
	color: var(--mobile_baise);
	min-width: 78px;
	box-sizing: border-box;
}

/* 签到状态卡片 */
.signin-status-card {
    background-color: #fff;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.signin-status-card .signin-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--mobileC_333);
}

.signin-status-card .signin-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.signin-status-card .stat-item {
    background-color: var(--mobile_baise);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: var(--mobileC_666);
    border: 1px solid var(--mobileC_eee);
    transition: all 0.3s ease;
}

.signin-status-card .stat-item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.highlight-num {
    color: var(--mobile_Hong);
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px;
}

/* 签到日历 */
.signin-calendar-card {
    background-color: var(--mobile_baise);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid var(--mobileC_eee);
}

.signin-calendar-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
}

.signin-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border: 1px solid var(--mobileC_eee);
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.signin-btn .icon-ok {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background-color: var(--mobile_Hong);
    color: var(--mobile_baise);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
	border:1px solid #fff;
}

.signin-btn.signin-ok .icon-ok {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.signin-btn .tit {
    font-size: 16px;
    font-weight: 500;
    color: var(--mobileC_333);
    margin-bottom: 12px;
}

.signin-btn .icon {
    width: 40%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.signin-btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.signin-btn .signin {
    font-size: 14px;
    color: var(--mobileC_666);
}

.signin-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.signin-btn:hover .icon img {
    transform: scale(1.2);
}

.signin-btn.today {
    background-color: #FFF8F8;
    border: 1px solid #FFE8E8;
}

.signin-btn.past-day {
    opacity: 0.85;
}

.signin-btn.future-day {
    opacity: 0.6;
    cursor: not-allowed;
}

.signin-btn.on {
    background-color: var(--mobile_Hong);
}
.signin-btn.signin-ok img,.signin-btn.on img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.signin-btn.signin-ok .tit,
.signin-btn.signin-ok .signin {
    color: var(--mobile_Hong);
}
.signin-btn.on .tit,.signin-btn.on .signin {
    color: var(--mobile_baise);
}
/* 积分说明/规则卡片 */
.info-card {
    background-color: var(--mobile_baise);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid var(--mobileC_eee);
}

.info-card .info-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--mobileC_333);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mobileC_eee);
}
.info-card .info-title i{
	margin-right: 10px;
}
.info-card .info-content {
    font-size: 14px;
    line-height: 1.6;
    color: var(--mobileC_666);
}

.info-card .rules-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-card .rule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.info-card .rule-item:hover {
    background-color: #f5f5f5;
    transform: translateX(2px);
}

.info-card .rule-text {
    font-size: 14px;
    color: var(--mobileC_333);
}

.info-card .rule-text i {
    margin-right: 10px;
    color: var(--mobile_Hong);
}

.info-card .points-badge {
	background-color: #fff;
    color: var(--mobile_Hong);
    width: 70px;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.info-card .action-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-card .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mobile_Hong);
    color: var(--mobile_baise);
    width: 110px;
    height: 34px;
    line-height: 34px;
    display: block;
	text-align: center;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.info-card .share-btn i {
    margin-right: 5px;
}

.info-card .share-btn:hover {
    background-color: #b10000;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(211, 0, 0, 0.2);
}

.info-card .rules-footer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--mobileC_666);
    padding-top: 15px;
    border-top: 1px dashed var(--mobileC_eee);
}

/* Toast提示 */
.flat-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    z-index: 10000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(110%);
    transition: transform 0.3s ease;
}

.flat-toast.show {
    transform: translateX(0);
}

.flat-toast.success {
    background-color: #4CAF50;
}

.flat-toast.info {
    background-color: #2196F3;
}

.flat-toast.warning {
    background-color: #FF9800;
}

.flat-toast.error {
    background-color: #F44336;
}
/* 登录注册 */
.user-login-modal-wrap {
	width: 100%;
    min-width: 320px;
    height: auto;
    min-height: calc(100vh - 38px);
    display: flex;
    justify-content: center;
    background-image: var(--mobileIndexBannerBack);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-wrap: wrap;
    align-content: center;
}
.ant-modal-mask-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    z-index: 1000;
	width: 100%;
    height: 100%;
    background-color: var(--mobileC_1f1f1f);
	background-size: cover;
}
.ant-modal-mask-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
	width: 100%;
    height: 100%;
    background-image:linear-gradient(to left,rgba(31, 31, 31,1) 20%,rgba(31, 31, 31,0) 100%);
}

.user-login-logo{
	display: block;
	width: 174px;
    margin-bottom: 20px;
	overflow: hidden;
}
.user-login-logo img{
	width: auto;
    height: 48px;
    margin: 0 auto;
    display: block;
}
.user-login-desc{
	width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.tc-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index:9999;
}
.tc-modal-wrap .ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:99;
    height: 100%;
    background-color: var(--mobileCop6);
}
.tc-modal-wrap .login-open-ui-tc{
	max-width: 500px;
    min-width: 480px;
    padding: 20px 0;
    width: 30%;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
.user-login-modal-wrap .login-open-ui-tc{
	max-width: 500px;
	min-width: 480px;
	padding: 20px 0;
	width: 30%;
}
.
.login-open-ui-tc .log-logo{
	width: auto;
	margin-bottom: 18px;
}
.login-open-ui-tc .log-logo img{
	display: block;
	margin: 0 auto;
	height: 60px;
}
.login-open-ui-tc .logtit{
	width: auto;
	margin-bottom: 18px;
	font-size: 18px;
	color: var(--mobileC_eee);
	text-align: center;
	font-weight: 300;
}
.login-open-ui{
    vertical-align: middle;
	box-sizing: border-box;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
    position: relative;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
}
.login-open-ui .content{
    overflow: hidden;
	position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    pointer-events: auto;
}

.login-open-ui .content .modal-close{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 24px;
    color: var(--mobileC_ccc);
	line-height: 22px;
	background: none;
	display: block;
	z-index: 1003;
	cursor: pointer;
}
.login-open-ui .content .modal-close:hover{
	color: var(--mobileC_333) !important;
}
.login-open-ui .content .modal-body {
    padding: 14px 30px 42px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
.login-open-ui .content .modal-body .title{
	position: relative;
    text-align: center;
    line-height: 150%;
    margin-top: 22px;
}
.login-open-ui .content .modal-body .title span,.login-open-ui .content .modal-body .title a{
	cursor: pointer;
    position: relative;
	color: var(--mobileC_999);
	font-size: 24px;
}
.login-open-ui .content .modal-body .title span.on{
	color: var(--mobileC_000);
	font-weight: 600;
	font-size: 25px;
}
.login-open-ui .content .modal-body .title span.on::after{
	content: '';
	width: 60%;
	height: 3px;
	border-radius: 2px;
	background-color: var(--mobile_Hong);
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	position: absolute;
}
.login-open-ui .content .modal-body .formcont{
	padding: 40px 0 0;
}
.login-open-ui .content .modal-body .form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
}
.login-open-ui .content .modal-body .form-item {
    box-sizing: border-box;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
    margin: 0 0 14px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms;
	position: relative;
}
.login-open-ui .content .modal-body .form-item .login-input{
	width: 100%;
    font-size: 14px;
    height: auto;
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 18px;
    color: var(--mobileC_1f1f1f);
    line-height: 1.5715;
    background-color: var(--mobile_baise);
    background-image: none;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    transition: all .3s;
}
.btn-login-tc{
	width: 100%;
	padding: 16px 0;
	border-radius: 6px;
	font-size: 17px;
	margin-top: 10px !important;
}
.autoRegText{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 12px;
}
.login-open-ui .content .btn-dsf{
	width: auto;
	padding: 0 12px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
	border:1px solid var(--mobileC_eee);
	cursor: pointer;
	box-sizing: border-box;
	width: 32%;
	font-size: 12px;
}
.login-open-ui .content .btn-dsf:hover{
	background-color: var(--mobileC_eee);
}
.login-open-ui .content .dsf-wrapp{
	border-bottom: 1px dashed var(--mobileC_eee);
}
/*  */
.outBox {
	width: 100%;
	height: 40px;
	background-color: var(--mobileC_f5f5f5);
	box-sizing: border-box;
	position: relative;
}

.outBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	user-select: none;
}

.slider {
	width: 38px;
	height: 38px;
	background-color: var(--mobile_baise);
	border: 1px solid var(--mobileC_eee);
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	user-select: none;
	z-index: 8;
}

.slider_back {
	height: 40px;
	width: 0;
	background-color: var(--lvse);
	position: absolute;
	top: -1px;
	z-index: 6;
}
.btn-huise,.btn-huise:hover{
	background-color: var(--mobileC_eee);
	color:var(--mobileC_222);
}
.msg-box{
	color: var(--hongse);
	font-size: 12px;
	position: absolute;
	left: 0;
	top: -10px;
	background: var(--mobile_baise);
	padding: 2px 4px;
    border-radius: 2px;
	z-index: 99;
}
.n-invalid{
	border: 1px solid var(--hongse) !important;
}
.n-valid{
	border: 1px solid var(--lvse) !important;
}
#remind{
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
	animation: slidetounlock 3s infinite;
	display: block;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	position:relative;
	z-index: 7;
}
/* allform */
.formcont-model{
	padding: 36px 26px 0;
}
.formcont-model .form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
}
.formcont-model .form-item {
    box-sizing: border-box;
    padding: 0;
    color: var(--mobileC_1f1f1f);
    font-size: 14px;
    line-height: 1.5715;
    margin: 0 0 14px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms;
	position: relative;
}
.formcont-model .form-item input{
	width: 100%;
    font-size: 14px;
    height: auto;
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 18px;
    color: var(--mobileC_1f1f1f);
    line-height: 1.5715;
    background-color: var(--mobile_baise);
    background-image: none;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    transition: all .3s;
}
.btn-pass-red{
	line-height: 40px;
	padding: 0 16px;
	border-radius: 4px;
}
.login-open-ui-tc .oauth-user{
	width: 100%;
	height: auto;
}
.login-open-ui-tc .oauth-user .avatar{
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
}
.login-open-ui-tc .oauth-user .avatar img{
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 120px;
}
.login-open-ui-tc .oauth-user .username{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.36rem;
	color: var(--mobile_baise);
}
/*  */
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
/* 验证 */
#validationModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99999;
}

#validationModal .modal-content {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	width: 90%;
	max-width: 420px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: modalFadeIn 0.6s ease;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		top: 45%;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

#validationModal .tits {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.validate-desc {
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.5;
}

.validate-title {
	color: #444;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}

.validate-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0 auto;
	max-width: 300px;
}

.validate-item {
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}

.validate-item:hover {
	background: #f0f0f0;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.validate-item.clicked {
	background-color: var(--mobile_Hong);
    color: var(--mobile_baise);
	border-color: var(--mobile_Hong);
	transform: scale(0.95);
	box-shadow: none;
}

#validationMessage {
	margin-top: 10px;
	text-align: center;
	color: #ff4d4f;
	font-size: 14px;
}
/* 下拉刷新 PC隐藏 */
.pull-to-refresh-indicator{
	display: none;
}
/* new */
.header .user-menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}
.header .l{
	display: none;
}
/*  */
.wap-user-menu{
	display: none;
}

/* 站点筛选选项卡样式 */
.site-tabs-container {
	background: #fff;
    border: none;
    border-radius: 999px;
    padding: 6px;
    margin:0 auto 30px;
    display: flex;
    width: fit-content;
    justify-content: center;
}
.site-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    position: static;
    justify-content: flex-start;
}
.site-tab {
    width: 110px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 14px;
    color: #666;
    background: #fff;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    outline: none;
    cursor: pointer;
}
.site-tab:hover {
    font-size: 16px;
    color: #222;
}
.site-tab.active {
    font-size: 16px;
    background: var(--mobile_Hong);
    color: #fff;
    border-radius: 999px;
    box-shadow: none;
}

.site-tab .count {
	margin-left: 3px;
	font-size: 12px;
	opacity: 0.8;
}
/* 用户菜单样式 */
.head-tmenu-c .husermenu{
	width: 40px;
	height: 40px;
}
.head-tmenu-c .husermenu .avatar{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.head-tmenu-c .husermenu .avatar img{
	width: 100%;
	height: auto;
}
.head-tmenu-c .husermenu .menulist{
	padding: 20px 24px;
	border-radius: 12px;

}

.headUwrapp{
	position: relative;
}
.husermenu {
    position: relative;
    cursor: pointer;
    z-index: 1001; /* 确保头像在下拉菜单之上 */
}

.husermenu .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.husermenu .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: var(--mobile_baise);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-top: 12px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    /* 添加一个小的上边距来防止鼠标移动时出现间隙 */
    padding-top: 16px;
}

/* 确保下拉菜单和头像之间没有间隙 */
.user-dropdown:before {
    content: '';
    position: absolute;
    top: -16px; /* 与padding-top相同 */
    left: 0;
    right: 0;
    height: 16px;
    background: transparent;
}

/* 下拉菜单箭头 */
.user-dropdown:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: var(--mobile_baise);
    transform: rotate(45deg);
    border-left: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.05);
    z-index: -1;
}

.dropdown-menu {
    padding: 8px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: var(--mobileC_999);
    transition: all 0.3s;
}

.dropdown-menu a:hover {
    background: var(--mobileC_222);
    color: var(--mobile_baise);
}

.dropdown-menu i {
    margin-right: 8px;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

/* 用户下拉菜单容器样式 */

/* 用户信息区域 */
.user-menu .user-info {
    display: flex;
    align-items: center;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
    background: #f5f5f5;
    border-radius: 100px;
}

.user-menu .user-info .avatar {
	width: 21%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5%;
}

.user-menu .user-info .avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.user-menu .user-info .user-details {
    flex: 1;
	width: 74%;
}

.user-menu .user-info .nickname {
    font-size: 18px;
    color: var(--mobileC_222);
    font-weight: 500;
    margin-bottom: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.user-menu .user-info .location {
    font-size: 14px;
    color: var(--mobileC_666);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 逸品壁创社 */
.pro-section {
    background: var(--mobileC_f5f5f5);
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border: 1px solid #eee;
}

.user-menu .pro-section .pro-info {
    display: flex;
    align-items: center;
}

.user-menu .pro-section .pro-icon {
    width: auto;
    height: 24px;
    margin-right: 8px;
    background: var(--mobile_Hong);
    border-radius: 4px;
	padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mobile_baise);
}

.user-menu .pro-section .pro-text {
    font-size: 15px;
    color: var(--mobileC_222);
}

.user-menu .pro-section .go-btn {
    padding: 6px 16px;
    background: var(--mobileC_222);
    color: var(--mobile_baise);
    border-radius: 4px;
    font-size: 14px;
}

/* 功能菜单网格 */
.user-menu .menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.user-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.user-menu .menu-item .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

/* 不同菜单项的图标背景色 */
.user-menu .menu-item.l1 .icon-wrapper {
    background: rgba(255, 145, 0, 0.1);
}

.user-menu .menu-item.l2 .icon-wrapper {
    background: rgba(255, 199, 0, 0.1);
}

.user-menu .menu-item.l3 .icon-wrapper {
    background: rgba(0, 230, 118, 0.1);
}

.user-menu .menu-item.l4 .icon-wrapper {
    background: rgba(147, 51, 234, 0.1);
}

.user-menu .menu-item.l5 .icon-wrapper {
    background: rgba(59, 130, 246, 0.1);
}

.user-menu .menu-item.l6 .icon-wrapper {
    background: rgba(239, 68, 68, 0.1);
}

.user-menu .menu-item.l7 .icon-wrapper {
    background: rgba(59, 130, 246, 0.1);
}

.user-menu .menu-item i {
    font-size: 18px;
}

/* 不同菜单项的图标颜色 */
.user-menu .menu-item.l1 i { color: #FF9100; }
.user-menu .menu-item.l2 i { color: #FFC700; }
.user-menu .menu-item.l3 i { color: #00E676; }
.user-menu .menu-item.l4 i { color: #9333EA; }
.user-menu .menu-item.l5 i { color: #3B82F6; }
.user-menu .menu-item.l6 i { color: #EF4444; }
.user-menu .menu-item.l7 i { color: #3B82F6; }

.user-menu .menu-item .text {
    font-size: 14px;
    color: var(--mobileC_222);
}
.user-menu .menu-item:hover .text{
	color: var(--mobile_Hong);
}

/* 退出按钮 */
.user-menu .logout-btn {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #eee;
}
.user-menu .logout-btn:hover{
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    border: 1px solid var(--mobile_Hong);
}

html {
	font-size: 48px;
}
/* 移动端适配 */
@media only screen and (min-width: 376px) {
	html {
		font-size: 52px;
	}
}

@media only screen and (min-width: 429px) {
	html {
		font-size: 57px;
	}
}

@media only screen and (min-width: 529px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1100px) {
	html {
		font-size: 72px;
	}
}
@media screen and (max-width: 480px) {
	#validationModal .modal-content {
		padding: 20px;
		width: 85%;
	}

	#validationModal .tits {
		font-size: 20px;
	}

	.validate-items {
		gap: 8px;
	}

	.validate-item {
		padding: 12px 0;
		font-size: 16px;
	}
}
/* iOS PWA全屏适配 - 针对悬浮头部和底部菜单 */
@supports (padding-top: env(safe-area-inset-top)) {
    /* 默认隐藏状态栏背景 */
    .status-bar-background {
        display: none;
    }
    
    /* 在standalone模式下显示和调整 */
    @media all and (display-mode: standalone) {
        /* 显示状态栏背景 */
        .status-bar-background {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: env(safe-area-inset-top);
            background: var(--mobile_Hong); /* 黑色背景，可以修改为其他颜色 */
            z-index: 9999; /* 确保在大多数元素之上，但在最上层UI之下 */
        }
        .status-bar-zw {
            height:env(safe-area-inset-top);
        }
        
        /* 针对悬浮头部的调整 */
        .head-tmenu-c-user {
            top: env(safe-area-inset-top); /* 确保从顶部开始 */
        }

        .searchwrapp-wap {
            top: env(safe-area-inset-top); /* 确保从顶部开始 */
        }
        
        /* 针对悬浮底部菜单的调整 */
        .usercontw {
            margin-bottom: env(safe-area-inset-bottom);
        }
        
        /* 允许内容区域滚动到底部安全区域 */
        body {
            min-height: calc(100vh + env(safe-area-inset-bottom));
        }
    }
}
/*  */
:root{
	--mobile_Hong : #d30000;
	--mobileC_1b1b : #1B1B1B;
	--mobileC_999 :#999999;
	--mobileC_960000 : #960000;
	--mobileC_1f1f1f : #1f1f1f;
	--mobileC_2b2b2b : #2b2b2b;
	--mobileC_f5f5f5: #f5f5f5;
	--mobileC_eee: #eeeeee;
	--mobileC_ccc: #CCCCCC;
	--mobileC_ddd: #dddddd;
	--mobileC_333 : #333333;
	--mobileC_444 : #444444;
	--mobileC_555 : #555555;
	--mobile_baise: #ffffff;
	--mobileC_666 : #666666;
	--mobileC_282828 : #282828;
	--mobileC_2a2a2a : #2a2a2a;
	--mobileC_222 : #222222;
	--mobileC_000 : #000000;
	--mobileC_2d2d : #2d2d2d;
	--mobileC_2525 : #252525;
	--mobileCtextshadow : 1px 1px 3px rgba(0, 0, 0, .55);
	--mobileCtextshadow1 : 1px 1px 3px rgba(0, 0, 0, .25);
	--mobileCtextshadow2 : 1px 2px 4px rgba(0, 0, 0, .14);
	--mobileCboxshadow : 0px 2px 12px 4px rgba(0, 0, 0, 0.15);
	--mobileCboxshadow1 : 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	--mobileCboxshadow2 : 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	--mobileBackop1 : rgba(0, 0, 0, 0.2);
	--mobileBackop2 : rgba(0, 0, 0, 0.25);
	--mobileBackop3 : rgba(39,42,44,.75);
	--mobileBackop4 : rgba(30,30,30,.5);
	--mobileCop1 : rgba(255, 255, 255, 0.85);
	--mobileCop2 : rgba(0, 0, 0, 0.75);
	--mobileCop3 : rgba(0, 0, 0, 0.8);
	--mobileCop4 : rgba(255, 255, 255, 0.85);
	--mobileCop6 : rgba(0, 0, 0, 0.45);
	--mobileIndexBannerBack : linear-gradient(to top,rgba(27, 27, 27,1) 0%,rgba(27, 27, 27,0) 100%),url(https://s1.ax1x.com/2020/09/11/wYc28I.jpg);
	--mobileHeadback : linear-gradient(-96deg,var(--mobileC_1f1f1f) 0%,var(--mobileC_2b2b2b) 40%,var(--mobileC_1f1f1f) 100%);
	--mobileBtnHongse : linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	--mobileHeadback : linear-gradient(to bottom,#292c2f 0,rgba(34,34,34,.5) 100%);
	--mobileHeadback1 : inset 1px 1px 1px rgb(0 0 0 / 40%), 1px 1px 0 rgb(127 127 127 / 10%);
}

/* 月签到计划按钮 */
.monthly-plan-btn {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--mobileCboxshadow2);
}

.monthly-plan-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.monthly-plan-btn i {
    margin-right: 5px;
}

/* 月签到计划弹出层 */
.monthly-plan-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mobileCop2);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.monthly-plan-content {
	background: var(--mobile_baise);
    border-radius: 8px;
    width: 90%;
    max-width: 520px;
    padding: 20px;
    box-shadow: var(--mobileCboxshadow);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.monthly-plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--mobileC_eee);
    padding-bottom: 15px;
}

.monthly-plan-header h3 {
    margin: 0;
    color: var(--mobileC_333);
    font-size: 18px;
    font-weight: 500;
}

.close-modal {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--mobileC_666);
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: var(--mobileC_333);
    transform: rotate(90deg);
}

/* 日历样式 */
.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.calendar-header div {
    padding: 10px;
    color: var(--mobileC_666);
    font-size: 14px;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar-day {
    position: relative;
    padding: 10px 4px;
    text-align: center;
    border-radius: 4px;
    cursor: default;
    transition: all 0.3s ease;
    border: 1px solid var(--mobileC_eee);
    background: var(--mobileC_f5f5f5);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.calendar-day .day-number {
    font-size: 16px;
	line-height:1.5;
}

.calendar-day.signed {
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    border-color: var(--mobile_Hong);
    transform: scale(1.05);
    box-shadow: var(--mobileCboxshadow1);
}

.calendar-day.signed::after {
    content: '✓';
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 12px;
    color: var(--mobile_baise);
}

.calendar-day.empty {
    border: none;
    background: transparent;
}

.calendar-day.today {
    border: 2px solid var(--mobile_Hong);
    font-weight: bold;
    background: var(--mobile_baise);
	color:var(--mobile_Hong);
}

.calendar-day.future {
    background: var(--mobile_baise);
}

.calendar-day .points {
    font-size: 12px;
    color: var(--mobile_Hong);
    transition: all 0.3s ease;
}

.calendar-day:hover {
    box-shadow: var(--mobileCboxshadow1);
}

.calendar-day.signed .points {
    color: var(--mobile_baise);
}

.monthly-plan-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--mobileC_eee);
}

.monthly-stats {
    display: flex;
    justify-content: center;
}

.monthly-stats .stat-item {
    text-align: center;
    color: var(--mobileC_666);
}

.monthly-stats .highlight-num {
    display: block;
    font-size: 24px;
    color: var(--mobile_Hong);
    margin-top: 5px;
    font-weight: bold;
}

/* 响应式适配 */
@media (max-width: 750px) {
    .monthly-plan-content {
        width: 90%;
        padding: 0.3rem;
    }
    
    .calendar-day {
        padding: 8px 5px;
        font-size: 13px;
    }

    .monthly-plan-header h3 {
        font-size: 0.32rem;
    }

    .calendar-header div {
        padding: 8px 5px;
        font-size: 0.26rem;
    }

    .monthly-stats .highlight-num {
        font-size: 0.32rem;
    }
	.calendar-day .day-number{
		font-size: 0.32rem;
	}
	.calendar-day .points{
		font-size: 0.22rem;
	}
}

/* 安全区适配 */
@media (display-mode: standalone) {
    .monthly-plan-modal {
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
    }
}

/* 头像裁剪模态框样式 */
#avatar-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1050;
}

#avatar-modal.show {
    display: block;
}

#avatar-modal .modal-dialog {
    position: relative;
    width: 600px;
    background: #fff;
    border-radius: 8px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#avatar-modal .modal-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    border: none;
}

#avatar-modal .modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#avatar-modal .modal-title {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
}

#avatar-modal .modal-body {
    position: relative;
    padding: 20px;
    display: flex;
    gap: 2%;
}

.avatar-wrapper {
    flex: 1;
    height: 400px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}

/* 工具栏样式 */
.avatar-tools {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0 0 0;
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.btn-tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-tool:hover {
    background: #f8f8f8;
    border-color: #ddd;
}

.btn-tool i {
    font-size: 16px;
    margin-bottom: 5px;
    color: #666;
}

.btn-tool span {
    font-size: 12px;
    color: #666;
}

.avatar-preview {
    width: 26%;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preview-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}

#avatar-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.preview-text {
    font-size: 12px;
    color: #ff4040;
}

#avatar-to-crop {
    max-width: 100%;
    max-height: 100%;
}

#avatar-modal .modal-footer {
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #eee;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

#avatar-modal .close {
    font-size: 21px;
    font-weight: normal;
    color: #999;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

/* 裁剪区域样式 */
.cropper-view-box,
.cropper-face {
    border-radius: 0;
}

.cropper-dashed {
    border: 0 dashed #eee;
}

.cropper-line {
    background-color: #ffd426;
}

.cropper-point {
    width: 8px;
    height: 8px;
    background-color: #ffd426;
}

.cropper-grid {
    border: 0;
}

.cropper-grid-dashed {
    border: 1px dashed rgba(255, 212, 38, 0.5);
}
.btn-reg{
	background-color: var(--mobile_Hong);
	color:var(--mobile_baise);
	border-radius:4px;
}
.btn-default:hover{
	color:#888;
}
.avatar-model-content-lfet{
	width:72%;
}
/* 移动端适配 */
@media (max-width: 750px) {
    #avatar-modal .modal-dialog {
        width: 90%;
    }

    #avatar-modal .modal-body {
        flex-direction: column;
        padding: 15px;
    }

    .avatar-wrapper {
        height: 300px;
    }

    .avatar-tools {
        flex-wrap: wrap;
        gap: 5px;
    }

    .btn-tool {
        padding: 0.2rem;
        font-size: 0.26rem;
    }

    .btn-tool i {
        font-size: 0.3rem;
    }

    .btn-tool span {
        font-size: 0.24rem;
    }

    .avatar-preview {
        width: 100%;
        padding: 10px;
		display:none;
    }

    .preview-container {
        width: 100px;
        height: 100px;
    }

    .preview-title {
        font-size: 0.28rem;
    }

    .preview-text {
        font-size: 0.24rem;
    }
	.avatar-model-content-lfet{
		width:100%;
	}
	.modal-footer button{
		width:40%;
	}
}

/* 裁剪拖动时的样式 */
body.cropper-dragging {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

body.cropper-dragging * {
    pointer-events: none;
}

body.cropper-dragging .cropper-container,
body.cropper-dragging .cropper-container * {
    pointer-events: all !important;
}

/* 确保裁剪区域始终可以拖动 */
.cropper-container {
    touch-action: none;
    -ms-touch-action: none;
}

.cropper-face {
    cursor: move !important;
}

/* 消息图标样式 */
.headmessnew .message-icon {
    position: relative;
    cursor: pointer;
	font-size: 26px;
}
.headmessnew{
	margin-right: 20px;
    width: 39px;
    text-align: center;
}
.headmessnew .message-count {
 	position: absolute;
    top: -2px;
    left: 22px;
    background: var(--mobile_Hong);
    border: 2px solid #fff;
    color: var(--mobile_baise);
    font-size: 12px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    padding: 0 2px;
}

/* 消息下拉框样式 */
.message-dropdown {
	position: absolute;
    top: 90%;
    right: -15px;
    width: 300px;
    background: var(--mobile_baise);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 12px;
    padding: 16px;
    box-sizing: border-box;
}
/* 下拉框箭头 */
.message-dropdown:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: var(--mobile_baise);
    transform: rotate(45deg);
    border-left: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.05);
    z-index: -1;
}

/* 消息头部样式 */
.message-dropdown .message-header {
	display:flex;
	justify-content:center;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mobileC_eee);
    flex-wrap: nowrap;
    gap: 20px;
}

.message-dropdown .message-header .title {
    font-size: 16px;
    font-weight: 500;
    color: #999;
	position:relative;
}
.message-dropdown .message-header .title.on{
	color:#222;
}
.message-dropdown .message-header .title.on::after{
	content: '';
    display: block;
    clear: both;
    width: 40%;
    height: 5px;
    background: var(--mobile_Hong);
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.message-dropdown .message-header .trash-icon {
    color: var(--mobileC_999);
    cursor: pointer;
    padding: 4px;
}

.message-dropdown .message-header .trash-icon:hover {
    color: var(--mobile_Hong);
}

/* 消息列表样式 */
.message-dropdown .message-list {
    padding: 0;
}

.message-dropdown .message-item {
    display: flex;
    padding: 14px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    flex-wrap: nowrap;
    align-items: center;
	cursor: pointer;
}

.message-dropdown .message-item:hover {
    background-color: #f9f9f9;
}

.message-dropdown .message-item .message-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    position: relative;
}

.message-dropdown .message-item .sender-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.message-dropdown .message-item .unread-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #d30000;
    border-radius: 50%;
    border: 2px solid #fff;
}

.message-dropdown .message-item .message-content {
    flex: 1;
    overflow: hidden;
}

.message-dropdown .message-item .message-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    flex-wrap: nowrap;
}

.message-dropdown .message-item .message-type {
    font-size: 14px;
    font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
}

.message-dropdown .message-item .message-type i {
    margin-right: 5px;
}

.message-dropdown .message-item .message-time {
    font-size: 12px;
    color: #999;
	white-space: nowrap;
}

.message-dropdown .message-item .message-body {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    font-size: 12px;
    color: #333;
	text-align:left;
}

.message-dropdown .message-item .preview {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.message-dropdown .message-item.important {
    background-color: #fff8f8;
}

.message-dropdown .message-item.important .title {
    color: #d30000;
}

.no-message {
    text-align: center;
    padding: 30px;
    color: #999;
    font-size: 14px;
}

.message-dropdown .message-item:last-child {
    border-bottom: none;
	margin-bottom: 0;
}

.message-dropdown .message-item .time {
    font-size: 12px;
    color: var(--mobileC_999);
}

/* 消息底部样式 */
.message-dropdown .message-footer {
    padding-top: 12px;
    border-top: 1px solid var(--mobileC_eee);
    text-align: center;
	display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.message-dropdown .message-footer .view-all {
    color: var(--mobileC_666);
    font-size: 14px;
    text-decoration: none;
}
.message-dropdown .message-footer .read-all{
	color:var(--mobileC_666);
}
.message-dropdown .message-footer .view-all:hover {
    color: var(--mobile_Hong);
}

/* 确保下拉框和头像之间没有间隙 */
.message-dropdown:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: transparent;
}

/* 消息类型样式 */
.message-dropdown .message-item.system-notice .message-icon i {
    color: #ff9800;
}

.message-dropdown .message-item.private-message .message-icon i {
    color: #2196f3;
}

.message-dropdown .message-item.system-message .message-icon i {
    color: #4caf50;
}

/* 消息弹窗样式 */
.detail-message-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.detail-message-dialog .message-dialog-container {
    width: 560px;
    max-width: 90%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    animation: dialogFadeIn 0.3s ease;
}

@keyframes dialogFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.detail-message-dialog .detail-message-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
	background: #f8f8f8;
}

.detail-message-dialog .detail-dialog-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.detail-message-dialog .detail-dialog-content-title{
	font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #333;
    padding: 12px 20px;
    border-bottom: 1px dashed #eee;
    border-top: 1px solid #eee;
}
.detail-message-dialog .detail-dialog-header .detail-sender-info{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-avatar{
	width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}
.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta{
	margin-left: 15px;
}
.detail-message-dialog .detail-sender-name-wrapper{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 5px;
}
.detail-message-dialog .detail-send-followed,.detail-message-dialog .block-button-gray{
	display: block;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
	font-size: 12px;
	line-height: 1.2;
	transition: all 0.3s ease;
	white-space: nowrap;
	min-width: 70px;
}
.detail-message-dialog .detail-send-followed.no{
    background: #FFD700;
}
.detail-message-dialog .detail-send-followed.yes{
    background: #eee;
}

.detail-message-dialog .detail-send-followed.yes:hover {
    background-color: #fff2f0;
    border-color: #ffccc7;
    color: #ff4d4f;
	transition: all 0.3s ease;
}

.detail-message-dialog .detail-send-followed.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.detail-message-dialog .block-button-gray {
	background-color: #333333;
	color: #fff;
}
.detail-message-dialog .block-button-gray:hover {
	background-color: #222222;
}
.detail-message-dialog .block-button-gray.yes:hover{
	background-color: #fff;
	border:1px solid #eee;
	color: #333;
	transition: all 0.3s ease;
}
.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-sender-name{
	font-size: 18px;
    font-weight: 500;
    color: #222;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
}
.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-send-time{
	font-size: 12px;
    color: #999;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.detail-message-dialog .detail-dialog-header .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
	line-height: 32px;
}

.detail-message-dialog .detail-close-dialog {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    color: #999;
	font-size: 22px;
	position: absolute;
    right: 20px;
    top: 20px;
	background: #f5f5f5;
}
.detail-message-dialog .detail-close-dialog:hover {
    background: #eee;
    color: #333;
}

.detail-message-dialog .detail-message-body {
    padding:0 20px 20px 20px;
    background: #f8f8f8;
    height: 35vh;
    overflow-y: auto;
	border-radius: 5px;
}
.detail-message-dialog .detail-message-body img{
	max-width: 100%;
	height: auto;
}
.detail-message-dialog .detail-meta-info{
	padding:20px;
	line-height:1.2;
	font-weight:400;
	font-size:18px;
}
.detail-message-dialog .detail-meta-info .detail-meta-label{
	color: #333;
    font-weight: 400;
}
.detail-message-dialog .detail-message-body .message {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    position: relative;
}

.detail-message-dialog .detail-message-body .message.received {
    flex-direction: row-reverse;
}

.detail-message-dialog .detail-message-body .message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 12px;
}

.detail-message-dialog .detail-message-body .message .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-message-dialog .detail-message-body .message .message-content-right {
    max-width: 80%;
}

.detail-message-dialog .detail-message-body .message .message-content-header {
    margin-bottom: 4px;
    font-size: 12px;
    color: #999;
	
}
.detail-message-dialog .detail-message-body .message .message-sender{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: flex-start;
}
.detail-message-dialog .detail-message-body .message .message-receiver{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: flex-end;
}
.detail-message-dialog .detail-message-body .message .message-content-header .message-sender-name{
	font-size: 14px;
    color: #222;
	font-weight: 500;
}
.detail-message-dialog .detail-message-body .message .message-content-header .message-time{
	font-size: 12px;
    color: #999;
	margin-left: 10px;
}
.detail-message-dialog .detail-message-body .message.sent .message-content-header {
    text-align: left;
}
.detail-message-dialog .detail-dialog-header .relation-tag{
	display: block;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    transition: all 0.3s ease;
    background: #1e9fff;
    color: #fff;
}
/* 消息气泡样式 */
.detail-message-dialog .detail-message-body .message .message-content {
    padding: 12px 16px;
    border-radius: 10px;
    position: relative;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.5;
}

/* 接收到的消息（右侧） */
.detail-message-dialog .detail-message-body .message.received .message-content {
    background:rgb(211, 0, 0);
	/* box-shadow: 0 6px 12px 0px rgba(211, 0, 0, 0.28); */
    color: #fff;
    border-top-right-radius: 2px;
	border:1px solid rgb(177, 0, 0);
	justify-content: flex-end;
}

/* 发送的消息（左侧） */
.detail-message-dialog .detail-message-body .message.sent .message-content {
	background: #fff;
    color: #000;
    border-top-left-radius: 2px;
    /* box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.05) */
	border:1px solid #eee;
}

/* 回复框样式 */
.detail-message-dialog .detail-reply-form {
    padding: 0 15px 15px;
    position: relative;
	box-sizing: border-box;
}

.detail-message-dialog .detail-reply-input {
    width:100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    resize: vertical;
    font-size: 14px;
    margin-bottom: 6px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.detail-message-dialog .detail-reply-input:focus {
    border-color: #bbb;
    outline: none;
}
.detail-message-dialog .btn-red{
	background-color: var(--mobile_Hong);
	color:var(--mobile_baise);
}
.detail-message-dialog .btn-red:hover{
	background-color:rgba(211, 0, 0, 0.7);
	color:var(--mobile_baise);
}
.detail-message-dialog .detail-reply-actions{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.hide{
	display: none !important;
}

/* 会员中心消息页面 */
.user-private-message,.user-system-message{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
}
.user-private-message .message-content-private,
.user-system-message .message-content-system{
	width: 20%;
	height: 680px;
	overflow-y: auto;
}
.user-private-message .message-dialog-container,
.user-system-message .message-dialog-container{
	width: 80%;
}
/* 消息列表样式 */
.user-private-message .message-list,
.user-system-message .message-list {
    padding: 0;
}

.user-private-message .message-item-user,
.user-system-message .message-item-user {
    display: flex;
    padding: 14px;
    transition: all 0.3s ease;
    flex-wrap: nowrap;
    align-items: center;
	cursor: pointer;
	border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 5px;
}

.user-private-message .message-item-user:hover,
.user-system-message .message-item-user:hover {
    background-color: #f9f9f9;
}

.user-private-message .message-item-user .message-icon,
.user-system-message .message-item-user .message-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    position: relative;
	overflow: hidden;
}

.user-private-message .message-item-user .sender-avatar,
.user-system-message .message-item-user .sender-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-private-message .message-item-user .unread-dot,
.user-system-message .message-item-user .unread-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #d30000;
    border-radius: 50%;
    border: 2px solid #fff;
}

.user-private-message .message-item-user .message-content,
.user-system-message .message-item-user .message-content {
    flex: 1;
    overflow: hidden;
}

.user-private-message .message-item-user .message-content-header,
.user-system-message .message-item-user .message-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    flex-wrap: nowrap;
}

.user-private-message .message-item-user .message-type,
.user-system-message .message-item-user .message-type {
    font-size: 14px;
    font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
}

.user-private-message .message-item-user .message-type i,
.user-system-message .message-item-user .message-type i {
    margin-right: 5px;
}

.user-private-message .message-item-user .message-time,
.user-system-message .message-item-user .message-time {
    font-size: 12px;
    color: #999;
	white-space: nowrap;
}

.user-private-message .message-item-user .message-body,
.user-system-message .message-item-user .message-body {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    font-size: 12px;
    color: #333;
}

.user-private-message .message-item-user .preview,
.user-system-message .message-item-user .preview {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.user-private-message .message-item-user.important,
.user-system-message .message-item-user.important {
    background-color: #fff8f8;
}

.user-private-message .message-item-user.important .title,
.user-system-message .message-item-user.important .title {
    color: #d30000;
}

.no-message {
    text-align: center;
    padding: 30px;
    color: #999;
    font-size: 14px;
}

.user-private-message .message-item-user:last-child,
.user-system-message .message-item-user:last-child {
    margin-bottom: 0;
}

.user-private-message .message-item-user .time,
.user-system-message .message-item-user .time {
    font-size: 12px;
    color: var(--mobileC_999);
}
.user-private-message .message-item-user.on,
.user-system-message .message-item-user.on{
	background-color: #f5f5f5;
}

/* 消息类型样式 */
.user-private-message .message-item-user.system-notice .message-icon i,
.user-system-message .message-item-user.system-notice .message-icon i {
    color: #ff9800;
}

.user-private-message .message-item-user.private-message .message-icon i,
.user-system-message .message-item-user.private-message .message-icon i {
    color: #2196f3;
}

.user-private-message .message-item-user.system-message .message-icon i,
.user-system-message .message-item-user.system-message .message-icon i {
    color: #4caf50;
}

/* 消息样式 */
.user-private-message .message-dialog-container,
.user-system-message .message-dialog-container {
    width: 80%;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    animation: dialogFadeIn 0.3s ease;
	padding: 20px;
	border:1px solid #eee;
}

.user-private-message .detail-message-user-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
	position: relative;
}

.user-private-message .detail-message-user-detail .detail-dialog-header {
	width:72px;
	height:72px;
	overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    background: #fff;
    border-radius: 90px;
    box-shadow: 0px 10px 14px -10px rgba(0, 0, 0, 0.12);
    left: 50%;
    transform: translateX(-50%);
	z-index: 100;
	top:0;
	opacity: 1;
}
.user-private-message .detail-message-user-detail .detail-dialog-header:hover{
	width:auto;
	height:auto;
	padding:20px 30px;
	transition: all 0.3s ease;
	opacity: 1;
}
.user-private-message .detail-message-user-detail .detail-dialog-content-title{
	font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #333;
    padding: 12px 20px;
    border-bottom: 1px dashed #eee;
    border-top: 1px solid #eee;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	max-width: 100%;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-avatar{
	width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta{
	margin-left: 20px;
}
.user-private-message .detail-message-user-detail .detail-sender-name-wrapper{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 5px;
}
.user-private-message .detail-message-user-detail .detail-send-followed,.user-private-message .block-button-gray{
	display: block;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
	font-size: 12px;
	line-height: 1.2;
	transition: all 0.3s ease;
	white-space: nowrap;
	min-width: 70px;
}
.user-private-message .detail-message-user-detail .detail-send-followed.no{
    background: #FFD700;
}
.user-private-message .detail-message-user-detail .detail-send-followed.yes{
    background: #eee;
}

.user-private-message .detail-message-user-detail .detail-send-followed.yes:hover {
    background-color: #fff2f0;
    border-color: #ffccc7;
    color: #ff4d4f;
	transition: all 0.3s ease;
}

.user-private-message .detail-message-user-detail .detail-send-followed.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.user-private-message .detail-message-user-detail .block-button-gray {
	background-color: #333333;
	color: #fff;
}
.user-private-message .detail-message-user-detail .block-button-gray:hover {
	background-color: #222222;
}
.user-private-message .detail-message-user-detail .block-button-gray.yes:hover{
	background-color: #fff;
	border:1px solid #eee;
	color: #333;
	transition: all 0.3s ease;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-sender-name{
	font-size: 18px;
    font-weight: 500;
    color: #222;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-send-time{
	font-size: 12px;
    color: #999;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
	line-height: 32px;
}

.user-private-message .detail-message-user-detail .detail-close-dialog {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    color: #999;
	font-size: 22px;
	position: absolute;
    right: 20px;
    top: 20px;
	background: #f5f5f5;
}
.user-private-message .detail-message-user-detail .detail-close-dialog:hover {
    background: #eee;
    color: #333;
}

.user-private-message .detail-message-user-detail .detail-message-body {
    padding: 20px;
    height: 463px;
    overflow-y: auto;
}

.user-private-message .detail-message-user-detail .detail-message-body .message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.user-private-message .detail-message-user-detail .detail-message-body .message.received {
    flex-direction: row-reverse;
}

.user-private-message .detail-message-user-detail .detail-message-body .message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 12px;
}

.user-private-message .detail-message-user-detail .detail-message-body .message .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-private-message .detail-message-user-detail .detail-message-body .message .message-content-right {
    max-width: 80%;
}

.user-private-message .detail-message-user-detail .detail-message-body .message .message-content-header {
    margin-bottom: 4px;
    font-size: 12px;
    color: #999;
	
}
.user-private-message .detail-message-user-detail .detail-message-body .message .message-sender{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: flex-start;
}
.user-private-message .detail-message-user-detail .detail-message-body .message .message-receiver{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: flex-end;
}
.user-private-message .detail-message-user-detail .detail-message-body .message .message-content-header .message-sender-name{
	font-size: 14px;
    color: #222;
	font-weight: 500;
}
.user-private-message .detail-message-user-detail .detail-message-body .message .message-content-header .message-time{
	font-size: 12px;
    color: #999;
	margin-left: 10px;
}
.user-private-message .detail-message-user-detail .detail-message-body .message.sent .message-content-header {
    text-align: left;
}
.user-private-message .detail-message-user-detail .detail-dialog-header .relation-tag{
	display: block;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    transition: all 0.3s ease;
    background: #1e9fff;
    color: #fff;
    white-space: nowrap;
}
/* 消息气泡样式 */
.user-private-message .detail-message-user-detail .detail-message-body .message .message-content {
    padding: 12px 16px;
    border-radius: 10px;
    position: relative;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.5;
}

/* 接收到的消息（右侧） */
.user-private-message .detail-message-user-detail .detail-message-body .message.received .message-content {
    background:rgb(211, 0, 0);
	/* box-shadow: 0 6px 12px 0px rgba(211, 0, 0, 0.28); */
    color: #fff;
    border-top-right-radius: 2px;
	border:1px solid rgb(177, 0, 0);
	justify-content: flex-end;
}

/* 发送的消息（左侧） */
.user-private-message .detail-message-user-detail .detail-message-body .message.sent .message-content {
	background: #fff;
    color: #000;
    border-top-left-radius: 2px;
    /* box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.05) */
	border:1px solid #eee;
}

/* 回复框样式 */
.user-private-message .detail-message-user-detail .detail-reply-form {
    padding: 15px 0 0;
    position: relative;
	box-sizing: border-box;
}

.user-private-message .detail-message-user-detail .detail-reply-input {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    resize: vertical;
    font-size: 14px;
    margin-bottom: 6px;
    transition: all 0.3s;
	box-sizing: border-box;
}

.user-private-message .detail-message-user-detail .detail-reply-input:focus {
    border-color: #bbb;
    outline: none;
}
.user-private-message .detail-message-user-detail .btn-red{
	background-color: var(--mobile_Hong);
	color:var(--mobile_baise);
}
.user-private-message .detail-message-user-detail .btn-red:hover{
	background-color:rgba(211, 0, 0, 0.7);
	color:var(--mobile_baise);
}
.user-private-message .detail-message-user-detail .detail-reply-actions{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.user-private-message .message-content-user .loading-more{
	text-align: center;
	color:#888;
	margin:20px auto;
}
.usercontMessage{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border:1px solid #eee;
    position: relative;
    z-index: 1;
}
.UcatdivMessage{
    position: relative;
    margin-bottom: -1px;
}
.UcatdivMessage .site-tabs-container
.message-type-tabs-user{
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
}
.message-type-tabs-user .tab{
	font-size: 15px;
    line-height: 40px;
	height: 40px;
    font-weight: 400;
	cursor: pointer;
	color:#666;
	padding:0 20px;
	position: relative;
	border:1px solid #eee;
	border-bottom:none;
	border-radius: 4px 4px 0 0;
	background: #f5f5f5;
}
.message-type-tabs-user .tab:first-of-type{
	margin-left: 20px;
}
.message-type-tabs-user .tab.active{
	color:#000;
	font-weight: 800;
	background:#fff;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.user-system-message .detail-meta-info{
	padding:0px 20px 0;
	font-size:16px;
	font-weight:400;
	line-height:1.2;
}
.user-system-message .detail-message-body{
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border:1px solid #eee;
}
.user-system-message .detail-message-body .detail-message-body-content{
	height: 559px;
	overflow-y: auto;
}
.user-system-message .detail-meta-info .detail-meta-label{
	color: #333;
    font-weight: 400;
}
.user-system-message .user-message-system-close{
	display:none;
}

/* 滚动条样式 */
.user-private-message .detail-message-user-detail .detail-message-body,
.detail-message-dialog .detail-message-body,
.user-private-message .message-content-user,
.user-system-message .message-content-user,
.user-system-message .detail-message-body .detail-message-body-content,
.box-scroll-noScroll {
    /* Chrome/Safari/Opera */
    &::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    
    &::-webkit-scrollbar-track {
        background: transparent;
    }
    
    &::-webkit-scrollbar-thumb {
        background-color: transparent; /* 默认透明 */
        border-radius: 4px;
        transition: background-color 0.3s;
    }
    
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s;
    
    /* IE/Edge */
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* 悬停或滚动时显示滚动条 */
.user-private-message .detail-message-user-detail .detail-message-body:hover,
.detail-message-dialog .detail-message-body:hover,
.user-private-message .message-content-user:hover,
.user-system-message .message-content-user:hover,
.user-system-message .detail-message-body .detail-message-body-content:hover,
.box-scroll-noScroll:hover {
    /* Firefox */
    scrollbar-color: #aaa transparent;
    
    /* Chrome/Safari/Opera */
    &::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }
}

/* 正在滚动时显示滚动条 */
.user-private-message .detail-message-user-detail .detail-message-body:active,
.detail-message-dialog .detail-message-body:active,
.user-private-message .message-content-user:active,
.user-system-message .message-content-user:active,
.user-system-message .detail-message-body .detail-message-body-content:active,
.box-scroll-noScroll:active {
    /* Firefox */
    scrollbar-color: #aaa transparent;
    
    /* Chrome/Safari/Opera */
    &::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }
}
/* 隐藏滚动条但保留滚动功能 */
.hide-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* WebKit 浏览器 (Chrome, Safari, 新 Edge) */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.page-loading{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
	margin: 30px 0 20px;
}
.page-loading .loading-text{
	font-size: 14px;
    color: #888;
}
.report-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.report-modal-overlay .report-modal {
	background: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 520px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: modalFadeIn 0.3s;
}
.report-modal-overlay .report-close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.6;
}
.report-modal-overlay .report-close:hover {
	opacity: 1;
}
.report-modal-overlay .report-close:before,
.report-modal-overlay .report-close:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #333;
	left: 50%;
	top: 0;
}
.report-modal-overlay .report-close:before {
	transform: rotate(45deg);
}
.report-modal-overlay .report-close:after {
	transform: rotate(-45deg);
}
.report-modal-overlay .report-title {
	font-size: 20px;
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.report-modal-overlay .report-content {
	padding: 20px;
}
.report-modal-overlay .report-options {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}
.report-modal-overlay .report-option {
	position: relative;
	cursor: pointer;
}
.report-modal-overlay .report-option input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.report-modal-overlay .report-option-label {
	display: block;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
	transition: all 0.3s;
}
.report-modal-overlay .report-option input[type="radio"]:checked + .report-option-label {
	background: #f6f6f6;
	border-color: #666;
	color: #333;
}
.report-modal-overlay .report-reason {
	display: none;
	margin-top: 16px;
}
.report-modal-overlay .report-reason textarea {
	width: 100%;
	height: 100px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	resize: none;
	font-size: 14px;
	box-sizing: border-box;
}
.report-modal-overlay .report-reason textarea:focus {
	outline: none;
	border-color: #666;
}
.report-modal-overlay .report-tip {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 16px 0 0;
	line-height: 1.5;
}
.report-modal-overlay .report-tip a {
	color: #1890ff;
	text-decoration: none;
}
.report-modal-overlay .report-actions {
	text-align: center;
	padding-top: 16px;
}
.report-modal-overlay .report-submit {
	padding: 8px 32px;
	font-size: 16px;
	color: #fff;
	background: var(--mobile_Hong);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
}
.report-modal-overlay .report-submit:hover {
	background: #ff7875;
}
@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%,-20%);
	}
	to {
		opacity: 1;
		transform: translate(-50%,-50%);
	}
}
/* 用户操作按钮样式 */
.user-operate {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-operate button {
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.user-operate .btn-follow {
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
}

.user-operate .btn-follow:hover {
    background: #b10000;
}

.user-operate .btn-follow.following {
    background: #f5f5f5;
    color: #666;
}

.user-operate .btn-follow.following:hover {
    background: #ffe6e6;
    color: var(--mobile_Hong);
}

.user-operate .btn-message {
    background: #f5f5f5;
    color: #333;
}

.user-operate .btn-message:hover {
    background: #e8e8e8;
}

.user-operate .more-actions {
    position: relative;
}

.user-operate .btn-more {
    background: #f5f5f5;
    color: #333;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-operate .btn-more:hover {
    background: #e8e8e8;
}

.user-operate .more-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--mobile_baise);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 8px;
    min-width: 140px;
    z-index: 1000;
}

.user-operate .more-dropdown::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 12px;
    width: 8px;
    height: 8px;
    background: var(--mobile_baise);
    transform: rotate(45deg);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.user-operate .btn-block {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    background: transparent;
    color: #666;
    border-radius: 4px;
}

.user-operate .btn-block:hover {
    background: #f5f5f5;
    color: var(--mobile_Hong);
}

.hide {
    display: none !important;
}
/* 画社列表样式 */
.eco-cont {
    padding: 20px;
    background: var(--mobile_baise);
    border-radius: 8px;
}
.eco-cont-index {
    margin-top: 0;
}

.eco-cont-list .eco-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    width: 100%;
}

.eco-cont-list .eco-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 12px 26px -12px rgba(25, 25, 28, 0.1);
}

.eco-cont-list .eco-item-inner {
    padding: none;
}

/* 创建画社样式 */
.eco-cont-list .create-eco {
    background: var(--mobile_baise);
    border: 2px dashed var(--mobileC_eee);
    cursor: pointer;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.eco-cont-list .create-eco:hover {
    border-color: var(--mobile_Hong);
}

.eco-cont-list .create-eco .create-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.eco-cont-list .create-eco .create-icon i {
    font-size: 24px;
}

.eco-cont-list .create-eco .create-text {
    color: var(--mobileC_666);
    font-size: 16px;
    text-align: center;
}

.eco-cont-index .eco-thumb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    aspect-ratio: 1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

/* 画板缩略图网格 */
.eco-item-inner .btn-eco-follow,
.user-follow-item .btn-follow{
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    background:var(--mobile_Hong);
    border: 1px solid var(--mobile_Hong);
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.eco-item-inner .btn-eco-follow.following:hover,
.user-follow-item .btn-follow.following:hover{
    background:#f5f5f5;
    border:1px solid #ddd;
    color: #000;
}
.eco-item-inner .btn-eco-follow.following,
.user-follow-item .btn-follow.following
{
    background: #fff;
    border: 1px solid #eee;
    color: #333;
}

.eco-cont .eco-thumb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin-bottom: 12px;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
}
.eco-cont .thumb-item-odd {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
    margin-bottom: 12px;
}
.eco-cont .thumb-item-odd img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.eco-cont-index .thumb-item-odd {
	max-width: 100%;
	height: auto;
    border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.eco-cont-index .eco-info {
    padding: 10px;
    background: var(--mobile_baise);
    border-radius: 0 0 10px 10px;
}
.eco-cont-index .thumb-item-odd img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.eco-cont-list .thumb-item {
    position: relative;
    overflow: hidden;
}

.eco-cont-list .thumb-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
	background: var(--mobileC_eee);
}

/* 画板信息 */
.eco-cont-list .eco-title {
    font-size: 18px;
    color: var(--mobileC_333);
    margin-bottom: 4px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eco-cont-list .eco-meta {
    color: var(--mobileC_999);
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.eco-cont-list .eco-meta span::after{
	content: '';
    margin-right: 10px;
}
.eco-cont-list .eco-meta span:last-child::after{
	content: '';
    margin-right: 0;
}

.eco-cont-list .eco-count, .eco-cont-list .eco-views, .eco-cont-list .eco-like {
    white-space: nowrap;
}
/* 会员信息 */
.eco-cont-index .eco-item .eco-info .eco-user-info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top:10px;
    border-top: 1px dotted var(--mobileC_eee);
    margin-top: 10px;
}
.eco-cont-index .eco-item .eco-info .eco-user-info .info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}
.eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-avatar{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
}
.eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-name{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
}
.eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-logo span{
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #888;
}

/* 创建画社对话框 */
.eco-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.eco-dialog.show {
    opacity: 1;
    visibility: visible;
}

.eco-dialog-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.eco-dialog .eco-dialog-container {
    position: absolute;
    width: 90%;
    max-width: 460px;
    background: var(--mobile_baise);
    border-radius: 12px;
    transition: transform 0.3s ease;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -20%);
}

.eco-dialog.show .eco-dialog-container {
    transform: translate(-50%, -50%);
}

.eco-dialog .eco-dialog-header {
    padding: 20px;
    border-bottom: 1px solid var(--mobileC_eee);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eco-dialog .eco-dialog-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--mobileC_333);
}

.eco-dialog .eco-dialog-close {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    background: none;
    font-size: 22px;
    padding: 10px;
}

.eco-dialog .eco-dialog-close:hover {
    color:#000;
}

.eco-dialog .eco-dialog-body {
    padding: 20px;
}

.eco-dialog .eco-form-item {
    margin-bottom: 16px;
	position: relative;
}
.eco-dialog .eco-form-item:last-child {
    margin-bottom: 0;
}
.eco-dialog .eco-form-item-tips {
    margin-top: 16px;
    font-size: 14px;
    color: var(--mobileC_999);
	text-align: center;
}

.eco-dialog .eco-cover {
    width: 150px;
    height: 150px;
    border: 2px solid var(--mobileC_eee);
	background: var(--mobileC_f5f5f5);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	position: relative;
}

.eco-dialog .eco-cover:hover {
	border: 2px solid var(--mobile_Hong);
}

.eco-dialog .eco-cover-placeholder {
    width: 	%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--mobileC_999);
}

.eco-dialog .eco-cover-placeholder i {
    font-size: 32px;
    margin-bottom: 8px;
}

.eco-dialog .eco-input {
    width: 100%;
    height: 48px;
	line-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
	box-sizing: border-box;
}

.eco-dialog .eco-input:focus {
    border-color: var(--mobile_Hong);
    outline: none;
}

.eco-dialog .eco-select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--mobileC_eee);
    border-radius: 6px;
    font-size: 14px;
    background: var(--mobile_baise);
    cursor: pointer;
    transition: all 0.3s ease;
}

.eco-dialog .eco-select:focus {
    border-color: var(--mobile_Hong);
    outline: none;
}

.eco-dialog .eco-checkbox-item {
    display: flex;
    align-items: center;
}

.eco-dialog .eco-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.eco-dialog .eco-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.eco-dialog .eco-checkbox span {
    font-size: 14px;
    color: var(--mobileC_666);
}

.eco-dialog .eco-dialog-footer {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
    align-items: center;
}

.eco-dialog .eco-btn {
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eco-dialog .eco-btn-cancel {
    border: 1px solid var(--mobileC_eee);
    background: var(--mobile_baise);
    color: var(--mobileC_666);
}

.eco-dialog .eco-btn-cancel:hover {
    background: var(--mobileC_f5f5f5);
    border-color: var(--mobileC_ddd);
}

.eco-dialog .eco-btn-confirm {
    border: none;
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
}

.eco-dialog .eco-btn-confirm:hover {
    background: #b10000;
}
/* 编辑画社对话框 */
.eco-cont-list .eco-item .editEco {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background:#fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.eco-cont-list .eco-item:hover .editEco {
    opacity: 1;
}

.eco-cont-list .eco-item .editEco:hover {
    background:var(--mobile_Hong);
    color:#fff;
}

.eco-dialog .eco-btn-delete {
    background:none;
    color:var(--mobile_Hong);
    margin-right: auto;
}

.eco-dialog .eco-btn-delete:hover {
    background: #eee;
	opacity: 0.8;
} 
/* 画社编辑对话框封面样式 */

.eco-dialog .eco-cover.no-cover:hover {
    background-color: #e8e8e8;
}

.eco-dialog .eco-cover-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    background-color: rgba(255, 255, 255, 0.8);
    transition: opacity 0.3s ease;
}

.eco-dialog .eco-cover-placeholder i {
    font-size: 32px;
    margin-bottom: 8px;
}

.eco-dialog .eco-cover-update {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.eco-dialog .eco-cover:hover .eco-cover-update {
    opacity: 1;
}

.eco-dialog .eco-cover-update i {
    font-size: 32px;
    margin-bottom: 8px;
}

.eco-dialog .eco-cover-update span {
    font-size: 14px;
}
/* 画社壁纸上传 */
.upload-eco-wallpaper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 200px;
    border-radius: 8px;
    background: #fff;
}

.upload-eco-wallpaper:hover {
    border-color: #d30000;
    background-color: #f5f5f5;
    border-style: solid;
}

.upload-eco-wallpaper .upload-eco-icon {
    text-align: center;
    color: #666;
}

.upload-eco-wallpaper .upload-eco-icon i {
    font-size: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.upload-eco-wallpaper .upload-eco-icon span {
    display: block;
    font-size: 16px;
}
/* 上传画社壁纸弹窗 */
.upload-eco-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.upload-eco-modal .upload-modal-content {
    background: #fff;
    border-radius: 20px;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.upload-eco-modal .upload-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    line-height: 1.2;
}

.upload-eco-modal .upload-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.upload-eco-modal .close-upload-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.upload-eco-modal .upload-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload-eco-modal .upload-left, .upload-eco-modal .upload-right {
    flex: 1;
}
.upload-dropzone.dragging {
    background-color: #f0f0f0;
    border-color: #d30000;
}
.upload-eco-modal .upload-dropzone {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    background: #f5f5f5;
}
.upload-eco-modal .upload-dropzone .add-btn{
    display: block;
    width: 40px;
    height: 40px;
    background: var(--mobile_Hong);
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 15px;
}
.upload-eco-modal .upload-dropzone > div{
    width: 100%;
    line-height: 1.8;
    text-align: center;
}

/* 上传说明样式 */
.upload-eco-modal .upload-upload-info {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 15px 20px;
    margin: 15px 0;
}

.upload-eco-modal .upload-upload-info .title {
    color: #dc3545;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.upload-eco-modal .upload-upload-info .info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.upload-eco-modal .upload-upload-info .info .info-item{
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(50% - 5px);
}

.upload-eco-modal .upload-upload-info .info .info-item i{
    color: var(--mobile_Hong);
}

.upload-eco-modal .upload-dropzone a{
    color: var(--mobile_Hong);
}
.upload-eco-modal .upload-item{
    border-radius: 5px;
}
.upload-eco-modal #upload-preview {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.upload-eco-modal #upload-preview li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    width: calc(33.3333% - 7px);
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
}

.upload-eco-modal .remove-image {
    width: 30px;
    height: 30px;
    text-align: center;
    transition: background 0.3s ease;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #ccc;
    line-height: 30px;
    border-radius: 50%;
    font-size: 18px;
}

.upload-eco-modal .remove-image:hover {
    color: #fff;
}

.upload-eco-modal .upload-details input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.upload-eco-modal #upload-submit {
    width: 100%;
    padding: 10px;
    background: #d30000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.upload-eco-modal #upload-submit:hover {
    background: #b10000;
}
/* 上传进度圆环 */
.preview-img-container {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
	background: #222;
    padding: 5px;
    overflow: hidden;
}
.preview-img-container img {
    max-width: 100%;
    max-height: 100%;
}
.upload-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.upload-progress-circle .loading-wrapper{
    width: 90%;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    overflow: hidden;
    background: rgba(255, 255, 255, .2);
}
.upload-progress-circle .loading-wrapper .loading-circle{
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 0.3s ease;
}
.upload-progress-circle svg {
    width: 66px;
    height: 66px;
    transform: rotate(-90deg);
}

.upload-progress-text {
    position: absolute;
    font-size: 14px;
    color: #fff;
}

#upload-preview input[type="text"] {
    flex: 1;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 25px;
}
#upload-preview input[type="text"]:last-child {
    margin-top: 5px;
}

.remove-image:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

#upload-submit:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

/* 通用下拉选择框样式 */
.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper .select-trigger {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid var(--mobileC_eee);
    border-radius: 8px;
    background: var(--mobile_baise);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.select-wrapper .select-trigger:hover {
    border-color: var(--mobileC_ddd);
}

.select-wrapper .select-trigger.active {
    border-color: var(--mobile_Hong);
    border-radius: 8px;
}

.select-wrapper .select-trigger-text {
    font-size: 14px;
    color: var(--mobileC_333);
}

.select-wrapper .select-trigger-text.placeholder {
    color: var(--mobileC_999);
}

.select-wrapper .select-trigger-arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mobileC_999);
    transition: transform 0.3s ease;
}

.select-wrapper .select-trigger.active .select-trigger-arrow {
    transform: rotate(180deg);
}

.select-wrapper .select-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
	background: #fff;
    box-shadow: 0 0 1px rgba(28, 31, 35, .16), 0 6px 32px 4px rgba(28, 31, 35, .08);
    border-radius: 8px;
    padding: 12px 8px;
}

.select-wrapper .select-dropdown.show {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
}

.select-wrapper .select-option {
    padding: 12px 16px;
    font-size: 14px;
    color: var(--mobileC_333);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}
.select-wrapper .select-option img.eco-dialog-cover{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.select-wrapper .select-option:hover {
    background: var(--mobileC_f5f5f5);
	border-radius: 6px;
}

.select-wrapper .select-option.selected {
    color: var(--mobile_Hong);
    font-weight: 500;
}

/* 移动端适配 */
@media (max-width: 750px) {
    .select-trigger {
        height: 44px;
    }

    .select-option {
        padding: 10px 16px;
    }
}
/* 自定义标签输入 */
/* 添加到你的 CSS 或 <style> 标签中 */
.custom-tags-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px 5px; /* 减少内边距 */
    cursor: text;
    background-color: #fff;
    min-height: 30px; /* 确保有最小高度 */
    border-radius: 5px;
}

.tags-display-area {
    display: contents; /* 让内部元素表现得像直接在父容器中 */
}

.custom-tags-input-wrapper .tag {
    display: inline-flex; /* 改为 inline-flex */
    align-items: center; /* 垂直居中 */
    background-color: #e0e0e0;
    color: #333;
    padding: 2px 6px; /* 调整内边距 */
    margin: 2px; /* 统一外边距 */
    border-radius: 3px;
    font-size: 0.9em; /* 稍小字体 */
    line-height: 1.4; /* 调整行高 */
    white-space: nowrap; /* 防止标签内文字换行 */
}

.custom-tags-input-wrapper .tag .tag-remove {
    margin-left: 6px; /* 图标和文字间距 */
    cursor: pointer;
    font-weight: bold;
    color: #666;
    font-size: 1.1em; /* 图标稍大 */
}
.custom-tags-input-wrapper .tag .tag-remove:hover {
    color: #000;
}


.wallpaper-tags-input {
    flex-grow: 1 !important; /* 占据剩余空间 */
    border: none !important;
    outline: none !important;
    padding: 4px 0 !important; /* 调整内边距 */
    margin: 2px !important; /* 统一外边距 */
    min-width: 100px !important; /* 最小宽度 */
    background: transparent !important; /* 背景透明 */
    line-height: 1.4 !important; /* 调整行高 */
}

#upload-preview .upload-input-container {
    flex-grow: 1; /* 让输入容器占据更多空间 */
}

#upload-preview .upload-input-container > input[type="text"] { /* 标题输入框 */
    width: 100%;
    margin-bottom: 5px; /* 与标签输入框间距 */
}
#upload-preview .upload-input-container > input[type="text"]:focus{
	border-color: var(--mobile_Hong);
}
/* 画社详情页样式 */
.eco-detail-header {
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.eco-detail-header .eco-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1380px;
    margin: 0 auto;
    padding: 40px 20px;
}

.eco-detail-header .eco-detail-left {
    flex: 1;
}

.eco-detail-header .eco-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #333;
}

.eco-detail-header .eco-creator {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.eco-detail-header .creator-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

.eco-detail-header .creator-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    overflow: hidden;
}

.eco-detail-header .creator-name {
    color: #333;
    font-size: 16px;
    transition: color 0.3s ease;
}

.eco-detail-header .creator-link:hover .creator-name {
    color: #ff4757;
}

.eco-detail-header .eco-time {
    color: #999;
    font-size: 14px;
}

.eco-detail-header .eco-stats {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eco-detail-header .stat-item {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.eco-detail-header .stat-item::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #eee;
    margin-left: 10px;
}

.eco-detail-header .stat-item:last-child::after {
    display: none;
}

.eco-detail-header .eco-detail-right {
    display: flex;
    align-items: center;
}

.eco-detail-header .eco-actions {
    display: flex;
    gap: 10px;
}
.eco-detail-header .eco-actions .eco-actions-btn-group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.eco-detail-header .eco-actions button,.eco-detail-header .eco-actions .btnEdit {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    outline: none;
    width: calc(50% - 5px);
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.eco-detail-header .eco-actions button i {
    font-size: 14px;
}

.eco-detail-header .btn-eco-wallpaper-share {
    color: #666;
}

.eco-detail-header .btn-eco-wallpaper-share:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.eco-detail-header .btn-eco-wallpaper-like {
    color: #666;
}

.eco-detail-header .btn-eco-wallpaper-like.active,.eco-detail-header .btn-eco-wallpaper-like:hover{
    color: var(--mobile_Hong);
    border-color: rgba(255, 71, 87, 0.5);
    background: rgba(255, 71, 87, 0.05);
}

.eco-detail-header .btn-eco-wallpaper-follow {
    color: #666;
}

.eco-detail-header .btn-eco-wallpaper-follow.following{
    color: #666;
    border-color: #ddd;
    background:#eee;
}
.eco-detail-header .btn-eco-wallpaper-follow:hover{
    color: #000;
    border-color: #ccc;
    background:#eee;
}

/* 瀑布流布局公共样式 */
.waterfall-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.waterfall-container-general .waterfall-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    opacity: 0;
}

.waterfall-container-general .waterfall-wrapper .waterfall-item {
    width: calc(20% - 16px);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px; /* 添加下边距 */
    background: #fff;
    /* padding: 10px; */
    box-shadow: 0px 12px 26px -12px rgba(25, 25, 28, 0.1);
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .waterfall-item-inner > a{
    position: relative;
    display: block;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .item-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item:hover .item-mask,.waterfall-container-general .waterfall-wrapper .waterfall-item:hover .title,.waterfall-container-general .waterfall-wrapper .waterfall-item:hover .btn-more{
    opacity: 1;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .title{
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    z-index: 11;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding:0 10px;
    opacity: 0;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .picwrapp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .picwrapp img{  
    width: 100%;
    height: auto;
    border-radius:12px 12px 0 0;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .btn-more{
    background:#fff;
    border-radius: 5px;
    z-index: 11;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding:2px 10px;
    opacity: 0;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .btn-more-menu{
    position: absolute;
    top: 45px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 11;
    color: #333;
    font-size: 12px;
    padding: 2px 10px;
    height: auto;
    line-height: 1.8;
    z-index: 12;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .jubao{
    border-bottom: 1px solid #eee;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item .jubao,.waterfall-container-general .waterfall-wrapper .waterfall-item .collection-btn{
    display: block;
    padding:8px 10px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.waterfall-container-general .waterfall-wrapper .btn-more-menu span:hover{
    color: var(--mobile_Hong);
}

.waterfall-wrapper .waterfall-item .content-info{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.waterfall-wrapper .waterfall-item .content-info .size{
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.waterfall-wrapper .waterfall-item .content-info .size span{
    width: auto;
    height: 100%;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1.6rem;
}
.waterfall-wrapper .waterfall-item .content-info .size i{
    font-size: 10px;
    color: #888;
}
.waterfall-wrapper .waterfall-item .content-info .size i::after{
    content: '';
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.waterfall-wrapper .waterfall-item .content-info .download-count{
    font-size: 12px;
    color: #666;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.waterfall-wrapper .waterfall-item .content-info .download-count i{
    margin-right: 5px;
}
.loading-container-more{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* 编辑画社壁纸的选择样式 */
.waterfall-container-general .waterfall-wrapper .waterfall-item.selected .item-mask{
    border-radius: 12px;
    border: 2px solid #d30000;
    background:rgba(0,0,0,0.5);
    opacity:1;
}
.waterfall-container-general .waterfall-wrapper .waterfall-item.selected::after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-color: var(--mobile_Hong);
    border-radius: 50%;
    z-index: 12;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.eco-detail-header .checkbox-container{
    display: flex;
    align-items: center;
}

/* 自定义复选框样式 */
.eco-detail-header .custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    margin-right: 10px;
}

.eco-detail-header .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.eco-detail-header .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 4px;
    background: #eee;
    transition: all 0.2s ease;
}

.eco-detail-header .custom-checkbox:hover input ~ .checkmark {
    border-color: var(--mobile_Hong);
}

.eco-detail-header .custom-checkbox input:checked ~ .checkmark {
    background-color: var(--mobile_Hong);
    border-color: var(--mobile_Hong);
}

.eco-detail-header .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    /* 调整 transform 属性，先旋转再移动 */
    transform: translate(-50%, -60%) rotate(45deg);
}

.eco-detail-header .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.eco-detail-header .custom-checkbox .checkbox-text {
    margin-right: 8px;
    color: #333;
}

.eco-detail-header .custom-checkbox .selected-count {
    color: var(--mobile_Hong);
    font-weight: 500;
}
/* 画社壁纸详情页样式 */
.showcontw {
    max-width:1380px; /* 预留翻页按钮溢出的区域 */
	min-width:1080px;
	margin: 30px auto;
	position: relative;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content:space-between;
    align-items:flex-start;
}

.showcontw #showimg {
    width: 60%;
    background-color: #fff;
    position: relative;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    padding: 20px 0 20px 20px;
}
.showcontw #showimg .like-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
    z-index: 100;
    color: #fff;
    background: #ee0000;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0px 8px 12px -6px rgba(255, 11, 11, 0.75);
    opacity: 0.8;
}
.showcontw #showimg .like-btn i{
    font-size: 24px;
}
.showcontw #showimg .like-btn .like-count{
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: 5px;
}
.showcontw #showimg .like-btn:hover{
    background: var(--mobile_Hong);
    opacity: 1;
}
.showcontw #showimg .like-btn .like-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20px) scale(0);
    opacity: 0;
    font-size: 24px;
    color: #ff6b6b;
    pointer-events: none;
}

.showcontw #showimg .like-btn.clicked .like-icon {
    animation: like-animation 1s ease-out forwards;
}

@keyframes like-animation {
    0% {
        transform: translate(-50%, -30px) scale(0);
        opacity: 1;
    }
    100% {
        /* 增大向上移动的距离 */
        transform: translate(-50%, -160px) scale(4);
        opacity: 0;
    }
}
.showcontw #showimg .imagesbody{
    width: 100%;
    height: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    /* background-image: linear-gradient(to top right, #d4d4d4 25%, transparent 0, transparent 75%, #d4d4d4 0, #d4d4d4), linear-gradient(to top right, #d4d4d4 25%, transparent 0, transparent 75%, #d4d4d4 0, #d4d4d4); */
    background-color: #333;
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
}
.showcontw #showimg .imagesbody img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

main.content .showpage-wrapper a.content-prev,main.content .showpage-wrapper a.content-next {
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
    z-index: 9999;
}
main.content .showpage-wrapper a.content-prev {
	background: url(../images/svg/pver.svg) no-repeat center;
	background-size: auto 100%;
	left: 50px;
	top: 50%;
    transform: translateY(-50%);
	margin-top: -20px;
}

main.content .showpage-wrapper a.content-next {
	background: url(../images/svg/next.svg) no-repeat center;
	background-size: auto 100%;
	right: 50px;
	top: 50%;
    transform: translateY(-50%);
}
.showcontw #showimg .arrows{
	padding: 5px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.showcontw #showimg .arrows i{
	font-size: 16px;
}
/*  */
.showcatpos{
	width: 80%;
	min-width: 1080px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.showcontw .r_description{
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	padding:20px 30px;
	background-color:#fff;
    border-radius:0 8px 8px 0;
}
.showcontw .r_description .top-interaction-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.showcontw .r_description .toptit a.jubao:hover,.showcontw .r_description .toptit .share:hover,.showcontw .r_description .toptit a.btnall:hover{
	background: #eee;
	color: #000 !important;
    border:1px solid transparent;
}
.showcontw .r_description .toptit .share,.showcontw .r_description .toptit a.jubao,.showcontw .r_description .toptit a.btnall{
	border:1px solid #ddd;
	color: #888;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
}
.showcontw .r_description .toptit a.btnall.yes{
    border:1px solid var(--mobile_Hong);
	background-color: var(--mobile_Hong);
	color: #fff;
}
.showcontw .r_description .toptit a.btnall.yes:hover{
    border:1px solid #ddd;
	color: #888;
    background-color: #fff;
}
.showcontw .r_description .toptit a.likepic{
	background-image: var(--mobileBtnHongse);
	color: #888;
}
.showcontw .r_description .toptit a.likepic:hover{
	background: var(--mobile_Hong);
	color: var(--mobile_baise);
}
.showcontw .r_description .toptit a.likepicZip{
	background: var(--huangse);
	color: var(--heise);
}
.showcontw .r_description .toptit a.likepicZip:hover{
	background: var(--mobile_baise);
	color: var(--mobileC_222) !important;
}
.showcontw .r_description .toptit .likeopendown{
	background: var(--mobile_Hong);
	color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	padding: 0 12px;
	cursor: pointer;
}
.showcontw .r_description .toptit .likeopendown .downtip{
	border-radius: 4px;
	background-color: var(--mobile_baise);
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	box-shadow: var(--mobileCboxshadow2);
}
.showcontw .r_description .toptit .likeopendown .downtip::before{
	content: '';
	position: absolute;
	top: -5px;
	width: 0;
  	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ffffff transparent;
}
.showcontw .r_description .toptit .likeopendown .downtip a{
	padding:0 24px;
	white-space:nowrap;
	display: block;
	color: var(--mobileC_222);
	border-radius: 4px;
}
.showcontw .r_description .toptit .likeopendown .downtip a:nth-child(1){
	border-bottom: 1px solid var(--mobileC_eee);
}
.showcontw .r_description .toptit .likeopendown .downtip a:hover{
	background-color: var(--mobileC_f5f5f5);
}
.showcontw .r_description .titlew{
	padding:20px 0;
}
.showcontw .r_description .titlew .title{
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.showcontw .r_description .eco-title-info-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.showcontw .r_description .eco-title-info-item .item{
    display: flex;
    align-items: center;
    gap: 8px;
}
.showcontw .r_description .eco-title-info-item .item i{
    color: #aaa;
}
.showcontw .r_description .eco-wallpaper-info{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0;
    margin: 10px auto;
}
.showcontw .r_description .eco-wallpaper-info .user-info,.showcontw .r_description .eco-wallpaper-info .user-info-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}
.showcontw .r_description .eco-wallpaper-info .user-info-btn a{
    min-width: 38px;
    height: 38px;
    border-radius: 5px;
    border:1px solid #ddd;
    color: var(--mobileC_222);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 5px;
}

.showcontw .r_description .eco-wallpaper-info .user-info .avatar{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.showcontw .r_description .eco-wallpaper-info .user-info .username p{
    line-height: 1.5;
}
.showcontw .r_description .eco-wallpaper-info .user-info .username p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.showcontw .r_description .eco-wallpaper-info .user-info .username p:nth-child(2){
    font-size: 12px;
}

.showcontw .properties{
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 5px;
    border:1px solid #eee;
    background: #f6f6f6;
}
.showcontw .properties span{
	padding: 0 6px;
	width: 50%;
}
.showcontw .iseco-info-wrapper{
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
   padding: 20px 0;
   border-top:1px solid #eee;
}
.showcontw .iseco-info-wrapper .iseco-info{
    display: flex;
    align-items: center;
    gap: 20px;
}
.showcontw .iseco-info-wrapper .iseco-info .iseco-info-item{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.showcontw .iseco-info-wrapper .iseco-info .iseco-info-item::after{
    content: '';
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.showcontw .iseco-info-wrapper .iseco-info .iseco-info-item:last-child::after{
    display: none;
}
.showcontw .iseco-info-wrapper .iseco-info .iseco-info-item .i1{
    color: var(--mobileC_666);
    padding: 4px 10px;
    border-radius: 5px;
    background: var(--mobile_Hong);
    color: #fff;
}
.showcontw .iseco-info-wrapper .iseco-info .iseco-info-item .i2{
    color: var(--mobileC_222);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}
.showcontw .iseco-info-wrapper a.btn{
    color: var(--mobile_baise);
    background: var(--mobileC_222);
    border-radius: 5px;
    padding: 0 10px;
    line-height: 30px;
}
.showcontw .iseco-info-wrapper a.btn:hover{
    color: var(--mobile_baise);
    background: var(--mobile_Hong);
}
/*  */
.showcont-wallpaper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(245, 245, 245, 0.96);
    z-index: 9998; /* 设置一个较高的层级，但低于layui的遮罩层 */
    overflow-y: auto; /* 允许弹出层滚动 */
    /* 添加以下属性 */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
    min-height: 100vh;
    max-width: 100vw;
    flex-wrap: wrap;
}
.showcont-wallpaper .showRecommend{
    width: 100%;
    padding-bottom: 20px;
}

/* 当弹出层显示时锁定body滚动 */
body.modal-open {
    overflow: hidden;
}

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

.showcont-wallpaper .back-to-list {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.showcont-wallpaper .back-to-list:hover {
    background: #fff;
}

/* 模态框导航容器 */
.showcont-wallpaper .modal-nav-container {
    width: 100%;
}

/* 返回和关闭按钮通用样式 */
.showcont-wallpaper .modal-nav-container a.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #888;
    text-decoration: none;
    transition: all 0.3s ease;
}
.showcont-wallpaper .modal-nav-container a.nav-btn i{
    font-size: 24px;
}
.showcont-wallpaper .modal-nav-container a.modal-back{
    position: absolute;
    left: 30px;
    top: 30px;
}
.showcont-wallpaper .modal-nav-container a.modal-close{
    position: absolute;
    right: 30px;
    top: 30px;
}
.showcont-wallpaper .modal-nav-container a.prev{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/svg/pver.svg) no-repeat center;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
}
.showcont-wallpaper .modal-nav-container a.next{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/svg/next.svg) no-repeat center;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
}

/* 悬停效果 */
.showcont-wallpaper .modal-nav-container a.nav-btn:hover {
    transform: scale(1.2);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .showcont-wallpaper .modal-nav-container {
        padding: 0 15px;
    }
    
    .showcont-wallpaper .modal-nav-container a {
        width: 36px;
        height: 36px;
    }
    
    .showcont-wallpaper .modal-nav-container a i {
        font-size: 16px;
    }
}

/* 内容小列表瀑布流相关样式 */
.showcontw .eco-wallpaper-item{
	padding: 5px;
	border:1px solid #ddd;
	border-radius: 10px;
	height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
}
.eco-small-wallpaper-wrapper {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.eco-small-wallpaper-wrapper .waterfall-small-container {
    position: relative;
    width: 100%;
}

.eco-small-wallpaper-wrapper .waterfall-wrapper {
    transition: opacity 0.3s ease;
}

.eco-small-wallpaper-wrapper .waterfall-item {
    width: calc(25% - 4px);
    break-inside: avoid;
    margin-bottom: 5px;
    border-radius: 4px;
}
.eco-small-wallpaper-wrapper .waterfall-item .picwrapp img{
    width: 100%;
    height: auto;
}

/* 分享菜单样式 */
.share-menu {
    position: absolute;
    top: 108%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 8px 0;
    z-index: 1000;
    min-width: 180px;
}

.share-menu.hide {
    display: none;
}

.share-menu .share-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    opacity: 0;
    transition: background-color 0.2s;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
}

.share-menu .share-item:hover {
    background-color: #f5f5f5;
}

.share-menu .share-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.share-menu .share-item[data-type="copy"] i {
    color: #666;
}

.share-menu .share-item[data-type="weibo"] i {
    color: #e6162d;
}

.share-menu .share-item[data-type="qzone"] i {
    color: #fdbe3d;
}

.share-menu .share-item[data-type="qq"] i {
    color: #12b7f5;
}

.share-menu .share-item[data-type="douban"] i {
    color: #2e963d;
}
.fa-myicon-user-qzone:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg t=%27%27 class=%27%27 viewBox=%270 0 1024 1024%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%27200%27 height=%27200%27%3E%3Cpath fill=%27%23fdbe3d%27 d=%27M885.504 360.32l-229.76-33.344-102.848-208.256a46.72 46.72 0 0 0-83.84 0L366.336 326.976l-229.824 33.344a46.72 46.72 0 0 0-25.92 79.744L276.864 602.24l-39.232 228.864a46.72 46.72 0 0 0 67.84 49.28l205.504-108.032 205.568 108.032a46.72 46.72 0 0 0 67.84-49.28l-31.36-182.4s28.8-22.784 27.008-22.208c-7.36 2.432-31.616 9.92-33.024 10.368A1025.664 1025.664 0 0 1 512 672.384a846.464 846.464 0 0 1-189.696-26.752L584.32 458.24s-87.552-16.576-160.384-23.808c-47.616-4.736-179.584-4.672-179.584-4.672a288.64 288.64 0 0 1 29.952-13.44 647.04 647.04 0 0 1 98.432-23.552 840.32 840.32 0 0 1 187.712-6.528 1203.648 1203.648 0 0 1 167.232 36.48L464.384 608.896a22.592 22.592 0 0 0 3.584 1.024c27.2 3.648 54.528 5.824 81.92 7.872 57.984 4.352 177.28 5.12 178.752 5.12l19.968-0.256-3.52-20.416 166.336-162.112a46.72 46.72 0 0 0-25.92-79.744z%27%3E%3C/path%3E%3C/svg%3E');
    background-size: 16px 16px;
}
.fa-myicon-user-douban:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,%3Csvg t=%27%27 class=%27%27 viewBox=%270 0 1024 1024%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%232e963d%27 d=%27M134.328 175.074h755.344c17.906 0 32.423-14.516 32.423-32.423V96.639c0-17.906-14.516-32.423-32.423-32.423H134.328c-17.906 0-32.423 14.516-32.423 32.423v46.013c0 17.906 14.516 32.422 32.423 32.422zM915.09 848.926H750.625c-25.134 0-40.706-27.264-27.907-48.895 18.217-30.788 36.946-63.062 56.04-96.593l10.294-18.094-110.396-59.019-8.895 19.836c-27.019 60.309-57.356 122.542-90.375 185.374-5.609 10.673-16.753 17.39-28.81 17.39H427.629l38.457-27.173-9.515-16.088c-32.201-54.491-66.871-110.065-103.045-165.19l-11.271-17.183-91.062 61.579 10.716 16.655c19.594 30.452 39.574 63.579 59.721 99.012 12.262 21.565-3.438 48.389-28.245 48.389H108.91c-17.906 0-32.422 14.516-32.422 32.423v46.013c0 17.906 14.516 32.423 32.422 32.423h806.18c17.906 0 32.422-14.516 32.422-32.423v-46.013c0.001-17.907-14.515-32.423-32.422-32.423zM215.69 250.457c-17.906 0-32.423 14.516-32.423 32.423v284.832c0 17.906 14.516 32.423 32.423 32.423h590.087c17.906 0 32.423-14.516 32.423-32.423V282.88c0-17.906-14.516-32.423-32.423-32.423H215.69z m516.706 211.782c0 17.906-14.516 32.423-32.423 32.423H321.48c-17.906 0-32.423-14.516-32.423-32.423v-70.401c0-17.906 14.516-32.423 32.423-32.423h378.494c17.906 0 32.423 14.516 32.423 32.423v70.401z%27%3E%3C/path%3E%3C/svg%3E');
    background-size: 16px 16px;
}
/* 分享按钮容器需要相对定位 */
.btn-eco-wallpaper-share {
    position: relative;
}
/* 前端壁创社主页相关 */
.eco-index-banner{
    width: 100%;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    background:url(/assets/mobile/images/ecoindexbannerall.svg) #fff no-repeat center;
    background-size: auto 100%;
}
.eco-index-details-wrapp{
    max-width: 1380px;
    min-width: 1080px;
    margin: 20px auto;
    padding:30px;
    background: var(--mobile_baise);
    border-radius: 10px;
}
.eco-index-details-wrapp .eco-index-details-tbox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.eco-index-details-wrapp .eco-item-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.eco-index-details-wrapp .eco-item-wrapper .btnall{
    font-size: 16px;
    color: #222;
    line-height: 16px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.eco-index-details-wrapp .eco-item-wrapper .btnall i{
    margin-right: 10px;
    color: #ddd;
}
.eco-index-details-wrapp .eco-item-wrapper .btnall.active i,.eco-index-details-wrapp .eco-item-wrapper .btnall:hover i{
    color: var(--mobile_Hong);
}
.eco-index-details-wrapp .eco-item-wrapper .btnall::after{
    content: '';
    width:1px;
    height: 14px;
    background: #eee;
    margin: 0 10px;
    display:block;
}
.eco-index-details-wrapp .eco-item-wrapper .btnall:last-child::after{
    display: none;
}
.eco-index-details-wrapp .eco-item-wrapper .btnall:hover,
.eco-index-details-wrapp .eco-item-wrapper .btnall.active{
    color: var(--mobile_Hong);
    font-weight: 500;
}
/* 用户中心导航 */
.user-nav-center-container{
    background: #fff;
    border-top: 1px dashed #eee;
    margin-bottom: 30px;
}
.eco-user-content-nav-details-wrapp{
    max-width: 1380px;
    min-width: 1080px;
    margin: 0px auto;
    padding: 20px 0;
    background: var(--mobile_baise);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall{
    font-size: 16px;
    color: #222;
    line-height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall i{
    margin-right: 10px;
    color: #ddd;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall.active i,.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall:hover i{
    color: var(--mobile_Hong);
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall::after{
    content: '';
    width:1px;
    height: 14px;
    background: #eee;
    margin: 0 10px;
    display:block;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall:last-child::after{
    display: none;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall:hover,
.eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall.active{
    color: var(--mobile_Hong);
    font-weight: 500;
}
/* 壁创社主页瀑布流样式 */
.waterfall-eco-index-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.waterfall-container-eco-index .waterfall-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    opacity: 0;
}

.waterfall-container-eco-index .waterfall-wrapper .waterfall-item {
    width: calc(20% - 16px);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px; /* 添加下边距 */
    background: #fff;
    /* padding: 10px; */
    box-shadow: 0px 12px 26px -12px rgba(25, 25, 28, 0.1);
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .waterfall-item-inner > a{
    position: relative;
    display: block;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .item-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    border-radius: 12px 12px 0 0;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item:hover .item-mask,.waterfall-container-eco-index .waterfall-wrapper .waterfall-item:hover .title,.waterfall-container-eco-index .waterfall-wrapper .waterfall-item:hover .btn-more{
    opacity: 1;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    z-index: 11;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
    opacity: 0;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .picwrapp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .picwrapp img{  
    width: 100%;
    height: auto;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .btn-more{
    background:#fff;
    border-radius: 5px;
    z-index: 11;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding:2px 10px;
    opacity: 0;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .btn-more-menu{
    position: absolute;
    top: 45px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 11;
    color: #333;
    font-size: 12px;
    padding: 2px 10px;
    height: auto;
    line-height: 1.8;
    z-index: 12;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .jubao{
    border-bottom: 1px solid #eee;
}
.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .jubao,.waterfall-container-eco-index .waterfall-wrapper .waterfall-item .collection-btn{
    display: block;
    padding:8px 10px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.waterfall-container-eco-index .waterfall-wrapper .btn-more-menu span:hover{
    color: var(--mobile_Hong);
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info .info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-name{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
}
.waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-logo span{
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #888;
    display:block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 前端壁创社会员关注页相关 */
.ecofollow-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin:0 auto 20px auto;
}
.ecofollow-list .ecofollow-item{
    width:50px;
}
.ecofollow-list .ecofollow-item .ecofollow-item-avatar{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #eee;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecofollow-list .ecofollow-item .ecofollow-item-avatar .ecofollow-item-avatar-text{
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.ecofollow-list .ecofollow-item .ecofollow-item-avatar img{
    width: 100%;
    height: 100%;
}
.ecofollow-list .ecofollow-item .ecofollow-item-title{
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
}
/* 壁创社HEAD */
.eco-index-banner .position{
    position: relative;
    max-width: 1380px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}
.eco-index-banner .lottie-player{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    height: 220px;
    z-index: 10;
}
.eco-index-head-content-container {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0px;
    top: 20px;
    flex-wrap: nowrap;
    gap: 10px;
    z-index: 11;
}

.eco-index-head-content-container .title {
    font-size: 16px;
    color: #333;
}
.eco-index-head-content-container .bottom-title {
    font-size: 14px;
    color: #333;
}
.eco-index-head-content-container .number-container {
    display: flex;
    gap: 4px;
}

.eco-index-head-content-container .number-board {
    width: 26px;
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.eco-index-head-content-container .number {
    font-size: 26px;
    font-family: 'Roboto Mono', monospace;
    font-weight: 600;
    color: var(--mobile_Hong);
    opacity: 0;
    transform: translateY(100%);
    animation: eco-scroll-up 0.5s ease forwards;
}

.eco-index-head-content-container .number-board:nth-child(1) .number {
    animation-delay: 0s;
}

.eco-index-head-content-container .number-board:nth-child(2) .number {
    animation-delay: 0.2s;
}

.eco-index-head-content-container .number-board:nth-child(3) .number {
    animation-delay: 0.4s;
}

.eco-index-head-content-container .number-board:nth-child(4) .number {
    animation-delay: 0.6s;
}

.eco-index-head-content-container .number-board:nth-child(5) .number {
    animation-delay: 0.8s;
}

.eco-index-head-content-container .number-board:nth-child(6) .number {
    animation-delay: 1s;
}

.eco-index-head-content-container .number-board:nth-child(7) .number {
    animation-delay: 1.2s;
}

.eco-index-head-content-container .number-board:nth-child(8) .number {
    animation-delay: 1.4s;
}

.eco-index-head-content-container .number-board:nth-child(9) .number {
    animation-delay: 1.6s;
}

.eco-index-head-content-container .number-board:nth-child(10) .number {
    animation-delay: 1.8s;
}

@keyframes eco-scroll-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sort-user-dropdown{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}
.eco-sort-dropdown{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.eco-sort-dropdown .menushow-wrapper{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 99;
    border-radius: 10px;
    display:block;
}
.eco-sort-dropdown .menushow-wrapper a{
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
.eco-index-details-wrapp .eco-item-dropdown-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.eco-sort-dropdown .menushow-wrapper a:hover{
    background: #eee;
}
.eco-sort-dropdown .menushow-wrapper a.active{
    color: var(--mobile_Hong);
    font-weight: 500;
}
/* 画社等级 */
.eco-level-0{
    color: #666;
    border: 1px solid #eee;
}
.eco-level-1{
    color: #20B2AA;
    border: 1px solid #20B2AA;
}
.eco-level-2{
    color: #9370DB;
    border: 1px solid #9370DB;
}
.eco-level-3{
    color: #FF6B6B;
    border: 1px solid #FF6B6B;
}
.eco-level-4{
    color: #4A4A4A;
    border: 1px solid #4A4A4A;
}

/* 壁纸收藏家等级 */
.wallpaper-level-0{
    color: #666;
    border: 1px solid #eee;
}
.wallpaper-level-1{
    color: #3CB371;
    border: 1px solid #3CB371;
}
.wallpaper-level-2{
    color: #4169E1;
    border: 1px solid #4169E1;
}
.wallpaper-level-3{
    color: #FF8C00;
    border: 1px solid #FF8C00;
}
.wallpaper-level-4{
    color: #8B4513;
    border: 1px solid #8B4513;
}
.wallpaper-level-5{
    color: #800080;
    border: 1px solid #800080;
}
.wallpaper-level-6{
    color: #191970;
    border: 1px solid #191970;
}
/* 贡献排行榜 */
.container-eco-profferlist {
    max-width: 1380px;
    min-width: 1080px;
    margin: 0 auto;
}

.container-eco-profferlist .title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    line-height: 1;
}
.container-eco-profferlist .title::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height:4px;
    border-radius: 2px;
    background: var(--mobile_Hong);
    transform: translateX(-50%);
}
.container-eco-profferlist .title h1{
    color: #222;
    font-size: 28px;
    font-weight: 800;
}
.container-eco-profferlist .title div{
    color: #888;
    font-size: 14px;
    margin-top: 5px;
}

/* 前三名样式 */
.container-eco-profferlist .top-three {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
}

.container-eco-profferlist .top-three .rank-card {
    background: linear-gradient(to bottom, #fff, transparent);
    border-radius: 15px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0px -20px 20px -10px rgba(80, 93, 104, 0.1);
}

.container-eco-profferlist .top-three .rank-1.rank-card {
    background: linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px -30px 30px -30px rgb(255 234 167 / 66%);
}

.container-eco-profferlist .top-three .rank-card:hover {
    transform: translateY(-5px);
}

.container-eco-profferlist .top-three .rank-1 {
    padding: 30px 20px 60px;
    z-index: 3;
    width: 30%;
}

.container-eco-profferlist .top-three .rank-2, .container-eco-profferlist .top-three .rank-3 {
    padding: 20px 20px 30px 20px;
    margin-top: 30px;
    width: 20%;
}

.container-eco-profferlist .top-three .crown {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 98;
}

.container-eco-profferlist .top-three .gold {
    background-image: url('/assets/mobile/images/eco/eco-no-1.png');
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    animation: crown-float 2s ease-in-out infinite;
}

.container-eco-profferlist .top-three .silver {
    background-image: url('/assets/mobile/images/eco/eco-no-2.png');
    background-size: 100% auto;
}

.container-eco-profferlist .top-three .bronze {
    background-image: url('/assets/mobile/images/eco/eco-no-3.png');
    background-size: 100% auto;
}
@keyframes crown-float {
    0% { transform: translate(-50%,0) rotate(0deg); }
    50% { transform: translate(-50%,-10px) rotate(2deg); }
    100% { transform: translate(-50%,0) rotate(0deg); }
}
.container-eco-profferlist .top-three .avatar {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 99;
    display: block;
    box-sizing: border-box;
}

.container-eco-profferlist .top-three .rank-1 .avatar {
    width: 100px;
    height: 100px;
    border: 3px solid #ffcf70;
    box-shadow: 0 10px 16px -6px rgba(255, 248, 120, 1);
}

.container-eco-profferlist .top-three .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-eco-profferlist .top-three .rank-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f0f2f5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.container-eco-profferlist .top-three .rank-1 .rank-number {
    background: #ffd700;
    color: white;
}

.container-eco-profferlist .top-three .rank-2 .rank-number {
    background: #c0c0c0;
    color: white;
}

.container-eco-profferlist .top-three .rank-3 .rank-number {
    background: #cd7f32;
    color: white;
}

.container-eco-profferlist .top-three .user-info {
    margin-top: 10px;
}

.container-eco-profferlist .top-three > .username {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #2c3e50;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.container-eco-profferlist .top-three .stats {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}
.container-eco-profferlist .top-three .user-info-more{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #666;
    margin-top: 10px;
}

.container-eco-profferlist .top-three .user-info-item-more{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #666;
}
.container-eco-profferlist .top-three .user-info .user-info-item-left{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}
.container-eco-profferlist .top-three .user-info .user-info-item-left .username{
    font-weight: bold;
    font-size: 16px;
    color: #222;
}

/* 4-30名列表样式 */
.container-eco-profferlist .rank-list {
    background: white;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(to bottom, #fff, transparent);
}

.container-eco-profferlist .rank-list .rank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px dotted #eee;
    transition: background-color 0.3s ease;
    flex-wrap: nowrap;
    gap: 30px;
}

.container-eco-profferlist .rank-list .rank-item:last-child {
    border-bottom: none;
}

.container-eco-profferlist .rank-list .rank-item:hover {
    background-color: #f8f9fa;
    border:none;
    border-radius: 10px;
}

.container-eco-profferlist .rank-list .rank-item .avatar {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border: 4px solid #fff;
}
.container-eco-profferlist .rank-list .rank-item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.container-eco-profferlist .rank-list .rank-item .rank-number {
    position: static;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    border-radius: 50%;
}

.container-eco-profferlist .rank-list .rank-item .user-info {
    flex: 1;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-eco-profferlist .rank-list .rank-item .user-info .user-info-item-left{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.container-eco-profferlist .rank-list .rank-item .user-info .user-info-item-left .username{
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.container-eco-profferlist .rank-list .rank-item .stats {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
.content-recommend{
	margin-top: 24px;
	background-color: #fff;
	padding-top: 24px;
    padding-bottom: 30px;
}
.content-recommend .tit{
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.content-recommend .tit i{
	font-size: 28px;
    margin-right: 10px;
}
.content-recommend .item-list-wrapper{
    max-width: 1380px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.content-recommend .item-list-wrapper .item-list{
	width:calc(20% - 16px);
    height: auto;
}
.content-recommend .item-list-wrapper .item-list .imgw{
	width: 100%;
    height: 260px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.content-recommend .item-list-wrapper .item-list .imgw img{
	max-width: 92%;
    max-height: 92%;
    object-fit: contain;
}

.content-recommend .item-list-wrapper .eco-user-info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 10px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.content-recommend .item-list-wrapper .eco-user-info .info{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}
.content-recommend .item-list-wrapper .eco-user-info .eco-user-avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.content-recommend .item-list-wrapper .eco-user-info .eco-user-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.content-recommend .item-list-wrapper .eco-user-info .eco-user-name{
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    display: block;
}
.content-recommend .item-list-wrapper .eco-user-info:hover .eco-user-name{
    color: #333;
    font-weight: 500;
}
.tips-error-item{
    position: fixed;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    z-index: 9999;
    max-width: 600px;
    box-shadow: 0px 10px 20px -8px rgb(0 0 0 / 28%);
}
.tips-error-item .tips-error-item-title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.tips-error-item .tips-error-item-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tips-error-item .tips-error-item-content .content-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: calc(33.3333% - 7px);
    min-width: 100px;
}
.tips-error-item .tips-error-item-content .tips-error-item-pic{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #222;
}
.tips-error-item .tips-error-item-content .tips-error-item-pic img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.tips-error-item .tips-error-item-content .tips-error-item-text{
    width: 100%;
    text-align: center;
    color: var(--mobile_Hong);
    font-size: 12px;
}
.tips-error-item .tips-error-item-close{
    width: auto;
    text-align: center;
    color: #333;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px auto 0;
    cursor: pointer;
    display: block;
}
.user-content-wrapper{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding:0 20px 20px;
    max-width: 1380px;
    min-width: 1080px;
    margin: 0 auto;
}
.user-content-wrapper .user-follow-title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}
.user-content-wrapper .user-follow-title a.active{
    color: var(--mobile_Hong);
    font-size: 16px;
    font-weight: 500;
}
.eco-empty{
    padding: 30px 0;
    margin:0 auto;
}
.eco-empty .empty-icon{
    font-size: 70px;
    color: #aaa;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.eco-empty .empty-text{
    font-size: 14px;
    text-align: center;
    color: #888;
}

/* 关注的会员列表 */

.user-follow-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.user-follow-list .user-follow-item{
    width: calc(20% - 24px);
    height: auto;
    background: #fff;
    padding: 0px 20px 20px;
    border-radius: 10px;
    margin-top: 50px;
    border: 1px solid #eee;
}
.user-follow-list .user-follow-item .user-follow-item-inner{
    margin-top: -50px;
}
.user-follow-list .user-follow-item .user-follow-item-avatar{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #fff;
    background: #fff;
    display: block;
    box-sizing: border-box;
}
.user-follow-list .user-follow-item .user-follow-item-avatar img{
    width: 100%;
    height: 100%;
}
.user-follow-list .user-follow-item .user-follow-item-info{
    width: 100%;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-name{
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-desc{
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-stats{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-eco-wallpapers{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-eco-wallpapers .user-follow-item-eco-wallpaper{
    width: calc(25% - 4px);
    height: auto;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}
.user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-eco-wallpapers .user-follow-item-eco-wallpaper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .user-logout{
    margin-left: 20px;
    color: #333;
    padding: 4px 12px;
    background: #eee;
    border-radius: 5px;
}
.eco-user-content-nav-details-wrapp .eco-item-wrapper .user-logout i{
    color: #333;
}
.sort-user-dropdown-nav{
    font-size: 16px;
}
/* tab */
.tab-common-wrapper{
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
}
.tab-common-wrapper .tab-common{
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
}
.tab-common-wrapper .tab-common .tab-common-item{
	font-size: 15px;
    line-height: 40px;
	height: 40px;
    font-weight: 400;
	cursor: pointer;
	color:#666;
	padding:0 20px;
	position: relative;
	border:1px solid #eee;
	border-bottom:none;
	border-radius: 4px 4px 0 0;
	background: #f5f5f5;
}
.tab-common-wrapper .tab-common .tab-common-item:first-of-type{
	margin-left: 20px;
}
.tab-common-wrapper .tab-common .tab-common-item.active{
	color:#000;
	font-weight: 800;
	background:#fff;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}
.usercontBasic,.usercontUpass{
    margin: 0 auto;
    padding:50px 20px 40px;
    background: #fff;
    border-radius: 10px;
}
/* 封禁提示 */
.eco-ban-modal .eco-ban-modal-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
.eco-ban-modal .eco-ban-modal-content .eco-ban-modal-content-icon{
    font-size: 40px;
    color: var(--mobile_Hong);
}
.eco-ban-modal .eco-ban-modal-content h3{
    font-size: 16px;
    color: #333;
}
.eco-item-inner-status{
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    width: 80%;
    height: 80%;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.eco-item-inner-status i{
    font-size: 30px;
    color: var(--mobile_Hong);
    margin-top:-50px;
}


/* 反馈列表页样式 */
.feedback-container {
    max-width: 1380px;
    min-width: 1080px;
    margin: 0 auto;
}

.feedback-container .feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.feedback-container .feedback-header .feedback-header-title {
    font-size: 16px;
    color: #222;
    margin: 0;
}

.feedback-container .feedback-new-btn {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
    white-space: nowrap;
}

.feedback-container .feedback-new-btn:hover {
    background: var(--mobile_Hong);
    color: #fff;
    border: 1px solid var(--mobile_Hong);
}

.feedback-container .feedback-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback-container .feedback-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow:0 15px 20px -20px rgba(0, 0, 0, 0.1);
}

.feedback-container .feedback-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.feedback-container .feedback-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.feedback-container .feedback-time {
    color: #666;
    font-size: 14px;
}

.feedback-container .feedback-type {
    background: #e8f5fe;
    color: #3498db;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.feedback-container .feedback-status {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.feedback-container .status-pending {
    background: #fff3e0;
    color: #f39c12;
}

.feedback-container .status-processing {
    background: #e8f5e9;
    color: #27ae60;
}

.feedback-container .status-resolved {
    background: #ecf0f1;
    color: #7f8c8d;
}

.feedback-container .feedback-contact {
    color: #666;
    font-size: 14px;
}

.feedback-container .feedback-content {
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.feedback-container .feedback-reply {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #eee;
}

.feedback-container .reply-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.feedback-container .reply-content {
    color: #333;
    line-height: 1.6;
}

.feedback-container .feedback-no-reply {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #95a5a6;
    font-size: 14px;
    margin-top: 15px;
}

.feedback-container .feedback-empty {
    text-align: center;
    padding: 60px 0;
    color: #95a5a6;
}

.feedback-container .feedback-empty i {
    font-size: 48px;
    margin-bottom: 15px;
}

.feedback-container .feedback-empty p {
    font-size: 16px;
    margin: 0;
}

/* 意见反馈按钮 */
.custom-feedback-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 9999;
    background: #ff9100;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 12px 28px;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: background 0.2s;
}
.custom-feedback-btn:hover {
    background: #ffb300;
}

/* 弹窗遮罩 */
.custom-feedback-modal {
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: 8888;
}
.custom-feedback-mask {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
}
.custom-feedback-content {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    width: 500px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 0;
    overflow: hidden;
}
.custom-feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px 10px 24px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}
.custom-feedback-close {
    font-size: 24px;
    color: #bbb;
    cursor: pointer;
    transition: color 0.2s;
}
.custom-feedback-close:hover {
    color: #000;
}
.custom-feedback-body {
    padding: 24px;
}
.custom-feedback-body textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    resize: none;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.custom-feedback-body input {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.custom-feedback-submit {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #333;
    border-radius: 6px;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-feedback-submit:hover {
    border: 1px solid var(--mobile_Hong);
    background: var(--mobile_Hong);
    color: #fff;
}
@media (max-width: 500px) {
    .custom-feedback-content {
        width: 90vw;
        min-width: 0;
    }
}
.feedback-type-dropdown{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    padding:10px;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 1099px) {
	body{
		font-size: 0.26rem;
	}
	.bodyLine {
		width: 100%;
		height: 1rem;
	}
	/* 下拉刷新 */
	.pull-to-refresh-indicator {
		width: 100%;
		height: 1rem;
		margin-top: -1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.2s;
		color: #333;
		border-radius: 50px;
		opacity: 0;
	}

	.pull-to-refresh-spinner {
		width: 24px;
		height: 24px;
		border: 4px solid rgba(255,255,255, 0.15);
		border-top-color: var(--mobile_Hong);
		border-radius: 50%;
		margin-right: 10px;
	}

	.pull-to-refresh-text {
		font-size: 0.26rem;
	}

	.pull-to-refresh-indicator.refreshing .pull-to-refresh-spinner {
		animation: pull_refresh_rotate 0.8s linear infinite;
	}

	@keyframes pull_refresh_rotate {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}


	body,html{
		min-width: 100%;
	}
    .footer{
		width: 100%;
		display:none;
	}

	.user-login-modal-wrap {
		background: linear-gradient(135deg, #d30000, #960000);
		position: relative;
		padding:0.6rem 0 0;
		min-height:calc(100vh - 0.6rem);
		overflow: hidden;
	}
	
	.login-open-ui-tc{
		width: 96%;
	}
	.login-open-ui-tc .oauth-user .username{
		font-size: 22px;
		color: #fff;
	}
	.login-open-ui-tc .oauth-user .avatar{
		width:100px;
		height:100px;
		border-radius: 100px;
		border: 4px solid #fff;
		overflow: hidden;
		margin: 0 auto 12px;
	}
	.login-open-ui-tc .oauth-user .avatar img{
		width:100px;
		height:auto;
	}
	main.content{
		padding: 0;
		min-height: 100vh;
	}
	.login-open-ui .content .modal-body .form-item .login-input{
		padding: 0.18rem 18px;
	}
	.login-open-ui .content .modal-body .title{
		margin-top: 0.24rem;
	}
	.login-open-ui .content .modal-body .formcont{
		padding-top: 0.52rem;
	}
	.login-open-ui .content .modal-body .form-item{
		margin-bottom: 0.2rem;
	}
	.btn{
		line-height: 30px;
		font-size: 0.3rem;
		padding: 0.22rem 0;
	}
	.login-open-ui .content .modal-body .title{
		font-size: 0.38rem;
	}
	.login-open-ui .content .modal-body .title span.on::after{
		bottom: -0.2rem;
	}
	.login-open-ui .content .modal-body .form-item .login-input{
		font-size: 0.3rem;
	}
	.login-open-ui .content .modal-body .form-item .login-input::placeholder{
		font-size: 0.3rem;
	}
	.user-login-logo{
		width: 2.54rem;
		margin-bottom: 0.2rem;
	}
	.user-login-logo img{
		height: 0.7rem;
	}
	.user-login-desc{
		font-size: 0.32rem;
		margin-bottom: 0.25rem;
	}
	/* 会员中心 */
	.header .l{
		width:30%;
		display: block;
	}
	.header .user-menu{
		width:30%;
		display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
	}
	.header .l a i {
		font-size: 1.4em;
	}
	.topmenuc .tmenu,.topmenuc .searchHeadwrapp{
		display: none !important;
	}
	.head-tmenu-c-user .topmenuc .logoc{
		width:1.81rem;
		height:50%;
		margin-right: 0;
	}
	.head-tmenu-c-user .topmenuc .logoc a{
		height:100%;
		line-height:100%;
		display: flex;
        flex-wrap: nowrap;
        align-items: center;
	}
	.head-tmenu-c-user .topmenuc{
		padding:0 0.3rem;
	}
	.head-tmenu-c-user,.head-tmenu-c-user .topmenuc{
		height:1rem;
	}
	.head-tmenu-c-user{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:200;
	}
	.user-cont-wrapp .topcont,.user-cont-wrapp .usercont,.user-cont-wrapp .dispflex-user-l{
		display:block;
	}
	.user-cont-wrapp .dispflex-user-l span{
		display:block;
		text-align:center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.user-cont-wrapp .userzl > div:nth-of-type(1){
		margin-bottom:0.2rem !important;
	}
	.user-cont-wrapp .dispflex-user-l > span:nth-of-type(1){
		margin-bottom:0.1rem;
	}
	.user-cont-wrapp .dispflex-user-l > span:nth-of-type(2){
		margin-left:0 !important;
	}
	.user-cont-wrapp .userzl .jianjie{
		font-size:0.22rem;
		margin-bottom:0.2rem !important;
		text-align:center;
	}
    .user-cont-wrapp .userzl > div:nth-of-type(1) .eco-level-wrapper{
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        margin-top: 0.2rem;
    }
	.cont-img-itemcenter li .cardIonsList{
		font-size:0.22rem;
	}
	.user-cont-wrapp .userzl .desc{
		padding:0.25rem;
		margin-bottom: 0.25rem !important;
	}
	.user-cont-wrapp .userbitem{
		display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        flex-wrap: nowrap;
		margin-bottom:0.2rem !important;
	}
	.user-cont-wrapp .userbitem >div{
		margin:0.1rem 0.2rem !important;
		padding:0 !important;
		border:none !important;
	}
	.user-cont-wrapp .userbitem >div >span{
		display:block !important;
		text-align:center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height:1.2 !important;
		font-size:0.25rem;
	}
	.user-cont-wrapp .userzl .userbitem > div .r{
		font-size:0.38rem;
	}
	.user-cont-wrapp{
		padding: 0.35rem;
        width: 92%;
        margin: 1rem auto 0.2rem;
        border-radius: 10px;
	}
	.user-cont-wrapp .avatar{
		margin: -1rem auto 0;
        border: 8px solid #fff;
		width: 1.78rem;
		height: 1.78rem;
	}
	.user-cont-wrapp .avatar img{
		width:100%;
		height:100%;
	}
	.user-cont-wrapp .userzl{
		margin-left:0;
		margin-top:0.12rem;
	}
	.user-cont-wrapp .uthird,.user-cont-wrapp .user-bind{
		display: flex !important;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.user-cont-wrapp .uthird a{
		display: block;
        padding: 0.1rem !important;
        margin-right: 0.2rem;
        width: 0.65rem;
		height: 0.42rem;
		line-height: 0.42rem;
	}
	.user-cont-wrapp .uthird > div:nth-of-type(1){
		margin-bottom:0 !important;
		margin-right:0.3rem !important;
	}
	.umenul{
		margin: 0.2rem auto;
        box-sizing: border-box;
        width: 92%;
        padding: 0.3rem 0.2rem;
        background: #fff;
        border-radius: 10px;
	}
	.umenul .menus ul{
		display:block;
		overflow-y:hidden;
		overflow-x:auto;
		white-space:nowrap;
	}
	.umenul .menus ul::-webkit-scrollbar{
		display:none;
	}
	.umenul .menus .navitem{
		display:inline-block;
		width:25%;
		border:none;
	}
	.umenul .menus .navitem > a,.umenul .menus .navitem.on a{
		display:block;
		text-align:center;
		line-height:2.2;
		padding:0;
        font-size: 0.3rem;
	}
	.umenul .menus .navitem.on a i{
		background-color: var(--mobile_Hong);
		color:#fff;
	}
	.umenul .menus .navitem > a i {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 0.88rem;
		height: 0.88rem;
		line-height: 0.88rem;
		background: #e8e8e8;
		border-radius: 50%;
	}
	.umenul .menus .navitem.on::after, .umenul .menus .navitem > a:hover::after{
		display:none;
	}
	.usercontw .rcont{
		width:92%;
		margin:0 auto;
	}
	.usercontRall{
		overflow-y:hidden;
	}
	.profile{
		padding:0.35rem;
	}
	.signin-days{
		display:block;
	}
	.signin-status-card .signin-title{
		margin-bottom:0.2rem;
	}
	.signin-status-card .signin-stats{
		display:block;
	}
	.signin-status-card .stat-item:nth-of-type(-n+2){
		margin-bottom:0.2rem;
	}
	.signin-status-card::before{
		display:none;
	}
	.signin-calendar-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 1%;
		width: 101%;
	}
	.signin-btn{
		flex:none;
		width: 24%;
		margin-bottom: calc(0.08rem + 10px);
		padding:0.28rem 0.1rem 0.22rem;
	}
	.signin-btn .icon{
		width:60%;
		margin-bottom: 0.1rem;
	}
	.signin-btn .tit{
		margin-bottom: 0.1rem;
		font-size: 0.32rem;
		display:block;
	}

	.signin-btn:hover{
		transform: none;
	}
	.signin-btn .signin{
		line-height:1.2;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: center;
		font-size: 0.24rem;
		display:block;
	}
	.info-card .rule-item{
		display:block;
	}
	.info-card .points-badge{
		width:1.5rem;
	}
	.info-card .share-btn{
		width:2rem;
	}
	.cont-img-itemcenter ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0.25rem;
		-moz-column-gap: 0.25rem;
		column-gap: 0.25rem;
	}
	.cont-img-itemcenter li{
		margin-bottom: 0.25rem;
	}
	#pageNum-white{
		padding-top:0;
		padding-bottom:0;
		margin-top:0 !important;
	}
	.usercontw{
		margin-bottom:0.5rem;
	}
	.info-card .rule-text{
		margin-bottom:0.1rem;
		margin-right:0.1rem;
	}

	/* 自定义菜单滚动条样式 */
	.umenul .menus {
		position: relative;
		overflow: hidden;
	}

	.umenul .menus ul {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; /* 增加滑动惯性 */
		scrollbar-width: none; /* Firefox */
		padding-bottom: 10px; /* 为滚动条预留空间 */
	}
	
	.umenul .menus ul::-webkit-scrollbar,.site-tabs::-webkit-scrollbar{
		display: none; /* 隐藏原生滚动条 */
	}
	
	/* 自定义滚动条轨道 */
	.umenul .menus:after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 45%;
		width: 10%;
		height: 6px;
		background-color: rgba(0,0,0,0.08);
		border-radius: 3px;
	}
	
	/* 自定义滚动条滑块 */
	.menu-scrollbar {
		position: absolute;
		bottom: 0px;
		left: 0; /* 初始位置与轨道一致 */
		width: 5%; /* 滑块宽度为轨道的50%（轨道是10%，所以这里是5%） */
		height: 6px;
		background-color: var(--mobile_Hong);
		border-radius: 3px;
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
		z-index: 1;
		transform: translateX(2.9rem);
	}
	
	.menu-scrollbar.active {
		opacity: 1;
	}
	.pagination{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap:2%;
	}
	#pageNum-white a{
		width:50%;
		box-sizing: border-box;
		display: block;
		margin:0;
		font-size:0.28rem;
		color:#333;
	}
	#pageNum-white .cur, #pageNum-white a:hover{
		font-size:0.3rem;
	}
	.messw{
		margin-top:0 !important;
		padding:0.3rem;
	}
	.messw .messcont{
		padding:0.25rem;
	}
	.messw .messtit{
		display:block;
	}
	.messw .messtit > div > div{
		margin-left:0 !important;
	}
	.usercontw .Ucatdiv{
		padding-top:0 !important;
	}
	.usercontUpass{
		padding:0.55rem 0.3rem 0.3rem !important;
	}
	.input-default{
		width:92% !important;
		padding: 0.2rem 0.3rem;
	}
	.passcol button,.avatarcol button{
		padding:0.12rem 0.3rem !important;
	}
	.usercontRall .avatarcol{
		margin:0.25rem 0 0.45rem;
	}
	.profile .avatarbox{
		width:1.8rem;
		height:1.8rem;
	}
	.input-default[name="gender"]{
		padding: 0.2rem 0.3rem; /* 调整为您想要的padding值 */
	}
	.user-cont-wrapp .userzl .col{
		max-width: 100%;
	}
	.head-tmenu-c-user .headUwrapp{
		display:none;
	}
	.wap-user-menu{
		display: block;
		position:relative;
	}
	.wap-user-menu i{
		font-size:0.35rem;
	}
	.wap-user-menu .wap-user-menu-item{
		position: absolute;
		right: 0;
		top: 0.55rem;
		background: #fff;
		border-radius: 5px;
		border: 1px solid #eee;
	}
	.wap-user-menu a {
        display: block;
        padding: 0.25rem 0.45rem;
        white-space: nowrap;
        color: #333;
		border-bottom: 1px solid #eee;
		font-size: 0.3rem;
    }
	.wap-user-menu a:last-child{
		border-bottom: none;
	}

	/* 站点筛选选项卡样式 */
	.site-tabs-container {
		padding: 0 0.1rem;
        margin:0.1rem auto 0.3rem;
	}
	
	.site-tabs {
		overflow-x: auto;
		overflow-y: hidden; /* 或者根据需要设置为 visible */
		flex-wrap: nowrap;
		padding:0;
        height:0.88rem;
	}
	
	.site-tab {
		width:auto;
		height:0.68rem;
		line-height:0.68rem;
		font-size: 0.26rem;
		white-space: nowrap;
		padding:0 0.2rem;
	}
	.site-tab.active{
		height:0.68rem;
		line-height:0.68rem;
	}
	.site-tab .count {
		font-size: 0.22rem;
	}
	.login-open-ui .content .btn-dsf{
		padding:0 0.1rem
	}
    .user-cont-wrapp .userbitem .item::after{
        display: none;
    }
    .user-nav-center-container{
        background: none;
        margin:0 auto 0.2rem;
        overflow-x: hidden;
        border:none;
        width: 92%;
        position: relative;
        border-radius: 10px;
    }
    .eco-user-content-nav-details-wrapp{
        background: none;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow-x: auto;
        padding:0 0 0.3rem 0;
    }
    .eco-user-content-nav-details-wrapp .box-mask-left{
        position: absolute;
        left: 0;
        top: 0;
        width: 0.45rem;
        height: 100%;
        background: linear-gradient(to left, rgba(245,245,245,0), #f5f5f5);
    }
    .eco-user-content-nav-details-wrapp .box-mask-right{
        position: absolute;
        right: 0;
        top: 0;
        width: 0.45rem;
        height: 100%;
        background: linear-gradient(to right, rgba(245,245,245,0), #f5f5f5);
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper{
        gap: 0.2rem;
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 0.05rem;
        background: #fff;
        padding:0.2rem 0;
        border-radius: 10px;
        width:1.8rem;
        box-sizing: border-box;
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall .user-nav-text{
        font-size: 0.28rem;
        line-height: 1.2;
        margin-top: 0.1rem;
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall i{
        font-size: 0.4rem;
        margin-right: 0;
        color: #888;
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper .btnall::after{
        display: none;
    }
    .usercontw{
        width: 92%;
        margin:0 auto 0.3rem;
    }

    /* 内容列表 */
    .eco-cont {
        padding: 0.2rem;
        margin-top: 0.2rem;
    }

    .eco-cont-list .eco-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }

    .eco-cont-list .create-eco {
        min-height: 160px;
    }

    .eco-cont-list .create-eco .create-icon {
        width: 40px;
        height: 40px;
    }

    .eco-cont-list .create-eco .create-icon i {
        font-size: 20px;
    }

    .eco-cont-list .create-eco .create-text {
        font-size: 0.25rem;
    }

    .eco-cont-list .eco-title {
        font-size: 0.3rem;
    }

    .eco-cont-list .eco-meta {
        font-size: 0.2rem;
    }
    /* 自定义滚动条轨道 */
	.eco-user-content-nav-details-wrapp:after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 45%;
		width: 10%;
		height: 6px;
		background-color: rgba(0,0,0,0.08);
		border-radius: 3px;
	}
    .sort-user-dropdown{
        display: none;
    }
    .eco-user-content-nav-details-wrapp .eco-item-wrapper .user-logout{
        margin-left: 0.2rem;
    }
    /* 添加画社弹窗 */
    .eco-dialog .eco-dialog-close{
        font-size: 0.4rem;
    }
    .eco-dialog .eco-dialog-container {
        width: 92%;
    }

    .eco-dialog .eco-dialog-header {
        padding: 0.12rem 0.3rem;
    }

    .eco-dialog .eco-dialog-body {
        padding: 0.3rem 0.3rem 0;
    }

    .eco-dialog .eco-cover {
        height: 160px;
    }

    .eco-dialog .eco-dialog-footer {
        padding: 0.3rem;
    }

    .eco-dialog .eco-btn {
        padding: 0 0.2rem;
        height: auto;
        font-size: 0.28rem;
        flex: 1;
    }
    /* 当有2个或更多项目时切换为双列 */
    .user-follow-list:has(> :nth-child(2)) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }
    .user-follow-list .user-follow-item{
        width: 100%;
        padding:0 0.2rem 0.2rem 0.2rem;
    }
    .user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-name{
        padding:0.12rem 0;
        font-size: 0.28rem;
    }
    .user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-desc{
        font-size: 0.22rem;
        margin-bottom: 0.1rem;
    }
    .user-follow-list .user-follow-item .user-follow-item-info .user-follow-item-stats{
        gap: 0.2rem;
        font-size: 0.22rem;
        margin-bottom: 0.14rem;
    }
    .eco-item-inner .btn-eco-follow, .user-follow-item .btn-follow{
        font-size: 0.25rem;
    }
    .waterfall-wrapper .waterfall-item .content-info{
        padding:0.1rem 0.2rem;
    }
    /*  */
    .user-private-message .message-dialog-container, .user-system-message .message-dialog-container{
		display:none;
		position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        box-shadow: 0px 10px 18px -10px #00000045;
        width: 100%;
        height: 100%;
        border: none;
		border-radius: 0;
		z-index: 100;
        padding:0.28rem;
	}
	.user-private-message .message-dialog-container .message-dialog-content-user, .user-system-message .message-dialog-container .message-dialog-content-user{
		width: 92%;
		position: absolute;
		left: 50%;
		top: calc(50% + 0.5rem);
		transform: translate(-50%, -50%);
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
	}
	.user-private-message .detail-message-user-detail .detail-dialog-header, .detail-message-dialog .detail-dialog-header{
		width:100%;
		height:auto;
		padding:0.15rem 0.3rem;
		border-radius: 0;
		position:relative;
		min-height:1.2rem;
	}
    .user-private-message .detail-message-user-detail .detail-sender-name-wrapper{
        margin-bottom: 0;
    }
	.detail-message-dialog .detail-meta-info{
		font-size:0.3rem;
		font-weight:400;
		line-height:1.2;
		padding:15px 10px 0;
	}
	.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-avatar{
		display: none;
	}
    .user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-send-time{
        display: none;
    }
	.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta{
		margin-left:0;
		width:100%;
	}
	.user-private-message .detail-message-user-detail .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-sender-name{
		width:1.8rem;
	}
	.user-private-message .detail-message-user-detail .detail-message-body, .detail-message-dialog .detail-message-body, .user-private-message .message-content-user, .user-system-message .message-content-user{
		width: 100%;
	}
	.user-private-message .detail-message-user-detail .detail-reply-form{
		padding:0 0.3rem 0.3rem 0.3rem;
	}
	.user-private-message .detail-message-user-detail .detail-reply-form .detail-btn-cancel-reply, .user-private-message .detail-message-user-detail .detail-reply-form .detail-btn-send-reply, .detail-message-dialog .detail-reply-form .detail-btn-cancel-reply, .detail-message-dialog .detail-reply-form .detail-btn-send-reply{
		width:calc(50% - 5px);
		padding:0.1rem 0;
		font-size:0.28rem;
	}
	.user-private-message .message-dialog-container .detail-message-body{
		height:40vh;
		padding:5px;
		margin-top:15px;
	}
	.user-system-message .detail-message-body{
		height: 50vh;
        padding: 10px;
        border-radius: 0;
        border: none;
        border-top: 1px solid #eee;
        overflow-y: auto;
        margin-bottom: 15px;
	}
	.detail-message-dialog .detail-message-body{
		height: 36vh;
        padding: 0;
        border-radius: 8px;
        border: none;
        overflow-y: auto;
        box-sizing: border-box;
        margin: 10px;
        width: calc(100% - 20px);
	}
	.user-system-message .detail-meta-info {
		padding:20px 20px 0;
		font-size:0.3rem;
		font-weight:400;
		line-height:1.2;
	}
	.user-system-message .user-message-system-close{
		display:block;
		padding:0.2rem 0;
		font-size:0.28rem;
		width:100%;
		text-align:center;
		border-radius:0;
	}
	.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-avatar{
		display: none;
	}
	.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta{
		margin-left:0;
		width:100%;
	}
	.detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-sender-name{
		width:1.8rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
    .detail-message-dialog .detail-sender-name-wrapper{
        margin-bottom:0;
    }
    .detail-message-dialog .detail-dialog-header .detail-sender-info .detail-sender-meta .detail-send-time{
        display: none;
    }
    .detail-message-dialog .detail-close-dialog{
        top:0.3rem;
        right:0.3rem;
    }
    .detail-message-dialog .detail-dialog-header .relation-tag{
        white-space: nowrap;
        margin-left:0;
    }
	.detail-message-dialog .detail-send-followed, .detail-message-dialog .block-button-gray{
		display:inline-block;
		margin:0 0.1rem 0 0;
	}
	.user-private-message .detail-message-user-detail .detail-dialog-header:hover{
		padding:0.15rem 0.2rem;
	}
	.message-icon{
		font-size: 0.4rem;
	}
    .user-private-message .detail-message-user-detail .detail-message-body .message .message-content{
        padding:0.2rem;
    }
    .detail-message-dialog .message-dialog-container{
        width: 92%;
    }
    .detail-message-dialog .detail-message-body .message .avatar {
        width: 32px;
        height: 32px;
        margin: 0 8px;
    }
    .detail-message-dialog .detail-message-body .message .message-content {
        padding: 0.2rem;
        font-size: 0.25rem;
    }
    .detail-message-dialog .detail-message-body .message .message-content-right {
        max-width: 70%;
    }
    .detail-message-dialog .detail-reply-form{
        padding:0 0.3rem 0.3rem 0.3rem;
    }
    .user-follow-list .user-follow-item .user-follow-item-avatar{
        width:1.4rem;
        height:1.4rem;
    }
    .user-follow-list .user-follow-item .user-follow-item-inner{
        margin-top:-0.7rem;
    }
    .feedback-container{
        max-width: 100%;
        min-width: 92%;
        width: 92%;
    }
    .feedback-container .feedback-list{
        gap: 0.25rem;
    }
    .feedback-container .feedback-item{
        padding: 0.3rem;
    }
    .feedback-container .feedback-item-header{
        margin-bottom: 0.2rem;
    }
    .feedback-container .feedback-content{
        margin-bottom: 0.2rem;
    }
    .feedback-container .feedback-reply{
        padding: 0.2rem;
    }
    .feedback-container .feedback-header .feedback-header-title{
        display: none;
    }
    .feedback-container .feedback-header{
        justify-content: flex-end;
        margin-bottom: 0.2rem;
    }
    .user-operate {
        justify-content: center;
        padding: 0.2rem 0;
    }
    
    .user-operate button {
        padding: 0.1rem 0.2rem;
        font-size: 0.25rem;
    }
    
    .user-operate .btn-more {
    }

    .eco-detail-header {
        padding: 0.3rem;
        margin-bottom: 0.25rem;
    }

    .eco-detail-header .eco-detail-info {
        flex-direction: column;
        padding:0;
    }

    .eco-detail-header .eco-title {
        font-size: 0.38rem;
        margin-bottom: 0.1rem;
    }

    .eco-detail-header .eco-stats {
        flex-wrap: wrap;
        gap: 0.12rem;
    }
    .eco-detail-header .stat-item{
        font-size: 0.25rem;
    }

    .eco-detail-header .eco-detail-right {
        margin-top: 15px;
        width: 100%;
    }

    .eco-detail-header .eco-actions {
        width: 100%;
        justify-content: space-between;
    }

    .eco-detail-header .eco-actions .eco-user-edit-btn{
        flex: 1;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        white-space: nowrap;
        padding: 0.15rem 0.1rem 0.1rem;
        font-size: 0.23rem;
    }
    .eco-detail-header .custom-checkbox{
        font-size: 0.23rem;
        padding-left: 0.42rem;
    }
    .eco-detail-header .custom-checkbox .checkmark{
        width: 0.32rem;
        height: 0.32rem;
    }
    .eco-detail-header .eco-detail-left{
        width: 100%;
    }
    .eco-detail-header .creator-name{
        font-size: 0.3rem;
    }
    .eco-detail-header .eco-time{
        font-size: 0.25rem;
    }
    .eco-detail-header .creator-avatar{
        width: 0.6rem;
        height: 0.6rem;
    }
    .eco-detail-header .creator-name,.eco-detail-header .eco-time{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .eco-detail-header .eco-creator{
        width: 100%;
        border: 1px solid #eee;
        padding: 0.15rem;
        border-radius: 5px;
    }
    /* 内容 */
    .showcontw{
        max-width: 100%;
        min-width: 92%;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0 auto;
        border-radius: 0;
    }
    .showcontw #showimg{
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        border-radius:0;
    }
    .showcontw #showimg .imagesbody{
        height: auto;
        border-radius:0;
    }
    main.content .showpage-wrapper a.content-prev, main.content .showpage-wrapper a.content-next{
        display: none;
    }
    .showcontw #showimg .like-btn{
        bottom: 0.25rem;
        padding: 0.12rem 0.25rem;
    }
    .showcontw .r_description{
        width: 100%;
        padding: 0.3rem;
        border-radius:8px;
    }
    .showcontw .r_description .top-interaction-info{
        gap: 0.2rem;
    }
    .showcontw .r_description .titlew{
        padding: 0.25rem 0;
    }
    .showcontw .r_description .titlew .title{
        font-size: 0.35rem;
        margin-bottom: 0.2rem;
        padding-bottom: 0.1rem;
    }
    .showcontw .r_description .eco-title-info-item{
        gap: 0.2rem;
    }
    .showcontw .properties{
        padding:0.2rem;
        font-size:0.25rem;
    }
    .showcontw .iseco-info-wrapper{
        padding: 0.25rem 0;
    }
    .showcontw .iseco-info-wrapper .iseco-info .iseco-info-item{
        font-size:0.25rem;
    }
    .content-recommend{
        padding:0.3rem;
    }
    .content-recommend .item-list-wrapper{
        max-width:100%;
        min-width:92%;
        width:100%;
        gap:10px;
    }
    .content-recommend .item-list-wrapper .item-list .imgw{
        height:3rem;
    }
    .content-recommend .item-list-wrapper .eco-user-info{
        padding:0.12rem 0.1rem;
    }
    .content-recommend .tit{
        font-size:0.3rem;
    }
    .showcontw .r_description .eco-wallpaper-info .user-info .username p:nth-child(1){
        margin-bottom: 0;
    }
    .showcontw .iseco-info-wrapper a.btn{
        font-size:0.25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .upload-eco-modal .upload-modal-content{
        max-width: 100%;
        min-width: 92%;
        width: 92%;
        padding:0.3rem;
    }
    .upload-eco-modal .upload-header{
        padding-bottom: 0.2rem;
    }
    .upload-eco-modal .upload-dropzone{
        padding:0.2rem;
    }
    .upload-eco-modal .upload-upload-info{
        margin:0.2rem 0;
        padding:0.2rem;
    }
    .upload-eco-modal .upload-upload-info .info .info-item span{
        display: block;
        text-align: left;
        font-size: 0.25rem;
        line-height: 1.5;
    }
    .tips-error-item{
        width: 92%;
        max-width: 100%;
        padding: 0.2rem;
    }
    .tips-error-item .tips-error-item-title{
        margin-bottom: 0.2rem;
    }
    .tips-error-item .tips-error-item-content .content-item{
        width: calc(20% - 8px);
        min-width: auto;
    }
    .tips-error-item .tips-error-item-content .tips-error-item-pic{
        height: 1rem;
        padding: 0.1rem;
        border-radius: 5px;
    }
    .upload-eco-modal #upload-preview li{
        width: calc(50% - 5px);
    }
    .upload-eco-modal #upload-preview{
        max-height: 9rem;
    }
    .upload-eco-modal .upload-dropzone .add-btn{
        margin-top: 0.3rem;
    }
    .eco-index-banner{
        height: 3.88rem;
    }
    .eco-index-banner .position{
        max-width: 100%;
        min-width: 92%;
        width: 92%;
    }
    .eco-index-banner .lottie-player{
        width: 6rem;
        height:3rem;
    }
    .eco-index-head-content-container{
        left:50%;
        top:2.8rem;
        transform: translateX(-50%);
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info{
        /* display: flex;
        flex-direction: column;
        align-items: center; */
        gap: 0.1rem;
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-avatar{
        width: 0.46rem;
        height:0.46rem;
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-name{
        font-size: 0.23rem;
        width: 0.9rem;
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-logo span{
        font-size: 0.2rem;
        padding: 0.08rem;
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info .eco-user-logo{
        max-width: 50%;
    }
    .waterfall-container-eco-index .waterfall-wrapper .eco-user-info .info{
        max-width: 50%;
        gap: 0.1rem;
    }
    .waterfall-container-eco-index .waterfall-wrapper .waterfall-item .btn-more{
        display: none;
    }
    .eco-index-details-wrapp{
        max-width: 100%;
        min-width: auto;
        width: 92%;
        padding: 0.3rem;
    }
    .eco-index-details-wrapp .eco-item-wrapper .btnall{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }
    .eco-sort-dropdown > span{
        white-space: nowrap;
    }
    .eco-index-details-wrapp .eco-index-details-tbox{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0.2rem;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
    }
    .eco-index-details-wrapp .eco-index-details-tbox .eco-index-details-wrapp-inner{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow:hidden;
        width: 100%;
        border-radius: 5px;
        background: #fff;
        position: relative;
    }
    .eco-index-details-wrapp .eco-item-dropdown-wrapper{
        width: 100%;
        gap:0;
        border-radius:5px;
        border-top: 1px dashed #eee;
        padding-top: 0.2rem;
    }
    .eco-index-details-wrapp .eco-sort-dropdown{
        width: 50%;
        padding: 0;
        line-height: 1.5;
        background: #fff;
    }
    .eco-index-details-wrapp .eco-sort-dropdown:nth-of-type(1){
        position: relative;
    }
    .eco-sort-dropdown .menushow-wrapper{
        width: 100%;
    }
    .eco-index-details-wrapp .eco-index-details-wrapp-mask-left{
        width: 0.4rem;
        height: 100%;
        background: linear-gradient(to right, #fff, transparent);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .eco-index-details-wrapp .eco-index-details-wrapp-mask-right{
        width: 0.4rem;
        height: 100%;
        background: linear-gradient(to left, #fff, transparent);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .eco-cont-index .eco-info .eco-user-logo{
        display: none;
    }
    .eco-cont-index .eco-item .eco-info .eco-user-info .info{
        gap: 0.2rem;
    }
    .eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-avatar{
        width: 0.45rem;
        height: 0.45rem;
    }
    .eco-cont-index .eco-item .eco-info .eco-user-info .eco-user-name{
        max-width: 2.35rem;
    }
    /*  */
    .container-eco-profferlist{
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }
    .container-eco-profferlist .title{
        margin-bottom: 1rem;
    }
    .container-eco-profferlist .top-three {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.12rem;
    }

    .container-eco-profferlist .top-three .rank-card {
        width: 33%;
        max-width: 300px;
        margin: 10px 0;
        padding: 0.2rem;
    }
    .container-eco-profferlist .top-three .rank-item .stats {
        flex-direction: column;
        align-items: flex-end;
    }
    .container-eco-profferlist .top-three .rank-1 .avatar{
        width: 1.55rem;
        height: 1.55rem;
    }
    .container-eco-profferlist .top-three .avatar{
        width: 1.1rem;
        height: 1.1rem;
    }
    .container-eco-profferlist .top-three .crown{
        width: 1rem;
        height: 1rem;
        top: -0.45rem;
    }
    .container-eco-profferlist .top-three .gold{
        width: 1.65rem;
        height: 1.65rem;
        top: -0.9rem;
    }
    .container-eco-profferlist .top-three .rank-1{
        width: 40%;
    }
    .container-eco-profferlist .top-three .rank-2{
        width: 30%;
    }
    .container-eco-profferlist .top-three .rank-3{
        width: 30%;
    }
    .container-eco-profferlist .top-three .user-info > .username{
        font-size: 0.28rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0.1rem;
    }
    .container-eco-profferlist .top-three .stats{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.1rem;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 0.08rem;
        background: #f5f5f5;
    }
    .container-eco-profferlist .top-three .user-info-more{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.08rem;
    }
    .container-eco-profferlist .top-three .user-info-more span{
        display: block;
        font-size: 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .container-eco-profferlist .rank-list{
        padding: 0.3rem;
    }
    .container-eco-profferlist .rank-list .rank-item{
        padding: 0;
        gap: 0.25rem;
    }
    .container-eco-profferlist .rank-list .rank-item .user-info{
        gap: 0.15rem;
    }
    .container-eco-profferlist .rank-list .rank-item .user-info .user-info-item-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.1rem;
    }
    .container-eco-profferlist .rank-list .rank-item .user-info .stats{
        display: flex;
        padding: 0.15rem;
        border-radius: 5px;
        border: 1px solid #eee;
        background: #f5f5f5;
        flex-wrap: wrap;
    }
    .container-eco-profferlist .rank-list .rank-item .rank-number{
        font-size: 0.25rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-right: 0;
    }
    .container-eco-profferlist .rank-list .rank-item .avatar{
        width: 0.9rem;
        height: 0.9rem;
        margin:0;
    }
    .container-eco-profferlist .rank-list .rank-item .user-info-item-more{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.1rem;
    }
    .container-eco-profferlist .rank-list .rank-item .user-info-item-more span{
        display: block;
        font-size: 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .report-modal-overlay .report-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
        margin-bottom: 0.2rem;
    }
	.report-modal-overlay .report-modal {
		width: 92%;
		margin: 0;
	}
    .report-modal-overlay .report-title{
        padding: 0.2rem;
    }
    .report-modal-overlay .report-content{
        padding: 0.3rem;
    }
    .report-modal-overlay .report-option-label{
        padding: 0.2rem;
        font-size: 0.28rem;
    }
    .report-modal-overlay .report-tip{
        font-size: 0.25rem;
    }
    .share-menu .share-item{
        font-size: 0.25rem;
    }
}
@media (max-width: 1200px) {
    .waterfall-container-general .waterfall-wrapper .waterfall-item,.content-recommend .item-list-wrapper .item-list,
    .waterfall-container-eco-index .waterfall-wrapper .waterfall-item {
        width: calc(25% - 15px); /* 4列 */
    }
}

@media (max-width: 1079px) {
    .waterfall-container-general .waterfall-wrapper .waterfall-item,.content-recommend .item-list-wrapper .item-list,
    .waterfall-container-eco-index .waterfall-wrapper .waterfall-item {
        border-radius: 5px;
        width: calc(33% - 6px); /* 3列 */
    }
}

@media (max-width: 768px) {
    .waterfall-container-general .waterfall-wrapper .waterfall-item,.content-recommend .item-list-wrapper .item-list,
    .waterfall-container-eco-index .waterfall-wrapper .waterfall-item {
        width: calc(50% - 5px); /* 2列 */
    }
    .waterfall-container-general {
        padding: 0;
    }
}