html{
	background: rgba(1,8,27,1);
	background-image: url(../images/bj.jpg);
	opacity: 1;
	padding: 0;
	margin: 0
}
body{
	padding: 0;
	margin: 0;
	color: #e5eaff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration:none;
}
.main{
	margin-top: 80px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}

.main-right{
	width: calc(100% - 208px);
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left:208px;
    overflow-y: auto;
    padding-top: 80px;
}
.main-sider{
	display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 16px;
}
.top-img{
	padding:10px;
	display: flex;
	align-items:center;
	justify-content:space-between
}
.top-img .wb-item{
	width:calc(25% - 20px);
	padding:10px;
	overflow: hidden;
	border-radius:10px;
}
.top-img .wb-item .wb-item-bg {
    width: 100%;
    z-index: 0;
	overflow: hidden;
	border-radius:10px;

}
.tit-right{
	font-size:24px;
	font-weight: 500;
	padding:0 20px;
	display: flex;
	align-items: center;
    line-height:40px;
}
.tit-right span{
	color: #75787c;
    font-feature-settings: "kern" on;
    font-size: 16px;
    font-variation-settings: "opsz" auto;
    font-weight: 350;
    line-height:40px;
    margin-left: 10px;
}
.my-moxing{
	padding:20px;
	display: flex;
	align-items:center;
	justify-content:flex-start
}
.my-moxing .box-mx{
    background-color: #0d1732;
	width: 200px;
	border-radius:10px;
	padding: 20px;
	margin-right: 10px
}

.container {
    columns: 300px auto;
    column-gap:5px;
	padding:20px 20px;
}
.chengpin-item {
   break-inside: avoid;
   overflow: hidden;
   border-radius:5px;
   margin-bottom:5px;
   position: relative
}
.chengpin-item a {
	color: #fff;
}
.chengpin-item img {
   width: 100%;
   display: block;
   z-index: 0;
   overflow: hidden;
   border-radius:5px;
   cursor: pointer;
   transition: all 0.5s;
}
.chengpin-item img:hover {
  transform: scale(1.1); /* 放大1.5倍 */
  transition: transform 0.5s ease; /* 添加过渡效果 */
}
.moxing{
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 12px;
	height: 22px;
	line-height:22px;
	background-color: rgba(0, 0, 0, .5);
	padding-left: .5rem;
    padding-right: .5rem;
	white-space: nowrap;
	align-items: center;
	border-radius:100px;
}
.moxing-right{
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
	height: 22px;
	line-height:22px;
	background-color: rgba(0, 0, 0, .5);
	padding-left: .5rem;
    padding-right: .5rem;
	white-space: nowrap;
	align-items: center;
	border-radius:100px;
}
.dibutishi{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	font-size: 12px;
}
.dibukan{
	position: absolute;
	bottom:10px;
	left: 12px;
	font-size: 12px;
	height: 22px;
	line-height:22px;
	white-space: nowrap;
	align-items: center;
	border-radius:100px;
	display: flex;
	justify-content: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5), /* 第一个阴影，红色，稍微模糊 */
                 0 0 2px rgba(0, 0, 0, .5), /* 第二个阴影，红色，更模糊 */
                 0 0 2px rgba(0, 0, 0, .5), /* 第三个阴影，红色，更模糊 */
                 0 0 2px rgba(0, 0, 0, .5), /* 可以添加不同颜色的阴影以增加发光效果 */
                 0 0 2px rgba(0, 0, 0, .5); /* 更多阴影以增加发光范围 */

}
.dibukan-right{
	position: absolute;
	bottom:10px;
	right: 12px;
	font-size: 12px;
	height: 22px;
	line-height:22px;
	background-color: rgba(0, 0, 0, .5);
	padding-left: .5rem;
    padding-right: .5rem;
	white-space: nowrap;
	align-items: center;
	border-radius:100px;
	display:flex;
	justify-content:center;
}
.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding:20px 20px 0 20px;
}
.tag-chip {
	padding:6px 12px;
	border-radius:.5rem;
	font-size:13px;
	color: #d1d5db;
	cursor: pointer;
	text-decoration: none
}
.tag-chip:hover {
	background-color: rgba(255, 255, 255, .1);
}
.tag-row .active {
	background-color: rgba(255, 255, 255, .15);
	color:rgba(255, 255, 255, .8);
}
.chengpin-item .moxing-right-img{
	width:18px;
	height: 18px;
	border-radius:100px;
	margin-right: 5px;
	border:rgba(255, 255, 255, .8)  solid 1px;
	background:rgba(255, 255, 255, .8) ;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.dianjifuzhi{
	height:35px;
    line-height: 35px;
    border-radius: 100px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background: rgb(75, 125, 255);
}
.dianjifuzhi .dianjifuzhi-button{
	width: 100%;
	height:35px;
    line-height: 35px;
    border-radius: 100px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), linear-gradient(136deg, #286aff, #4e6ef2, #7274f9, #9f66ff);
    padding: 0px 16px;
	border: none;
	cursor: pointer;
}
.lianxi01-bg{
	width:35px;
	height:35px;
	margin-left: 10px
}
.search-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.search-input-wrap {
	position: relative;
	flex: 1;
	min-width:600px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.search-input-wrap input {
	width: 100%;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .15);
	background: #020617;
	color: #e5e7eb;
	font-size: 14px;
	outline: none;
	height: 44px;
	transition: border-color .15s ease, box-shadow .15s ease;
	padding-left: 20px
}
.search-input-wrap input:focus {
	border-color: #6366f1;
	box-shadow: 0 0 0 1px rgba(99,102,241,.3);
}
.search-input-wrap .icon {
	position: absolute;
	right:8px;
	top:24px;
	transform: translateY(-50%);
	width:36px;
	height:36px;
	background-color: rgba(255, 255, 255, .15);
	border-radius:100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.search-input-wrap .icon img{
	width:18px;
	height:18px;
	opacity: 0.6
}

.tc-box800{
	max-width:1200px;
	margin:80px auto 0 auto;
	border-radius:18px;
    background: #020617;
    border: 1px solid rgba(75, 85, 99, 1);
    width: calc(100% - 32px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .9);
    overflow: hidden;
}
.main1200{
	width: 1200px;
	margin:30px auto 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	height:calc(100% - 60px);
	background: rgba(30, 41, 59, .4);
    border: 1px solid rgba(255, 255, 255, .1);
	border-radius:10px;
}
.main360{
	width:400px;
	border-radius:0 10px 10px 0;
	background-color: #070f24;
	flex: 1;
}

.main820{
	width:calc(1200px - 400px);
	background-color: #070f24;
	border-radius:10px 0 0 10px;
	flex:1.5;
}
.boxmain{
	width:calc(100% - 60px);
	padding:40px 0 0 0;
	margin:20px auto 0 auto;
	border-top: rgba(255, 255, 255, .05) solid 1px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.boxmain img {
	margin: 0 5px;
	border-radius:10px;
	max-height:650px;
    object-fit: contain; /* 或者使用 cover，取决于你想要的效果 */
    max-width:100%;
    cursor: pointer;
}

/* 弹窗图片区：自适应单图/双图布局 */
#popup-images{
    width: calc(100% - 60px);
    padding: 30px 0 0 0;
    margin: 20px auto 0 auto;
    border-top: rgba(255,255,255,.05) solid 1px;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    gap: 12px;
    flex-wrap: wrap; /* 超过2张也能自动换行 */
}

/* 通用图片样式 */
#popup-images .popup-sample-img{
    border-radius: 10px;
    max-height: 650px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

/* ✅ 单图：占满（最多 100%） */
#popup-images.one .popup-sample-img{
    max-width: 100%;
}

/* ✅ 双图：左右各一半（留 gap） */
#popup-images.two .popup-sample-img{
    width: 50%;
    max-width:50%;
}

/* 小屏适配：双图也改为上下 */
@media (max-width: 640px){
    #popup-images.two .popup-sample-img{
        width: 100%;
        max-width: 100%;
    }
}

/* ===== 弹窗图片区：强制左右布局 ===== */
#popup-images{
    display: flex !important;
    flex-direction: row !important;   /* 关键 */
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;                /* 关键：不换行 */
}

/* 单图 */
#popup-images.one img{
    width: auto;
    max-width: 100%;
}

/* 双图：左右各一半 */
#popup-images.two img{
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    height: auto;
}

/* ❗️覆盖你原来的 mobile 规则 */
@media (max-width: 640px){
    #popup-images{
        flex-direction: row !important;
        flex-wrap: wrap;   /* 小屏可换行，但不是强制 */
    }
    #popup-images.two img{
        width: 100%;
        max-width: 100%;
    }
}

.jieshao{
	width:calc(100% - 60px);
	padding:0 0 40px 0;
	margin:0 auto;
	line-height: 28px;
	font-size: 14px;
	font-weight:lighter
}
.main820 .xianle{
	border-top: rgba(255, 255, 255, .05) solid 1px;
	font-size: 24px
}
.leftmain-box{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	padding: 20px 20px 10px 20px;
	font-size:18px;
	color: #fff
}
.leftmain-box-img{
	width:50px;
	height:50px;
	border-radius:100px;
	margin-right: 10px;
	border: rgba(255, 255, 255, .8) solid  1px;
	background:rgba(255, 255, 255, 1);
}
.left-time{
	padding-top:0;
	font-size: 14px;
	font-weight: lighter;
	color: rgba(255, 255, 255, .5)
}
.left-tips{
	padding: 0 20px
}
.left-nr{
	padding:10px 20px 0 20px;
	font-size: 14px;
	font-weight: lighter;
	color: rgba(255, 255, 255, .8);
	line-height: 24px
}
.leftmain-box a {color: #fff;

}
.bjys{
	background-color: #070f24;
	border-radius:10px;
}
.left-title{
	padding:20px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.left-shangchuan{
	width:calc(100% - 80px);
	margin: 0 20px 20px 20px;
	border-radius:10px;
	background: #020617;
	height:545px;
	font-size: 13px;
	font-weight: lighter;
	color: rgba(255, 255, 255, 1);
	padding: 20px;
	overflow-y: auto; /* 仅在y轴（垂直方向）上显示滚动条，如果内容超出 */
	line-height:24px
}
.left-shangchuanbl{
	width:calc(100% - 40px);
	margin: 0 20px;
	border-radius:10px;
	background: #020617;
	height:60px;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: lighter;
	color: rgba(255, 255, 255, .5);
}
.tag-row-tips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding:0 0 0 0;
}
.main1200 .button{
	position: absolute;
	top: 20px;
	right: 20px;
	width:45px;
	height:45px;
	border-radius:100px;
	border: none;
	color: #000;
	cursor: pointer;
	z-index: 9999;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none
}


::-webkit-scrollbar {
    width:8px; /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
    background-color: #020617; /* 设置滚动条的背景颜色 */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滚动条的颜色 */
	border-radius:10px;
}
.quanbei{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(1,8,27,0.75);
	cursor: pointer;
	backdrop-filter: blur(12px);
}
.fuzhitishici{
	display: none
}

@media (max-width: 640px) {
	.main-left{
		display: none
	}

	.main-right{
	width:100%;
	position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    overflow-y: auto;
    padding-top: 60px;
}
	.left-title{
		display: none
	}
	.tag-row{
		display: none
	}
	::-webkit-scrollbar {
    width:0; /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
    background-color: #020617; /* 设置滚动条的背景颜色 */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滚动条的颜色 */
	border-radius:10px;
}
	.chengpin-item {
   break-inside: avoid;
   overflow: hidden;
   border-radius:10px;
   margin-bottom:20px;
   position: relative
}
.leftmain-box{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	padding: 20px 10px 10px 10px;
	font-size:18px;
	color: #fff
}
	.main820{
		display: none
	}
	.main360 {
    width: 90%;
    border-radius:10px;
    background-color:rgba(7,15,36,0);
    flex: 1;
	margin:30px auto 0 auto
}
.bjys{
	background-color:rgba(7,15,36,0);
	border-radius:10px;
}
	.left-shangchuan {
    width:calc(100% - 40px);
    margin: 0 0 0 0;
    border-radius: 10px;
    background: #fff;
	color: #333;
    height:400px;
    font-size: 15px;
    font-weight:600;
    padding: 20px;
    overflow-y: auto;
    line-height: 28px;
}
	.tc-box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
	.main1200{
	width: 92%;
	margin:10px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	position:fixed;
	left:4%;
	top:calc(50% - 350px);
	background:none;
    border: 1px solid rgba(255, 255, 255, 0);
}
	.left-tips{
		display: none
	}
	.left-nr{
		display: none
	}
	.main1200 .button{
	position: absolute;
	top: 58px;
	right: 0;
	width:40px;
	height:40px;
	border-radius:100px;
	border: none;
	background:none;
	color: #000;
	cursor: pointer;
	z-index: 9999;
	font-size: 13px;
	font-weight: 600;
}
.left-title{
	padding:20px 10px;
	padding-top:0;
	align-items: center;
	justify-content: space-between;
	display: none
}
.tit-right{
	font-size:20px;
	font-weight: 500;
	padding:0 20px;
	display: flex;
	align-items: center;
    line-height:40px;
}
.fuzhitishici{
	width: 100%;
	display: block;
	margin-top:8px
}
	.dianjifuzhi{
	height:45px;
    line-height:45px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: rgb(75, 125, 255);
}
.dianjifuzhi .dianjifuzhi-button{
	width: 100%;
	height:45px;
    line-height: 45px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: rgb(75, 125, 255);
    padding: 0px 16px;
	border: none;
	cursor: pointer;
}

}










