
body {
	font-size:12px;
}
.div-head{
	height:69px;
	border:0px solid red;
	background:url('/static/img/iiitc_logo.png');
	background-repeat:no-repeat;
	background-position:left;
	background-size:130px 30px;
	margin-left:145px;
}
.div-navbar{
	height:48px;
	line-height:46px;
	border:0px solid red;
	background-color:#3E6E93;
	text-align:center;
	min-width:1300px;
}
.div-navbar a{
	font-size:16px;
	color:#ffffff;
	margin: 0 80px;
}
.div-navbar a:hover{
	color:#ffff00;
	text-decoration:none;
	transition: all 0.3s ease;
	font-weight:100;
}
/*---------------------------------------------------------------------------------------*/
.content{
	height:600px;
	border:0px solid #888;
	white-space: nowrap; 
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.div-console{
	height:560px;
	margin:10px 10px;
	border:1px solid #337fb2;
	border-radius: 5px;
	padding:5px;
}
.div-yasuo{
	border-top:1px dashed #4CAF50;
	height:50px;
	padding-left:10px;
	margin-top:10px;
	display: flex;
    align-items: center;
    padding: 0 10px;
}
/* 自定义拖放区域样式 */
.dropzone {
	border: 1px dashed #4CAF50;
	border-radius: 10px;
	background-color: #f9f9f9;
	padding: 5px;
	white-space: normal;
	overflow-y: auto; /* 始终显示垂直滚动条 */
	overflow-x: hidden; /* 隐藏水平滚动条 */
	height:480px;
}

/* 自定义预览项样式 */
.dz-preview {
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	display: inline-block;
}

/* 自定义删除按钮样式 */
.dz-remove {
	background-color: #d32f2f;
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.2;
}

.dz-remove:hover {
	background-color: #d32f2f;
}


/* 遮蔽罩样式 */
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色遮蔽罩 */
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 18px;
	opacity: 0; /* 默认隐藏 */
	transition: opacity 0.3s ease; /* 平滑过渡 */
}

/* 鼠标滑过卡片时显示遮蔽罩 */
.dz-preview:hover .mask {
	opacity: 1;
	border-radius: 5px;
}

/* 可选：卡片轻微缩放效果 */
.dz-preview:hover {
	transform: scale(1.02);
}

.input-group{
	margin-left:5px;
	margin-right:5px;
	width:100px;
}
.form-control{
	text-align:center;
}
.input-group-addon{
	cursor: pointer;
}
.div-down{
	display:none;
	height:550px;
	border:1px dashed #4CAF50;
	white-space: normal;
	overflow-y: auto; /* 始终显示垂直滚动条 */
	overflow-x: hidden; /* 隐藏水平滚动条 */
	padding:10px 10px;
}
.div-down div{
	border:1px dashed #CCCCCC;
	width:150px;
	height:160px;
	padding:5px;
	text-align:center;
	border-radius: 5px;
	display: inline-block;
	margin:5px;
	
}
.div-down img{
	width:100%;
	height:108px;
	border:1px solid #337fb2;
	border-radius: 5px;
}
.div-down button{
	margin-top:12px;
	width:55px;
}


/* 预览触发图片样式 */
.preview-img {
    width: 200px;
    cursor: pointer;
    margin: 20px;
    border: 1px solid #eee;
}

/* 遮蔽层样式 - 默认隐藏 */
.mask-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

/* 预览图片样式 */
.mask-img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}
.span-message{
	position: absolute;
	left:50%;
	top:40%;
	transform: translate(-50%, -50%);
	display:none;
}
.xiangsu{
	margin-left:5px;
	margin-right:5px;
	width:40px;
	border:0px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center
}
.xiangsu:focus {
	outline: none; /* 清除浏览器默认的焦点外轮廓（关键） */
	border-color: #ddd; /* 保持和正常状态一致的边框颜色 */
	box-shadow: none; /* 清除部分浏览器（如Chrome）的焦点阴影 */
}
.btn_ul{
	border:0px solid #ccc;
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.btn_ul li{
	border:1px solid #ccc;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	margin-left:6px;
	cursor:pointer;
	color:#777;
	border-radius: 3px;
}
.btn_ul li.active{
	background-color: #2196f3;
  	color: white;
  	border-color: #2196f3;
}
