.el-carousel__item h3 {
	color: #475669;
	font-size: 14px;
	opacity: 0.75;
	line-height: 40px;
	margin: 0;
}

.el-carousel__item:nth-child(2n) {
	background-color: #F5F5F5;
}

.el-carousel__item:nth-child(2n+1) {
	background-color: #F5F5F5;
}


.elc {
	float: left;
	width: 800px;
}


.inner-container {
	animation: myMove 3s linear infinite;
	animation-fill-mode: forwards;
	font-size: 15px;
	color: #333;
	line-height: 35px;
}

.flowText {
	font-size: 15px;
	color: #333;
	line-height: 35px;
}

@keyframes myMove {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-150px);
	}
}


.money_view {
	flex: 1 !important;
}

.ms_box {
	line-height: 36px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 24px;
}

.s_box img {
	width: 147px;
	height: 220px;
	margin-left: 24px;
	border-radius: 0px 0px 48px 0px;
	position: absolute;
}

.ms_tit {
	color: rgba(0, 0, 0, 0.6);
}

.ms_more {
	float: right;
	font-size: 12px;
	color: #863032;
	font-weight: 400;
}

.ms_bottom {
	height: 260px;
	overflow: hidden;
}


.s_box {
	/* width: 372px; */
	height: 244px;
	float: left;
	/* background: #dedede; */
	margin-right: 24px;
	border-radius: 8px;
	cursor: pointer;

}

.s_box .top_box {
	width: 100%;
	height: 175px;
	float: left;
}

.s_box .bottom_name {
	width: 100%;
	height: 69px;
	background: #ffffff;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
	float: left;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 69px;

}

.s_box .bottom_name span {
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	margin-left: 187px;
	float: left;

}

.header_top_box {
	width: 100%;
	/* height: 160px; */
	background: #F5F5F5;
	/* opacity: 1; */
	position: fixed;
	top: 0;
	z-index: 66666;
}

.header_top_box .head_top_main {
	width: 1176px;
	margin: 0 auto;
	height: 40px;
	background: #F5F5F5;
	/* opacity: 1; */
	line-height: 40px;
	/* display: flex;
				align-items: center; */

}

.header_top_box .head_top_main .heat_img {
	width: 16px;
	height: 16px;
	margin-top: 12px;
	float: left;
}

.head_top_main .heat_tit {
	font-size: 12px;
	color: #FF9900;
	float: left;
	margin-left: 4px;
	cursor: pointer;
}

.head_top_main .heat_text {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.head_top_main .download_app {
	float: right;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	cursor: pointer;
}

.head_top_main .download_app a {

	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);

}

.head_top_main .team {
	float: right;
	margin-right: 24px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.head_top_main .news_img {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 12px;
	margin-right: 4px;

}

.head_top_main .exam {
	float: right;
	margin-right: 24px;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.head_top_main a {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}

.header {
	margin-top: 40px;
}


.hover_class a:hover {
	color: #863032 !important;
}

/* .transition-box {
			    margin-bottom: 10px;
			    width: 200px;
			    height: 100px;
			    border-radius: 4px;
			    background-color: #409EFF;
			    text-align: center;
			    color: #fff;
			    padding: 40px 20px;
			    box-sizing: border-box;
			    margin-right: 20px;
			  } */


#parentEl {
	height: calc(30px * 4);
	overflow-y: hidden;
	position: relative;
}

#childEl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}








/* ==================================================
   提示框
   ================================================== */

.paper-box {
	position: absolute;
	width: 571px;
	height: 275px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 24px 24px 16px;
	box-sizing: border-box;
}


.paper-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(0, 0, 0, 0.6);
}

.paper-top i {
	font-size: 20px;
}

.paper-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 65px 0;
}

.paper-center i {
	color: #FF9900;
	font-size: 40px;
	margin-right: 36px;
}

.pop-msg h3 {
	margin-bottom: 8px;
}

.paper-btm {
	display: flex;
	justify-content: flex-end;
}

.paper-btm a {
	display: block;
	width: 105px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 8px;
	margin-left: 24px;
}

.teacher_code {
	width: 120px;
	height: 120px;
	margin-right: 40px;
	margin-top: -20px;
}


.el-carousel__item h3 {
	color: #475669;
	font-size: 14px;
	opacity: 0.75;
	line-height: 40px;
	margin: 0;
}

.el-carousel__item:nth-child(2n) {
	background-color: #F5F5F5;
}

.el-carousel__item:nth-child(2n+1) {
	background-color: #F5F5F5;
}


.elc {
	float: left;
	width: 800px;
}

.advertisement {
	width: 100%;
	height: 120px;
	background: linear-gradient(93deg, #FF782F 0%, #EC5322 100%);

}

.gg_img {
	width: 1176px;
	height: 120px;
	margin: 0 auto;
	display: inherit;

}

.advertisement .icon_close_box {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 8px;
	/* background: rgba(255,255,255,0.8000); */
	background: #333;
	border-radius: 2px;
	opacity: 0.2;
	z-index: 999;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

.icon_close_box .icon-close {
	color: #ffffff;
	font-size: 20px;


}

.gg_box {
	width: 1176px;
	height: 120px;
	margin: 0 auto;
	display: inherit;
	position: relative;
}

.gg_center_box {
	width: 626px;
	height: 452px;
	position: fixed;
	z-index: 66667;
	animation: xing 0.3s ease-in-out;
	cursor: pointer;

}

@keyframes xing {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.gg_center_box img {
	width: 626px;
	height: 452px;
}

.ball_close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 18px;
	background:rgba(0,0,0,0.2);   
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.ball_close .icon-close {
	font-size: 26px;
	color: #ffffff;
}


.bottom_advertisement {
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	background: linear-gradient(93deg, #FF0006 0%, #F51F24 100%);
	box-shadow: 0px -8px 16px rgba(134, 48, 50, 0.2000);
	border-radius: 0px;
	z-index: 666;
	cursor: pointer;
}

.bottom_advertisement_main {
	width: 1176px;
	height: 80px;
	margin: 0 auto;
	/* background: #ffffff; */
	position: relative;
}

.bottom_advertisement_main img {
	width: 100%;
	height: 80px;
}

.icon_close_box {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 8px;
	background: rgba(0,0,0,0.3);
	border-radius: 2px;
	z-index: 999;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}


.mask_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #000000; */
	z-index: 66666;
	display: flex;
	justify-content: center;
	align-items: center;
	  background:rgba(0,0,0,0.6);  
}

.gg_top_main {
	width: 100%;


}

.new_bg_box {
	width: 100%;
	height: 549px;
	/* height: 560px; */
	background: linear-gradient(180deg, #FB3336 0%, #E23B3E 18%, #FFFFFF 100%);
	position: absolute;
	overflow: hidden;
	
}

.gg_new_bg_box {
	width: 1176px;
	height: 100px;
	/* background: #475669; */
	margin: 0 auto;
	cursor: pointer;
}

.gg_new_bg_box img {
	width: 100%;
	height: 100px;
}


.transition-box {
	margin-bottom: 10px;
	width: 200px;
	height: 100px;
	border-radius: 4px;
	background-color: #409EFF;
	text-align: center;
	color: #fff;
	padding: 40px 20px;
	box-sizing: border-box;
	margin-right: 20px;
}
