@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

ul li {
	list-style-type: none;
}

input {
	outline: none;
}
input[type='date'] {
	font-family: auto;
	background: transparent;
}
.div{
	display: flex;
    padding: 0.625rem 0.75rem;
    color:#999;
    background: #fff;
}
.div>span{
	margin-right:2rem;
}
.search-box1{
    display: flex;
    background: #fff;
    padding: 0.3125rem 0.75rem;
    border-top: 1px solid #ededed;
}
.search-box1 input{
    flex: 1;
    height: 2rem;
    border-radius: 30px;
    padding: 0 1.5rem;
    font-size: 1rem;
    border: 1px solid #f6f6f6;
    background: #eaf1fe;
}
.top {
	/* background: linear-gradient(to right, rgb(3,125,255), rgb(54,160,255)); */
	background-color:#66f6da;
	text-align: center;
	color: #101010;
	line-height: 2.8125rem;
    height: 2.8125rem;
	position: relative;
}
.top .back{
	position: absolute;
	left:0.3125rem;
	top: 50%;
	transform: translate(0,-50%);
	color: #101010;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.top .back::before{
	content: "\e60a";
	font-family:"iconfont";
    font-size: 1.2rem;
}
.container {
	height: 100vh;
	background-color:#f4f7fc;
}

.hyaline-cover {
	width: 100%;
	min-height: 100vh;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
}

input[type='checkbox'] {
	cursor: pointer;
	font-size: 14px;
	width: 16px;
	height: 16px;
}

input[type='checkbox']:after {
	width: 16px;
	height: 16px;
	content: ' ';
	color: #fff;
	display: inline-block;
	visibility: visible;
	padding: 0px 3px;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #31a2f2;
	box-sizing: border-box;
}

input[type='checkbox']:checked:after {
	content: '\2713';
	font-size: 12px;
	font-weight: 600;
	background-color: #31a2f2;
	border: none;
}

.cover {
	width: 100%;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.tempContainer {
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* 模糊查询，多选，单选 */
.dropdown-select {
	width: 100%;
	max-height: 260px;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 9;
	display: none;
	padding-bottom: 5px;
	font-size: 14px;
	overflow-y: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgb(239 239 239 / 15%);
	border-top: 0px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-select .filter {
	background-color: #fff;
	padding: 8px 0;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
}

.dropdown-select li {
	display: block;
	padding: 6px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-select .filter input {
	padding: 6px 0px;
	border: 1px solid #ccc;
	border-radius: 30px;
	width: 96% !important;
	margin: 0 auto;
	display: block;
	text-indent: 10px;
	font-size: 15px;
}
.default{
    background: #fff;
    height: calc(100vh - 2.8125rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 2.8125rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
	color: #999;
}
@media screen and (max-width:600px) {
	.container {
		width: 100%;
	}
}

@media screen and (min-width:600px) {
	.container {
		width: 600px;
		margin: 0 auto;
	}
	.containers {
/* 		width: 600px; */
		margin: 0 auto;
	}
}
.empty-div {
	height: 100%;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 30%;
}

.empty-div .iconfont {
	font-size: 80px;
	color: #d3d3d3;
}

.empty-div .text {
	font-size: 0.875rem;
	color: #999;
	margin-top: 10px;
}

/* 自定义弹窗 */
.confirm-dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.confirm-dialog {
    background: white;
    padding: 12px 12px 0;
    border-radius: 8px;
    min-width: 300px;
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
}

.dialog-header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.dialog-content {
	margin: 1.5625rem 0;
	text-align: center;
}

.dialog-buttons {
	display: flex;
	gap: 10px;
	margin-top: 1.25rem;
	border-top: 1px solid #ededee;
}

.dialog-button {
	padding: 3px 0.9375rem;
	font-size: 0.875rem;
	border-radius: 0.1875rem;
	flex: 1;
	border: none;
	background-color: transparent;
	height: 3.125rem;
	font-size: 0.875rem;
	cursor: pointer;
	transition: opacity 0.2s;
}

.dialog-button:hover {
	opacity: 0.8;
}

.confirm-button {
	color: var(--primary-color);
}

.cancel-button {
	background-color: transparent;
	border-right: 1px solid #ededee;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}





:root{
	--primary-color:#1098f5;
	--primary-color:#1fd2b1;
	--label-color:#718096;
	--text-color:#191919;
}

