body {
	padding: 0;
	margin: 0;
	background-color: #f0f2f5;
}

input {
	margin: 0;
	padding: 0;
}

.punch-container{
	position: relative;
}

.container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #f0f2f5;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding: 10px; */
	/* background-color: #fff; */
	background-color: #fdfbfb;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	height: 60px;
}

.footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fdfbfb;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
}

.header-item {
	padding: 1px;
	width: 30%;
	text-align: center;
	line-height: 60px;
	/* 设置行高与元素高度相等 */
}

.header-left {
	display: flex;
	align-items: center;
	line-height: 60px;
	justify-content: flex-start;
}

.header-right {
	display: flex;
	align-items: center;
	line-height: 60px;
	justify-content: flex-end;
}

.header-left img {
	width: 30px;
	height: 30px;
}

.container-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #f0f2f5;
}

.container-content-item {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fdfbfb;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	margin: 10px 0;
    padding: 5px;
    box-sizing: border-box;
}

.container-content-item-row {
	width: 90%;
	display: flex;
	justify-content: space-between;
	background-color: #fdfbfb;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.container-content-item-row-round {
	width: 90%;
	display: flex;
	justify-content: space-around;
	background-color: #fdfbfb;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.container-content-item-center {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fdfbfb;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.flex-row-left {
	display: flex;
	justify-content: flex-start;
	background-color: #fdfbfb;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}

/* 单行靠左居中 */
.flex-singlerow-left-center {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	background-color: #fdfbfb;
	align-content: center;
	align-items: center;
}

.container-content-item95 {
	width: 95%;
	display: flex;
	justify-content: center;
	background-color: #fdfbfb;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	margin: 10px 0;
	padding: 10px;
}

.special-date-tag {
	padding: 5px;
	border: lightblue 1px solid;
	width: auto;
}

.ignore-date-tag {
	padding: 5px;
	border: lightblue 1px solid;
	width: auto;
}

.content-item-label {
	font-size: 18px;
	color: rgb(38, 37, 37);
}

.content-item-input {
	margin: 0;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	width: 60%;
}
.content-item-select {
	margin: 0;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	width: 60%;
}
.content-item-select select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.content-item-inputcolor {
	margin: 0;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	width: 40px;
}

.content-item-inputdate {
	height: 40px;
	line-height: 40px;
	width: 150px;
	max-width: 200px;
}

.input-date {
	border-radius: 5px;
	width: 80%;
	height: 80%;
}

.content-item-input input {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.content-item-button {
	margin: 0;
	padding: 5px;
	/*border-radius: 5px;*/
	text-align: center;
	display: flex;
	align-items: center;
	/* 垂直居中文本 */
	justify-content: center;
	width: 100%;
	/* 设置按钮宽度 */
	height: 40px;
}

.add-button {
	width: 30%;
	height: 90%;
	border-radius: 5px;
}

.map {
	width: 100%;
	height: 300px;
}

.hidden {
	display: none;
}

button {
	border-radius: 5px;
	border: #c6cdd5 1px solid;
	font-size: 14px;
}

button span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	/* 让 span 元素填满剩余空间 */
}

.bgc-primary {
	color: rgb(255, 255, 255);
	background-color: rgb(64, 158, 255);
}

.bgc-rr {
	color: rgb(255, 255, 255);
	background-color: rgb(151, 16, 234);
}

.bgc-success {
	color: rgb(255, 255, 255);
	background-color: rgb(103, 194, 58);
}

.bgc-warning {
	color: rgb(255, 255, 255);
	background-color: rgb(230, 162, 60);
}

.bgc-danger {
	color: rgb(255, 255, 255);
	background: rgb(247, 137, 137);
}

.bgc-info {
	color: rgb(255, 255, 255);
	background-color: rgb(144, 147, 153);
}

.bgc-sub {
	color: rgb(255, 255, 255);
	background-color: rgb(225 227 232);
}
.bgc-notify {
	color: rgb(255, 255, 255);
	background-color: red;
}
.bgc-disabled {
	color: rgb(0, 0, 0);
	background-color: #c6cdd5;
}

.w95 {
	width: 95%;
}

.punch-color {
	width: 90%;
	height: 90%;
}


.punch-button {
	width: 150px;
	height: 150px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	padding: 8px;
	table-layout: fixed;
}

table th,
table td {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

table th {
	background-color: #f8f9fa;
	font-weight: bold;
	text-align: center;
	color: #555;

}

.th-choose {
	background-color: #7de27d;
}

table td {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	flex: 1;
}

table tr:hover {
	background-color: #ffe4c4;
}

/* .table-cell-text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	width: 100%;
} */

