@charset "utf-8";
#tb_main{
	overflow:auto;
}
#tb{
	white-space: nowrap;
	border-collapse: collapse;
	border-color:#ddd;
}
#tb>thead{
	background-color: #ddd;
}
#tb>thead>tr>th{
	text-align: left;
	padding: 10px;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.2rem;
}

#tb>tbody>tr:hover{
	background-color: #f5f5f5;
}
#tb>tbody>tr:nth-child(even){
	background-color: #ebeff9;
}
#tb>tbody>tr>td{
	text-align: left;
	padding: 5px;
}

.tb_pic{
	width:40px;
	height:40px;
	display:block;
	transition: all 0.4s;
}
.tb_pic:hover{
	transform-origin: left top;
	transform: scale(4,4);
}
a.tb_bt{
	display: block;
	background-color: #003b77;
	color: #fff;
	text-align: center;
	width: auto;
	height: auto;
	padding: 5px;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
}
a.tb_bt:hover{
	background-color: #da251c;
}
a.bt_pdf{
	color:#da251c;
	width: auto;
	height: auto;
	white-space: nowrap;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	display: flex;
	display: -webkit-flex;
	column-gap:5px;
	align-items:center;
}
a.tb_name{
	width:auto;
	height:auto;
	display:block;
}
#form{
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.5);
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	z-index: 2001;
}

#form_tb{
	background-color: #fff;
	display: block;
	width: auto;
	height: auto;
	padding: 20px;
	overflow: auto;
	margin: auto;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	max-width: 600px;
	max-height: 650px;
}
@media (max-width:767px){
	#form_tb{
		max-width: unset;
		max-height: unset;
	}
}
#form_thead{
	font-size:1.2rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #ddd;
	right:10px;
	top:10px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#form_thead:hover{
	background-color: #000;
	color: #fff;	
}
#quandi_form_title{font-size: 2rem;}
#quandi_form_miaoshu{font-size: 1rem;}