body {}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

::-webkit-scrollbar {
	width: 8px;

}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #D3E3FD;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	text-decoration: none
}

div {
	box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

.header {
	height: 138px;
	width: 100%;
	background: #fff;

}

.logowrap {
	height: 90px;
	width: 1200px;
	margin: auto;

	box-sizing: border-box;
	/* background: url(../images/head_bg.png) no-repeat !important; */
	background-size: 100% 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jz_heads_logins{
	display: none;
	align-items: center;
}
.jz_heads_logins .jz_heads_x{
	margin-right: 10px;
}
.jz_head_tui{
	height: 32px;
	border-radius: 8px;
	padding: 0 14px;
	line-height: 32px;
	background-color: #CB1A1D;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
/* .jz_heads_logins a{
	height: 32px;
	border-radius: 8px;
	padding: 0 14px;
	line-height: 32px;
	background-color: #CB1A1D;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
} */
.navBar {
	position: relative;
	height: 48px;
	background-color: #CA1A1D;
}

.navBar .nav {
	position: relative;
	width: 1200px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	height: inherit;
}

.clear {
	clear: both;
}

.top_item {
	cursor: pointer;
	width: 12.1%;
	line-height: 48px;
	text-align: center;
	display: inline-block;
}

.top_item {
	cursor: pointer;
	width: 12.1%;
	line-height: 48px;
	text-align: center;
	display: inline-block;
}

.top_item a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

.nav_right {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav_right .nav_right_button {
	height: 32px;
	border-radius: 8px;
	padding: 0 14px;
	line-height: 32px;
	background-color: #CB1A1D;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border: none;
	position: relative;
}

.szflzz {
	position: absolute;
	top: 40px;
	overflow: hidden;
	width: 100%;
	height: 0px;
	transition: height .4s;
	background-color: #CA1A1D;
	z-index: 99;
}

.top_item5 {
	position: relative;
}

.select_nav {
	background: #FF4C45;
}


.home_wrap {
	width: 1200px;
	min-height: 650px;
	margin: 0 auto;
	/* min-height: 800px; */
}

/* 首页板块标题样式 */
.my_title {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}

.my_title_left {
	font-size: 20px;
	font-weight: 600;
	height: 30px;
	line-height: 35px;
	color: #1D2335;
	background-image: url(../myimg/title_leftbg.png), url(../myimg/title_rightbg.png);
	background-size: 30px 30px, 12px 12px;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	padding: 0 6px 0 15px;
}

.my_title .getMore {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
}

.my_title .getMore:hover {
	color: #CA1A1D;
	font-weight: 800;
}

.my_title .getMore img {
	width: 4px;
	height: 8px;

}

.tjwj_footer {
	width: 100%;
	height: 160px;
	background-color: #CB272B;
	/* background: url(../minhe/footer_bg.png) no-repeat; */
	background-size: cover;
	box-sizing: border-box;
	padding-top: 15px;

}

.tjwj_footer_img {
	display: flex;
	justify-content: center;
	padding-top: 21px;
	margin-bottom: 25px;
}

.tjwj_footer_img img {
	height: 55px;
	width: auto;
}

.tjwj_footer_tap {
	display: flex;
	justify-content: center;
}

.tjwj_footer_taps {
	font-size: 14px;
	color: #fff;
	margin-right: 24px;
}

.nav_left_footer {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.nav_left img{
  height: 40px;
  width: auto;
}
.schoolicon img {
	width: 266px;
	height: 40px;
}

.myhome {
	min-height: 800px;
}

body {
	background-color: #F5F7FC;
	min-height: 800px;
}

/* 登录注册 */

.jz_head_zcs {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.jzsj_zc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.jzsj_zcs {
	position: absolute;
	width: 400px;
	height: 320px;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}

.jzbk_info_content img {
	width: 744px;
}

.jz_head_delu {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 368px;
	height: 296px;
	border-radius: 8px;
	background: #FFFFFF;
	margin: auto;
	/* 选中阴影 */
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}

.jz_head_zcs input {
	border: none;
	outline: none;
	box-shadow: none;
}

.jz_head_zctitle {
	padding-top: 24px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.jz_head_zctitle img {
	width: 101px;
	height: 30px;
}

.jz_head_zctitle span {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.jz_head_input {
	width: 280px;
	height: 40px;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.jz_head_input input {
	width: 280px;
	height: 40px;
	padding-left: 16px;
	border: 1px solid #DCDFE6;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
}

.jz_head_wjmm {
	width: 320px;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 12px;
	color: #FF8000;
	cursor: pointer;
	text-align: right;
	margin-bottom: 20px;
}

.jz_head_dl {
	width: 88px;
	height: 32px;
	border-radius: 8px;
	opacity: 1;
	background: #FF4C45;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 16px;
}

.jz_head_tzc {
	font-size: 12px;
	color: #FF8000;
	text-align: center;
	cursor: pointer;
}

.jz_head_fdl {
	font-size: 12px;
	color: #FF8000;
	text-align: center;
	cursor: pointer;
}

.jz_head_fdls {
	font-size: 12px;
	color: #FF8000;
	text-align: center;
	cursor: pointer;
}

.jz_head_zhuce {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 368px;
	height: 368px;
	border-radius: 8px;
	opacity: 1;
	background: #FFFFFF;
	margin: auto;
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}

.jz_head_czpwd {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 368px;
	height: 368px;
	border-radius: 8px;
	opacity: 1;
	background: #FFFFFF;
	margin: auto;
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}

.jz_head_inputs {
	display: flex;
	align-items: center;
	width: 280px;
	height: 35px;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 16px;
	justify-content: space-between;
}

.jz_head_inputs input {
	width: 208px;
	height: 32px;
	padding-left: 16px;
	border: 1px solid #DCDFE6;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
}

.jz_head_code {
	width: 104px;
	height: 32px;
	border-radius: 4px;
	opacity: 1;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	/* 导航 1 */
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
}

.jz_head_codes {
	width: 104px;
	height: 32px;
	border-radius: 4px;
	opacity: 1;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	/* 导航 1 */
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
}

.jz_head_ts {
	text-align: center;
	font-size: 12px;
	color: #C0C4CC;
	margin-bottom: 8px;
}

.jzbk_la_box {
	width: 100%;
	text-align: center;

}

.jzbk_la_p {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 16px;
}

.jzbk_la_btn {
	width: 128px;
	height: 24px;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 154px 0px 131px 0px;
	opacity: 1;
	margin: 0 auto;
	margin-bottom: 32px;
	background: linear-gradient(270deg, #8B90ED 0%, #676EE5 100%);
}

.jzbk_la_num {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #FF8000;
	cursor: pointer;
	margin-bottom: 8px;
}

.jzbk_la_box img {
	width: 16px;
	height: 16px;
	margin-bottom: 16px;
}

.jz_industry_kinfo {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.jz_industry_kinfos {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 320px;
	border-radius: 8px;
	opacity: 1;
	margin: auto;
	background: #FFFFFF;
	box-shadow: 0px 7px 29px 0px rgba(80, 80, 158, 0.2);
}

.jz_industry_kname {
	width: 400px;
	height: 128px;
	box-sizing: border-box;
	padding-top: 24px;
	border-radius: 8px 8px 0px 0px;
	background: url(../jzimg/jz_xzimg.png) no-repeat;
	background-size: cover;
}

.jz_head_zy {
	position: relative;
	width: 120px;
	font-size: 16px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 0em;
	color: #FFFFFF;
	height: 59px;
	cursor: pointer;
}

.jz_head_er {
	position: absolute;
	left: 0;
	top: 59px;
	width: 120px;
	height: 0;
	background: linear-gradient(180deg, #7E83EA 0%, #676EE5 100%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: all .5s;
	overflow: hidden;
}

.jz_head_er a {
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	line-height: 45px;
}

.jz_head_zy:hover .jz_head_er {
	height: 135px;
}

.jz_head_er2 {
	position: absolute;
	left: 0;
	top: 59px;
	width: 120px;
	height: 0;
	background: linear-gradient(180deg, #7E83EA 0%, #676EE5 100%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: all .5s;
	overflow: hidden;
}

.jz_head_er2 a {
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	line-height: 45px;
}

.jz_head_zy:hover .jz_head_er2 {
	height: 90px;
}

.jz_head_gb {
	position: absolute;
	right: 20px;
	top: 20px;
}

.jz_head_gb img {
	width: 18px;
	cursor: pointer;
}

.zt_banner {
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.zt_banner img {
	width: 100%;
}

/* 顶部标题 */
.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;
}

.teacher_more {
	display: block;
	width: 72px;
	color: #FF4C45;
	font-family: PingFang SC;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}
.teacher_more:hover{
	font-weight: 800;
}
.teacher_more img{
	width: 16px;
	height: 16px;
}
.my_page{
	width: 100%;
	text-align: center;
}
/* 筛选标题 */
.zt_left {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.zt_left span {
    display: block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    opacity: 1;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #ECEEF4;
}

.zt_left span:hover {
    font-weight: 600;
    color: #FF4C45;
    background: #FFEEEE;
    border: none;
}

.select_title {
    font-weight: 600 !important;
    color: #FF4C45 !important;
    background: #FFEEEE !important;
    border: none !important;
}

/* 资源列表 */
.reouce_list {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.reouce_list_item {
    width: 224px;
    height: 193px;
    background: #FFFFFF;
    /* box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2); */
    border-radius: 8px;
	border: 1px solid #ECEEF4;
	cursor: pointer;
	position: relative;
}

.reouce_list_item_top {
    width: 224px;
    height: 126px;

}
.bgfilter{
	filter: blur(1px) brightness(50%)
	
}
.bgfilter_img{
	width: 224px;
    height: 126px;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.reouce_list_item_top img {
	width: 224px;
    height: 126px;
}

.reouce_list_item_bottom {
    width: 100%;
    height: 67px;
    padding: 10px;

}

.reouce_list_item_bottom h3 {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;

}

.reouce_list_item_bottom h3:hover {
    color: #FF4C45;
}

.reouce_list_item_count {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.reouce_list_item_count span {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;

}

.reouce_list_item_count span img {
    width: 16px;
    height: 16px;

}
.screenFull{
	position: absolute;
	right: 20px;bottom:10px;
	width: 200px;
	text-align: center;
	height: 35px;
	border-radius: 10px;
	line-height: 35px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	z-index: 10;
	font-size: 14px;
	cursor: pointer;
}
.pdfPlay{
	position: relative;
}

.downLoad_slect {
    background-color: #F6E6E9;
    color: #FF4C45 !important;
    font-weight: 600;
}
.jycg_list_nodata{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}


img{
	object-fit: cover;
}

.user_info{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-weight: 800;
	
}
.user_info img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.phonecode{
	position: relative;
	
}

.phone_img{
	z-index: 999;
	position: absolute;
	left: -60px;
	bottom: -130px;

	width:120px;
	height: 120px;
	object-fit: cover;
	display: none;
	
}
.phonecode:hover .phone_img{
	display: block !important;
}

