html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
	/* color: #333333; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
	background-color: #F7FAFB;
	/* background:rgba(244,244,244,1); */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #000;
}

input, button {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 閫氱敤鎸夐挳寮�濮� */
.button_blue_style80 {
	width: 80px;
	background: #0099FF;
}

.button_blue_style100 {
	width: 100px;
	background: #0099FF;
}

.button_orange_style80 {
	width: 80px;
	background: #FF6600;
}

.button_orange_style100 {
	width: 100px;
	background: #FF6600;
}

.button_gray_style80 {
	width: 80px;
	background: #515151;
}

.button_gray_style100 {
	width: 100px;
	background: #515151;
}

.button_blue_style80:hover, .button_blue_style100:hover {
	background-color: #0066CC;
}

.button_orange_style80:hover, .button_orange_style100:hover {
	background-color: #FF9900;
}

.button_gray_style80:hover, .button_gray_style100:hover {
	background-color: #868686;
}

.button_blue_style80, .button_blue_style100, .button_orange_style80,
	.button_orange_style100, .button_gray_style80, .button_gray_style100 {
	text-align: center;
	border: 0;
	height: 35px;
	line-height: 35px;
	font-family: '寰蒋闆呴粦';
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
}
/* 閫氱敤鎸夐挳缁撴潫 */
.base_input {
	height: 35px;
	/* border-r */
}

/* 閫氱敤table琛ㄦ牸鏍峰紡寮�濮� */
.train_table {
	width: 100%;
}

.train_table th {
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #0066cc;
	font-weight: 100;
	font-size: 13px;
	font-family: "寰蒋闆呴粦";
}

.train_table td {
	/* background: #EDEDED; */
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-family: "寰蒋闆呴粦";
	color: #000;
}

.train_table tr:nth-child(even) td {
	background: #fff;
}

.train_table tr:nth-child(odd) td {
	background: #F2F2F2;
}

.train_table th, .train_table td {
	padding-left: 10px;
	padding-right: 10px;
	/* line-height: 35px; */
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* 閫氱敤table琛ㄦ牸鏍峰紡缁撴潫 */

/* 閫氱敤鏍囬/鏂囨湰鏍峰紡寮�濮� */
.base_title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: "寰蒋闆呴粦";
}

.base_text {
	font-size: 13px;
	color: #000;
	font-family: "寰蒋闆呴粦";
	font-weight: 100;
}
/* 閫氱敤鏍囬/鏂囨湰鏍峰紡缁撴潫 */
.overflowhidden {
	overflow: hidden;
}

.font2rem {
	font-size: 2rem !important;
}

/* 瀛椾綋棰滆壊 */
.colorFFF {
	color: #fff;
}

.colorRED {
	color: #FF3300;
}

.colorBULE {
	color: #0033FF;
}

.color000 {
	color: #000 !important;
}

.colorSUCCESS {
	color: #33cc00;
}

/* 鑳屾櫙鑹� */
.bgFFF {
	background-color: #FFF;
}

.bgf2f2f2 {
	background-color: #F2F2F2;
}

.bg515151 {
	background-color: #515151;
}

.bgBLUE {
	background-color: #0066cc;
}

/* 瀹藉害 */
.widthpx100 {
	width: 100px;
}

.width100 {
	width: 100%;
}

.base_width {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.width450 {
	width: 450px;
}

.width1024 {
	width: 90%;
	max-width: 1024px;
}

.display_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.display_flex {
	display: flex;
}

.flex_algin_center {
	align-items: center;
}

.flex_justify_content {
	justify-content: center;
}

.flex1 {
	flex: 1;
}

.mt15 {
	margin-top: 15px;
}

.mt60 {
	margin-top: 80px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb60 {
	margin-bottom: 60px;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.pt10 {
	padding-top: 10px;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.font300 {
	font-weight: 300;
}

.cursor_pointer {
	cursor: pointer;
}

.font_style {
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.border_top2 {
	border-top: 2px dashed #e4e4e4;
}
/* 閫氱敤澶撮儴 */
.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	line-height: 40px;
	background: #434343;
	padding: 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.head_left {
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
}

.head_left strong {
	font-size: 14px;
	color: #E4E4E4;
	margin-left: 5px;
	line-height: 40px;
}

.head_center {
	min-width: 300px;
	padding: 0 20px;
	background: #ff3300;
	font-size: 16px;
	color: #FFFFFF;
}

.head_left strong, .head_center {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
}

.head_right a {
	width: 101px;
	height: 25px;
	line-height: 25px;
	background: inherit;
	background-color: rgba(0, 153, 255, 1);
	border: none;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	font-style: normal;
	display: block;
	font-size: 13px;
}

/* 鏁翠綋鍐呭閮ㄥ垎 */
.train_title {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #333;
}

.train_title_data {
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.train_limit {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.train_limit_blue {
	background: #0099cc;
}

.train_limit_orange {
	background: #ff6600;
}

/* 棰樻ā鍧楀竷灞� */
.topic h3 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	background: #f2f2f2;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}

.topic  .topic_content {
	border: 1px solid #f2f2f2;
	width: 100%;
	padding: 15px 10px;
	line-height: 28px;
	font-size: 13px;
	color: #333333;
}

.topic_t_title {
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	padding-left: 15px;
	font-size: 13px;
	color: #333333;
}

.topic_result {
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(228, 228, 228, 1);
	border-radius: 5px;
	padding: 10px;
}

.topic_code {
	border-top: 2px dashed #e4e4e4;
}

.topic_code h1 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #333;
}

.topic_code_title {
	background: #6b6b6b;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	font-size: 13px;
}

.topic_code_select {
	display: flex;
	align-items: center;
}

.topic_code_select select {
	width: 180px;
}

.topic_code_select>div {
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.topic_code_select>div {
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.topic_code_content {
	/* padding-top: 10px; */
	border: 1px solid #e4e4e4;
}

.topic_code_sumbit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.topic_code_sumbit button {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	margin-left: 10px;
	border-radius: 5px;
}

.topic_code_sumbit_full {
	background: #0099cc;
}

.topic_code_sumbit_sumbit {
	background: #0099ff;
}

.topic_code_sumbit_over {
	background: #d7d7d7;
}

/* 渚ц竟鏍忚彍鍗� */
.menu_article {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
}

.menu_article li {
	background: #0099ff;
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}

.code_explanation_text {
	background: #fff;
	padding: 10px;
}

.example_box h3 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	background: #0066cc;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	display: flex;
	align-items: center;
}

.example_box_content {
	width: 100%;
	padding: 15px 10px;
	line-height: 28px;
	font-size: 13px;
	color: #333333;
}

.example_title h3 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.exam_no {
	border: 2px dashed #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EDEDED;
}

/* 鑰冭瘯鐘舵�� */
.exam_state {
	position: relative;
}

.exam_state_tips {
	position: absolute;
	bottom: 2px;
	left: 50%;
	background: #fff;
	height: 90%;
	width: 60%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	max-height: 80px;
	box-shadow: 2px 2px 2px #888;
}

.teaching_plan {
	background: #fff;
	padding: 20px;
	height: 100%;
}

/* 鏂板 */
.achievement_look, .Explanation_look {
	padding: 20px;
}

.boder1 {
	padding: 10px;
	border: 1px solid #ededed;
}

.heightBody {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #303030;
}

.bordertop {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.add_code {
	display: block;
	padding: 10px 0;
	width: 200px;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 40px;
}

.add_code_show {
	display: block;
	padding: 10px 0;
	width: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 auto;
	background-color: #f60;
	cursor: pointer;
	margin-top: 40px
}

.add_tips {
	padding: 0 20px;
	margin-top: 40px;
}

.heightBody {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.heightBody>div {
	width: 100%;
}

.code_class_content {
	padding: 20px;
}

.code_class_content button {
	background-color: #f60;
	border: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

.add_class_box_alert {
	background-color: #ededed;
	height: 100%;
}

.add_class_box_alert_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.add_class_box_alert_title input {
	flex: 1;
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid;
	margin: 10px;
}

.add_class_box_alert_title_add {
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	width: 60px;
	border: 0;
	background: #f60;
	color: #fff;
}

.add_class_box_alert_title_out {
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	width: 60px;
	border: 0;
	margin: 0 10px;
	background: #999;
}

.add_class_box_alert_title_out_active {
	background: #f60 !important;
	color: #fff !important;
}

.add_class_box_alert_li_active {
	background-color: #F5F5F5;
}

.add_class_box_alert ul {
	margin: 0 10px;
	height: 245px;
	overflow-y: scroll;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px 0;
}

.add_class_box_alert ul li {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
}

.add_class_box_alert ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}

/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
.add_class_box_alert ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
.add_class_box_alert ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.colorGray {
	color: #999;
}

.explanation_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	line-height: 60px;
	background: #434343;
	/* padding: 0 20px; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.explanation_head_left {
	height: 60px;
	line-height: 60px;
	background-color: #0066cc;
	width: 150px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
}

.Explanation_upload {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Explanation_upload_title {
	width: 170px;
}

.Explanation_upload_button {
	position: relative;
}

.Explanation_upload_input {
	flex: 1;
}

.Explanation_upload_input input {
	width: 100%;
	height: 35px;
	border-radius: 4px;
	padding-left: 10px;
	border: 1px solid #DEDEDE;
}

.Explanation_upload_buttonfile {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity = 0); /* 閽堝 IE8 浠ュ強鏇存棭鐨勭増鏈� */
	/* opacity: ; */
}

.studenet_personal_c_from li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-top: 15px;
}

.studenet_personal_c_from li input {
	border: 1px solid #000;
	border-radius: 4px;
	padding-left: 10px;
	/* outline: #00FF00 dotted thick; */
}

.studenet_personal_c_from li input:focus {
	border: 1px solid #0099FF;
}

.student_message_title {
	color: #fff;
	background-color: #0066cc;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: "寰蒋闆呴粦";
}

.studenet_message_list li {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 20px;
	margin-top: 10px;
}

.studenet_message_list li h3 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	padding-bottom: 10px;
}

.studenet_message_list li p {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-size: 13px;
}

/* 鏁欑粌 */
.coach_type_head {
	padding-top: 40px;
	padding-bottom: 40px;
}

.coach_type_head h1 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	margin-top: 30px;
}

.coach_type_head p {
	font-family: '寰蒋闆呴粦';
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
}

.coach_type_select {
	padding-top: 70px;
	padding-bottom: 70px;
}

.coach_type_select_list {
	float: left;
	width: 350px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
}

.coach_type_select_list h3 {
	font-family: '寰蒋闆呴粦 Bold', '寰蒋闆呴粦 Regular', '寰蒋闆呴粦';
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.coach_type_select_list a {
	width: 140px !important;
	display: inline-block;
}

.coach_type_select_list a:hover {
	color: #fff;
	text-decoration: none;
}