/* div{
	display: contents;
} */
/* .btn{
	margin: 5vw 0 2vw 10vw;
} */
.car{
	background-color:#16baaa ;
}
/*.layui-btn{border-radius: 5px;}*/
.container{
	display: flex;
	justify-content: center;
}
.tab{
	width: 98%;
	/*height: 60vh;*/
	border-collapse: collapse;
	border: none;
}
th,td{
	padding-top: 5px;
	padding-bottom: 5px;
}
th{
	height: 10px;
	width: auto;
	background-color: #c9c5c563;
	color: #484848;
}
td{
	text-align: center;
	border-bottom: 2px solid #c9c5c563;
}
td img{
	width: 100px;
	height: 80px;
}
/*layer.open({
  type: 1, // page 层类型
  area: ['500px', '300px'],
  title: 'Hello layer',
  shade: 0.6, // 遮罩透明度
  shadeClose: true, // 点击遮罩区域，关闭弹层
  maxmin: true, // 允许全屏最小化
  anim: 0, // 0-6 的动画形式，-1 不开启
  content: '<div style="padding: 32px;">一个普通的页面层，传入了自定义的 HTML</div>'
});*/