@font-face {
	font-family: 'Source Han Serif CN';
	src: url('../fonts/SourceHanSerifCN-Bold-2.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.xxsk_banner {
	width: 100%;
	height: 378px;
	min-width: 1200px;
	position: relative;
	z-index: 1;
}

.xxsk_banner_content {
	width: 1200px;
	height: 320px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.xxsk_banner_content img {
	width: 370px;
	height: 320px;
	object-fit: cover;
}

.xxsk_banner_content_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 772px;
	height: 100%;
	padding-top: 50px;
}

.xxsk_banner_content_right_top {
	color: #4E4C6D;
	font-family: Source Han Serif CN;
	font-size: 64px;
	font-weight: 900;
}

.xxsk_banner_content_right_top span {
	font-family: STXingkai;
	font-size: 30px;
	font-weight: 500;
}

.xxsk_banner_content_right p {
	color: #4E4C6D;
	font-family: Source Han Serif CN;
	font-size: 16px;
	line-height: 24px;
}

.zt_xxsk {
	width: 1200px;
	margin: 0 auto;
}

.zt_home_title {
	width: 100%;
	height: 50px;
	position: relative;
	background-image: url(../images/xxsk/xxsk_title_right.png), url(../images/xxsk/xxsk_title_left.png);
	background-size: 481px 18px, 481px 18px;
	background-position: 694px bottom, 20px bottom;
	background-repeat: no-repeat, no-repeat;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-top: 40px;

}

.zt_home_title_left {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -26px;
	width: 160px;
	height: 76px;
	background-image: url(../images/xxsk/xxsk_title_bg.png);
	background-size: 100% 100%;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;
	line-height: 100px;
	text-align: center;
	color: #FFF8E1;
	letter-spacing: 0.1em;
	padding-left: 10px;
}

/* 学习时间 */
.xxsj_box {
	width: 1200px;
	height: 420px;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(180deg, #F5F4F7 0%, #FDF7EF 100%);
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 10px;
}

.Calendar {
	width: 570px;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;

}

.el-calendar-day {
	width: 70px !important;
	height: 50px !important;
	border: 1px solid #EAEAF2 !important;
	border-radius: 8px !important;
	margin-bottom: 10px;
	padding: 0 !important;
}

.el-calendar-table__row {
	text-align: center;
}

.el-calendar-table td {
	border: none !important;
}

.el-calendar-table__row .next {
	display: none !important;
}

.el-calendar__body {
	padding: 10px !important;
}

tbody {
	padding-top: 10px !important;
	background-color: #fff !important;
}

.td {
	width: 70px !important;
	height: 50px !important;
}

.is-selected {
	background-color: transparent !important;

}

.day_content {
	width: 100%;
	height: 100%;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 4px;
}

.day_content p {
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
}

.day_content span {
	text-align: left;
	color: #666666;
	font-size: 12px;
}

.day_content span span {
	color: #DEA784;
}

.day_content_select {
	background: linear-gradient(180deg, #F6CDA3 0%, #FFF7E7 100%);
	border: 1px solid #DEA784;
	;

}

.day_content_select p {
	color: #8C4F42;
}

.day_content_select span {
	color: #8C4F42;
}

.day_content_select span span {
	color: #8C4F42;
}

.el-calendar-table__row .prev {
	opacity: 0 !important;
}

thead th {
	font-family: PingFang SC !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #8C4F42 !important;
}

.el-calendar__title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #8C4F42 !important;
}

.xxsj_box_right {
	height: 100%;
	width: 590px;
	padding: 0 10px 0 20px;
	border-left: 1px dashed #DEA784;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.xxsj_box_right_title {
	width: 100%;
	padding-left: 16px;
	position: relative;



}

.xxsj_box_right_title .borderLeft {

	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #F4956B 0%, #E82B27 100%);
}

.xxsj_box_right_title h3 {
	width: 100%;
	font-family: PingFang SC;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xxsj_box_right_title_center {
	width: 100%;
	height: 315px;
	border-radius: 8px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.xxsj_box_right_bottom {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	color: #8C4F42;
	font-weight: 600;
	line-height: 16px;

}

.xxsj_box_right_bottom span {
	cursor: pointer;
}

.el-button-group .el-button:nth-child(2) {
	display: none;
}

.zyls_box {
	width: 100%;
	border-radius: 8px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 80px;
}

.zyls_box_one {
	width: 1180px;

	border-radius: 8px;
	background: linear-gradient(180deg, #F5F4F7 0%, #FDF7EF 100%);
	overflow: hidden;
}

.zyls_box_one_title {
	width: 100%;
	height: 90px;
	background: linear-gradient(180deg, #EC764E 0%, #CB4A35 100%);
	border-bottom: 4px solid #d8dae6;
	font-family: 思源黑体;
	font-size: 36px;
	font-weight: 900;
	line-height: 90px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fae4c8;
	text-shadow: 0px 2px 4px rgba(94, 134, 194, 0.42);
}

.zyls_box_contentList {
	width: 100%;
	height: 360px;
	display: flex;
	gap: 20px;
	padding: 20px;
	flex-wrap: wrap;
	align-content: flex-start;
	overflow: hidden;

}

.showMore {
	height: auto;

}


.zyls_box_contentList_item {
	width: 212px;
	height: 70px;
	border-radius: 8px;
	background-image: url(../images/xxsk/zyls_item_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	color: #8C4F42;
	font-weight: 500;
	cursor: pointer;


}

.zyls_box_contentList_item_box {

	width: 100%;
	max-height: 60px;
	font-family: Source Han Sans;
	font-size: 16px;

	line-height: 24px;
	text-align: center;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.zyls_box_contentList_item:hover {
	background-image: url(../images/xxsk/zyls_item_bg_select.png);
	color: #FFF3DC;
	font-weight: 600;
}

.getListMore {
	width: 100%;
	height: 80px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #8C4F42;
	font-family: PingFang SC;
	font-size: 12px;
	cursor: pointer;

}

.getListMore img {
	width: 16px;
	height: 16px;
}

.getListMore:hover {
	font-weight: 600;
	color: #e92e29;
}

.zyls_box_two {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1180px;
	height: 460px;
	border-radius: 8px;
	background: linear-gradient(180deg, #F4956B 0%, #E82B27 100%);
	z-index: -1;
}

.zyls_box_three {
	width: 1180px;
	height: 460px;
	position: absolute;
	bottom: -20px;
	right: -20px;
	background: linear-gradient(180deg, #F4956B 0%, #E82B27 100%);
	border-radius: 8px;
	/* 设置圆角边框 */
	z-index: -2;
	padding: 1px;
}

.zyls_box_three div {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 8px;
}

/* 列表页 */
.home_wrap {
	width: 1200px;
	min-height: 650px;
	margin: 0 auto;
	/* min-height: 800px; */
}

.home_wrap_title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background-color: #fff;
	font-size: 12px;
	color: #666666;
	margin: 20px 0;
	padding: 0 10px;
}

.home_wrap_title_left {
	display: flex;
	align-items: center;

}

.home_wrap_title_left a {
	text-decoration: none;
	color: #666;
}


.home_wrap_title_left img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.home_wrap_title_right {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;

}

.home_wrap_title_right:hover {
	font-weight: 800;
	color: #CB272B;
}

.home_wrap_title_right img {
	width: 12px;
	height: 10px;
}

.my_page {
	text-align: center;
	margin-bottom: 60px;
}

.zylsdataList {
	width: 100%;

}

.zylsdataList_title {
	margin: 0 auto;
	width: 800px;
	height: 50px;
	border-bottom: 10px solid #d8dae6;
	background: linear-gradient(180deg, #EC764E 0%, #CB4A35 100%);
	line-height: 40px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 500;
	color: #fff;

}

.zyls_item p {
	font-family: Source Han Sans CN;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #DF4E2F;
	display: flex;
	gap: 20px;
	align-items: center;
}

.zyls_item p img {
	width: 30px;
	height: 28px;
}

.zyls_item p span {
	color: #666666;
	font-family: PingFang SC;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	gap: 5px;
	cursor: pointer;

}

.zyls_item p span:hover {
	color: #DF4E2F;
}

.zyls_item p span img {
	width: 16px;
	height: 16px;
}

.zyls_item_content {
	margin-left: 35px;
	width: 1165px;
	height: 125px;
	background-image: url(../images/xxsk/zt_xxsk_listbg.png);
	background-size: 100% 100%;
	padding: 26px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zyls_item_content p {
	font-family: PingFang SC;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	height: 42px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;


}

.zyls_item_content_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.zyls_item_content_bottom span:last-child {
	color: #8C4F42;
	flex: 1;

	text-align: right;
}

.zyls_item_content_bottom span:first-child {
	width: 80px;
	flex-shrink: 0;
	color: #DF4E2F;
	cursor: pointer;
	text-decoration: underline;
}

.moreShow_box {
	width: 800px;
	height: 500px;
	background: linear-gradient(180deg, #F5F4F7 0%, #FDF7EF 100%);

}

.moreShow_box_title {
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, #EC764E 0%, #CB4A35 100%);
	line-height: 50px;
	border-bottom: 10px solid #d8dae6;
}

.moreShow_box_content {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	align-items: center;

}

.moreShow_box_content p {
	width: 100%;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	text-align: justify;
}

.moreShow_box_content p:first-child {
	width: 100%;
	max-height: 310px;
	overflow-y: scroll;
}

p.overContet {
	position: relative;

	/* 滚动条整体部分 */
	&::-webkit-scrollbar {
		width: 4px;
		height: 12px;
	}

	/* 滚动条的滑块部分 */
	&::-webkit-scrollbar-thumb {
		background: #d8dae6;
		border-radius: 4px;
		width: 4px;
		height: 115px;
	}

	/* 滚动条的轨道部分 */
	&::-webkit-scrollbar-track {
		background-color: #fdf7ef;
	}
}

.copy_button {
	width: 88px;
	height: 32px;
	border-radius: 8px;
	background: linear-gradient(180deg, #F4956B 0%, #E82B27 100%);
	line-height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.el-dialog__header {
	display: none;
}

.el-dialog__body {
	padding: 0 !important;
	border-radius: 8px;
	overflow: hidden;
}

.el-dialog {
	border-radius: 8px !important;
}

/* 学习关键词 */
.xxgjc {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

}

.xxgjc_item {
	width: 285px;
	height: 150px;
	padding: 20px 20px 16px 20px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #F5F4F7 0%, #FDF7EF 100%);
	border-radius: 8px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.xxgjc_item_left img {
	width: 80px;
	height: 80px;
}

.xxgjc_item_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.xxgjc_item_left p {
	font-family: Source Han Sans CN;
	font-size: 16px;
	color: #8C4F42;
	font-weight: 600;
}

.xxgjc_item_right {
	width: 145px;
	height: 100%;
	overflow-y: scroll;

	position: relative;

	/* 滚动条整体部分 */
	&::-webkit-scrollbar {
		width: 4px;
		height: 12px;
	}

	/* 滚动条的滑块部分 */
	&::-webkit-scrollbar-thumb {
		background: #f9dcbb;
		border-radius: 4px;
		width: 4px;

	}

	/* 滚动条的轨道部分 */
	&::-webkit-scrollbar-track {
		background-color: #fdf7ef;
	}



}

.xxgjc_item_right_item {
	width: 100%;
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
	cursor: pointer;
}

.xxgjc_item_right_item img {
	width: 16px;
	height: 16px;
}

.xxgjc_item_right_item p {
	flex: 1;
	color: #333333;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xxgjc_item:hover {
	background: linear-gradient(180deg, #FFF7E7 0%, #F6CDA3 100%);
	;
}

.xxgjc_item:hover .xxgjc_item_right {
	&::-webkit-scrollbar-track {
		background-color: transparent;
	}

	&::-webkit-scrollbar-thumb {
		background: #f17a5a;
		border-radius: 4px;
		width: 4px;

	}
}

.xxgjc_item_right_item p:hover {
	color: #8C4F42;
	font-weight: 600;
}

.gjcdataList {
	width: 1200px;
	height: 555px;
	background-image: url(../images/xxsk/gjc_bg.png);
	background-size: 100% 100%;
	display: flex;
	
}

.gjcdataList_left {
	width: 470px;
	height: 100%;
	padding-top: 24px;

}

.gjcdataList_left_top {
	width: 100%;
	height: 78px;
	line-height: 78px;
	padding: 0 20px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ee5e48;
	font-weight: 900;
	font-family: 思源黑体;
	font-size: 36px;
}

.gjcdataList_left_bottom {
	width: 100%;
	padding: 20px;
}

.gjcdataList_left_bottom img {
	width: 402px;
	height: 26px;
}

.gjc_item {
	width: 100%;
	height: 94px;
	padding: 15px 0;
	border-bottom: 1px solid #ed6853;
	display: flex;
	gap: 10px;


}

.gjc_item img {
	width: 16px;
	height: 16px;
}

.gjc_item_right {
	height: 100%;
	flex: 1;

}

.gjc_item_right h3 {
	width: 376px;
	font-family: Source Han Sans CN;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.gjc_item_right h3:hover{
	color: #ffe4b3;
}

.gjc_item_right p {
	margin-top: 13px;
	width: 100%;
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: PingFang SC;
	font-size: 12px;
	color: #fff;
}

.gjcdataList_right{
	padding: 25px 30px 10px 50px;
}
.zypljd{
	width: 625px;
	height: 26px;
}
.gjcdataList_right h3{
	color: #8C4F42;
}
.gjcdataList_right p{
	color: #000;
}

.gjcdataList_right h3:hover{
	color: #CB272B;
}