@media screen and (max-width: 768px) {
	html {
		overflow-x: hidden;
		height: 100%;
		-webkit-tap-highlight-color: transparent;
		font-size: calc(100vw / 7.5);
	}

	.role-course-header .logo img {
		width: 350px;
		 height: auto;
	}

	.index-banner {
		height: auto;
	}

	.index-banner .banner-img{
		display: block !important;
	}

	.footer-nav-content{
		height: auto;
	}

	.footer-nav-content .link-rmbs{
		display: block;
	}

	.footer-nav-content .content{
		padding: 0;
		float: none;
	}

	.footer-nav-content .fast-link {
		padding-left: 8%;
	}

	.footer-nav-content .content .weixin_img{
		width: 50%;
		font-size: 12px;
	}

	.footer-nav-content .weixin_img img{
		width: 80px;
	}

	.footer-nav-content .content.mba_info{
		width: 100%;
	}

	.footer-nav-content .content.mba_info .img_to_mba {
		padding: 0;
	}

	.footer-nav-content .content.mba_info .img_to_mba div{
		width: 25%;
    height: 78px;
    padding-top: 0px;
    background: #fff;
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f9f9f9;
	}

	.footer-nav-content .content.mba_info .img_to_mba div img{
		width: 70%;
		max-width: 45px;
	}

	.login_container{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		width: 100%;
	}
	
	.login_content{
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 300px;
		height: 250px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 10px rgb(134 134 134 / 10%);
		overflow: hidden;
		position: absolute;
	}

	.close_btn{
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0 !important;
	}

	.close_btn img{
		width: 18px;
	}

	.login_container .title{
		font-size: 16px;
    padding: 13px 0;
    background: #fafafa;
	}

	.login_container .login_swap{
		margin-top: 12px;
	}

	.login_container .login_swap label{
		font-size: 14px;
    width: 50px;
	}

	.login_container .login_swap .lg_input{
		padding: 0 15px;
		width: 145px;
	}

	#loginVercode{
		width: 71px !important;
	}

	.login_container .login_swap .login_btn{
		width: 230px;
		font-size: 14px;
    height: 36px;
	}


	.role-course-header .head-nav {
		display: none;
	}

	.role-course-banner {
		display: block;
		background: url(../images/banner/banner03.jpg);
		height: 4rem;
		background-size: 100% 100%;
		text-align: center;
		font-size: .44rem;
		color: #252B3A;
	}

	.role-course-banner .role-course-container {
		display: flex;
		flex-direction: column;
		padding: 1.8rem .2rem .4rem .2rem;
		box-sizing: border-box;
	}

	.role-course-banner p {
		margin-top: 0.3rem;
		font-size: .28rem;
	}

	.role-course-banner h1 {
		font-size: .44rem;
		font-weight: 400;
		margin-top: initial;
	}

	.role-course-header .operate {
		margin-right: .2rem;
		position: absolute;
    right: 10px;
    top: 48px;
    z-index: 1;
	}

	.role-course-header .logo {
		margin-left: .2rem;
	}

	.role-course-container {
		width: initial;
	}

	.role-course-content .news_img {
		width: 100% !important;
		height: auto;
		margin-bottom: 0;
	}

	.role-course-content .item {
		height: initial;
		padding: .3rem 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 0;
		box-shadow: 0 0 10px rgba(222,224,229, 0.4);
		width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
	}

	.role-course-content .item .content {
		margin-top: initial;
		font-size: .24rem;
		margin-bottom: .14rem;
	}

	.role-course-content .item .title {
		margin-top: 5px;
		font-size: .32rem;
		font-weight: bold;
		width: 4.3rem;
		margin-bottom: .16rem;
	}

	.role-course-news{
		margin-left: 0;
	}

	.role-course-news,
	.role-course-recommend {
		padding: 10px 5%;
		box-sizing: border-box;
	}

	.role-course-content .item .info {
		width: initial;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex: 1;
		margin-left: 0;
		height: 100%;
		width: 100%;
	}

	.role-course-container .twoLines {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		-ms-line-clamp: 2;
		-moz-line-clamp: 2;
		-webkit-line-clamp: 2;
		-ms-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-orient: vertical;
		font-size: 12px;
	}

	.role-course-container .ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.role-course-content .title-head {
		height: .9rem;
		line-height: .9rem;
	}

	.role-course-content .title-head .nav-title.active:after {
		height: .04rem;
	}

	.role-course-content .title-head .nav-title {
		width: 3rem;
		font-size: .28rem;
	}

	.role-course-content .item .num {
		position: initial;
		font-size: .24rem;
	}

	.role-course-footer .info {
		margin-top: .2rem;
		color: #666;
		padding: 0 .3rem;
		box-sizing: border-box;
	}

	.role-course-footer .info span {
		display: inline-table;
		width: 100%;
		text-align: center;
	}

	.role-course-footer .legend {
		float: none;
		text-align: center;
	}

	.role-course-footer .netSecurity {
		width: 100%;
		text-align: center;
		margin-bottom: .2rem;
	}

	.role-course-footer {
		font-size: .24rem;
		height: initial;
	}

	.role-course-pagination {
		/* display: none; */
	}

	.role-course-pagination ul li{
		margin-right: 2px;
	}

	.role-course-content .item:last-child {
		border-bottom: 0;
	}

	.intelligent-banner {
		display: block;
		background: url(../images/banner/bg_banner04.jpg);
		height: 2.5rem;
		background-size: cover !important;
		background-repeat: no-repeat;
		text-align: center;
		font-size: .44rem;
		color: #252B3A;
	}

	.intelligent-content .role-course-container {
		width: 100%;
		padding: 0 .2rem;
		box-sizing: border-box;
	}

	.intelligent-content .item {
		height: initial;
		padding: .3rem 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.intelligent-content .item .news_img {
		width: 100%;
		height: 45.87vw;
		margin-bottom: .3rem;
	}

	.intelligent-content .item .info {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-left: 0;
		height: 100%;
		flex-wrap: wrap;
		padding-bottom: .6rem;
	}

	.intelligent-content .item .title {
		margin-top: 0;
		width: 100%;
	}

	.intelligent-content .item .nowsign-up {
		position: absolute;
		margin: 0;
		right: .2rem;
		bottom: .24rem;
		width: initial;
		height: initial;
		line-height: initial;
		padding: .06rem .12rem;
	}

	.intelligent-content .item:last-child {
		border-bottom: 0;
	}

	.intelligent-headInfo {
		margin: 0 .3rem;
		margin-top: -1.2rem;
	}

	.intelligent-headInfo .news p {
		font-size: .32rem;
		font-weight: bold;
	}

	.intelligent-banner h1 {
		font-size: .24rem;
    font-weight: 400;
    margin-top: 0;
		padding: 0 .3rem;
	}

	.intelligent-content .role-course-container {
		margin-top: .3rem;
	}

	.intelligent-banner .role-course-container {
		display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
		padding-bottom: 0.4rem;
		display: none;
	}

	.intelligent-headInfo .info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: .3rem;
		height: initial;
	}

	.intelligent-headInfo .info .news {
		width: 100%;
		border-right: 0;
	}

	.intelligent-headInfo .period {
		width: initial;
		margin-top: .3rem;
		padding-left: 0;
	}

	.intelligent-headInfo .news .content .period {
		margin-top: 0;
	}

	.intelligent-headInfo .period .course-cover{
		width: 100% !important;
		height: auto !important;
	}

	.intelligent-headInfo .nav {
		display: none;
	}

	.intelligent-headInfo .news .content {
		margin-top: .3rem;
		margin-top: 0;
	}

	.intelligent-headInfo .period .item .name{
		width: auto;
		min-width: 70px;
		font-size: 15px;
	}

	.intelligent-headInfo .period .item {
		margin-top: .3rem;
		padding-left: 30px;
	}

	.intelligent-headInfo .period .item img{
		width: 18px !important;
		margin-left: -33px;
	}

	.intelligent-headInfo .period .item .remarks {
		display: block;
    width: 100%;
    margin-top: 8px;
	}

	.kec-div {
		margin-top: 0;
		padding: 0;
	}

	.kec-div-left {
		width: 100%;
		float: none;
	}

	.kec-div-left img {
		width: 100%;
		height: 100%;
	}

	.kec-div-right {
		float: none;
		width: initial;
		margin-left: 0;
		padding: .2rem;
		height: initial;
		overflow: hidden;
		padding-bottom: .8rem;
	}

	.kec-div .bm-div {
		display: flex;
		bottom: .2rem;
	}

	.kec-div .bm-div span,
	.kec-div .bm-div div {
		float: none;
	}

	.kec-div .sign-up {
		position: fixed;
		float: right;
		margin-top: .2rem;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 10;
	}

	.kec-div-right p {
		margin-top: .2rem;
	}

	.subject-title {
		padding: 0 .2rem;
	}

	.subject-title a {
		width: initial;
		margin: 0;
		text-align: center;
	}

	.subject-evaluate .info {
		float: none;
		width: 100%;
	}

	.subject-evaluate .info .name {
		display: flex;
		justify-content: space-between;
		height: .5rem;
		line-height: .5rem;
	}

	.subject-evaluate .title img {
		width: 100%;
		height: 100%;
	}

	.subject-evaluate .title {
		margin-right: .2rem;
		width: .5rem;
		height: .5rem;
	}

	.subject-assess .subject-evaluate {
		padding: .2rem;
	}

	.subject-evaluate .lecturer {
		margin-left: 0;
		padding: .2rem;
		padding-left: .4rem;
		box-sizing: border-box;
		display: flex;
	}

	.subject-evaluate .lecturer .lector {
		float: none;
		width: 100%;
		flex: 1;
	}

	.subject .subject-course {
		padding: .2rem;
	}

	.subject .subject-div {
		margin-top: 0;
	}

	.subject-assess .subject-evaluate:last-child {
		border-bottom: 0;
	}

	.schedule .head-title {
		display: none;
	}

	.schedule .nav {
		padding-left: 10px;
	}

	.classwindow .left-content {
		display: none;
	}

	.right-content {
		width: 100%;
	}

	.right-content .content1 {
		padding: 0;
		margin: 0;
		height: auto;
		min-height: 56.25vw;
	}

	.right-content .content1 img {
		width: 100%;
	}

	.schedule .classwindow {
		height: initial;
		border-left: 0px;
		border-right: 0px;
	}

	.schedule .nav {
		display: none;
	}

	.schedule .m-show {
		display: block;
	}

	.m-title {
		font-size: 24px;
		text-align: center;
	}

	.schedule .m-outline {
		background-color: #fff;
		border: #e2e2e2 1px solid;
		margin: 0 .3rem;
		/* border-bottom: #e2e2e2 1px solid; */
		height: .8rem;
		line-height: .8rem;
		padding-left: .3rem;
		padding-right: .3rem;
		display: flex;
		justify-content: space-between;
		margin-top: .4rem;
		overflow: hidden;
	}

	.schedule .m-outline .more {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.schedule .m-outline .col-name {
		font-size: 16px;
		font-weight: bold;
		width: 124px;
	}

	.schedule .classwindow {
		margin-top: .4rem;
	}

	.schedule-popup {
		top: 1.8rem;
		position: fixed;
		left: 50%;
		width: 86%;
		margin-left: -43%;
		background-color: #fff;
		border-radius: .1rem;
		/* padding: 0 .3rem; */
		box-sizing: border-box;
		z-index: 10000;
		max-height: 70%;
		overflow-y: auto;
		display: none;
	}

	.schedule-popup-box {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
	}

	.schedule-popup li {
		padding: .3rem 0;
		box-sizing: border-box;
		border-bottom: #e2e2e2 1px solid;
	}

	.right-content .content2 .doc_list p {
		margin: 0 5px;
	}
	.right-content .content2 .doc_detail {
		padding: 0 5px;
	}


	.course_html .course_item {
		margin: 16px;
    box-shadow: 0 0 10px rgba(133,133,133,0.1);
    border-radius: 8px;
		height: auto !important;
		padding: 0 !important;
	}

	.course_item .info{
		margin-left: 0 !important;
		width: 100% !important;
		padding: 5% ;
    box-sizing: border-box;
	}

	.role-course-content .news_img img{
		height: auto;
		min-height: 100px;
	}

	.course_html .course_item .title{
		margin-top: 0 !important;
		font-size: 16px !important;
	}

	.role-course-container {
		width: 100% !important;
		box-sizing: border-box;
	}

	.personal-div{
		border-radius: 0 !important;
	}

	.personal-div-left{
		width: 100%;
		height: auto;
		float: none;
		border-radius: 0 !important;
	}

	.personal-div-right{
		padding: 20px 10px !important;
		float: none !important;
		width: auto;
	}

	.personal-div-right p label{
		width: 40% !important;
	}

	.personal-div-right p{
		padding: 7px !important;
		box-sizing: border-box;
	}

	.personal-div-right .pi_input{
		width: 100% !important;
		padding: 0 12px;
    box-sizing: border-box;
		margin-top: 4px;
		height: 36px !important;
	}

	.top_login_btn{
		border-radius: 4px;
    height: 36px;
    width: 80px;
		line-height: 36px;
	}


	.prism-player .prism-big-play-btn {
		left: 50% !important;
    bottom: 50% !important;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
	}


}

@media screen and (min-width: 640px) and (max-width: 1200px) {

	.role-course-container .ellipsis {
		/* overflow: hidden;
		text-overflow: ellipsis; */
		white-space: initial !important;
	}

	.role-course-content .item .title{
		margin-right: 10px;
		font-size: 18px;
	}

	.role-course-content .item .content{
		font-size: 14px;
	}
	.role-course-content .item .num{
		font-size: 14px;
	}

	.role-course-header .operate {
		position: initial;
	}

	.course_html .course_item .info{
		width: 100% !important;
	}

	.course_html .course_item{
		padding-left: 300px !important;
		box-sizing: border-box;
	}
	.role-course-content .news_img{
		width: 285px !important;
    height: 160px;
    float: left;
    margin-left: -300px;
	}

	.role-course-content .item{
		padding-left: 300px;
		padding-bottom: 0;
	}

	.role-course-content .item .info{
		padding-top: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.role-course-content .item{
		padding-left: 0;
	}
	.role-course-content .item .news_img{
		width: 100% !important;
    height: auto;
    margin-left: 0;
	}
	.intelligent-headInfo .info .news{
		width: calc(100% - 356px);
	}
	.intelligent-headInfo .period .name{
		min-width: 100px;
		width: auto;
	}
	.intelligent-headInfo .period{
		padding-left: 20px;
	}
	.classwindow .left-content{
		width: 100%;
	}
	.right-content{
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 960px) {
	.role-course-news{
		margin-left: 0;
	}
	.role-course-content .item{
		width: 44%;
		margin: 3%;
		height: auto;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
	.role-course-news{
		margin-left: 0;
	}
	.role-course-content .item{
		width: 29%;
		margin: 2%;
		height: auto;
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.role-course-container {
		max-width: 1200px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.login_container{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		width: 100%;
	}
	
	.login_content{
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 322px;
		height: 300px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(134 134 134 / 10%);
		overflow: hidden;
		position: absolute;
	}

	.close_btn{
    position: absolute;
    right: 12px;
    top: 12px;
    margin: 0 !important;
	}

	.close_btn img{
		width: 18px;
	}

	.login_container .title{
		font-size: 18px;
    padding: 13px 0;
    background: #fafafa;
	}

	.login_container .login_swap{
		margin-top: 14px;
	}

	.login_container .login_swap label{
		font-size: 16px;
    width: 60px;
	}

	.login_container .login_swap .lg_input{
		padding: 0 15px;
		width: 145px;
		height: 36px;
    font-size: 15px;
	}

	#loginVercode{
		width: 71px !important;
	}

	.login_container .login_swap .login_btn{
		width: 244px;
    font-size: 16px;
    height: 40px;
		margin-top: 12px;
	}

	.personal-div-right{
		float: left;
    width: calc(100% - 200px) !important;
    box-sizing: border-box;
    padding: 6% !important;
	}

}

@media screen and (max-width: 1400px) {
	html {
		overflow-x: hidden;
		height: 100%;
		-webkit-tap-highlight-color: transparent;
		font-size: calc(100vw / 7.5);
	}

	.index-banner {
		height: auto;
	}

	.index-banner .banner-img{
		display: block !important;
	}

	.login_container{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		width: 100%;
	}

	.login_content{
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 520px;
		height: 370px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 10px rgb(134 134 134 / 10%);
		overflow: hidden;
		position: absolute;
	}

	.close_btn{
		position: absolute;
		right: 12px;
		top: 12px;
		margin: 0 !important;
	}

	.close_btn img{
		width: 18px;
	}

	.login_container .title{
		font-size: 16px;
		padding: 13px 0;
		background: #fafafa;
	}

	.login_container .login_swap{
		margin-top: 12px;
	}

	.login_container .login_swap label{
		font-size: 14px;
		width: 50px;
	}

	.login_container .login_swap .lg_input{
		padding: 0 15px;
		width: 145px;
	}

	#loginVercode{
		width: 71px !important;
	}

	.login_container .login_swap .login_btn{
		width: 230px;
		font-size: 14px;
		height: 36px;
	}


	.role-course-header .head-nav {
		display: none;
	}

	.role-course-banner {
		display: block;
		background: url(../images/banner/banner03.jpg);
		height: 4rem;
		background-size: 100% 100%;
		text-align: center;
		font-size: .44rem;
		color: #252B3A;
	}

	.role-course-banner .role-course-container {
		display: flex;
		flex-direction: column;
		padding: 1.8rem .2rem .4rem .2rem;
		box-sizing: border-box;
	}

	.role-course-banner p {
		margin-top: 0.3rem;
		font-size: .28rem;
	}

	.role-course-banner h1 {
		font-size: .44rem;
		font-weight: 400;
		margin-top: initial;
	}

	.role-course-content .news_img {
		width: 100% !important;
		height: auto;
		margin-bottom: 0;
	}

	.role-course-content .item {
		height: initial;
		padding: .3rem 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 0;
		box-shadow: 0 0 10px rgba(222,224,229, 0.4);
		width: 100%;
		box-sizing: border-box;
		margin: 10px 0;
	}

	.role-course-content .item .content {
		margin-top: initial;
		font-size: .24rem;
		margin-bottom: .14rem;
	}

	.role-course-content .item .title {
		margin-top: 5px;
		font-size: .32rem;
		font-weight: bold;
		width: 4.3rem;
		margin-bottom: .16rem;
	}

	.role-course-news{
		margin-left: 0;
	}

	.role-course-news,
	.role-course-recommend {
		padding: 10px 5%;
		box-sizing: border-box;
	}

	.role-course-content .item .info {
		width: initial;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex: 1;
		margin-left: 0;
		height: 100%;
		width: 100%;
	}

	.role-course-container .twoLines {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		-ms-line-clamp: 2;
		-moz-line-clamp: 2;
		-webkit-line-clamp: 2;
		-ms-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-orient: vertical;
		font-size: 12px;
	}

	.role-course-container .ellipsis {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.role-course-content .title-head {
		height: .9rem;
		line-height: .9rem;
	}

	.role-course-content .title-head .nav-title.active:after {
		height: .04rem;
	}

	.role-course-content .title-head .nav-title {
		width: 3rem;
		font-size: .28rem;
	}

	.role-course-content .item .num {
		position: initial;
		font-size: .24rem;
	}

	.role-course-pagination {
		/* display: none; */
	}

	.role-course-pagination ul li{
		margin-right: 2px;
	}

	.role-course-content .item:last-child {
		border-bottom: 0;
	}

	.intelligent-banner {
		display: block;
		background: url(../images/banner/bg_banner04.jpg);
		height: 2.5rem;
		background-size: cover !important;
		background-repeat: no-repeat;
		text-align: center;
		font-size: .44rem;
		color: #252B3A;
	}

	.intelligent-content .role-course-container {
		width: 100%;
		padding: 0 .2rem;
		box-sizing: border-box;
	}

	.intelligent-content .item {
		height: initial;
		padding: .3rem 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.intelligent-content .item .news_img {
		width: 100%;
		height: 45.87vw;
		margin-bottom: .3rem;
	}

	.intelligent-content .item .info {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-left: 0;
		height: 100%;
		flex-wrap: wrap;
		padding-bottom: .6rem;
	}

	.intelligent-content .item .title {
		margin-top: 0;
		width: 100%;
	}

	.intelligent-content .item .nowsign-up {
		position: absolute;
		margin: 0;
		right: .2rem;
		bottom: .24rem;
		width: initial;
		height: initial;
		line-height: initial;
		padding: .06rem .12rem;
	}

	.intelligent-content .item:last-child {
		border-bottom: 0;
	}

	.intelligent-headInfo {
		margin: 0 .3rem;
		margin-top: -1.2rem;
	}

	.intelligent-headInfo .news p {
		font-size: .32rem;
		font-weight: bold;
	}

	.intelligent-banner h1 {
		font-size: .24rem;
		font-weight: 400;
		margin-top: 0;
		padding: 0 .3rem;
	}

	.intelligent-content .role-course-container {
		margin-top: .3rem;
	}

	.intelligent-banner .role-course-container {
		display: flex;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		padding-bottom: 0.4rem;
		display: none;
	}

	.intelligent-headInfo .info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: .3rem;
		height: initial;
	}

	.intelligent-headInfo .info .news {
		width: 100%;
		border-right: 0;
	}

	.intelligent-headInfo .period {
		width: initial;
		margin-top: .3rem;
		padding-left: 0;
	}

	.intelligent-headInfo .news .content .period {
		margin-top: 0;
	}

	.intelligent-headInfo .period .course-cover{
		width: 100% !important;
		height: auto !important;
	}

	.intelligent-headInfo .nav {
		display: none;
	}

	.intelligent-headInfo .news .content {
		margin-top: .3rem;
		margin-top: 0;
	}

	.intelligent-headInfo .period .item .name{
		width: auto;
		min-width: 70px;
		font-size: 15px;
	}

	.intelligent-headInfo .period .item {
		margin-top: .3rem;
		padding-left: 30px;
	}

	.intelligent-headInfo .period .item img{
		width: 18px !important;
		margin-left: -33px;
	}

	.intelligent-headInfo .period .item .remarks {
		display: block;
		width: 100%;
		margin-top: 8px;
	}

	.kec-div {
		margin-top: 0;
		padding: 0;
	}

	.kec-div-left {
		width: 100%;
		float: none;
	}

	.kec-div-left img {
		width: 100%;
		height: 100%;
	}

	.kec-div-right {
		float: none;
		width: initial;
		margin-left: 0;
		padding: .2rem;
		height: initial;
		overflow: hidden;
		padding-bottom: .8rem;
	}

	.kec-div .bm-div {
		display: flex;
		bottom: .2rem;
	}

	.kec-div .bm-div span,
	.kec-div .bm-div div {
		float: none;
	}

	.kec-div .sign-up {
		position: fixed;
		float: right;
		margin-top: .2rem;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 10;
	}

	.kec-div-right p {
		margin-top: .2rem;
	}

	.subject-title {
		padding: 0 .2rem;
	}

	.subject-title a {
		width: initial;
		margin: 0;
		text-align: center;
	}

	.subject-evaluate .info {
		float: none;
		width: 100%;
	}

	.subject-evaluate .info .name {
		display: flex;
		justify-content: space-between;
		height: .5rem;
		line-height: .5rem;
	}

	.subject-evaluate .title img {
		width: 100%;
		height: 100%;
	}

	.subject-evaluate .title {
		margin-right: .2rem;
		width: .5rem;
		height: .5rem;
	}

	.subject-assess .subject-evaluate {
		padding: .2rem;
	}

	.subject-evaluate .lecturer {
		margin-left: 0;
		padding: .2rem;
		padding-left: .4rem;
		box-sizing: border-box;
		display: flex;
	}

	.subject-evaluate .lecturer .lector {
		float: none;
		width: 100%;
		flex: 1;
	}

	.subject .subject-course {
		padding: .2rem;
	}

	.subject .subject-div {
		margin-top: 0;
	}

	.subject-assess .subject-evaluate:last-child {
		border-bottom: 0;
	}

	.schedule .head-title {
		display: none;
	}

	.schedule .nav {
		padding-left: 10px;
	}

	.classwindow .left-content {
		display: none;
	}

	.right-content {
		width: 100%;
	}

	.right-content .content1 {
		padding: 0;
		margin: 0;
		height: auto;
		min-height: 56.25vw;
	}

	.right-content .content1 img {
		width: 100%;
	}

	.schedule .classwindow {
		height: initial;
		border-left: 0px;
		border-right: 0px;
	}

	.schedule .nav {
		display: none;
	}

	.schedule .m-show {
		display: block;
	}

	.m-title {
		font-size: 24px;
		text-align: center;
	}

	.schedule .m-outline {
		background-color: #fff;
		border: #e2e2e2 1px solid;
		margin: 0 .3rem;
		/* border-bottom: #e2e2e2 1px solid; */
		height: .8rem;
		line-height: .8rem;
		padding-left: .3rem;
		padding-right: .3rem;
		display: flex;
		justify-content: space-between;
		margin-top: .4rem;
		overflow: hidden;
	}

	.schedule .m-outline .more {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.schedule .m-outline .col-name {
		font-size: 16px;
		font-weight: bold;
		width: 124px;
	}

	.schedule .classwindow {
		margin-top: .4rem;
	}

	.schedule-popup {
		top: 1.8rem;
		position: fixed;
		left: 50%;
		width: 86%;
		margin-left: -43%;
		background-color: #fff;
		border-radius: .1rem;
		/* padding: 0 .3rem; */
		box-sizing: border-box;
		z-index: 10000;
		max-height: 70%;
		overflow-y: auto;
		display: none;
	}

	.schedule-popup-box {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
	}

	.schedule-popup li {
		padding: .3rem 0;
		box-sizing: border-box;
		border-bottom: #e2e2e2 1px solid;
	}

	.right-content .content2 .doc_list p {
		margin: 0 5px;
	}
	.right-content .content2 .doc_detail {
		padding: 0 5px;
	}


	.course_html .course_item {
		margin: 16px;
		box-shadow: 0 0 10px rgba(133,133,133,0.1);
		border-radius: 8px;
		height: auto !important;
		padding: 0 !important;
	}

	.course_item .info{
		margin-left: 0 !important;
		width: 100% !important;
		padding: 5% ;
		box-sizing: border-box;
	}

	.role-course-content .news_img img{
		height: auto;
		min-height: 100px;
	}

	.course_html .course_item .title{
		margin-top: 0 !important;
		font-size: 16px !important;
	}

	.personal-div{
		border-radius: 0 !important;
	}

	.personal-div-left{
		width: 100%;
		height: auto;
		float: none;
		border-radius: 0 !important;
	}

	.personal-div-right{
		padding: 20px 10px !important;
		float: none !important;
		width: auto;
	}

	.personal-div-right p label{
		width: 40% !important;
	}

	.personal-div-right p{
		padding: 7px !important;
		box-sizing: border-box;
	}

	.personal-div-right .pi_input{
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
		margin-top: 4px;
		height: 36px !important;
	}

	.top_login_btn{
		border-radius: 4px;
		height: 36px;
		width: 80px;
		line-height: 36px;
	}


	.prism-player .prism-big-play-btn {
		left: 50% !important;
		bottom: 50% !important;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}


}