body {
	background: #fff;
}
.containadd{
	width: 1500px;
	max-width:3000px;

	flex-shrink:0;
    min-width:1500px;

}
.containerWrap{
	width: 100%;
 
	background: #fff;
	
	/* 
	border:1px solid #e5e7eb;
	border-radius:14px;
	 */
	 
	display: flex;
    justify-content: center;
}
.content {
	/* 
	padding:28px 40px 48px;
	 */
	 
	
	background: #fff;

}

.header {
	padding-left:20px;
	padding-top:20px;
	margin-bottom:15px
}
 
.card{
	border-bottom:1px solid #eef2f7;
}

.containadds{
	width: 880px;
	max-width:3000px;
	margin-left:50px
}

.containproperty{
	width: 900px;
	max-width:3000px;
	margin-left:50px
}
.fontwhite {
    color: #fff;
}

.alan-card-title {
	/* 
    color: #555e58;
     */
    line-height: 1.5;
    font-weight:bold;
}

/* 灰色遮罩层,详细结果打开用 */
#cover{
	display:none;
	filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#f0f0f0;
	z-index:100;
	text-align:center;
	top:0px;
	left:0px;
} 

.alan-font-bold {
    font-weight:bold;
}

.dbtablediv {
	height:320px;
	overflow: hidden;
	overflow-y:scroll;
	overflow-x:hidden;
} 

.detail_2dcv {
    width: 950px;
    height: 500px;
}



/* 灰色遮罩层,优化计算用 */
.cover_cal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  
  background-color: rgba(240, 240, 240, 0.6); /* 使用RGBA设置透明度 */
   
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 进度内容区域 */
.progress-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 33%; /* 占据屏幕1/3宽度 */
   /* 确保内容完全不透明 */
  opacity: 1 !important;
}

/* 时间显示 */
.time-display {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* 进度条容器 */
.progress-container {
  width: 100%;
  height: 20px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

/* 进度条 */
.progress-bar {
  width: 0%;
  height: 100%;
  
  background: #3b7ddd;
   
  transition: width 0.3s ease;
  border-radius: 10px;
  opacity: 1; /* 确保进度条完全不透明 */
}
