/* 整体滚动条背景 */
::-webkit-scrollbar {
	width: 6px;
	/* 设置垂直滚动条的宽度 */
	height: 6px;
	/* 设置水平滚动条的高度 */
	background-color: #000;
	/* 滚动条背景颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #545151;
	/* 滑块颜色 */
	border-radius: 6px;
	/* 滑块圆角 */
}

/* 滑块在悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
	background-color: #ff433d;
	/* 滑块悬停颜色 */
}

::-webkit-scrollbar-track {
	background-color: #000;
	/* 滚动条轨道颜色 */
}

.my-black-layer{
	border: 1px solid #424242; 
	background-color: #2d2d2d;
}

.my-black-layer .layui-layer-content {
	background-color: #2d2d2d !important;
	color: #fff;
	margin: 0;
	padding: 5px;
	border: none;
	 
}

.my-black-layer .layui-layer-title {
	background-color: #424242 !important;
	color: #c5c5c5; 
	height: 31px;
	line-height: 31px;
	border: none;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 8px;
	font-size: 16px;
	border-bottom: 1px solid #3a3a3a; /* 顶部 颜色 */
}

.my-black-layer .layui-layer-close {
	color: #c5c5c5 !important;
	/* 设置关闭按钮的颜色为白色 */
	font-size: 20px;
	/* 可选：调整关闭按钮的大小 */
	opacity: 1;
	top:-5px;
 
 
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
     /*overflow: hidden; 防止内容溢出 */
}

/* 布局样式 */
.full-height {
	height: 100%;
	background-color: #000;
}

.left-card {
	width: 100%;
	height: 99vh;
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0;
}

.half-height {
	height: 33vh;
	/* border-top: 1px solid #444; */
}

.layui-card-body {
	padding: 0px;
	

}

.layui-card-body2 {
	padding: 0px;
	border-left: 1px solid #444;
	background-color: #000;
	 
}


.layui-card-header {
	height: 25px;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 12px;
	font-size: 15px;
}

#LAY-MainCart {
	height: 100vh;
	background-color: #000;
	padding: 0px;
	/* border: 1px solid #222; */
}

.layui-col-space10>div {
	margin-bottom: 10px;
	background-color: #000;
}

.layui-card {
	box-sizing: border-box;
	background-color: #000;
	padding: 0px;
}


.right_title {
	text-align: center;
	font-size: 16px;
	color: aliceblue;
	padding-top: 5px;
	flex: 1;
	border-left: 0.5px solid #666;
	 
}
 
.popmenu_ss_btn {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 22px;
	font-size: 14px;
	width: 42px;
	background-color: rgba(32, 32, 32, 1);
	color: #ccc;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	border: 0.5px solid #333;
	margin-top: 5px;
	z-index: 1000;
}

.popmenu_ss_btn:hover {
	background-color: #006293;
}

.dropdownMenu_Style {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #1E1E1E;
    border: 0px solid #444;
    padding: 5px 0;
    list-style: none;
    width: 120px;
    z-index: 1000;
}


.dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: cornsilk;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
	border: 0.5px solid #666;
}

.dropdown-item:hover {
    background-color: #007BFF;
    color: white;
}

.dropdown-item-ai {
    padding: 10px 15px;
    font-size: 14px;
    color: cornsilk;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
	border: 0.5px solid #666;
}

.dropdown-item-ai:hover {
    background-color: #007BFF;
    color: white;
}



/* 为 Layui 表格单元格设置 padding */
.layui-table-cell {
	padding-left: 3px !important;
	/* 强制覆盖默认 padding */
	padding-right: 2px !important;
	/* 强制覆盖默认 padding */
	padding-top: 0px !important;
	/* 强制覆盖默认 padding */
	height: 26px !important;
	margin: 0px;
	font-size: 12px;
	color: #ebebeb;
	background-color: #000;
	border: 1px solid transparent !important;
	box-sizing: border-box;

}

/* 鼠标悬停行高亮 */
.layui-table tbody tr:hover td {
	transition: background-color 0.3s;
	border-bottom: 0.5px solid #ffff00 !important;
}

.layui-table {
	background-color: #000 !important;
	/* 默认背景设置为黑色 */
}







