@charset "UTF-8";

.hdrl-bg {
	background-image:
		linear-gradient(var(--notech-base) 20%, #2371e4 40%, #5e98eb 60%, #adcaf5 80%, #ffffff 100%);
}

.hdrl-c::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 24px;
	top: 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	background-image:
		linear-gradient(#d2e1ff 20%, #72a1ff 100%);
	border-radius: 50rem !important;
}

.layui-laydate {
	font-size: 20px;
}

.laydate-day-mark {
	font-size: 20px;
	position: static;
}

.laydate-theme-datestyle {
	width: 100%;
	border: none;
	margin-top: 1rem;
	padding: 0 1rem;
	box-shadow: none;
	background: none;
}

.layui-laydate-main {
	width: 100%;
	background: #fff;
	border-bottom-right-radius: 1rem !important;
	border-bottom-left-radius: 1rem !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.layui-laydate-header {
	display: flex;
	align-content: center;
	justify-content: center;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	flex-wrap: wrap;
	font-size: 24px;
	border: none;
}

.layui-laydate-header::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: inset 0 6px 4px rgba(0, 0, 0, 0.3);
}

.layui-laydate-header i {
	top: unset;
}

.laydate-set-ym {
	color: var(--notech-base);
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
	color: #0069d9;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div {
	background-color: unset !important;
}

.laydate-year-list .layui-this,
.laydate-month-list .layui-this {
	background-color: var(--notech-base) !important;
}

.layui-laydate .layui-this>div {
	content: "";
	position: static;
	border-radius: 50%;
	background-image: linear-gradient(#6699ff 30%, #0b62e1);
	color: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.layui-laydate-content table {
	width: 100%;
	line-height: 30px;
	font-family: none;
	font-weight: 300;
}

.layui-laydate-content td>div {
	border-radius: 50%;
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.layui-laydate-content td>div:hover {
	background-color: unset;
}

.laydate-theme-datestyle .layui-laydate-content table thead {
	background-color: var(--notech-base);

}

.laydate-theme-datestyle .layui-laydate-content table thead th {
	color: var(--notech-white);
	padding: 5px 0;
}

.laydate-theme-datestyle .layui-laydate-content table td {
	padding: 10px 0 !important;
}

@media (min-width: 1200px) {
	.laydate-theme-datestyle .layui-laydate-content table td {
		padding: 15px 0 !important;
	}

}

.laydate-day-mark::after {
	left: 50%;
	bottom: 15px;
	top: unset;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-image: linear-gradient(#6699ff 30%, #0b62e1);
}

.layui-layer-tips a {
	color: #fff;
}

.layui-layer-setwin span {
	color: #fff;
}


@media (min-width: 1200px) {

	.layui-laydate,
	.laydate-day-mark,
	.layui-laydate-header {
		font-size: 28px;
	}

	.layui-layer-tips {
		width: auto !important;
	}

	.layui-layer-tips i.layui-layer-TipsT,
	.layui-layer-tips i.layui-layer-TipsB {
		left: 38px;
	}
}

.hdrl-timeline {
	height: 300px;
}

.hdrl-timeline .swiper-wrapper {
    max-height: 100%; /* 根据实际高度设置 */
    overflow-y: auto;
    position: relative;
}

.hdrl-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	box-shadow: inset 0 6px 4px rgba(0, 0, 0, 0.3);

}

.layui-timeline-item:before {
	background: #a6c3ff;
}

.layui-timeline-axis {
	color: #a6c3ff;
}

@media (min-width: 1200px) {
	.hdrl-timeline {
		height: 590px;
	}
}

.index-t1 {
	font-size: 1.25rem !important;
	font-family: none;
}

@media (min-width: 992px) {
	.index-t1 {
		font-size: 1.5rem !important;
	}
}

.border2-on .active::before {
	content: "";
	width: 60px;
	height: 4px;
	left: 50%;
	margin-left: -30px;
	bottom: -10px;
	position: absolute;
	background: var(--notech-orange);
}

.font-weight-bold-on .active {
	font-weight: 700 !important;
}

.bg-edf3fd {
	background-image: linear-gradient(45deg, #f5f8fc 50%, #ecf2fd);
}
