@charset "utf-8";

.xyzh_body_color {
	background: #e5edfc;
}

@font-face {
	font-family: "AlibabaPuHuiTi-3";
	/*src:url(../fonts/AlibabaPuHuiTi-3-85-Bold.ttf)*/
}

@font-face {
	font-family: "D-DIN";
	src: url(../../fonts/D-DIN.ttf)
}

@font-face {
	font-family: "FZLanTingHeiS-B-GB";
	src: url(../../fonts/FZLTCHJW.TTF)
}

.xyzh_box {
	width: 100%;
}

.xyzhFlex {
	flex: 1;
}

.xyzhlineClamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.xyzhlineClamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xyzhlineClamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xyzhlineClamp4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.formInput {
	display: inline-block;
	width: 240px;
	height: 34px;
	line-height: 20px;
	padding: 6px 12px;
	border: solid #D4D6D9 1px;
	font-size: 14px;
	color: #131B26;
	font-weight: 600;
	border-radius: 4px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.formInput:hover, .formInput:focus {
	border-color: #004DE5;
}

.formTextarea {
	display: inline-block;
	width: 240px;
	height: 34px;
	line-height: 20px;
	padding: 6px 12px;
	border: solid #D4D6D9 1px;
	font-size: 14px;
	color: #131B26;
	font-weight: 600;
	border-radius: 4px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.formTextarea:hover, .formTextarea:focus {
	border-color: #004DE5;
}

.xyzhFooter {
	margin-top: .8rem;
	min-width: 10rem;
	background: #272962;
	line-height: .24rem;
	padding: .3rem 0;
	font-size: .14rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	text-align: center;
}

.xyzhFooter a {
	color: rgba(255, 255, 255, 0.7);
}

.xyzhFooter_gywm {
	font-size: .17rem;
	margin-bottom: .2rem;
}

.xyzhFooter_gywm a {
	color: #FFF;
	font-weight: 600;
}

.xyzhFooter_gywm span {
	color: #FFF;
	margin: 0 .16rem;
}

.xyzh_header {
	position: relative;
	width: 100%;
	height: 10.2rem;
	margin-bottom: .8rem;
	background: url(../../images/course/icon-xyzh-header-bg.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_top {
	padding: 0 1.2rem;
	height: .8rem;
	display: flex;
	align-items: center;
}

.xyzh_header_logo {
}

.xyzh_header_logo img {
	height: .37rem;
	display: block;
}

.xyzh_header_nav {
	flex: 1;
}

.xyzh_header_nav ul {
	padding-left: .3rem;
	height: .42rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xyzh_header_nav li {
	line-height: .42rem;
	font-size: .18rem;
	color: #FFFFFF;
	font-weight: 600;
}

.xyzh_header_nav li a {
	display: block;
	padding: 0 .24rem;
	color: #FFFFFF;
}

.xyzh_header_nav li.active a {
	background: rgba(255, 255, 255, 0.15);
	border-radius: .5rem;
}

.xyzh_header_nav li a:hover {
	color: #FFFFFF;
}

.xyzh_header_search {
	margin-left: .4rem;
	display: flex;
	align-items: center;
	width: 2.4rem;
	height: .44rem;
	border: solid #FFFFFF 1px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_header_search_input {
	flex: 1;
	width: 100%;
	height: .3rem;
	line-height: .3rem;
	padding: .06rem .2rem;
	font-size: .16rem;
	color: #FFFFFF;
	font-weight: 600;
	border: 0;
	background: none;
}

.xyzh_header_search_bnt {
	width: .18rem;
	height: .18rem;
	margin-right: .16rem;
	background: url(../../images/course/icon-xyzh-header-search.png) no-repeat;
	background-size: 100% 100%;
	border: 0 none;
	cursor: pointer;
}

.xyzh_header_search_input::-webkit-input-placeholder {
	color: #FFFFFF;
	text-overflow: ellipsis;
}

.xyzh_header_search_input:-moz-placeholder {
	color: #FFFFFF !important;
	text-overflow: ellipsis;
}

.xyzh_header_search_input::-moz-placeholder {
	color: #FFFFFF !important;
	text-overflow: ellipsis;
}

.xyzh_header_search_input:-ms-input-placeholder {
	color: #FFFFFF !important;
	text-overflow: ellipsis;
}

.xyzh_header_english {
	display: flex;
	align-items: center;
	margin-left: .3rem;
	line-height: .3rem;
	font-size: .16rem;
	color: #FFFFFF;
	font-weight: 600;
}

.xyzh_header_english:before {
	content: '';
	width: .18rem;
	height: .18rem;
	margin-right: .08rem;
	background: url(../../images/course/icon-xyzh-header-map.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.xyzh_header_login {
	position: relative;
	margin-left: .4rem;
	cursor: pointer;
}

.xyzh_header_login .xyzh_login_title {
	display: flex;
	align-items: center;
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
}

.xyzh_header_login .xyzh_login_title img {
	width: 32px;
	height: 32px;
	border: solid rgba(255, 255, 255, 0.5) 2px;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
}

.xyzh_header_login .xyzh_login_title:after {
	content: '';
	display: block;
	width: .12rem;
	height: .12rem;
	background: url(../../images/course/icon-xyzh-header-arrow.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
	transition: all .3s linear;
}

.xyzh_header_login .xyzh_login_title.down {
	transform: rotate(180deg);
}

.xyzh_header_login .xyzh_login_name {
	padding: 0 .1rem;
	max-width: .8rem;
}

.xyzh_header_login .xyzh_login_cont {
	display: none;
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #FFFFFF;
	border-radius: .12rem;
	box-shadow: 0 2px .12rem rgba(0, 37, 89, 0.2);
	box-sizing: border-box;
}

.xyzh_header_login .xyzh_login_cont:before {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: .1rem;
	content: '';
	display: block;
}

.xyzh_header_login .xyzh_login_cont ul {
	padding: .04rem;
	text-align: center;
}

.xyzh_header_login .xyzh_login_cont ul li {
	padding: 0 .16rem;
	height: .4rem;
	line-height: .4rem;
	font-size: .14rem;
	color: #474C59;
	border-radius: .08rem;
	box-sizing: border-box;
}

.xyzh_header_login .xyzh_login_cont ul li:hover {
	background: #F0F6FF;
}

.xyzh_header_login:hover .xyzh_login_cont {
	display: block;
}

.xyzh_header_top .login {
	height: 0.34rem;
	line-height: 0.34rem;
	font-size: 0.14rem;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0 0 0 0.4rem;
}

.xyzh_header_top .login img {
	width: 0.3rem;
	height: 0.3rem;
	float: left;
	border-radius: 50%;
	margin-right: 0.1rem;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.xyzh_header_top .login_before {
	height: 0.34rem;
	color: #FFFFFF;
}

.xyzh_header_top .login_before a {
	height: 0.34rem;
	color: #FFFFFF;
}

.xyzh_header_top .login_after {
	height: 0.34rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.xyzh_header_top .login_after a {
	height: 0.34rem;
	color: #FFFFFF;
	display: block;
}

.xyzh_header_box {
	padding: .4rem 0 0;
	display: flex;
	align-items: flex-start;
}

.xyzh_header_left {
	width: 10rem;
	padding-left: 1.2rem;
	box-sizing: border-box;
}

.xyzh_header_title {
	height: 72px;
	display: flex;
	align-items: center;
}

.xyzh_header_title_h2 {
	max-width: 6.1rem;
	font-size: .6rem;
	color: #FFFFFF;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_header_state {
	width: 100%;
	height: .46rem;
	margin-left: .2rem;
}

.xyzh_header_zhihui {
	width: 1.24rem;
	background: url(../../images/course/icon-xyzh-header-zhihui.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_guo1 {
	width: 1.62rem;
	background: url(../../images/course/icon-xyzh-header-guo1.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_guo2 {
	width: 1.96rem;
	background: url(../../images/course/icon-xyzh-header-guo2.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_guo3 {
	width: 1.62rem;
	background: url(../../images/course/icon-xyzh-header-guo3.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_sheng1 {
	width: 1.62rem;
	background: url(../../images/course/icon-xyzh-header-sheng1.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_sheng2 {
	width: 1.62rem;
	background: url(../../images/course/icon-xyzh-header-sheng2.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_sheng3 {
	width: 2.16rem;
	background: url(../../images/course/icon-xyzh-header-sheng3.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_intr {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.xyzh_header_intr_row {
	width: 50%;
	height: .32rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.xyzh_header_intr_row:nth-child(1), .xyzh_header_intr_row:nth-child(3) {
	width: 48%;
}

.xyzh_header_intr_row:nth-child(2), .xyzh_header_intr_row:nth-child(4) {
	width: 52%;
}

.xyzh_header_intr_name {
	font-size: .15rem;
	margin-right: .1rem;
}

.xyzh_header_intr_text {
	flex: 1;
	font-size: .16rem;
	font-weight: 600;
}

.xyzh_header_intr_href {
	padding-right: .16rem;
	color: #FFFFFF;
	background: url(../../images/course/icon-xyzh-header-intr.png) no-repeat right center;
	background-size: .08rem auto;
}

.xyzh_header_intr_icon {
	width: .18rem;
	height: .18rem;
	margin-right: .1rem;
}

.xyzh_header_intr_zhuren {
	background: url(../../images/course/icon-xyzh-header-intr-danren.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_intr_xueqi {
	background: url(../../images/course/icon-xyzh-header-intr-xueqi.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_intr_xinxi {
	background: url(../../images/course/icon-xyzh-header-intr-xinxi.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_intr_time {
	background: url(../../images/course/icon-xyzh-header-intr-time.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_intr_select {
	position: relative;
	width: 3.82rem;
	cursor: pointer;
}

.xyzh_header_intr_title {
	padding: 0 .32rem 0 .1rem;
	height: .3rem;
	line-height: .3rem;
	font-size: .15rem;
	font-weight: 600;
	background: linear-gradient(90.53deg, rgba(155, 210, 244, 0.486) 0%, rgba(155, 210, 244, 0) 136.17%);
	border: solid rgba(255, 255, 255, 0.6) 1px;
	border-radius: .06rem;
}

.xyzh_header_intr_title:after {
	position: absolute;
	right: .04rem;
	top: 50%;
	margin-top: -.12rem;
	content: '';
	display: block;
	width: .24rem;
	height: .24rem;
	background: rgba(255, 255, 255, 0.4) url(../../images/course/icon-xyzh-header-intr-arrow.png) no-repeat center center;
	background-size: .16rem .16rem;
	border-radius: .06rem;
	transform: rotate(0deg);
	transition: all .3s linear;
}

.xyzh_header_intr_title.down:after {
	transform: rotate(180deg);
}

.xyzh_header_intr_cont {
	display: none;
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
	border-radius: .06rem;
}

.xyzh_header_intr_cont ul {
	padding: .06rem 0;
}

.xyzh_header_intr_cont li {
	padding: 0 .1rem;
	line-height: .36rem;
	font-size: .15rem;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
	border-radius: 0;
	text-align: left;
}

.xyzh_header_intr_cont li:hover, .xyzh_header_intr_cont li.active {
	background: rgba(58, 184, 241, 0.12);
}

.xyzh_header_course {
	margin-top: .3rem;
	padding: .24rem .3rem;
	background: rgba(255, 255, 255, 0.2);
	border: solid rgba(255, 255, 255, 0.3) 1px;
	border-radius: .32rem;
	backdrop-filter: blur(42px);
	box-sizing: border-box;
}

.xyzh_header_course_head {
	height: .3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xyzh_header_course_h2 {
	padding-left: .4rem;
	font-size: .24rem;
	color: #FFFFFF;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
	background: url(../../images/course/icon-xyzh-header-course-title.png) no-repeat left center;
	background-size: .3rem .3rem;
}

.xyzh_header_course_more {
	padding-right: .18rem;
	line-height: .28rem;
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
	background: url(../../images/course/icon-xyzh-header-course-more.png) no-repeat right center;
	background-size: .14rem .14rem;
}

.xyzh_header_course_cont {
	margin-top: .16rem;
	min-height: .84rem;
	line-height: .28rem;
	font-size: .18rem;
	color: #FFFFFF;
	font-weight: 600;
	text-align: justify;
}

.xyzh_header_teaching {
	margin-top: .24rem;
	display: flex;
	align-items: center;
}

.xyzh_header_video {
	position: relative;
	margin-right: .24rem;
	padding: .12rem;
	width: 4.36rem;
	height: 2.56rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: .3rem;
	box-sizing: border-box;
}

/*.xyzh_header_video:before {*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	content: '';*/
/*	display: block;*/
/*	width: .5rem;*/
/*	height: .5rem;*/
/*	background: url(../../images/course/icon-xyzh-header-video.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*}*/

.xyzh_header_video_pic {
	width: 4.12rem;
	height: 2.32rem;
	overflow: hidden;
}

.xyzh_header_video_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .18rem;
}

.xyzh_header_video_name {
	position: absolute;
	left: .12rem;
	bottom: .12rem;
	padding: 0 .12rem;
	height: .3rem;
	line-height: .3rem;
	background: rgba(0, 0, 0, .3);
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 0 0 0 .18rem;
}

.xyzh_header_issues {
	width: 4.2rem;
	height: 2.56rem;
	padding: .24rem .3rem;
	background: linear-gradient(158.72deg, rgba(255, 255, 255, 0.4) 3.01%, rgba(255, 255, 255, 0.15) 103.3%);
	border: solid rgba(255, 255, 255, 0.3) 1px;
	border-radius: .3rem;
	box-sizing: border-box;
}

.xyzh_header_issues_title {
	height: calc();
	line-height: .3rem;
	font-size: .24rem;
	color: #FFFFFF;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_header_issues_cont {
	overflow: hidden;
}

.xyzh_header_issues_list {
	margin-top: .1rem;
	height: 1.7rem;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}

.xyzh_header_issues_list li {
	margin-top: .1rem;
	margin-right: .1rem;
	padding: 0 20px;
	height: .46rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #ffffff;
	border-radius: .46rem;
	backdrop-filter: blur(4px);
	box-sizing: border-box;
}

.xyzh_header_issues_list li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.xyzh_header_issues_list li:before {
	content: '';
	width: .24rem;
	height: .24rem;
	margin-right: .1rem;
	background: url(../../images/course/icon-xyzh-header-issues-xiaoxi.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_header_statistical {
	position: relative;
	margin-top: .24rem;
	width: 8.8rem;
	height: 1.2rem;
	background: url(../../images/course/icon-xyzh-header-statistical.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.xyzh_header_statistical_more {
	position: absolute;
	top: .12rem;
	right: .12rem;
	padding-right: .2rem;
	line-height: .24rem;
	font-size: .18rem;
	color: #FFFFFF;
	font-weight: 600;
	background: url(../../images/course/icon-xyzh-header-statistical-arrow.png) no-repeat right center;
	background-size: .18rem auto;
}

.xyzh_header_statistical_con {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 1.2rem;
	padding-right: 1rem;
}

.xyzh_header_statistical_dl {
	color: #FFFFFF;
}

.xyzh_header_statistical_dl dt {
	line-height: .36rem;
	font-size: .32rem;
	font-weight: 600;
	font-family: 'D-DIN';
}

.xyzh_header_statistical_dl dt small {
	margin-left: .08rem;
	font-size: .14rem;
}

.xyzh_header_statistical_dl dd {
	line-height: .24rem;
	font-size: .16rem;
	font-weight: 600;
}

.xyzh_header_right {
	width: 9.2rem
}

.xyzh_header_opertp {
	padding: .1rem 1.2rem .1rem 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xyzh_header_bntwhite {
	display: flex;
	align-items: center;
	margin-left: .24rem;
	padding: 0 .24rem;
	height: .54rem;
	background: rgba(255, 255, 255, 0.2);
	border: solid rgba(255, 255, 255, 0.2) 2px;
	font-size: .18rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: .56rem;
	box-sizing: border-box;
}

.xyzh_header_bntyellow {
	display: flex;
	align-items: center;
	margin-left: .24rem;
	padding: 0 .2rem 0 .32rem;
	height: .54rem;
	background: linear-gradient(199.36deg, #FFDC00 -14.48%, #FFBA18 29.19%, #FF7B22 89.5%);
	border: solid rgba(255, 255, 255, 0.75) 2px;
	font-size: .2rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: .56rem;
	box-sizing: border-box;
}

.xyzh_header_bntedit:before {
	content: '';
	display: block;
	width: .18rem;
	height: .18rem;
	margin-right: .1rem;
	background: url(../../images/course/icon-xyzh-header-bntedit.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_bntqici:before {
	content: '';
	display: block;
	width: .18rem;
	height: .18rem;
	margin-right: .1rem;
	background: url(../../images/course/icon-xyzh-header-bntqici.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_bntkeche:after {
	content: '';
	display: block;
	width: .24rem;
	height: .24rem;
	margin-left: .04rem;
	background: url(../../images/course/icon-xyzh-header-bntkeche.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_data {
	position: relative;
	margin-top: .4rem;
	width: 100%;
	height: 7.6rem;
	box-sizing: border-box;
}

.xyzh_header_anim_one {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../../images/course/anim/icon-anim-ditu-one.png) no-repeat center center;
	background-size: 100% 100%;
}

.xyzh_header_anim_two {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	width: 2rem;
	height: 2.2rem;
	background: url(../../images/course/anim/icon-anim-ai.png) no-repeat center center;
	background-size: 100% 100%;
}

.xyzh_header_anim_three {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 1;
	width: 2rem;
	height: 2rem;
	background: url(../../images/course/anim/icon-anim-ditutwo.png) no-repeat center center;
	background-size: 100% 100%;
}

.xyzh_header_anim_four {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 12%);
	z-index: 2;
	width: 4rem;
	height: 2.31rem;
	background: url(../../images/course/anim/icon-anim-diquan.png) no-repeat center center;
	background-size: 100% 100%;
}

.xyzh_header_anim_five {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 5rem;
	height: 5rem;
	background: url(../../images/course/anim/icon-anim-fenzhi5.png) no-repeat center center;
	background-size: 100% 100%;
}

.xyzh_header_anim_row {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 0 .24rem;
	width: 1.95rem;
	height: 1.28rem;
	background: url(../../images/course/icon-xyzh-header-anim-card.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.xyzh_header_anim_row:before {
	content: '';
	width: .32rem;
	height: .32rem;
	margin-right: .1rem;
	margin-bottom: .32rem;
}

.xyzh_header_anim_row dl {
	color: #FFFFFF;
}

.xyzh_header_anim_row dt {
	line-height: .42rem;
	font-size: .38rem;
	font-weight: 600;
	font-family: 'D-DIN';
}

.xyzh_header_anim_row dt small {
	margin-left: .04rem;
	font-size: .14rem;
}

.xyzh_header_anim_row dd {
	line-height: .24rem;
	font-size: .16rem;
	font-weight: 600;
}

.xyzh_header_anim_01:before {
	background: url(../../images/course/icon-xyzh-header-anim01.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_anim_02:before {
	background: url(../../images/course/icon-xyzh-header-anim02.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_anim_03:before {
	background: url(../../images/course/icon-xyzh-header-anim03.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_anim_04:before {
	background: url(../../images/course/icon-xyzh-header-anim04.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_anim_05:before {
	background: url(../../images/course/icon-xyzh-header-anim05.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_header_anim_01 {
	top: 50%;
	left: 50%;
	transform: translate(-52%, -261%);
}

.xyzh_header_anim_02 {
	top: 50%;
	left: 50%;
	transform: translate(89%, -133%);
}

.xyzh_header_anim_03 {
	top: 50%;
	left: 50%;
	transform: translate(83%, 44%);
}

.xyzh_header_anim_04 {
	top: 50%;
	left: 50%;
	transform: translate(-191%, 46%);
}

.xyzh_header_anim_05 {
	top: 50%;
	left: 50%;
	transform: translate(-199%, -134%);
}

.xyzh_item_nav_fixed {
	position: absolute;
	top: 9.86rem;
	z-index: 998;
	width: 100%;
	box-sizing: border-box;
}

.xyzh_item_nav {
	padding: 0 1.2rem;
	width: 100%;
	height: .68rem;
	box-sizing: border-box;
}

.xyzh_item_nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.xyzh_item_nav ul {
	display: flex;
	align-items: center;
	height: .68rem;
	padding: .04rem;
	background: #FFFFFF;
	box-shadow: 0px .08rem .32rem 0px rgba(0, 0, 0, 0.05);
	border-radius: .68rem;
	box-sizing: border-box;
}

.xyzh_item_nav li {
	flex: 1;
	height: .6rem;
	line-height: .6rem;
	font-size: .2rem;
	font-weight: 800;
	font-family: "AlibabaPuHuiTi-3";
	border-radius: .68rem;
	text-align: center;
	cursor: pointer;
}

.xyzh_item_nav li.active {
	background: linear-gradient(90deg, #0cb9f2 0.41%, #6695ef 100.41%);
	color: #FFFFFF;
}

.xyzh_item {
	padding: .2rem 1.2rem .4rem;
}

.xyzh_item_head {
	margin-bottom: .4rem;
	display: flex;
	align-items: center;
}

.xyzh_item_title {
	line-height: .58rem;
	font-size: .48rem;
	font-family: 'FZLanTingHeiS-B-GB';
}

.xyzh_columnset {
	position: absolute;
	top: 11.2rem;
	right: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .24rem;
	min-width: .5rem;
	height: .46rem;
	background: #FFFFFF;
	border: solid rgba(0, 77, 229, 0.5) 1px;
	font-size: .16rem;
	color: rgba(0, 77, 229, 0.8);
	font-weight: 500;
	box-sizing: border-box;
	border-radius: .46rem;
	cursor: pointer;
}

.xyzh_columnset:before {
	content: '';
	width: .14rem;
	height: .14rem;
	margin-right: .04rem;
	background: url(../../images/course/icon-xyzh-columnset.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_item_tab {
	display: flex;
	align-items: center;
	padding: .05rem;
	height: .58rem;
	background: #f2f6fe;
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_item_tab li {
	padding: 0 .16rem;
	min-width: 1.92rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .18rem;
	font-weight: 600;
	white-space: nowrap;
	border-radius: .12rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

.xyzh_item_tab li.active {
	background: #FFFFFF;
	color: #004DE5;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.pop_columnset {
	position: fixed;
	right: .36rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 3.5rem;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: 0px 1px .12rem 0px rgba(184, 187, 193, 0.5767);
	border-radius: .08rem;
}

.pop_columnset_head {
	padding: 0 .24rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: .5rem;
	background: rgba(0, 77, 229, 0.8);
}

.pop_columnset_title {
	font-size: .16rem;
	color: #FFFFFF;
}

.pop_columnset_close {
	width: .18rem;
	height: .18rem;
	background: url(../../images/course/icon-pop-columnset-close.png) no-repeat;
	background-size: 100% 100%;
}

.pop_columnset_body {
	padding: .16rem .24rem;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pop_columnset_list {
}

.pop_columnset_list li {
	margin-top: .1rem;
	padding: 0 .2rem;
	height: .46rem;
	border: solid #F2F2F2 1px;
	border-radius: .04rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.pop_columnset_list li:first-child {
	margin-top: 0;
}

.pop_columnset_list li .pop_columnset_name {
	flex: 1;
	font-size: .14rem;
	color: #131B26;
}

.pop_columnset_list li .pop_columnset_show {
	margin-left: .16rem;
	width: .18rem;
	height: .18rem;
	background: url(../../images/course/icon-pop-columnset-show.png) no-repeat;
	background-size: 100% 100%;
}

.pop_columnset_list li .pop_columnset_show.pop_columnset_hide {
	background: url(../../images/course/icon-pop-columnset-hide.png) no-repeat;
	background-size: 100% 100%;
}

.pop_columnset_list li .pop_columnset_drag {
	margin-left: .16rem;
	width: .18rem;
	height: .18rem;
	background: url(../../images/course/icon-pop-columnset-drag.png) no-repeat;
	background-size: 100% 100%;
	cursor: move;
}

.pop_columnset_foot {
	padding: .08rem .24rem .24rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pop_columnset_bntblue {
	margin-left: .3rem;
	padding: 0 .16rem;
	min-width: .92rem;
	height: .36rem;
	line-height: .36rem;
	background: #004DE5;
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 44px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}

.pop_columnset_bntwhite {
	margin-left: .3rem;
	padding: 0 .16rem;
	min-width: .92rem;
	height: .36rem;
	line-height: .36rem;
	border: solid #004DE5 1px;
	background: #FFFFFF;
	font-size: .14rem;
	color: #004DE5;
	font-weight: 600;
	border-radius: 44px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}


.xyzh_teach {
	display: flex;
	flex-wrap: wrap;
	min-height: .1rem;
	padding: .2rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_teach_row {
	width: 50%;
	padding: .2rem;
	box-sizing: border-box;
}

.xyzh_teach_head {
	display: flex;
	align-items: center;
	min-height: .3rem;
}

.xyzh_teach_title {
	display: flex;
	align-items: center;
	line-height: .3rem;
	font-size: .22rem;
	color: #131B26;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_teach_title:before {
	content: '';
	width: .08rem;
	height: .22rem;
	margin: 0 .12rem 0 0;
	background: #9E87FE;
	border-radius: .2rem;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_teach_list {
	margin-top: .16rem;
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns:repeat(2, 1fr);
}

.xyzh_teach_list li {
	display: flex;
	align-items: center;
	height: 1.2rem;
	padding: .24rem;
	border-radius: .16rem;
	margin: .08rem .08rem 0 0;
	box-sizing: border-box;
}

.xyzh_teach_list li:nth-child(2n) {
	margin-right: 0;
}

.xyzh_teach_list li.xyzh_teach_back_1 {
	background: #f1f1ff;
}

.xyzh_teach_list li.xyzh_teach_back_2 {
	background: #e6f4fe;
}

.xyzh_teach_list li.xyzh_teach_back_3 {
	background: #e6f4fe;
}

.xyzh_teach_list li.xyzh_teach_back_4 {
	background: #ecf8f6;
}

.xyzh_teach_list li.xyzh_teach_back_5 {
	background: #f3faff;
}

.xyzh_teach_list li.xyzh_teach_back_6 {
	background: #f5f3ff;
}

.xyzh_teach_list li.xyzh_teach_back_7 {
	background: #fff3e6;
}

.xyzh_teach_list li.xyzh_teach_back_8 {
	background: #ecf8f6;
}

.xyzh_teach_list .xyzh_teach_pic {
	width: .72rem;
	height: .72rem;
	margin-right: .24rem;
	overflow: hidden;
}

.xyzh_teach_list .xyzh_teach_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .12rem;
}

.xyzh_teach_dl {
	color: #131B26;
}

.xyzh_teach_dl dt {
	line-height: .24rem;
	font-size: .18rem;
	font-weight: 600;
}

.xyzh_teach_dl dd {
	line-height: .36rem;
	font-size: .36rem;
	font-weight: 600;
	margin-top: .08rem;
	font-family: 'D-DIN';
}

.xyzh_teach_aipie {
	margin-top: .24rem;
	height: 3rem;
	border: 1px solid #F0F5FF;
	border-radius: .16rem;
}

.xyzh_teach_aipie > div {
	z-index: 3;
}

.xyzh_teach_aipie:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: '';
	width: 2.12rem;
	height: 2.12rem;
	background: #F0F5FF;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 0px #4400EE0F inset;
}

.xyzh_teach_aipie:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: .88rem;
	height: .88rem;
	background: #ffffff;
	border-radius: 50%;
}

.xyzh_teach_ailine {
	margin-top: .24rem;
	height: 3rem;
	border: 1px solid #F0F5FF;
	border-radius: .16rem;
}

.xyzh_virtual {
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_virtual .swiper {
	height: 7.2rem;
}

.xyzh_virtual .swiper_pic {
	width: 100%;
	height: 7.2rem;
}

.xyzh_virtual .swiper_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.xyzh_virtual .swiper-pagination {
	padding: 0 .48rem .32rem 0;
	text-align: right;
	box-sizing: border-box;
}

.xyzh_virtual .swiper-pagination-bullet {
	position: relative;
	width: 1.5rem;
	padding: 0 .08rem;
	margin: 0 !important;
	height: auto;
	opacity: 1;
	background: none;
	border-radius: 0;
}

.xyzh_virtual .swiper-pagination-bullet:before {
	position: absolute;
	top: 1.06rem;
	left: 0;
	right: 0;
	content: '';
	display: block;
	width: 100%;
	height: .06rem;
	background: rgba(255, 255, 255, 0.2);
}

.xyzh_virtual .swiper-pagination-bullet:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.xyzh_virtual .swiper-nav-pic {
	width: 1.5rem;
	height: .82rem;
	border: .05rem solid rgba(255, 255, 255, 0);
	border-radius: .1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.xyzh_virtual .swiper-nav-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.xyzh_virtual .swiper-nav-txt {
	margin-top: .48rem;
	padding: 0 .05rem;
	line-height: .22rem;
	font-size: .16rem;
	color: #FFFFFF;
	font-weight: 600;
	text-align: left;
}

.xyzh_virtual .swiper-pagination-bullet-active {
}

.xyzh_virtual .swiper-pagination-bullet-active:before {
	background: #004DE5;
}

.xyzh_virtual .swiper-pagination-bullet-active .swiper-nav-pic {
	border: .05rem solid rgba(255, 255, 255, 0.6);
}

.xyzh_aibase {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.75) 17.87%), linear-gradient(180deg, rgba(0, 77, 229, 0.5) 0%, rgba(12, 185, 242, 0.5) 34.69%);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_aibase_data {
	padding: 0 .4rem;
	height: 1.62rem;
	display: flex;
	align-items: center;
}

.xyzh_aibase_row {
	position: relative;
	width: 33.33rem;
	text-align: center;
}

.xyzh_aibase_row:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 2px;
	height: .36rem;
	background: rgba(0, 0, 0, 0.05);
}

.xyzh_aibase_row:first-child:before {
	display: none;
}

.xyzh_aibase_dl {
}

.xyzh_aibase_dl dt {
	line-height: .56rem;
	font-size: .38rem;
	color: #131B26;
	font-weight: 600;
	font-family: 'D-DIN';
}

.xyzh_aibase_dl dd {
	line-height: .36rem;
	font-size: .2rem;
	color: #474C59;
	font-weight: 600;
}

.xyzh_aibase_icon01:before {
	content: '';
	width: .2rem;
	height: .2rem;
	margin: -.03rem .06rem 0 0;
	background: url(../../images/course/icon-xyzh-aibase-01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_aibase_icon02:before {
	content: '';
	width: .2rem;
	height: .2rem;
	margin: -.03rem .06rem 0 0;
	background: url(../../images/course/icon-xyzh-aibase-02.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_aibase_icon03:before {
	content: '';
	width: .2rem;
	height: .2rem;
	margin: -.03rem .06rem 0 0;
	background: url(../../images/course/icon-xyzh-aibase-03.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_aibase_cont {
	display: flex;
	align-items: center;
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_aibase_pic {
	width: 9.6rem;
	height: 6.8rem;
	overflow: hidden;
	margin-right: .3rem;
}

.xyzh_aibase_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .24rem;
}

.xyzh_aibase_list {
	width: 6.3rem;
	height: 6.8rem;
	overflow: hidden;
}

.xyzh_aibase_list ul {
}

.xyzh_aibase_list li {
	margin-top: .24rem;
	padding: .24rem;
	background: #e7f8fe;
	border: solid #b6eafb 1px;
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_aibase_list li:first-child {
	margin-top: 0;
}

.xyzh_aibase_list li .xyzh_aibase_name {
	margin-bottom: .16rem;
	line-height: 1;
	font-size: .24rem;
	color: #131B26;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xyzh_aibase_list li .xyzh_aibase_zjm {
	margin-bottom: .2rem;
	line-height: 1.2;
	font-size: .15rem;
	color: #004DE5;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xyzh_aibase_list li .xyzh_aibase_zjm:before {
	content: '';
	width: .18rem;
	height: .18rem;
	margin: -.03rem .06rem 0 0;
	background: url(../../images/course/icon-xyzh-aibase-zjm.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_aibase_list li .xyzh_aibase_text {
	line-height: 1.6;
	font-size: .16rem;
	color: #474C59;
	font-weight: 600;
	text-align: justify;
}

.xyzh_knowledge_box {
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_knowledge_main {
	height: 9.1rem;
	background: #f2f6fe;
	border-radius: .24rem;
	overflow: hidden;
}

/*课程简介*/
.xyzh_courseintr {
	margin-top: .4rem;
	padding: 0 .36rem .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_courseintr_list {
}

.xyzh_courseintr_item {
	padding: .54rem .24rem;
	border-bottom: solid rgba(0, 0, 0, .1) 1px;
}

.xyzh_courseintr_item:last-child {
	border-bottom: 0;
}

.xyzh_courseintr_head {
	line-height: .46rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xyzh_courseintr_title {
	flex: 1;
	line-height: .46rem;
	font-size: .28rem;
	color: #131B26;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.xyzh_courseintr_title:before {
	content: '';
	width: .06rem;
	height: .24rem;
	margin: 0 .12rem 0 0;
	background: #004DE5;
	border-radius: .24rem;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_courseintr_edit {
	margin-left: .12rem;
	display: flex;
	align-items: center;
	padding: 0 .16rem;
	height: .46rem;
	line-height: .46rem;
	border: solid #e5edfc 1px;
	font-size: .15rem;
	color: #474C59;
	font-weight: 600;
	border-radius: .36rem;
	box-sizing: border-box;
}

.xyzh_courseintr_edit:before {
	content: '';
	width: .16rem;
	height: .16rem;
	margin-right: .06rem;
	background: url(../../images/course/icon-xyzh-courseintr-edit.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_courseintr_dele {
	margin-left: .12rem;
	display: flex;
	align-items: center;
	padding: 0 .16rem;
	height: .46rem;
	line-height: .46rem;
	border: solid #e5edfc 1px;
	font-size: .15rem;
	color: #474C59;
	font-weight: 600;
	border-radius: .36rem;
	box-sizing: border-box;
}

.xyzh_courseintr_dele:before {
	content: '';
	width: .16rem;
	height: .16rem;
	margin-right: .06rem;
	background: url(../../images/course/icon-xyzh-courseintr-dele.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_courseintr_cont {
	margin-top: .3rem;
	line-height: .36rem;
	font-size: .2rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_courseintr_bott {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.46rem;
	background: url(../../images/course/icon-xyzh-courseintr-bott.png) repeat-x;
	background-size: auto 1.46rem;
	border: dashed #80a6f2 2px;
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_courseintr_bott_add {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	height: .5rem;
	background: #f5f8fe;
	border: solid #80a6f2 1px;
	font-size: .15rem;
	color: #004DE5;
	font-weight: 600;
	border-radius: .36rem;
	box-sizing: border-box;
}

.xyzh_courseintr_bott_add:before {
	content: '';
	display: inline-block;
	width: .16rem;
	height: .16rem;
	margin-right: .06rem;
	background: url(../../images/course/icon-xyzh-courseintr-bott-add.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_courseintr_bntBlue {
	margin-left: .12rem;
	width: .92rem;
	height: .36rem;
	line-height: .36rem;
	background: linear-gradient(139.98deg, #004DE5 -38.96%, #AB99FF 168.95%);
	border: 0 none;
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: .36rem;
	box-shadow: 0px 4px 11px 0px rgba(86, 82, 255, 0.1749);
	cursor: pointer;
	text-align: center;
}

.xyzh_courseintr_bntWhite {
	margin-left: .12rem;
	width: .92rem;
	height: .36rem;
	line-height: .34rem;
	border: 1px solid rgba(0, 77, 229, 0.5);
	font-size: .14rem;
	color: rgba(0, 77, 229, 0.8);
	font-weight: 600;
	border-radius: .36rem;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.xyzh_courseintr_input {
	width: 3rem;
	height: .36rem;
	padding: .07rem;
	line-height: .2rem;
	border: 1px solid rgba(0, 77, 229, 0.5);
	font-size: .14rem;
	color: #131B26;
	border-radius: 4px;
	box-sizing: border-box;
}

.xyzh_teacherteam {
	position: relative;
	margin-top: .3rem;
	height: 6.2rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_teacherteam_list {
	padding: .3rem;
	display: flex;
	align-items: center;
}

.xyzh_teacherteam_rows {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: .3rem;
	padding: .32rem .24rem 0;
	width: 3.82rem;
	height: 5.6rem;
	background: #e5edfc;
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_teacherteam_rows:first-child {
	margin-left: 0;
}

.xyzh_teacherteam_pic {
	width: 1.6rem;
	height: 1.6rem;
	overflow: hidden;
}

.xyzh_teacherteam_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .16rem;
}

.xyzh_teacherteam_name {
	margin-top: .24rem;
	line-height: .36rem;
	font-size: .24rem;
	color: #131B26;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_teacherteam_school {
	margin-top: .12rem;
	line-height: .18rem;
	font-size: .18rem;
	color: #407aec;
	font-weight: 500;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_teacherteam_job {
	margin-top: .18rem;
	padding: 0 .1rem;
	height: .32rem;
	line-height: .32rem;
	background: #ccdbfa;
	font-size: .16rem;
	color: #004DE5;
	font-weight: 500;
	border-radius: .08rem;
}

.xyzh_teacherteam_text {
	margin-top: .24rem;
	min-height: 1.28rem;
	line-height: .32rem;
	font-size: .18rem;
	color: #131B26;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.xyzh_teacherteam_more {
	margin-top: .2rem;
	display: flex;
	align-items: center;
	padding: 0 .16rem;
	height: .32rem;
	background: #FFFFFF;
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
	border-radius: .32rem;
}

.xyzh_teacherteam_rows:nth-child(2n) {
	background: #e7f8fe;
}

.xyzh_teacherteam_rows:nth-child(2n) .xyzh_teacherteam_school {
	color: #3dc7f5;
}

.xyzh_teacherteam_rows:nth-child(2n) .xyzh_teacherteam_job {
	background: #c2edfc;
	color: #0cb9f2;
}

.xyzh_teacherteam_page {
	position: absolute;
	right: 0;
	top: -1.04rem;
	display: flex;
	align-items: center;
	padding: 0 .08rem;
	min-width: 1rem;
	height: .64rem;
	background: #e7f8fe;
	border-radius: .64rem;
}

.xyzh_teacherteam .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	top: auto;
	bottom: auto;
	margin: 0 .24rem;
	width: auto;
	display: flex;
	align-items: center;
}

.xyzh_teacherteam .swiper-pagination-bullet {
	width: .16rem;
	height: .08rem;
	background: rgba(0, 0, 0, .3);
	border-radius: .08rem;
	transition: all .3s linear;
}

.xyzh_teacherteam .swiper-pagination-bullet-active {
	width: .8rem;
	background: #FFFFFF;
}

.xyzh_teacherteam .swiper-button-prev {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	width: .48rem;
	height: .48rem;
	background: #FFFFFF;
	border-radius: 50%;
}

.xyzh_teacherteam .swiper-button-next {
	position: relative;
	right: auto;
	top: auto;
	margin: 0;
	width: .48rem;
	height: .48rem;
	background: #FFFFFF;
	border-radius: 50%;
}

.xyzh_teacherteam .swiper-button-next:after, .xyzh_teacherteam .swiper-button-prev:after {
	font-size: .24rem;
	color: #474C59;
	font-weight: 600;
}

.xyzh_teacherteam .swiper-button-next.swiper-button-disabled, .xyzh_teacherteam .swiper-button-prev.swiper-button-disabled {
	opacity: .7;
}

/*资源统计*/
.xyzh_resour {
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_resour_list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: .15rem;
}

.xyzh_resour_list li {
	width: 33.33%;
	padding: .15rem;
	box-sizing: border-box;
}

.xyzh_resour_list li.xyzh_resour_wid25 {
	width: 25%;
}

.xyzh_resour_list li .xyzh_resour_card {
	display: flex;
	align-items: center;
	padding: .2rem;
	height: 1.2rem;
	border-radius: .2rem;
	box-sizing: border-box;
}

.xyzh_resour_list li:nth-child(1) .xyzh_resour_card {
	background: linear-gradient(90deg, #F2F7FF 0%, #F2F9FF 100%);
}

.xyzh_resour_list li:nth-child(2) .xyzh_resour_card {
	background: linear-gradient(90deg, #EBFFFB 0%, #F0FFFE 100%);
}

.xyzh_resour_list li:nth-child(3) .xyzh_resour_card {
	background: linear-gradient(90deg, #F2F7FF 0%, #F2F9FF 100%);
}

.xyzh_resour_list li:nth-child(4) .xyzh_resour_card {
	background: linear-gradient(90deg, #F0EDFF 0%, #F5F5FF 100%);
}

.xyzh_resour_list li:nth-child(5) .xyzh_resour_card {
	background: linear-gradient(90deg, #EBFFFB 0%, #F0FFFE 100%);
}

.xyzh_resour_list li:nth-child(6) .xyzh_resour_card {
	background: linear-gradient(90deg, #F2F7FF 0%, #F2F9FF 100%);
}

.xyzh_resour_list li:nth-child(7) .xyzh_resour_card {
	background: linear-gradient(90deg, #F0EDFF 0%, #F5F5FF 100%);
}

.xyzh_resour_list li img {
	width: .8rem;
	height: .8rem;
	margin-right: .2rem;
	display: block;
	border-radius: .12rem;
}

.xyzh_resour_dl {
	flex: 1;
}

.xyzh_resour_dl dt {
	line-height: .28rem;
	font-size: .2rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_resour_dl dd {
	line-height: .28rem;
	font-size: .28rem;
	color: #131B26;
	font-weight: 600;
	font-style: italic;
	font-family: 'D-DIN';
}

.xyzh_banstat {
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_banstat_title {
	line-height: .52rem;
	font-size: .26rem;
}

.xyzh_banstat_box {
	margin-top: .3rem;
	border-radius: .24rem;
	overflow: hidden;
}

.xyzh_banstat_head {
	display: flex;
	align-items: center;
	padding: 0 .36rem;
	height: .8rem;
	background: #ccdbfa;
	border-bottom: solid #ffffff 1px;
}

.xyzh_banstat_head_h2 {
	font-size: .22rem;
	font-weight: 600;
}

.xyzh_banstat_body {
	overflow: hidden;
}

.xyzh_banstat_body ul {
	display: flex;
	align-items: center;
}

.xyzh_banstat_body li {
	flex: 1;
	padding: 0 .36rem;
	width: 33.33%;
	height: .76rem;
	line-height: .76rem;
	background: #f2f6fe;
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.xyzh_banstat_body li {
	border: solid #ffffff 1px;
}

.xyzh_banstat_foot {
	display: flex;
	align-items: center;
	justify-content: center;
	height: .76rem;
	background: #f2f6fe;
	border-top: solid #ffffff 1px;
}

.xyzh_banstat_more {
	display: flex;
	align-items: center;
	font-size: .2rem;
	font-weight: 600;
}

.xyzh_banstat_more:after {
	content: '';
	display: block;
	margin-left: .06rem;
	width: .18rem;
	height: .18rem;
	background: url(../../images/course/icon-xyzh-banstat-more.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
	transition: all .3s linear;
}

.xyzh_banstat_more.down:after {
	transform: rotate(180deg);
}

.xyzh_banstat_body ul:nth-child(n+6) {
	display: none;
}

.xyzh_banstat_body.xyzh_banstat_show ul:nth-child(n+6) {
	display: flex;
}

.xyzh_selkctj {
	height: 3.62rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_entirety {
	position: relative;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_entirety_tips {
	padding: .3rem .3rem 0;
	line-height: .52rem;
	font-size: .26rem;
}

.xyzh_entirety_ech {
	height: 3.6rem;
}

.xyzh_discuss {
	position: relative;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_discuss_tips {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: .3rem .3rem 0;
	line-height: .52rem;
	font-size: .26rem;
}

.xyzh_discuss_ech {
	height: 4.2rem;
}

.xyzh_roomact {
	position: relative;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_roomact_tips {
	padding: .3rem .3rem 0;
	line-height: .52rem;
	font-size: .26rem;
}

.xyzh_roomact_ech {
	height: 3.6rem;
}

.xyzh_ksfen {
	position: relative;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_ksfen_tips {
	padding: .3rem .3rem 0;
	line-height: .52rem;
	font-size: .26rem;
}

.xyzh_ksfen_ech {
	height: 3.8rem;
}

.xyzh_ksfen_ech > div {
	z-index: 3;
}

.xyzh_ksfen_ech:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -58%);
	z-index: 1;
	content: '';
	width: 2.7rem;
	height: 2.7rem;
	background: #F0F5FF;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 0px #4400EE0F inset;
}

.xyzh_ksfen_ech:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -72%);
	z-index: 2;
	content: '';
	width: 1rem;
	height: 1rem;
	background: #ffffff;
	border-radius: 50%;
}

.xyzh_select {
	position: relative;
	background: #f6f9ff;
	border-radius: .16rem;
	cursor: pointer;
}

.xyzh_select_name {
	padding: 0 .46rem 0 .24rem;
	width: 3.2rem;
	height: .58rem;
	line-height: .58rem;
	font-size: .18rem;
	color: #474C59;
	font-weight: 600;
	box-sizing: border-box;
}

.xyzh_select_name:after {
	position: absolute;
	right: .24rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: .18rem;
	height: .18rem;
	background: url(../../images/course/icon-xyzh-select-arrow.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_select_con {
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 111;
	width: 100%;
	padding: 6px 2px;
	border: 1px solid #D4D6D9;
	background: #FFFFFF;
	border-radius: .08rem;
	box-shadow: 0px 2px .12rem rgba(175, 187, 204, 0.75);
	box-sizing: border-box;
}

.xyzh_select_con ul {
	max-height: 2.88rem;
	overflow: auto;
}

.xyzh_select_con li {
	padding: 0 .2rem;
	line-height: .48rem;
	font-size: .18rem;
	color: #474C59;
	font-weight: 600;
	cursor: pointer;
}

.xyzh_select_con li:hover {
	background: #f6f9ff;
}

.xyzh_select_con li.active {
	background: #e5edfc;
}

/*教师团队*/
.xyzh_teacher {
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_teacher_list .xyzh_teacher_item:nth-child(n+6) {
	display: none;
}

.xyzh_teacher_show .xyzh_teacher_item:nth-child(n+6) {
	display: flex;
}

.xyzh_teacher_item {
	position: relative;
	display: flex;
	margin-bottom: .3rem;
	padding: .3rem .4rem;
	background: #edf3fd;
	border: solid #d9e4fb 1px;
	border-radius: .24rem;
	box-sizing: border-box;
}

.xyzh_teacher_item .xyzh_courseintr_edit {
	position: absolute;
	right: .44rem;
	top: .4rem;
	border-color: rgba(0, 0, 0, 0.2);
	height: .42rem;
	line-height: .4rem;
}

.xyzh_teacher_pic {
	width: 1.2rem;
	height: 1.6rem;
	margin-right: .4rem;
	overflow: hidden;
}

.xyzh_teacher_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .2rem;
}

.xyzh_teacher_con {
	flex: 1;
}

.xyzh_teacher_title {
	padding-right: 1.2rem;
	line-height: .36rem;
	display: flex;
	align-items: center;
}

.xyzh_teacher_name {
	font-size: .24rem;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_teacher_job {
	flex: 1;
	margin-left: .12rem;
	font-size: .18rem;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.xyzh_teacher_unit {
	padding-right: 1.2rem;
	margin-top: .04rem;
	line-height: .32rem;
	font-size: .16rem;
	color: rgba(0, 0, 0, 0.95);
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_teacher_text {
	margin-top: .2rem;
	line-height: .24rem;
	font-size: .16rem;
	color: rgba(0, 0, 0, 0.5);
	font-family: "AlibabaPuHuiTi-3";
	text-align: justify;
}

.xyzh_teacher_tag {
	margin: .18rem 0 0 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.xyzh_teacher_tag li {
	margin: .12rem .12rem 0 0;
	padding: 0 .12rem;
	height: .32rem;
	line-height: .32rem;
	background: #e0eafc;
	font-size: .14rem;
	color: #3371ea;
	font-weight: 600;
	border-radius: .08rem;
}

.xyzh_teacher_foot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .3rem;
	height: .76rem;
}

/*课程章节*/
.xyzh_kcchapter {
	display: flex;
	align-items: flex-start;
}

.xyzh_kcchapter_slid {
	width: 2.7rem;
	padding: 1px;
	background: linear-gradient(90deg, #ccdcfa, #f2f6fe);
	border-radius: .2rem;
	box-sizing: border-box;
}

.xyzh_kcchapter_nav {
	padding: .2rem 0;
	min-height: 1rem;
	background: rgba(255, 255, 255, .95);
	border-radius: .2rem;
}

.xyzh_kcchapter_list {
	padding: 0 .2rem;
	height: 8rem;
	overflow: auto;
}

.xyzh_kcchapter_list li {
	margin-top: .16rem;
	padding: .14rem .2rem;
	min-height: .22rem;
	line-height: .22rem;
	font-size: .16rem;
	color: #474C59;
	font-weight: 600;
	border-radius: .08rem;
	cursor: pointer;
}

.xyzh_kcchapter_list li:first-child {
	margin-top: 0;
}

.xyzh_kcchapter_list li:hover {
	background: linear-gradient(90deg, #dbf4fd 0%, #f2fbfe 100%);
}

.xyzh_kcchapter_list li.active {
	background: linear-gradient(90deg, #3dc6f5 0%, #4d86ed 100%);
	color: #FFFFFF;
}

.xyzh_kcchapter_cont {
	flex: 1;
	margin-left: .4rem;
	background: #f2f6fe;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: .2rem;
	box-sizing: border-box;
}

.xyzh_kcchapter_head {
	display: flex;
	align-items: center;
	padding: 0 .32rem;
	height: 1.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.88) 100%), linear-gradient(0deg, #004DE5, #004DE5);
	border-radius: .2rem .2rem 0 0;
}

.xyzh_kcchapter_title {
	line-height: .48rem;
	font-size: .26rem;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_kcchapter_body {
	padding: .1rem 0 .2rem;
	background: #FFFFFF;
	border-radius: 0 0 .2rem .2rem;
	box-sizing: border-box;
}

.xyzh_kcchapter_group {
	height: 6.9rem;
	overflow: auto;
}

.xyzh_kcchapter_item {
	position: relative;
	padding: .3rem .34rem;
}

.xyzh_kcchapter_item:before {
	position: absolute;
	bottom: 0;
	left: .34rem;
	right: .34rem;
	content: '';
	display: block;
	height: 1px;
	border-bottom: dashed #dbf5fd 1px;
}

.xyzh_kcchapter_title {
	display: flex;
	align-items: center;
}

.xyzh_kcchapter_name {
	flex: 1;
	line-height: .3rem;
	font-size: .2rem;
	color: #131B26;
	font-weight: 600;
	cursor: pointer;
}

.xyzh_kcchapter_try {
	padding: 0 .12rem;
	height: .3rem;
	line-height: .3rem;
	border: 1px solid #e7f8fe;
	background: #cdd7ed;
	font-size: .16rem;
	color: #474C59;
	font-weight: 600;
	border-radius: .06rem .14rem;
}

.xyzh_kcchapter_data {
	margin-top: .14rem;
	display: flex;
	align-items: center;
}

.xyzh_kcchapter_data ul {
	display: flex;
	flex-wrap: wrap;
	padding: .04rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), linear-gradient(90deg, #0CB9F2 0%, #004DE5 100%);
	border-radius: .14rem;
}

.xyzh_kcchapter_data li {
	margin-right: .14rem;
	padding: 0 .1rem;
	height: .34rem;
	display: flex;
	align-items: center;
}

.xyzh_kcchapter_data li:last-child {
	margin-right: 0;
}

.xyzh_kcchapter_icon {
	width: .2rem;
	height: .2rem;
}

.xyzh_kcchapter_video {
	background: url(../../images/course/icon-xyzh-kcchapter-video.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_kcchapter_word {
	background: url(../../images/course/icon-xyzh-kcchapter-word.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_kcchapter_pic {
	background: url(../../images/course/icon-xyzh-kcchapter-pic.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_kcchapter_other {
	background: url(../../images/course/icon-xyzh-kcchapter-other.png) no-repeat;
	background-size: 100% 100%;
}

.xyzh_kcchapter_text {
	padding: 0 .1rem;
	font-size: .16rem;
	color: #474C59;
	font-weight: 600;
}

.xyzh_kcchapter_num {
	font-size: .18rem;
	color: #474C59;
	font-weight: 600;
	font-family: 'D-DIN';
}

.xyzh_kcchapter_item:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), linear-gradient(0deg, #0CB9F2, #0CB9F2);
}

.xyzh_kcchapter_item:hover .xyzh_kcchapter_name {
	color: #004DE5;
}

/*师生互答*/
.xyzh_answer {
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_answer_head {
	display: flex;
	align-items: flex-start;
	padding: .4rem .4rem .3rem;
	border-bottom: solid rgba(0, 0, 0, 0.15) 1px;
	box-sizing: border-box;
}

.xyzh_answer_form_pic {
	width: .54rem;
	height: .54rem;
	margin-right: .24rem;
	overflow: hidden;
}

.xyzh_answer_form_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.xyzh_answer_form_con {
	flex: 1;
}

.xyzh_answer_form_input {
	display: flex;
	margin-bottom: .16rem;
}

.xyzh_answer_form_input .formInput {
	flex: 1;
	width: 100%;
}

.xyzh_answer_form_area {
	display: flex;
	margin-bottom: .2rem;
}

.xyzh_answer_form_area .formTextarea {
	flex: 1;
	width: 100%;
	height: 1.2rem;
}

.xyzh_answer_form_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xyzh_answer_form_btn .formButton {
	width: .92rem;
	height: .36rem;
	line-height: .36rem;
	background: linear-gradient(139.98deg, #004DE5 -38.96%, #AB99FF 168.95%);
	border: 0 none;
	font-size: .14rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: .36rem;
	box-shadow: 0px 4px 11px 0px rgba(86, 82, 255, 0.1749);
	cursor: pointer;
}

.xyzh_answer_body {
	padding-bottom: .5rem;
}

.xyzh_answer_group {
}

.xyzh_answer_item {
	display: flex;
	align-items: flex-start;
	padding: .3rem .4rem 0;
	box-sizing: border-box;
}

.xyzh_answer_pic {
	width: .42rem;
	height: .42rem;
	margin-right: .12rem;
	overflow: hidden;
}

.xyzh_answer_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.xyzh_answer_con {
	position: relative;
	flex: 1;
	min-height: .42rem;
	padding-bottom: .24rem;
	border-bottom: solid #F2F2F2 1px;
	box-sizing: border-box;
}

.xyzh_answer_oper {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	display: flex;
}

.xyzh_answer_zan, .xyzh_answer_huida {
	margin-left: .24rem;
	padding-left: .2rem;
	height: .2rem;
	line-height: .2rem;
	font-size: .14rem;
	color: #8A8B99;
	font-weight: 600;
}

.xyzh_answer_zan {
	background: url(../../images/course/icon-xyzh-answer-zan.png) no-repeat left center;
	background-size: .16rem .16rem;
}

.xyzh_answer_zan.active {
	background: url(../../images/course/icon-xyzh-answer-zan-blue.png) no-repeat left center;
	background-size: .16rem .16rem;
	color: #004DE5;
}

.xyzh_answer_huida {
	background: url(../../images/course/icon-xyzh-answer-huida.png) no-repeat left center;
	background-size: .16rem .16rem;
}

.xyzh_answer_name {
	line-height: .2rem;
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_answer_time {
	margin-top: .04rem;
	line-height: .18rem;
	font-size: .12rem;
	color: #8A8B99;
	font-weight: 600;
}

.xyzh_answer_text {
	margin-top: .16rem;
	line-height: 160%;
	font-size: .16rem;
	font-weight: 600;
}

.xyzh_answer_stud {
	margin-top: .16rem;
	background: #F7F8FA;
	border: solid rgba(0, 0, 0, 0.03) 1px;
	border-radius: .1rem;
	box-sizing: border-box;
}

.xyzh_stud_item {
	display: flex;
	align-items: flex-start;
	padding: .2rem .24rem;
	border-bottom: solid #E6ECF5 1px;
	box-sizing: border-box;
}

.xyzh_stud_item:last-child {
	border-bottom: 0;
}

.xyzh_stud_pic {
	width: .24rem;
	height: .24rem;
	margin-right: .12rem;
	overflow: hidden;
}

.xyzh_stud_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.xyzh_stud_con {
	flex: 1;
}

.xyzh_stud_title {
	display: flex;
	align-items: center;
	height: .24rem;
	line-height: .24rem;
}

.xyzh_stud_name {
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_stud_time {
	margin-left: .08rem;
	font-size: .12rem;
	color: #8A8B99;
	font-weight: 600;
}

.xyzh_stud_text {
	margin-top: .12rem;
	line-height: 160%;
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_answer_more {
	margin-top: .16rem;
	line-height: .18rem;
}

.xyzh_answer_more .xyzh_answer_href {
	font-size: .12rem;
	color: #8A8B99;
	font-weight: 600;
}

.xyzh_answer_myform {
	margin-top: .16rem;
	display: none;
}

.xyzh_answer_more_down {
	margin-top: .3rem;
	height: .36rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*课程评价*/
.xyzh_evaluat {
	padding: .3rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_evaluat_total {
	margin-bottom: .1rem;
	display: flex;
	align-items: center;
	height: .52rem;
}

.xyzh_evaluat_total_name {
	margin-right: .2rem;
	font-size: .26rem;
	color: #131B26;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_evaluat_total_numbar {
	margin-right: .2rem;
	font-size: .26rem;
	color: #FF7B22;
	font-weight: 600;
	font-family: "AlibabaPuHuiTi-3";
}

.xyzh_evaluat_total_gong {
	margin-right: .2rem;
	font-size: .18rem;
	color: #474C59;
	font-weight: 600;
}

.xyzh_evaluat_mywant {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: rgba(0, 77, 229, 0.8);
}

.xyzh_evaluat_mywant:before {
	content: '';
	width: .16rem;
	height: .16rem;
	margin-right: .04rem;
	background: url(../../images/course/icon-xyzh-evaluat-mywant.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_evaluat_group {
}

.xyzh_evaluat_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: .2rem 0;
	border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
	box-sizing: border-box;
}

.xyzh_evaluat_pic {
	width: .42rem;
	height: .42rem;
	margin-right: .2rem;
	overflow: hidden;
}

.xyzh_evaluat_pic img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.xyzh_evaluat_con {
	flex: 1;
}

.xyzh_evaluat_title {
	display: flex;
	align-items: center;
	height: .2rem;
	line-height: .2rem;
}

.xyzh_evaluat_name {
	font-size: .16rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_evaluat_time {
	margin-top: .04rem;
	font-size: .14rem;
	color: #8A8B99;
	font-weight: 600;
}

.xyzh_evaluat_text {
	margin-top: .12rem;
	line-height: 170%;
	font-size: .18rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_grade {
	position: absolute;
	right: 0;
	top: .3rem;
	display: flex;
	align-items: center;
}

.xyzh_grade_num {
	margin-left: .12rem;
	font-size: .18rem;
	font-weight: 600;
}

.xyzh_grade_bar {
	width: 100%;
	height: .33rem;
	background: url(../../images/course/icon-xyzh-grade-bar.png) no-repeat;
	background-size: 2.4rem 100%;
}

.xyzh_grade_slider {
	width: 1.2rem;
	height: .17rem;
	background: url(../../images/course/icon-xyzh-grade-bar.png) no-repeat;
	background-size: 100% auto;
}

.xyzh_grade_bar_0 {
	background-position: 0 0;
	background-size: 100% auto;
}

.xyzh_grade_bar_1 {
	background-position: 0 -.2rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_2 {
	background-position: 0 -.4rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_3 {
	background-position: 0 -.6rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_4 {
	background-position: 0 -.8rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_5 {
	background-position: 0 -1rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_6 {
	background-position: 0 -1.2rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_7 {
	background-position: 0 -1.4rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_8 {
	background-position: 0 -1.6rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_9 {
	background-position: 0 -1.8rem;
	background-size: 100% auto;
}

.xyzh_grade_bar_10 {
	background-position: 0 -2rem;
	background-size: 100% auto;
}

/*ai使用*/
.xyzh_aiusage {
	padding: .2rem;
	background: #FFFFFF;
	border-radius: .3rem;
}

.xyzh_aiusage_comone {
	display: flex;
}

.xyzh_aiusage_row {
	padding: .2rem;
	width: 50%;
	box-sizing: border-box;
}

.xyzh_aiyy_title {
	line-height: .28rem;
	font-size: .22rem;
	color: #131B26;
	font-weight: 400;
	font-family: "FZLanTingHeiS-B-GB"
}

.xyzh_aiyy_title:before {
	content: '';
	width: .08rem;
	height: .22rem;
	margin: -3px .12rem 0 0;
	background: #9E87FE;
	border-radius: .08rem;
	display: inline-block;
	vertical-align: middle;
}

.xyzh_aiyy_num {
	font-size: .28rem;
	font-family: 'D-DIN';
	font-weight: 700;
	margin: 0 .12rem;
	vertical-align: middle;
}

.xyzh_aiyy_danwei {
	font-size: .18rem;
	color: #131B26;
	font-weight: 400;
}

.xyzh_aiyy_conone {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: .24rem;
	height: 1.4rem;
	background: linear-gradient(111.12deg, rgba(237, 244, 255, 0.8) 13.93%, rgba(231, 248, 255, 0.8) 60.14%, rgba(226, 252, 254, 0.8) 80.88%);
	border-radius: .18rem;
	border: 1px solid rgba(196, 229, 243, 0.15);
	box-sizing: border-box;
}

.xyzh_aiyy_contwo {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: .24rem;
	height: 1.4rem;
	background: linear-gradient(90deg, rgba(211, 237, 254, 0.42) 0%, rgba(237, 240, 255, 0.56) 53.55%, rgba(242, 232, 253, 0.7) 100%);
	border-radius: .18rem;
	border: 1px solid rgba(196, 229, 243, 0.15);
	box-sizing: border-box;
}

.xyzh_aiyy_row {
	position: relative;
	padding: 0 .3rem;
}

.xyzh_aiyy_row:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.24rem;
	content: '';
	width: 1px;
	height: .48rem;
	background: #BBE0F2;
	display: block
}

.xyzh_aiyy_row:first-child:before {
	display: none;
}

.xyzh_aiyy_row dt {
	line-height: .24rem;
	font-size: .18rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_aiyy_row dd {
	line-height: .36rem;
	font-size: .36rem;
	font-family: 'D-DIN';
	font-weight: 700;
	margin-top: .12rem;
}

.xyzh_aiyy_row dd small {
	font-size: .2rem;
	margin-left: .04rem;
}

.xyzh_aiusage_comtwo {
	display: flex;
	padding: .05rem;
}

.xyzh_analysis_one {
	width: 4.1rem;
	padding: .15rem;
	box-sizing: border-box;
}

.xyzh_analysis_two {
	width: 8.1rem;
	padding: .15rem;
	box-sizing: border-box;
}

.xyzh_analysis_conone {
	margin-top: .24rem;
	height: 2.48rem;
	padding: .28rem .2rem 0;
	background: linear-gradient(180deg, #F2F8FF 0%, #F2F8FF 100%);
	border: solid rgba(196, 229, 243, 0.15) 1px;
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_analysis_contwo {
	margin-top: .24rem;
	height: 2.48rem;
	padding: .28rem .2rem 0;
	background: linear-gradient(180deg, #F7F6FF 0%, #F7F6FF 100%);
	border: solid rgba(210, 196, 243, 0.15) 1px;
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_analysis_conthree {
	margin-top: .24rem;
	height: 2.48rem;
	display: flex;
	flex-wrap: wrap;
}

.xyzh_analysis_item {
	display: flex;
	align-items: center;
	margin-top: .28rem;
	padding: 0 .2rem 0 .16rem;
	height: .82rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: .2rem;
}

.xyzh_analysis_item:first-child {
	margin-top: 0;
}

.xyzh_analysis_pic {
	width: .36rem;
	height: .36rem;
	overflow: hidden;
	margin-right: .08rem;
}

.xyzh_analysis_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.xyzh_analysis_name {
	flex: 1;
	font-size: 18px;
	font-weight: 600;
}

.xyzh_analysis_numbar {
	line-height: .36rem;
	font-size: .36rem;
	font-family: 'D-DIN';
	font-weight: 700;
	margin-top: .12rem;
}

.xyzh_analysis_numbar small {
	font-size: .2rem;
	margin-left: .04rem;
}

.xyzh_airesour_row {
	display: flex;
	align-items: center;
	margin: .08rem .08rem 0 0;
	padding: .24rem;
	width: 3.84rem;
	height: 1.2rem;
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_airesour_row:nth-child(1) {
	background: #f3faff;
	margin-top: 0;
}

.xyzh_airesour_row:nth-child(2) {
	background: #f5f3ff;
	margin-top: 0;
	margin-right: 0;
}

.xyzh_airesour_row:nth-child(3) {
	background: #fff3e6;
}

.xyzh_airesour_row:nth-child(4) {
	background: #ecf8f6;
	margin-right: 0;
}

.xyzh_airesour_pic {
	width: .72rem;
	height: .72rem;
	overflow: hidden;
	margin-right: .24rem;
}

.xyzh_airesour_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.xyzh_airesour_dl dt {
	line-height: .24rem;
	font-size: .18rem;
	color: #131B26;
	font-weight: 600;
}

.xyzh_airesour_dl dd {
	line-height: .36rem;
	font-size: .36rem;
	font-family: 'D-DIN';
	font-weight: 700;
	margin-top: .12rem;
}

.xyzh_airesour_dl dd small {
	font-size: .2rem;
	margin-left: .04rem;
}

.xyzh_aiusage_comthree {
	padding: .2rem;
}

.xyzh_intelligence {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .24rem;
}

.xyzh_intelligence_aipie, .xyzh_intelligence_ailine {
	width: 5.06rem;
	height: 3rem;
	border: solid #F0F5FF 1px;
	border-radius: .16rem;
	box-sizing: border-box;
}

.xyzh_intelligence_aipie:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: '';
	width: 2.12rem;
	height: 2.12rem;
	background: #F0F5FF;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 0px #4400EE0F inset;
}

.xyzh_intelligence_aipie:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: .88rem;
	height: .88rem;
	background: #ffffff;
	border-radius: 50%;
}

.xyzh_intelligence_aipie > div {
	z-index: 3;
}
