@import url("style.css?v20250623");
@import url("../../libs/fontawesome-3Gbizhi/css/svg-with-js.min.css");
@import url("../../libs/fontawesome-3Gbizhi/css/all.min.css");
@import url("pwa.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;
}
* {
    scrollbar-color: rgba(255,255,255,0.2) var(--block-hover);
    scrollbar-width: thin;
}
.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";
}
.onFontColor{
	color: var(--mobile_Hong);
}
.onBackColor{
	background-color: var(--mobile_Hong);
}
.ad_id_1,
.ad_id_2{
	margin-left:0.3rem;
	margin-right:0.3rem;
}
body {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-family: 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC', 'Helvetica Neue', 'Open Sans', 'Arial', 'Hiragino Sans GB', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
	line-height: 1.5;
    padding: 0;
    margin: 0;
}
body,
html {
	background: var(--back-default);
	color: var(--color-default);
}
.layui-icon-down:before {
	content: "" !important;
}

.layui-menu li{
	text-align: center;
}
.swiper-container img{
	max-width: 100%;
}
.bannerindexw {
	width: 100%;
	margin: 0 auto;
	background-image:var(--mobileIndexBannerBack);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bannerindexw .search-box-indexTw {
	position: relative;
	z-index: 2;
	background: none;
}

.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%);
}
.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 {
	max-width: var(--max-width);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.swloadingw {
	width: 100%;
	height: 245px;
	position: relative;
	z-index: 500;
	background: var(--mobileC_222);
}

.swloadingw .swloading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	border-top-color: #eee;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
/* 内容加载中样式 */
/* 加载中容器 */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 60px;
	margin-bottom: 60px;
}

/* 加载图标 */
.loading-icon {
    font-size: 40px;
	color: var(--color-default);
	animation: spin 1.5s linear infinite;
}

/* 加载文本 */
.loading-text {
	color: var(--color-default);
	text-align: center;
	/* animation: pulse 2s ease-in-out infinite; */
}

/* 加载动画 */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.6; }
}

/* 响应式调整 */
@media (max-width: 768px) {
	.loading-icon {
		font-size: .68rem;
	}
}
.contw .catposition .swiper-slide{
	margin-right: 10px;
}
.contw .catposition img{
	width: 221px;
}
.positionBtn{
	position: relative;
	min-width:1260px;
	max-width: var(--max-width);
	margin: 0 auto;
}
.positionBtn .bx-prev {
	left: -50px;
	background: url(../images/svg/pver.svg) no-repeat center;
	background-size: auto 100%;
}

.positionBtn .bx-next {
	right: -50px;
	background: url(../images/svg/next.svg) no-repeat center;
	background-size: auto 100%;
}

.positionBtn a {
	position: absolute;
	top: -220px;
	outline: 0;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	z-index: 9999;
}
.drop-down-btn{
	display: none;
}
.head-tmenu-c {
	width: 100%;
	height: 60px;
	background: var(--back-default);
	color:var(--color-default);
	box-shadow:var(--box-shadow-1);
	background-image: var(--mobileHeadback);
	border-bottom: 1px solid var(--line-4);
	position: relative;
}
.mobile-head-menu{
	display: none;
}
.head-tmenu-c .topmenuc {
	max-width: var(--max-width);
	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;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.head-tmenu-c .topmenuc ul.tmenu li {
	width: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 14px;
}
.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(--line-1);
	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(--color-desc);
	font-weight: 300;
	display: block;
}

.head-tmenu-c .topmenuc ul.tmenu li a.on,.head-tmenu-c .topmenuc ul.tmenu li a:hover {
	color: var(--baise);
}
.head-tmenu-c .topmenuc ul.tmenu li.bzsLogo a{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.head-tmenu-c .topmenuc ul.tmenu li.bzsLogo a img{
	width: auto;
    height: 13px;
}
.menuli {
	max-width: var(--max-width);
	height: auto;
	margin: 0 auto;
}

.menuli li {
	width: 120px;
	height: 36px;
	line-height: 36px;
	float: left;
	overflow: hidden;
}

.menuli li:nth-child(1) {
	border-radius: 2px 0 0 0;
	-moz-border-radius-topleft: 2px;
}

.menuli li:nth-child(4) {
	border-radius: 0 2px 0 0;
	-moz-border-radius-bottomright: 2px;
}

.menuli li a {
	display: block;
	text-align: center;
	background: var(--mobileC_282828);
	font-size: 14px;
	text-align: center;
}

.menuli li.cur a {
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	font-size: 16px;
	color: var(--mobile_baise);
}

.menuw {
	max-width: var(--max-width);
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.menuw .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menuw .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}
.menuw .catmenu-list-btn{
	display: none;
}
.menuw .catmenu-list {
	width: 100%;
	overflow: hidden;
	background: var(--block-default);
}

.menuw .catmenu-list-ul li {
	display: inline;
	float: left;
	width: 10%;
}

.menuw .catmenu-list-ul li:nth-child(2n+1) {
	background: var(--block-hover);
}
.menuw .catmenu-list-ul li:nth-child(n+11):nth-child(2n+1) {
	background: var(--block-default);
}
.menuw .catmenu-list-ul li:nth-child(n+11):nth-child(2n+2) {
	background: var(--block-hover);
}

.menuw .catmenu-list-ul li:nth-child(n+21):nth-child(2n+1) {
	background: var(--block-hover);
}
.menuw .catmenu-list-ul li:nth-child(n+21):nth-child(2n+2) {
	background: var(--block-default);
}

.menuw .catmenu-list-ul li span.number {
	margin-left: 5px;
}

.menuw .catmenu-list-ul li a {
	width: 96%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--color-desc);
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	padding: 10px 2%;
}
.menuw .catmenu-list-ul li a em:last-child{
	margin-left:5px;
}

.menuw .catmenu-list-ul li a:hover,
.menuw .catmenu-list-ul li a.cur {
	background: var(--mobile_baise);
	color: var(--mobileC_000);
}

.menuw .catmenu-list-ul li a:hover .catnametit,
.menuw .catmenu-list-ul li a.cur .catnametit {
	color: var(--mobileC_000);
}

.menuw .catmenu-list-ul li .catnametit {
	font-size: 16px;
	color: var(--mobile_baise);
}
.contlistw-search{
	min-height: calc(100vh - 366px);
}
.contlistw,.wrapper {
	max-width: var(--max-width);
	margin: 0px auto;
}

.contlistw .catdiv {
	width: 100%;
	height: auto;
	background: var(--block-default);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 20px;
	border: 1px solid var(--line-2);
	box-sizing: border-box;
	display: flex;
	padding: 10px 20px;
	flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.contlistw .catdiv .right-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
}
.contlistw .catdiv .left {
	line-height: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.contlistw .catdiv .right {
	height: 100%;
}
.contlistw .catdiv .tright a{
	max-width: 7.69%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    color: var(--color-desc);
    min-width: 30px;
	text-align: center;
}
.contlistw .catdiv .tright .stit {
	font-size: 14px;
	color: var(--mobile_Hong);
	display:block;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	min-width: 80px;
}
.contlistw .catdiv .tright .tag-list{
	width:90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.contlistw .catdiv .tright a {
	max-width: 7.69%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	color: var(--color-desc);
}
.contlistw .catdiv .tright a:hover {
	color: var(--color-action);
}
.contlistw li a.imgw:hover img {
	/* animation: listimgshowIn 0.5s forwards; */
	/* filter: blur(1px); */
	opacity: 0.6;
}
.contlistw .catdiv .tright{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
}
.contlistw li a.imgw:hover .title{
	animation: gotopIn 0.5s 0.1s forwards;
}
.contlistw .catdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.contlistw .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;
}

.contlistw ul {
	width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.contlistw li {
	width: calc(20% - 16px);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background: var(--block-default);
}
.contlistw li .Operation-Outer-Frame{
	opacity: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	transition: opacity .25s ease-in-out;
	pointer-events: none;
	z-index: 200;
	box-sizing: border-box;
}
.contlistw li:hover .Operation-Outer-Frame{
	opacity: 1;
}
.contlistw li .Operation-Outer-Frame .go-heart,.contlistw li .Operation-Outer-Frame .on-heart,.contlistw li .Operation-Outer-Frame .go-share{
	width: 40px;
	height: 40px;
	border: 0;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: none;
	font-size: 16px;
	border-radius: 4px;
	pointer-events:all;
	cursor: pointer;
}
.contlistw li .Operation-Outer-Frame .go-share{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
	position: relative;
}
.contlistw li .Operation-Outer-Frame .go-share:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.contlistw li .Operation-Outer-Frame .go-heart{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
}
.contlistw li .Operation-Outer-Frame .go-heart:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.contlistw li .Operation-Outer-Frame .on-heart{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.contlistw li .Operation-Outer-Frame .on-heart:hover{
	background: var(--mobile_baise) !important;
	color: var(--mobileC_1f1f1f);
}
.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;
	z-index: 1;
}
.contlistw li a.imgw img{
	/* animation: listimgshowOut 0.5s forwards; */
	transition: opacity .25s ease-in-out;
}
.contlistw li .tips {
	line-height: 22px;
	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 a.desk:hover img {
	animation: listimgshowIn 0.5s forwards;
}

.contlistw li a.desk:hover .title {
	animation: gotopIn 0.5s 0.1s forwards !important;
}

.contlistw li .title {
	padding: 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: var(--mobileCop1);
	color: var(--mobileC_1f1f1f);
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: -42px;
	z-index: 100;
}

.contlistw li img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
/* 桌面壁纸列表 */
.cont-desk-listw,
.contlistw,
.contlistNew_w{
	max-width: var(--max-width);
	margin: 20px auto 0;
}
.cont-desk-listw .thumb-video,
.contlistw .thumb-video,
.contlistNew_w .thumb-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cont-desk-listw .catdiv {
	width: 100%;
	height: auto;
	background: var(--block-default);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0 20px;
	border: 1px solid var(--line-2);
	box-sizing: border-box;
	display: flex;
	padding: 10px 20px;
	flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.cont-desk-listw .catdiv .right-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap:10px;
}
.cont-desk-listw .catdiv .left {
	line-height: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.cont-desk-listw .catdiv .right {
	height: 100%;
}
.cont-desk-listw .catdiv .tright a{
	max-width: 7.69%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    color: var(--color-desc);
    min-width: 30px;
	text-align: center;
}
.cont-desk-listw .catdiv .tright .stit {
	font-size: 14px;
	color: var(--mobile_Hong);
	display:block;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	min-width: 80px;
}
.cont-desk-listw .catdiv .tright .tag-list{
	width:90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.cont-desk-listw .catdiv .tright a {
	max-width: 7.69%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	color: var(--color-desc);
}
.cont-desk-listw .catdiv .tright a:hover {
	color: var(--color-action);
}
.cont-desk-listw li a.imgw:hover img {
	/* animation: listimgshowIn 0.5s forwards; */
	/* filter: blur(1px); */
	opacity: 0.6;
}
.cont-desk-listw .catdiv .tright{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
}
.cont-desk-listw li a.imgw:hover .title{
	animation: gotopIn 0.5s 0.1s forwards;
}
.cont-desk-listw .catdiv .right .catmore {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/svg/more.svg) no-repeat center;
	background-size: auto 100%;
}

.cont-desk-listw .catdiv span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	margin-right: 5px;
}

.cont-desk-listw ul {
	width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.cont-desk-listw li {
	width: calc(25% - 15px);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background: var(--block-default);
}
.cont-desk-listw li .Operation-Outer-Frame{
	opacity: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	align-items: center;
	justify-content: flex-end;
	transition: opacity .25s ease-in-out;
	pointer-events: none;
	z-index: 200;
	box-sizing: border-box;
}
.cont-desk-listw li:hover .Operation-Outer-Frame{
	opacity: 1;
}
.cont-desk-listw li .Operation-Outer-Frame .go-heart,
.cont-desk-listw li .Operation-Outer-Frame .on-heart,
.cont-desk-listw li .Operation-Outer-Frame .go-share{
	width: 40px;
	height: 40px;
	border: 0;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	box-shadow: none;
	font-size: 16px;
	border-radius: 4px;
	pointer-events:all;
	cursor: pointer;
}
.cont-desk-listw li .Operation-Outer-Frame .go-share{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
	position: relative;
}
.cont-desk-listw li .Operation-Outer-Frame .go-share:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.cont-desk-listw li .Operation-Outer-Frame .go-heart{
	background: var(--mobile_baise);
	color: var(--mobileC_1f1f1f);
}
.cont-desk-listw li .Operation-Outer-Frame .go-heart:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.cont-desk-listw li .Operation-Outer-Frame .on-heart{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.cont-desk-listw li .Operation-Outer-Frame .on-heart:hover{
	background: var(--mobile_baise) !important;
	color: var(--mobileC_1f1f1f);
}
.cont-desk-listw 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;
}
.cont-desk-listw li:hover span.imgxxs,.cont-desk-listw li:hover span.imgxxs{
	opacity: 0;
	animation: 0.2s;
}
.cont-desk-listw li span.bzfbl {
	width: 30%;
	position: absolute;
	left: 2%;
	top: 5px;
}

.cont-desk-listw li span.bzcolor {
	width: 40%;
	position: absolute;
	left: 40%;
	top: 5px;
}

.cont-desk-listw li span.bzfbl a {
	display: block;
	text-align: center;
}

.cont-desk-listw li span.bzcolor a {
	display: inline-block;
	padding: 0 5px 0 0;
}
.cont-desk-listw li a.imgw {
	display: block;
	z-index: 1;
}
.cont-desk-listw li a.imgw img{
	/* animation: listimgshowOut 0.5s forwards; */
	transition: opacity .25s ease-in-out;
}
.cont-desk-listw li .tips {
	line-height: 22px;
	padding: 2px 6px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.cont-desk-listw li .tips a:hover {
	color: var(--mobile_baise);
}

.cont-desk-listw li a.desk {
	display: block;
}

.cont-desk-listw li a.desk:hover img {
	animation: listimgshowIn 0.5s forwards;
}

.cont-desk-listw li a.desk:hover .title {
	animation: gotopIn 0.5s 0.1s forwards !important;
}

.cont-desk-listw li .title {
	padding: 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: var(--mobileCop1);
	color: var(--mobileC_1f1f1f);
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: -42px;
	z-index: 100;
}

.cont-desk-listw li img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
/*  */
.shareCont {
	position: absolute;
	border-radius: 4px;
	box-sizing: border-box;
	top: 38px;
	left: 0;
	width: 40px;
	padding-top: 12px;
}

.shareCont a {
	background-color: var(--mobileC_f5f5f5);
	color: var(--mobileC_222);
	border-radius: 4px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 6px;
	pointer-events: all;
	opacity: 0;
}
.shareCont a:hover{
	background-image: var(--mobile_baise);
	color: var(--mobile_Hong);
	opacity: 1 !important;
}
.footlink {
	height: auto;
	font-size: 12px;
	padding: 32px 0;
	box-sizing: border-box;
	line-height: 20px;
	border-bottom: 1px solid var(--line-3);
	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;
	color: var(--color-desc);
}

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

.footer {
	width: 100%;
	color: var(--color-desc);
	text-align: center;
	font-size: 12px;
	display: table;
	background-image: linear-gradient(to bottom,transparent 0%, var(--block-default) 110%);
}
.footer a{
	color: var(--color-desc);
}
.footer a:hover{
	color: var(--baise);
}
.fenlan-r {
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	background: var(--mobileC_ccc);
}

#pageNum {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
	width:86%;
	max-width: var(--max-width);
	margin-left:auto;
	margin-right: auto;
	line-height: 2.5;
}
#pageNum .pagination{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
}
#pageNum a {
	text-decoration: none;
	padding: 0 14px;
	border: 1px solid var(--line-2);
	background: var(--block-default);
	color: var(--color-default);
	border-radius: 4px;
}

#pageNum .pageRemark{
	display: inline;
	background: var(--block-default);
	padding:0 14px;
	border-radius: 4px;
	border: 1px solid var(--line-2);
}
#pageNum .pageRemark b{
	color: var(--mobile_Hong);
}
#pageNum .cur,#pageNum a:hover{
	text-decoration: none;
	padding: 2px 14px;
	background: var(--mobile_baise);
	color: var(--mobileC_333);
	border: 1px solid transparent;
}
.catpos {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap: 30px;
}

.catpos .left {
	width: auto;
	line-height: 20px;
	font-size: 14px;
}
.catpos .catpos-left-btn{
	display: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 35%;
}
.catpos .left a{
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.catpos span.jiantou {
	width: 10px;
	height: 10px;
	background: url(../images/svg/jiantou-you.svg) no-repeat;
	background-size: auto 100%;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
.catpos .sizeMenu {
	display: flex;
}

.catpos .sizeMenu a {
	padding: 0 8px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: nowrap;
	justify-content: center;
}
.head_b_menu .menu .fbl-list{
	gap: 10px;
}

.catpos .sizeMenu a img {
	width: auto;
	height: 12px;
}
.showcontw {
	max-width: var(--max-width);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: var(--block-default);
	border-radius: 8px;
	overflow: hidden;
}

.showcontw #showimg {
	width: 66%;
	height: 880px;
	background-color: var(--back-picshow);
	position: relative;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
}
.img-table{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
	display: table;
	position: relative;
	min-height: 400px;
}
.img-table .img-table-cell{
	display: table-cell;
	height: 880px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	z-index: 200;
	position: relative;
}
.showcontw #showimg img,
.showcontw #showimg video{
	max-width: 100%;
	max-height: 100%;
}

.showcontw a.pver,.showcontw a.next {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
}

.showcontw a.pver {
	background: url(../images/svg/pver.svg) no-repeat center;
	background-size: auto 100%;
	left: -72px;
	top: 50%;
	margin-top: -20px;
}

.showcontw a.next {
	background: url(../images/svg/next.svg) no-repeat center;
	background-size: auto 100%;
	right: -72px;
	top: 50%;
	margin-top: -20px;
}
.showcontw #showimg .arrows{
	padding: 5px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.showcontw #showimg .arrows i{
	font-size: 16px;
}
/* 样机展示 */
.showcontw #showimg .img-phone-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.showcontw #showimg .img-phone-wrapper .phone-content{
	width: auto;
	height: 840px;
	position: relative;
}
.showcontw #showimg .img-phone-wrapper .phone-content .img-phone{
	width: auto;
	height: 100%;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.showcontw #showimg .img-phone-wrapper .phone-content .img-phone img{
	width: auto;
	height: 100%;
}
.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos{	
	width: calc(100% - 24px);
	height: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos img,
.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos video{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect,
.showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect{
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 102;
	opacity: 0;
}
.showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect img,
.showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini{
	width:160px;
	height: auto;
	min-height: 160px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: var(--box-shadow-2);
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini a{
	display: block;
	width: 100%;
	height: 100%;
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini img{
	width: auto;
	height: auto;
	opacity: 0.35;
	position: relative;
	z-index: 99;
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini:hover img{
	animation: opacityInWall 0.5s ease-in-out forwards;
}
@keyframes opacityInWall{
    from{
        opacity: 0.35;
    }
    to{
        opacity: 1;
    }
}
@keyframes opacityOutWall{
    from{
        opacity: 1;
    }
    to{
        opacity: 0.35;
    }
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini:hover .title{
	animation: opacityOutWall 0.5s ease-in-out forwards;
}
.showcontw #showimg .img-phone-wrapper .img-wall-mini .title{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 80%;
	padding:8px 10px;
	font-size: 60px;
	text-align: center;
	color: var(--baise);
	border-radius: 50px;
	z-index: 100;
	color: var(--mobile_Hong);
}
.showcontw #showimg .style-btn-wrapper{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 105;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	gap: 10px;
}
.showcontw #showimg .style-btn-wrapper button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: var(--block-hover);
	color: var(--color-default);
	border: 1px solid var(--line-2);
	padding: 0 12px;
}
.showcontw #showimg .style-btn-wrapper button:hover,
.showcontw #showimg .style-btn-wrapper button.active{
	background-color: var(--mobile_Hong);
	border: 1px solid var(--mobile_Hong);
	color: var(--mobile_baise);
}
/*  */
.showcatpos{
	width: 80%;
	min-width: 1080px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.showcontw .r_description{
	width: 34%;
	height: 880px;
	box-sizing: border-box;
	padding: 30px;
	background-color: var(--block-default);
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}
.showcontw .r_description .toptit .btnall,.showcontw .r_description .toptit .share{
	padding: 0 12px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
.showcontw .r_description .toptit .btnall:hover,.showcontw .r_description .toptit .share:hover{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise) !important;
	opacity: 1 !important;
}
.showcontw .r_description .toptit .share{
	background-color: var(--block-action);
	border:1px solid var(--line-2);
	color: var(--mobileC_ccc);
	width: 40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
}
.showcontw .r_description .toptit .heart{
	width: 40px;
	background-color: var(--mobile_baise);
	color: var(--mobileC_1b1b);
}
.showcontw .r_description .toptit a.likepic{
	background-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
}
.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-image: var(--mobileBtnHongse);
	color: var(--mobile_baise);
	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 .toptit .jubao{
	color: var(--color-default);
	width: 40px;
	vertical-align: middle;
	background-color: var(--block-action);
	border:1px solid var(--line-2);
}
.showcontw .r_description .titlew{
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dotted var(--line-2);
}
.showcontw .r_description .titlew div:nth-child(2){
	color: var(--color-desc);
}
.showcontw .r_description .titlew .title{
	font-size: 20px;
	line-height: 30px;
	color: var(--mobile_baise);
	margin-bottom: 0;
}
.showcontw .r_description .titlew a:hover{
	color: var(--mobile_baise);
}
/*  */
.showcontw .showsize {
	max-width: var(--max-width);
	margin-left: auto;
	margin-right: auto;
	background: var(--mobileC_2d2d);
	overflow: hidden;
}

.showcontw .showsize li {
	width: 102px;
	display: inline;
	float: left;
	overflow: hidden;
}

.showcontw .showsize li.bt {
	width: 108px !important;
	border: 1px solid var(--mobile_Hong);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}

.showcontw .showsize li a {
	display: block;
	line-height: 36px;
	padding: 0 12px;
	border: 1px solid var(--mobileC_333);
	font-size: 12px;
	text-align: center;
	margin: -1px auto auto -1px;
}

.showcontw .showsize li a:hover {
	border: 1px solid var(--mobile_Hong);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	font-size: 14px;
}

.showcontw .colorshow {
	width: 100%;
	height: 15px;
}

.showcontw .colorshow a {
	display: block;
	height: 15px;
	float: left;
}

.showcontw .colorshow a:hover {
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}
.showcontw .properties{
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 5px;
    background: var(--back-2);
}
.showcontw .properties .txt-list{
    width:33%;
    text-align: center;
    position: relative;
}
.showcontw .contxt{
	margin-top: 15px;
	padding: 10px;
	border:1px solid var(--line-2);
	border-radius: 4px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
}
.showcontw .contxt .txtw{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.showcontw .contxt .txt{
	line-height: 1.6;
	cursor: grab;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.contentfootback{
	margin-top: 24px;
	background-color: var(--back-picshow);
	padding-top: 20px;
}
.contentfootback .tit{
	text-align: center;
}
.showtitle {
	max-width: var(--max-width);
	margin: 20px auto 0 auto;
	line-height: 36px;
	height: 36px;
	position: relative;
}

.showtitle .morew {
	width: 130px;
	line-height: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.showtitle .morew a {
	display: block;
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
	text-shadow: var(--mobileCtextshadow);
	border-radius: 2px;
}

.showtitle h2 {
	font-size: 24px;
	color: var(--mobile_baise);
	float: left;
}

.showtitle .editw {
	float: left;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-left: 30px;
}
.showImglist-new{
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;
}
.showImglist-new .left,.showImglist-new .right{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	background-color: var(--block-action);
	font-size:17px;
	border-radius: 2px;
	min-height: 80px;
}
.showImglist-new .left{
	width:5%;
	height: 100%;
}
.showImglist-new .right{
	width:5%;
	height: 100%;
}
.showImglist-new .showImglistw {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.showImglist-new .showImglistw .row{
    display: grid; /* 使用 CSS Grid 布局 */
    grid-auto-flow: column; /* 元素按列排列 */
    grid-auto-columns: 20%; /* 列宽 */
    gap: 0 0px; /* 列间距 */
    width: 100%;
    height: 100%;
}

.showImglist-new .showImglistw .col{
    text-align: center;
    box-sizing: border-box;
}
.showImglist-new .showImglistw .col a{
	display: block;
}
.showImglist-new .showImglistw img{
    height: auto;
    width: 100%;
    border-radius: 4px;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.2s;
    object-fit: cover;
}

.showImglist-new .showImglistw img.on{
    border: 2px solid var(--mobile_Hong);
}

.swcontloadingw {
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 100;
}
.swcontloadingw .swcontloading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 4px solid rgba(255, 255, 255, 0.4);
	border-top-color: #eee;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
	z-index: 100;
}
.showtaglistw {
	width: 100%;
	font-size: 12px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	gap:8px;
}
.showtaglistw a,.showtaglistw span {
	border-radius: 4px;
	display: block;
	white-space: nowrap;
}
.showtaglistw a{
	padding: 4px 8px;
	background-color: var(--block-action);
}
.showtaglistw span{
	padding:0;
}

.showtaglistw a:hover {
	color: var(--mobile_baise);
	background-color: var(--mobile_Hong);
}
/* 图片加载指示器样式 */
.image-loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.loading-spinner {
  width: 0.46rem;
  height: 0.46rem;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: image-loading-spin 1s ease-in-out infinite;
}

.loading-text {
  margin-top: 0.2rem;
  color: #fff;
  font-size:14px;
}
.showcontw .showContPage{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin: 10px auto 0;
}
.showcontw .showContPage a{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px;
    width: calc(50% - 5px);
	border-radius: 5px;
	border:1px solid var(--line-2);
	background-color:var(--block-hover);
}

.showcontw .img-table .note {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -26px;
	font-size: 12px;
	color: #BBB;
	text-align: center;
	z-index: 198;
	display: none;
}
.showcontw .img-table .next {
	left: auto;
	right: 10px;
}
.showcontw .img-table .arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0.4rem;
	display: block;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
}

.showcontw .img-table .reverse .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.loadimgw {
	width: 100%;
	height: 100%;
	position: relative;
}

.my-slide {
	height: 357px;
	position: relative;
}

.my-slide a {
	display: block;
}

.my-slide img {
	width: 100%;
	height: 357px;
}

.my-slide a .imgtitle {
	display: block;
	width: 94%;
	padding: 0 3%;
	font-size: 14px;
	line-height: 30px;
	background: var(--mobileCop2);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexlistmove {
	width: 1143px;
	margin-left: -0.5%;
}

.indexlistmove .ali {
	width: 19.35%;
	display: inline;
	float: left;
	overflow: hidden;
	background: var(--mobileC_222);
	margin-left: 0.5%;
	padding: 6px 0 16px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.indexlistmove .ali .title {
	width: 90%;
	line-height: 40px;
	font-size: 20px;
	margin: 0 5% 6px;
	color: var(--mobile_baise);
}

.indexlistmove .ali ul {
	width: 90%;
	margin: 0 5%;
}

.indexlistmove .ali li {
	width: 33.333%;
	float: left;
	display: inline;
}

.indexlistmove .ali li a {
	display: block;
}

.indexlistmove .ali li a img {
	width: 100%;
}

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

#jump {
	position: fixed;
	bottom: 200px;
	right: 30px;
	width: 60px;
	z-index: 400;
}

*html #jump {
	position: absolute;
	top: expression(documentElement.scrollTop + "px");
	margin: 300px 0 0 0;
}

#jump li {
	height: 76px;
	overflow: hidden;
}

#top {
	display: block;
	width: 60px;
	height: 76px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/gotop.png) no-repeat;
	background-size: auto 76px;
	border-radius: 4px;
	overflow: hidden;
}

#top:hover {
	background: url(../images/gotopon.png) no-repeat;
	background-size: auto 76px;
}


/* 搜索 */
.search-slogan {
	margin-top: 0;
	text-align: center;
	margin-bottom: 90px;  /* 减少标题和搜索框之间的间距 */
	color: #fff;
	animation: fadeIn 0.8s ease-in-out;
}

.search-slogan h1 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 16px;
	letter-spacing: 0.04rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.search-slogan p {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.02rem;
	font-weight: 300;
}

.search-box-indexTw {
	padding: 160px 0;  /* 减少顶部空间 */
	border-radius: 4px;
}

.search-box {
	width: auto;
	max-width: 800px;
	margin: 0 auto;
	height: 56px;  /* 增加搜索框高度 */
	position: relative;
	z-index: 20;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 28px;
	transition: all 0.3s ease;
}

.search-box:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

.search-box-c {
	width: 82%;
	height: 56px;  /* 匹配搜索框高度 */
	position: relative;
}

.search-box-c input[type="search"] {
	width: 100%;
	height: 56px;  /* 匹配搜索框高度 */
	font-size: 16px;
	border: none;
	padding: 0 30px;
	background-color: rgba(255, 255, 255, 0.95);
	color: #333;
	transition: all 0.3s ease;
	outline: none;
	border-radius: 80px 0 0 80px;
	box-sizing: border-box;
}

.search-box-c input[type="search"]:focus {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

/* 添加新的热门关键词样式 */
.hot-keyword {
	margin-top: 25px;
}

.hot-keyword ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hot-keyword li {
	margin: 6px 8px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	transition: all 0.3s ease;
}

.hot-keyword li a {
	padding: 6px 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.hot-keyword li:hover {
	background-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

/* 添加动画 */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
.search-box-wrapper{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.search-box .search-box-btn {
	width: 18%;
	height: 100%;
	text-align: center;
	color: var(--mobile_baise);
    background: var(--mobile_Hong);
    background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	border-radius: 0 28px 28px 0;
	transition: all 0.3s ease;
}

.search-box .search-box-btn:hover {
	color: var(--mobile_baise);
    background: var(--mobile_Hong);
    background-image: linear-gradient(-20deg, var(--mobile_Hong) 0%, var(--mobileC_960000) 100%);
}

.search-box .search-box-btn a {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	line-height: 56px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.search-box .search-box-btn a i{
	margin-right: 8px;
}
.search-box .search-box-btn .search-text {
	display: inline-block;
	vertical-align: middle;
}

.search-box .search-tsw {
	width: calc(100% - 30px);
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 100%;
	border-radius: 0 0 10px 10px;
	background: var(--mobile_baise);
	color: var(--mobileC_222);
}

.search-box .search-tsw .search-ts-box ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	box-sizing: border-box;
	max-height: 300px;
	overflow-y: auto;
}
.search-box .search-tsw .search-ts-box ul li{
	width: 100%;
	border-bottom: 1px solid var(--mobileC_eee);
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 14px;
}
.search-box .search-tsw .search-ts-box ul li a{
	display: block;
	padding: 14px 20px;
}
.search-box .search-tsw .search-ts-box ul li:last-child{
	border-bottom: none;
}
.search-box .search-tsw .search-ts-box ul li:hover{
	background: rgba(255, 130, 15, 0.1);
}

.search-box .type-search-box {
	position: absolute;
	top: -55px;
	left: 0;
	letter-spacing: 0.4px;
	width: 100%;
	text-align: center;
}

.search-box .type-search-box .type-search-list {
	display: inline-flex;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 5px;
}

.search-box .type-search-box .type-search-list li {
	position: relative;
	padding: 6px 18px;
	border-radius: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.search-box .type-search-box .type-search-list li:last-child {
	margin-right: 0;
}

.search-box .type-search-box .type-search-list li span {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	z-index: 5;
	transition: all 0.3s ease;
}

.search-box .type-search-box .type-search-list li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #ff4e50, #f9d423);
	border-radius: 16px;
	z-index: 1;
	transition: all 0.3s ease;
}

.search-box .type-search-box .type-search-list li:hover span {
	color: #fff;
}

.search-box .type-search-box .type-search-list li.on {
	box-shadow: 0 2px 8px rgba(255, 78, 80, 0.4);
}

.search-box .type-search-box .type-search-list li.on span {
	color: #fff;
}

.search-box .type-search-box .type-search-list li.on:before {
	width: 100%;
}

/* 搜索列表 */
.searchlistw {
	max-width: var(--max-width);
	margin: 0px auto;
	overflow: hidden;
}

.searchlistw .catdiv {
	width: 100%;
	height: 40px;
}

.searchlistw .catdiv .left {
	width: auto;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.searchlistw .catdiv .right {
	height: 100%;
	float: right;
}

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

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

.searchlistw ul {
	width: 1142px;
	margin-left: -0.5%;
}

.searchlistw li {
	width: 220px;
	display: inline;
	float: left;
	margin-left: 7px;
	margin-bottom: 10px;
	overflow: hidden;
}

.searchlistw li a {
	display: block;
	border-radius: 2px 2px 4px 4px;
	overflow: hidden;
}

.searchlistw li a .imgw {
	height: 204px;
	width: 204px;
	padding: 8px;
	text-align: center;
	background: var(--mobileC_2525);
}

.searchlistw li a .imgw img {
	max-height: 204px;
	max-width: 204px;
	vertical-align: middle;
}

.for-vertical {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -5px;
}

.searchlistw li a:hover .tits {
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	color: var(--mobile_baise);
}

.searchlistw li .tits {
	width: 200px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: var(--mobileC_222);
	color: var(--mobileC_999);
	padding: 0 10px;
	text-align: center;
}
.taglist-w-0703 a {
	width: 20%;
	height: auto;
	overflow: hidden;
	display:block;
	background: var(--block-hover);
}

.taglist-w-0703 a:hover {
	animation: listimgshowIn 0.2s forwards;
	box-shadow: var(--mobileCboxshadow);
	border-radius: 5px;
	background-color: var(--mobile_baise);
	color: var(--mobileC_222);
}
.taglist-w-0703 a:hover .text-r p.tit{
	color: var(--mobileC_222);
}
.taglist-w-0703 a:hover .text-r p.picnum{
	color: var(--mobileC_999);
}
.taglist-w-0703 a:nth-of-type(odd) {
	background: var(--block-default);
}
.taglist-w-0703 a:hover:nth-of-type(odd) {
	background: var(--mobile_baise);
}

.taglist-w-0703 a .photo-l {
	width: 70px;
	height: 70px;
	margin: 20px;
	display: inline;
	float: left;
}

.taglist-w-0703 a .photo-l img {
	width: 70px;
	height: 70px;
	border-radius: 80px;
}

.taglist-w-0703 a .text-r {
	display: inline;
	float: left;
	padding: 30px 20px 30px 0;
}

.taglist-w-0703 a .text-r p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 96px;
}

.taglist-w-0703 a .text-r p.tit {
	color: var(--mobile_baise);
	font-size: 18px;
	height: 28px;
}

.taglist-w-0703 a .text-r p.picnum {
	color: var(--color-desc);
}

.menucolor {
	max-width: var(--max-width);
	margin: 10px auto;
}

.menucolor a {
	width: 7.69%;
	display: inline-block;
	float: left;
	height: 14px;
}

.menucolor a:hover {
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}

.indexmovenew {
	padding: 8px 30px;
	background: var(--block-default);
	color: var(--color-default);
	margin: 24px auto;
	display: block;
	text-align: center;
	font-size: 16px;
	max-width: 300px;
	border-radius: 20px;
}

.indexmovenew:hover {
	color: var(--mobile_baise);
	box-shadow: var(--mobileCboxshadow2);
	background: var(--mobile_Hong);
	background-image: linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
}

.bz_size_show {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: auto;
	padding: 8px 14px;
	text-align: center;
	background: var(--mobileBackop1);
	/* background-image:linear-gradient(-20deg,var(--mobileC_960000) 0%,var(--mobile_Hong) 100%); */
	color: var(--mobile_baise);
	text-shadow: var(--mobileCtextshadow1);
	border-radius: 5px;
}

.bz_size_show span.tit {
	width: 100%;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
}

.bz_size_show span.sizes {
	font-size: 32px;
	display: block;
	width: 100%;
	font-family: 'Trebuchet' !important;
	line-height: 32px;
	margin-bottom: 5px;
}
.radius{
	border-radius: 4px;
}
.catTit_Defaule{
	background: var(--block-default);
	border-radius: 10px;
	padding:8px 20px;
	border: 1px solid var(--line-3);
	box-sizing: border-box;
	overflow: hidden;
	max-width: var(--max-width);
	margin: 0 auto;
}
.tagtit{
	line-height: 40px;
	padding:6px 0;
	border-bottom: 1px solid var(--line-2);
}
.tagtit h2{
	font-size: 20px;
	color: var(--baise);
}
.tagtit h2,
.tagtit span{
	display: inline;
}
.tagtit span{
	margin-left: 20px;
}

.head_b_menu{
	width: 100%;
	height: 55px;
    background-color: var(--mobileBackop3);
    background-image: var(--mobileHeadback);
	box-shadow: var(--mobileCboxshadow);
}
.head_b_menu .menu{
	
	max-width: var(--max-width);
	margin: 0px auto;
	height: 55px;
}
.head_b_menu .framed {
    position: relative;
    padding: 0 14px;
    height: 32px;
	box-sizing: border-box;
    white-space: nowrap;
    border-radius:34px;
    background-color: var(--mobileBackop4);
    box-shadow: var(--mobileHeadback1);
	cursor: pointer;
}
.head_b_menu .framed a.menus{
	font-size: 13px;
	line-height: 32px;
	color: var(--mobileC_eee);
	display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.head_b_menu .framed .Mcontw{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	border-radius: 10px;
	background-color: var(--mobileC_f5f5f5);
	padding: 8px 12px 22px;
	z-index: 500;
	font-size: 12px;
	width: 580px;
}
.head_b_menu .framed .Mcontw a{
	color: var(--mobileC_222);
}
.head_b_menu .framed .Mcontw .tits{
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid var(--mobileC_eee);
	text-align: center;
	color: var(--mobileC_666);
}
.head_b_menu .framed .Mcontw .tits strong{
	font-weight: 800 !important;
	color: var(--mobileC_222);
	font-size: 14px;
}
.head_b_menu .framed .Mcontw ul{
	overflow: hidden;
	width: 20%;
}
.head_b_menu .framed .Mcontw ul li{
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
}
.head_b_menu .framed .Mcontw ul li.item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:5px;
}
.head_b_menu .framed .Mcontw ul li.item-color{
	display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
.head_b_menu .framed .Mcontw ul li.item a{
	box-sizing: border-box;
	width: 100%;
}
.head_b_menu .framed .Mcontw ul li span.tit{
	padding: 4px 14px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 800;
	display: block;
	color: var(--mobileC_222);
}
.head_b_menu .framed .Mcontw ul li a.size{
	padding: 4px 0;
	box-sizing: border-box;
	border: 1px solid var(--mobileC_ddd);
	border-radius: 4px;
	text-align: center;
	display: block;
}
.head_b_menu .framed .Mcontw ul li a.size:hover{
	background-color: var(--mobile_Hong);
	color: var(--mobile_baise);
	border:1px solid transparent;
}

.tmenu_color_w .Mcontw ul{
	width: 100% !important;
	overflow: initial !important;
}
.tmenu_color_w .Mcontw ul li a.color{
	width: calc(14.28571429% - 4.28571429px);
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	display: block;
	color: var(--mobile_baise);
}
.Sizetxtlist span{
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
	border-radius: 4px;
	position: relative;
}
.Sizetxtlist span::after{
	content: '';
	width: 1px;
	height: 10px;
	background-color: var(--mobileC_444);
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
}
.searchwrapp{
	width: 100%;
	height: 75vh;
	min-height: 500px;
}
.searchwrapp .bannerindexw{
	height: 100%;
}
.footer_fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 600;
}
.Searchtxtlist{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.Searchtxtlist a{
	padding: 4px 10px;
	background: var(--mobileC_333);
	background: var(--mobileHeadback);
	border-radius: 20px;
	font-size: 12px;
	border: 1px solid var(--line-1);
}
/* search */
.searchHeadwrapp {
    width: 220px;
    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: var(--mobile_Hong);
    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: var(--mobile_Hong);
    color: #fff;
}

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

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

/* 下拉菜单样式优化 */
.searchHeadw .Ssitename{
	cursor: pointer;
}
.btn-login-style{
	border-radius: 30px;
	padding: 6px 20px;
	box-shadow: var(--mobileCtextshadow2);
	cursor: pointer;
}

.tc-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1000;
}
.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: var(--mobileCop6);
}
.login-open-ui-tc{
	min-width: 480px;
	width: 34%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1002;
}
.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); */
	max-width: 520px;
    margin: 0 auto;
    padding: 0 0 24px;
	z-index: 1002;
}
.login-open-ui .content{
	min-width: 450px;
	border-radius: 24px;
    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: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
.login-open-ui .content .modal-body .title{
	position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    margin-top: 10px;
}
.login-open-ui .content .modal-body .title span{
	cursor: pointer;
    position: relative;
	color: var(--mobileC_999);
}
.login-open-ui .content .modal-body .title span.on{
	color: var(--mobileC_000);
}
.login-open-ui .content .modal-body .title span.on::after{
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: var(--mobileC_1f1f1f);
	bottom: -6px;
	left: 0;
	display: inline-block;
	position: absolute;
}
.login-open-ui .content .modal-body .formcont{
	padding: 36px 26px 0;
    min-height: 390px;
}
.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: 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-login-tc{
	width: 100%;
	padding: 12px 0;
	border-radius: 6px;
}
.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%;
}
.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;
}

.outBox .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;
}

.outBox .slider_back {
	height: 40px;
	width: 0;
	background-color: var(--lvse);
	position: absolute;
	top: 0px;
	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: 20px;
	top: -10px;
	background: var(--mobile_baise);
}
.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;
	-webkit-touch-callout:none ;
	-webkit-text-size-adjust:none ;
	-webkit-tap-highlight-color:transparent ;
	-webkit-user-select:none ;
}

/* catmenu */
.menu-tpdq-w,
.menu-mntp-w,
.menu-tupian-w{
	max-width: var(--max-width);
	height: 71px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 10px;
}

.menu-tpdq-w .l,
.menu-mntp-w .l,
.menu-tupian-w .l {
	display: inline;
	float: left;
	width: 129px;
	overflow: hidden;
}

.menu-tpdq-w .l span,
.menu-mntp-w .l span,
.menu-tupian-w .l span {
	display: block;
	text-align: center;
	/* background: #7b1215; */
	width: 117px;
	line-height: 32px;
	color: var(--mobile_baise);
}

.menu-tpdq-w .r,
.menu-mntp-w .r,
.menu-tupian-w .r {
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	background: var(--block-hover);
}

.menu-tpdq-w .r ul li,
.menu-mntp-w .r ul li,
.menu-tupian-w .r ul li {
	display: inline;
	float: left;
	width: 11.111%;
}

.menu-tpdq-w .r ul li:nth-child(2n+1),
.menu-mntp-w .r ul li:nth-child(2n+1),
.menu-tupian-w .r ul li:nth-child(2n+1) {
	background: var(--block-default);
}
/* .menu-tpdq-w .r ul li:nth-child(n+10):nth-child(2n+1) {
	background: var(--mobileC_282828);
}
.menu-tpdq-w .r ul li:nth-child(n+20):nth-child(2n+2) {
	background: var(--mobileC_222);
} */

.menu-tpdq-w .r ul li span,
.menu-mntp-w .r ul li span,
.menu-tupian-w .r ul li span {
	display: block;
	text-align: center;
	color: var(--mobileC_eee);
	width: 100%;
	box-sizing: border-box;
}
.menu-tpdq-w .r ul li span.catnametit,
.menu-mntp-w .r ul li span.catnametit,
.menu-tupian-w .r ul li span.catnametit {
	margin-bottom: 5px;
}
.menu-tpdq-w .r ul li span.number,
.menu-mntp-w .r ul li span.number,
.menu-tupian-w .r ul li span.number {
	color: var(--color-desc);
	font-size: 12px;
}
.menu-tpdq-w .r ul li a,
.menu-mntp-w .r ul li a,
.menu-tupian-w .r ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--mobileC_999);
	text-align: center;
	height: auto;
	padding: 12px 0;
}

.menu-tpdq-w .r ul li a:hover,
.menu-tpdq-w .r ul li a.cur,
.menu-mntp-w .r ul li a.cur,
.menu-mntp-w .r ul li a:hover,
.menu-tupian-w .r ul li a:hover,
.menu-tupian-w .r ul li a.cur {
	background: var(--mobile_baise) !important;
	color: var(--mobileC_000) !important;
}

.menu-tpdq-w .r ul li a:hover .catnametit,
.menu-tpdq-w .r ul li a.cur .catnametit,
.menu-mntp-w .r ul li a.cur .catnametit,
.menu-mntp-w .r ul li a:hover .catnametit,
.menu-tupian-w .r ul li a:hover .catnametit,
.menu-tupian-w .r ul li a.cur .catnametit {
	color: var(--mobileC_000) !important;
}
.menu-tpdq-w .r ul li a:hover span.number,
.menu-tpdq-w .r ul li a.cur span.number,
.menu-mntp-w .r ul li a.cur span.number,
.menu-mntp-w .r ul li a:hover span.number,
.menu-tupian-w .r ul li a:hover span.number,
.menu-tupian-w .r ul li a.cur span.number {
	color: var(--mobileC_666) !important;
}

/* slidercaptcha */
.container-fluid{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	background: rgba(0,0,0,0.75);
	left: 0;
	top: 0;
}
.container-fluid .form-row{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.container-fluid .form-row .slidercaptcha {
	margin: 0 auto;
	width: 314px;
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	margin-top: 40px;
	background-color: var(--mobile_baise,'#ffffff');
}

.container-fluid .form-row .slidercaptcha .card-body {
	padding: 1rem;
}

.container-fluid .form-row .slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.container-fluid .form-row .slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
}

.container-fluid .form-row .refreshIcon {
	top: -46px;
}
#contpic {
	cursor: default;
}

#contpic.left {
	cursor: w-resize;
}

#contpic.right {
	cursor: e-resize;
}
.walltop .menunow{
	width: 100%;
	margin: 20px auto 0;
	border-radius: 10px;
	overflow: hidden;
}
.walltop .menunow a{
	display: block;
	padding: 20px 12px;
	text-align: center;
	width: 20%;
	background-color: var(--block-default);
	box-sizing: border-box;
}
.walltop .menunow a:nth-child(2n+1){
	background-color: var(--block-hover);
}
.walltop .menunow a.on,.walltop .menunow a:hover{
	color: var(--mobileC_333);
	background-color: var(--mobile_baise);
}
.walltop .menunow-1{
	width: 50%;
	margin: 20px auto 0;
}
.walltop .menunow-1 a{
	display: block;
	padding: 20px 10px;
	text-align: center;
	width: auto;
	box-sizing: border-box;
	color: var(--mobileC_999);
	font-size: 20px;
}
.walltop .menunow-1 a.on,.walltop .menunow-1 a:hover{
	color: var(--mobile_baise);
	border-bottom: 2px solid var(--hongse);
}
.walltop .item-1{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.walltop .item-1 .topwall-head-wrapper{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.walltop .item-tits{
	text-align: center;
	font-size: 18px;
	color: var(--mobile_baise);
}
.walltop .item-1 .cont{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.walltop .item-1 .cont .collection{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	gap: 20px;
}
.walltop .item-1 .cont .collection .li{
	width: calc(20% - 16px);
	background: var(--block-default);
    border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	display:block;
	position: relative;
}
.walltop .item-1 .cont .collection .li .number{
	width: 50px;
	height: 30px;
	overflow: hidden;
	border-radius:0 0 10px 0;
	text-align: center;
	background-color: var(--block-hover);
	color: var(--color-hover);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.walltop .item-1 .cont .collection .li:nth-child(n+1):nth-child(-n+3) .number{
	color: #fff !important;
}
.walltop .item-1 .cont .collection .li:nth-child(1) .number{
	background: var(--hongse);
}
.walltop .item-1 .cont .collection .li:nth-child(2) .number{
	background: var(--huangse);
}
.walltop .item-1 .cont .collection .li:nth-child(3) .number{
	background: var(--lanse);
}
.walltop .item-1 .cont .collection .li .pic{
	width: 100%;
	height: auto;
	min-height: 150px;
	overflow: hidden;
}
.walltop .item-1 .cont .collection .li .pic img{
	width: 100%;
	height: auto;
}
.walltop .item-1 .cont .collection .li .rcont{
	width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
	padding:10px;
}
.walltop .item-1 .cont .collection .li .rcont .title{
	width: calc(65% - 5px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--color-default);
}
.walltop .item-1 .cont .collection .li .rcont .sm {
	width: calc(35% - 5px);
	font-size: 12px;
	color: var(--color-desc);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top-head-menu-wrapper{
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
/* 自定义下拉菜单样式 */
.dropdown-container-topwall {
	position: relative;
	display: inline-block;
}

.dropdown-container-topwall .dropdown-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 14px;
	color: var(--mobileC_999);
	cursor: pointer;
	user-select: none;
	transition: all 0.2s ease;
	background:none;
	white-space: nowrap;
	width: 100%;
	gap: 5px;
}

.dropdown-container-topwall .dropdown-button:hover {
	color: var(--mobile_baise);
}

.dropdown-container-topwall .dropdown-button:focus {
	outline: none;
}

.dropdown-container-topwall .dropdown-button.active {
	color: var(--mobile_baise);
}

.dropdown-container-topwall .dropdown-button.active .arrow-icon {
	transform: rotate(180deg);
}

.dropdown-container-topwall .arrow-icon {
	transition: transform 0.2s ease;
}

.dropdown-container-topwall .dropdown-menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	z-index: 200;
	min-width: 160px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	overflow: hidden;
}

.dropdown-container-topwall .dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-container-topwall .menu-item {
	display: block;
	width: 100%;
	padding: 10px 16px;
	text-align: center;
	font-size: 14px;
	color: var(--mobileC_333);
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.dropdown-container-topwall .menu-item:hover {
	background-color: #f3f4f6;
	color: var(--mobile_Hong);
}

.dropdown-container-topwall .menu-item:focus {
	outline: none;
	background-color: var(--mobileC_eee);
	color: var(--mobile_Hong);
}
.dropdown-container-topwall a.on{
	background-color: var(--mobileC_eee);
	color: var(--mobile_Hong);
}

/* 多级菜单样式 */
.dropdown-container-topwall.submenu-container {
	position: relative;
}

.dropdown-container-topwall .submenu {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 4px;
	min-width: 160px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	transition: all 0.2s ease;
}

.submenu-container:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* 搜索下拉菜单样式 */
.dropdown-container-topwall.search-container {
	padding: 8px;
	border-bottom: 1px solid #e5e7eb;
}

.dropdown-container-topwall .search-input {
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.dropdown-container-topwall .search-input:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.2);
	border-color: #165dff;
}
@media (min-width: 1921px) {
	/* .contlistw li{
		width: 12.78% !important;
	} */
}
/* 站内信 */
.icon-yesmess-red {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--mobile_Hong);
	position: absolute;
	left: 14px;
	top: 0px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1005;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	padding: 20px;
	width: 30%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

.modal-content input[type="checkbox"] {
	height: 40px;
	width: 40px;
	border-radius: 12px;
	border: 2px solid #eee;
}

.modal-content h2 {
	font-size: 20px;
	line-height: 1.5555556;
	color: #000;
	margin-bottom: 8px;
}

.modal-content p {
	line-height: 1.5;
	color: #555;
}

.modal-content .robot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
}

.modal-content .text {
	margin-left: 8px;
	color: #555;
}

.modal-content #validationMessage {
	line-height: 1.5;
	margin-top: 12px;
	color: red;
}

@media (max-width: 768px) {
	.modal-content {
		width: 80%;
	}
}

/* 等待动画样式 */
.waiting {
	width: 30px;
	height: 30px;
	border: 6px solid rgba(0, 0, 0, 0.1);
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.pingfenListWrapp {
	margin-top: 10px;
}
.pingfenList .tit{
	color: #fff;
}
.pingfenList .pingfen img{
	display: block;
	width: 15px;
	height: auto;
}
.gopingfen #openRatings{
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 28px;
	white-space: nowrap;
	color: #666;
	z-index: 1000;
}
.gopingfen #openRatings a {
	color: #666;
}
.gopingfen #openRatings a:hover{
	color: #000;
}
.gopingfen{
	position: relative;
	cursor: pointer;
}
.gopingfen span{
	color: #fff;
}
/* 验证 */
#validationModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1000;
}

#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;
}

.hot-keyword li.keyword-title {
	background: none;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	font-size: 15px;
	margin-right: 15px;
}

.hot-keyword li:not(.keyword-title) {
	position: relative;
}

/* 用户菜单样式 */
.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;
}

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

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

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

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

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

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

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

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

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

.user-menu .headUwrapp .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 .headUwrapp .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;
}

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

.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 退出按钮 */
.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;
}
.logout-btn:hover{
    background: var(--mobile_Hong);
    color: var(--mobile_baise);
    border: 1px solid var(--mobile_Hong);
}


/* 消息图标样式 */
.message-icon {
    position: relative;
    cursor: pointer;
	font-size: 26px;
}
.headmessnew{
	margin-right: 20px;
    width: 39px;
    text-align: center;
}
.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: var(--mobile_Hong);
    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: var(--mobile_Hong);
}

.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: #f8f8f8;
    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%;
	color:var(--mobileC_222);
}

.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: var(--mobileC_eee);
	color: var(--mobileC_222);
}

.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 {
    background: #f8f8f8;
    height: 35vh;
    overflow-y: auto;
	margin:0 20px 20px;
	border-radius: 5px;
	color:var(--mobileC_666);
}
.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-bottom: 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: calc(100% - 24px);
    min-height: 80px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    resize: vertical;
    font-size: 14px;
    margin-bottom: 6px;
    transition: all 0.3s;
}

.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;
}
.btn{
	border-radius: 5px;
}
.btn-default:hover{
	background-color: #eee;
	color: #333;
}
div{
	box-sizing: border-box;
}
.footer-about{
	max-width: var(--max-width);
	margin: 10px auto;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	gap: 15px;
}
.footer-about .item-2{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* bizhisize */
.conter-auto-list{
	width:100%;
	/* gap:20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; */
	position:relative;
	min-width: 100%;
	min-height: calc(100vh - 357px);
}
.conter-auto-list .item{
	/* 20x4个分割 =80 | 80 / 5列 =16 */
	width:calc(20% - 16px);
	margin-bottom:20px;
	border-radius:10px;
	overflow: hidden;
	background-color:var(--block-default);
	position:absolute;
}
.conter-auto-list .item .item-size{
    display: block;
    padding: 4px 10px;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
	color:var(--mobile_baise);
	opacity: 0;
	transition: all 0.3s;
}
.conter-auto-list .item:hover .item-size{
	opacity: 1;
}
.conter-auto-list .item .image,.conter-auto-list .item .image img{
	width:100%;
	height:auto;
}
.conter-auto-list .item .title{
	font-size:14px;
    color:var(--heise);
	background-color:var(--mobile_baise);
    line-height:38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding:0 10px;
	position:absolute;
	bottom:-40px;
	left:0;
	width:100%;
	z-index:10;
}
.conter-auto-list .item a:hover .title{
	animation: gotopIn 0.5s 0.1s forwards !important;
}
.conter-auto-list .item .tag-list{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding:0 10px;
	height:28px;
}
.conter-auto-list .item .tag-list a{	
	font-size:12px;
    color:var(--color-desc);
    font-weight:400;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-right:5px;
	line-height:28px;
	display:inline;
}
.conter-auto-list .item .tag-list a:hover{
	color:var(--mobile_baise);
}
/* 分页加载 */
.page-loading{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
	margin: 10px 0;
}
.page-loading .loading-text{
	font-size: 14px;
    color: var(--color-default);
}
.opacityIn-0-10{
	animation: opacityIn 0.3s 0.1s forwards;
}
@keyframes opacityIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.tag-top-nav-wrapper{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
	padding:20px;
	max-width: var(--max-width);
	margin: 0 auto 20px;
	background-color:var(--block-default);
	border-radius:10px;
}
.tag-top-nav-wrapper .tag-top-nav-item{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
}
.tag-top-nav-wrapper .tag-top-nav-item-right{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 20px;
}
.tag-top-nav-wrapper .tag-top-nav-item .tag-top-nav-item-title{
	font-size:18px;
	font-weight:400;
	color:var(--baise);
}
.tag-top-nav-wrapper .tag-top-nav-item .tag-top-nav-item-count{
	font-size:12px;
	color:var(--color-desc);
}
.drop-down-general-all{
	position:relative;
}
.drop-down-general-all .drop-down-btn{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
	cursor: pointer;
}
.drop-down-general-all .drop-down-content{
    position:absolute;
    top: calc(100% + 10px);
    right:0;
    z-index:100;
    display: none;
	border-radius:10px;
	background-color:var(--mobile_baise);
	padding:20px;
	border-radius:10px;
}
.drop-down-general-all .drop-down-content::-webkit-scrollbar {
	display: none;
} /* Chrome隐藏原生滚动条 */

.drop-down-general-all .custom-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	display: none;
	height: 100%;
}
.drop-down-general-all .custom-scrollbar-thumb {
	width: 100%;
	background: rgba(0,0,0,0.3);
	border-radius: 3px;
	cursor: pointer;
}
.drop-down-general-all .drop-down-content .drop-down-content-item{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: var(--mobile_baise);
    width: 500px;
	gap:10px;
}

/* 滑块悬停效果 */
.drop-down-general-all .drop-down-content::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc; /* 悬停时颜色变深 */
}
.drop-down-general-all .drop-down-content .drop-down-content-item a{
	display: block;
	line-height:40px;
	padding:0 20px;
	font-size:14px;
	color:var(--heise);
	border:1px solid var(--mobileC_eee);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width:calc(33.3333% - 6.6666px);
	border-radius:5px;
}
.drop-down-general-all .drop-down-content .drop-down-content-item a:hover,
.drop-down-general-all .drop-down-content .drop-down-content-item a.active{
	color:var(--mobile_Hong);
}
.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;
}
.taglist-w-0703{
	display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* 下拉刷新 */
.pull-to-refresh-indicator {
    width: 100%;
    height: 1rem;
	margin-top: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    color: #ccc;
	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;
}
.showcontw #showimg .wap-title{
	display: none;
}
@keyframes pull_refresh_rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 分享菜单样式 */
.share-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius:0 10px 10px 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;
}
.bnav{
	display: none;
}
/* 举报弹窗 */
.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;
    color:var(--mobileC_222);
	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%);
	}
}

.search-head-title-wrapper{
	background: var(--block-default);
    border-radius: 10px;
    padding: 8px 20px;
    border: 1px solid var(--line-3);
    box-sizing: border-box;
    max-width: var(--max-width);
    margin: 20px auto;
}
.search-head-title-wrapper .search-sort-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.search-head-title-wrapper .search-title-wrapper{
	line-height: 40px;
	padding:6px 0;
	border-bottom: 1px dashed var(--line-2);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.search-head-title-wrapper .search-title-wrapper h2{
	font-size: 20px;
	color: var(--baise);
}
.search-head-title-wrapper .search-title-wrapper h2,
.search-head-title-wrapper .search-title-wrapper span{
	display: inline;
}
.search-head-title-wrapper .search-title-wrapper span{
	margin-left: 20px;
}
/* 搜索遮罩层 */
.search-mask-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 9999;
	animation: fadeIn 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

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

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

.search-mask-wrapper.fadeOut {
	animation: fadeOut 0.2s ease-out forwards;
}

/* 搜索框容器 */
.search-mask-wrapper .search-input-wrapper {
	width: 90%;
	max-width: 620px;
	position: relative;
	animation: slideUp 0.3s ease-out;
	margin: -200px auto 0;
}

@keyframes slideUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* 搜索输入框 */
.search-mask-wrapper .search-input-wrapper input {
	width: 100%;
	height: 56px;
	border: none;
	border-radius: 28px;
	padding: 0 60px 0 24px;
	font-size: 16px;
	color: #333;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
	            0 4px 16px rgba(0, 0, 0, 0.1),
	            inset 0 1px 0 rgba(255, 255, 255, 0.4);
	outline: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.search-mask-wrapper .search-input-wrapper input:focus {
	transform: scale(1.02);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15),
	            0 6px 20px rgba(0, 0, 0, 0.1),
	            0 0 0 2px rgba(255, 130, 15, 0.3);
	background: rgba(255, 255, 255, 1);
}

.search-mask-wrapper .search-input-wrapper input::placeholder {
	color: #999;
	font-weight: 400;
}



/* 关闭按钮 */
.search-mask-wrapper::before {
	content: "✕";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-weight: 300;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.search-mask-wrapper:hover::before {
	background: rgba(255, 255, 255, 0.25);
	color: white;
	transform: scale(1.1) rotate(90deg);
	border-color: rgba(255, 255, 255, 0.2);
}

/* 搜索框聚焦时的脉冲效果 */
@keyframes pulse {
	0% {
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
		            0 4px 16px rgba(0, 0, 0, 0.1),
		            inset 0 1px 0 rgba(255, 255, 255, 0.4);
	}
	50% {
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15),
		            0 6px 20px rgba(0, 0, 0, 0.1),
		            0 0 0 4px rgba(255, 130, 15, 0.2);
	}
	100% {
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
		            0 4px 16px rgba(0, 0, 0, 0.1),
		            inset 0 1px 0 rgba(255, 255, 255, 0.4);
	}
}

/* 搜索按钮 */
.search-mask-wrapper .search-input-wrapper button {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--mobile_Hong), #ff6b35);
	color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(255, 130, 15, 0.3);
	z-index: 10;
	overflow: hidden;
}

.search-mask-wrapper .search-input-wrapper button:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(255, 130, 15, 0.4);
}

.search-mask-wrapper .search-input-wrapper button:active {
	transform: scale(0.95);
}

.search-mask-wrapper .search-input-wrapper button i {
	font-size: 18px;
	color: white;
}

.search-mask-wrapper .search-input-wrapper button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease;
}

.search-mask-wrapper .search-input-wrapper button:active::before {
	width: 60px;
	height: 60px;
}

/* 输入框占位符动画 */
.search-mask-wrapper .search-input-wrapper input::placeholder {
	transition: all 0.3s ease;
}

.search-mask-wrapper .search-input-wrapper input:focus::placeholder {
	transform: translateX(4px);
	opacity: 0.6;
}

/* 搜索建议列表 */
.search-suggestions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 16px;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 5;
	display: none;
}

.search-suggestions.show {
	opacity: 1;
	transform: translateY(0);
	display: block;
}

.search-suggestion-item {
	padding: 12px 20px;
	color: #333;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	word-break: break-all;
}

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

.search-suggestion-item:hover {
	background: rgba(255, 130, 15, 0.1);
}

.search-suggestion-item a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.search-suggestion-item a:hover {
	text-decoration: none;
	color: inherit;
}

.search-suggestion-item .suggestion-text {
	flex: 1;
	font-size: 14px;
}

.search-suggestion-item .suggestion-keywords {
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

/* 加载状态 */
.search-suggestions .loading {
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* 无结果状态 */
.search-suggestions .no-results {
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* 美化滚动条 */
.search-suggestions::-webkit-scrollbar {
	width: 4px;
}

.search-suggestions::-webkit-scrollbar-track {
	background: transparent;
}

.search-suggestions::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.search-suggestions::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}

 

/* 响应式设计 */
@media (max-width: 768px) {
	.search-mask-wrapper {
		padding: 15px;
	}
	
	.search-mask-wrapper .search-input-wrapper {
		width: 100%;
		max-width: 350px;
	}
	
	.search-mask-wrapper .search-input-wrapper input {
		height: 52px;
		font-size: 15px;
		padding: 0 56px 0 20px;
	}
	
	.search-mask-wrapper .search-input-wrapper button {
		width: 44px;
		height: 44px;
		border-radius: 22px;
		right: 4px;
		top: 4px;
	}
	
	.search-mask-wrapper .search-input-wrapper button i {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.search-mask-wrapper {
		padding: 10px;
	}
	
	.search-mask-wrapper .search-input-wrapper {
		width: 100%;
	}
	
	.search-mask-wrapper .search-input-wrapper input {
		height: 48px;
		font-size: 14px;
		padding: 0 52px 0 18px;
	}
	
	.search-mask-wrapper .search-input-wrapper button {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	
	.search-mask-wrapper .search-input-wrapper button i {
		font-size: 14px;
	}
}

/* 暗色主题TAB切换菜单样式 */
.dark-tab-menu-container {
	max-width: var(--max-width);
	margin: 20px auto;
	overflow: hidden;
}

.dark-tab-menu {
	display: flex;
    align-items: center;
    background: transparent;
    border-radius: 12px;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
	gap: 10px;
	margin:0 20px;
}

.dark-tab-menu::-webkit-scrollbar {
	display: none;
}

.dark-tab-menu .dark-tab-item {
	max-width: calc(20% - 8px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 20px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 16px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	gap: 5px;
}

.dark-tab-menu .dark-tab-item:hover {
	color: var(--mobile_baise);
	background: var(--block-hover);
	box-shadow: var(--box-shadow-2);
}

.dark-tab-menu .dark-tab-item.active {
	color: var(--mobile_baise);
	background: var(--mobile_Hong);
	box-shadow: var(--box-shadow-2);
}

.dark-tab-menu .dark-tab-item.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
	border-radius: 10px 10px 0 0;
	pointer-events: none;
}

.dark-tab-menu .dark-tab-item .tab-text {
	position: relative;
	color: var(--mobile_baise);
	z-index: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dark-tab-menu .dark-tab-item .tab-count {
	font-size: 12px;
	opacity: 0.8;
	background: var(--block-hover);
	border:1px solid var(--line-2);
	padding: 3px 10px;
	border-radius: 10px;
	display: inline-block;
	line-height: 1.2;
}

/* 加载动画 */
.dark-tab-loading {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ffffff;
	animation: tab-spin 1s ease-in-out infinite;
	margin-left: 8px;
}

@keyframes tab-spin {
	to {
		transform: rotate(360deg);
	}
}

.content-area {
	background: var(--block-default);
	border-radius: 10px;
	padding: 20px;
	margin-top: 0;
}

.content-area .content-section {
	display: none;
	animation: fadeIn 0.5s ease-in-out;
}

.content-area .content-section.active {
	display: block;
}
.content-area .content-section .dark-tab-item-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item{
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
    text-align: center;
    color: var(--mobile_baise);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
	border:1px solid var(--line-2);
	border-radius: 5px;
	width:calc(10% - 9px);
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item:hover,
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item.active{
	background: var(--block-action);
	border:1px solid var(--line-1);
}
/* .content-area .content-section .dark-tab-item-wrapper .dark-tab-item:hover .tab-text,
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item.active .tab-text{
		color: var(--heise);
		font-weight: 500;
}
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item:hover .tab-count,
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item.active .tab-count{
		color: var(--mobileC_999);
} */
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item .tab-text{
	font-size: 16px;
	color: var(--mobile_baise);
}
.content-area .content-section .dark-tab-item-wrapper .dark-tab-item .tab-count{
	font-size: 12px;
	color: var(--color-desc);
	text-transform: uppercase;
}
.catmenu-list-new{
	display: none;
}
.thumb-video-container{
	position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: var(--mobile_baise);
	font-size: 12px;
	z-index: 100;
}
@media only screen and (max-width: 1600px) {
	.content-area .content-section .dark-tab-item-wrapper .dark-tab-item .tab-count{
		display: none;
	}
}

/* 移动端响应式布局 */
/* 移动手机设备 */
@media only screen and (max-width: 1280px) {
	html{
        font-size: 66px;
    }
	body{
		font-size: 0.24rem;
	}
	.mtn{
		margin-top:0.12rem !important;
	}
	.mtm{
		margin-top:0.2rem !important;
	}
	.mtw{
		margin-top:0.3rem !important;
	}
	.mtv{
		margin-top:0.4rem !important;
	}
	.mln{
		margin-left:0.12rem !important;
	}
	.mlm{
		margin-left:0.2rem !important;
	}
	.mlw{
		margin-left:0.3rem !important;
	}
	.mlv{
		margin-left:0.4rem !important;
	}
	.mrn{
		margin-right:0.12rem !important;
	}
	.mrm{
		margin-right:0.2rem !important;
	}
	.mrw{
		margin-right:0.3rem !important;	
	}
	.mrv{
		margin-right:0.4rem !important;
	}
	.mbn{
		margin-bottom:0.12rem !important;
	}
	.mbm{
		margin-bottom:0.2rem !important;
	}
	.mbw{
		margin-bottom:0.3rem !important;
	}
	.mbv{
		margin-bottom:0.4rem !important;
	}
	.pln{
		padding-left:0.12rem !important;
	}
	.plm{
		padding-left:0.2rem !important;
	}
	.plw{
		padding-left:0.3rem !important;
	}
	.plv{
		padding-left:0.4rem !important;
	}
	.prn{
		padding-right:0.12rem !important;
	}
	.prm{
		padding-right:0.2rem !important;
	}
	.prw{
		padding-right:0.3rem !important;
	}
	.prv{
		padding-right:0.4rem !important;
	}
	.ptn{
		padding-top:0.12rem !important;
	}
	.ptm{
		padding-top:0.2rem !important;
	}
	.ptw{
		padding-top:0.3rem !important;
	}
	.ptv{
		padding-top:0.4rem !important;
	}
	.pbn{
		padding-bottom:0.12rem !important;
	}
	.pbm{
		padding-bottom:0.2rem !important;
	}
	.pbw{
		padding-bottom:0.3rem !important;
	}
	.pbv{
		padding-bottom:0.4rem !important;
	}
	.search-box {
		width: 90%;
	}
	
	.search-box-indexTw {
		padding: 100px 0;
	}
	
	.search-slogan h1 {
		font-size: 32px;
	}
	
	.search-slogan p {
		font-size: 18px;
	}
	.head-tmenu-c{
		width:100%;
		height:1rem;
		padding:0 0.3rem;
	}
	.head-tmenu-c .topmenuc{
		width:100%;
		height:100%;
	}
	.head-menu{
		display: none;
	}
	.head-tmenu-c .drop-down-btn{
		display: block;
		font-size:0.42rem;
		margin-left:0.35rem;
	}
	.mobile-head-menu{
		background-color:var(--mobile_baise);
		padding:0.2rem;
		box-sizing: border-box;
	}
	.mobile-head-menu .tmenu{
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.2rem;
	}
	.mobile-head-menu .tmenu li{
		color:var(--mobileC_222);
	}
	.mobile-head-menu .tmenu li a{
		border:1px solid var(--mobileC_eee);
		border-radius:4px;
		display: block;
		padding:0.12rem 0.2rem;
		width:1.55rem;
		text-align: center;
		box-sizing: border-box;
	}
	.mobile-head-menu .tmenu li a.on{
		background-color: var(--mobile_Hong);
		border:1px solid var(--mobile_Hong);
		color: var(--baise);
	}
	.head-tmenu-c .headmessnew{
		margin-right:0.35rem;
	}
	.head-tmenu-c .husermenu{
		width:0.55rem;
		height:0.55rem;
	}
	.headmessnew{
		width:auto;
	}
	.headmessnew .message-icon{
		font-size:0.4rem;
	}
	.head-tmenu-c .topmenuc ul.tmenu{
		min-width:1.8rem;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		padding:0;
		border-radius:8px;
	}
	.head-tmenu-c .topmenuc ul.tmenu li{
		white-space: nowrap;
		width:100%;
		box-sizing: border-box;
		padding:0;
		background-color:var(--mobile_baise);
	}
	.head-tmenu-c .topmenuc ul.tmenu li::after{
		display: none;
	}
	.head-tmenu-c .topmenuc ul.tmenu li::before{
		display: block;
		content:'';
		width:100%;
		height:1px;
		background-color:var(--mobileC_eee);
	}
	.head-tmenu-c .topmenuc ul.tmenu li:last-child::before{
		display: none;
	}
	.head-tmenu-c .topmenuc ul.tmenu li:last-child{
		background-color:var(--back-2);
	}
	.head-tmenu-c .topmenuc ul.tmenu li a{
		display: block;
		color:var(--mobileC_222);
		padding:0.2rem;
		width:100%;
		box-sizing: border-box;
	}
	.head-tmenu-c .topmenuc ul.tmenu li.bzsLogo a img{
		width:100%;
		height:auto;
	}
	.head-tmenu-c .topmenuc ul.tmenu li a.on, .head-tmenu-c .topmenuc ul.tmenu li a:hover{
		color:var(--mobile_Hong);
	}
	
	.head-tmenu-c .topmenuc .logoc{
		height:0.5rem;
		margin-right:0;
	}
	.head-tmenu-c .topmenuc .logoc a,.head-tmenu-c .topmenuc .logoc a img{
		width:auto;
		height:100%;
	}
	.contlistw .catdiv{
		margin-bottom:10px;
		position:relative;
		background: none;
        border: none;
        padding: 5px 0;
	}
	.contlistw .catdiv .right-wrapper{
		gap: 0.35rem;
	}
	.contlistw, .wrapper{
		margin-left: 0.3rem;
        margin-right: 0.3rem;
	}
	.contlistw .catdiv .tright{
		display: block;
	}
	.contlistw .catdiv .tright .tag-list{
		display: none;
        position: absolute;
        right: 0;
        top: 1rem;
        background-color: var(--mobile_baise);
        border-radius: 5px;
        padding: 0.2rem 0.2rem 0.1rem;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        z-index: 100;
        width: 100%;
	}
	.contlistw .catdiv .tright .stit{
		width: 1.45rem;
		text-align: center;
        border: 1px solid var(--line-1);
        color: var(--mobileC_ccc);
        height: 0.5rem;
        line-height: 0.45rem;
		cursor: pointer;
		font-size:0.24rem;
	}
	.contlistw .catdiv .tright a{
		display: inline-block;
        color: var(--heise);
        width: calc(25% - 0.075rem);
		margin:0 0.1rem 0.1rem 0;
		border:1px solid var(--mobileC_eee);
        text-align: center;
        padding: 0.12rem 0.2rem;
        box-sizing: border-box;
        float: left;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border-radius: 5px;
	}
	.contlistw .catdiv .tright a:nth-child(4n){
		margin-right:0;
	}
	/* 滑过 */
	.contlistw .catdiv .tright a:hover{
		color: var(--mobile_Hong);
	}
	.contlistw li{
		width: calc(33.3333% - 13.3333px);
	}
	.footer .footlink,.footer .footer-about{
		width: 92%;
	}
	.footer-about{
		gap:0.2rem;
	}
	.footer-about a,.footer-about span{
		max-width: calc(25% - 0.2rem);
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.btn-login-style {
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		cursor: pointer;
		background: none;
		font-size:0.35rem;
		color:var(--color-default);
	}
	.bannerindexw{
		display: none;
	}
	.hot-keyword{
		width: 92%;
		margin: 0.2rem auto;
		line-height: 1.5;
	}
	.hot-keyword ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.hot-keyword li.keyword-title{
		margin: 0;
	}
	.login-open-ui-tc{
		min-width:92%;
		width:92%;
	}
	.login-open-ui .content{
		min-width:100%;
	}
	.login-open-ui .content .modal-body{
		padding:0.3rem 0.4rem;
		font-size:0.24rem;
	}
	.login-open-ui .content .modal-body .formcont{
		padding:0.3rem 0 0 0;
	}
	.login-open-ui-tc .login-open-ui-tc-title{
		font-size:0.28rem;
		text-align:center;
		margin-bottom:0.3rem;
	}
	.login-open-ui .content .modal-body .form-item{
		margin-bottom:0.25rem;
	}
	.login-open-ui .content .modal-body .form-item .login-input{
		padding:0.2rem 0.3rem;
	}
	.login-open-ui .content .btn-dsf{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
	#validationModal .modal-content {
		padding: 0.25rem;
		width: 85%;
	}

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

	.validate-items {
		gap: 8px;
	}

	.validate-item {
		padding: 0.2rem 0;
		font-size: 0.26rem;
	}
	.btn-login-tc{
		font-size: 0.32rem;
	}
	#pageNum{
		width:calc(100% - 0.6rem);
		margin-left:0.3rem;
		margin-right:0.3rem;
	}
	#pageNum,#pageNum .pagination a{
		font-size:0.28rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.searchHeadwrapp{
		display: none;
	}
	.menuw{
		margin-left:0.3rem;
		margin-right:0.3rem;
	}
	.menuw .r ul li a em:nth-child(2){
		display: none;
	}
	.taglist-w-0703 a .photo-l{
		width: 100%;
		height:auto;
		padding:0.3rem 0.3rem 0;
		margin:0;
		box-sizing: border-box;
	}
	.taglist-w-0703 a .photo-l img{
		width: 100%;
		height:auto;
		border-radius: 200px;
		margin:0 auto;
		display: block;
	}
	.taglist-w-0703 a .text-r{
		width:100%;
		font-size:0.24rem;
		padding:0.2rem;
		box-sizing: border-box;
		margin:0;
		text-align: center;
	}
	.taglist-w-0703 a .text-r p.tit{
		font-size:0.28rem;
		width:100%;
		max-width:100%;
	}
	.taglist-w-0703 a .text-r p:nth-child(2){
		max-width:100%;
		font-size:0.24rem;
		line-height: 1;
	}
	.menu-tpdq-w, .menu-mntp-w, .menu-tupian-w{
		margin-left:0.3rem;
		margin-right:0.3rem;
		height:auto;
	}
	.taglist-w-0703 a:hover {
		animation: none;
		background-color: none;
		color: var(--baise);
	}
	.taglist-w-0703 a:hover p.tit{
		color: var(--baise);
	}
	.menuw .catmenu-list-ul li span.number{
		display: none;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos{
		width: calc(100% - 0.2rem);
    	height: calc(100% - 0.16rem);
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect,
	.showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect{
		width: calc(100% - 0.67rem);
    	height: calc(100% - 0.67rem);
	}
	.showcontw{
		display:block;
		margin-left:0.3rem;
		margin-right:0.3rem;
	}
	.showcontw #showimg{
		width: 100%;
		height: auto;
		max-height: 12rem;
		padding: 0;
		border-radius: 0;
	}
	.showcontw #showimg .img-phone-wrapper{
		height: 12rem;
		max-height: 12rem;
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini{
		width: 2rem;
		min-height: 2rem;
		height: auto;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content{
		width:auto;
		height: 100%;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .img-phone{
		width: auto;
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini img{
		height: auto;
	}
	.showcontw .r_description{
		width:100%;
		height:auto;
		padding:0.3rem;
		border-radius: 0;
	}
	.showcontw .r_description .toptit .share,
	.showcontw .r_description .toptit .heart,
	.showcontw .r_description .toptit .jubao{
		width:0.68rem;
		height:0.68rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.showcontw .r_description .toptit .likeopendown{
		height:0.68rem;
		line-height:0.68rem;
	}
	.showcontw .r_description .titlew .title{
		font-size:0.32rem;
		line-height: 1.5;
		color:var(--color-action);
	}
	.showcontw .r_description .showtaglistw a{
		padding:0.1rem;
	}
	.img-table .img-table-cell{
		height:auto;
	}
	.walltop .item-1 .cont .collection .li{
		width: calc(33.3333% - 13.3333px);
	}
	.catTit_Defaule{
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
	.catTit_Defaule .tagtit{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0.15rem;
		align-items: flex-end;
		padding:0.1rem 0 0.2rem;
	}
	.catTit_Defaule .tagtit h2{
		line-height: 1;
	}
	.catTit_Defaule .tagtit span{
		margin-left: 0;
		line-height: 1;
	}
	.catTit_Defaule .Sizetxtlist{
		display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
		gap: 0.1rem;
	}
	.catTit_Defaule .Sizetxtlist span{
		padding:0;
		margin:0;
		line-height: 1;
	}
	.Sizetxtlist span::after{
		display: none;
	}
	.cont-desk-listw{
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
	.cont-desk-listw li{
		width: calc(33.3333% - 13.3333px);
	}
	.catpos{
		gap: 5px;
	}
	.catpos .sizeMenu a{
		margin-right: 0;
	}
	.catpos .sizeMenu a span{
		display: none;
	}
	.conter-auto-list .item{
		width: calc(33.3333% - 13.3333px);
	}
	.footlink{
		display: none;
	}
	.footer-about .item-1,
	.footer-about .item-2,
	.footer-about .item-4{
		display: none;
	}
	.search-head-title-wrapper{
		margin: 0.2rem 0.3rem;
	}
	.search-head-title-wrapper .tagtit{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.search-head-title-wrapper .tagtit span{
		margin-left: 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.dark-tab-menu-container{
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
	.content-area .content-section .dark-tab-item-wrapper .dark-tab-item{
		width:calc(20% - 8px);
	}
	#pageNum .pageRemark,#pageNum .page-num{
		display: none;
	}
	#pageNum .pagination a{
		width: 100%;
        line-height: 0.8rem;
	}
	.head_b_menu .menu{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		box-sizing: border-box;
	}
	/* 底部菜单 */
	.bnav{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		z-index: 9999;
		transition: all .35s ease-in-out;
		background: transparent;
		margin-bottom: 0.3rem;
	}
	.bnav .bcont{
		display: flex;
		align-items: center;
		padding: 0 16px;
		font-size: 13px;
		background: #fff;
		border-radius: 40px;
		-webkit-box-shadow: 1px 3px 10px rgb(0 0 0 / 25%);
		box-shadow: 1px 3px 10px rgb(0 0 0 / 25%);
		overflow: hidden;
		z-index: 101;
	}
	.bnav .bcont .menuItem{
		/* width: 25%; */
	}
	.bnav .bcont .menuItem{
		display: flex;
		flex-direction: column;
		padding: 10px 6px;
		color: #999;
		text-decoration: none;
		text-align: center;
	}
	.bnav .bcont .menuItem i{
		width:24px;
		height:24px;
		display: block;
		margin:0 auto;
	}
	.bnav .bcont .menuItem i.Home{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Home.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem i.Search{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Search.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem i.AddScreen{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/AddScreen.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem i.User{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/User.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem i.Phone{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Phone.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on i.Home{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Home_on.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on i.Search{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Search_on.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on i.AddScreen{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/AddScreen_on.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on i.User{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/User_on.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on i.Phone{
		background-image: url('https://m.3gbizhi.com/assets/mobile/images/svg/BootMenu/Phone_on.svg');
		background-size: auto 100%;
	}
	.bnav .bcont .menuItem.on{
		color:var(--mobile_Hong)
	}
}
@media only screen and (max-width: 767px) {
	html{
		font-size: 60px;
	}
	.head_b_menu{
		width: 100%;
        height: auto;
        padding: 0;
        background: none;
        box-shadow: none;
	}
	.head_b_menu .menu{
		display: block;
		height:auto;
		width:100%;
		padding:0;
	}
	.head_b_menu .framed a.menus{
		font-size:0.24rem;
		color:var(--mobileC_222);
	}
	.head_b_menu .menu .fbl-list{
		position:fixed;
		left: 0;
		right: 0;
		top: 1.72rem;
		width: calc(100% - 0.6rem);
		z-index: 999;
		background-color: var(--baise);
		border-radius:5px;
		margin-left:0.3rem;
		margin-right:0.3rem;
		gap:0;
		justify-content: center;
		display: none;
	}
	.head_b_menu .menu .framed{
		width:33.333333%;
		height:1rem;
		padding:0;
		border-radius:5px;
		position:static;
		display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		background:none;
		border:none;
		box-shadow:none;
		margin:0;
	}
	.head_b_menu .framed .Mcontw{
		width:100%;
		padding:0.2rem;
		font-size:0.25rem;
		top: calc(100% + 10px);
	}
	.head_b_menu .framed .Mcontw ul li span.tit{
		font-size:0.28rem;
		padding:0;
	}
	.head_b_menu .framed .Mcontw ul li a.size{
		font-size:0.2rem;
	}
	.head_b_menu .framed .Mcontw ul li.item{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap:0.15rem;
	}
	.tmenu_color_w .Mcontw ul li a.color{
		font-size:0.24rem;
	}
	.head_b_menu .framed .Mcontw .tits strong{
		font-size:0.32rem;
	}
	.catpos{
		display:block;
	}
	
	.conter-auto-list .item{
		width: calc(25% - 7.5px);
		margin-bottom:10px;
	}
	.catpos{
		width:100%;
		overflow: hidden;
		padding:0;
		margin:0;
	}
	.catpos .left{
		width:100%;
		padding:0.2rem 0.3rem;
		background-color: var(--mobileBackop3);
		background-image: var(--mobileHeadback);
		box-shadow: var(--mobileCboxshadow);
		opacity: 0.8;
		display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
	}
	.catpos .sizeMenu{
		margin:0;
		width:100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap:10px;
		margin-top:0.2rem;
		padding:0 0.3rem;
	}
	.catpos .sizeMenu a{
		box-sizing: border-box;
		width:calc(25% - 7.5px);
		padding:0;
		margin:0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:0.15rem;
		padding:0.15rem 0.1rem;
		border-radius:5px;
		background-color:var(--block-hover);
		border:1px solid var(--line-2);
	}
	.catpos .sizeMenu a span{
		display: block;
		width:100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size:0.22rem;
		text-align:center;
		line-height:1;
	}
	.catpos .sizeMenu a span.on{
		color:var(--mobile_Hong);
	}
	.contlistw .catdiv .right-wrapper{
		gap:0.35rem;
	}
	.contlistw ul{
		gap:10px;
	}
	.contlistw li{
		width:calc(50% - 5px);
	}
	.indexmovenew {
		width: 100%;
		padding: 0.2rem;
		background: var(--mobile_Hong);
		color: var(--mobile_baise);
		margin: 10px auto 0;
		display: block;
		text-align: center;
		font-size: 0.28rem;
		border-radius: 5px;
		max-width: 100%;
		box-sizing: border-box;
	}
	.conter-auto-list .item{
		width: calc(50% - 5px);
	}
	#pageNum{
		padding-top:0;
	}
	#pageNum .pagination{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding:0 0.3rem;
	}
	#pageNum .pagination a{
		width:calc(50% - 5px);
		line-height: 0.8rem;
		margin:0;
		box-sizing: border-box;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.tag-top-nav-wrapper{
		display:block;
		padding:0.3rem;
		margin-bottom:10px;
	}
	.tag-top-nav-wrapper .tag-top-nav-item{
		padding-bottom:0.2rem;
		border-bottom:1px solid var(--line-2);
	}
	.tag-top-nav-wrapper .tag-top-nav-item .tag-top-nav-item-title{
		max-width:5rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.tag-top-nav-wrapper .tag-top-nav-item-right{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin-top:0.2rem;
		position:relative;
	}
	.tag-top-nav-wrapper .tag-top-nav-item-right .drop-down-general-all{
		width:33.3333%;
		position:static;
	}
	.drop-down-general-all .drop-down-content{
		width:100%;
		max-width:100%;
		box-sizing: border-box;
		padding:0.2rem;
	}
	.drop-down-general-all .drop-down-content .drop-down-content-item{
		width:100%;
	}
	.drop-down-general-all .drop-down-content .drop-down-content-item a{
		width:calc(33.3333% - 6.6666px);
		padding:0.1rem;
		box-sizing: border-box;
		border:1px solid var(--mobileC_eee);
		border-radius: 5px;
		font-size:0.24rem;
		min-width:auto;
		line-height: 1.5;
		color:var(--mobileC_222);
	}
	.drop-down-general-all .drop-down-content .drop-down-content-item a:last-child{
		border:1px solid var(--mobileC_eee);
	}
	.head_b_menu .framed .Mcontw .dispflex-l-t{
		display:block;
	}
	.head_b_menu .framed .Mcontw ul{
		width:100%;
	}
	.head_b_menu .framed .Mcontw ul li:nth-child(1){
		font-size:0.3rem;
	}
	.head_b_menu .framed .Mcontw ul li:nth-child(1) ~ li a{
		font-size:0.24rem;
	}
	.head_b_menu .framed .Mcontw ul li.item{
		display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        flex-wrap: wrap;
	}
	.head_b_menu .framed .Mcontw ul li.item a{
		width: calc(33.33333% - 3.33333px);
	}
	/* 如果支持grid */
	@supports (display: grid) {
		.head_b_menu .framed .Mcontw ul li.item {
			display: grid;
			gap: 5px;
			grid-template-columns: repeat(auto-fit, minmax(calc((100% - 10px) / 3), 1fr));
		}
		.head_b_menu .framed .Mcontw ul li.item a{
			width: auto;
		}
	}
	.taglist-w-0703 a{
		width:33.3333%;
	}
	.menuw{
		border-radius: 0;
		margin-top: 0.2rem;
	}
	.menuw .catmenu-list-btn{
		display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        line-height: 0.8rem;
		gap:0.2rem;
		width:100%;
		border: 1px solid var(--line-2);
		background:var(--block-hover);
		border-radius: 5px;
		font-size:0.28rem;
		color:var(--color-default);
	}
	.menuw .catmenu-list{
		display: none;
	}
	.menuw .catmenu-list .catmenu-list-ul{
		display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        background: var(--baise);
		padding:0.2rem;
		box-sizing: border-box;
	}
	.menuw .catmenu-list .catmenu-list-ul li{
		background:var(--baise);
		width:calc(25% - 3.75px);
	}
	.menuw .catmenu-list .catmenu-list-ul li a{
		color:var(--mobileC_222);
		padding:0;
		width:100%;
		box-sizing: border-box;
		border:1px solid var(--mobileC_eee);
		line-height: 0.6rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border-radius: 5px;
	}
	.menuw .catmenu-list-ul li:nth-child(n+11):nth-child(2n+2),.menuw .catmenu-list-ul li:nth-child(n+11):nth-child(2n+1){
		background:none;
	}
	.menuw .catmenu-list-ul li a:hover, .menuw .catmenu-list-ul li a.cur{
		background:var(--mobile_Hong);
		color:var(--baise);
		border:1px solid var(--mobile_Hong);
	}
	.menuw .catmenu-list-ul li a:hover .catnametit, .menuw .catmenu-list-ul li a.cur .catnametit{
		background:var(--mobile_Hong);
		color:var(--baise);
		margin:0;
	}
	.menuw .catmenu-list-ul li .catnametit{
		color:var(--mobileC_222);
		font-size:0.26rem;
	}
	.showcontw #showimg{
		padding:0;
		max-height: none;
		height: auto;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content{
		width: 100%;
		height: auto;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .img-phone{
		opacity: 0;
		display: none;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos{
		width: 100%;
		height: 100%;
		position: static;
		left: 0;
		top: 0;
		transform: none;
		min-height: 12rem;
		max-height: 16rem;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect,
	.showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect{
		width: calc(100% - 0.34rem);
    	height: calc(100% - 0.34rem);
	}
	.showcontw #showimg .style-btn-wrapper{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: static;
		margin: 0.2rem auto;
	}
	.showcontw #showimg .bz_size_show{
		display: none;
	}
	.showcontw #showimg .img-phone-wrapper{
		position: relative;
		height: auto;
		overflow: hidden;
		max-height: none;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content{
		max-height: 16rem;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos img{
		width:auto;
		height: 100%;
		display: block;
		margin:0 auto;
	}
	.showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect img, .showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect img{
		width: auto;
		height: 100%;
		display: block;
		margin:0 auto;
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini{
		box-shadow:none;
		max-width:50%;
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini img{
		display: none;
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini-left{
		position: absolute;
        left: 0;
        top: 50%;
        width: 1.2rem;
        height: 1.5rem;
        z-index: 120;
		transform: translateY(-50%);
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini-right{
		position: absolute;
		right: 0;
		top: 50%;
		width: 1.2rem;
		height: 1.5rem;
		z-index: 120;
		transform: translateY(-50%);
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini-left .title{
		display: block;
		width: 100%;
		opacity: 0.8;
		color: var(--mobileC_eee);
		left: 0;
		right: auto;
		transform: translate(0%, -50%);
	}
	.showcontw #showimg .img-phone-wrapper .img-wall-mini-right .title{
		display: block;
		width: 100%;
		opacity: 0.8;
		color: var(--mobileC_eee);
		right: 0;
		left: auto;
		transform: translate(0%, -50%);
	}
	.footer-about a, .footer-about span{
		max-width:92%;
	}
	#pageNum{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.showImglist-new .left, .showImglist-new .right{
		display: none;
	}
	.showImglist-new .showImglistw{
		width: 100%;
	}
	.showcontw #showimg .wap-title{
		font-size: 0.32rem;
		color: var(--mobileC_eee);
		text-align: left;
		padding: 0.2rem 0.3rem;
		font-weight: 300;
		display: block;
		line-height: 1.5;
	}
	.showcontw .r_description .titlew .item-title{
		/* display: none; */
	}
	.showcontw .r_description .titlew .cont-url-txt{
		max-width: 1.88rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.showcontw .img-table .note{
		display: block;
	}
	.showcontw .img-table{
		min-height: 3rem;
	}
	.contentfootback{
		padding-top: 0.2rem;
		margin-top: 0.2rem;
	}
	.walltop .item-1 .topwall-head-wrapper{
		display: block;
		padding:0.2rem 0.3rem;
		background:var(--block-default);
		border-radius: 5px;
		border:1px solid var(--line-2);
	}
	.walltop .item-tits{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.top-head-menu-wrapper{
		justify-content: center;
		margin-top: 0.2rem;
        border-top: 1px solid var(--line-2);
		position: relative;
	}
	.dropdown-container-topwall{
		position:static;
	}
	.dropdown-container-topwall .dropdown-menu{
		width: 100%;
	}
	.top-head-menu-wrapper .dropdown-container-topwall{
		width: 30%;
	}
	.walltop .item-1,
	.walltop .item-1 .cont{
		margin-top:0.2rem;
	}
	.walltop .item-1 .cont .collection{
		gap: 10px;
	}
	.walltop .item-1 .cont .collection .li{
		width: calc(50% - 5px);
		border-radius: 5px;
	}
	.walltop .item-1 .cont .collection .li .rcont .title,
	.walltop .item-1 .cont .collection .li .rcont .sm{
		width: calc(50% - 5px);
	}
	.top-head-menu-wrapper .dropdown-container-topwall{
		width: 33%;
	}
	.footer{
		background:none;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.walltop .item-1 .cont .collection .li .pic{
		min-height: 1.5rem;
	}
	.cont-desk-listw,
	.contlistw,
	.contlistNew_w{
		margin-top: 10px;
	}
	.cont-desk-listw ul{
		gap: 10px;
	}
	.cont-desk-listw li{
		width: calc(50% - 5px);
	}
	.catpos .catpos-left-btn{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 5px;
	}
	.catpos .left .catpos-left-wrapp{
		max-width: 65%;
	}
	.showcontw .r_description .titlew{
		margin-top:0.2rem;
		padding-bottom:0.2rem;
	}

	.report-modal-overlay .report-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
        margin-bottom: 0.2rem;
    }
	.report-modal-overlay .report-modal {
		margin: 0 0.3rem;
	}
    .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;
    }
	.search-head-title-wrapper .search-title-wrapper{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 0;
		border:none;
	}
	.search-head-title-wrapper .search-title-wrapper .search-title{
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.search-head-title-wrapper .search-title-wrapper span{
		margin-left:0;
	}
	.search-head-title-wrapper .search-sort-wrapper{
		width:100%;
		position:relative;
		border-top: 1px dashed var(--line-2);
	}
	.search-head-title-wrapper .search-sort-wrapper .drop-down-general-all{
		width:50%;
		position:static;
	}
	.search-head-title-wrapper .Searchtxtlist{
		display: none;
	}
	.dark-tab-menu{
		gap: 5px;
	}
	.dark-tab-menu .dark-tab-item{
		max-width: calc(20% - 4px);
		width:calc(20% - 4px);
		padding:0.1rem;
		font-size: 0.3rem;
		border-radius: 5px 5px 0 0;
	}
	.dark-tab-menu .dark-tab-item .tab-count{
		display: none;
	}
	.content-area{
		padding:0.2rem;
		border-radius: 8px;
	}
	.content-area .content-section .dark-tab-item-wrapper{
		gap: 5px;
	}
	.content-area .content-section .dark-tab-item-wrapper .dark-tab-item{
		width:calc(25% - 3.75px);
		border-radius: 5px;
		padding:0.1rem;
	}
	.content-area .content-section .dark-tab-item-wrapper .dark-tab-item .tab-text{
		font-size: 0.26rem;
	}
	.dark-tab-menu-container{
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		display: none;
	}
	.catmenu-list-new-container{
		display: none;
	}
	.catmenu-list-new{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 5px;
		background-color: var(--mobile_baise);
		color: var(--mobileC_222);
		padding: 0.2rem;
		border-radius:0 0 5px 5px;
	}
	.catmenu-list-new .list-title{
		font-size: 0.3rem;
		font-weight: 600;
		width: 100%;
		text-align: center;
		padding: 0.2rem;
		box-sizing: border-box;
	}
	.catmenu-list-new .list-item{
		display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
		width: 100%;
	}
	.catmenu-list-new .list-item a{
		display: block;
		width: calc(25% - 3.75px);
		padding: 0.1rem;
		font-size: 0.26rem;
		border-radius: 5px;
		text-align: center;
		white-space: nowrap;
		box-sizing: border-box;
		border: 1px solid var(--mobileC_eee);
	}
	.catmenu-list-new .list-item a.active{
		background-color: var(--mobile_Hong);
		border: 1px solid var(--mobile_Hong);
		color: var(--mobile_baise);
	}
	/* .showcontw #showimg .img-phone-wrapper .phone-content .lock-screen-effect img, 
	.showcontw #showimg .img-phone-wrapper .phone-content .home-screen-effect img,
	.showcontw #showimg .img-phone-wrapper .phone-content .img-phone img,
	.showcontw #showimg .img-phone-wrapper .phone-content .wall-mobile-photos img{
		height: auto;
	} */
	 .loading-text {
		font-size:0.26rem;
	}
}
@media only screen and (max-width: 528px) {
	html{
		font-size: 57px;
	}
}
@media only screen and (max-width: 375px) {
	html{
		font-size: 52px;
	}
}
:root{
	--mobile_Hong : #c52020;
	--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 : rgb(24, 29, 36);
	--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,var(--back-1) 0%,transparent 100%),url(https://s1.ax1x.com/2020/09/11/wYc28I.jpg);
	--mobileBtnHongse : linear-gradient(-20deg, var(--mobileC_960000) 0%, var(--mobile_Hong) 100%);
	--mobileHeadback : linear-gradient(to bottom,var(--block-hover) -10%,var(--block-default) 100%);
	--mobileHeadback1 : inset 1px 1px 1px rgb(0 0 0 / 40%), 1px 1px 0 rgb(127 127 127 / 10%);
    --eco-banner-back: linear-gradient(to bottom,var(--back-1) 0%,transparent 100%);
    --block-linear-default: linear-gradient(to bottom , rgba(204, 221, 255, .06) 0%,transparent 100%);
    --block-default:#21242e;
    --block-hover: #282c36;
    --block-action: rgba(255, 255, 255, 0.05);
    --color-default: rgba(255, 255, 255, 0.65);
    --color-action:rgba(255, 255, 255, 0.88);
    --color-desc:rgba(255, 255, 255, 0.4);
    --line-1: rgba(255, 255, 255, 0.1);
    --line-2: rgba(255, 255, 255, 0.05);
    --line-3: rgba(255, 255, 255, 0.03);
    --line-4: rgba(255, 255, 255, 0.01);
    --color-secondary-default: #363741;
    --back-default:rgb(22, 26, 34);
    --back-0:rgb(22, 26, 34);
    --back-1:rgb(24, 29, 36);
    --back-2:rgb(20, 23, 30);
    --back-3: #12171c;
	--back-picshow: #1b1d24;
    --box-shadow-1: 0 0px 24px 2px rgb(2 9 26 / 30%);
	--box-shadow-2: 0 12px 24px -20px rgb(2 9 26 / 50%);
	--max-width: 1580px;
	--wap-min-width: 1024px;
}

/* 去hover */
@media (max-width: 1280px) and (pointer: coarse) {
    /* 1. 禁止默认点击高亮 */
    * {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    }
    /* 3. 自定义按钮点击反馈（可选） */
    .btn {
    transition: transform 0.1s, opacity 0.1s;
    }
    .btn:active {
    transform: scale(0.95);
    opacity: 0.8;
    }

    /* 去hover */
	.contlistw li a.imgw .title,
	.cont-desk-listw li a.desk .title{
		display: none;
	}
    .contlistw li a.imgw:hover .title,
	.cont-desk-listw li a.desk:hover .title{
		animation: none;
	}
	.contlistw li a.imgw:hover img{
		opacity: 1;
	}
	.contlistw .catdiv .tright a:hover{
		color: var(--heise);
	}
	.indexmovenew:hover{
		background: var(--block-default);
		color: var(--color-default);
	}
	.indexmovenew{
		padding: 0.2rem 0.3rem;
		border-radius: 100px;
	}
	.cont-desk-listw li a.desk:hover img{
		animation: none;
		opacity: 1;
	}
	.content-area .content-section .dark-tab-item-wrapper .dark-tab-item:hover{
		border: 1px solid var(--line-2);
		background: none;
	}
	.cont-desk-listw li .Operation-Outer-Frame,
	.contlistw li .Operation-Outer-Frame{
		display: none;
	}
	.cont-desk-listw li:hover .Operation-Outer-Frame,
	.contlistw li:hover .Operation-Outer-Frame{
		opacity: 0;
	}
	#pageNum .cur, #pageNum a:hover{
		text-decoration: none;
		padding: 0 14px;
		border: 1px solid var(--line-2);
		background: var(--block-default);
		color: var(--color-default);
	}
	.conter-auto-list .item a:hover .title{
		animation: none;
	}
	.conter-auto-list .item .title{
		display: none;
	}
}