﻿* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65); /*支持rgba的浏览器*/
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

a {
	color: #4286F4;
	cursor: pointer;
	text-decoration: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

	.el-input::-webkit-scrollbar {
		z-index: 11;
		width: 6px;
	}

	.el-input::-webkit-scrollbar-corner {
		background: #fff;
	}

	.el-input::-webkit-scrollbar-thumb {
		border-radius: 5px;
		width: 6px;
		background: #b4bccc;
	}

	.el-input::-webkit-scrollbar-track {
		background: #fff;
	}

	.el-input::-webkit-scrollbar-track-piece {
		background: #fff;
		width: 6px;
	}

.el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}

.max-width1[data-v-c75c3138] {
	width: calc(100% - 220px)
}

.max-width2[data-v-c75c3138] {
	width: calc(100% - 60px)
}

.main-content[data-v-c75c3138] {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 100%;
	overflow: hidden
}

.el-breadcrumb[data-v-c75c3138] {
	margin-bottom: 10px
}

	.el-breadcrumb[data-v-c75c3138] a {
		font-weight: 400
	}

	.el-breadcrumb[data-v-c75c3138] .iconfont {
		margin-right: 5px;
		font-weight: 400;
		font-size: 14px
	}

.el-menu-vertical-demo[data-v-c75c3138]:not(.el-menu--collapse) {
	width: 220px;
	min-height: 400px
}

.el-menu[data-v-c75c3138] {
	border-right: none
}

	.el-menu[data-v-c75c3138] i {
		color: #000
	}

.el-menu--inline .el-menu-item[data-v-c75c3138] {
	padding-left: 50px !important
}

.el-menu-item span[data-v-c75c3138], .el-submenu__title span[data-v-c75c3138] {
	margin-left: 10px
}

.el-button--primary[data-v-c75c3138] {
	background: #4286f4;
	border: #4286f4;
	font-size: 26px;
	margin-top: 8px
}

.el-dropdown-link[data-v-c75c3138] {
	cursor: pointer;
	color: #fff;
	font-size: 14px
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-ms-input-placeholder { /*IE*/
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
	color: #606266;
}

.bot {
	margin-top: 150px;
}

	.bot a {
		color: #444;
		text-decoration: none;
	}

.footer {
	text-align: center;
	color: #444;
}


header[data-v-c75c3138] {
	height: 60px;
	width: 100%;
	background: #4286f4
}

header .logo_box[data-v-c75c3138] {
	width: 219px;
	background: #2869d2;
	height: 60px;
	line-height: 60px;
	float: left
}

header .logo_box .trigger_box[data-v-c75c3138] {
	width: 50px;
	height: 60px;
	line-height: 60px;
	float: left
}

header .logo_box .trigger_box img[data-v-c75c3138] {
	width: 23px;
	margin-top: 20px;
	margin-left: 18px
}

header .logo_box .logo_pic[data-v-c75c3138] {
	display: block;
	height: 60px;
	float: left;
	width: 161px
}

header .logo_box span[data-v-c75c3138] {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 108px;
	font-size: 26px;
	color: #fff;
	text-align: center
}

header .logo_title[data-v-c75c3138] {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	margin-left: 25px
}

header .header_right_box[data-v-c75c3138] {
	float: right;
	margin-right: 25px;
	line-height: 60px;
	color: #fff
}

header .header_right_box .bell_box[data-v-c75c3138] {
	height: 60px;
	line-height: 60px;
	float: left;
	position: relative
}

header .header_right_box .bell_box .bell[data-v-c75c3138] {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #f5222d;
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 12px
}

header .header_right_box .info_box[data-v-c75c3138] {
	float: left
}

header .header_right_box .info_box img[data-v-c75c3138] {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin: 7px 12px 0 19px;
	float: left
}

header .header_right_box .info_box .el-dropdown[data-v-c75c3138] {
	float: left
}

.demo--label {
	margin: 20px 20px 0 0;
	display: inline-block
}

.demo--radio {
	display: none;
}

.demo--radioInput {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	margin-top: -1px;
	vertical-align: middle;
	width: 16px;
	line-height: 1;
	behavior: url(css/PIE.htc);
}

.demo--radio:checked + .demo--radioInput:after {
	background-color: #57ad68;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 12px;
	margin: 2px;
	width: 12px
}

.demo--checkbox.demo--radioInput, .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
	border-radius: 0
}

.el-main[data-v-c75c3138] {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 60px - 60px);
	background: #f2f2f2;
	padding-bottom: 0
}

.el-aside[data-v-c75c3138] {
	border-right: 1px solid #f2f2f2
}

.el-footer[data-v-c75c3138] {
	padding: 20px 0;
	background: #f2f2f2;
	text-align: center
}

.sidebar > ul[data-v-c75c3138] {
	height: 100%
}

.login-container {
	position: relative;
	min-width: 1100px;
	height: 100%;
	background-image: url('../images/login_bg.jpg');
	background-color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 720px
}

	.login-container .login-inside {
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 500px;
		width: 1000px;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 16px 32px rgba(39,99,191,.35);
		overflow: hidden
	}

	.login-container .login-inside-left {
		position: relative;
		width: 45%;
		height: 100%;
		background-image: url('../images/login_left_bg.png');
		background-color: #fff;
		background-position: 50%
	}

		.login-container .login-inside-left img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			max-width: 300px;
		}

		.login-container .login-inside-left h1 {
			position: absolute;
			top: 100px;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			max-width: 300px;
			color: white;
			font-size: 40px;
			text-align: center;
		}

		.login-container .login-inside-left p {
			font-size: 14px;
			color: #fff;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			text-align: center;
			line-height: 14px;
			padding-bottom: 14px
		}

	.login-container .login-inside-right {
		width: 55%
	}

		.login-container .login-inside-right .login-title {
			padding-left: 96px;
			font-size: 32px;
			color: #444;
			line-height: 32px;
			padding-top: 40px;
			margin-bottom: 14px
		}

		.login-container .login-inside-right .right-inside {
			display: block;
			width: 400px;
			margin-left: 100px
		}

		.login-container .login-inside-right .err_info {
			color: #eb5143;
			font-size: 14px;
			line-height: 22px;
			margin-bottom: 12px;
			height: 22px
		}

			.login-container .login-inside-right .err_info .el-icon-error {
				margin-right: 8px
			}

	.login-container .input-row {
		position: relative;
		width: 100%;
		height: 50px;
		border: 1px solid #eee;
		border-radius: 4px;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding: 0 10px;
		line-height: 48px;
	}

		.login-container .input-row img {
			width: 24px;
			vertical-align: middle;
			/*margin-top: -2px;*/
			margin-right: 28px;
			position: absolute;
			top: 10px;
		}

		.login-container .input-row .midd-line {
			position: absolute;
			display: block;
			width: 1px;
			height: 30px;
			margin-bottom: 0;
			left: 46px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			background: #bdc3c7
		}

		.login-container .input-row input {
			outline: none;
			border: 0
		}

		.login-container .input-row .el-input, .login-container .input-row input {
			position: absolute;
			top: 1%;
			height: 98%;
			width: 330px;
			margin-left: 20px;
		}

		.login-container .input-row .iconfont {
			cursor: pointer;
			font-size: 12px
		}

	.login-container .verification {
		height: 50px;
		margin-bottom: 9px
	}

		.login-container .verification .input-row {
			float: left;
			width: 260px;
			margin-bottom: 9px
		}

			.login-container .verification .input-row input {
				width: 170px;
				font-size: 18px;
				margin-left: 40px;
				height: 98%;
				display: inline-block;
				line-height: 40px;
			}

		.login-container .verification .verification-code {
			width: 120px;
			height: 100%;
			border-radius: 4px;
			background: #f7f7f7;
			cursor: pointer
		}

			.login-container .verification .verification-code img {
				width: 100%;
				height: 100%
			}

	.login-container .rember-forget {
		padding-left: 10px;
		line-height: 20px;
		margin-top: 36px
	}

		.login-container .rember-forget .rember {
			display: inline-block
		}

			.login-container .rember-forget .rember label {
				padding-right: 10px;
				color: #2b3e4f;
				cursor: pointer
			}

				.login-container .rember-forget .rember label .check-vis {
					width: 18px;
					height: 18px;
					border-radius: 2px;
					display: inline-block;
					vertical-align: top;
					margin-right: 11px;
					border: 1px solid #4286f4;
					text-align: center
				}

					.login-container .rember-forget .rember label .check-vis img {
						display: none;
						vertical-align: top;
						width: 100%
					}

			.login-container .rember-forget .rember input[type=checkbox]:checked + label .check-vis img {
				display: inline-block
			}

		.login-container .rember-forget a {
			float: right;
			color: #4286f4;
			font-size: 14px
		}

	.login-container .btn-login {
		width: 100%;
		height: 44px;
		text-align: center;
		line-height: 44px;
		color: #fff;
		transition: all .2s;
		background-image: linear-gradient(to right,#3191d5,#1b74b3);
		margin-top: 26px;
		border-radius: 24px;
		font-size: 18px;
		cursor: pointer;
		letter-spacing: 10px;
	}

		.login-container .btn-login:hover {
			background: #3887c4;
			background-image: none;
		}

	.login-container .tip-powered {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		font-size: 16px;
		color: #aaa;
		line-height: 26px;
		padding-bottom: 18px
	}

		.login-container .tip-powered a {
			color: #4286f4;
			transition: all .2s
		}

			.login-container .tip-powered a:hover {
				color: #3572d6
			}

.btn-box[data-v-65c77205] {
	padding: 0 40px;
	text-align: center
}

.el-header[data-v-65c77205] {
	height: auto !important
}

.el-header .logo[data-v-65c77205] {
	width: 920px;
	margin: 64px auto;
	margin-bottom: 0
}

.el-header img[data-v-65c77205] {
	margin-right: 30px;
	height: 50px
}

.el-header img[data-v-65c77205], .el-header span[data-v-65c77205] {
	display: inline-block;
	vertical-align: middle
}

	.el-header span[data-v-65c77205]:nth-child(2) {
		color: rgba(6,6,6,.45);
		font-size: 50px
	}

	.el-header span[data-v-65c77205]:nth-child(3) {
		font-size: 30px;
		color: rgba(0,0,0,.65);
		margin-left: 40px
	}

.el-main div[data-v-65c77205] {
	width: 824px;
	margin: 40px auto
}

.el-main div p[data-v-65c77205] {
	font-size: 14px;
	color: rgba(0,0,0,.65)
}

.el-main div .el-checkbox .el-checkbox__label[data-v-65c77205] {
	font-size: 14px;
	color: #4286f4
}

.el-main div .el-button[data-v-65c77205] {
	width: 98px;
	margin: 0 auto
}

.el-header[data-v-4b73f330] {
	height: auto !important
}

.el-header .logo[data-v-4b73f330] {
	width: 920px;
	margin: 64px auto;
	margin-bottom: 0
}

.el-header img[data-v-4b73f330] {
	margin-right: 30px;
	height: 60px
}

.el-header img[data-v-4b73f330], .el-header span[data-v-4b73f330] {
	display: inline-block;
	vertical-align: middle
}

	.el-header span[data-v-4b73f330]:nth-child(2) {
		width: 3px;
		height: 60px;
		background: rgba(6,6,6,.45)
	}

	.el-header span[data-v-4b73f330]:nth-child(3) {
		font-size: 36px;
		color: rgba(0,0,0,.65);
		margin-left: 40px
	}

.el-main .contain[data-v-4b73f330] {
	width: 824px;
	margin: 75px auto
}

.el-main .contain .state[data-v-4b73f330] {
	float: left
}

.el-main .contain .state span[data-v-4b73f330]:first-child {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	margin-right: 8px;
	color: rgba(0,0,0,.15)
}

.el-main .contain .state span[data-v-4b73f330]:nth-child(2) {
	font-size: 16px;
	color: rgba(0,0,0,.45)
}

.el-main .contain .state_active span[data-v-4b73f330]:first-child {
	background: #1890ff;
	color: #fff
}

.el-main .contain .state_active span[data-v-4b73f330]:nth-child(2) {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	font-weight: 700
}

.el-main .contain .state_complete span[data-v-4b73f330]:first-child {
	border: 1px solid #1890ff
}

.el-main .contain .state_complete span:first-child .el-icon-check[data-v-4b73f330] {
	color: #1890ff;
	font-size: 22px;
	position: relative;
	top: 4px
}

.el-main .contain .line[data-v-4b73f330] {
	float: left;
	width: 192px;
	border: 1px solid #e9e9e9;
	margin: 15px 28px
}

.el-main .contain .line_complete[data-v-4b73f330] {
	border: 1px solid #1890ff
}

.el-main .contain .el-button[data-v-4b73f330] {
	width: 98px;
	margin: 0 auto;
	display: block
}

.el-main .contain .btn-box[data-v-4b73f330] {
	text-align: center
}

.el-main .contain .btn-box .el-button[data-v-4b73f330] {
	width: 98px;
	display: inline-block
}

.el-main .contain .info[data-v-4b73f330] {
	font-size: 14px;
	color: rgba(0,0,0,.85);
	margin-top: 43px;
	margin-left: 70px
}

.el-main .contain .form_box[data-v-4b73f330] {
	width: 463px;
	margin: 37px auto
}

.el-main .contain .form_box .code_btn[data-v-4b73f330] {
	display: inline-block;
	float: right;
	width: 108px;
	text-align: center
}

.el-main .contain .form_box .el-form-item.is-error[data-v-4b73f330] .el-input {
	width: 100%
}

.el-main .contain .success_box[data-v-4b73f330] {
	width: 817px;
	background: rgba(66,134,244,.05);
	border-radius: 2px;
	padding-top: 42px;
	padding-bottom: 42px;
	margin-top: 68px
}

.el-main .contain .success_box .icon_box[data-v-4b73f330] {
	width: 37px;
	height: 37px;
	margin-left: 178px;
	margin-right: 35px;
	background: #52c41a;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	float: left
}

.el-main .contain .success_box .icon_box .el-icon-check[data-v-4b73f330] {
	color: #fff !important;
	font-size: 28px;
	margin: 5px auto
}

.el-main .contain .success_box .p_box[data-v-4b73f330] {
	float: left
}

.el-main .contain .success_box .p_box p[data-v-4b73f330]:first-child {
	font-size: 24px;
	color: rgba(0,0,0,.85);
	line-height: 32px;
	margin-bottom: 8px
}

.el-main .contain .success_box .p_box a[data-v-4b73f330] {
	font-size: 14px;
	color: #4286f4
}

.el-table[data-v-61bd93c6] {
	margin-top: 0
}

.no-datas[data-v-61bd93c6] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.tag_content[data-v-61bd93c6] {
	width: calc(100% + 40px);
	left: 0;
	margin-left: -20px !important
}

.ivu-table-wrapper[data-v-61bd93c6] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag_box[data-v-61bd93c6] {
	display: inline-block;
	height: 100px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	padding: 0 !important;
	width: 100%;
	cursor: pointer
}

.tag_box .icon_box[data-v-61bd93c6] {
	width: 45%;
	height: 100px;
	line-height: 100px;
	color: #fff;
	margin-left: 0;
	float: left
}

.tag_box .icon_box i[data-v-61bd93c6] {
	font-size: 33px
}

.tag_box .info_box[data-v-61bd93c6] {
	width: 55%;
	float: left
}

.tag_box .info_box p[data-v-61bd93c6]:first-child {
	font-size: 14px;
	color: rgba(0,0,0,.45);
	line-height: 22px;
	margin-top: 16px;
	margin-bottom: 13px
}

.tag_box .info_box p[data-v-61bd93c6]:nth-child(2) {
	font-size: 24px;
	color: rgba(0,0,0,.85);
	line-height: 35px
}

.lesson_box[data-v-61bd93c6] {
	padding-left: 20px
}

.lesson_box img[data-v-61bd93c6] {
	float: left;
	margin-right: -240px;
	width: 225px;
	height: 150px;
	cursor: pointer
}

.lesson_box .info_box[data-v-61bd93c6] {
	border-right: 1px solid #ddd !important
}

.lesson_box .info_box .info_box_content[data-v-61bd93c6] {
	margin-left: 240px
}

.lesson_box .info_box .title[data-v-61bd93c6] {
	font-size: 16px;
	color: rgba(0,0,0,.85)
}

.lesson_box .info_box .title div[data-v-61bd93c6] {
	margin-bottom: 15px
}

	.lesson_box .info_box .title div[data-v-61bd93c6]:first-child {
		margin-right: 21px
	}

.lesson_box .info_box .title .btn[data-v-61bd93c6] {
	font-size: 14px;
	border: 1px solid hsla(0,0%,87%,.8);
	padding: 5px 10px
}

.lesson_box .info_box .desc[data-v-61bd93c6] {
	font-size: 12px;
	color: #575757;
	margin-bottom: 12px
}

.lesson_box .info_box .desc .btn[data-v-61bd93c6] {
	font-size: 14px;
	padding: 2px 10px;
	margin-right: 22px
}

.lesson_box .info_box .desc .left_box[data-v-61bd93c6] {
	float: left;
	margin-top: 27px;
	margin-bottom: 20px;
	margin-right: 49px
}

.lesson_box .info_box .desc .right_box[data-v-61bd93c6] {
	float: left
}

.lesson_box .info_box .desc .right_box div[data-v-61bd93c6] {
	cursor: pointer;
	width: 98px;
	float: left;
	text-align: center
}

	.lesson_box .info_box .desc .right_box div[data-v-61bd93c6]:first-child {
		margin-right: 69px
	}

.lesson_box .info_box .desc .score[data-v-61bd93c6] {
	font-size: 24px;
	color: rgba(0,0,0,.85);
	position: relative;
	top: -8px
}

.lesson_box .info_box .desc .name[data-v-61bd93c6] {
	font-size: 14px;
	color: rgba(0,0,0,.45);
	margin-bottom: 14px
}

.lesson_box .info_box .progress div[data-v-61bd93c6] {
	float: left
}

	.lesson_box .info_box .progress div[data-v-61bd93c6]:first-child {
		width: 299px
	}

.lesson_box .info_box .progress[data-v-61bd93c6]:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.lesson_box .circle_box[data-v-61bd93c6] {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 1px solid #4286f4;
	margin: 38px auto
}

.lesson_box .circle_box div[data-v-61bd93c6] {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 1px solid rgba(66,134,244,.5);
	margin: 5px auto;
	text-align: center
}

.lesson_box .circle_box div p[data-v-61bd93c6]:first-child {
	font-size: 36px;
	color: #4286f4
}

.lesson_box .circle_box div p[data-v-61bd93c6]:nth-child(2) {
	font-size: 12px;
	color: rgba(66,134,244,.5);
	position: relative;
	top: -5px
}

.content[data-v-61bd93c6] {
	padding: 0 22px
}

.pagination[data-v-61bd93c6] {
	margin-top: 20px
}

.circle_bg_box[data-v-61bd93c6] {
	text-align: center
}

.title_state[data-v-61bd93c6] {
	border: 1px solid #409eff;
	color: #409eff;
	padding: 2px 10px;
	margin-right: 17px
}

.list-name img[data-v-61bd93c6] {
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.list-name[data-v-61bd93c6]:hover {
	color: #4284f6;
	cursor: pointer
}

.el-tag[data-v-c8b660ce] {
	border-radius: 40px;
	padding: 0 5px
}

.task-num[data-v-c8b660ce] {
	margin-top: 20px;
	font-size: 16px
}

.box[data-v-c8b660ce] {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8
}

.box .lesson-img[data-v-c8b660ce] {
	width: 150px;
	height: 100px
}

.box .count-box[data-v-c8b660ce] {
	display: inline-block;
	height: 100px;
	margin-left: 60px;
	vertical-align: top;
	text-align: center
}

.box .count-box .count[data-v-c8b660ce] {
	width: 90px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 20px
}

.box .count-box .count .number[data-v-c8b660ce] {
	font-size: 24px
}

.box .lesson-title-boxs[data-v-c8b660ce] {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	width: 670px
}

.box .lesson-title-boxs .tag-span[data-v-c8b660ce] {
	padding: 5px 0;
	font-size: 12px
}

.box .lesson-title-boxs .tag-span .lesson-tag[data-v-c8b660ce] {
	color: #fff;
	background-color: #4286f4;
	width: 60px;
	text-align: center
}

.box .lesson-title-boxs .tag-span .nolesson-tag[data-v-c8b660ce] {
	color: #fff;
	background-color: rgba(0,0,0,.25);
	width: 150px;
	text-align: center
}

.box .lesson-title-boxs .tag-span .class-tag[data-v-c8b660ce] {
	text-align: center;
	margin: 0 20px 10px 0;
	padding: 0 10px
}

.box .lesson-title-boxs.box2[data-v-c8b660ce] {
	width: 420px
}

.box .lesson-title-boxs .title[data-v-c8b660ce] {
	font-size: 16px
}

.box .lesson-title-boxs .lesson-title[data-v-c8b660ce] {
	padding: 0 10px 10px 5px;
	display: inline-block;
	color: #444
}

.box .lesson-title-boxs .state[data-v-c8b660ce] {
	padding: 0 5px
}

.box .lesson-title-boxs .lesson-section[data-v-c8b660ce] {
	padding: 5px;
	color: #444
}

.box .lesson-title-boxs .lesson-class[data-v-c8b660ce] {
	padding: 10px 5px;
	display: block;
	color: #444
}

.box .btn-groups[data-v-c8b660ce] {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 20px
}

.box .btn-groups .btn[data-v-c8b660ce] {
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}

.box .btn-groups .btn .iconfont[data-v-c8b660ce] {
	font-size: 30px;
	color: #4286f4
}

.box .btn-groups .btn .btn-font[data-v-c8b660ce] {
	color: #4286f4
}

.btn_div[data-v-32b54f5d] {
	text-align: center
}

.dialog-inside-row[data-v-32b54f5d] {
	color: #409eff;
	line-height: 42px
}

.dir-left[data-v-32b54f5d] {
	text-align: right
}

.dir-right[data-v-32b54f5d] {
	padding-left: 20px
}

.detail_state_div[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #ebeef5
}

.el-collapse-item__content .detail_state_div[data-v-32b54f5d]:last-child {
	border-bottom: none
}

.detail_state_left[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.collapse_title_div[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex
}

.collapse_title[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.collapse_tip_div[data-v-32b54f5d] {
	margin-right: 40px
}

.collapse_title_div .el-button[data-v-32b54f5d] .icon-touping, .detail_state_div .el-button[data-v-32b54f5d] .icon-touping {
	font-size: 12px;
	margin-right: 5px
}

.el-collapse-item[data-v-32b54f5d] .el-collapse-item__arrow {
	display: none
}

.add_btn .el-button--text[data-v-32b54f5d] {
	display: block;
	margin: 0 auto
}

.step3_tip[data-v-32b54f5d] {
	color: #a6a6a6
}

.every_item_tab[data-v-32b54f5d] {
	border-bottom: 1px solid #dcdfe6
}

.slider_div[data-v-32b54f5d] {
	background-color: #f8f8f8;
	padding: 20px;
	margin-top: 20px
}

.every_list_div[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #dcdfe6
}

.every_list_div .el-input[data-v-32b54f5d] {
	margin-right: 3%
}

.every_list_num[data-v-32b54f5d] {
	display: inline-block;
	width: 6%;
	text-align: center
}

.step2_div[data-v-32b54f5d] {
	margin-top: 20px
}

.set_evaluate[data-v-32b54f5d], .step2_div[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.set_evaluate[data-v-32b54f5d] {
	padding: 10px 0
}

.set_eva_left[data-v-32b54f5d] {
	width: 60%
}

.input_box[data-v-32b54f5d], .set_eva_left[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input_box[data-v-32b54f5d] {
	width: 70px;
	margin-left: 4%
}

.input_box span[data-v-32b54f5d] {
	margin-left: 4px
}

[data-v-32b54f5d] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.score-check-row[data-v-32b54f5d] .el-input__inner {
	border-color: #c0c4cc
}

.scoredialog[data-v-32b54f5d] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	.scoredialog[data-v-32b54f5d] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

[data-v-32b54f5d] .el-input-group__append {
	padding: 0 5px
}

.sign-in-container[data-v-32b54f5d] {
	padding: 36px 20px 20px
}

.sign-in-container .sign-in-inside[data-v-32b54f5d] {
	border: 1px solid rgba(0,0,0,.15)
}

.sign-in-container .sign-count-title[data-v-32b54f5d] {
	line-height: 54px;
	background: #f6faff;
	font-size: 16px;
	color: rgba(0,0,0,.85);
	padding: 0 22px
}

.sign-in-container .sign-student-mage[data-v-32b54f5d] {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	padding: 0 22px;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15)
}

.sign-in-container .sign-explain[data-v-32b54f5d] {
	margin-bottom: 30px;
	color: #ff7676
}

.sign-in-container .chart-outside-box[data-v-32b54f5d] {
	padding: 10px 10px 10px 40px
}

.table-area[data-v-32b54f5d] {
	padding: 20px
}

	.table-area[data-v-32b54f5d] .table-header-cla th {
		background: #fafafa !important
	}

[data-v-32b54f5d] .el-table__expanded-cell {
	background: #f9f9f9
}

	[data-v-32b54f5d] .el-table__expanded-cell:hover {
		background: #f9f9f9 !important
	}

.point-area[data-v-32b54f5d] {
	padding: 5px 10px
}

.point-area-item[data-v-32b54f5d] {
	width: 33.3333%;
	float: left;
	text-align: left;
	color: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 0 5px
}

.point-area-item p[data-v-32b54f5d]:first-child {
	margin-bottom: 6px;
	color: rgba(0,0,0,.65)
}

.explain-text[data-v-32b54f5d] {
	margin-bottom: 20px
}

.explain-text .explain-text-content[data-v-32b54f5d] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px
}

.title-cla[data-v-32b54f5d] {
	font-size: 15px;
	font-weight: 700;
	line-height: 49px
}

.intro[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px
}

.intro-content img[data-v-32b54f5d] {
	margin-right: 40px;
	width: 150px;
	height: 100px
}

.intro-content h4[data-v-32b54f5d] {
	font-size: 18px;
	margin-bottom: 10px
}

.intro-content p.list[data-v-32b54f5d] {
	margin-top: 10px
}

.intro-content p.list span[data-v-32b54f5d] {
	display: inline-block;
	margin-right: 10px
}

.intro-action button[data-v-32b54f5d] {
	margin: 10px 20px 0 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #4286f4;
	color: #4286f4
}

.pull-left[data-v-32b54f5d] {
	float: left
}

.el-radio-group[data-v-32b54f5d] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.inner-tab[data-v-32b54f5d] {
	display: block;
	text-align: center;
	margin-top: 40px
}

.qrcode[data-v-32b54f5d] {
	display: inline-block;
	text-align: center;
	line-height: 20px
}

.qrcode img[data-v-32b54f5d] {
	width: 80px;
	height: 80px
}

.search-group[data-v-32b54f5d] {
	margin-top: 20px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 40px
}

.container[data-v-32b54f5d] .el-tabs__header {
	background: #f2f2f2 !important
}

.container[data-v-32b54f5d] .el-collapse-item__header {
	padding: 0 30px;
	background-color: #f6faff
}

.container[data-v-32b54f5d] .el-collapse-item__wrap {
	padding: 0 10px;
	border-top: 1px solid #ebeef5
}

.container[data-v-32b54f5d] .tab-content {
	width: 90%;
	margin: 20px auto 0;
	padding: 20px;
	background: #eee
}

.tab-interaction[data-v-32b54f5d] {
	border-top: 1px solid rgba(0,0,0,.1);
	min-height: 200px
}

.tab-interaction li[data-v-32b54f5d] {
	padding: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.tab-interaction .intro[data-v-32b54f5d] {
	padding-bottom: 0;
	-ms-flex-align: center;
	align-items: center
}

.tab-interaction .interaction-title[data-v-32b54f5d] {
	cursor: pointer
}

	.tab-interaction .interaction-title[data-v-32b54f5d]:hover {
		color: #409eff
	}

.tab-interaction .intro-content[data-v-32b54f5d] {
	width: 500px
}

.tab-interaction .intro-content h5[data-v-32b54f5d] {
	font-size: 18px
}

.tab-interaction .intro-content .el-tag[data-v-32b54f5d] {
	margin-left: 10px
}

.tab-interaction .intro-content p[data-v-32b54f5d] {
	margin-top: 10px;
	line-height: 20px
}

.tab-interaction .intro-action p[data-v-32b54f5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	line-height: 36px
}

.tab-interaction .intro-action span[data-v-32b54f5d] {
	margin-left: 20px;
	color: #4286f4;
	font-size: 36px
}

.tab-interaction .intro-action a[data-v-32b54f5d] {
	margin-left: 45px;
	font-size: 16px;
	color: #4286f4
}

.res-list[data-v-32b54f5d] {
	padding: 0 30px
}

.res-list li[data-v-32b54f5d] {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.15)
}

.res-list .list-head[data-v-32b54f5d] {
	padding: 0 20px;
	background: #f6faff;
	font-size: 16px;
	color: #000;
	line-height: 55px
}

.res-list .list-head i[data-v-32b54f5d] {
	line-height: 55px;
	color: #4286f4;
	cursor: pointer
}

.res-list .list-body[data-v-32b54f5d] {
	padding: 20px 30px
}

.res-list .list-body img[data-v-32b54f5d] {
	margin-right: 20px;
	width: 225px;
	height: 150px
}

.res-list .list-intro span[data-v-32b54f5d] {
	font-weight: 600
}

.res-list .list-intro .message[data-v-32b54f5d] {
	margin-top: 20px
}

.res-list .list-intro .message i[data-v-32b54f5d] {
	color: #4286f4;
	cursor: pointer
}

.res-list .list-intro .message .el-input[data-v-32b54f5d] {
	width: 400px
}

.res-list .list-intro .content[data-v-32b54f5d] {
	margin-top: 40px
}

.comme-filter[data-v-32b54f5d] {
	padding-top: 33px
}

.score-box[data-v-32b54f5d] {
	text-align: right;
	padding: 0 18px
}

.student-table[data-v-32b54f5d] {
	padding: 0 18px
}

	.student-table[data-v-32b54f5d] .table-header-cla th {
		background: #fafafa !important
	}

.errfmt[data-v-32b54f5d] .el-input__inner {
	border-color: #f56c6c !important
}

.item-screen[data-v-32b54f5d] {
	display: inline-block;
	height: 100%;
	float: right;
	margin-right: 10px
}

.attendclass-no-data[data-v-32b54f5d] {
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	color: rgba(0,0,0,.15);
	font-size: 35px
}

.echarts {
	width: 600px;
	height: 400px
}

[data-v-62e58abe] .mce-menubtn.mce-fixed-width span {
	width: 50px
}

[data-v-7f7dc6b9] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.frame-outer-box[data-v-7f7dc6b9] {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

.frame-outer-box iframe[data-v-7f7dc6b9] {
	min-width: 1080px
}

.stage-nodata[data-v-7f7dc6b9] {
	width: 100%;
	line-height: 150px;
	color: #ccc;
	text-align: center;
	font-size: 18px
}

[data-v-7f7dc6b9] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-7f7dc6b9] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.dialog-inside-row[data-v-7f7dc6b9] {
	color: #409eff;
	line-height: 42px
}

.dir-left[data-v-7f7dc6b9] {
	text-align: right
}

.dir-right[data-v-7f7dc6b9] {
	padding-left: 20px
}

.table-area[data-v-7f7dc6b9] {
	padding: 20px
}

	.table-area[data-v-7f7dc6b9] .table-header-cla th {
		background: #fafafa !important
	}

[data-v-7f7dc6b9] .el-table__expanded-cell {
	background: #f9f9f9
}

	[data-v-7f7dc6b9] .el-table__expanded-cell:hover {
		background: #f9f9f9 !important
	}

.point-area[data-v-7f7dc6b9] {
	padding: 5px 10px
}

.point-area-item[data-v-7f7dc6b9] {
	width: 33.3333%;
	float: left;
	text-align: left;
	color: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 0 5px
}

.point-area-item p[data-v-7f7dc6b9]:first-child {
	margin-bottom: 6px;
	color: rgba(0,0,0,.65)
}

.explain-text[data-v-7f7dc6b9] {
	margin-bottom: 20px
}

.explain-text .explain-text-content[data-v-7f7dc6b9] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px
}

.title-cla[data-v-7f7dc6b9] {
	font-size: 15px;
	font-weight: 700;
	line-height: 49px
}

.table-area[data-v-7f7dc6b9] .el-collapse-item__arrow {
	margin-left: -18px;
	margin-right: 0;
	float: left !important;
	font-size: 16px
}

.el-collapse-item[data-v-7f7dc6b9] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-7f7dc6b9] .el-collapse-item__header {
	padding: 0 20px
}

.main[data-v-7f7dc6b9] .el-tabs__header {
	background: #f2f2f2
}

.main[data-v-7f7dc6b9] {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: -20px;
	background: #f2f2f2
}

.main .el-container[data-v-7f7dc6b9], .main[data-v-7f7dc6b9] {
	min-height: calc((100vh - 120px) - 60px)
}

.main .left-menu[data-v-7f7dc6b9] {
	width: 320px;
	min-height: 500px;
	display: inline-block;
	vertical-align: top;
	background: #fff
}

.main .left-menu .menu-groups[data-v-7f7dc6b9] {
	width: 320px
}

.main .left-menu .menu-groups .menu[data-v-7f7dc6b9] {
	cursor: pointer;
	border-top: 1px solid #eee;
	padding: 10px 40px
}

	.main .left-menu .menu-groups .menu.active[data-v-7f7dc6b9], .main .left-menu .menu-groups .menu[data-v-7f7dc6b9]:hover {
		color: #409eff
	}

.main .hide-box[data-v-7f7dc6b9] {
	width: 12px;
	height: 150px;
	border-radius: 0 8px 8px 0;
	position: relative;
	right: 0;
	top: 150px
}

.main .hide-box .hide-btn[data-v-7f7dc6b9] {
	padding: 0;
	width: 12px;
	height: 100%;
	background: #666;
	color: #fff;
	border-radius: 0 8px 8px 0
}

.main .right-main[data-v-7f7dc6b9] {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-left: 10px;
	min-height: 500px;
	background: #fff
}

.main .vertical-halving[data-v-7f7dc6b9] {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: auto;
	background-color: #f2f2f2;
	bottom: 0;
	margin-bottom: -20px
}

.lesson-img[data-v-7f7dc6b9] {
	width: 150px;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 30px
}

.lesson-title-box[data-v-7f7dc6b9] {
	display: inline-block;
	width: 320px;
	height: 100px;
	vertical-align: top
}

.lesson-title-box .lesson-title[data-v-7f7dc6b9] {
	display: block;
	font-size: 18px;
	color: #444;
	height: 25px
}

.lesson-title-box .lesson-class[data-v-7f7dc6b9] {
	display: block;
	height: 20px;
	color: rgba(0,0,0,.65);
	margin-top: 34px
}

.halving[data-v-7f7dc6b9] {
	left: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #f2f2f2
}

.teach-box[data-v-7f7dc6b9] {
	padding: 10px 20px;
	border-bottom: 1px solid #eee
}

.teach-box .tag-btn[data-v-7f7dc6b9] {
	float: right;
	width: 88px;
	height: 32px;
	line-height: 8px;
	margin-right: 20px
}

.link-box[data-v-7f7dc6b9] {
	padding: 10px;
	height: 30px;
	border-bottom: 1px solid #eee
}

.sections-box[data-v-7f7dc6b9] {
	margin: 20px 43px;
	background: #eee;
	padding: 20px
}

.sections-box .sections-title[data-v-7f7dc6b9] {
	display: block;
	margin-bottom: 14px
}

.search-group[data-v-7f7dc6b9] {
	margin-top: 20px;
	display: block;
	padding: 0 40px;
	padding-left: 20px
}

.search-group p[data-v-7f7dc6b9] {
	float: left;
	line-height: 34px
}

.res-list[data-v-7f7dc6b9] {
	padding: 0 30px
}

.res-list li[data-v-7f7dc6b9] {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.15)
}

.res-list .list-head[data-v-7f7dc6b9] {
	padding: 0 20px;
	background: #f6faff;
	font-size: 16px;
	color: #000;
	line-height: 55px
}

.res-list .list-head i[data-v-7f7dc6b9] {
	line-height: 55px;
	color: #4286f4;
	cursor: pointer
}

.res-list .list-body[data-v-7f7dc6b9] {
	padding: 20px 30px
}

.res-list .list-body img[data-v-7f7dc6b9] {
	margin-right: 20px;
	width: 225px;
	height: 150px
}

.res-list .list-intro span[data-v-7f7dc6b9] {
	font-weight: 600
}

.res-list .list-intro .message[data-v-7f7dc6b9] {
	margin-top: 20px
}

.res-list .list-intro .message i[data-v-7f7dc6b9] {
	color: #4286f4;
	cursor: pointer
}

.res-list .list-intro .message .el-input[data-v-7f7dc6b9] {
	width: 400px
}

.res-list .list-intro .content[data-v-7f7dc6b9] {
	margin-top: 40px
}

.layer-container[data-v-22c63692] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000
}

.layer-mask[data-v-22c63692] {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.4)
}

.layer-win[data-v-22c63692] {
	position: fixed;
	top: 25vh;
	left: 25vw;
	width: 50vw;
	height: 50vh;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.layer-win .layer-header[data-v-22c63692] {
	position: relative;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	cursor: move
}

.layer-win .layer-header p[data-v-22c63692] {
	display: inline-block
}

.layer-win .layer-header .layer-fn-btns[data-v-22c63692] {
	float: right;
	height: 100%
}

.layer-win .layer-header .layer-fn-btns i[data-v-22c63692] {
	cursor: pointer;
	transition: color .2s;
	margin: 0 5px
}

	.layer-win .layer-header .layer-fn-btns i[data-v-22c63692]:hover {
		color: #409eff
	}

.layer-win .layer-header[data-v-22c63692]:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eee;
	left: 0;
	bottom: 0
}

.layer-win .layer-content[data-v-22c63692] {
	position: relative;
	width: 100%;
	height: calc(100% - 40px)
}

.layer-win .layer-content .layer-content-mask[data-v-22c63692] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%
}

.layer-win .scale-btn[data-v-22c63692] {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 101;
	width: 18px;
	height: 18px;
	cursor: se-resize
}

	.layer-win .scale-btn[data-v-22c63692]:after {
		content: "";
		position: absolute;
		bottom: 2px;
		right: 2px;
		border-top: 6px solid #656565;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		-ms-transform: translate(36%,36%) rotate(-45deg);
		transform: translate(36%,36%) rotate(-45deg)
	}

.fade-enter-active[data-v-22c63692], .fade-leave-active[data-v-22c63692] {
	transition: opacity .2s
}

.fade-enter[data-v-22c63692], .fade-leave-to[data-v-22c63692] {
	opacity: 0
}

.step3_tip {
	color: #a6a6a6
}

.every_item_tab {
	border-bottom: 1px solid #dcdfe6
}

.slider_div {
	background-color: #f8f8f8;
	padding: 20px;
	margin-top: 20px
}

.every_list_div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #dcdfe6
}

	.every_list_div .el-input {
		margin-right: 3%
	}

.every_list_num {
	display: inline-block;
	width: 6%;
	text-align: center
}

.step2_div {
	margin-top: 20px
}

.set_evaluate, .step2_div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.set_evaluate {
	padding: 10px 0
}

.set_eva_left {
	width: 60%
}

.input_box, .set_eva_left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input_box {
	width: 70px;
	margin-left: 4%
}

	.input_box span {
		margin-left: 4px
	}

.add_btn .el-button--text {
	display: block;
	margin: 0 auto
}

.stu_info {
	color: #a6a6a6
}

.submit_status {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.circle_div {
	background-color: #4286f4
}

.circle_div, .circle_div1 {
	width: 6px;
	height: 6px;
	border-radius: 200px;
	margin-right: 4px
}

.circle_div1 {
	background-color: #a6a6a6
}

.search_div {
	border-bottom: 1px dotted #dcdfe6;
	overflow: hidden;
	padding-bottom: 20px
}

.search_box {
	float: left;
	margin-top: 20px;
	margin-right: 2%
}

.detail_div {
	padding: 20px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #dcdfe6
}

.course_title_div, .detail_div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

	.course_title_div .title_span {
		font-size: 22px;
		margin-right: 10px
	}

.left_bottom {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.status_div {
	border-radius: 3px;
	font-size: 12px;
	padding: 4px;
	color: #409eff;
	background: #ecf5ff;
	border-color: #b3d8ff;
	margin-right: 15px;
	width: 47px;
	text-align: center
}

.course_time {
	color: #a6a6a6
}

	.course_time i {
		margin-right: 5px
	}

.part_num_txt {
	margin-top: 10px;
	color: #a6a6a6
}

.part_num span {
	color: #4286f4;
	font-size: 22px
}

.detail_info_div div {
	margin-top: 15px
}

.explain_div img {
	max-width: 100%;
	height: auto
}

.detail_stu[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.detail_head[data-v-ee5d8a1e] {
	margin-right: 3%
}

.detail_stu_r[data-v-ee5d8a1e] {
	font-size: 12px
}

.detail_head img[data-v-ee5d8a1e] {
	width: 36px;
	height: 36px;
	border-radius: 100px
}

.detail_intro[data-v-ee5d8a1e] {
	margin-top: 20px;
	background-color: #f8f8f8;
	padding: 12px 20px
}

.detail_intro p[data-v-ee5d8a1e] {
	font-size: 16px;
	line-height: 24px
}

.detail_intro img[data-v-ee5d8a1e] {
	margin-top: 15px;
	max-width: 100%;
	height: auto
}

.comment_div[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.comment_div .el-input[data-v-ee5d8a1e] {
	width: 85%
}

.slider_div[data-v-ee5d8a1e] {
	background-color: #f8f8f8;
	padding: 12px 20px;
	margin-top: 24px
}

.self_eva[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.self_eva_l span[data-v-ee5d8a1e] {
	color: red
}

.eva_title_div[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.score_span[data-v-ee5d8a1e] {
	color: #4286f4;
	margin-left: 3%;
	margin-right: 3%
}

.diff_eva_div[data-v-ee5d8a1e] {
	width: 24%;
	text-align: center;
	border-right: 1px solid #a6a6a6
}

	.diff_eva_div[data-v-ee5d8a1e]:last-child {
		border-right: none
	}

.eva_detail[data-v-ee5d8a1e] {
	color: #a6a6a6
}

.line_div[data-v-ee5d8a1e] {
	width: 1px;
	height: 14px;
	background-color: #a6a6a6
}

.activity_detail[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity_detail_left[data-v-ee5d8a1e] {
	width: 27%
}

.activity_detail_right[data-v-ee5d8a1e] {
	width: 70%
}

.stu_div[data-v-ee5d8a1e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-ee5d8a1e] {
	margin-right: 20px
}

.stu_header img[data-v-ee5d8a1e] {
	width: 60px;
	height: 60px;
	border-radius: 200px
}

.stu_name[data-v-ee5d8a1e] {
	font-size: 20px
}

.stu_class[data-v-ee5d8a1e] {
	color: #a6a6a6;
	margin-top: 12px
}

.box[data-v-55e5810d] {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8
}

.box .filter[data-v-55e5810d] .el-select {
	margin-right: 10px
}

.box .lesson-img[data-v-55e5810d] {
	width: 150px;
	height: 100px;
	cursor: pointer
}

.box .lesson-title-box[data-v-55e5810d] {
	display: inline-block;
	width: 320px;
	height: 100px;
	margin-left: 20px;
	vertical-align: top
}

.box .lesson-title-box .lesson-title[data-v-55e5810d] {
	padding: 0 10px 10px 5px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	cursor: pointer
}

.box .lesson-title-box .lesson-section[data-v-55e5810d] {
	padding: 5px;
	color: #444
}

.box .lesson-title-box .lesson-class[data-v-55e5810d] {
	padding: 10px 5px;
	display: block;
	color: #444
}

.box .btn-groups[data-v-55e5810d] {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 20px
}

.box .btn-groups .btn[data-v-55e5810d] {
	display: inline-block;
	border-radius: 10%;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}

.box .btn-groups .btn .iconfont[data-v-55e5810d] {
	font-size: 30px;
	color: #4286f4
}

.box .btn-groups .btn .btn-font[data-v-55e5810d] {
	color: #4286f4
}

.box .btn-groups .btn-disabled[data-v-55e5810d] {
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	border-radius: 10%
}

.box .btn-groups .btn-disabled .iconfont[data-v-55e5810d] {
	font-size: 30px;
	color: #d0d0d0
}

.box .btn-groups .btn-disabled .btn-font[data-v-55e5810d] {
	color: #d0d0d0
}

.class-itm[data-v-55e5810d] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-55e5810d] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-55e5810d]:hover {
		color: #5a83eb
	}

.semester_select[data-v-55e5810d] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-55e5810d] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

.scoreRed[data-v-4a6d24ae] {
	color: red
}

[data-v-4a6d24ae] .questionScore .el-input__inner {
	height: 30px
}

[data-v-4a6d24ae] .questionTable .el-table__header {
	display: none
}

[data-v-4a6d24ae] .content .el-input__inner {
	height: 25px
}

[data-v-4a6d24ae] .el-form-item.is-error .el-input {
	width: 272px
}

.edit-title[data-v-4a6d24ae] {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.custom-tree-node[data-v-4a6d24ae] {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding-right: 8px
}

.btn-outer[data-v-4a6d24ae] {
	padding: 0
}

.btn-outer .add-sec-btn[data-v-4a6d24ae] {
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-4a6d24ae]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.el-collapse-item__wrap[data-v-4a6d24ae] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-4a6d24ae] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.el-collapse-item[data-v-4a6d24ae] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.upload-demo[data-v-4a6d24ae] {
	display: inline-block
}

.school-title[data-v-4a6d24ae] {
	font-size: 22px
}

.input-label[data-v-4a6d24ae] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-4a6d24ae] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-4a6d24ae] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-4a6d24ae] {
	display: block
}

.border-solid[data-v-4a6d24ae] {
	margin: 0
}

.row[data-v-4a6d24ae] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-4a6d24ae] {
	left: -20px
}

.content[data-v-4a6d24ae] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-4a6d24ae] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-4a6d24ae], .el-select--small[data-v-4a6d24ae] {
	width: 272px
}

[data-v-4a6d24ae] .el-form-item__error {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px
}

.el-input[data-v-4a6d24ae], .el-select[data-v-4a6d24ae], .is-error .el-input[data-v-4a6d24ae] {
	width: 272px
}

.lesson-chapter[data-v-4a6d24ae] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-4a6d24ae] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-4a6d24ae] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-4a6d24ae] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	height: 50px
}

.studentSelected[data-v-4ef3ab80] {
	background-color: #e1e8f2;
	border-right: 2px solid #4286f4
}

[data-v-4ef3ab80] .questionTable .el-table__header {
	display: none
}

[data-v-4ef3ab80] .content .el-input__inner {
	height: 25px
}

[data-v-4ef3ab80] .el-form-item.is-error .el-input {
	width: 272px
}

.edit-title[data-v-4ef3ab80] {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.custom-tree-node[data-v-4ef3ab80] {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding-right: 8px
}

.btn-outer[data-v-4ef3ab80] {
	padding: 0
}

.btn-outer .add-sec-btn[data-v-4ef3ab80] {
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-4ef3ab80]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.el-collapse-item__wrap[data-v-4ef3ab80] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-4ef3ab80] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.el-collapse-item[data-v-4ef3ab80] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.upload-demo[data-v-4ef3ab80] {
	display: inline-block
}

.school-title[data-v-4ef3ab80] {
	font-size: 22px
}

.input-label[data-v-4ef3ab80] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-4ef3ab80] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-4ef3ab80] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-4ef3ab80] {
	display: block
}

.border-solid[data-v-4ef3ab80] {
	margin: 0
}

.row[data-v-4ef3ab80] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-4ef3ab80] {
	left: -20px
}

.content[data-v-4ef3ab80] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-4ef3ab80] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-4ef3ab80], .el-select--small[data-v-4ef3ab80] {
	width: 272px
}

[data-v-4ef3ab80] .el-form-item__error {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px
}

.el-input[data-v-4ef3ab80], .el-select[data-v-4ef3ab80], .is-error .el-input[data-v-4ef3ab80] {
	width: 272px
}

.lesson-chapter[data-v-4ef3ab80] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-4ef3ab80] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-4ef3ab80] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-4ef3ab80] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	height: 50px
}

.content[data-v-6e784fe6] {
	margin-top: 30px
}

.filter-group[data-v-6e784fe6], .scroll-height[data-v-6e784fe6] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-6e784fe6] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-6e784fe6] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-6e784fe6] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-6e784fe6] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-6e784fe6] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-6e784fe6] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-6e784fe6] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-6e784fe6]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-6e784fe6] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-6e784fe6], .hover-row .el-tooltip[data-v-6e784fe6] .icon-download {
	display: inline-block
}

.t-header[data-v-6e784fe6] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-6e784fe6] {
	float: right;
	text-align: right
}

.btns img[data-v-6e784fe6] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-6e784fe6] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-6e784fe6] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-6e784fe6]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-6e784fe6] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-6e784fe6] {
	top: 0
}

.card .desc[data-v-6e784fe6] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-6e784fe6] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-6e784fe6], .card h3[data-v-6e784fe6] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-6e784fe6] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-6e784fe6] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-6e784fe6] {
	float: right
}

.teacher_target_info[data-v-6e784fe6] {
	overflow: hidden;
	border: 1px solid #e8e8e8;
	padding: 5px 10px
}

.student_num[data-v-6e784fe6] {
	float: left
}

.info_right[data-v-6e784fe6] {
	float: right
}

.info_right span[data-v-6e784fe6] {
	margin-right: 10px
}

.select_student[data-v-6e784fe6] {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

	.select_student[data-v-6e784fe6] .el-table {
		margin: 0
	}

.selected_box[data-v-6e784fe6] {
	overflow: hidden
}

.selected_box_div[data-v-6e784fe6] {
	float: left;
	margin-right: 15px;
	margin-top: 10px
}

[data-v-6e784fe6] .contents {
	width: 800px
}

	[data-v-6e784fe6] .contents img {
		max-width: 740px
	}

.state_box[data-v-6e784fe6] {
	margin: 0 auto;
	padding: 50px 0
}

.card[data-v-6e784fe6] {
	width: 300px;
	margin-bottom: 20px
}

.card .thumb[data-v-6e784fe6] {
	height: 200px
}

.card p[data-v-6e784fe6] {
	padding: 0 10px
}

.quill-editor[data-v-6e784fe6] {
	width: 500px
}

.quill-editor .ql-container[data-v-6e784fe6] {
	height: 100px
}

.contain[data-v-6e784fe6] {
	width: 980px;
	margin: 0 auto
}

.contain .el-form-item__content .el-input[data-v-6e784fe6] {
	width: 300px
}

.contain .state[data-v-6e784fe6] {
	float: left
}

.contain .state span[data-v-6e784fe6]:first-child {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	margin-right: 8px;
	color: rgba(0,0,0,.15)
}

.contain .state span[data-v-6e784fe6]:nth-child(2) {
	font-size: 16px;
	color: rgba(0,0,0,.45)
}

.contain .state_active span[data-v-6e784fe6]:first-child {
	background: #1890ff;
	color: #fff
}

.contain .state_active span[data-v-6e784fe6]:nth-child(2) {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	font-weight: 700
}

.contain .state_complete span[data-v-6e784fe6]:first-child {
	border: 1px solid #1890ff
}

.contain .state_complete span:first-child .el-icon-check[data-v-6e784fe6] {
	color: #1890ff;
	font-size: 22px;
	position: relative;
	top: 4px
}

.contain .line[data-v-6e784fe6] {
	float: left;
	width: 192px;
	border: 1px solid #e9e9e9;
	margin: 15px 28px
}

.contain .line_complete[data-v-6e784fe6] {
	border: 1px solid #1890ff
}

.steps-groups[data-v-6e784fe6] {
	padding: 50px
}

.steps-groups .el-step__head.is-process[data-v-6e784fe6], .steps-groups .el-step__head.is-success[data-v-6e784fe6] {
	color: #fff;
	border-color: #1890ff
}

.steps-groups .el-step__head.is-process .is-text[data-v-6e784fe6], .steps-groups .el-step__head.is-success .is-text[data-v-6e784fe6] {
	background-color: #1890ff
}

.steps-groups .el-step__title[data-v-6e784fe6], .steps-groups .is-success[data-v-6e784fe6] {
	color: rgba(0,0,0,.65)
}

.steps-groups .el-step__title[data-v-6e784fe6], .steps-groups .is-process[data-v-6e784fe6] {
	font-weight: 400;
	color: rgba(0,0,0,.65)
}

.steps-groups .steps-box[data-v-6e784fe6] {
	width: 800px;
	margin: 0 auto
}

.step-one .select-groups[data-v-6e784fe6] {
	padding: 50px 0 0
}

.step-one .select-groups .select-box[data-v-6e784fe6] {
	width: 90px;
	display: inline-block;
	margin-left: 20px
}

.step-one .select-groups p[data-v-6e784fe6] {
	margin: 20px 0 0 20px;
	color: #a0a0a0
}

.step-one .template[data-v-6e784fe6] {
	margin: 0 auto;
	padding: 0 10px
}

.step-one .template .el-radio__input[data-v-6e784fe6] {
	position: absolute;
	right: 0
}

.step-one .template .template-box[data-v-6e784fe6] {
	width: 280px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	color: #000
}

.step-one .template .template-box .title[data-v-6e784fe6] {
	font-size: 18px
}

.step-one .template .template-box .center[data-v-6e784fe6] {
	text-align: center
}

.step-one .template .template-box .lesson-img[data-v-6e784fe6] {
	width: 280px;
	height: 200px
}

.step-two .form-box[data-v-6e784fe6] {
	width: 900px;
	margin: 20px auto
}

.step-two .form-box .el-form-item.is-error[data-v-6e784fe6] .el-input {
	width: 300px
}

.step-two .form-box .avatar-uploader[data-v-6e784fe6] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,.02)
}

	.step-two .form-box .avatar-uploader[data-v-6e784fe6] .el-upload:hover {
		border-color: #409eff
	}

.step-two .form-box .avatar-uploader-icon[data-v-6e784fe6] {
	margin-top: 39px;
	font-size: 28px;
	color: #8c939d;
	text-align: center
}

.step-two .form-box .avatar[data-v-6e784fe6] {
	width: 100%;
	display: block
}

.step-two .form-box .upload-file-type[data-v-6e784fe6] {
	padding-left: 36px;
	display: inline-block;
	vertical-align: super;
	color: rgba(0,0,0,.45)
}

.step-three .detail-header[data-v-6e784fe6] {
	text-align: center;
	font-size: 24px;
	padding: 20px;
	width: 800px;
	margin: 0 auto
}

.step-three .detail-box[data-v-6e784fe6] {
	background: hsla(0,0%,96%,.5);
	width: 800px;
	margin: 0 auto
}

.step-three .detail-box .detail-img[data-v-6e784fe6] {
	width: 225px;
	height: 150px;
	margin: 50px
}

.step-three .detail-box .lesson-title-box[data-v-6e784fe6] {
	display: inline-block;
	height: 150px;
	margin: 50px 0;
	vertical-align: top
}

.step-three .detail-box .lesson-title-box .lesson-title[data-v-6e784fe6] {
	display: block;
	font-size: 18px;
	color: #444;
	height: 25px
}

.step-three .detail-box .lesson-title-box .lesson-class[data-v-6e784fe6] {
	display: block;
	color: rgba(0,0,0,.45);
	padding: 4px
}

.step-three .detail-box .describe-title[data-v-6e784fe6] {
	margin: 0 50px;
	width: 80px;
	display: inline-block;
	vertical-align: top
}

.step-three .detail-box .describe-content[data-v-6e784fe6] {
	padding: 20px 30px;
	display: inline-block
}

.step-three .detail-box .ql-snow[data-v-6e784fe6] {
	box-sizing: border-box
}

.btn-box[data-v-6e784fe6] {
	padding: 40px;
	text-align: center
}

.el-radio + .el-radio[data-v-6e784fe6] {
	margin-left: 0
}

.showAvator[data-v-6e784fe6] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-6e784fe6] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.show-preview .preview[data-v-6e784fe6] {
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-6e784fe6] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-6e784fe6] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-6e784fe6]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-6e784fe6] {
	background-image: none
}

.header_img_div[data-v-6e784fe6] {
	position: relative;
	border: 1px solid #e8e8e8;
	padding: 10px 20px;
	width: 600px
}

.swiper_button_left i[data-v-6e784fe6], .swiper_button_right i[data-v-6e784fe6] {
	font-size: 20px
}

.swiper_button_left[data-v-6e784fe6], .swiper_button_right[data-v-6e784fe6] {
	position: absolute;
	top: 35px;
	width: 24px;
	cursor: pointer
}

.swiper_button_left[data-v-6e784fe6] {
	left: 0
}

.swiper_button_right[data-v-6e784fe6] {
	right: 0
}

.change_cover[data-v-6e784fe6] {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	color: #fff
}

.every_slider[data-v-6e784fe6] {
	float: left;
	margin-right: 10px
}

.selected_student[data-v-6e784fe6] {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background: #f1f6fe;
	border: 1px solid #9ec1f6
}

.selected_student span[data-v-6e784fe6] {
	color: #4a8cee
}

.ql-toolbar[data-v-deefda26] {
	line-height: 22px
}

.ql-toolbar .ql-video[data-v-deefda26] {
	display: none !important
}

.ql-tooltip[data-v-deefda26] {
	z-index: 1000
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
	clear: both;
	content: "";
	display: table
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

	.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
		float: left;
		height: 100%
	}

	.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
		outline: none
	}

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
	display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover {
	color: #06c
}

	.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
		fill: #06c
	}

	.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
		stroke: #06c
	}

@media (pointer: coarse) {
	.ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
		color: #444
	}

		.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
			fill: #444
		}

		.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
			stroke: #444
		}
}

.ql-snow, .ql-snow * {
	box-sizing: border-box
}

	.ql-snow .ql-hidden {
		display: none
	}

	.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
		visibility: hidden
	}

	.ql-snow .ql-tooltip {
		position: absolute;
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}

		.ql-snow .ql-tooltip a {
			cursor: pointer;
			text-decoration: none
		}

		.ql-snow .ql-tooltip.ql-flip {
			-ms-transform: translateY(-10px);
			transform: translateY(-10px)
		}

	.ql-snow .ql-formats {
		display: inline-block;
		vertical-align: middle
	}

		.ql-snow .ql-formats:after {
			clear: both;
			content: "";
			display: table
		}

	.ql-snow .ql-stroke {
		fill: none;
		stroke: #444;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2
	}

	.ql-snow .ql-stroke-miter {
		fill: none;
		stroke: #444;
		stroke-miterlimit: 10;
		stroke-width: 2
	}

	.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
		fill: #444
	}

	.ql-snow .ql-empty {
		fill: none
	}

	.ql-snow .ql-even {
		fill-rule: evenodd
	}

	.ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
		stroke-width: 1
	}

	.ql-snow .ql-transparent {
		opacity: .4
	}

	.ql-snow .ql-direction svg:last-child {
		display: none
	}

	.ql-snow .ql-direction.ql-active svg:last-child {
		display: inline
	}

	.ql-snow .ql-direction.ql-active svg:first-child {
		display: none
	}

	.ql-snow .ql-editor h1 {
		font-size: 2em
	}

	.ql-snow .ql-editor h2 {
		font-size: 1.5em
	}

	.ql-snow .ql-editor h3 {
		font-size: 1.17em
	}

	.ql-snow .ql-editor h4 {
		font-size: 1em
	}

	.ql-snow .ql-editor h5 {
		font-size: .83em
	}

	.ql-snow .ql-editor h6 {
		font-size: .67em
	}

	.ql-snow .ql-editor a {
		text-decoration: underline
	}

	.ql-snow .ql-editor blockquote {
		border-left: 4px solid #ccc;
		margin-bottom: 5px;
		margin-top: 5px;
		padding-left: 16px
	}

	.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
		background-color: #f0f0f0;
		border-radius: 3px
	}

	.ql-snow .ql-editor pre {
		white-space: pre-wrap;
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 5px 10px
	}

	.ql-snow .ql-editor code {
		font-size: 85%;
		padding: 2px 4px
	}

	.ql-snow .ql-editor pre.ql-syntax {
		background-color: #23241f;
		color: #f8f8f2;
		overflow: visible
	}

	.ql-snow .ql-editor img {
		max-width: 100%
	}

	.ql-snow .ql-picker {
		color: #444;
		display: inline-block;
		float: left;
		font-size: 14px;
		font-weight: 500;
		height: 24px;
		position: relative;
		vertical-align: middle
	}

	.ql-snow .ql-picker-label {
		cursor: pointer;
		display: inline-block;
		height: 100%;
		padding-left: 8px;
		padding-right: 2px;
		position: relative;
		width: 100%
	}

		.ql-snow .ql-picker-label:before {
			display: inline-block;
			line-height: 22px
		}

	.ql-snow .ql-picker-options {
		background-color: #fff;
		display: none;
		min-width: 100%;
		padding: 4px 8px;
		position: absolute;
		white-space: nowrap
	}

		.ql-snow .ql-picker-options .ql-picker-item {
			cursor: pointer;
			display: block;
			padding-bottom: 5px;
			padding-top: 5px
		}

	.ql-snow .ql-picker.ql-expanded .ql-picker-label {
		color: #ccc;
		z-index: 2
	}

		.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
			fill: #ccc
		}

		.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
			stroke: #ccc
		}

	.ql-snow .ql-picker.ql-expanded .ql-picker-options {
		display: block;
		margin-top: -1px;
		top: 100%;
		z-index: 1
	}

	.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
		width: 28px
	}

		.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
			padding: 2px 4px
		}

			.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
				right: 4px
			}

		.ql-snow .ql-icon-picker .ql-picker-options {
			padding: 4px 0
		}

		.ql-snow .ql-icon-picker .ql-picker-item {
			height: 24px;
			width: 24px;
			padding: 2px 4px
		}

		.ql-snow .ql-color-picker .ql-picker-options {
			padding: 3px 5px;
			width: 152px
		}

		.ql-snow .ql-color-picker .ql-picker-item {
			border: 1px solid transparent;
			float: left;
			height: 16px;
			margin: 2px;
			padding: 0;
			width: 16px
		}

	.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
		position: absolute;
		margin-top: -9px;
		right: 0;
		top: 50%;
		width: 18px
	}

	.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
		content: attr(data-label)
	}

	.ql-snow .ql-picker.ql-header {
		width: 98px
	}

		.ql-snow .ql-picker.ql-header .ql-picker-item:before, .ql-snow .ql-picker.ql-header .ql-picker-label:before {
			content: "Normal"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
			content: "Heading 1"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
			content: "Heading 2"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
			content: "Heading 3"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
			content: "Heading 4"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
			content: "Heading 5"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
			content: "Heading 6"
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
			font-size: 2em
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
			font-size: 1.5em
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
			font-size: 1.17em
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
			font-size: 1em
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
			font-size: .83em
		}

		.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
			font-size: .67em
		}

	.ql-snow .ql-picker.ql-font {
		width: 108px
	}

		.ql-snow .ql-picker.ql-font .ql-picker-item:before, .ql-snow .ql-picker.ql-font .ql-picker-label:before {
			content: "Sans Serif"
		}

		.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
			content: "Serif"
		}

		.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
			content: "Monospace"
		}

		.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
			font-family: Georgia,Times New Roman,serif
		}

		.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
			font-family: Monaco,Courier New,monospace
		}

	.ql-snow .ql-picker.ql-size {
		width: 98px
	}

		.ql-snow .ql-picker.ql-size .ql-picker-item:before, .ql-snow .ql-picker.ql-size .ql-picker-label:before {
			content: "Normal"
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
			content: "Small"
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
			content: "Large"
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
			content: "Huge"
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
			font-size: 10px
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
			font-size: 18px
		}

		.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
			font-size: 32px
		}

	.ql-snow .ql-color-picker.ql-background .ql-picker-item {
		background-color: #fff
	}

	.ql-snow .ql-color-picker.ql-color .ql-picker-item {
		background-color: #000
	}

.ql-toolbar.ql-snow {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 8px
}

	.ql-toolbar.ql-snow .ql-formats {
		margin-right: 15px
	}

	.ql-toolbar.ql-snow .ql-picker-label {
		border: 1px solid transparent
	}

	.ql-toolbar.ql-snow .ql-picker-options {
		border: 1px solid transparent;
		box-shadow: 0 2px 8px rgba(0,0,0,.2)
	}

	.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
		border-color: #ccc
	}

	.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
		border-color: #000
	}

	.ql-toolbar.ql-snow + .ql-container.ql-snow {
		border-top: 0
	}

.ql-snow .ql-tooltip {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	color: #444;
	padding: 5px 12px;
	white-space: nowrap
}

	.ql-snow .ql-tooltip:before {
		content: "Visit URL:";
		line-height: 26px;
		margin-right: 8px
	}

	.ql-snow .ql-tooltip input[type=text] {
		display: none;
		border: 1px solid #ccc;
		font-size: 13px;
		height: 26px;
		margin: 0;
		padding: 3px 5px;
		width: 170px
	}

	.ql-snow .ql-tooltip a.ql-preview {
		display: inline-block;
		max-width: 200px;
		overflow-x: hidden;
		text-overflow: ellipsis;
		vertical-align: top
	}

	.ql-snow .ql-tooltip a.ql-action:after {
		border-right: 1px solid #ccc;
		content: "Edit";
		margin-left: 16px;
		padding-right: 8px
	}

	.ql-snow .ql-tooltip a.ql-remove:before {
		content: "Remove";
		margin-left: 8px
	}

	.ql-snow .ql-tooltip a {
		line-height: 26px
	}

	.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
		display: none
	}

	.ql-snow .ql-tooltip.ql-editing input[type=text] {
		display: inline-block
	}

	.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
		border-right: 0;
		content: "Save";
		padding-right: 0
	}

	.ql-snow .ql-tooltip[data-mode=link]:before {
		content: "Enter link:"
	}

	.ql-snow .ql-tooltip[data-mode=formula]:before {
		content: "Enter formula:"
	}

	.ql-snow .ql-tooltip[data-mode=video]:before {
		content: "Enter video:"
	}

.ql-snow a {
	color: #06c
}

.ql-container.ql-snow {
	border: 1px solid #ccc
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
	box-sizing: border-box;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	position: relative
}

	.ql-container.ql-disabled .ql-tooltip {
		visibility: hidden
	}

	.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
		pointer-events: none
	}

.ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}

	.ql-clipboard p {
		margin: 0;
		padding: 0
	}

.ql-editor {
	box-sizing: border-box;
	line-height: 1.42;
	height: 100%;
	outline: none;
	overflow-y: auto;
	padding: 12px 15px;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word
}

	.ql-editor > * {
		cursor: text
	}

	.ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
		margin: 0;
		padding: 0;
		counter-reset: a b c d e f g h i
	}

	.ql-editor ol, .ql-editor ul {
		padding-left: 1.5em
	}

		.ql-editor ol > li, .ql-editor ul > li {
			list-style-type: none
		}

			.ql-editor ul > li:before {
				content: "\2022"
			}

		.ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
			pointer-events: none
		}

			.ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
				pointer-events: all
			}

			.ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
				color: #777;
				cursor: pointer;
				pointer-events: all
			}

			.ql-editor ul[data-checked=true] > li:before {
				content: "\2611"
			}

			.ql-editor ul[data-checked=false] > li:before {
				content: "\2610"
			}

	.ql-editor li:before {
		display: inline-block;
		white-space: nowrap;
		width: 1.2em
	}

	.ql-editor li:not(.ql-direction-rtl):before {
		margin-left: -1.5em;
		margin-right: .3em;
		text-align: right
	}

	.ql-editor li.ql-direction-rtl:before {
		margin-left: .3em;
		margin-right: -1.5em
	}

	.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
		padding-left: 1.5em
	}

	.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
		padding-right: 1.5em
	}

	.ql-editor ol li {
		counter-reset: a b c d e f g h i;
		counter-increment: j
	}

		.ql-editor ol li:before {
			content: counter(j,decimal) ". "
		}

		.ql-editor ol li.ql-indent-1 {
			counter-increment: a
		}

			.ql-editor ol li.ql-indent-1:before {
				content: counter(a,lower-alpha) ". "
			}

		.ql-editor ol li.ql-indent-1 {
			counter-reset: b c d e f g h i
		}

		.ql-editor ol li.ql-indent-2 {
			counter-increment: b
		}

			.ql-editor ol li.ql-indent-2:before {
				content: counter(b,lower-roman) ". "
			}

		.ql-editor ol li.ql-indent-2 {
			counter-reset: c d e f g h i
		}

		.ql-editor ol li.ql-indent-3 {
			counter-increment: c
		}

			.ql-editor ol li.ql-indent-3:before {
				content: counter(c,decimal) ". "
			}

		.ql-editor ol li.ql-indent-3 {
			counter-reset: d e f g h i
		}

		.ql-editor ol li.ql-indent-4 {
			counter-increment: d
		}

			.ql-editor ol li.ql-indent-4:before {
				content: counter(d,lower-alpha) ". "
			}

		.ql-editor ol li.ql-indent-4 {
			counter-reset: e f g h i
		}

		.ql-editor ol li.ql-indent-5 {
			counter-increment: e
		}

			.ql-editor ol li.ql-indent-5:before {
				content: counter(e,lower-roman) ". "
			}

		.ql-editor ol li.ql-indent-5 {
			counter-reset: f g h i
		}

		.ql-editor ol li.ql-indent-6 {
			counter-increment: f
		}

			.ql-editor ol li.ql-indent-6:before {
				content: counter(f,decimal) ". "
			}

		.ql-editor ol li.ql-indent-6 {
			counter-reset: g h i
		}

		.ql-editor ol li.ql-indent-7 {
			counter-increment: g
		}

			.ql-editor ol li.ql-indent-7:before {
				content: counter(g,lower-alpha) ". "
			}

		.ql-editor ol li.ql-indent-7 {
			counter-reset: h i
		}

		.ql-editor ol li.ql-indent-8 {
			counter-increment: h
		}

			.ql-editor ol li.ql-indent-8:before {
				content: counter(h,lower-roman) ". "
			}

		.ql-editor ol li.ql-indent-8 {
			counter-reset: i
		}

		.ql-editor ol li.ql-indent-9 {
			counter-increment: i
		}

			.ql-editor ol li.ql-indent-9:before {
				content: counter(i,decimal) ". "
			}

	.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
		padding-left: 3em
	}

	.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
		padding-left: 4.5em
	}

	.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
		padding-right: 3em
	}

	.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
		padding-right: 4.5em
	}

	.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
		padding-left: 6em
	}

	.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
		padding-left: 7.5em
	}

	.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
		padding-right: 6em
	}

	.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
		padding-right: 7.5em
	}

	.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
		padding-left: 9em
	}

	.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
		padding-left: 10.5em
	}

	.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
		padding-right: 9em
	}

	.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
		padding-right: 10.5em
	}

	.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
		padding-left: 12em
	}

	.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
		padding-left: 13.5em
	}

	.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
		padding-right: 12em
	}

	.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
		padding-right: 13.5em
	}

	.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
		padding-left: 15em
	}

	.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
		padding-left: 16.5em
	}

	.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
		padding-right: 15em
	}

	.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
		padding-right: 16.5em
	}

	.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
		padding-left: 18em
	}

	.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
		padding-left: 19.5em
	}

	.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
		padding-right: 18em
	}

	.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
		padding-right: 19.5em
	}

	.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
		padding-left: 21em
	}

	.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
		padding-left: 22.5em
	}

	.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
		padding-right: 21em
	}

	.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
		padding-right: 22.5em
	}

	.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
		padding-left: 24em
	}

	.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
		padding-left: 25.5em
	}

	.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
		padding-right: 24em
	}

	.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
		padding-right: 25.5em
	}

	.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
		padding-left: 27em
	}

	.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
		padding-left: 28.5em
	}

	.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
		padding-right: 27em
	}

	.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
		padding-right: 28.5em
	}

	.ql-editor .ql-video {
		display: block;
		max-width: 100%
	}

		.ql-editor .ql-video.ql-align-center {
			margin: 0 auto
		}

		.ql-editor .ql-video.ql-align-right {
			margin: 0 0 0 auto
		}

	.ql-editor .ql-bg-black {
		background-color: #000
	}

	.ql-editor .ql-bg-red {
		background-color: #e60000
	}

	.ql-editor .ql-bg-orange {
		background-color: #f90
	}

	.ql-editor .ql-bg-yellow {
		background-color: #ff0
	}

	.ql-editor .ql-bg-green {
		background-color: #008a00
	}

	.ql-editor .ql-bg-blue {
		background-color: #06c
	}

	.ql-editor .ql-bg-purple {
		background-color: #93f
	}

	.ql-editor .ql-color-white {
		color: #fff
	}

	.ql-editor .ql-color-red {
		color: #e60000
	}

	.ql-editor .ql-color-orange {
		color: #f90
	}

	.ql-editor .ql-color-yellow {
		color: #ff0
	}

	.ql-editor .ql-color-green {
		color: #008a00
	}

	.ql-editor .ql-color-blue {
		color: #06c
	}

	.ql-editor .ql-color-purple {
		color: #93f
	}

	.ql-editor .ql-font-serif {
		font-family: Georgia,Times New Roman,serif
	}

	.ql-editor .ql-font-monospace {
		font-family: Monaco,Courier New,monospace
	}

	.ql-editor .ql-size-small {
		font-size: .75em
	}

	.ql-editor .ql-size-large {
		font-size: 1.5em
	}

	.ql-editor .ql-size-huge {
		font-size: 2.5em
	}

	.ql-editor .ql-direction-rtl {
		direction: rtl;
		text-align: inherit
	}

	.ql-editor .ql-align-center {
		text-align: center
	}

	.ql-editor .ql-align-justify {
		text-align: justify
	}

	.ql-editor .ql-align-right {
		text-align: right
	}

	.ql-editor.ql-blank:before {
		color: rgba(0,0,0,.6);
		content: attr(data-placeholder);
		font-style: italic;
		left: 15px;
		pointer-events: none;
		position: absolute;
		right: 15px
	}

.ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after {
	clear: both;
	content: "";
	display: table
}

.ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

	.ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg {
		float: left;
		height: 100%
	}

	.ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover {
		outline: none
	}

.ql-bubble.ql-toolbar input.ql-image[type=file], .ql-bubble .ql-toolbar input.ql-image[type=file] {
	display: none
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover {
	color: #fff
}

	.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill {
		fill: #fff
	}

	.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter {
		stroke: #fff
	}

@media (pointer: coarse) {
	.ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
		color: #ccc
	}

		.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
			fill: #ccc
		}

		.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
			stroke: #ccc
		}
}

.ql-bubble, .ql-bubble * {
	box-sizing: border-box
}

	.ql-bubble .ql-hidden {
		display: none
	}

	.ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top {
		visibility: hidden
	}

	.ql-bubble .ql-tooltip {
		position: absolute;
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}

		.ql-bubble .ql-tooltip a {
			cursor: pointer;
			text-decoration: none
		}

		.ql-bubble .ql-tooltip.ql-flip {
			-ms-transform: translateY(-10px);
			transform: translateY(-10px)
		}

	.ql-bubble .ql-formats {
		display: inline-block;
		vertical-align: middle
	}

		.ql-bubble .ql-formats:after {
			clear: both;
			content: "";
			display: table
		}

	.ql-bubble .ql-stroke {
		fill: none;
		stroke: #ccc;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2
	}

	.ql-bubble .ql-stroke-miter {
		fill: none;
		stroke: #ccc;
		stroke-miterlimit: 10;
		stroke-width: 2
	}

	.ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill {
		fill: #ccc
	}

	.ql-bubble .ql-empty {
		fill: none
	}

	.ql-bubble .ql-even {
		fill-rule: evenodd
	}

	.ql-bubble .ql-stroke.ql-thin, .ql-bubble .ql-thin {
		stroke-width: 1
	}

	.ql-bubble .ql-transparent {
		opacity: .4
	}

	.ql-bubble .ql-direction svg:last-child {
		display: none
	}

	.ql-bubble .ql-direction.ql-active svg:last-child {
		display: inline
	}

	.ql-bubble .ql-direction.ql-active svg:first-child {
		display: none
	}

	.ql-bubble .ql-editor h1 {
		font-size: 2em
	}

	.ql-bubble .ql-editor h2 {
		font-size: 1.5em
	}

	.ql-bubble .ql-editor h3 {
		font-size: 1.17em
	}

	.ql-bubble .ql-editor h4 {
		font-size: 1em
	}

	.ql-bubble .ql-editor h5 {
		font-size: .83em
	}

	.ql-bubble .ql-editor h6 {
		font-size: .67em
	}

	.ql-bubble .ql-editor a {
		text-decoration: underline
	}

	.ql-bubble .ql-editor blockquote {
		border-left: 4px solid #ccc;
		margin-bottom: 5px;
		margin-top: 5px;
		padding-left: 16px
	}

	.ql-bubble .ql-editor code, .ql-bubble .ql-editor pre {
		background-color: #f0f0f0;
		border-radius: 3px
	}

	.ql-bubble .ql-editor pre {
		white-space: pre-wrap;
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 5px 10px
	}

	.ql-bubble .ql-editor code {
		font-size: 85%;
		padding: 2px 4px
	}

	.ql-bubble .ql-editor pre.ql-syntax {
		background-color: #23241f;
		color: #f8f8f2;
		overflow: visible
	}

	.ql-bubble .ql-editor img {
		max-width: 100%
	}

	.ql-bubble .ql-picker {
		color: #ccc;
		display: inline-block;
		float: left;
		font-size: 14px;
		font-weight: 500;
		height: 24px;
		position: relative;
		vertical-align: middle
	}

	.ql-bubble .ql-picker-label {
		cursor: pointer;
		display: inline-block;
		height: 100%;
		padding-left: 8px;
		padding-right: 2px;
		position: relative;
		width: 100%
	}

		.ql-bubble .ql-picker-label:before {
			display: inline-block;
			line-height: 22px
		}

	.ql-bubble .ql-picker-options {
		background-color: #444;
		display: none;
		min-width: 100%;
		padding: 4px 8px;
		position: absolute;
		white-space: nowrap
	}

		.ql-bubble .ql-picker-options .ql-picker-item {
			cursor: pointer;
			display: block;
			padding-bottom: 5px;
			padding-top: 5px
		}

	.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
		color: #777;
		z-index: 2
	}

		.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
			fill: #777
		}

		.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
			stroke: #777
		}

	.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
		display: block;
		margin-top: -1px;
		top: 100%;
		z-index: 1
	}

	.ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker {
		width: 28px
	}

		.ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label {
			padding: 2px 4px
		}

			.ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg {
				right: 4px
			}

		.ql-bubble .ql-icon-picker .ql-picker-options {
			padding: 4px 0
		}

		.ql-bubble .ql-icon-picker .ql-picker-item {
			height: 24px;
			width: 24px;
			padding: 2px 4px
		}

		.ql-bubble .ql-color-picker .ql-picker-options {
			padding: 3px 5px;
			width: 152px
		}

		.ql-bubble .ql-color-picker .ql-picker-item {
			border: 1px solid transparent;
			float: left;
			height: 16px;
			margin: 2px;
			padding: 0;
			width: 16px
		}

	.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
		position: absolute;
		margin-top: -9px;
		right: 0;
		top: 50%;
		width: 18px
	}

	.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
		content: attr(data-label)
	}

	.ql-bubble .ql-picker.ql-header {
		width: 98px
	}

		.ql-bubble .ql-picker.ql-header .ql-picker-item:before, .ql-bubble .ql-picker.ql-header .ql-picker-label:before {
			content: "Normal"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
			content: "Heading 1"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
			content: "Heading 2"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
			content: "Heading 3"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
			content: "Heading 4"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
			content: "Heading 5"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before, .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
			content: "Heading 6"
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
			font-size: 2em
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
			font-size: 1.5em
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
			font-size: 1.17em
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
			font-size: 1em
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
			font-size: .83em
		}

		.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
			font-size: .67em
		}

	.ql-bubble .ql-picker.ql-font {
		width: 108px
	}

		.ql-bubble .ql-picker.ql-font .ql-picker-item:before, .ql-bubble .ql-picker.ql-font .ql-picker-label:before {
			content: "Sans Serif"
		}

		.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
			content: "Serif"
		}

		.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
			content: "Monospace"
		}

		.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
			font-family: Georgia,Times New Roman,serif
		}

		.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
			font-family: Monaco,Courier New,monospace
		}

	.ql-bubble .ql-picker.ql-size {
		width: 98px
	}

		.ql-bubble .ql-picker.ql-size .ql-picker-item:before, .ql-bubble .ql-picker.ql-size .ql-picker-label:before {
			content: "Normal"
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
			content: "Small"
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
			content: "Large"
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
			content: "Huge"
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
			font-size: 10px
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
			font-size: 18px
		}

		.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
			font-size: 32px
		}

	.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
		background-color: #fff
	}

	.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
		background-color: #000
	}

	.ql-bubble .ql-toolbar .ql-formats {
		margin: 8px 12px 8px 0
	}

		.ql-bubble .ql-toolbar .ql-formats:first-child {
			margin-left: 12px
		}

	.ql-bubble .ql-color-picker svg {
		margin: 1px
	}

	.ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover {
		border-color: #fff
	}

	.ql-bubble .ql-tooltip {
		background-color: #444;
		border-radius: 25px;
		color: #fff
	}

	.ql-bubble .ql-tooltip-arrow {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		content: " ";
		display: block;
		left: 50%;
		margin-left: -6px;
		position: absolute
	}

	.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
		border-bottom: 6px solid #444;
		top: -6px
	}

	.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
		border-top: 6px solid #444;
		bottom: -6px
	}

	.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
		display: block
	}

	.ql-bubble .ql-tooltip.ql-editing .ql-formats {
		visibility: hidden
	}

	.ql-bubble .ql-tooltip-editor {
		display: none
	}

		.ql-bubble .ql-tooltip-editor input[type=text] {
			background: transparent;
			border: none;
			color: #fff;
			font-size: 13px;
			height: 100%;
			outline: none;
			padding: 10px 20px;
			position: absolute;
			width: 100%
		}

		.ql-bubble .ql-tooltip-editor a {
			top: 10px;
			position: absolute;
			right: 20px
		}

			.ql-bubble .ql-tooltip-editor a:before {
				color: #ccc;
				content: "\D7";
				font-size: 16px;
				font-weight: 700
			}

.ql-container.ql-bubble:not(.ql-disabled) a {
	position: relative;
	white-space: nowrap
}

	.ql-container.ql-bubble:not(.ql-disabled) a:before {
		background-color: #444;
		border-radius: 15px;
		top: -5px;
		font-size: 12px;
		color: #fff;
		content: attr(href);
		font-weight: 400;
		overflow: hidden;
		padding: 5px 15px;
		text-decoration: none;
		z-index: 1
	}

	.ql-container.ql-bubble:not(.ql-disabled) a:after {
		border-top: 6px solid #444;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		top: 0;
		content: " ";
		height: 0;
		width: 0
	}

	.ql-container.ql-bubble:not(.ql-disabled) a:after, .ql-container.ql-bubble:not(.ql-disabled) a:before {
		left: 0;
		margin-left: 50%;
		position: absolute;
		-ms-transform: translate(-50%,-100%);
		transform: translate(-50%,-100%);
		transition: visibility 0s ease .2s;
		visibility: hidden
	}

	.ql-container.ql-bubble:not(.ql-disabled) a:hover:after, .ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
		visibility: visible
	}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

	.swiper-container-autoheight .swiper-wrapper {
		-ms-flex-align: start;
		align-items: flex-start;
		transition-property: transform,height
	}

.swiper-container-3d {
	perspective: 1200px
}

	.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
		transform-style: preserve-3d
	}

	.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10
	}

	.swiper-container-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
	}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none
	}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0
	}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		-ms-transform: scale(.33);
		transform: scale(.33);
		position: relative
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		-ms-transform: scale(.66);
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		-ms-transform: scale(.33);
		transform: scale(.33)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		-ms-transform: scale(.66);
		transform: scale(.66)
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		-ms-transform: scale(.33);
		transform: scale(.33)
	}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

	.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 6px 0;
		display: block
	}

	.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 8px
	}

		.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
			display: inline-block;
			transition: transform .2s,top .2s
		}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

	.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: transform .2s,left .2s
	}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: #007aff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-ms-transform: scale(0);
		transform: scale(0);
		-ms-transform-origin: left top;
		transform-origin: left top
	}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

	.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
		width: 4px;
		height: 100%;
		left: 0;
		top: 0
	}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

	.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
		background: #fff
	}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

	.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
		background: #000
	}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

	.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain
	}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

	.swiper-lazy-preloader:after {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
		background-position: 50%;
		background-size: 100%;
		background-repeat: no-repeat
	}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

	.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none
	}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

	.swiper-container-cube .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: 100%;
		height: 100%
	}

		.swiper-container-cube .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-cube.swiper-container-rtl .swiper-slide {
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible
	}

	.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

	.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		filter: blur(50px);
		z-index: 0
	}

.swiper-container-flip {
	overflow: visible
}

	.swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1
	}

		.swiper-container-flip .swiper-slide .swiper-slide {
			pointer-events: none
		}

	.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto
	}

	.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.select-groups[data-v-63c9ee62] {
	padding: 10px
}

.select-groups .group-item[data-v-63c9ee62] {
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px 0 0;
	-ms-flex-align: center;
	align-items: center
}

.tab-groups[data-v-63c9ee62] {
	padding: 10px
}

.tab-groups .el-table[data-v-63c9ee62] {
	margin: 0
}

.back_div[data-v-19bc4d5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	line-height: 40px
}

.back_box[data-v-19bc4d5d] {
	border-right: 1px solid #eaeaea;
	padding-right: 15px
}

.task_name[data-v-19bc4d5d] {
	margin-left: 20px
}

.task_left[data-v-19bc4d5d] {
	width: 20%
}

.tab_div .el-radio-group[data-v-19bc4d5d] {
	display: block;
	margin: 30px auto;
	text-align: center
}

.task_tip[data-v-19bc4d5d] {
	overflow: hidden
}

.task_tip span[data-v-19bc4d5d] {
	color: #acacac;
	float: right;
	margin-top: 30px
}

.every_task_list[data-v-19bc4d5d] {
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px
}

.every_task_list[data-v-19bc4d5d], .task_name_div[data-v-19bc4d5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.end_time[data-v-19bc4d5d], .item_div[data-v-19bc4d5d] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-19bc4d5d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-19bc4d5d] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-19bc4d5d] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-19bc4d5d] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right i[data-v-19bc4d5d] {
	margin-right: 5px
}

.no-data[data-v-19bc4d5d] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-title-box[data-v-19bc4d5d] {
	width: 35%
}

.class-itm[data-v-19bc4d5d] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-19bc4d5d] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-19bc4d5d]:hover {
		color: #5a83eb
	}

.semester_select[data-v-19bc4d5d] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-19bc4d5d] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

.every_task_list[data-v-2d49fa7a] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.every_task_list[data-v-2d49fa7a], .task_name_div[data-v-2d49fa7a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.end_time[data-v-2d49fa7a], .item_div[data-v-2d49fa7a] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-2d49fa7a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-2d49fa7a] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-2d49fa7a] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-2d49fa7a] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right[data-v-2d49fa7a] {
	color: #4286f4;
	text-align: center;
	cursor: pointer
}

.task_right i[data-v-2d49fa7a] {
	margin-right: 5px;
	font-size: 26px
}

.select[data-v-2d49fa7a] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-2d49fa7a] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-2d49fa7a], .table_div[data-v-2d49fa7a] {
	margin-top: 30px
}

.stu_total_right[data-v-5fb916bb] .el-button + .el-button {
	margin-left: 0
}

.teacher_comment[data-v-5fb916bb] {
	margin-top: 15px
}

.teacher_comment_title[data-v-5fb916bb] {
	color: #4286f4
}

.teacher_comment_title i[data-v-5fb916bb] {
	margin-right: 5px
}

.teacher_rank[data-v-5fb916bb] {
	margin-top: 15px
}

.analyze_answer[data-v-5fb916bb] {
	border-left: 3px solid #acacac;
	background-color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	margin-top: 20px
}

.stu_total_info[data-v-5fb916bb] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px
}

.stu_total_info[data-v-5fb916bb], .stu_total_left[data-v-5fb916bb] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_left_name[data-v-5fb916bb] {
	font-size: 20px;
	margin-right: 24px
}

.stu_left_score[data-v-5fb916bb] {
	color: #ff4747
}

.stu_left_score span[data-v-5fb916bb] {
	font-size: 30px
}

.gray_line_div[data-v-5fb916bb] {
	background-color: #f2f2f2;
	height: 20px;
	margin-left: -22px;
	width: 110%
}

.every_question_div[data-v-5fb916bb] {
	padding-bottom: 20px
}

.line_div[data-v-5fb916bb] {
	height: 1px;
	background-color: #eaeaea;
	margin-top: 20px
}

.analysis_div[data-v-5fb916bb] {
	border: 2px dotted #e3eeff;
	padding: 15px 20px;
	margin-top: 15px
}

.analysis_title[data-v-5fb916bb] {
	color: #4286f4
}

.analysis_title i[data-v-5fb916bb] {
	margin-right: 4px
}

.analysis_detail[data-v-5fb916bb] {
	margin-top: 10px;
	margin-left: 24px
}

.task_stu_info[data-v-5fb916bb] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea
}

.stu_info_left[data-v-5fb916bb], .task_stu_info[data-v-5fb916bb] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-5fb916bb] {
	display: block;
	border-radius: 300px;
	margin-right: 30px
}

.stu_name[data-v-5fb916bb] {
	font-size: 20px
}

.stu_class_info[data-v-5fb916bb] {
	color: #acacac;
	font-size: 13px;
	margin-top: 10px
}

.stu_info_right[data-v-5fb916bb] {
	color: #ff4747;
	font-size: 14px
}

.stu_info_right span[data-v-5fb916bb] {
	font-size: 28px
}

.ques_num[data-v-5fb916bb] {
	overflow: hidden;
	padding-bottom: 20px
}

.every_ques_div[data-v-5fb916bb] {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 20px
}

.every_ques_div.blue[data-v-5fb916bb] {
	color: #49a3ff;
	background: #ecf5ff;
	border: 1px solid #c9e4ff
}

.every_ques_div.red[data-v-5fb916bb] {
	color: #f56c6c;
	background: #fef0f0;
	border: 1px solid #fdd6d5
}

.every_ques_div.gray[data-v-5fb916bb] {
	color: #909399;
	background: #f4f4f4;
	border: 1px solid #e0e0e1
}

.ques_type[data-v-5fb916bb] {
	font-size: 18px;
	padding-top: 20px
}

.ques_type div[data-v-5fb916bb] {
	display: inline
}

.ques_type span[data-v-5fb916bb] {
	font-size: 14px;
	color: #acacac;
	margin-left: 12px
}

.detail_question[data-v-5fb916bb] {
	background-color: #f5f7fa;
	padding: 20px;
	margin-top: 15px
}

.ques_options[data-v-5fb916bb] {
	margin-top: 20px
}

.every_ques_option[data-v-5fb916bb] {
	background-color: #fff;
	margin-top: 8px;
	line-height: 20px;
	padding: 12px 10px 12px 0
}

.every_ques_option div[data-v-5fb916bb] {
	display: inline-block
}

.every_ques_option span[data-v-5fb916bb] {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	margin-right: 15px
}

.question_anwer[data-v-5fb916bb] {
	background-color: #fff;
	margin-top: 20px;
	padding: 14px 20px
}

.stu_icon_red[data-v-5fb916bb] {
	background-color: #ff4747;
	box-shadow: 0 0 6px 0 #ff4747
}

.correct_icon_blue[data-v-5fb916bb], .stu_icon_red[data-v-5fb916bb] {
	width: 8px;
	height: 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px
}

.correct_icon_blue[data-v-5fb916bb] {
	background-color: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4
}

.stu_anwer[data-v-5fb916bb] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_anwer_error[data-v-5fb916bb] {
	color: #ff4747
}

.stu_anwer_correct[data-v-5fb916bb] {
	color: #4286f4
}

.correct_answer[data-v-5fb916bb] {
	margin-top: 12px
}

.stu_anwer_left[data-v-5fb916bb] {
	margin-right: 22px
}

.form-box[data-v-61484a39] {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px
}

.every_task_list[data-v-607cf1c4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.detail_info[data-v-607cf1c4] {
	border-bottom: 1px solid #eaeaea
}

.decribe_div[data-v-607cf1c4] {
	padding: 20px
}

.decribe_title[data-v-607cf1c4] {
	font-size: 16px
}

.decribe[data-v-607cf1c4] {
	margin-top: 15px
}

	.decribe[data-v-607cf1c4] img {
		max-width: 100%;
		height: auto
	}

.task_left[data-v-607cf1c4] {
	width: 60%
}

.score_name[data-v-607cf1c4] {
	font-size: 18px
}

.task_middle[data-v-607cf1c4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-607cf1c4] {
	text-align: center;
	margin-right: 30px
}

.task_middle .span_blue[data-v-607cf1c4] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-607cf1c4] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right[data-v-607cf1c4] {
	color: #4286f4;
	text-align: center;
	cursor: pointer
}

.task_right i[data-v-607cf1c4] {
	margin-right: 5px;
	font-size: 26px
}

.select[data-v-607cf1c4] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-607cf1c4] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-607cf1c4], .table_div[data-v-607cf1c4] {
	margin-top: 30px
}

.listOver[data-v-351ee5f0] {
	background: #5f97ff;
	color: #fff;
	border-radius: 10px
}

.isShow[data-v-351ee5f0] {
	display: none
}

.listContentCommon[data-v-351ee5f0] {
	width: 120px;
	height: 40px;
	position: absolute
}

.courseTitle[data-v-351ee5f0] {
	position: absolute;
	color: #fff;
	top: 20px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(/static/streetButtonBg.png) no-repeat;
	background-size: contain
}

.itrmcommon[data-v-351ee5f0] {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: .2s linear
}

.itemtabCom[data-v-351ee5f0] {
	color: #4286f4;
	padding: 5px;
	transition: .5s linear;
	width: 200px;
	border-radius: 10px;
	background: #cad7ff;
	position: absolute;
	top: 90px;
	left: 5px
}

.item1[data-v-351ee5f0] {
	left: 190px;
	top: 553px;
	background: url(/static/blue1.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item2[data-v-351ee5f0] {
	left: 350px;
	top: 553px;
	background: url(/static/blue2.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item3[data-v-351ee5f0] {
	left: 510px;
	top: 553px;
	background: url(/static/blue3.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item4[data-v-351ee5f0] {
	left: 635px;
	top: 432px;
	background: url(/static/blue4.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item5[data-v-351ee5f0] {
	left: 760px;
	top: 315px;
	background: url(/static/blue5.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item6[data-v-351ee5f0] {
	left: 920px;
	top: 315px;
	background: url(/static/blue6.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item7[data-v-351ee5f0] {
	left: 1080px;
	top: 315px;
	background: url(/static/blue7.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item8[data-v-351ee5f0] {
	left: 1210px;
	top: 194px;
	background: url(/static/blue8.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item9[data-v-351ee5f0] {
	left: 1320px;
	top: 85px;
	background: url(/static/blue9.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.listContent1[data-v-351ee5f0] {
	left: 150px;
	top: 508px
}

.listContent2[data-v-351ee5f0] {
	left: 330px;
	top: 508px
}

.listContent3[data-v-351ee5f0] {
	left: 380px;
	top: 480px;
	text-align: right
}

.listContent4[data-v-351ee5f0] {
	left: 460px;
	top: 405px;
	text-align: right
}

.listContent5[data-v-351ee5f0] {
	left: 550px;
	top: 310px;
	text-align: right
}

.listContent6[data-v-351ee5f0] {
	left: 825px;
	top: 265px;
	text-align: center
}

.listContent7[data-v-351ee5f0] {
	left: 965px;
	top: 240px;
	text-align: right
}

.listContent8[data-v-351ee5f0] {
	left: 1040px;
	top: 160px;
	text-align: right
}

.listContent9[data-v-351ee5f0] {
	left: 1145px;
	top: 70px;
	text-align: right
}

.streetContainer[data-v-351ee5f0] {
	position: absolute;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
	min-height: 900px;
	background: url(/static/learnStreetBg.png) no-repeat;
	background-size: contain
}

.el-collapse[data-v-465efabe], .el-collapse[data-v-465efabe] .el-collapse-item__content, .el-collapse[data-v-465efabe] .el-collapse-item__header {
	font-size: 14px
}

.singleSel-box[data-v-465efabe] {
	padding: 0 20px
}

.singleSel-box .selOption-box[data-v-465efabe] {
	padding-bottom: 20px
}

.answer[data-v-465efabe] {
	padding: 10px
}

.answer .radio-box[data-v-465efabe] {
	padding: 10px 0
}

.btn-box[data-v-465efabe] {
	padding: 10px;
	text-align: center
}

.btn-box-top[data-v-465efabe] {
	text-align: right;
	padding-bottom: 10px
}

td[data-v-465efabe] {
	vertical-align: middle
}

.el-collapse[data-v-5cf4f748], .el-collapse[data-v-5cf4f748] .el-collapse-item__content, .el-collapse[data-v-5cf4f748] .el-collapse-item__header {
	font-size: 14px
}

.singleSel-box[data-v-5cf4f748] {
	padding: 0 20px
}

.singleSel-box .selOption-box[data-v-5cf4f748] {
	padding-bottom: 20px
}

.answer[data-v-5cf4f748] {
	padding: 10px
}

.answer .radio-box[data-v-5cf4f748] {
	padding: 10px 0
}

.btn-box[data-v-5cf4f748] {
	padding: 10px;
	text-align: center
}

.btn-box-top[data-v-5cf4f748] {
	text-align: right;
	padding-bottom: 10px
}

td[data-v-5cf4f748] {
	vertical-align: middle
}

.select-groups[data-v-ee0ae5e6] {
	padding: 10px
}

.select-groups .group-item[data-v-ee0ae5e6] {
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px 0 0;
	-ms-flex-align: center;
	align-items: center
}

.tab-groups[data-v-ee0ae5e6] {
	padding: 10px
}

.tab-groups .el-table[data-v-ee0ae5e6] {
	margin: 0
}

.discuss_top_div[data-v-3c2e217e] {
	background-color: #fff;
	margin-top: 14px
}

.analysis_title_div[data-v-3c2e217e] {
	color: #4286f4
}

.analysis_title_div i[data-v-3c2e217e] {
	margin-right: 3px
}

.correct_div[data-v-3c2e217e] {
	background-color: #fff;
	padding: 12px 18px
}

.analysis_div[data-v-3c2e217e] {
	border: 2px dotted #e3eeff;
	padding: 15px;
	margin-top: 20px
}

.circle_div[data-v-3c2e217e] {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4;
	border-radius: 6px;
	margin-right: 12px
}

.line_gray_div[data-v-3c2e217e] {
	height: 1px;
	background-color: #eaeaea;
	width: 100%;
	margin-top: 20px
}

.line_div[data-v-3c2e217e] {
	height: 20px;
	background-color: #f2f2f2;
	width: 110%;
	margin-left: -40px
}

.ques_every_code[data-v-3c2e217e] {
	border-right: 2px solid #eaeaea;
	width: 42px;
	text-align: center;
	margin-right: 20px
}

.discuss_div[data-v-3c2e217e] {
	text-align: center;
	line-height: 45px;
	float: left
}

.every_question_div[data-v-3c2e217e] {
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px
}

.every_question_div.blue[data-v-3c2e217e] {
	border: 1px solid #cde7ff
}

.every_question_div.red[data-v-3c2e217e] {
	border: 1px solid #fdd6d5
}

.every_number[data-v-3c2e217e] {
	width: 45px;
	height: 45px;
	border-radius: 3px 0 0 3px;
	text-align: center;
	line-height: 45px
}

.every_number.blue[data-v-3c2e217e] {
	background: #ecf5ff;
	color: #49a3ff;
	border-right: 1px solid #cde7ff
}

.every_number.red[data-v-3c2e217e] {
	background: #fef0f0;
	color: #f56c6c;
	border-right: 1px solid #fdd6d5
}

.every_rate[data-v-3c2e217e] {
	width: 60px;
	text-align: center;
	line-height: 45px
}

.stu_img[data-v-3c2e217e] {
	width: 40px;
	height: 40px;
	border-radius: 300px;
	margin-right: 4%
}

.every_option_item[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	padding-top: 18px;
	font-size: 18px
}

.every_choice[data-v-3c2e217e] {
	float: left;
	width: 210px;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.choice_div[data-v-3c2e217e] {
	overflow: hidden;
	max-height: 240px;
	overflow-y: auto
}

.no_choice_data[data-v-3c2e217e] {
	color: #a6a6a6;
	text-align: center;
	padding: 10px
}

.process_div[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.progress-sty[data-v-3c2e217e] {
	width: 200px
}

.every_ques[data-v-3c2e217e] {
	padding-bottom: 20px
}

.option_item_top[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_style[data-v-3c2e217e] {
	font-size: 18px
}

.option_title_div[data-v-3c2e217e] {
	margin-bottom: 12px
}

.ques_option_div[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_option_left[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	width: 65%
}

.ques_option_right[data-v-3c2e217e] {
	width: 30%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.correct_div[data-v-3c2e217e], .ques_option_right[data-v-3c2e217e] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.correct_div[data-v-3c2e217e] {
	margin-top: 20px
}

.singleSel-box[data-v-3c2e217e] {
	padding: 18px 20px;
	background-color: #f5f7fa;
	margin-top: 15px
}

.singleSel-box .selOption-box[data-v-3c2e217e] {
	padding-bottom: 20px
}

.answer img[data-v-3c2e217e] {
	width: 150px;
	height: 100px
}

.answer .radio-box[data-v-3c2e217e] {
	padding: 10px 0
}

.answer .other-answer[data-v-3c2e217e] {
	background-color: #fff;
	margin-top: 8px
}

.answer .other-answer .answer[data-v-3c2e217e] {
	display: inline-block;
	width: 300px
}

.answer .other-answer .line[data-v-3c2e217e] {
	margin-right: 10px
}

.base-box .job-base[data-v-3c2e217e] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.base-box .baseinfo-box .baseinfo-row[data-v-3c2e217e], .base-box .baseinfo-box[data-v-3c2e217e] {
	padding: 10px
}

.result-box .reslut-title[data-v-3c2e217e], .result-box .result-groups[data-v-3c2e217e] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.result-box .correct-rate[data-v-3c2e217e] {
	padding: 10px;
	width: 180px;
	text-align: center
}

.result-box .correct-groups[data-v-3c2e217e] {
	padding: 10px
}

.result-box .correct-groups .correct-box[data-v-3c2e217e] {
	display: inline-block;
	padding: 10px 0
}

.result-box .correct-groups .correct-box .correct-container[data-v-3c2e217e] {
	text-align: center;
	margin: 0 auto
}

.result-box .correct-groups .correct-box .correct-container .circle[data-v-3c2e217e] {
	overflow: hidden;
	width: 128px;
	height: 128px;
	background-color: #fff;
	border: 2px solid #20a0ff;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.result-box .correct-groups .correct-box .correct-container .circle .circle-fill[data-v-3c2e217e] {
	width: 100%;
	height: 43%;
	background-color: #20a0ff;
	bottom: 0;
	position: absolute
}

.result-box .correct-groups .correct-box .correct-container .circle-text[data-v-3c2e217e] {
	position: relative;
	bottom: 48%;
	font-size: 16px;
	vertical-align: middle
}

.result-box .correct-groups .correct-box .correct-container .correct-name[data-v-3c2e217e] {
	padding: 10px
}

.count-groups .count-title[data-v-3c2e217e] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.count-groups .count-box[data-v-3c2e217e] {
	padding: 10px
}

.count-groups .count-box .question[data-v-3c2e217e] {
	padding: 10px 0
}

.count-groups .count-box .answer-box[data-v-3c2e217e] {
	padding: 10px
}

.count-groups .count-box .answer-box .correct-answer[data-v-3c2e217e] {
	padding: 20px
}

.objective-groups[data-v-3c2e217e] {
	padding: 10px
}

.objective-groups .objective-box[data-v-3c2e217e] {
	vertical-align: top;
	display: inline-block;
	width: 180px;
	padding: 10px;
	text-align: center
}

.objective-groups .objective-box .objective-title[data-v-3c2e217e] {
	padding: 10px
}

.objective-groups .subjective-box[data-v-3c2e217e] {
	display: inline-block;
	width: 400px;
	padding: 10px;
	padding-right: 120px;
	text-align: center
}

.objective-groups .subjective-box .subjective-title[data-v-3c2e217e] {
	padding: 10px;
	text-align: center
}

td[data-v-3c2e217e] {
	vertical-align: middle
}

.stu_img[data-v-72e12063] {
	width: 40px;
	height: 40px;
	border-radius: 300px;
	margin-right: 4%
}

.every_choice[data-v-72e12063], .every_option_item[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex
}

.every_choice[data-v-72e12063] {
	float: left;
	width: 210px;
	margin-top: 20px;
	-ms-flex-align: center;
	align-items: center
}

.choice_div[data-v-72e12063] {
	overflow: hidden;
	max-height: 240px;
	overflow-y: auto
}

.no_choice_data[data-v-72e12063] {
	color: #a6a6a6;
	text-align: center;
	padding: 10px
}

.process_div[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.progress-sty[data-v-72e12063] {
	width: 200px
}

.every_ques[data-v-72e12063] {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 20px;
	margin-top: 20px
}

.option_item_top[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_style[data-v-72e12063] {
	color: #a6a6a6
}

.option_item[data-v-72e12063] {
	width: 100%;
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 20px
}

.option_title_div[data-v-72e12063] {
	margin-top: 15px
}

.ques_option_div[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_option_left[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex;
	width: 65%
}

.ques_option_right[data-v-72e12063] {
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.analysis_div[data-v-72e12063], .correct_div[data-v-72e12063] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.singleSel-box[data-v-72e12063] {
	padding: 0 20px
}

.singleSel-box .selOption-box[data-v-72e12063] {
	padding-bottom: 20px
}

.answer[data-v-72e12063] {
	padding: 10px
}

.answer img[data-v-72e12063] {
	width: 150px;
	height: 100px
}

.answer .radio-box[data-v-72e12063] {
	padding: 10px 0
}

.answer .other-answer[data-v-72e12063] {
	padding: 20px 0;
	border-bottom: 1px dotted #d2d2d2
}

.answer .other-answer .answer[data-v-72e12063] {
	display: inline-block;
	width: 300px
}

.answer .other-answer .line[data-v-72e12063] {
	margin-right: 10px
}

.base-box .job-base[data-v-72e12063] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.base-box .baseinfo-box .baseinfo-row[data-v-72e12063], .base-box .baseinfo-box[data-v-72e12063] {
	padding: 10px
}

.result-box .reslut-title[data-v-72e12063], .result-box .result-groups[data-v-72e12063] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.result-box .correct-rate[data-v-72e12063] {
	padding: 10px;
	width: 180px;
	text-align: center
}

.result-box .correct-groups[data-v-72e12063] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.result-box .correct-groups .correct-box[data-v-72e12063] {
	display: inline-block;
	width: 200px;
	padding: 10px 0
}

.result-box .correct-groups .correct-box .correct-container[data-v-72e12063] {
	width: 180px;
	height: 169px;
	text-align: center;
	margin: 0 auto
}

.result-box .correct-groups .correct-box .correct-container .circle[data-v-72e12063] {
	overflow: hidden;
	width: 128px;
	height: 128px;
	background-color: #fff;
	border: 2px solid #20a0ff;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.result-box .correct-groups .correct-box .correct-container .circle .circle-fill[data-v-72e12063] {
	width: 100%;
	height: 43%;
	background-color: #20a0ff;
	bottom: 0;
	position: absolute
}

.result-box .correct-groups .correct-box .correct-container .circle-text[data-v-72e12063] {
	position: relative;
	bottom: 48%;
	font-size: 16px;
	vertical-align: middle
}

.result-box .correct-groups .correct-box .correct-container .correct-name[data-v-72e12063] {
	padding: 10px
}

.count-groups .count-title[data-v-72e12063] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.count-groups .count-box[data-v-72e12063] {
	padding: 10px
}

.count-groups .count-box .question[data-v-72e12063] {
	padding: 10px 0
}

.count-groups .count-box .answer-box[data-v-72e12063] {
	padding: 10px
}

.count-groups .count-box .answer-box .correct-answer[data-v-72e12063] {
	padding: 20px
}

.objective-groups[data-v-72e12063] {
	padding: 10px
}

.objective-groups .objective-box[data-v-72e12063] {
	vertical-align: top;
	display: inline-block;
	width: 180px;
	padding: 10px;
	text-align: center
}

.objective-groups .objective-box .objective-title[data-v-72e12063] {
	padding: 10px
}

.objective-groups .subjective-box[data-v-72e12063] {
	display: inline-block;
	width: 400px;
	padding: 10px;
	padding-right: 120px;
	text-align: center
}

.objective-groups .subjective-box .subjective-title[data-v-72e12063] {
	padding: 10px;
	text-align: center
}

td[data-v-72e12063] {
	vertical-align: middle
}

.el-form[data-v-00534d83] input {
	width: 320px
}

.el-row[data-v-4a86ae8e] {
	margin-bottom: 20px
}

	.el-row[data-v-4a86ae8e]:last-child {
		margin-bottom: 0
	}

.el-col[data-v-4a86ae8e] {
	border-radius: 4px
}

.search-group[data-v-4a86ae8e] {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.group-item[data-v-4a86ae8e] {
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	-ms-flex-align: center;
	align-items: center
}

.bg-purple[data-v-4a86ae8e] {
	background: #d3dce6
}

.grid-content[data-v-4a86ae8e] {
	border-radius: 4px;
	min-height: 36px
}

.row-bg[data-v-4a86ae8e] {
	padding: 10px 0;
	background-color: #f9fafc
}

.priceMessage[data-v-4a86ae8e] {
	color: red;
	font-size: 12px;
	padding-left: 20px
}

.content[data-v-345d615d] {
	margin-top: 30px
}

.filter-group[data-v-345d615d], .scroll-height[data-v-345d615d] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-345d615d] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-345d615d] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-345d615d] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-345d615d] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-345d615d] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-345d615d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-345d615d] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-345d615d]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-345d615d] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-345d615d], .hover-row .el-tooltip[data-v-345d615d] .icon-download {
	display: inline-block
}

.t-header[data-v-345d615d] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-345d615d] {
	float: right;
	text-align: right
}

.btns img[data-v-345d615d] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-345d615d] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-345d615d] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-345d615d]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-345d615d] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-345d615d] {
	top: 0
}

.card .desc[data-v-345d615d] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-345d615d] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-345d615d], .card h3[data-v-345d615d] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-345d615d] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-345d615d] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-345d615d] {
	float: right
}

.card .thumb[data-v-345d615d] {
	background-color: #fff !important
}

.tag[data-v-345d615d] {
	background-color: rgba(64,158,255,.1);
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	font-size: 12px;
	color: #409eff;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid rgba(64,158,255,.2);
	height: 20px;
	padding: 0 5px;
	line-height: 19px
}

.tag2[data-v-345d615d] {
	background-color: rgba(103,194,58,.1);
	border-color: rgba(103,194,58,.2);
	color: #67c23a
}

.tag3[data-v-345d615d] {
	background-color: hsla(225,4%,58%,.1);
	border-color: hsla(225,4%,58%,.2);
	color: #909399
}

.tag4[data-v-345d615d] {
	background-color: rgba(230,162,60,.1);
	border-color: rgba(230,162,60,.2);
	color: #e6a23c
}

.tag5[data-v-345d615d] {
	background-color: hsla(0,87%,69%,.1);
	border-color: hsla(0,87%,69%,.2);
	color: #f56c6c
}

.tag6[data-v-345d615d] {
	color: #722ed1;
	background: #f9f0ff;
	border-color: #d3adf7
}

.state-corner-ico[data-v-345d615d] {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 10
}

.state-corner-ico img[data-v-345d615d] {
	width: 100%;
	height: 100%
}

.sk-chasing-dots[data-v-345d615d] {
	width: 4em;
	height: 4em;
	position: relative;
	margin: auto;
	text-align: center;
	animation: sk-chasing-dots-rotate-data-v-345d615d 2s infinite linear
}

.sk-chasing-dots .sk-child[data-v-345d615d] {
	width: 2em;
	height: 2em;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #aaa;
	border-radius: 100%;
	animation: sk-chasing-dots-bounce-data-v-345d615d 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot-2[data-v-345d615d] {
	top: auto;
	bottom: 0;
	animation-delay: -1s
}

section[data-v-345d615d] {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%
}

@keyframes sk-chasing-dots-rotate-data-v-345d615d {
	to {
		transform: rotate(1turn)
	}
}

@keyframes sk-chasing-dots-bounce-data-v-345d615d {
	0%,to {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

.collapse_content_title[data-v-345d615d] {
	margin-top: 20px
}

.collapse_content_title span[data-v-345d615d] {
	display: inline-block
}

.related_content[data-v-345d615d] {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin-top: 20px
}

.related_content .per_list[data-v-345d615d] {
	position: relative
}

.related_content .per_list .addor_remove[data-v-345d615d] {
	position: absolute;
	right: 10px;
	top: 0
}

.related_content .collapse_div[data-v-345d615d] {
	margin-top: 20px
}

.collapse_div[data-v-345d615d] {
	overflow: hidden
}

.collapse_div .course_content_left[data-v-345d615d] {
	float: left
}

.collapse_div .course_content[data-v-345d615d] {
	width: 425px;
	float: left;
	border-left: 1px solid #ebeef5;
	border-right: 1px solid #ebeef5
}

.el-dialog__wrapper[data-v-345d615d] .el-table__row .el-input {
	width: auto
}

.el-dialog__wrapper[data-v-345d615d] .el-input {
	width: 370px
}

.el-dialog__wrapper[data-v-345d615d] .el-textarea {
	width: 400px
}

.el-dialog__wrapper[data-v-345d615d] .tag-type .el-input {
	width: 120px
}

.el-dialog__wrapper[data-v-71d78f0d] .el-table__row .el-input {
	width: auto
}

.el-dialog__wrapper[data-v-71d78f0d] .el-input {
	width: 280px
}

.el-dialog__wrapper[data-v-71d78f0d] .el-textarea {
	width: 468px
}

.el-dialog__wrapper[data-v-71d78f0d] .tag-type .el-input {
	width: 120px
}

[data-v-71d78f0d] .el-table__expand-icon {
	display: none
}

.upload-content[data-v-71d78f0d] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.upload-content .upload-area[data-v-71d78f0d], .upload-content[data-v-71d78f0d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}

.upload-content .upload-area a[data-v-71d78f0d]:hover {
	color: #fc0022;
	opacity: .6
}

.upload-content .upload-text[data-v-71d78f0d] {
	padding: 40px;
	background: rgba(0,0,0,.02);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px
}

.resource_upload_head[data-v-71d78f0d] {
	overflow: hidden
}

.resource_upload_head .upload_head_left[data-v-71d78f0d] {
	float: left;
	font-size: 18px
}

.resource_upload_head .upload_head_left span[data-v-71d78f0d] {
	font-size: 12px;
	color: #888;
	margin-left: 15px
}

.resource_upload_head .upload_head_right[data-v-71d78f0d] {
	float: right;
	overflow: hidden
}

.resource_upload_head .upload_head_right .step_operate[data-v-71d78f0d] {
	float: left;
	text-align: center
}

.resource_upload_head .upload_head_right .step_operate img[data-v-71d78f0d] {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px
}

.resource_upload_head .upload_head_right .line_div[data-v-71d78f0d] {
	float: left;
	width: 120px;
	height: 5px;
	border-radius: 3px;
	background-color: #e8e8e8;
	margin-top: 12px
}

.course_title[data-v-71d78f0d] {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px
}

.file_select_header[data-v-71d78f0d] {
	font-weight: 700;
	margin-top: 30px
}

[data-v-71d78f0d] .el-upload {
	display: block
}

[data-v-71d78f0d] .el-upload-dragger {
	margin: 20px auto;
	background-color: #f7f7f7;
	border-radius: 0;
	width: 720px
}

	[data-v-71d78f0d] .el-upload-dragger .el-upload__text {
		font-size: 13px
	}

.upload_btn[data-v-71d78f0d] {
	background-color: #4286f4;
	color: #fff;
	width: 180px;
	margin: 30px auto;
	line-height: 50px
}

[data-v-71d78f0d] .el-upload-dragger .el-icon-upload {
	margin-right: 20px
}

.tip_box[data-v-71d78f0d] {
	margin-top: 40px
}

.tip_box .tip_title[data-v-71d78f0d] {
	font-weight: 700
}

.tip_box .detail_tip[data-v-71d78f0d] {
	margin-top: 20px;
	font-size: 13px;
	color: #888;
	line-height: 26px
}

.tip_box .detail_tip .tip_div div[data-v-71d78f0d] {
	margin-left: 20px
}

.page_two_content[data-v-71d78f0d] {
	width: 100%;
	margin-top: 30px
}

.operate_div[data-v-71d78f0d] {
	border: 1px solid #e8e8e8;
	background-color: #f8f8f8
}

.upload_catalog[data-v-71d78f0d] {
	padding: 15px;
	border-bottom: 1px solid #e8e8e8
}

.upload_catalog span[data-v-71d78f0d] {
	font-weight: 700
}

.file_operate[data-v-71d78f0d] {
	overflow: hidden;
	padding: 15px
}

.file_operate .file_operate_left[data-v-71d78f0d] {
	float: left;
	overflow: hidden;
	margin-top: 5px
}

.file_operate .file_operate_left .title_span[data-v-71d78f0d] {
	float: left;
	margin-top: 5px
}

.file_operate .file_operate_left .title_span span[data-v-71d78f0d] {
	font-weight: 700
}

.file_operate .file_operate_left .el_upload_btn[data-v-71d78f0d] {
	float: left;
	margin-left: 20px
}

.file_operate .file_operate_right[data-v-71d78f0d] {
	float: right
}

.file_operate .file_operate_right .el-dropdown[data-v-71d78f0d] {
	margin-right: 10px
}

.expand_content[data-v-71d78f0d] {
	overflow: hidden;
	margin-top: 20px
}

.expand_content .brief_intro[data-v-71d78f0d] {
	float: left;
	overflow: hidden
}

.expand_content .brief_intro .brief_intro_div[data-v-71d78f0d], .expand_content .brief_intro .brief_intro_span[data-v-71d78f0d] {
	float: left
}

.expand_content .brief_intro .brief_intro_div div[data-v-71d78f0d] {
	float: right;
	margin-left: -23px;
	margin-top: 10px
}

.expand_content .expand_right[data-v-71d78f0d] {
	float: right
}

.expand_content .expand_right .use_scene span[data-v-71d78f0d] {
	color: red
}

.expand_content .expand_right .upload_limit[data-v-71d78f0d] {
	margin-top: 15px
}

.expand_content .expand_right .upload_limit span[data-v-71d78f0d] {
	color: red
}

.related_content[data-v-71d78f0d] {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin-top: 20px
}

.related_content .per_list[data-v-71d78f0d] {
	position: relative
}

.related_content .per_list .addor_remove[data-v-71d78f0d] {
	position: absolute;
	right: 10px;
	top: 0
}

.related_content .collapse_div[data-v-71d78f0d] {
	margin-top: 20px
}

.collapse_div[data-v-71d78f0d] {
	overflow: hidden
}

.collapse_div .course_content_left[data-v-71d78f0d] {
	float: left
}

.collapse_div .course_content[data-v-71d78f0d] {
	width: 680px;
	float: left
}

[data-v-71d78f0d] .el-textarea__inner {
	width: 400px;
	height: 100px
}

[data-v-71d78f0d] .course_content .el-checkbox {
	display: block;
	margin-top: 10px
}

[data-v-71d78f0d] .el-checkbox + .el-checkbox {
	margin-left: 0
}

[data-v-71d78f0d] .el-collapse-item__header {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative;
	height: auto;
	overflow: hidden
}

[data-v-71d78f0d] .el-collapse-item__content {
	padding-bottom: 15px
}

[data-v-71d78f0d] .el-collapse-item__wrap {
	padding: 0 20px
}

[data-v-71d78f0d] .el-collapse {
	border: 1px solid #ebeef5
}

.collapse_content_title[data-v-71d78f0d] {
	margin-top: 20px
}

.collapse_content_title span[data-v-71d78f0d] {
	display: inline-block
}

[data-v-71d78f0d] .el-table {
	margin: 0
}

.table_box[data-v-71d78f0d] {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.el-main[data-v-71d78f0d] {
	transform: scaleX(1)
}

.el-main .addResourceBar[data-v-71d78f0d] {
	width: 100%
}

.el-main .addResourceBar .isFixed[data-v-71d78f0d] {
	position: fixed;
	width: calc(100% - 351px);
	background-color: #fff;
	border: 1px solid #e8e8e8;
	top: 60px;
	z-index: 999
}

.el-main .addResourceBar ul[data-v-71d78f0d] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd
}

.el-main .addResourceBar ul li[data-v-71d78f0d] {
	font-size: .8rem;
	text-align: center;
	-ms-flex: 1;
	flex: 1
}

.el-main .addResourceBar ul li i[data-v-71d78f0d] {
	font-size: .9rem;
	padding-left: 5px;
	color: #ccc
}

.el-tag[data-v-71d78f0d] {
	margin-right: 10px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 20px
}

.input-file[data-v-71d78f0d]:hover {
	background: #689ef6
}

.input-file[data-v-71d78f0d] {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: 20px;
	top: 51px;
	text-align: center;
	width: 200px;
	height: 18px;
	background-color: #4286f4;
	border-radius: 4px;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
	text-decoration: none
}

.input-file input[type=file][data-v-71d78f0d] {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	background-color: #fff;
	-ms-transform: translate(-300px) scale(4);
	transform: translate(-300px) scale(4);
	height: 40px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.again_upload i[data-v-71d78f0d] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-71d78f0d] {
	margin-left: 10px
}

.content-group[data-v-78579573] .vjs_video_3-dimensions {
	width: 100%;
	height: 100%
}

	.content-group[data-v-78579573] .vjs_video_3-dimensions video {
		width: 100%
	}

.pic-box img[data-v-78579573] {
	max-width: 100%
}

.content-group .video-js[data-v-78579573] {
	width: 100%;
	height: 500px
}

.content-group .tag-info-box[data-v-78579573] {
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8
}

.content-group .tag-info-box .tag-info[data-v-78579573] {
	padding-left: 30px
}

.content-group .tag-info-box .tag-info .tag-name[data-v-78579573] {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #2b3e4f;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.content-group .tag-info-box .tag-info .tag-upload-date[data-v-78579573], .content-group .tag-info-box .tag-info .tag-upload-user[data-v-78579573] {
	vertical-align: top;
	height: 20px;
	color: #595959
}

.content-group .tag-info-box .tag-info .tag-right[data-v-78579573] {
	display: inline-block
}

.content-group .tag-info-box .tag-data[data-v-78579573] {
	height: 20px;
	width: 366px;
	margin-left: 30px;
	margin-top: 16px;
	margin-bottom: 15px;
	color: rgba(0,0,0,.65)
}

.content-group .tag-info-box .tag-data .tag-count[data-v-78579573] {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center
}

.content-group .tag-info-box .tag-data .tag-font[data-v-78579573] {
	vertical-align: top
}

.content-group .tag-povider-box[data-v-78579573] {
	margin-top: 27px;
	padding-left: 30px;
	height: 32px
}

.content-group .tag-povider-box .tag-provider[data-v-78579573] {
	width: 84px;
	height: 20px;
	line-height: 32px;
	font-size: 14px;
	color: #595959
}

.content-group .tag-povider-box .tag-type[data-v-78579573] {
	width: 126px;
	height: 20px;
	line-height: 32px;
	font-size: 14px;
	color: #595959
}

.content-group .tag-povider-box .tag-btn[data-v-78579573] {
	float: right;
	width: 135px;
	height: 32px;
	line-height: 8px;
	margin-right: 20px
}

.content-group .tag-desc-box[data-v-78579573] {
	padding: 30px
}

.content-group .tag-desc-box .tag-description[data-v-78579573] {
	margin: 0 auto;
	font-size: 14px;
	color: rgba(0,0,0,.45)
}

.halving[data-v-78579573] {
	left: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #f2f2f2
}

.t-table-group[data-v-78579573] {
	padding: 20px
}

.font-box[data-v-78579573] {
	line-height: 40px
}

.icon-dianzikejian[data-v-78579573] {
	color: #ff6258
}

[data-v-78579573] .el-carousel__arrow {
	background-color: #5b5e5f
}

.btn-del-drg[data-v-78579573] {
	height: 60%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.btn-del-drg i[data-v-78579573] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 40%;
	line-height: 48px
}

.card[data-v-78579573] {
	position: relative;
	margin-top: 20px;
	height: 220px
}

.cardSmall[data-v-78579573] {
	position: relative;
	height: 150px
}

.cardSmall .thumbSmall[data-v-78579573] {
	height: 145px
}

.card .thumb[data-v-78579573], .cardSmall .thumbSmall[data-v-78579573] {
	position: relative;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden
}

.card .thumb[data-v-78579573] {
	height: 180px
}

.card .card-footer[data-v-78579573] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 14px
}

.material_header .material_header_name[data-v-78579573] {
	font-size: 26px;
	margin-right: 20px
}

.material_header .material_header_edit[data-v-78579573] {
	color: #4286f4;
	font-size: 16px;
	cursor: pointer
}

.material_header .material_header_edit i[data-v-78579573] {
	margin-right: 5px
}

.material_header .material_state_open[data-v-78579573] {
	color: #fff;
	background: #5087ec;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #5087ec
}

.material_header .material_state_enable[data-v-78579573] {
	color: #fff;
	background: #748097;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #748097
}

.material_header .material_state_disable[data-v-78579573] {
	color: #777879;
	background: #edf0f2;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #edf0f2
}

.material_data[data-v-78579573] {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px
}

.material_data .material_usecase[data-v-78579573] {
	float: left;
	color: #409eff;
	background: #ecf5ff;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #b3d8ff
}

.material_data .material_data_div[data-v-78579573] {
	float: left;
	margin-left: 15px;
	margin-top: 4px
}

.material_data .material_data_div .material_user[data-v-78579573] {
	display: inline-block
}

.material_data .material_data_div .material_user img[data-v-78579573] {
	margin-right: 6px
}

.material_data .material_data_div .line[data-v-78579573] {
	width: 1px;
	height: 14px;
	background-color: #8c939d;
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px
}

.material_data .material_btn[data-v-78579573] {
	float: right
}

.describe[data-v-78579573] {
	padding: 20px 0
}

.el-dialog__wrapper[data-v-78579573] .el-table__row .el-input {
	width: auto
}

.el-dialog__wrapper[data-v-78579573] .el-input {
	width: 370px
}

.el-dialog__wrapper[data-v-78579573] .el-textarea {
	width: 400px
}

.el-dialog__wrapper[data-v-78579573] .tag-type .el-input {
	width: 120px
}

.related_content[data-v-78579573] {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin-top: 20px
}

.related_content .per_list[data-v-78579573] {
	position: relative
}

.related_content .per_list .addor_remove[data-v-78579573] {
	position: absolute;
	right: 10px;
	top: 0
}

.related_content .collapse_div[data-v-78579573] {
	margin-top: 20px
}

.collapse_div[data-v-78579573] {
	overflow: hidden
}

.collapse_div .course_content_left[data-v-78579573] {
	float: left
}

.collapse_div .course_content[data-v-78579573] {
	width: 425px;
	float: left;
	border-left: 1px solid #ebeef5;
	border-right: 1px solid #ebeef5
}

[data-v-78579573] .el-collapse-item__header {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative;
	height: auto;
	overflow: hidden
}

[data-v-78579573] .el-collapse-item__content {
	padding-bottom: 15px
}

[data-v-78579573] .el-collapse-item__wrap {
	padding: 0 20px
}

[data-v-78579573] .el-collapse {
	border: 1px solid #ebeef5
}

.el-tag[data-v-78579573] {
	margin-right: 10px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 20px
}

.collapse_content_title[data-v-78579573] {
	margin-top: 20px
}

.collapse_content_title span[data-v-78579573] {
	display: inline-block
}

.collapse_div .el-collapse-item__header[data-v-78579573] {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative !important;
	height: auto;
	line-height: 30px;
	overflow: hidden
}

.el-collapse-item[data-v-78579573] .el-collapse-item__content {
	padding: 0 20px 15px
}

.el-collapse-item[data-v-78579573] .el-collapse-item__header {
	padding: 0 20px
}

.el-collapse-item__content[data-v-78579573] {
	padding-bottom: 15px
}

[data-v-78579573] .course_content .el-checkbox {
	display: block;
	margin-top: 10px
}

[data-v-78579573] .el-checkbox + .el-checkbox {
	margin-left: 0
}

.content[data-v-da1d2656] {
	margin-top: 30px
}

.filter-group[data-v-da1d2656], .scroll-height[data-v-da1d2656] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-da1d2656] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-da1d2656] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-da1d2656] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-da1d2656] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-da1d2656] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-da1d2656] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-da1d2656] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-da1d2656]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-da1d2656] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-da1d2656], .hover-row .el-tooltip[data-v-da1d2656] .icon-download {
	display: inline-block
}

.t-header[data-v-da1d2656] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-da1d2656] {
	float: right;
	text-align: right
}

.btns img[data-v-da1d2656] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-da1d2656] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-da1d2656] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-da1d2656]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-da1d2656] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-da1d2656] {
	top: 0
}

.card .desc[data-v-da1d2656] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-da1d2656] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-da1d2656], .card h3[data-v-da1d2656] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-da1d2656] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-da1d2656] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-da1d2656] {
	float: right
}

.el-radio-group[data-v-da1d2656] .el-radio + .el-radio {
	margin-left: 10px
}

[data-v-da1d2656] .el-upload-dragger {
	margin: 20px auto;
	background-color: #f7f7f7;
	border-radius: 0;
	width: 550px
}

	[data-v-da1d2656] .el-upload-dragger .el-upload__text {
		font-size: 13px;
		margin: 20px 8px
	}

	[data-v-da1d2656] .el-upload-dragger .el-icon-upload {
		margin-right: 70px
	}

.material_header .material_header_name[data-v-da1d2656] {
	font-size: 26px;
	margin-right: 20px
}

.material_header .material_header_edit[data-v-da1d2656] {
	color: #4286f4;
	font-size: 16px;
	cursor: pointer
}

.material_header .material_header_edit i[data-v-da1d2656] {
	margin-right: 5px
}

.material_header .material_state_open[data-v-da1d2656] {
	color: #fff;
	background: #5087ec;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #5087ec
}

.material_header .material_state_enable[data-v-da1d2656] {
	color: #fff;
	background: #748097;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #748097
}

.material_header .material_state_disable[data-v-da1d2656] {
	color: #777879;
	background: #edf0f2;
	padding: 4px 15px;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #edf0f2
}

.material_data[data-v-da1d2656] {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px
}

.material_data .material_usecase[data-v-da1d2656] {
	float: left;
	color: #409eff;
	background: #ecf5ff;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #b3d8ff
}

.material_data .material_data_div[data-v-da1d2656] {
	float: left;
	margin-left: 15px;
	margin-top: 4px
}

.material_data .material_data_div .material_user[data-v-da1d2656] {
	display: inline-block
}

.material_data .material_data_div .material_user img[data-v-da1d2656] {
	margin-right: 6px
}

.material_data .material_data_div .line[data-v-da1d2656] {
	width: 1px;
	height: 14px;
	background-color: #8c939d;
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px
}

.material_data .material_btn[data-v-da1d2656] {
	float: right
}

.describe[data-v-da1d2656] {
	padding: 20px 0
}

.el-dialog__wrapper[data-v-da1d2656] .el-table__row .el-input {
	width: auto
}

.el-dialog__wrapper[data-v-da1d2656] .el-input {
	width: 370px
}

.el-dialog__wrapper[data-v-da1d2656] .el-textarea {
	width: 400px
}

.el-dialog__wrapper[data-v-da1d2656] .tag-type .el-input {
	width: 120px
}

.related_content[data-v-da1d2656] {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin-top: 20px
}

.related_content .per_list[data-v-da1d2656] {
	position: relative
}

.related_content .per_list .addor_remove[data-v-da1d2656] {
	position: absolute;
	right: 10px;
	top: 0
}

.related_content .collapse_div[data-v-da1d2656] {
	margin-top: 20px
}

.collapse_div[data-v-da1d2656] {
	overflow: hidden
}

.collapse_div .course_content_left[data-v-da1d2656] {
	float: left
}

.collapse_div .course_content[data-v-da1d2656] {
	width: 425px;
	float: left;
	border-left: 1px solid #ebeef5;
	border-right: 1px solid #ebeef5
}

[data-v-da1d2656] .el-collapse-item__header {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative;
	height: auto;
	overflow: hidden
}

[data-v-da1d2656] .el-collapse-item__content {
	padding-bottom: 15px
}

[data-v-da1d2656] .el-collapse-item__wrap {
	padding: 0 20px
}

[data-v-da1d2656] .el-collapse {
	border: 1px solid #ebeef5
}

.el-tag[data-v-da1d2656] {
	margin-right: 10px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 20px
}

.collapse_content_title[data-v-da1d2656] {
	margin-top: 20px
}

.collapse_content_title span[data-v-da1d2656] {
	display: inline-block
}

.collapse_div .el-collapse-item__header[data-v-da1d2656] {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative !important;
	height: auto;
	line-height: 30px;
	overflow: hidden
}

.el-collapse-item[data-v-da1d2656] .el-collapse-item__content {
	padding: 0 20px 15px
}

.el-collapse-item[data-v-da1d2656] .el-collapse-item__header {
	padding: 0 20px
}

.el-collapse-item__content[data-v-da1d2656] {
	padding-bottom: 15px
}

[data-v-da1d2656] .course_content .el-checkbox {
	display: block;
	margin-top: 10px
}

[data-v-da1d2656] .el-checkbox + .el-checkbox {
	margin-left: 0
}

.content[data-v-7c9d12c7] {
	margin-top: 30px
}

.filter-group[data-v-7c9d12c7], .scroll-height[data-v-7c9d12c7] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-7c9d12c7] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-7c9d12c7] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-7c9d12c7] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-7c9d12c7] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-7c9d12c7] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-7c9d12c7] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-7c9d12c7] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-7c9d12c7]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-7c9d12c7] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-7c9d12c7], .hover-row .el-tooltip[data-v-7c9d12c7] .icon-download {
	display: inline-block
}

.t-header[data-v-7c9d12c7] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-7c9d12c7] {
	float: right;
	text-align: right
}

.btns img[data-v-7c9d12c7] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-7c9d12c7] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-7c9d12c7] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-7c9d12c7]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-7c9d12c7] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-7c9d12c7] {
	top: 0
}

.card .desc[data-v-7c9d12c7] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-7c9d12c7] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-7c9d12c7], .card h3[data-v-7c9d12c7] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-7c9d12c7] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-7c9d12c7] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-7c9d12c7] {
	float: right
}

.content[data-v-697047cd] {
	margin-top: 30px
}

.filter-group[data-v-697047cd], .scroll-height[data-v-697047cd] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-697047cd] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-697047cd] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-697047cd] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-697047cd] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-697047cd] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-697047cd] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-697047cd] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-697047cd]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-697047cd] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-697047cd], .hover-row .el-tooltip[data-v-697047cd] .icon-download {
	display: inline-block
}

.t-header[data-v-697047cd] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-697047cd] {
	float: right;
	text-align: right
}

.btns img[data-v-697047cd] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-697047cd] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-697047cd] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-697047cd]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-697047cd] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-697047cd] {
	top: 0
}

.card .desc[data-v-697047cd] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-697047cd] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-697047cd], .card h3[data-v-697047cd] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-697047cd] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-697047cd] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-697047cd] {
	float: right
}

.content-group /deep/ .vjs_video_3-dimensions {
	width: 100%;
	height: 100%
}

	.content-group /deep/ .vjs_video_3-dimensions video {
		width: 100%
	}

.pic-box img {
	max-width: 100%
}

.content-group .video-js {
	width: 100%;
	height: 500px
}

.content-group .tag-info-box {
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8
}

	.content-group .tag-info-box .tag-info {
		padding-left: 30px
	}

		.content-group .tag-info-box .tag-info .tag-name {
			height: 32px;
			line-height: 32px;
			font-size: 24px;
			color: #2b3e4f;
			width: 100%;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap
		}

		.content-group .tag-info-box .tag-info .tag-upload-date, .content-group .tag-info-box .tag-info .tag-upload-user {
			vertical-align: top;
			height: 20px;
			color: #595959
		}

		.content-group .tag-info-box .tag-info .tag-right {
			display: inline-block
		}

	.content-group .tag-info-box .tag-data {
		height: 20px;
		width: 366px;
		margin-left: 30px;
		margin-top: 16px;
		margin-bottom: 15px;
		color: rgba(0,0,0,.65)
	}

		.content-group .tag-info-box .tag-data .tag-count {
			display: inline-block;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			text-align: center
		}

		.content-group .tag-info-box .tag-data .tag-font {
			vertical-align: top
		}

.content-group .tag-povider-box {
	margin-top: 27px;
	padding-left: 30px;
	height: 32px
}

	.content-group .tag-povider-box .tag-provider {
		width: 84px;
		height: 20px;
		line-height: 32px;
		font-size: 14px;
		color: #595959
	}

	.content-group .tag-povider-box .tag-type {
		width: 126px;
		height: 20px;
		line-height: 32px;
		font-size: 14px;
		color: #595959
	}

	.content-group .tag-povider-box .tag-btn {
		float: right;
		width: 135px;
		height: 32px;
		line-height: 8px;
		margin-right: 20px
	}

.content-group .tag-desc-box {
	padding: 30px
}

	.content-group .tag-desc-box .tag-description {
		margin: 0 auto;
		font-size: 14px;
		color: rgba(0,0,0,.45)
	}

.halving {
	left: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #f2f2f2
}

.t-table-group {
	padding: 20px
}

.font-box {
	line-height: 40px
}

.material_state_open {
	background: #5087ec;
	border-radius: 15px;
	border: 1px solid #5087ec
}

.material_state_enable, .material_state_open {
	color: #fff;
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 16px;
	display: inline-block
}

.material_state_enable {
	background: #748097;
	border-radius: 15px;
	border: 1px solid #748097
}

.material_state_disable {
	color: #777879;
	background: #edf0f2;
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 16px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #edf0f2
}

#ueditorAnalysis /deep/ .edui-editor {
	z-index: 1000 !important
}

.edui-editor /deep/ div {
	line-height: normal !important
}

#ueditorStem /deep/ .edui-default .edui-toolbar .edui-combox .edui-combox-body {
	line-height: normal
}

.add-option {
	padding: 0;
	margin-top: -25px;
	margin-left: 140px
}

.option-right {
	height: 167px
}

.option-radio {
	margin-top: 70px
}

.option-del {
	height: 167px;
	border: 1px solid #c5c5c5;
	cursor: pointer
}

	.option-del:hover {
		height: 167px;
		border: 1px solid #f56c6c;
		background-color: #f56c6c;
		color: #fff;
		cursor: pointer
	}

	.option-del i {
		display: inline-block;
		margin-top: 70px;
		margin-left: 12px
	}

.chapter-add-btn {
	padding: 0 17px
}

.collapse_content_title {
	margin-top: 20px;
	margin-left: 90px
}

	.collapse_content_title span {
		display: inline-block
	}

.collapse_div .el-collapse-item__header {
	padding: 0 20px;
	background-color: rgba(235,241,250,.4);
	position: relative !important;
	height: auto;
	line-height: 30px;
	overflow: hidden
}

.related_content {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin-top: 20px
}

	.related_content .per_list {
		position: relative
	}

		.related_content .per_list .addor_remove {
			position: absolute;
			right: 10px;
			top: 0
		}

	.related_content .collapse_div {
		margin-top: 20px
	}

.collapse_div {
	overflow: hidden
}

	.collapse_div .course_content_left {
		float: left
	}

	.collapse_div .course_content {
		width: 680px;
		float: left
	}

.el-collapse-item /deep/ .el-collapse-item__content {
	padding: 0 20px 15px
}

.el-collapse-item /deep/ .el-collapse-item__header {
	padding: 0 20px
}

.el-collapse-item__content {
	padding-bottom: 15px
}

/deep/ .course_content .el-checkbox {
	display: block;
	margin-top: 10px
}

/deep/ .el-checkbox + .el-checkbox {
	margin-left: 0
}

.question-btn {
	cursor: pointer
}

	.question-btn:hover {
		color: #409eff
	}

.question-div {
	padding: 10px;
	cursor: pointer
}

	.question-div:hover {
		background: #ebeef5
	}

[data-v-6e440823] .mce-menubtn.mce-fixed-width span {
	width: 50px
}

.ivu-table-wrapper .ivu-table-cell i[data-v-53a1790a] {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-53a1790a] {
	display: block
}

.border-solid[data-v-53a1790a] {
	margin: 0
}

.info_row .info_col_1[data-v-53a1790a] {
	border-right: 1px solid #e8e8e8;
	padding: 25px 34px
}

.info_row .info_col_2[data-v-53a1790a] {
	padding: 25px 34px
}

.title[data-v-53a1790a] {
	display: block;
	font-size: 14px;
	color: rgba(0,0,0,.85);
	font-weight: 700;
	margin-bottom: 30px;
	width: 100%
}

.info_row .info_sm_box[data-v-53a1790a] {
	width: 50%;
	float: left
}

.info_col_2 .info_sm_box[data-v-53a1790a] {
	width: 100%
}

.info_box .info_sm_box .number_box[data-v-53a1790a] {
	width: 218px;
	float: left;
	margin-top: 24px
}

.info_box .info_sm_box .number_box p[data-v-53a1790a] {
	margin-bottom: 30px
}

.info_box .info_sm_box .ivu-icon[data-v-53a1790a] {
	margin-right: 17px
}

.info_box .info_sm_box .progress_box[data-v-53a1790a] {
	width: 112px;
	height: 112px;
	float: left
}

.tags[data-v-53a1790a] {
	font-size: 14px;
	color: rgba(0,0,0,.65);
	margin-right: 60px;
	display: inline-block;
	margin-bottom: 20px
}

.ivu-btn[data-v-53a1790a] {
	margin-right: 60px
}

.ivu-btn-large[data-v-53a1790a] {
	padding: 8px 16px
}

[data-v-e74541aa] .el-form-item.is-error .el-input {
	width: 272px
}

.edit-title[data-v-e74541aa] {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.custom-tree-node[data-v-e74541aa] {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding-right: 8px
}

.btn-outer[data-v-e74541aa] {
	padding: 0
}

.btn-outer .add-sec-btn[data-v-e74541aa] {
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-e74541aa]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.el-collapse-item__wrap[data-v-e74541aa] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-e74541aa] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.el-collapse-item[data-v-e74541aa] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.upload-demo[data-v-e74541aa] {
	display: inline-block
}

.school-title[data-v-e74541aa] {
	font-size: 22px
}

.input-label[data-v-e74541aa] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-e74541aa] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-e74541aa] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-e74541aa] {
	display: block
}

.border-solid[data-v-e74541aa] {
	margin: 0
}

.row[data-v-e74541aa] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-e74541aa] {
	left: -20px
}

.content[data-v-e74541aa] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-e74541aa] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-e74541aa], .el-select--small[data-v-e74541aa] {
	width: 272px
}

[data-v-e74541aa] .el-form-item__error {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px
}

.el-input[data-v-e74541aa], .el-select[data-v-e74541aa], .is-error .el-input[data-v-e74541aa] {
	width: 272px
}

.lesson-chapter[data-v-e74541aa] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-e74541aa] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-e74541aa] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-e74541aa] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	height: 50px
}

.upload-demo[data-v-30c1882a] {
	display: inline-block
}

.school-title[data-v-30c1882a] {
	font-size: 22px
}

.input-label[data-v-30c1882a] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-30c1882a] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-30c1882a] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-30c1882a] {
	display: block
}

.border-solid[data-v-30c1882a] {
	margin: 0
}

.row[data-v-30c1882a] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-30c1882a] {
	left: -20px
}

.content[data-v-30c1882a] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-30c1882a] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-30c1882a], .el-select--small[data-v-30c1882a] {
	width: 272px
}

.el-form-item__error[data-v-30c1882a] {
	position: static !important;
	float: right !important
}

.el-form-item.is-error .el-input[data-v-30c1882a], .el-input[data-v-30c1882a], .el-select[data-v-30c1882a], .is-error .el-input[data-v-30c1882a] {
	width: 272px
}

.upload-demo[data-v-4aed73f0] {
	display: inline-block
}

.school-title[data-v-4aed73f0] {
	font-size: 22px
}

.input-label[data-v-4aed73f0] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-4aed73f0] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-4aed73f0] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-4aed73f0] {
	display: block
}

.border-solid[data-v-4aed73f0] {
	margin: 0
}

.row[data-v-4aed73f0] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-4aed73f0] {
	left: -20px
}

.content[data-v-4aed73f0] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-4aed73f0] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-4aed73f0], .el-select--small[data-v-4aed73f0] {
	width: 272px
}

.el-form-item__error[data-v-4aed73f0] {
	position: static !important;
	float: right !important
}

.el-form-item.is-error .el-input[data-v-4aed73f0], .el-select[data-v-4aed73f0] {
	width: 272px
}

[data-v-4aed73f0] .el-collapse-item__wrap {
	display: none
}

.el-collapse-item__wrap[data-v-4aed73f0] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-4aed73f0] .el-collapse-item__arrow {
	display: none;
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

.el-collapse-item[data-v-4aed73f0] .project-name {
	margin-left: 10px
}

.el-input[data-v-4aed73f0], [data-v-4aed73f0] .el-form-item.is-error .el-input {
	width: 272px
}

.edit-title[data-v-4aed73f0] {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.lesson-chapter[data-v-4aed73f0] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-4aed73f0] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-4aed73f0] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-4aed73f0] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	height: 50px
}

.btn-outer[data-v-4aed73f0] {
	padding: 0
}

.btn-outer .add-sec-btn[data-v-4aed73f0] {
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-4aed73f0]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.border-solid[data-v-e5ca480e] {
	margin: 0
}

.school-title[data-v-e5ca480e] {
	font-size: 22px
}

.course-search[data-v-e5ca480e] {
	font-size: 16px
}

.input-label[data-v-e5ca480e] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.el-row[data-v-e5ca480e] {
	padding: 10px 0
}

.el-input[data-v-e5ca480e], .el-select[data-v-e5ca480e], .is-error .el-input[data-v-e5ca480e] {
	width: 272px
}

.search-group[data-v-e5ca480e] {
	margin: 0
}

.el-tab-pane[data-v-d5546276] {
	padding: 0 20px;
	background-color: #fff
}

.lesson-det-top[data-v-d5546276] {
	padding: 10px 20px;
	padding-bottom: 30px;
	position: relative
}

.lesson-det-top .ldt-inside[data-v-d5546276] {
	padding-right: 130px;
	color: #444
}

.lesson-det-top .ldt-inside .lesson-cover[data-v-d5546276] {
	max-width: 150px;
	height: 100px;
	float: left;
	overflow: hidden
}

.lesson-det-top .ldt-inside .lesson-cover img[data-v-d5546276] {
	height: 100%
}

.lesson-det-top .ldt-inside .lesson-base-info[data-v-d5546276] {
	width: calc(100% - 150px);
	float: left
}

.lesson-det-top .ldt-inside .lesson-base-info p[data-v-d5546276] {
	padding-left: 33px;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 14px
}

.lesson-det-top .ldt-inside .lesson-base-info .lesson-class[data-v-d5546276] {
	padding-left: 33px
}

.lesson-det-top .ldt-inside .lesson-base-info .lesson-class span[data-v-d5546276] {
	font-size: 16px;
	padding-right: 4px;
	line-height: 14px;
	margin-bottom: 6px;
	display: inline-block
}

.lesson-det-top .ldt-inside .lesson-base-info .lesson-class a[data-v-d5546276] {
	color: #444;
	font-size: 16px;
	padding-right: 4px;
	line-height: 14px;
	margin-bottom: 10px;
	display: inline-block
}

	.lesson-det-top .ldt-inside .lesson-base-info .lesson-class a[data-v-d5546276]:hover {
		color: #5a83eb
	}

.lesson-det-top .ldt-inside .lesson-base-info .lesson-class img[data-v-d5546276] {
	width: 16px;
	height: 16px
}

.lesson-det-top .edit-btn[data-v-d5546276] {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 130px;
	height: 40px;
	border-radius: 4px;
	background: #4286f4;
	text-align: center;
	color: #fff;
	line-height: 40px;
	cursor: pointer
}

.lesson-det-top .edit-btn i[data-v-d5546276] {
	margin-right: 6px
}

.tabs-box[data-v-d5546276] {
	margin: 0 -20px;
	background: #f2f2f2;
	padding-top: 19px
}

[data-v-d5546276] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.content-title[data-v-13b17e8e] {
	height: 46px;
	background: #e6f1fc;
	line-height: 46px;
	font-size: 14px;
	color: #303133;
	padding: 0 12px;
	margin-bottom: 20px
}

.base-info-content[data-v-13b17e8e] {
	padding: 2px 12px
}

.content[data-v-7dd15c48] {
	margin-top: 30px
}

.filter-group[data-v-7dd15c48], .scroll-height[data-v-7dd15c48] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-7dd15c48] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-7dd15c48] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-7dd15c48] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-7dd15c48] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-7dd15c48] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-7dd15c48] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-7dd15c48] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-7dd15c48]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-7dd15c48] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-7dd15c48], .hover-row .el-tooltip[data-v-7dd15c48] .icon-download {
	display: inline-block
}

.t-header[data-v-7dd15c48] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-7dd15c48] {
	float: right;
	text-align: right
}

.btns img[data-v-7dd15c48] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-7dd15c48] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-7dd15c48] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-7dd15c48]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-7dd15c48] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-7dd15c48] {
	top: 0
}

.card .desc[data-v-7dd15c48] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-7dd15c48] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-7dd15c48], .card h3[data-v-7dd15c48] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-7dd15c48] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-7dd15c48] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-7dd15c48] {
	float: right
}

.dialog-inside-row[data-v-7dd15c48] {
	color: #409eff;
	line-height: 42px
}

.dir-left[data-v-7dd15c48] {
	text-align: right
}

.dir-right[data-v-7dd15c48] {
	padding-left: 20px
}

.frame-outer-box[data-v-7dd15c48] {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

.frame-outer-box iframe[data-v-7dd15c48] {
	min-width: 1080px
}

.task_div[data-v-7dd15c48] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 7px 0 14px 20px
}

.task_div[data-v-7dd15c48], .task_div_left[data-v-7dd15c48] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_div_left[data-v-7dd15c48] {
	width: 70%
}

.task_div_right[data-v-7dd15c48] {
	padding: 0 17px
}

.course_btn_div[data-v-7dd15c48] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 98%
}

.course_btn_line[data-v-7dd15c48] {
	width: 2px;
	height: 16px;
	background-color: #ebeef5;
	display: inline-block;
	margin: 0 25px
}

.course_btn button[data-v-7dd15c48] {
	text-align: center
}

.finish-done[data-v-7dd15c48] {
	position: absolute;
	top: -8px;
	right: 85px
}

.content-title[data-v-7dd15c48] {
	height: 46px;
	background: #e6f1fc;
	line-height: 46px;
	font-size: 14px;
	color: #303133;
	padding: 0 22px;
	margin-bottom: 20px
}

.no-data[data-v-7dd15c48] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-chapter[data-v-7dd15c48] {
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-7dd15c48] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4
}

.lesson-chapter .btn-del-drg i[data-v-7dd15c48] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-7dd15c48] {
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px solid #eee
}

.project-name[data-v-7dd15c48] {
	display: inline-block;
	height: 100%;
	max-width: calc(100% - 126px)
}

.project-name p[data-v-7dd15c48] {
	height: 100%
}

.sec-content[data-v-7dd15c48] {
	position: relative;
	padding-left: 20px;
	padding-bottom: 25px
}

.sec-content p[data-v-7dd15c48] {
	margin-bottom: 20px;
	color: #666;
	margin-top: 14px
}

.sec-content p span[data-v-7dd15c48] {
	margin-right: 25px
}

.sec-content .btn-area[data-v-7dd15c48] {
	padding-top: 20px
}

	.sec-content .btn-area[data-v-7dd15c48] .el-button {
		padding: 9px 20px
	}

.sec-content .finish-sec[data-v-7dd15c48] {
	position: absolute;
	top: -8px;
	right: 14px
}

.btn-outer[data-v-7dd15c48] {
	padding: 0 50px 25px 65px;
	margin-top: 25px
}

.btn-outer .add-sec-btn[data-v-7dd15c48] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-7dd15c48]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-7dd15c48] {
	padding: 0 17px
}

.lesson-chapter[data-v-7dd15c48] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-7dd15c48] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-7dd15c48] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 18px
}

.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__wrap {
	border: 0
}

.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header {
	color: #666;
	font-size: 14px;
	border-bottom: 0;
	width: 100%;
	overflow: hidden
}

	.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header:hover {
		background-color: #ecf5ff
	}

.lesson-chapter[data-v-7dd15c48] .el-collapse-item__header.is-active {
	background-color: #f6faff;
	border-bottom: 1px solid #eee
}

.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header.is-active {
	background-color: transparent;
	border-bottom: 0
}

.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header .title-small {
	display: inline-block;
	width: calc(100% - 35px);
	height: 34px;
	line-height: 24px;
	box-sizing: border-box;
	padding-left: 8px
}

	.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header .title-small .btn-del-drg i {
		height: 34px;
		line-height: 24px;
		vertical-align: top
	}

.lesson-chapter .section-item[data-v-7dd15c48] .el-collapse-item__header.is-active .title-small {
	background: transparent;
	color: #4286f4
}

.lesson-chapter[data-v-7dd15c48] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-7dd15c48] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.create-btn[data-v-7dd15c48] {
	width: 450px;
	display: inline-block
}

[data-v-7dd15c48] .el-collapse-item__content {
	padding: 0;
	padding-left: 20px
}

[data-v-7dd15c48] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-7dd15c48] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.create-btn[data-v-cc6a8116] {
	width: 410px;
	display: inline-block
}

.test-list[data-v-cc6a8116] {
	margin-top: 10px
}

	.test-list[data-v-cc6a8116]:first-child {
		margin-top: 0
	}

.test-list-item[data-v-cc6a8116] {
	border: 1px solid #c8ddf8
}

.test-title[data-v-cc6a8116] {
	padding: 0 23px;
	background: #f6faff;
	font-size: 18px;
	color: #303133;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #c8ddf8
}

.test-title p[data-v-cc6a8116] {
	max-width: 430px
}

.test-title .right-btns[data-v-cc6a8116] {
	font-size: 14px
}

.test-title .right-btns .state-label[data-v-cc6a8116] {
	padding: 8px 10px;
	border-radius: 4px;
	background: #4286f4;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px
}

.test-title .right-btns .state-label.unpublished[data-v-cc6a8116] {
	background: #9ec3ff
}

.test-title .right-btns .state-label.published[data-v-cc6a8116] {
	background: #4286f4
}

.test-title .right-btns i[data-v-cc6a8116] {
	color: #4286f4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer
}

.test-some-content[data-v-cc6a8116] {
	position: relative;
	padding: 20px;
	padding-bottom: 40px;
	font-size: 16px
}

.test-some-content .inside-cont[data-v-cc6a8116] {
	padding-right: 160px
}

.test-some-content .edit-ope[data-v-cc6a8116] {
	position: absolute;
	top: 17px;
	right: 33px;
	font-size: 14px;
	color: #409eff
}

	.test-some-content .edit-ope[data-v-cc6a8116] .el-button {
		margin: 0 6px !important
	}

.btn-outer[data-v-cc6a8116] {
	padding: 25px 50px 0 65px
}

.btn-outer .add-sec-btn[data-v-cc6a8116] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-cc6a8116]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-cc6a8116] {
	padding: 25px 17px 0
}

.test-title[data-v-cc6a8116] {
	cursor: pointer
}

	.test-title[data-v-cc6a8116]:hover {
		color: #409eff
	}

.frame-outer-box[data-v-498a817c], .frame-outer-box[data-v-cc6a8116] {
	width: 100%;
	height: 100%
}

.back_div[data-v-498a817c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	line-height: 40px
}

.back_box[data-v-498a817c] {
	border-right: 1px solid #eaeaea;
	padding-right: 15px
}

.task_name[data-v-498a817c] {
	margin-left: 20px
}

.task_left[data-v-498a817c] {
	width: 20%
}

.tab_div .el-radio-group[data-v-498a817c] {
	display: block;
	margin: 30px auto;
	text-align: center
}

.task_tip[data-v-498a817c] {
	overflow: hidden
}

.task_tip span[data-v-498a817c] {
	color: #acacac;
	float: right;
	margin-top: 30px
}

.every_task_list[data-v-498a817c] {
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px
}

.every_task_list[data-v-498a817c], .task_name_div[data-v-498a817c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.end_time[data-v-498a817c], .item_div[data-v-498a817c] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-498a817c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-498a817c] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-498a817c] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-498a817c] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right i[data-v-498a817c] {
	margin-right: 5px
}

.no-data[data-v-498a817c] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0
}

.lesson-title-box[data-v-498a817c] {
	width: 35%
}

.class-itm[data-v-498a817c] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-498a817c] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-498a817c]:hover {
		color: #5a83eb
	}

.semester_select[data-v-498a817c] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-498a817c] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

[data-v-c38d88a6] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-c38d88a6] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.test-list[data-v-c38d88a6] {
	margin-top: 10px
}

	.test-list[data-v-c38d88a6]:first-child {
		margin-top: 0
	}

.test-list-item[data-v-c38d88a6] {
	border: 1px solid #c8ddf8
}

.test-title[data-v-c38d88a6] {
	padding: 0 23px;
	background: #f6faff;
	font-size: 18px;
	color: #303133;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #c8ddf8
}

.test-title p[data-v-c38d88a6] {
	max-width: 430px
}

.test-title .right-btns[data-v-c38d88a6] {
	font-size: 14px
}

.test-title .right-btns i[data-v-c38d88a6] {
	color: #4286f4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer
}

.test-some-content[data-v-c38d88a6] {
	position: relative;
	padding: 20px;
	padding-top: 30px;
	font-size: 16px
}

.student-add-btn[data-v-c38d88a6] {
	margin-left: 50px;
	font-size: 20px;
	height: 29px;
	line-height: 29px
}

.student-add-btn[data-v-c38d88a6], .student-name[data-v-c38d88a6] {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 26px
}

.student-name[data-v-c38d88a6] {
	position: relative;
	padding: 3px 8px;
	border: 1px solid #fff;
	outline: none;
	color: rgba(0,0,0,.65);
	background: #fff;
	font-size: 16px;
	margin-left: 10px;
	min-width: 48px
}

	.student-name[data-v-c38d88a6]:focus {
		border-color: #eb5143
	}

.student-name:focus .del-btn[data-v-c38d88a6] {
	display: inline-block
}

.student-name .del-btn[data-v-c38d88a6] {
	display: none;
	position: absolute;
	height: 23px;
	top: -23px;
	background: #eb5143;
	right: 1px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 23px;
	padding: 0 4px;
	font-size: 14px
}

.create-btn[data-v-c38d88a6] {
	width: 600px;
	display: inline-block;
	padding-left: 60px
}

[data-v-3540fa35] .el-form-item.is-error .el-input {
	width: 272px
}

[data-v-3540fa35] .el-upload-dragger {
	height: auto;
	padding: 35px 15px
}

.edit-title[data-v-3540fa35] {
	display: inline-block;
	height: 50px;
	line-height: 50px
}

.custom-tree-node[data-v-3540fa35] {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding-right: 8px
}

.btn-outer[data-v-3540fa35] {
	padding: 0
}

.btn-outer .add-sec-btn[data-v-3540fa35] {
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-3540fa35]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.el-collapse-item__wrap[data-v-3540fa35] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-3540fa35] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.el-collapse-item[data-v-3540fa35] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.upload-demo[data-v-3540fa35] {
	display: inline-block
}

.school-title[data-v-3540fa35] {
	font-size: 22px
}

.input-label[data-v-3540fa35] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-3540fa35] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-3540fa35] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-3540fa35] {
	display: block
}

.border-solid[data-v-3540fa35] {
	margin: 0
}

.row[data-v-3540fa35] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-3540fa35] {
	left: -20px
}

.content[data-v-3540fa35] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-3540fa35] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-3540fa35], .el-select--small[data-v-3540fa35] {
	width: 272px
}

[data-v-3540fa35] .el-form-item__error {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px
}

.el-input[data-v-3540fa35], .el-select[data-v-3540fa35], .is-error .el-input[data-v-3540fa35] {
	width: 272px
}

.group-item[data-v-3540fa35] {
	padding-top: 20px
}

.lesson-chapter[data-v-3540fa35] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-3540fa35] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-3540fa35] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-3540fa35] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	height: 50px
}

.isTF[data-v-3c79d0e8] {
	font-size: 14px
}

.ques-box[data-v-3c79d0e8] {
	min-height: 300px
}

.isinfo[data-v-3c79d0e8] {
	font-size: 14px
}

.colorbl[data-v-3c79d0e8] {
	color: #26a1ff;
	margin-bottom: 10px
}

.hwc-title[data-v-3c79d0e8] {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	line-height: 42px
}

.hwc-plate[data-v-3c79d0e8] {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
	margin-bottom: 32px
}

.hwc-plate .que-line[data-v-3c79d0e8] {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0,0,0,.85)
}

.hwc-plate .que-line .sortN[data-v-3c79d0e8] {
	margin-right: 20px
}

.hwc-plate .ans-content[data-v-3c79d0e8] {
	padding-left: 50px;
	color: rgba(0,0,0,.65);
	margin-bottom: 15px
}

.hwc-plate .right-ans[data-v-3c79d0e8] {
	font-size: 16px;
	margin-bottom: 24px
}

.hwc-plate .right-ans span[data-v-3c79d0e8] {
	color: #1890ff
}

.choice-ques[data-v-3c79d0e8] {
	font-size: 14px;
	line-height: 22px
}

.choice-ques .ques-options[data-v-3c79d0e8] {
	margin-bottom: 8px;
	display: table
}

.choice-ques .options-content[data-v-3c79d0e8], .choice-ques .options-order[data-v-3c79d0e8] {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle
}

.choice-ques .options-content[data-v-3c79d0e8] {
	width: 290px;
	margin-right: 20px
}

.choice-ques .options-content .oc-inside[data-v-3c79d0e8] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.choice-ques .options-content img[data-v-3c79d0e8] {
	height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

.choice-ques .options-content span[data-v-3c79d0e8] {
	display: table-cell;
	vertical-align: middle
}

.choice-ques .options-content span.isImg[data-v-3c79d0e8] {
	height: 70px
}

.choice-ques .progress-sty[data-v-3c79d0e8] {
	display: table-cell;
	vertical-align: middle;
	width: 440px;
	padding-right: 60px
}

	.choice-ques .progress-sty[data-v-3c79d0e8] .el-progress__text {
		display: none
	}

.choice-ques .count-data[data-v-3c79d0e8] {
	vertical-align: middle;
	display: table-cell
}

td[data-v-3c79d0e8] {
	vertical-align: middle
}

.stu_img[data-v-0ae2cdb1] {
	width: 40px;
	height: 40px;
	border-radius: 300px;
	margin-right: 4%
}

[data-v-0ae2cdb1] .el-popover .el-popover__title {
	color: #a6a6a6 !important
}

.no_choice_data[data-v-0ae2cdb1] {
	color: #a6a6a6;
	text-align: center;
	padding: 10px
}

.choice_div[data-v-0ae2cdb1] {
	overflow: hidden;
	max-height: 240px;
	overflow-y: auto
}

.every_choice[data-v-0ae2cdb1] {
	float: left;
	width: 210px;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.isTF[data-v-0ae2cdb1] {
	font-size: 14px
}

.ques-box[data-v-0ae2cdb1] {
	min-height: 300px
}

.isinfo[data-v-0ae2cdb1] {
	font-size: 14px
}

.colorbl[data-v-0ae2cdb1] {
	color: #26a1ff;
	margin-bottom: 10px
}

.ques_type[data-v-0ae2cdb1] {
	color: #aaa
}

.ques_title[data-v-0ae2cdb1] {
	margin-left: 30px;
	margin-top: 5px
}

.process_left_div[data-v-0ae2cdb1] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.option_item[data-v-0ae2cdb1] {
	float: left;
	width: 94%
}

.every_option[data-v-0ae2cdb1] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.every_option_item[data-v-0ae2cdb1] {
	overflow: hidden;
	width: 60%
}

.option_num[data-v-0ae2cdb1] {
	float: left
}

.process_div[data-v-0ae2cdb1] {
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hwc-title[data-v-0ae2cdb1] {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	line-height: 42px
}

.hwc-plate[data-v-0ae2cdb1] {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
	margin-bottom: 32px
}

.hwc-plate .que-line[data-v-0ae2cdb1] {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0,0,0,.85)
}

.hwc-plate .que-line .sortN[data-v-0ae2cdb1] {
	margin-right: 5px
}

.hwc-plate .ans-content[data-v-0ae2cdb1] {
	padding-left: 30px;
	color: rgba(0,0,0,.65);
	margin-bottom: 15px
}

.hwc-plate .right-ans[data-v-0ae2cdb1] {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px
}

.hwc-plate .right-ans span[data-v-0ae2cdb1] {
	color: #1890ff
}

.choice-ques[data-v-0ae2cdb1] {
	font-size: 14px;
	line-height: 22px
}

.choice-ques .ques-options[data-v-0ae2cdb1] {
	border-bottom: 1px dotted #d2d2d2;
	padding: 15px 0
}

.choice-ques .options-order[data-v-0ae2cdb1] {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle
}

.choice-ques .options-content img[data-v-0ae2cdb1] {
	height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

.choice-ques .options-content span[data-v-0ae2cdb1] {
	display: table-cell;
	vertical-align: middle
}

.choice-ques .options-content span.isImg[data-v-0ae2cdb1] {
	height: 70px
}

.choice-ques .progress-sty[data-v-0ae2cdb1] {
	width: 200px
}

	.choice-ques .progress-sty[data-v-0ae2cdb1] .el-progress__text {
		display: none
	}

	.choice-ques .progress-sty[data-v-0ae2cdb1] .el-progress-bar {
		padding-right: 10px
	}

.ques-correct-rate[data-v-0ae2cdb1] {
	padding-left: 50px;
	margin: 30px 0
}

.item-count[data-v-0ae2cdb1] {
	text-align: center
}

.item-count .count-title[data-v-0ae2cdb1] {
	padding: 0 0 20px
}

.item-count .count-title-bott[data-v-0ae2cdb1] {
	padding: 20px 0
}

td[data-v-0ae2cdb1] {
	vertical-align: middle
}

.el-form-item[data-v-bb7d8382] .el-form-item__error {
	left: 280px
}

.edit-content[data-v-bb7d8382] {
	padding-top: 64px
}

.inp-width[data-v-bb7d8382] {
	width: 272px
}

.avatar-uploader[data-v-bb7d8382] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,.02);
	display: inline-block
}

	.avatar-uploader[data-v-bb7d8382] .el-upload:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-bb7d8382] {
	margin-top: 39px;
	font-size: 28px;
	color: #8c939d;
	text-align: center
}

.avatar[data-v-bb7d8382] {
	width: 100%;
	height: 100%;
	display: block;
	background-position: 50%;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.upload-file-type[data-v-bb7d8382] {
	padding-left: 36px;
	display: inline-block;
	vertical-align: super;
	color: rgba(0,0,0,.45)
}

.showAvator[data-v-bb7d8382] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-bb7d8382] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.show-preview .preview[data-v-bb7d8382] {
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-bb7d8382] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-bb7d8382] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-bb7d8382]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-bb7d8382] {
	background-image: none
}

.frame-box[data-v-27a296f3] {
	margin-top: 20px
}

.interaction-area-title[data-v-7eb0c802] {
	font-size: 16px;
	height: 63px;
	line-height: 63px;
	margin-top: -20px;
	border-bottom: 1px solid #e8e8e8;
	color: rgba(0,0,0,.85)
}

.interaction-info[data-v-7eb0c802] {
	padding: 20px 0
}

.interaction-info .info-itm[data-v-7eb0c802] {
	display: inline-block;
	margin-right: 70px;
	line-height: 44px;
	color: rgba(0,0,0,.85)
}

.interaction-info .info-itm span[data-v-7eb0c802] {
	color: rgba(0,0,0,.65);
	margin-left: 20px;
	margin-right: 0
}

.interaction-info .stage-select[data-v-7eb0c802] {
	height: 44px;
	line-height: 44px;
	display: inline-block
}

.interaction-info .stage-select span[data-v-7eb0c802] {
	margin-right: 20px
}

.spt-line[data-v-7eb0c802] {
	width: 100%;
	margin-left: -20px;
	padding: 0 20px;
	height: 20px;
	background: #f2f2f2
}

.interaction-content[data-v-7eb0c802] {
	background: #fff
}

.interaction-content .edit-interaction-title[data-v-7eb0c802] {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #e8e8e8
}

	.interaction-content .edit-interaction-title[data-v-7eb0c802] .el-input__inner {
		text-align: center;
		font-size: 18px;
		color: rgba(0,0,0,.85);
		border-color: #4286f4
	}

.fun-btns[data-v-7eb0c802] {
	padding: 81px 0 159px;
	text-align: center
}

.qs-item[data-v-7eb0c802] {
	border-bottom: 1px solid #e8e8e8
}

.qs-item .qs-header[data-v-7eb0c802] {
	position: relative;
	height: 66px;
	line-height: 66px
}

.qs-item .qs-content[data-v-7eb0c802] {
	padding: 0 0 24px 68px
}

.qs-item .qs-content p[data-v-7eb0c802] {
	line-height: 30px
}

.btn-right[data-v-7eb0c802] {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	width: 150px
}

.btn-right i[data-v-7eb0c802] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 17px
}

	.btn-right i[data-v-7eb0c802]:hover {
		color: #409eff
	}

.qs-title[data-v-7eb0c802] {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	vertical-align: top;
	padding-right: 150px;
	padding-left: 32px
}

.content[data-v-2138b890] {
	margin-top: 60px
}

.filter-group[data-v-2138b890] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-2138b890] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-2138b890] {
	margin-right: 10px;
	font-style: normal
}

table .thumb[data-v-2138b890] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-2138b890] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-2138b890] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-2138b890] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-2138b890]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-2138b890] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIJSURBVHja7NjNS1RRGAbw59GxgYQw5/gHRCJEQbSpqBbhJhKcDwiX0i6IEgqKuS5qIvKOGzdt2kS0ChtorgwSropoVVARgYtSchlzZ1T6UvTep4UmzQcyjjOO0Lzbc973/M4L53A4lIRGByWBZNUFonb2LJYDH5zE/oVq8iVtDxG13YsAHgH46ljmQIMQ2QTA2wDgWIZNRBPRRDQRTcT/g4jY86db6N8Q9XAi3pUpN7k/mTv8falz5mWCS5UgwvZid5BeNhXvXCyuFbbnj7XIuwXqaTpunlASosncYwKDEl5MDJvekh3fXTiIwOoXCHMrDPROWh2zmyEiI+4QiTEJr8rVi9jZMYLXJH10LHN0DWHnUiQuQHjjDJsTxUmxUfeQ7+stwXZJ31bZdmrS6pgth4ja7hUA99eb/dyxuvpKECO5B6QuQZpJW6a7IgQAxJL5M77vTZHc+xfShpXBfxFFgNfesjmXSfBXzRDlID443koMrQ9frQSwbUQxxJd+kmwvPBabA2qCKOkIAG4BUDNEMWQrgJoiCiF4Vymg5ggAiI66x73foU+VAuqCqCZ2LyJmu+MgBwBMA7pcb4TA6wT6AX1Ox03PGiLpbly/OxkCMk48FKYk9N3J79sT1BSBkzsomGMrzj+7GZoueE/E7uWPqMUz9V7f9/Aj2GPepwbobbwndsXXQKPjzwBRrDjdfosyvAAAAABJRU5ErkJggg==) no-repeat 50%;
	background-size: contain
}

.column-name:hover .icon-download[data-v-2138b890] {
	display: inline-block
}

.t-header[data-v-2138b890] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-2138b890] {
	float: right;
	text-align: right
}

.btns img[data-v-2138b890] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-2138b890] {
	position: relative;
	margin-top: 20px;
	height: 360px;
	border: 1px solid #e8e8e8
}

.card .thumb[data-v-2138b890] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer
}

.card .thumb:hover .desc[data-v-2138b890] {
	top: 0
}

.card .desc[data-v-2138b890] {
	position: absolute;
	top: 180px;
	padding: 20px 10px 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out
}

.card h3[data-v-2138b890] {
	font-size: 14px;
	white-space: nowrap
}

.card .card-content[data-v-2138b890], .card h3[data-v-2138b890] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis
}

.card .card-content[data-v-2138b890] {
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.card .card-footer[data-v-2138b890] {
	position: absolute;
	left: 10px;
	bottom: 15px;
	font-size: 12px
}

.interaction-area-title[data-v-5aa9d937] {
	font-size: 16px;
	height: 63px;
	line-height: 63px;
	margin-top: -20px;
	border-bottom: 1px solid #e8e8e8;
	color: rgba(0,0,0,.85)
}

.interaction-info[data-v-5aa9d937] {
	padding: 20px 0
}

.interaction-info .info-itm[data-v-5aa9d937] {
	display: inline-block;
	margin-right: 70px;
	line-height: 22px;
	color: rgba(0,0,0,.85);
	margin-bottom: 20px
}

.interaction-info .info-itm span[data-v-5aa9d937] {
	color: rgba(0,0,0,.65);
	margin-left: 20px;
	margin-right: 0
}

.spt-line[data-v-5aa9d937] {
	width: 100%;
	margin-left: -20px;
	padding: 0 20px;
	height: 20px;
	background: #f2f2f2
}

.interaction-content[data-v-5aa9d937] {
	background: #fff;
	padding: 20px 0
}

[data-v-5aa9d937] .table-header-cla th {
	background: #fafafa !important;
	color: rgba(0,0,0,.85)
}

.test-list[data-v-a4086aca] {
	margin-top: 10px
}

	.test-list[data-v-a4086aca]:first-child {
		margin-top: 0
	}

.test-list-item[data-v-a4086aca] {
	border: 1px solid #c8ddf8
}

.test-title[data-v-a4086aca] {
	padding: 0 23px;
	background: #f6faff;
	font-size: 18px;
	color: #303133;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #c8ddf8
}

.test-title p[data-v-a4086aca] {
	max-width: 430px
}

.test-title .right-btns[data-v-a4086aca] {
	font-size: 14px
}

.test-title .right-btns i[data-v-a4086aca] {
	color: #4286f4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer
}

.test-some-content[data-v-a4086aca] {
	position: relative;
	padding: 20px;
	padding-top: 30px;
	font-size: 16px
}

.student-add-btn[data-v-a4086aca] {
	margin-left: 50px;
	font-size: 20px;
	height: 29px;
	line-height: 29px
}

.student-add-btn[data-v-a4086aca], .student-name[data-v-a4086aca] {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 26px
}

.student-name[data-v-a4086aca] {
	position: relative;
	padding: 3px 8px;
	border: 1px solid #fff;
	outline: none;
	color: rgba(0,0,0,.65);
	background: #fff;
	font-size: 16px;
	margin-left: 10px;
	min-width: 48px
}

	.student-name[data-v-a4086aca]:focus {
		border-color: #eb5143
	}

.student-name:focus .del-btn[data-v-a4086aca] {
	display: inline-block
}

.student-name .del-btn[data-v-a4086aca] {
	display: none;
	position: absolute;
	height: 23px;
	top: -23px;
	background: #eb5143;
	right: 1px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 23px;
	padding: 0 4px;
	font-size: 14px
}

.create-btn[data-v-a4086aca] {
	width: 600px;
	display: inline-block;
	padding-left: 60px
}

.el-radio-group[data-v-a4086aca] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.inner-tab[data-v-a4086aca] {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px
}

.selected_box[data-v-a4086aca] {
	overflow: hidden
}

.selected_box_div[data-v-a4086aca] {
	float: left;
	margin-right: 15px;
	margin-top: 10px
}

.select-group[data-v-a4086aca] {
	padding: 10px
}

.select-group .group-item[data-v-a4086aca] {
	display: -ms-flexbox;
	display: flex;
	margin: 0 30px 20px 0;
	-ms-flex-align: center;
	align-items: center
}

.selected_box_div_ope[data-v-a4086aca] {
	float: right;
	margin-right: 15px;
	margin-top: 20px
}

[data-v-a4086aca] .contents {
	width: 800px
}

	[data-v-a4086aca] .contents img {
		max-width: 740px
	}

.selected_student[data-v-a4086aca] {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background: #f1f6fe;
	border: 1px solid #9ec1f6
}

.selected_student span[data-v-a4086aca] {
	color: #4a8cee
}

.box[data-v-b2c7afd0] {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8
}

.box .filter[data-v-b2c7afd0] .el-select {
	margin-right: 10px
}

.box .lesson-img[data-v-b2c7afd0] {
	width: 150px;
	height: 100px;
	cursor: pointer
}

.box .lesson-title-box[data-v-b2c7afd0] {
	display: inline-block;
	width: 320px;
	height: 100px;
	margin-left: 20px;
	vertical-align: top
}

.box .lesson-title-box .lesson-title[data-v-b2c7afd0] {
	padding: 0 10px 10px 5px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	cursor: pointer
}

.box .lesson-title-box .lesson-section[data-v-b2c7afd0] {
	padding: 5px;
	color: #444
}

.box .lesson-title-box .lesson-class[data-v-b2c7afd0] {
	padding: 10px 5px;
	display: block;
	color: #444
}

.box .btn-groups[data-v-b2c7afd0] {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 20px
}

.box .btn-groups .btn[data-v-b2c7afd0] {
	display: inline-block;
	border-radius: 10%;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}

.box .btn-groups .btn .iconfont[data-v-b2c7afd0] {
	font-size: 30px;
	color: #4286f4
}

.box .btn-groups .btn .btn-font[data-v-b2c7afd0] {
	color: #4286f4
}

.box .btn-groups .btn-disabled[data-v-b2c7afd0] {
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	border-radius: 10%
}

.box .btn-groups .btn-disabled .iconfont[data-v-b2c7afd0] {
	font-size: 30px;
	color: #d0d0d0
}

.box .btn-groups .btn-disabled .btn-font[data-v-b2c7afd0] {
	color: #d0d0d0
}

.class-itm[data-v-b2c7afd0] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-b2c7afd0] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-b2c7afd0]:hover {
		color: #5a83eb
	}

.semester_select[data-v-b2c7afd0] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-b2c7afd0] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

.btn-box[data-v-7726ca02] {
	text-align: center;
	margin-top: 20px
}

.form-box[data-v-7726ca02] {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px
}

.box[data-v-7726ca02] {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8
}

.box .filter[data-v-7726ca02] .el-select {
	margin-right: 10px
}

.box .lesson-img[data-v-7726ca02] {
	width: 150px;
	height: 100px;
	cursor: pointer
}

.box .lesson-title-box[data-v-7726ca02] {
	display: inline-block;
	width: 320px;
	height: 100px;
	margin-left: 20px;
	vertical-align: top
}

.box .lesson-title-box .lesson-title[data-v-7726ca02] {
	padding: 0 10px 10px 5px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	cursor: pointer
}

.box .lesson-title-box .lesson-section[data-v-7726ca02] {
	padding: 5px;
	color: #444
}

.box .lesson-title-box .lesson-class[data-v-7726ca02] {
	padding: 10px 5px;
	display: block;
	color: #444
}

.box .btn-groups[data-v-7726ca02] {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 20px
}

.box .btn-groups .btn[data-v-7726ca02] {
	display: inline-block;
	border-radius: 10%;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}

.box .btn-groups .btn .iconfont[data-v-7726ca02] {
	font-size: 30px;
	color: #4286f4
}

.box .btn-groups .btn .btn-font[data-v-7726ca02] {
	color: #4286f4
}

.box .btn-groups .btn-disabled[data-v-7726ca02] {
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	border-radius: 10%
}

.box .btn-groups .btn-disabled .iconfont[data-v-7726ca02] {
	font-size: 30px;
	color: #d0d0d0
}

.box .btn-groups .btn-disabled .btn-font[data-v-7726ca02] {
	color: #d0d0d0
}

.class-itm[data-v-7726ca02] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-7726ca02] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-7726ca02]:hover {
		color: #5a83eb
	}

.semester_select[data-v-7726ca02] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-7726ca02] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

.every_task_list[data-v-13f2eef1] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.detail_info[data-v-13f2eef1] {
	border-bottom: 1px solid #eaeaea
}

.decribe_title[data-v-13f2eef1] {
	font-size: 16px
}

.decribe[data-v-13f2eef1] {
	margin-top: 15px
}

	.decribe[data-v-13f2eef1] img {
		max-width: 100%;
		height: auto
	}

.task_left[data-v-13f2eef1] {
	width: 60%
}

.decribe_div[data-v-13f2eef1] {
	padding: 20px
}

.task_name_div[data-v-13f2eef1] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_name_div span.end[data-v-13f2eef1] {
	background: #f4f4f5;
	border: 1px solid #e0e0e3;
	color: #909399
}

.end_time[data-v-13f2eef1], .item_div[data-v-13f2eef1] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-13f2eef1] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-13f2eef1] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-13f2eef1] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-13f2eef1] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right i[data-v-13f2eef1] {
	margin-right: 5px
}

.select[data-v-13f2eef1] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-13f2eef1] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-13f2eef1], .table_div[data-v-13f2eef1] {
	margin-top: 30px
}

.stu_info_div[data-v-63b49b26] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.video-js[data-v-63b49b26] {
	width: 100%;
	height: 500px
}

.pic-box img[data-v-63b49b26] {
	max-width: 100%;
	height: auto
}

.stu_total_right[data-v-63b49b26] .el-button + .el-button {
	margin-left: 0
}

.teacher_comment[data-v-63b49b26] {
	margin-top: 15px
}

.teacher_comment_title[data-v-63b49b26] {
	color: #4286f4
}

.teacher_comment_title i[data-v-63b49b26] {
	margin-right: 5px
}

.teacher_rank[data-v-63b49b26] {
	margin-top: 15px
}

.analyze_answer[data-v-63b49b26] {
	border-left: 3px solid #acacac;
	background-color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	margin-top: 20px
}

.stu_total_info[data-v-63b49b26] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px
}

.stu_total_info[data-v-63b49b26], .stu_total_left[data-v-63b49b26] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_left_name[data-v-63b49b26] {
	font-size: 20px;
	margin-right: 24px
}

.stu_left_score[data-v-63b49b26] {
	color: #ff4747;
	display: -ms-flexbox;
	display: flex
}

.stu_left_score span[data-v-63b49b26] {
	font-size: 30px
}

.gray_line_div[data-v-63b49b26] {
	background-color: #f2f2f2;
	height: 20px;
	margin-left: -22px;
	width: 110%
}

.every_question_div[data-v-63b49b26] {
	padding-bottom: 20px
}

.line_div[data-v-63b49b26] {
	height: 1px;
	background-color: #eaeaea;
	margin-top: 20px
}

.analysis_div[data-v-63b49b26] {
	border: 2px dotted #e3eeff;
	padding: 15px 20px;
	margin-top: 15px
}

.analysis_title[data-v-63b49b26] {
	color: #4286f4
}

.analysis_title i[data-v-63b49b26] {
	margin-right: 4px
}

.analysis_detail[data-v-63b49b26] {
	margin-top: 10px;
	margin-left: 24px
}

.task_stu_info[data-v-63b49b26] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea
}

.stu_info_left[data-v-63b49b26], .task_stu_info[data-v-63b49b26] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-63b49b26] {
	display: block;
	border-radius: 300px;
	margin-right: 30px
}

.stu_name[data-v-63b49b26] {
	font-size: 20px
}

.stu_class_info[data-v-63b49b26] {
	color: #acacac;
	font-size: 13px;
	margin-top: 10px
}

.stu_info_right[data-v-63b49b26] {
	color: #ff4747;
	font-size: 14px
}

.stu_info_right span[data-v-63b49b26] {
	font-size: 28px
}

.ques_num[data-v-63b49b26] {
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 20px
}

.every_ques_div[data-v-63b49b26] {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 20px
}

.every_ques_div.blue[data-v-63b49b26] {
	color: #49a3ff;
	background: #ecf5ff;
	border: 1px solid #c9e4ff
}

.every_ques_div.red[data-v-63b49b26] {
	color: #f56c6c;
	background: #fef0f0;
	border: 1px solid #fdd6d5
}

.every_ques_div.gray[data-v-63b49b26] {
	color: #909399;
	background: #f4f4f4;
	border: 1px solid #e0e0e1
}

.ques_type[data-v-63b49b26] {
	font-size: 18px;
	padding-top: 20px
}

.ques_type div[data-v-63b49b26] {
	display: inline
}

.ques_type span[data-v-63b49b26] {
	font-size: 14px;
	color: #acacac;
	margin-left: 12px
}

.detail_question[data-v-63b49b26] {
	background-color: #f5f7fa;
	padding: 20px;
	margin-top: 15px
}

.ques_options[data-v-63b49b26] {
	margin-top: 20px
}

.every_ques_option[data-v-63b49b26] {
	background-color: #fff;
	margin-top: 8px;
	line-height: 20px;
	padding: 12px 10px 12px 0
}

.every_ques_option div[data-v-63b49b26] {
	display: inline-block
}

.every_ques_option span[data-v-63b49b26] {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	margin-right: 15px
}

.question_anwer[data-v-63b49b26] {
	background-color: #fff;
	margin-top: 20px;
	padding: 14px 20px
}

.stu_icon_red[data-v-63b49b26] {
	background-color: #ff4747;
	box-shadow: 0 0 6px 0 #ff4747
}

.correct_icon_blue[data-v-63b49b26], .stu_icon_red[data-v-63b49b26] {
	width: 8px;
	height: 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px
}

.correct_icon_blue[data-v-63b49b26] {
	background-color: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4
}

.stu_anwer[data-v-63b49b26] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_anwer_error[data-v-63b49b26] {
	color: #ff4747
}

.stu_anwer_correct[data-v-63b49b26] {
	color: #4286f4
}

.correct_answer[data-v-63b49b26] {
	margin-top: 12px
}

.stu_anwer_left[data-v-63b49b26] {
	margin-right: 22px
}

.stu_info_div[data-v-24a1e889] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.video-js[data-v-24a1e889] {
	width: 100%;
	height: 500px
}

.pic-box img[data-v-24a1e889] {
	max-width: 100%;
	height: auto
}

.stu_total_right[data-v-24a1e889] .el-button + .el-button {
	margin-left: 0
}

.teacher_comment[data-v-24a1e889] {
	margin-top: 15px
}

.teacher_comment_title[data-v-24a1e889] {
	color: #4286f4
}

.teacher_comment_title i[data-v-24a1e889] {
	margin-right: 5px
}

.teacher_rank[data-v-24a1e889] {
	margin-top: 15px
}

.analyze_answer[data-v-24a1e889] {
	border-left: 3px solid #acacac;
	background-color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	margin-top: 20px
}

.stu_total_info[data-v-24a1e889] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px
}

.stu_total_info[data-v-24a1e889], .stu_total_left[data-v-24a1e889] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_left_name[data-v-24a1e889] {
	font-size: 20px;
	margin-right: 24px
}

.stu_left_score[data-v-24a1e889] {
	color: #ff4747;
	display: -ms-flexbox;
	display: flex
}

.stu_left_score span[data-v-24a1e889] {
	font-size: 30px
}

.gray_line_div[data-v-24a1e889] {
	background-color: #f2f2f2;
	height: 20px;
	margin-left: -22px;
	width: 110%
}

.every_question_div[data-v-24a1e889] {
	padding-bottom: 20px
}

.line_div[data-v-24a1e889] {
	height: 1px;
	background-color: #eaeaea;
	margin-top: 20px
}

.analysis_div[data-v-24a1e889] {
	border: 2px dotted #e3eeff;
	padding: 15px 20px;
	margin-top: 15px
}

.analysis_title[data-v-24a1e889] {
	color: #4286f4
}

.analysis_title i[data-v-24a1e889] {
	margin-right: 4px
}

.analysis_detail[data-v-24a1e889] {
	margin-top: 10px;
	margin-left: 24px
}

.task_stu_info[data-v-24a1e889] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea
}

.stu_info_left[data-v-24a1e889], .task_stu_info[data-v-24a1e889] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-24a1e889] {
	display: block;
	border-radius: 300px;
	margin-right: 30px
}

.stu_name[data-v-24a1e889] {
	font-size: 20px
}

.stu_class_info[data-v-24a1e889] {
	color: #acacac;
	font-size: 13px;
	margin-top: 10px
}

.stu_info_right[data-v-24a1e889] {
	color: #ff4747;
	font-size: 14px
}

.stu_info_right span[data-v-24a1e889] {
	font-size: 28px
}

.ques_num[data-v-24a1e889] {
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 20px
}

.every_ques_div[data-v-24a1e889] {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 20px
}

.every_ques_div.blue[data-v-24a1e889] {
	color: #49a3ff;
	background: #ecf5ff;
	border: 1px solid #c9e4ff
}

.every_ques_div.red[data-v-24a1e889] {
	color: #f56c6c;
	background: #fef0f0;
	border: 1px solid #fdd6d5
}

.every_ques_div.gray[data-v-24a1e889] {
	color: #909399;
	background: #f4f4f4;
	border: 1px solid #e0e0e1
}

.ques_type[data-v-24a1e889] {
	font-size: 18px;
	padding-top: 20px
}

.ques_type div[data-v-24a1e889] {
	display: inline
}

.ques_type span[data-v-24a1e889] {
	font-size: 14px;
	color: #acacac;
	margin-left: 12px
}

.detail_question[data-v-24a1e889] {
	background-color: #f5f7fa;
	padding: 20px;
	margin-top: 15px
}

.ques_options[data-v-24a1e889] {
	margin-top: 20px
}

.every_ques_option[data-v-24a1e889] {
	background-color: #fff;
	margin-top: 8px;
	line-height: 20px;
	padding: 12px 10px 12px 0
}

.every_ques_option div[data-v-24a1e889] {
	display: inline-block
}

.every_ques_option span[data-v-24a1e889] {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	margin-right: 15px
}

.question_anwer[data-v-24a1e889] {
	background-color: #fff;
	margin-top: 20px;
	padding: 14px 20px
}

.stu_icon_red[data-v-24a1e889] {
	background-color: #ff4747;
	box-shadow: 0 0 6px 0 #ff4747
}

.correct_icon_blue[data-v-24a1e889], .stu_icon_red[data-v-24a1e889] {
	width: 8px;
	height: 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px
}

.correct_icon_blue[data-v-24a1e889] {
	background-color: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4
}

.stu_anwer[data-v-24a1e889] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_anwer_error[data-v-24a1e889] {
	color: #ff4747
}

.stu_anwer_correct[data-v-24a1e889] {
	color: #4286f4
}

.correct_answer[data-v-24a1e889] {
	margin-top: 12px
}

.stu_anwer_left[data-v-24a1e889] {
	margin-right: 22px
}

.every_task_list[data-v-0516da02] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.every_task_list[data-v-0516da02], .task_name_div[data-v-0516da02] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.end_time[data-v-0516da02], .item_div[data-v-0516da02] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-0516da02] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-0516da02] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-0516da02] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-0516da02] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right[data-v-0516da02] {
	color: #4286f4;
	text-align: center;
	cursor: pointer
}

.task_right i[data-v-0516da02] {
	margin-right: 5px;
	font-size: 26px
}

.select[data-v-0516da02] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-0516da02] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-0516da02], .table_div[data-v-0516da02] {
	margin-top: 30px
}

.stu_total_right[data-v-6d211460] .el-button + .el-button {
	margin-left: 0
}

.teacher_comment[data-v-6d211460] {
	margin-top: 15px
}

.teacher_comment_title[data-v-6d211460] {
	color: #4286f4
}

.teacher_comment_title i[data-v-6d211460] {
	margin-right: 5px
}

.teacher_rank[data-v-6d211460] {
	margin-top: 15px
}

.analyze_answer[data-v-6d211460] {
	border-left: 3px solid #acacac;
	background-color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	margin-top: 20px
}

.stu_total_info[data-v-6d211460] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px
}

.stu_total_info[data-v-6d211460], .stu_total_left[data-v-6d211460] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_left_name[data-v-6d211460] {
	font-size: 20px;
	margin-right: 24px
}

.stu_left_score[data-v-6d211460] {
	color: #ff4747
}

.stu_left_score span[data-v-6d211460] {
	font-size: 30px
}

.gray_line_div[data-v-6d211460] {
	background-color: #f2f2f2;
	height: 20px;
	margin-left: -22px;
	width: 110%
}

.every_question_div[data-v-6d211460] {
	padding-bottom: 20px
}

.line_div[data-v-6d211460] {
	height: 1px;
	background-color: #eaeaea;
	margin-top: 20px
}

.analysis_div[data-v-6d211460] {
	border: 2px dotted #e3eeff;
	padding: 15px 20px;
	margin-top: 15px
}

.analysis_title[data-v-6d211460] {
	color: #4286f4
}

.analysis_title i[data-v-6d211460] {
	margin-right: 4px
}

.analysis_detail[data-v-6d211460] {
	margin-top: 10px;
	margin-left: 24px
}

.task_stu_info[data-v-6d211460] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea
}

.stu_info_left[data-v-6d211460], .task_stu_info[data-v-6d211460] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-6d211460] {
	display: block;
	border-radius: 300px;
	margin-right: 30px
}

.stu_name[data-v-6d211460] {
	font-size: 20px
}

.stu_class_info[data-v-6d211460] {
	color: #acacac;
	font-size: 13px;
	margin-top: 10px
}

.stu_info_right[data-v-6d211460] {
	color: #ff4747;
	font-size: 14px
}

.stu_info_right span[data-v-6d211460] {
	font-size: 28px
}

.ques_num[data-v-6d211460] {
	overflow: hidden;
	padding-bottom: 20px
}

.every_ques_div[data-v-6d211460] {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 20px
}

.every_ques_div.blue[data-v-6d211460] {
	color: #49a3ff;
	background: #ecf5ff;
	border: 1px solid #c9e4ff
}

.every_ques_div.red[data-v-6d211460] {
	color: #f56c6c;
	background: #fef0f0;
	border: 1px solid #fdd6d5
}

.every_ques_div.gray[data-v-6d211460] {
	color: #909399;
	background: #f4f4f4;
	border: 1px solid #e0e0e1
}

.ques_type[data-v-6d211460] {
	font-size: 18px;
	padding-top: 20px
}

.ques_type div[data-v-6d211460] {
	display: inline
}

.ques_type span[data-v-6d211460] {
	font-size: 14px;
	color: #acacac;
	margin-left: 12px
}

.detail_question[data-v-6d211460] {
	background-color: #f5f7fa;
	padding: 20px;
	margin-top: 15px
}

.ques_options[data-v-6d211460] {
	margin-top: 20px
}

.every_ques_option[data-v-6d211460] {
	background-color: #fff;
	margin-top: 8px;
	line-height: 20px;
	padding: 12px 10px 12px 0
}

.every_ques_option div[data-v-6d211460] {
	display: inline-block
}

.every_ques_option span[data-v-6d211460] {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	margin-right: 15px
}

.question_anwer[data-v-6d211460] {
	background-color: #fff;
	margin-top: 20px;
	padding: 14px 20px
}

.stu_icon_red[data-v-6d211460] {
	background-color: #ff4747;
	box-shadow: 0 0 6px 0 #ff4747
}

.correct_icon_blue[data-v-6d211460], .stu_icon_red[data-v-6d211460] {
	width: 8px;
	height: 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px
}

.correct_icon_blue[data-v-6d211460] {
	background-color: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4
}

.stu_anwer[data-v-6d211460] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_anwer_error[data-v-6d211460] {
	color: #ff4747
}

.stu_anwer_correct[data-v-6d211460] {
	color: #4286f4
}

.correct_answer[data-v-6d211460] {
	margin-top: 12px
}

.stu_anwer_left[data-v-6d211460] {
	margin-right: 22px
}

.discuss_top_div[data-v-32cc7f3a] {
	background-color: #fff;
	margin-top: 14px
}

.analysis_title_div[data-v-32cc7f3a] {
	color: #4286f4
}

.analysis_title_div i[data-v-32cc7f3a] {
	margin-right: 3px
}

.correct_div[data-v-32cc7f3a] {
	background-color: #fff;
	padding: 12px 18px
}

.analysis_div[data-v-32cc7f3a] {
	border: 2px dotted #e3eeff;
	padding: 15px;
	margin-top: 20px
}

.circle_div[data-v-32cc7f3a] {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4;
	border-radius: 6px;
	margin-right: 12px
}

.line_gray_div[data-v-32cc7f3a] {
	height: 1px;
	background-color: #eaeaea;
	width: 100%;
	margin-top: 20px
}

.line_div[data-v-32cc7f3a] {
	height: 20px;
	background-color: #f2f2f2;
	width: 110%;
	margin-left: -40px
}

.ques_every_code[data-v-32cc7f3a] {
	border-right: 2px solid #eaeaea;
	width: 42px;
	text-align: center;
	margin-right: 20px
}

.discuss_div[data-v-32cc7f3a] {
	text-align: center;
	line-height: 45px;
	float: left
}

.every_question_div[data-v-32cc7f3a] {
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px
}

.every_question_div.blue[data-v-32cc7f3a] {
	border: 1px solid #cde7ff
}

.every_question_div.red[data-v-32cc7f3a] {
	border: 1px solid #fdd6d5
}

.every_number[data-v-32cc7f3a] {
	width: 45px;
	height: 45px;
	border-radius: 3px 0 0 3px;
	text-align: center;
	line-height: 45px
}

.every_number.blue[data-v-32cc7f3a] {
	background: #ecf5ff;
	color: #49a3ff;
	border-right: 1px solid #cde7ff
}

.every_number.red[data-v-32cc7f3a] {
	background: #fef0f0;
	color: #f56c6c;
	border-right: 1px solid #fdd6d5
}

.every_rate[data-v-32cc7f3a] {
	width: 60px;
	text-align: center;
	line-height: 45px
}

.stu_img[data-v-32cc7f3a] {
	width: 40px;
	height: 40px;
	border-radius: 300px;
	margin-right: 4%
}

.every_option_item[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	padding-top: 18px;
	font-size: 18px
}

.every_choice[data-v-32cc7f3a] {
	float: left;
	width: 210px;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.choice_div[data-v-32cc7f3a] {
	overflow: hidden;
	max-height: 240px;
	overflow-y: auto
}

.no_choice_data[data-v-32cc7f3a] {
	color: #a6a6a6;
	text-align: center;
	padding: 10px
}

.process_div[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.progress-sty[data-v-32cc7f3a] {
	width: 200px
}

.every_ques[data-v-32cc7f3a] {
	padding-bottom: 20px
}

.option_item_top[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_style[data-v-32cc7f3a] {
	font-size: 18px
}

.option_title_div[data-v-32cc7f3a] {
	margin-bottom: 12px
}

.ques_option_div[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ques_option_left[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	width: 65%
}

.ques_option_right[data-v-32cc7f3a] {
	width: 30%;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.correct_div[data-v-32cc7f3a], .ques_option_right[data-v-32cc7f3a] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.correct_div[data-v-32cc7f3a] {
	margin-top: 20px
}

.singleSel-box[data-v-32cc7f3a] {
	padding: 18px 20px;
	background-color: #f5f7fa;
	margin-top: 15px
}

.singleSel-box .selOption-box[data-v-32cc7f3a] {
	padding-bottom: 20px
}

.answer img[data-v-32cc7f3a] {
	width: 150px;
	height: 100px
}

.answer .radio-box[data-v-32cc7f3a] {
	padding: 10px 0
}

.answer .other-answer[data-v-32cc7f3a] {
	background-color: #fff;
	margin-top: 8px
}

.answer .other-answer .answer[data-v-32cc7f3a] {
	display: inline-block;
	width: 300px
}

.answer .other-answer .line[data-v-32cc7f3a] {
	margin-right: 10px
}

.base-box .job-base[data-v-32cc7f3a] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.base-box .baseinfo-box .baseinfo-row[data-v-32cc7f3a], .base-box .baseinfo-box[data-v-32cc7f3a] {
	padding: 10px
}

.result-box .reslut-title[data-v-32cc7f3a], .result-box .result-groups[data-v-32cc7f3a] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.result-box .correct-rate[data-v-32cc7f3a] {
	padding: 10px;
	width: 180px;
	text-align: center
}

.result-box .correct-groups[data-v-32cc7f3a] {
	padding: 10px
}

.result-box .correct-groups .correct-box[data-v-32cc7f3a] {
	display: inline-block;
	padding: 10px 0
}

.result-box .correct-groups .correct-box .correct-container[data-v-32cc7f3a] {
	text-align: center;
	margin: 0 auto
}

.result-box .correct-groups .correct-box .correct-container .circle[data-v-32cc7f3a] {
	overflow: hidden;
	width: 128px;
	height: 128px;
	background-color: #fff;
	border: 2px solid #20a0ff;
	border-radius: 50%;
	margin: 0 auto;
	position: relative
}

.result-box .correct-groups .correct-box .correct-container .circle .circle-fill[data-v-32cc7f3a] {
	width: 100%;
	height: 43%;
	background-color: #20a0ff;
	bottom: 0;
	position: absolute
}

.result-box .correct-groups .correct-box .correct-container .circle-text[data-v-32cc7f3a] {
	position: relative;
	bottom: 48%;
	font-size: 16px;
	vertical-align: middle
}

.result-box .correct-groups .correct-box .correct-container .correct-name[data-v-32cc7f3a] {
	padding: 10px
}

.count-groups .count-title[data-v-32cc7f3a] {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px
}

.count-groups .count-box[data-v-32cc7f3a] {
	padding: 10px
}

.count-groups .count-box .question[data-v-32cc7f3a] {
	padding: 10px 0
}

.count-groups .count-box .answer-box[data-v-32cc7f3a] {
	padding: 10px
}

.count-groups .count-box .answer-box .correct-answer[data-v-32cc7f3a] {
	padding: 20px
}

.objective-groups[data-v-32cc7f3a] {
	padding: 10px
}

.objective-groups .objective-box[data-v-32cc7f3a] {
	vertical-align: top;
	display: inline-block;
	width: 180px;
	padding: 10px;
	text-align: center
}

.objective-groups .objective-box .objective-title[data-v-32cc7f3a] {
	padding: 10px
}

.objective-groups .subjective-box[data-v-32cc7f3a] {
	display: inline-block;
	width: 400px;
	padding: 10px;
	padding-right: 120px;
	text-align: center
}

.objective-groups .subjective-box .subjective-title[data-v-32cc7f3a] {
	padding: 10px;
	text-align: center
}

td[data-v-32cc7f3a] {
	vertical-align: middle
}

.btn-box[data-v-b316341a] {
	text-align: center;
	margin-top: 20px
}

.form-box[data-v-b316341a] {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px
}

.box[data-v-b316341a] {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8
}

.box .filter[data-v-b316341a] .el-select {
	margin-right: 10px
}

.box .lesson-img[data-v-b316341a] {
	width: 150px;
	height: 100px;
	cursor: pointer
}

.box .lesson-title-box[data-v-b316341a] {
	display: inline-block;
	width: 320px;
	height: 100px;
	margin-left: 20px;
	vertical-align: top
}

.box .lesson-title-box .lesson-title[data-v-b316341a] {
	padding: 0 10px 10px 5px;
	display: inline-block;
	font-size: 16px;
	color: #444;
	cursor: pointer
}

.box .lesson-title-box .lesson-section[data-v-b316341a] {
	padding: 5px;
	color: #444
}

.box .lesson-title-box .lesson-class[data-v-b316341a] {
	padding: 10px 5px;
	display: block;
	color: #444
}

.box .btn-groups[data-v-b316341a] {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 20px
}

.box .btn-groups .btn[data-v-b316341a] {
	display: inline-block;
	border-radius: 10%;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	cursor: pointer
}

.box .btn-groups .btn .iconfont[data-v-b316341a] {
	font-size: 30px;
	color: #4286f4
}

.box .btn-groups .btn .btn-font[data-v-b316341a] {
	color: #4286f4
}

.box .btn-groups .btn-disabled[data-v-b316341a] {
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	font-size: 16px;
	text-align: center;
	border-radius: 10%
}

.box .btn-groups .btn-disabled .iconfont[data-v-b316341a] {
	font-size: 30px;
	color: #d0d0d0
}

.box .btn-groups .btn-disabled .btn-font[data-v-b316341a] {
	color: #d0d0d0
}

.class-itm[data-v-b316341a] {
	margin-right: 10px;
	height: 18px
}

.class-itm span[data-v-b316341a] {
	font-size: 16px;
	color: #444;
	cursor: pointer
}

	.class-itm span[data-v-b316341a]:hover {
		color: #5a83eb
	}

.semester_select[data-v-b316341a] .el-input--suffix {
	width: 220px
}

	.semester_select[data-v-b316341a] .el-input--suffix .el-input__inner {
		padding-right: 0
	}

.every_task_list[data-v-678bd245] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.detail_info[data-v-678bd245] {
	border-bottom: 1px solid #eaeaea
}

.decribe_title[data-v-678bd245] {
	font-size: 16px
}

.decribe[data-v-678bd245] {
	margin-top: 15px
}

	.decribe[data-v-678bd245] img {
		max-width: 100%;
		height: auto
	}

.task_left[data-v-678bd245] {
	width: 60%
}

.decribe_div[data-v-678bd245] {
	padding: 20px
}

.task_name_div[data-v-678bd245] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_name_div span.end[data-v-678bd245] {
	background: #f4f4f5;
	border: 1px solid #e0e0e3;
	color: #909399
}

.end_time[data-v-678bd245], .item_div[data-v-678bd245] {
	color: #acacac;
	margin-top: 12px
}

.task_middle[data-v-678bd245] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-678bd245] {
	text-align: center;
	margin-right: 10px
}

.task_middle .span_blue[data-v-678bd245] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-678bd245] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right i[data-v-678bd245] {
	margin-right: 5px
}

.select[data-v-678bd245] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-678bd245] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-678bd245], .table_div[data-v-678bd245] {
	margin-top: 30px
}

.stu_info_div[data-v-48e384c9] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.video-js[data-v-48e384c9] {
	width: 100%;
	height: 500px
}

.pic-box img[data-v-48e384c9] {
	max-width: 100%;
	height: auto
}

.stu_total_right[data-v-48e384c9] .el-button + .el-button {
	margin-left: 0
}

.teacher_comment[data-v-48e384c9] {
	margin-top: 15px
}

.teacher_comment_title[data-v-48e384c9] {
	color: #4286f4
}

.teacher_comment_title i[data-v-48e384c9] {
	margin-right: 5px
}

.teacher_rank[data-v-48e384c9] {
	margin-top: 15px
}

.analyze_answer[data-v-48e384c9] {
	border-left: 3px solid #acacac;
	background-color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	margin-top: 20px
}

.stu_total_info[data-v-48e384c9] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px
}

.stu_total_info[data-v-48e384c9], .stu_total_left[data-v-48e384c9] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_left_name[data-v-48e384c9] {
	font-size: 20px;
	margin-right: 24px
}

.stu_left_score[data-v-48e384c9] {
	color: #ff4747;
	display: -ms-flexbox;
	display: flex
}

.stu_left_score span[data-v-48e384c9] {
	font-size: 30px
}

.gray_line_div[data-v-48e384c9] {
	background-color: #f2f2f2;
	height: 20px;
	margin-left: -22px;
	width: 110%
}

.every_question_div[data-v-48e384c9] {
	padding-bottom: 20px
}

.line_div[data-v-48e384c9] {
	height: 1px;
	background-color: #eaeaea;
	margin-top: 20px
}

.analysis_div[data-v-48e384c9] {
	border: 2px dotted #e3eeff;
	padding: 15px 20px;
	margin-top: 15px
}

.analysis_title[data-v-48e384c9] {
	color: #4286f4
}

.analysis_title i[data-v-48e384c9] {
	margin-right: 4px
}

.analysis_detail[data-v-48e384c9] {
	margin-top: 10px;
	margin-left: 24px
}

.task_stu_info[data-v-48e384c9] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea
}

.stu_info_left[data-v-48e384c9], .task_stu_info[data-v-48e384c9] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_header[data-v-48e384c9] {
	display: block;
	border-radius: 300px;
	margin-right: 30px
}

.stu_name[data-v-48e384c9] {
	font-size: 20px
}

.stu_class_info[data-v-48e384c9] {
	color: #acacac;
	font-size: 13px;
	margin-top: 10px
}

.stu_info_right[data-v-48e384c9] {
	color: #ff4747;
	font-size: 14px
}

.stu_info_right span[data-v-48e384c9] {
	font-size: 28px
}

.ques_num[data-v-48e384c9] {
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 20px
}

.every_ques_div[data-v-48e384c9] {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 20px
}

.every_ques_div.blue[data-v-48e384c9] {
	color: #49a3ff;
	background: #ecf5ff;
	border: 1px solid #c9e4ff
}

.every_ques_div.red[data-v-48e384c9] {
	color: #f56c6c;
	background: #fef0f0;
	border: 1px solid #fdd6d5
}

.every_ques_div.gray[data-v-48e384c9] {
	color: #909399;
	background: #f4f4f4;
	border: 1px solid #e0e0e1
}

.ques_type[data-v-48e384c9] {
	font-size: 18px;
	padding-top: 20px
}

.ques_type div[data-v-48e384c9] {
	display: inline
}

.ques_type span[data-v-48e384c9] {
	font-size: 14px;
	color: #acacac;
	margin-left: 12px
}

.detail_question[data-v-48e384c9] {
	background-color: #f5f7fa;
	padding: 20px;
	margin-top: 15px
}

.ques_options[data-v-48e384c9] {
	margin-top: 20px
}

.every_ques_option[data-v-48e384c9] {
	background-color: #fff;
	margin-top: 8px;
	line-height: 20px;
	padding: 12px 10px 12px 0
}

.every_ques_option div[data-v-48e384c9] {
	display: inline-block
}

.every_ques_option span[data-v-48e384c9] {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	margin-right: 15px
}

.question_anwer[data-v-48e384c9] {
	background-color: #fff;
	margin-top: 20px;
	padding: 14px 20px
}

.stu_icon_red[data-v-48e384c9] {
	background-color: #ff4747;
	box-shadow: 0 0 6px 0 #ff4747
}

.correct_icon_blue[data-v-48e384c9], .stu_icon_red[data-v-48e384c9] {
	width: 8px;
	height: 8px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px
}

.correct_icon_blue[data-v-48e384c9] {
	background-color: #4286f4;
	box-shadow: 0 0 6px 0 #4286f4
}

.stu_anwer[data-v-48e384c9] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.stu_anwer_error[data-v-48e384c9] {
	color: #ff4747
}

.stu_anwer_correct[data-v-48e384c9] {
	color: #4286f4
}

.correct_answer[data-v-48e384c9] {
	margin-top: 12px
}

.stu_anwer_left[data-v-48e384c9] {
	margin-right: 22px
}

.every_task_list[data-v-478383f0] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eaeaea
}

.detail_info[data-v-478383f0] {
	border-bottom: 1px solid #eaeaea
}

.decribe_div[data-v-478383f0] {
	padding: 20px
}

.decribe_title[data-v-478383f0] {
	font-size: 16px
}

.decribe[data-v-478383f0] {
	margin-top: 15px
}

	.decribe[data-v-478383f0] img {
		max-width: 100%;
		height: auto
	}

.task_left[data-v-478383f0] {
	width: 60%
}

.score_name[data-v-478383f0] {
	font-size: 18px
}

.task_middle[data-v-478383f0] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_middle div[data-v-478383f0] {
	text-align: center;
	margin-right: 30px
}

.task_middle .span_blue[data-v-478383f0] {
	color: #4286f4;
	font-size: 20px;
	margin-bottom: 12px
}

.task_middle .span_red[data-v-478383f0] {
	color: #ff4747;
	font-size: 20px;
	margin-bottom: 12px
}

.task_right[data-v-478383f0] {
	color: #4286f4;
	text-align: center;
	cursor: pointer
}

.task_right i[data-v-478383f0] {
	margin-right: 5px;
	font-size: 26px
}

.select[data-v-478383f0] {
	overflow: hidden;
	margin-top: 30px
}

.select_div[data-v-478383f0] {
	float: left;
	margin-right: 3%
}

.radio_div[data-v-478383f0], .table_div[data-v-478383f0] {
	margin-top: 30px
}

.form-box[data-v-958a72dc] {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px
}

.content[data-v-3b42950c] {
	margin-top: 30px
}

.filter-group[data-v-3b42950c], .scroll-height[data-v-3b42950c] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-3b42950c] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-3b42950c] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-3b42950c] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-3b42950c] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-3b42950c] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-3b42950c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-3b42950c] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-3b42950c]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-3b42950c] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-3b42950c], .hover-row .el-tooltip[data-v-3b42950c] .icon-download {
	display: inline-block
}

.t-header[data-v-3b42950c] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-3b42950c] {
	float: right;
	text-align: right
}

.btns img[data-v-3b42950c] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-3b42950c] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-3b42950c] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-3b42950c]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-3b42950c] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-3b42950c] {
	top: 0
}

.card .desc[data-v-3b42950c] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-3b42950c] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-3b42950c], .card h3[data-v-3b42950c] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-3b42950c] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-3b42950c] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-3b42950c] {
	float: right
}

.card[data-v-3b42950c] .card-content img {
	display: none
}

#contentbox .card[data-v-3b42950c] .card-content {
	height: 60px;
	line-height: 20px
}

.state-corner-ico[data-v-3b42950c] {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 10
}

.state-corner-ico img[data-v-3b42950c] {
	width: 100%;
	height: 100%
}

.dialogInpWidth[data-v-3b42950c] {
	width: 90% !important
}

[data-v-3b42950c] .table-header-cla th {
	background: #fafafa !important
}

.ia-edit-btn[data-v-3b42950c] {
	font-size: 18px;
	margin-right: 15px;
	cursor: pointer
}

[data-v-3b42950c] .tag-title {
	width: 100px !important
}

.set-maj-btn[data-v-3b42950c] {
	position: absolute;
	top: 0;
	right: 0
}

.hover-mask[data-v-3b42950c] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer !important
}

.content[data-v-32f78e75] {
	margin-top: 30px
}

.filter-group[data-v-32f78e75], .scroll-height[data-v-32f78e75] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-32f78e75] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-32f78e75] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-32f78e75] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-32f78e75] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-32f78e75] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-32f78e75] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-32f78e75] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-32f78e75]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-32f78e75] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-32f78e75], .hover-row .el-tooltip[data-v-32f78e75] .icon-download {
	display: inline-block
}

.t-header[data-v-32f78e75] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-32f78e75] {
	float: right;
	text-align: right
}

.btns img[data-v-32f78e75] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-32f78e75] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-32f78e75] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-32f78e75]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-32f78e75] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-32f78e75] {
	top: 0
}

.card .desc[data-v-32f78e75] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-32f78e75] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-32f78e75], .card h3[data-v-32f78e75] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-32f78e75] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-32f78e75] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-32f78e75] {
	float: right
}

[data-v-32f78e75] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.task_div[data-v-32f78e75] {
	line-height: 30px
}

.container[data-v-32f78e75] .el-tabs__header {
	background: #f2f2f2 !important
}

.no-data[data-v-32f78e75] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.content-title[data-v-32f78e75] {
	height: 46px;
	background: #e6f1fc;
	line-height: 46px;
	font-size: 14px;
	color: #303133;
	padding: 0 12px;
	margin-bottom: 20px
}

.base-info-content[data-v-32f78e75] {
	padding: 2px 32px
}

.search-group[data-v-32f78e75] {
	margin-top: 20px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 40px
}

.baseinfo-btn[data-v-32f78e75] {
	position: absolute;
	top: 0;
	right: 0
}

.intro[data-v-32f78e75] {
	position: relative;
	min-height: 200px
}

.dialogInpWidth[data-v-32f78e75] {
	width: 90% !important
}

.ind[data-v-32f78e75] {
	display: inline-block;
	width: 15px
}

.frame-outer-box[data-v-32f78e75] {
	width: 100%;
	height: 100%
}

.stage-nodata[data-v-32f78e75] {
	width: 100%;
	line-height: 150px;
	color: #ccc;
	text-align: center;
	font-size: 18px
}

.edit-btn[data-v-32f78e75] {
	font-size: 16px;
	display: inline-block;
	height: 100%;
	padding-left: 10px;
	cursor: pointer
}

	.edit-btn[data-v-32f78e75]:hover {
		color: #409eff
	}

.edit-richtxt[data-v-32f78e75] {
	padding: 0 20px
}

.save-btns[data-v-32f78e75] {
	margin-top: 20px;
	text-align: right
}

.teaching-tmp-cover[data-v-32f78e75] {
	width: 400px;
	height: 200px;
	margin-right: 20px;
	background: #f9f9f9
}

.project-name[data-v-32f78e75] {
	display: inline-block;
	height: 100%;
	max-width: calc(100% - 126px)
}

.project-name p[data-v-32f78e75] {
	height: 100%
}

.sec-content[data-v-32f78e75] {
	position: relative;
	padding-left: 20px;
	padding-bottom: 25px
}

.sec-content p[data-v-32f78e75] {
	margin-bottom: 20px;
	color: #666;
	margin-top: 14px
}

.sec-content p span[data-v-32f78e75] {
	margin-right: 25px
}

.sec-content .btn-area[data-v-32f78e75] {
	padding-top: 20px
}

	.sec-content .btn-area[data-v-32f78e75] .el-button {
		padding: 9px 20px
	}

.sec-content .finish-sec[data-v-32f78e75] {
	position: absolute;
	top: -8px;
	right: 14px
}

.btn-outer[data-v-32f78e75] {
	padding: 0 50px 25px 65px;
	margin-top: 25px
}

.btn-outer .add-sec-btn[data-v-32f78e75] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-32f78e75]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-32f78e75] {
	padding: 0 17px
}

.lesson-chapter[data-v-32f78e75] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-32f78e75] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-32f78e75] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 18px
}

.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__wrap {
	border: 0
}

.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header {
	color: #666;
	font-size: 14px;
	border-bottom: 0;
	width: 100%;
	overflow: hidden
}

	.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header:hover {
		background-color: #ecf5ff
	}

.lesson-chapter[data-v-32f78e75] .el-collapse-item__header.is-active {
	background-color: #f6faff;
	border-bottom: 1px solid #eee
}

.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header.is-active {
	background-color: transparent;
	border-bottom: 0
}

	.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header.is-active .title-small {
		background: transparent;
		color: #4286f4
	}

.lesson-chapter[data-v-32f78e75] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-32f78e75] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.create-btn[data-v-32f78e75] {
	width: 450px;
	display: inline-block
}

[data-v-32f78e75] .el-collapse-item__content {
	padding: 0;
	padding-left: 20px
}

[data-v-32f78e75] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-32f78e75] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header .title-small {
	display: inline-block;
	width: calc(100% - 35px);
	height: 34px;
	line-height: 24px;
	box-sizing: border-box;
	padding-left: 8px
}

	.lesson-chapter .section-item[data-v-32f78e75] .el-collapse-item__header .title-small .btn-del-drg i {
		height: 34px;
		line-height: 24px;
		vertical-align: top
	}

.lesson-chapter[data-v-32f78e75] {
	box-sizing: border-box
}

.lesson-chapter .btn-del-drg[data-v-32f78e75] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4
}

.lesson-chapter .btn-del-drg i[data-v-32f78e75] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-32f78e75] {
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px solid #eee
}

.head-box[data-v-281423f2] {
	padding-bottom: 20px
}

.head-box .head-info[data-v-281423f2] {
	padding: 5px
}

.head-box .head-info .info-label[data-v-281423f2] {
	display: inline-block;
	width: 100px;
	text-align: right
}

.head-box .head-info .provider-btn[data-v-281423f2] {
	cursor: pointer;
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px
}

.item-content[data-v-281423f2] {
	margin: 10px
}

.item-btn[data-v-281423f2] {
	text-align: center;
	margin-bottom: 10px
}

.h20[data-v-281423f2] {
	height: 20px;
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.no-data[data-v-281423f2] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-chapter[data-v-281423f2] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-281423f2] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: none
}

.lesson-chapter .btn-del-drg i[data-v-281423f2] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.project-name[data-v-281423f2] {
	display: inline-block;
	height: 100%;
	max-width: calc(100% - 126px)
}

.project-name p[data-v-281423f2] {
	height: 100%
}

.lesson-chapter[data-v-281423f2] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-281423f2] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-281423f2] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 18px
}

	.lesson-chapter[data-v-281423f2] .el-collapse-item__header.is-active {
		background-color: #f6faff;
		border-bottom: 1px solid #eee
	}

		.lesson-chapter[data-v-281423f2] .el-collapse-item__header.is-active .btn-del-drg {
			display: block
		}

.lesson-chapter[data-v-281423f2] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-281423f2] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.lesson-chapter[data-v-281423f2] .el-collapse-item__content {
	padding: 0
}

.btn-outer[data-v-281423f2] {
	padding: 0 50px 25px 65px;
	margin-top: 25px
}

.btn-outer .add-sec-btn[data-v-281423f2] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-281423f2]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-281423f2] {
	padding: 0 17px
}

.changeClass[data-v-23149062] {
	cursor: move
}

.item-content[data-v-23149062] {
	margin: 10px;
	height: 50px
}

.head-box[data-v-23149062] {
	padding-bottom: 20px
}

.head-box .head-info[data-v-23149062] {
	padding: 5px
}

.head-box .head-info .info-label[data-v-23149062] {
	display: inline-block;
	width: 100px;
	text-align: right
}

.h20[data-v-23149062] {
	height: 20px;
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.no-data[data-v-23149062] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-chapter[data-v-23149062] {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-23149062] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4;
	display: inline-block
}

.lesson-chapter .btn-del-drg i[data-v-23149062] {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 48px
}

.lesson-chapter .section-item[data-v-23149062] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee
}

.project-name[data-v-23149062] {
	display: inline-block;
	height: 100%;
	max-width: calc(100% - 126px)
}

.project-name p[data-v-23149062] {
	height: 100%
}

.lesson-chapter[data-v-23149062] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-23149062] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-23149062] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 16px
}

	.lesson-chapter[data-v-23149062] .el-collapse-item__header.is-active {
		background-color: #f6faff;
		border-bottom: 1px solid #eee
	}

		.lesson-chapter[data-v-23149062] .el-collapse-item__header.is-active .btn-del-drg {
			display: block
		}

.lesson-chapter[data-v-23149062] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-23149062] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.lesson-chapter[data-v-23149062] .el-collapse-item__content {
	padding: 0
}

.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__wrap {
	border: 0
}

.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__header {
	color: #666;
	font-size: 14px;
	border-bottom: 0
}

	.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__header.is-active {
		background-color: transparent;
		border-bottom: 0
	}

	.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__header .title-small {
		display: inline-block;
		width: calc(100% - 35px);
		height: 34px;
		line-height: 34px;
		box-sizing: border-box;
		padding-left: 8px
	}

		.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__header .title-small .btn-del-drg i {
			vertical-align: top
		}

	.lesson-chapter .section-item[data-v-23149062] .el-collapse-item__header.is-active .title-small {
		background: #f6faff;
		color: #4286f4
	}

.btn-outer[data-v-23149062] {
	padding: 0 50px 25px 65px;
	margin-top: 25px
}

.btn-outer .add-sec-btn[data-v-23149062] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-23149062] :hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-23149062] {
	padding: 0 17px
}

.content-title[data-v-23149062] {
	height: 46px;
	background: #e6f1fc;
	line-height: 46px;
	font-size: 14px;
	color: #303133;
	padding: 0 22px;
	margin-bottom: 20px
}

.content[data-v-4148b505] {
	margin-top: 30px
}

.filter-group[data-v-4148b505], .scroll-height[data-v-4148b505] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-4148b505] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-4148b505] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-4148b505] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-4148b505] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-4148b505] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-4148b505] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-4148b505] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-4148b505]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-4148b505] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-4148b505], .hover-row .el-tooltip[data-v-4148b505] .icon-download {
	display: inline-block
}

.t-header[data-v-4148b505] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-4148b505] {
	float: right;
	text-align: right
}

.btns img[data-v-4148b505] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-4148b505] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-4148b505] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-4148b505]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-4148b505] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-4148b505] {
	top: 0
}

.card .desc[data-v-4148b505] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-4148b505] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-4148b505], .card h3[data-v-4148b505] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-4148b505] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-4148b505] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-4148b505] {
	float: right
}

[data-v-4148b505] .el-tree-node__content {
	height: 44px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

[data-v-4148b505] .el-table__row td {
	padding: 3px 0
}

[data-v-4148b505] .el-table__body-wrapper .el-table__empty-block {
	min-height: 108px !important
}

.el-pagination[data-v-4148b505] {
	padding: 20px 0;
	margin: 0;
	text-align: right
}

.head-box[data-v-4148b505] {
	padding-bottom: 20px
}

.head-box .head-info[data-v-4148b505] {
	padding: 5px
}

.head-box .head-info .info-label[data-v-4148b505] {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 80px;
	text-align: right;
	line-height: 40px;
	color: rgba(0,0,0,.85)
}

.h20[data-v-4148b505] {
	height: 20px;
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.table-groups[data-v-4148b505] {
	padding: 10px;
	background: #fff
}

.table-groups .table-head[data-v-4148b505] {
	background-color: #e6f1fc;
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	min-width: 400px;
	padding: 10px
}

.table-groups .table-head .table_head_left[data-v-4148b505] {
	float: left
}

.table-groups .table-head .table_head_right[data-v-4148b505] {
	float: right;
	display: -ms-flexbox;
	display: flex
}

.table-groups .table-head .table_head_right .right_div[data-v-4148b505] {
	margin-left: 10px;
	margin-right: 10px
}

.tags[data-v-4148b505] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 120px;
	overflow-y: auto
}

.tags .tag-item[data-v-4148b505] {
	line-height: 40px
}

.tags .tag-item label[data-v-4148b505] {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 8px
}

.detail_sort_data[data-v-4148b505] {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8
}

.detail_sort_data .sort_data[data-v-4148b505] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 700px
}

.detail_sort_data .sort_data .data_div[data-v-4148b505] {
	border-right: 1px solid #e8e8e8;
	padding-left: 15px;
	padding-right: 15px
}

	.detail_sort_data .sort_data .data_div[data-v-4148b505]:last-child {
		border-right: none
	}

.course_content_table[data-v-4148b505] {
	width: 100%;
	margin-top: 15px
}

.course_content_table .course_content_header[data-v-4148b505] {
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	width: 100%;
	min-width: 700px
}

.course_content_table .course_content_header .header_left[data-v-4148b505] {
	float: left;
	width: 30%;
	border-right: 1px solid #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.course_content_table .course_content_header .header_left span[data-v-4148b505] {
	margin-right: 10px
}

.course_content_table .course_content_header .header_left div[data-v-4148b505] {
	color: #4286f4
}

.course_content_table .course_content_header .header_left div i[data-v-4148b505] {
	margin-left: 4px
}

.course_content_table .course_content_header .header_right[data-v-4148b505] {
	float: right;
	width: 70%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px
}

.course_content_table .course_content_header .header_right .header_r_tile1[data-v-4148b505] {
	width: 528px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.course_content_table .course_content_header .header_right .header_r_tile1 div[data-v-4148b505] {
	color: #4286f4;
	margin-left: 10px
}

.course_content_table .course_content_header .header_right .header_r_tile1 div i[data-v-4148b505] {
	margin-left: 4px
}

.course_content_table .course_content_header .header_right .header_right1[data-v-4148b505] {
	display: -ms-flexbox;
	display: flex
}

.course_content_table .course_content_header .header_right .header_right1 .header_r_tile2[data-v-4148b505] {
	width: 90px
}

.table_content[data-v-4148b505] {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	min-width: 800px
}

.table_content .table_content_left[data-v-4148b505] {
	width: 30%;
	float: left
}

.table_content .table_content_right[data-v-4148b505] {
	width: 70%;
	float: right;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box
}

.el-table[data-v-4148b505] {
	margin: 0 !important
}

.total_area_title[data-v-4148b505] {
	padding: 13px 0 13px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8
}

.el-tree .el-table tr[data-v-4148b505] {
	border-left: 1px solid #e8e8e8 !important
}

[data-v-4148b505] .el-tree-node__label {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden
}

[data-v-4148b505] .el-table__body .el-table__expanded-cell {
	padding: 20px 10px
}

.el-dropdown-menu[data-v-4148b505] {
	padding: 10px 15px
}

.ql-toolbar[data-v-eb6138c6] {
	line-height: 22px
}

.ql-toolbar .ql-video[data-v-eb6138c6] {
	display: none !important
}

.ql-tooltip[data-v-eb6138c6] {
	z-index: 1000
}

.content[data-v-21da1514] {
	margin-top: 30px
}

.filter-group[data-v-21da1514], .scroll-height[data-v-21da1514] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-21da1514] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-21da1514] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-21da1514] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-21da1514] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-21da1514] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-21da1514] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-21da1514] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-21da1514]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-21da1514] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-21da1514], .hover-row .el-tooltip[data-v-21da1514] .icon-download {
	display: inline-block
}

.t-header[data-v-21da1514] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-21da1514] {
	float: right;
	text-align: right
}

.btns img[data-v-21da1514] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-21da1514] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-21da1514] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-21da1514]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-21da1514] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-21da1514] {
	top: 0
}

.card .desc[data-v-21da1514] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-21da1514] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-21da1514], .card h3[data-v-21da1514] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-21da1514] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-21da1514] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-21da1514] {
	float: right
}

.card .thumb[data-v-21da1514] {
	background-color: #fff !important
}

.state-dot[data-v-21da1514] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.state-corner-ico[data-v-21da1514] {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px
}

.state-corner-ico img[data-v-21da1514] {
	width: 100%;
	height: 100%
}

.content[data-v-7b0c847c] {
	margin-top: 30px
}

.filter-group[data-v-7b0c847c], .scroll-height[data-v-7b0c847c] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-7b0c847c] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-7b0c847c] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-7b0c847c] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-7b0c847c] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-7b0c847c] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-7b0c847c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-7b0c847c] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-7b0c847c]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-7b0c847c] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-7b0c847c], .hover-row .el-tooltip[data-v-7b0c847c] .icon-download {
	display: inline-block
}

.t-header[data-v-7b0c847c] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-7b0c847c] {
	float: right;
	text-align: right
}

.btns img[data-v-7b0c847c] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-7b0c847c] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-7b0c847c] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-7b0c847c]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-7b0c847c] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-7b0c847c] {
	top: 0
}

.card .desc[data-v-7b0c847c] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-7b0c847c] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-7b0c847c], .card h3[data-v-7b0c847c] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-7b0c847c] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-7b0c847c] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-7b0c847c] {
	float: right
}

.state-dot[data-v-7b0c847c] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.state-corner-ico[data-v-7b0c847c] {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px
}

.state-corner-ico img[data-v-7b0c847c] {
	width: 100%;
	height: 100%
}

[data-v-4a68df7e] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.btn[data-v-4a68df7e] {
	position: absolute;
	width: 100px;
	height: 80px;
	padding-top: 10px;
	color: #4286f4;
	right: 170px;
	top: 10px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	cursor: pointer
}

.btn i[data-v-4a68df7e] {
	color: #4286f4;
	font-size: 40px
}

.btn2[data-v-4a68df7e] {
	position: absolute;
	width: 100px;
	height: 80px;
	padding-top: 10px;
	color: #4286f4;
	right: 20px;
	top: 10px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	z-index: 999;
	cursor: pointer
}

.btn2 i[data-v-4a68df7e] {
	color: #4286f4;
	font-size: 40px
}

.el-tab-pane[data-v-4a68df7e] {
	padding: 0 20px;
	background-color: #fff
}

.lesson-det-top[data-v-4a68df7e] {
	padding: 10px 20px;
	padding-bottom: 30px;
	position: relative
}

.lesson-det-top .ldt-inside[data-v-4a68df7e] {
	padding-right: 130px;
	color: #444
}

.lesson-det-top .ldt-inside .lesson-cover[data-v-4a68df7e] {
	max-width: 150px;
	height: 100px;
	float: left;
	overflow: hidden
}

.lesson-det-top .ldt-inside .lesson-cover img[data-v-4a68df7e] {
	height: 100%
}

.lesson-det-top .ldt-inside .lesson-base-info[data-v-4a68df7e] {
	width: calc(100% - 150px);
	float: left
}

.lesson-det-top .ldt-inside .lesson-base-info p[data-v-4a68df7e] {
	padding-left: 33px;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px
}

.lesson-det-top .ldt-inside .lesson-base-info .base-info-dt[data-v-4a68df7e] {
	font-size: 14px;
	margin-bottom: 2px
}

.lesson-det-top .edit-btn[data-v-4a68df7e] {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 130px;
	height: 40px;
	border-radius: 4px;
	background: #4286f4;
	text-align: center;
	color: #fff;
	line-height: 40px;
	cursor: pointer
}

.lesson-det-top .edit-btn i[data-v-4a68df7e] {
	margin-right: 6px
}

.lesson-det-top .nonebg[data-v-4a68df7e] {
	top: 60px;
	background: transparent;
	text-align: right
}

.tabs-box[data-v-4a68df7e] {
	margin: 0 -20px;
	background: #f2f2f2;
	padding-top: 19px
}

[data-v-4a68df7e] .table-header-cla th {
	background: #fafafa !important
}

.ia-edit-btn[data-v-4a68df7e] {
	font-size: 18px;
	margin-right: 15px;
	cursor: pointer
}

[data-v-2c5ad6b8] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-2c5ad6b8] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-2c5ad6b8] {
	list-style: none
}

.leftLayout[data-v-2c5ad6b8] {
	min-width: 700px
}

.leftContainer[data-v-2c5ad6b8], .leftTab[data-v-2c5ad6b8] {
	float: left
}

.leftTab[data-v-2c5ad6b8] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-2c5ad6b8] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-2c5ad6b8] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-2c5ad6b8] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-2c5ad6b8] {
	margin-top: 15px
}

.upload_btn[data-v-2c5ad6b8] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-2c5ad6b8] {
	float: right
}

.additionFilePanel[data-v-2c5ad6b8], .introduce-tab[data-v-2c5ad6b8] {
	min-height: 200px
}

.upload_btn_p[data-v-2c5ad6b8] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-2c5ad6b8] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-2c5ad6b8] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-2c5ad6b8] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-2c5ad6b8] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-2c5ad6b8] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-2c5ad6b8] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-2c5ad6b8] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-2c5ad6b8]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-2c5ad6b8] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-2c5ad6b8] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-2c5ad6b8] {
	padding: 15px 10px
}

.file_status[data-v-2c5ad6b8] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-2c5ad6b8] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-2c5ad6b8] {
	float: right;
	color: #00a2ff;
	font-size: 20px
}

.file_operate_btn span[data-v-2c5ad6b8] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-2c5ad6b8] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-2c5ad6b8] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-2c5ad6b8] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-2c5ad6b8] {
	margin-left: 10px
}

.upload_text_tip[data-v-2c5ad6b8] {
	color: #9c9c9c
}

.content-title[data-v-378b8ece] {
	height: 46px;
	background: #e6f1fc;
	line-height: 46px;
	font-size: 14px;
	color: #303133;
	padding: 0 22px;
	margin-bottom: 20px
}

.no-data[data-v-378b8ece] {
	height: 100px;
	line-height: 100px;
	font-size: 25px;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-chapter[data-v-378b8ece] {
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-378b8ece] {
	height: 100%;
	float: right;
	padding: 0 17px;
	font-size: 16px;
	color: #4286f4
}

.lesson-chapter .section-item[data-v-378b8ece] {
	box-sizing: border-box;
	padding-left: 50px;
	border-bottom: 1px solid #eee
}

.project-name[data-v-378b8ece] {
	display: inline-block;
	height: 100%;
	max-width: calc(100% - 126px)
}

.project-name p[data-v-378b8ece] {
	height: 100%
}

.sec-content[data-v-378b8ece] {
	position: relative;
	padding-left: 40px;
	padding-bottom: 25px
}

.sec-content p[data-v-378b8ece] {
	margin-bottom: 20px;
	color: #666;
	margin-top: 14px
}

.sec-content p span[data-v-378b8ece] {
	margin-right: 25px
}

.sec-content .btn-area[data-v-378b8ece] {
	padding-top: 20px
}

	.sec-content .btn-area[data-v-378b8ece] .el-button {
		padding: 9px 20px
	}

.sec-content .finish-sec[data-v-378b8ece] {
	position: absolute;
	top: 20px;
	right: 14px
}

.btn-outer[data-v-378b8ece] {
	padding: 0 50px 25px 65px;
	margin-top: 25px
}

.btn-outer .add-sec-btn[data-v-378b8ece] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-378b8ece]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-378b8ece] {
	padding: 0 17px
}

.lesson-chapter[data-v-378b8ece] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-378b8ece] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-378b8ece] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 18px
}

.lesson-chapter .section-item[data-v-378b8ece] .el-collapse-item__wrap {
	border: 0
}

.lesson-chapter .section-item[data-v-378b8ece] .el-collapse-item__header {
	color: #666;
	font-size: 14px;
	border-bottom: 0
}

.lesson-chapter[data-v-378b8ece] .el-collapse-item__header.is-active {
	background-color: #f6faff;
	border-bottom: 1px solid #eee
}

.lesson-chapter .section-item[data-v-378b8ece] .el-collapse-item__header.is-active {
	background-color: transparent;
	border-bottom: 0
}

.lesson-chapter .section-item[data-v-378b8ece] .el-collapse-item__header .title-small {
	display: inline-block;
	width: calc(100% - 35px);
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding-left: 8px
}

.lesson-chapter .section-item[data-v-378b8ece] .el-collapse-item__header.is-active .title-small {
	background: #f6faff;
	color: #4286f4
}

.lesson-chapter[data-v-378b8ece] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-378b8ece] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.create-btn[data-v-378b8ece] {
	width: 410px;
	display: inline-block
}

[data-v-378b8ece] .el-collapse-item__content {
	padding: 0
}

[data-v-378b8ece] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-378b8ece] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.create-btn[data-v-29281984] {
	width: 410px;
	display: inline-block
}

.test-list[data-v-29281984] {
	margin-top: 10px
}

	.test-list[data-v-29281984]:first-child {
		margin-top: 0
	}

.test-list-item[data-v-29281984] {
	border: 1px solid #c8ddf8
}

.test-title[data-v-29281984] {
	padding: 0 23px;
	background: #f6faff;
	font-size: 18px;
	color: #303133;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #c8ddf8
}

.test-title p[data-v-29281984] {
	max-width: 430px
}

.test-title .right-btns[data-v-29281984] {
	font-size: 14px
}

.test-title .right-btns .state-label[data-v-29281984] {
	padding: 8px 10px;
	border-radius: 4px;
	background: #4286f4;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px
}

.test-title .right-btns .state-label.unpublished[data-v-29281984] {
	background: #9ec3ff
}

.test-title .right-btns .state-label.published[data-v-29281984] {
	background: #4286f4
}

.test-title .right-btns i[data-v-29281984] {
	color: #4286f4;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	cursor: pointer
}

.test-some-content[data-v-29281984] {
	position: relative;
	padding: 20px;
	padding-bottom: 40px;
	font-size: 16px
}

.test-some-content .inside-cont[data-v-29281984] {
	padding-right: 160px
}

.test-some-content .edit-ope[data-v-29281984] {
	position: absolute;
	top: 17px;
	right: 33px;
	font-size: 14px;
	color: #409eff
}

	.test-some-content .edit-ope[data-v-29281984] .el-button {
		margin: 0 6px !important
	}

.btn-outer[data-v-29281984] {
	padding: 25px 50px 25px 65px
}

.btn-outer .add-sec-btn[data-v-29281984] {
	width: 100%;
	height: 32px;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 32px;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-29281984]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-29281984] {
	padding: 25px 17px
}

.test-title[data-v-29281984] {
	cursor: pointer
}

	.test-title[data-v-29281984]:hover {
		color: #409eff
	}

.frame-outer-box[data-v-29281984] {
	width: 100%;
	height: 100%
}

[data-v-790c1b4b] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-790c1b4b] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-790c1b4b] {
	list-style: none
}

.leftLayout[data-v-790c1b4b] {
	min-width: 700px
}

.leftContainer[data-v-790c1b4b], .leftTab[data-v-790c1b4b] {
	float: left
}

.leftTab[data-v-790c1b4b] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-790c1b4b] {
	width: 100%;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-790c1b4b] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-790c1b4b] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-790c1b4b] {
	margin-top: 15px
}

.sec-base-item[data-v-790c1b4b] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-790c1b4b] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-790c1b4b] {
	width: 100%;
	height: 100%;
	padding-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-790c1b4b] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-790c1b4b] {
	padding: 10px;
	min-height: 70px
}

[data-v-98736b4c] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-98736b4c] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-98736b4c] {
	list-style: none
}

.leftLayout[data-v-98736b4c] {
	min-width: 700px
}

.leftContainer[data-v-98736b4c], .leftTab[data-v-98736b4c] {
	float: left
}

.leftTab[data-v-98736b4c] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-98736b4c] {
	width: 100%;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-98736b4c] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-98736b4c] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-98736b4c] {
	margin-top: 15px
}

.sec-base-item[data-v-98736b4c] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-98736b4c] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-98736b4c] {
	width: 100%;
	height: 100%;
	padding-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-98736b4c] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-98736b4c] {
	padding: 10px;
	min-height: 70px
}

.upload-demo[data-v-49481c4c] {
	display: inline-block
}

.school-title[data-v-49481c4c] {
	font-size: 22px
}

.input-label[data-v-49481c4c] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-49481c4c] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-49481c4c] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-49481c4c] {
	display: block
}

.border-solid[data-v-49481c4c] {
	margin: 0
}

.row[data-v-49481c4c] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-49481c4c] {
	left: -20px
}

.content[data-v-49481c4c] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-49481c4c] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-49481c4c], .el-select--small[data-v-49481c4c] {
	width: 272px
}

.el-form-item__error[data-v-49481c4c] {
	position: static !important;
	float: right !important
}

.el-input[data-v-49481c4c], .el-select[data-v-49481c4c], .is-error .el-input[data-v-49481c4c] {
	width: 272px
}

.top_div[data-v-01dc5252] {
	padding: 20px;
	overflow: hidden
}

.select_box[data-v-01dc5252] {
	overflow: hidden
}

.selected_left[data-v-01dc5252] {
	float: left
}

.selected_right[data-v-01dc5252] {
	float: right
}

.sort_div[data-v-01dc5252] {
	float: right;
	margin-top: 20px;
	height: 40px
}

.sort_div span[data-v-01dc5252] {
	display: inline-block;
	padding: 4px 12px;
	border-right: 1px solid #e4e7ed
}

	.sort_div span[data-v-01dc5252]:last-child {
		border-right: none
	}

.table_box[data-v-01dc5252] {
	width: 94%;
	margin: 0 auto;
	border: 1px solid #ebeef5;
	border-bottom: none
}

.bottom_detail_data[data-v-01dc5252] {
	width: 94%;
	margin: 0 auto;
	border: 1px solid #ebeef5;
	margin-top: 15px
}

.bottom_title[data-v-01dc5252] {
	border-bottom: 1px solid #ebeef5
}

.bottom_data[data-v-01dc5252], .bottom_title[data-v-01dc5252] {
	overflow: hidden;
	padding: 10px 0
}

.bottom_data span[data-v-01dc5252], .bottom_title span[data-v-01dc5252] {
	float: left;
	display: block;
	width: 33.33%;
	text-align: center
}

.analysis_content_nodata[data-v-01dc5252] {
	width: 94%;
	line-height: 300px;
	color: #ccc;
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	margin-top: 15px
}

.detail_sort_data[data-v-01dc5252] {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	.sort_data

{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 700px;
	.data_div

{
	border-right: 1px solid #e8e8e8;
	padding-left: 15px;
	padding-right: 15px
}

.data_div:last-child {
	border-right: none
}

}
}

.table_content[data-v-01dc5252] {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	.table_content_left

{
	width: 30%;
	float: left
}

.table_content_right {
	width: 70%;
	float: right;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box
}

}

.el-table[data-v-01dc5252] {
	margin: 0 !important
}

.total_area_title[data-v-01dc5252] {
	padding: 13px 0 13px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8
}

.el-tree[data-v-01dc5252] {
	.el-table tr

{
	border-left: 1px solid #e8e8e8 !important
}

}

[data-v-01dc5252] .el-tree-node__label {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden
}

[data-v-01dc5252] .el-table__body .el-table__expanded-cell {
	padding: 20px 10px
}

.el-dropdown-menu[data-v-01dc5252] {
	padding: 10px 15px
}

[data-v-01dc5252] .el-tree-node__content {
	height: 44px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.el-form-item[data-v-6bbde826] .el-form-item__error {
	left: 280px
}

.edit-content[data-v-6bbde826] {
	padding-top: 64px
}

.inp-width[data-v-6bbde826] {
	width: 272px !important
}

.avatar-uploader[data-v-6bbde826] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,.02)
}

	.avatar-uploader[data-v-6bbde826] .el-upload:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-6bbde826] {
	margin-top: 39px;
	font-size: 28px;
	color: #8c939d;
	text-align: center
}

.avatar[data-v-6bbde826] {
	width: 100%;
	height: 100%;
	display: block;
	background-position: 50%;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.upload-file-type[data-v-6bbde826] {
	padding-left: 36px;
	display: inline-block;
	vertical-align: super;
	color: rgba(0,0,0,.45)
}

.showAvator[data-v-6bbde826] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-6bbde826] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.show-preview .preview[data-v-6bbde826] {
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-6bbde826] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-6bbde826] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-6bbde826]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-6bbde826] {
	background-image: none
}

.frame-box[data-v-7eb635cc] {
	margin-top: 20px
}

[data-v-375fbfb3] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

[data-v-375fbfb3] .el-table {
	margin: 0 !important
}

.table-area[data-v-375fbfb3] {
	padding: 20px
}

	.table-area[data-v-375fbfb3] .table-header-cla th {
		background: #fafafa !important
	}

[data-v-375fbfb3] .el-table__expanded-cell {
	background: #f9f9f9
}

	[data-v-375fbfb3] .el-table__expanded-cell:hover {
		background: #f9f9f9 !important
	}

.point-area[data-v-375fbfb3] {
	padding: 5px 10px
}

.point-area-item[data-v-375fbfb3] {
	width: 33.3333%;
	float: left;
	text-align: left;
	color: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 0 5px
}

.point-area-item p[data-v-375fbfb3]:first-child {
	margin-bottom: 6px;
	color: rgba(0,0,0,.65)
}

.explain-text[data-v-375fbfb3] {
	margin-bottom: 20px
}

.explain-text .explain-text-content[data-v-375fbfb3] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px
}

.title-cla[data-v-375fbfb3] {
	font-size: 15px;
	font-weight: 700;
	line-height: 49px
}

.intro[data-v-375fbfb3] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px
}

.intro-content img[data-v-375fbfb3] {
	margin-right: 40px;
	width: 150px;
	height: 100px
}

.intro-content h4[data-v-375fbfb3] {
	margin-top: 5px;
	font-size: 18px;
	margin-bottom: 10px
}

.intro-content p.list[data-v-375fbfb3] {
	margin-top: 20px
}

.intro-content p.list span[data-v-375fbfb3] {
	display: inline-block;
	margin-right: 10px
}

.intro-action button[data-v-375fbfb3] {
	margin: 10px 20px 0 0;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #4286f4;
	color: #4286f4
}

.el-radio-group[data-v-375fbfb3] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.inner-tab[data-v-375fbfb3] {
	display: block;
	text-align: center;
	margin-top: 40px
}

.search-group[data-v-375fbfb3] {
	margin-top: 20px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 40px
}

.container[data-v-375fbfb3] .el-tabs__header {
	background: #f2f2f2
}

.container[data-v-375fbfb3] {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: -20px;
	min-height: calc((100vh - 120px) - 60px);
	background: #f2f2f2
}

	.container[data-v-375fbfb3] .el-collapse-item__header {
		padding: 0 30px
	}

	.container[data-v-375fbfb3] .el-collapse-item__wrap {
		padding: 0 10px;
		border-top: 1px solid #ebeef5
	}

	.container[data-v-375fbfb3] .tab-content {
		width: 90%;
		margin: 20px auto 0;
		padding: 20px;
		background: #eee
	}

	.container[data-v-375fbfb3] .el-container {
		min-height: calc((100vh - 120px) - 60px)
	}

	.container[data-v-375fbfb3] .left-menu {
		width: 320px;
		min-height: 500px;
		display: inline-block;
		vertical-align: top;
		background: #fff
	}

		.container[data-v-375fbfb3] .left-menu .menu-groups {
			width: 320px
		}

			.container[data-v-375fbfb3] .left-menu .menu-groups .menu {
				cursor: pointer;
				border-top: 1px solid #eee;
				padding: 10px 40px
			}

				.container[data-v-375fbfb3] .left-menu .menu-groups .menu.active, .container[data-v-375fbfb3] .left-menu .menu-groups .menu:hover {
					color: #409eff
				}

	.container[data-v-375fbfb3] .hide-box {
		width: 12px;
		height: 150px;
		border-radius: 0 8px 8px 0;
		position: relative;
		right: 0;
		top: 150px
	}

		.container[data-v-375fbfb3] .hide-box .hide-btn {
			padding: 0;
			width: 12px;
			height: 100%;
			background: #666;
			color: #fff;
			border-radius: 0 8px 8px 0
		}

	.container[data-v-375fbfb3] .right-main {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-left: 10px;
		min-height: 500px;
		background: #fff
	}

.tab-interaction[data-v-375fbfb3] {
	margin-top: 10px;
	min-height: 200px
}

.tab-interaction li[data-v-375fbfb3] {
	padding: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.tab-interaction .intro[data-v-375fbfb3] {
	padding-bottom: 0;
	-ms-flex-align: center;
	align-items: center
}

.tab-interaction .interaction-title[data-v-375fbfb3] {
	cursor: pointer
}

	.tab-interaction .interaction-title[data-v-375fbfb3]:hover {
		color: #409eff
	}

.tab-interaction .intro-content[data-v-375fbfb3] {
	width: 500px
}

.tab-interaction .intro-content h5[data-v-375fbfb3] {
	font-size: 18px
}

.tab-interaction .intro-content .el-tag[data-v-375fbfb3] {
	margin-left: 10px
}

.tab-interaction .intro-content p[data-v-375fbfb3] {
	margin-top: 10px;
	line-height: 20px
}

.tab-interaction .intro-action p[data-v-375fbfb3] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	line-height: 36px
}

.tab-interaction .intro-action span[data-v-375fbfb3] {
	margin-left: 20px;
	color: #4286f4;
	font-size: 36px
}

.tab-interaction .intro-action a[data-v-375fbfb3] {
	margin-left: 45px;
	font-size: 16px;
	color: #4286f4
}

.res-list[data-v-375fbfb3] {
	margin-top: 20px;
	padding: 0 30px
}

.res-list li[data-v-375fbfb3] {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.15)
}

.res-list .list-head[data-v-375fbfb3] {
	padding: 0 20px;
	background: #f6faff;
	font-size: 16px;
	color: #000;
	line-height: 55px
}

.res-list .list-head i[data-v-375fbfb3] {
	line-height: 55px;
	color: #4286f4;
	cursor: pointer
}

.res-list .list-body[data-v-375fbfb3] {
	padding: 20px 30px
}

.res-list .list-body img[data-v-375fbfb3] {
	margin-right: 20px;
	width: 225px;
	height: 150px
}

.res-list .list-intro span[data-v-375fbfb3] {
	font-weight: 600
}

.res-list .list-intro .message[data-v-375fbfb3] {
	margin-top: 20px
}

.res-list .list-intro .message i[data-v-375fbfb3] {
	color: #4286f4;
	cursor: pointer
}

.res-list .list-intro .message .el-input[data-v-375fbfb3] {
	width: 400px
}

.res-list .list-intro .content[data-v-375fbfb3] {
	margin-top: 40px
}

.item-screen[data-v-375fbfb3] {
	display: inline-block;
	height: 100%;
	float: right;
	margin-right: 10px
}

.attendclass-no-data[data-v-375fbfb3] {
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	color: rgba(0,0,0,.15);
	font-size: 35px
}

.lesson_list[data-v-375fbfb3] {
	overflow: hidden;
	padding: 30px 0;
	width: 96%;
	margin: 0 auto
}

.every_lesson[data-v-375fbfb3] {
	border: 1px solid #e8e8e8;
	width: 32%;
	float: left;
	margin-right: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-375fbfb3]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-375fbfb3] {
	background-color: #000;
	height: 220px
}

.file_img img[data-v-375fbfb3] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-375fbfb3] {
	padding: 15px 10px
}

.file_status[data-v-375fbfb3] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-375fbfb3] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-375fbfb3] {
	float: right;
	color: #00a2ff;
	font-size: 20px
}

.file_operate_btn span[data-v-375fbfb3] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-375fbfb3] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-375fbfb3] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-375fbfb3] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-375fbfb3] {
	margin-left: 10px
}

.upload_text_tip[data-v-375fbfb3] {
	color: #9c9c9c
}

.video-js[data-v-375fbfb3] {
	width: 100%;
	height: 400px
}

[data-v-0ae01b83] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.frame-outer-box[data-v-0ae01b83] {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

.frame-outer-box iframe[data-v-0ae01b83] {
	min-width: 1080px
}

.stage-nodata[data-v-0ae01b83] {
	width: 100%;
	line-height: 150px;
	color: #ccc;
	text-align: center;
	font-size: 18px
}

[data-v-0ae01b83] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-0ae01b83] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.dialog-inside-row[data-v-0ae01b83] {
	color: #409eff;
	line-height: 42px
}

.dir-left[data-v-0ae01b83] {
	text-align: right
}

.dir-right[data-v-0ae01b83] {
	padding-left: 20px
}

[data-v-0ae01b83] .el-table {
	margin: 0 !important
}

.table-area[data-v-0ae01b83] {
	padding: 20px
}

	.table-area[data-v-0ae01b83] .table-header-cla th {
		background: #fafafa !important
	}

[data-v-0ae01b83] .el-table__expanded-cell {
	background: #f9f9f9
}

	[data-v-0ae01b83] .el-table__expanded-cell:hover {
		background: #f9f9f9 !important
	}

.point-area[data-v-0ae01b83] {
	padding: 5px 10px
}

.point-area-item[data-v-0ae01b83] {
	width: 33.3333%;
	float: left;
	text-align: left;
	color: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 0 5px
}

.point-area-item p[data-v-0ae01b83]:first-child {
	margin-bottom: 6px;
	color: rgba(0,0,0,.65)
}

.explain-text[data-v-0ae01b83] {
	margin-bottom: 20px
}

.explain-text .explain-text-content[data-v-0ae01b83] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px
}

.title-cla[data-v-0ae01b83] {
	font-size: 15px;
	font-weight: 700;
	line-height: 49px
}

.table-area[data-v-0ae01b83] .el-collapse-item__arrow {
	margin-left: -18px;
	margin-right: 0;
	float: left !important;
	font-size: 16px
}

.el-collapse-item[data-v-0ae01b83] .el-collapse-item__content {
	padding-bottom: 0
}

.el-collapse-item[data-v-0ae01b83] .el-collapse-item__header {
	padding: 0 20px
}

.main[data-v-0ae01b83] .el-tabs__header {
	background: #f2f2f2
}

.main[data-v-0ae01b83] {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: -20px;
	background: #f2f2f2
}

.main .el-container[data-v-0ae01b83], .main[data-v-0ae01b83] {
	min-height: calc((100vh - 120px) - 60px)
}

.main .left-menu[data-v-0ae01b83] {
	width: 320px;
	min-height: 500px;
	display: inline-block;
	vertical-align: top;
	background: #fff
}

.main .left-menu .menu-groups[data-v-0ae01b83] {
	width: 320px
}

.main .left-menu .menu-groups .menu[data-v-0ae01b83] {
	cursor: pointer;
	border-top: 1px solid #eee;
	padding: 10px 40px
}

	.main .left-menu .menu-groups .menu.active[data-v-0ae01b83], .main .left-menu .menu-groups .menu[data-v-0ae01b83]:hover {
		color: #409eff
	}

.main .hide-box[data-v-0ae01b83] {
	width: 12px;
	height: 150px;
	border-radius: 0 8px 8px 0;
	position: relative;
	right: 0;
	top: 150px
}

.main .hide-box .hide-btn[data-v-0ae01b83] {
	padding: 0;
	width: 12px;
	height: 100%;
	background: #666;
	color: #fff;
	border-radius: 0 8px 8px 0
}

.main .right-main[data-v-0ae01b83] {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-left: 10px;
	min-height: 500px;
	background: #fff
}

.main .vertical-halving[data-v-0ae01b83] {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: auto;
	background-color: #f2f2f2;
	bottom: 0;
	margin-bottom: -20px
}

.lesson-img[data-v-0ae01b83] {
	width: 150px;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 30px
}

.lesson-title-box[data-v-0ae01b83] {
	display: inline-block;
	width: 320px;
	height: 100px;
	vertical-align: top
}

.lesson-title-box .lesson-title[data-v-0ae01b83] {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	color: #444;
	height: 25px
}

.lesson-title-box .lesson-class[data-v-0ae01b83] {
	display: block;
	height: 20px;
	color: rgba(0,0,0,.45);
	margin-top: 34px
}

.halving[data-v-0ae01b83] {
	left: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #f2f2f2
}

.teach-box[data-v-0ae01b83] {
	padding: 10px 20px;
	border-bottom: 1px solid #eee
}

.teach-box .tag-btn[data-v-0ae01b83] {
	float: right;
	width: 88px;
	height: 32px;
	line-height: 8px;
	margin-right: 20px
}

.link-box[data-v-0ae01b83] {
	padding: 10px;
	height: 30px;
	border-bottom: 1px solid #eee
}

.sections-box[data-v-0ae01b83] {
	margin: 20px 43px;
	background: #eee;
	padding: 20px
}

.sections-box .sections-title[data-v-0ae01b83] {
	display: block;
	margin-bottom: 14px
}

.search-group[data-v-0ae01b83] {
	margin-top: 20px;
	display: block;
	padding: 0 40px;
	padding-left: 20px
}

.search-group p[data-v-0ae01b83] {
	float: left;
	line-height: 34px
}

.res-list[data-v-0ae01b83] {
	padding: 0 30px
}

.res-list li[data-v-0ae01b83] {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.15)
}

.res-list .list-head[data-v-0ae01b83] {
	padding: 0 20px;
	background: #f6faff;
	font-size: 16px;
	color: #000;
	line-height: 55px
}

.res-list .list-head i[data-v-0ae01b83] {
	line-height: 55px;
	color: #4286f4;
	cursor: pointer
}

.res-list .list-body[data-v-0ae01b83] {
	padding: 20px 30px
}

.res-list .list-body img[data-v-0ae01b83] {
	margin-right: 20px;
	width: 225px;
	height: 150px
}

.res-list .list-intro span[data-v-0ae01b83] {
	font-weight: 600
}

.res-list .list-intro .message[data-v-0ae01b83] {
	margin-top: 20px
}

.res-list .list-intro .message i[data-v-0ae01b83] {
	color: #4286f4;
	cursor: pointer
}

.res-list .list-intro .message .el-input[data-v-0ae01b83] {
	width: 400px
}

.res-list .list-intro .content[data-v-0ae01b83] {
	margin-top: 40px
}

.select_box[data-v-0ae01b83] {
	overflow: hidden;
	padding: 20px
}

.newbtn[data-v-0ae01b83] {
	float: right;
	height: 40px
}

.sort_div[data-v-0ae01b83] {
	float: right;
	margin-top: 50px;
	height: 40px
}

.sort_div span[data-v-0ae01b83] {
	display: inline-block;
	padding: 4px 12px;
	border-right: 1px solid #e4e7ed
}

	.sort_div span[data-v-0ae01b83]:last-child {
		border-right: none
	}

.table_box[data-v-0ae01b83] {
	width: 94%;
	margin: 0 auto;
	border: 1px solid #ebeef5;
	border-bottom: none
}

.bottom_detail_data[data-v-0ae01b83] {
	width: 94%;
	margin: 20px auto;
	border: 1px solid #ebeef5;
	margin-top: 15px
}

.bottom_title[data-v-0ae01b83] {
	border-bottom: 1px solid #ebeef5
}

.bottom_data[data-v-0ae01b83], .bottom_title[data-v-0ae01b83] {
	overflow: hidden;
	padding: 10px 0
}

.bottom_data span[data-v-0ae01b83], .bottom_title span[data-v-0ae01b83] {
	float: left;
	display: block;
	width: 33.33%;
	text-align: center
}

.analysis_content_nodata[data-v-0ae01b83] {
	width: 94%;
	line-height: 300px;
	color: #ccc;
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	margin-top: 15px
}

.el-radio-group[data-v-0ae01b83] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.inner-tab[data-v-0ae01b83] {
	display: block;
	text-align: center;
	margin-top: 40px
}

.attendclass-no-data[data-v-0ae01b83] {
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	color: rgba(0,0,0,.15);
	font-size: 35px
}

.upload_btn[data-v-0ae01b83] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-0ae01b83] {
	float: right
}

.upload_btn_p[data-v-0ae01b83] {
	float: right;
	margin-right: 15px
}

.lesson_list[data-v-0ae01b83] {
	overflow: hidden;
	width: 96%;
	margin: 0 auto
}

.every_lesson[data-v-0ae01b83] {
	border: 1px solid #e8e8e8;
	width: 32%;
	float: left;
	margin-right: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-0ae01b83]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-0ae01b83] {
	background-color: #000;
	height: 220px
}

.file_img img[data-v-0ae01b83] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-0ae01b83] {
	padding: 15px 10px
}

.file_status[data-v-0ae01b83] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-0ae01b83] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-0ae01b83] {
	float: right;
	color: #00a2ff;
	font-size: 20px
}

.file_operate_btn span[data-v-0ae01b83] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-0ae01b83] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-0ae01b83] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-0ae01b83] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-0ae01b83] {
	margin-left: 10px
}

.upload_text_tip[data-v-0ae01b83] {
	color: #9c9c9c
}

.video-js[data-v-0ae01b83] {
	width: 100%;
	height: 400px
}

.detail_sort_data[data-v-0ae01b83] {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8
}

.detail_sort_data .sort_data[data-v-0ae01b83] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 700px
}

.detail_sort_data .sort_data .data_div[data-v-0ae01b83] {
	border-right: 1px solid #e8e8e8;
	padding-left: 15px;
	padding-right: 15px
}

	.detail_sort_data .sort_data .data_div[data-v-0ae01b83]:last-child {
		border-right: none
	}

.table_content[data-v-0ae01b83] {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	min-width: 800px
}

.table_content .table_content_left[data-v-0ae01b83] {
	width: 28%;
	float: left
}

.table_content .table_content_right[data-v-0ae01b83] {
	width: 72%;
	float: right;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box
}

.el-table[data-v-0ae01b83] {
	margin: 0 !important
}

.total_area_title[data-v-0ae01b83] {
	padding: 13px 0 13px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8
}

.el-tree .el-table tr[data-v-0ae01b83] {
	border-left: 1px solid #e8e8e8 !important
}

[data-v-0ae01b83] .el-tree-node__label {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden
}

[data-v-0ae01b83] .el-table__body .el-table__expanded-cell {
	padding: 20px 10px
}

.el-dropdown-menu[data-v-0ae01b83] {
	padding: 10px 15px
}

[data-v-0ae01b83] .el-tree-node__content {
	height: 44px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.content[data-v-3b4fb7df] {
	margin-top: 30px
}

.filter-group[data-v-3b4fb7df], .scroll-height[data-v-3b4fb7df] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-3b4fb7df] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-3b4fb7df] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-3b4fb7df] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-3b4fb7df] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-3b4fb7df] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-3b4fb7df] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-3b4fb7df] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-3b4fb7df]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-3b4fb7df] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-3b4fb7df], .hover-row .el-tooltip[data-v-3b4fb7df] .icon-download {
	display: inline-block
}

.t-header[data-v-3b4fb7df] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-3b4fb7df] {
	float: right;
	text-align: right
}

.btns img[data-v-3b4fb7df] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-3b4fb7df] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-3b4fb7df] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-3b4fb7df]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-3b4fb7df] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-3b4fb7df] {
	top: 0
}

.card .desc[data-v-3b4fb7df] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-3b4fb7df] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-3b4fb7df], .card h3[data-v-3b4fb7df] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-3b4fb7df] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-3b4fb7df] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-3b4fb7df] {
	float: right
}

.upload-demo[data-v-5e2c7651] {
	display: inline-block
}

.school-title[data-v-5e2c7651] {
	font-size: 22px
}

.input-label[data-v-5e2c7651] {
	display: inline-block;
	width: 90px;
	text-align: right
}

.search-group[data-v-5e2c7651] {
	padding: 5px 0
}

.ivu-table-wrapper[data-v-5e2c7651] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-5e2c7651] {
	display: block
}

.border-solid[data-v-5e2c7651] {
	margin: 0
}

.row[data-v-5e2c7651] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-5e2c7651] {
	left: -20px
}

.content[data-v-5e2c7651] {
	padding: 25px 22px;
	position: relative
}

.remark[data-v-5e2c7651] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-5e2c7651], .el-select--small[data-v-5e2c7651] {
	width: 272px
}

.el-form-item__error[data-v-5e2c7651] {
	position: static !important;
	float: right !important
}

.el-input[data-v-5e2c7651], .el-select[data-v-5e2c7651], .is-error .el-input[data-v-5e2c7651] {
	width: 272px
}

.content[data-v-00b62ea4] {
	margin-top: 30px
}

.filter-group[data-v-00b62ea4], .scroll-height[data-v-00b62ea4] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-00b62ea4] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-00b62ea4] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-00b62ea4] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-00b62ea4] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-00b62ea4] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-00b62ea4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-00b62ea4] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-00b62ea4]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-00b62ea4] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-00b62ea4], .hover-row .el-tooltip[data-v-00b62ea4] .icon-download {
	display: inline-block
}

.t-header[data-v-00b62ea4] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-00b62ea4] {
	float: right;
	text-align: right
}

.btns img[data-v-00b62ea4] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-00b62ea4] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-00b62ea4] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-00b62ea4]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-00b62ea4] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-00b62ea4] {
	top: 0
}

.card .desc[data-v-00b62ea4] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-00b62ea4] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-00b62ea4], .card h3[data-v-00b62ea4] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-00b62ea4] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-00b62ea4] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-00b62ea4] {
	float: right
}

.header_img_div[data-v-00b62ea4] {
	position: relative;
	border: 1px solid #e8e8e8;
	padding: 10px 20px;
	width: 600px
}

.swiper_button_left i[data-v-00b62ea4], .swiper_button_right i[data-v-00b62ea4] {
	font-size: 20px
}

.swiper_button_left[data-v-00b62ea4], .swiper_button_right[data-v-00b62ea4] {
	position: absolute;
	top: 35px;
	width: 24px;
	cursor: pointer
}

.swiper_button_left[data-v-00b62ea4] {
	left: 0
}

.swiper_button_right[data-v-00b62ea4] {
	right: 0
}

.change_cover[data-v-00b62ea4] {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	color: #fff
}

.every_slider[data-v-00b62ea4] {
	float: left;
	margin-right: 10px
}

.state_box[data-v-00b62ea4] {
	padding: 50px 0
}

.card p[data-v-00b62ea4] {
	padding: 0 10px
}

[data-v-00b62ea4] .el-form-item.is-error .el-input {
	width: 100%
}

.contain[data-v-00b62ea4] {
	width: 920px;
	margin: 0 auto
}

.contain .state[data-v-00b62ea4] {
	float: left
}

.contain .state span[data-v-00b62ea4]:first-child {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	color: rgba(0,0,0,.15)
}

.contain .state span[data-v-00b62ea4]:nth-child(2) {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	color: rgba(0,0,0,.45)
}

.contain .state_active span[data-v-00b62ea4]:first-child {
	background: #1890ff;
	color: #fff
}

.contain .state_active span[data-v-00b62ea4]:nth-child(2) {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	font-weight: 700
}

.contain .state_complete span[data-v-00b62ea4]:first-child {
	border: 1px solid #1890ff
}

.contain .state_complete span:first-child .el-icon-check[data-v-00b62ea4] {
	color: #1890ff;
	font-size: 22px;
	position: relative;
	top: 4px
}

.contain .line[data-v-00b62ea4] {
	float: left;
	width: 130px;
	border: 1px solid #e9e9e9;
	margin: 15px 28px
}

.contain .line_complete[data-v-00b62ea4] {
	border: 1px solid #1890ff
}

.steps-groups[data-v-00b62ea4] {
	padding: 50px
}

.steps-groups .el-step__head.is-process[data-v-00b62ea4], .steps-groups .el-step__head.is-success[data-v-00b62ea4] {
	color: #fff;
	border-color: #1890ff
}

.steps-groups .el-step__head.is-process .is-text[data-v-00b62ea4], .steps-groups .el-step__head.is-success .is-text[data-v-00b62ea4] {
	background-color: #1890ff
}

.steps-groups .el-step__title[data-v-00b62ea4], .steps-groups .is-success[data-v-00b62ea4] {
	color: rgba(0,0,0,.65)
}

.steps-groups .el-step__title[data-v-00b62ea4], .steps-groups .is-process[data-v-00b62ea4] {
	font-weight: 400;
	color: rgba(0,0,0,.65)
}

.steps-groups .steps-box[data-v-00b62ea4] {
	width: 800px;
	margin: 0 auto
}

.step-one .select-groups[data-v-00b62ea4] {
	padding: 50px 0
}

.step-one .select-groups .select-box[data-v-00b62ea4] {
	width: 70px;
	display: inline-block;
	margin-left: 20px
}

.step-one .template[data-v-00b62ea4] {
	margin: 0 auto
}

.step-one .template .el-radio__input[data-v-00b62ea4] {
	position: absolute;
	right: 0
}

.step-one .template .template-box[data-v-00b62ea4] {
	width: 280px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	color: #000
}

.step-one .template .template-box .title[data-v-00b62ea4] {
	font-size: 18px
}

.step-one .template .template-box .center[data-v-00b62ea4] {
	text-align: center
}

.step-one .template .template-box .lesson-img[data-v-00b62ea4] {
	width: 280px;
	height: 200px
}

.step-two .form-box[data-v-00b62ea4] {
	width: 750px;
	margin: 20px auto
}

.step-two .form-box .avatar-uploader[data-v-00b62ea4] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,.02)
}

	.step-two .form-box .avatar-uploader[data-v-00b62ea4] .el-upload:hover {
		border-color: #409eff
	}

.step-two .form-box .avatar-uploader-icon[data-v-00b62ea4] {
	margin-top: 39px;
	font-size: 28px;
	color: #8c939d;
	text-align: center
}

.step-two .form-box .avatar[data-v-00b62ea4] {
	width: 100%;
	height: 100%;
	display: block;
	background-position: 50%;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.step-two .form-box .upload-file-type[data-v-00b62ea4] {
	padding-left: 36px;
	display: inline-block;
	vertical-align: super;
	color: rgba(0,0,0,.45)
}

.step-three .detail-header[data-v-00b62ea4] {
	text-align: center;
	font-size: 24px;
	padding: 20px;
	width: 800px;
	margin: 0 auto
}

.step-three .detail-box[data-v-00b62ea4] {
	background: hsla(0,0%,96%,.5);
	width: 800px;
	margin: 0 auto
}

.step-three .detail-box .detail-img[data-v-00b62ea4] {
	width: 225px;
	height: 150px;
	margin: 50px;
	background-position: 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: inline-block
}

.step-three .detail-box .lesson-title-box[data-v-00b62ea4] {
	display: inline-block;
	width: 420px;
	height: 150px;
	margin: 50px 0;
	vertical-align: top
}

.step-three .detail-box .lesson-title-box .lesson-title[data-v-00b62ea4] {
	display: block;
	font-size: 18px;
	color: #444;
	height: 25px
}

.step-three .detail-box .lesson-title-box .lesson-class[data-v-00b62ea4] {
	display: block;
	height: 20px;
	color: rgba(0,0,0,.45);
	padding: 4px
}

.step-three .detail-box .describe-title[data-v-00b62ea4] {
	margin: 0 50px;
	width: 80px;
	display: inline-block;
	vertical-align: top
}

.step-three .detail-box .describe-content[data-v-00b62ea4] {
	padding-bottom: 20px;
	width: 570px;
	display: inline-block
}

.btn-box[data-v-00b62ea4] {
	padding: 40px;
	text-align: center
}

.el-radio + .el-radio[data-v-00b62ea4] {
	margin-left: 0
}

.confirm-step-intro[data-v-00b62ea4] {
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.confirm-step-intro p[data-v-00b62ea4] {
	width: calc(100% - 100px)
}

.showAvator[data-v-00b62ea4] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-00b62ea4] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.show-preview .preview[data-v-00b62ea4] {
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-00b62ea4] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-00b62ea4] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-00b62ea4]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-00b62ea4] {
	background-image: none
}

.isTF[data-v-71a8a10c] {
	font-size: 14px
}

.ques-box[data-v-71a8a10c] {
	min-height: 300px
}

.isinfo[data-v-71a8a10c] {
	font-size: 14px
}

.colorbl[data-v-71a8a10c] {
	color: #26a1ff;
	margin-bottom: 10px
}

.hwc-title[data-v-71a8a10c] {
	font-size: 16px;
	color: rgba(0,0,0,.85);
	line-height: 42px
}

.hwc-plate[data-v-71a8a10c] {
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
	margin-bottom: 32px
}

.hwc-plate .que-line[data-v-71a8a10c] {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0,0,0,.85)
}

.hwc-plate .que-line .sortN[data-v-71a8a10c] {
	margin-right: 20px
}

.hwc-plate .ans-content[data-v-71a8a10c] {
	padding-left: 50px;
	color: rgba(0,0,0,.65);
	margin-bottom: 20px
}

.hwc-plate .right-ans[data-v-71a8a10c] {
	font-size: 16px;
	margin-bottom: 24px
}

.hwc-plate .right-ans span[data-v-71a8a10c] {
	color: #1890ff
}

.choice-ques[data-v-71a8a10c] {
	font-size: 14px;
	line-height: 22px
}

.choice-ques .ques-options[data-v-71a8a10c] {
	margin-bottom: 8px;
	display: table
}

.choice-ques .options-content[data-v-71a8a10c], .choice-ques .options-order[data-v-71a8a10c] {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle
}

.choice-ques .options-content[data-v-71a8a10c] {
	width: 290px;
	margin-right: 20px
}

.choice-ques .options-content .oc-inside[data-v-71a8a10c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.choice-ques .options-content img[data-v-71a8a10c] {
	height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

.choice-ques .options-content span[data-v-71a8a10c] {
	display: table-cell;
	vertical-align: middle
}

.choice-ques .options-content span.isImg[data-v-71a8a10c] {
	height: 70px
}

.choice-ques .progress-sty[data-v-71a8a10c] {
	display: table-cell;
	vertical-align: middle;
	width: 440px;
	padding-right: 60px
}

	.choice-ques .progress-sty[data-v-71a8a10c] .el-progress__text {
		display: none
	}

.choice-ques .count-data[data-v-71a8a10c] {
	vertical-align: middle;
	display: table-cell
}

@keyframes myfirst-data-v-dec62738 {
	0% {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn);
		-o-transform: rotate(1turn);
		-ms-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		-webkit-transform: rotate(1turn)
	}
}

.animation[data-v-dec62738] {
	animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-o-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-ms-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-moz-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-webkit-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1
}

@keyframes mySecond-data-v-dec62738 {
	0% {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn);
		-o-transform: rotate(1turn);
		-ms-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		-webkit-transform: rotate(1turn)
	}
}

.animation2[data-v-dec62738] {
	animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-o-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-ms-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-moz-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	-webkit-animation: mySecond-data-v-dec62738 .5s ease-in-out;
	animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1
}

.listOver[data-v-dec62738] {
	background: #5f97ff;
	color: #fff;
	border-radius: 10px
}

.isShow[data-v-dec62738] {
	display: none
}

.listContentCommon[data-v-dec62738] {
	width: 120px;
	height: 40px;
	position: absolute
}

.courseTitle[data-v-dec62738] {
	position: absolute;
	color: #fff;
	top: 20px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(/static/streetButtonBg.png) no-repeat;
	background-size: contain
}

.itrmcommon[data-v-dec62738] {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: .2s linear
}

.itemtabCom[data-v-dec62738] {
	color: #4286f4;
	padding: 5px;
	transition: .5s linear;
	width: 200px;
	border-radius: 10px;
	background: #cad7ff;
	position: absolute;
	top: 90px;
	left: 5px
}

.item1[data-v-dec62738] {
	left: 190px;
	top: 553px;
	background: url(/static/blue1.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item2[data-v-dec62738] {
	left: 350px;
	top: 553px;
	background: url(/static/blue2.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item3[data-v-dec62738] {
	left: 510px;
	top: 553px;
	background: url(/static/blue3.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item4[data-v-dec62738] {
	left: 635px;
	top: 432px;
	background: url(/static/blue4.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item5[data-v-dec62738] {
	left: 760px;
	top: 315px;
	background: url(/static/blue5.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item6[data-v-dec62738] {
	left: 920px;
	top: 315px;
	background: url(/static/blue6.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item7[data-v-dec62738] {
	left: 1080px;
	top: 315px;
	background: url(/static/blue7.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item8[data-v-dec62738] {
	left: 1210px;
	top: 194px;
	background: url(/static/blue8.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.item9[data-v-dec62738] {
	left: 1320px;
	top: 85px;
	background: url(/static/blue9.png) no-repeat;
	background-position: 50%;
	background-size: 76px 76px
}

.listContent1[data-v-dec62738] {
	left: 150px;
	top: 508px
}

.listContent2[data-v-dec62738] {
	left: 330px;
	top: 508px
}

.listContent3[data-v-dec62738] {
	left: 380px;
	top: 480px;
	text-align: right
}

.listContent4[data-v-dec62738] {
	left: 460px;
	top: 405px;
	text-align: right
}

.listContent5[data-v-dec62738] {
	left: 550px;
	top: 310px;
	text-align: right
}

.listContent6[data-v-dec62738] {
	left: 825px;
	top: 265px;
	text-align: center
}

.listContent7[data-v-dec62738] {
	left: 965px;
	top: 240px;
	text-align: right
}

.listContent8[data-v-dec62738] {
	left: 1040px;
	top: 160px;
	text-align: right
}

.listContent9[data-v-dec62738] {
	left: 1145px;
	top: 70px;
	text-align: right
}

.streetContainer[data-v-dec62738] {
	position: absolute;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
	min-height: 900px;
	background: url(/static/learnStreetBg.png) no-repeat;
	background-size: contain
}

.showAvator[data-v-1d909098] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-1d909098] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.show-preview .preview[data-v-1d909098] {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-1d909098] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-1d909098] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-1d909098]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-1d909098] {
	background-image: none
}

.borderDiv[data-v-1d909098] {
	width: 78px;
	height: 78px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: .5s linear
}

	.borderDiv[data-v-1d909098]:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-1d909098] {
	font-size: 18px;
	color: #8c939d;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center
}

.avatar[data-v-1d909098] {
	width: 78px;
	height: 78px;
	display: block
}

.userInfo-groups[data-v-1d909098] {
	padding: 20px 0
}

.userInfo-groups .userInfo-box[data-v-1d909098] {
	padding: 10px 50px
}

.userInfo-groups .userInfo-box .info-left[data-v-1d909098] {
	width: 90px;
	height: 30px;
	display: inline-block;
	text-align: right
}

.userInfo-groups .userInfo-box .info-right[data-v-1d909098] {
	padding-left: 10px
}

.userInfo-groups .userInfo-box .pic-box[data-v-1d909098] {
	width: 80px;
	height: 80px
}

.userInfo-groups .userInfo-box .pic-box .pic[data-v-1d909098] {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ff0
}

.userInfo-groups .userInfo-box .pic-box .edit-pic[data-v-1d909098] {
	color: #4286f4;
	text-decoration: underline;
	cursor: pointer
}

.clearfix[data-v-1d909098] {
	padding: 40px;
	width: 400px
}

.clearfix .clear[data-v-1d909098] {
	margin: 10px 0
}

.btn-box[data-v-1d909098] {
	padding: 10px 0;
	text-align: center
}

.messageTab[data-v-1d909098] input {
	width: 320px
}

.el-row[data-v-16a7e6c0] {
	padding-bottom: 5px;
	padding-top: 5px
}

.screen-groups[data-v-16a7e6c0] {
	padding-bottom: 20px
}

.screen-groups .icon[data-v-16a7e6c0] {
	font-size: 20px
}

.screen-groups .icon-color-yellow[data-v-16a7e6c0] {
	color: #f9c536
}

.screen-groups .icon-color-grey[data-v-16a7e6c0] {
	color: grey
}

.screen-groups .query-btn[data-v-16a7e6c0] {
	margin-left: 40px
}

.screen-groups .class-name[data-v-16a7e6c0] {
	margin-left: 80px
}

.screen-groups[data-v-16a7e6c0] .import-btn {
	float: right
}

.info-groups[data-v-16a7e6c0] {
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.info-groups .info-boxs[data-v-16a7e6c0] {
	margin: 0 auto
}

.info-groups .info-boxs .info-box[data-v-16a7e6c0] {
	display: inline-block;
	width: 17.6%;
	background: #fff;
	margin: 20px 1%
}

.info-groups .info-boxs .info-box .describe[data-v-16a7e6c0] {
	padding: 10px
}

.info-groups .info-boxs .info-box .describe .describe-name[data-v-16a7e6c0] {
	color: rgba(0,0,0,.45)
}

.info-groups .info-boxs .info-box .describe .describe-number[data-v-16a7e6c0] {
	font-size: 28px
}

.info-groups .info-boxs .info-box .img-box[data-v-16a7e6c0] {
	padding: 10px
}

.info-groups .info-boxs .info-box .img-box img[data-v-16a7e6c0] {
	vertical-align: bottom;
	width: 100%;
	height: 24px
}

.percent-groups[data-v-16a7e6c0] {
	margin-left: -20px;
	width: calc(100% + 40px)
}

.percent-groups .percent-boxs[data-v-16a7e6c0] {
	border: 1px solid #d9d9d9;
	display: inline-block;
	width: 17.4%;
	margin: 20px 1%
}

.percent-groups .percent-boxs .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.percent-groups .percent-boxs .describe-underline[data-v-16a7e6c0] {
	margin-left: 10px;
	width: 50px;
	border: 1px solid #d9d9d9
}

.percent-groups .percent-boxs .percent-svg[data-v-16a7e6c0] {
	padding: 20px 0;
	text-align: center
}

.render-groups[data-v-16a7e6c0] {
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.render-groups .table-box[data-v-16a7e6c0] {
	padding: 20px 0 0
}

.render-groups .table-box .render-box[data-v-16a7e6c0] {
	background: #fff;
	display: inline-block;
	width: 36%
}

.render-groups .table-box .render-box .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.render-groups .table-box .line-box[data-v-16a7e6c0] {
	background: #fff;
	display: inline-block;
	float: right;
	width: 62%
}

.render-groups .table-box .line-box .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.table-groups[data-v-16a7e6c0] {
	margin-left: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.table-groups .table-box[data-v-16a7e6c0] {
	padding: 20px 0 0
}

.table-groups .table-box .render-box[data-v-16a7e6c0] {
	height: 360px;
	background: #fff;
	display: inline-block;
	width: 52%
}

.table-groups .table-box .render-box .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.table-groups .table-box .tabs-box[data-v-16a7e6c0] {
	height: 360px;
	background: #fff;
	display: inline-block;
	float: right;
	width: 46%;
	font-size: 14px
}

.table-groups .table-box .tabs-box .tab-btns[data-v-16a7e6c0] {
	width: 420px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px
}

.table-groups .table-box .tabs-box .tab-btns .tab[data-v-16a7e6c0] {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 4px
}

.table-groups .table-box .tabs-box .tab-btns .tabactive[data-v-16a7e6c0] {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border: 1px solid #1890ff;
	color: #1890ff;
	border-radius: 4px
}

.table-groups .table-box .tabs-box .table[data-v-16a7e6c0] {
	padding: 0 20px 20px
}

	.table-groups .table-box .tabs-box .table[data-v-16a7e6c0] .el-table {
		margin: 0
	}

		.table-groups .table-box .tabs-box .table[data-v-16a7e6c0] .el-table th {
			padding: 0;
			overflow: hidden
		}

.distribution-groups[data-v-16a7e6c0] {
	margin-left: -20px;
	margin-bottom: -20px;
	width: calc(100% + 40px);
	background: #f0f0f0
}

.distribution-groups .table-box[data-v-16a7e6c0] {
	padding: 20px 0 0
}

.distribution-groups .table-box .render-box[data-v-16a7e6c0] {
	background: #fff;
	display: inline-block;
	width: 44%
}

.distribution-groups .table-box .render-box .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.distribution-groups .table-box .line-box[data-v-16a7e6c0] {
	background: #fff;
	display: inline-block;
	float: right;
	width: 54%
}

.distribution-groups .table-box .line-box .describe-name[data-v-16a7e6c0] {
	padding: 10px;
	font-size: 18px
}

.content[data-v-f5adac6c] {
	margin-top: 30px
}

.filter-group[data-v-f5adac6c], .scroll-height[data-v-f5adac6c] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-f5adac6c] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-f5adac6c] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-f5adac6c] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-f5adac6c] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-f5adac6c] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-f5adac6c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-f5adac6c] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-f5adac6c]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-f5adac6c] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-f5adac6c], .hover-row .el-tooltip[data-v-f5adac6c] .icon-download {
	display: inline-block
}

.t-header[data-v-f5adac6c] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-f5adac6c] {
	float: right;
	text-align: right
}

.btns img[data-v-f5adac6c] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-f5adac6c] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-f5adac6c] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-f5adac6c]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-f5adac6c] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-f5adac6c] {
	top: 0
}

.card .desc[data-v-f5adac6c] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-f5adac6c] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-f5adac6c], .card h3[data-v-f5adac6c] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-f5adac6c] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-f5adac6c] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-f5adac6c] {
	float: right
}

.whiteButt[data-v-f5adac6c] {
	background: #fff
}

.blueButt[data-v-f5adac6c], .whiteButt[data-v-f5adac6c] {
	border: 10px;
	margin: 7px 7px 0 0;
	font-size: 14px;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 8px;
	cursor: pointer
}

.blueButt[data-v-f5adac6c] {
	background: #4286f4;
	color: #fff
}

.studentTitle[data-v-f5adac6c] {
	width: 120px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	line-height: 40px;
	color: rgba(0,0,0,.85)
}

[data-v-f5adac6c] .el-input__inner {
	padding: 0 10px
}

.avatar[data-v-f5adac6c] {
	width: 130px;
	height: 130px;
	margin: 230px auto 110px
}

.avatar img[data-v-f5adac6c] {
	border-radius: 100%
}

.progress[data-v-f5adac6c] {
	width: 250px;
	display: inline-block
}

.el-checkbox + .el-checkbox[data-v-f5adac6c] {
	margin-left: 0
}

.dialog-title[data-v-f5adac6c] {
	font-size: 16px
}

.dialog-font[data-v-f5adac6c] {
	color: #000
}

.dialog-red[data-v-f5adac6c] {
	color: red
}

.dialog-span[data-v-f5adac6c] {
	display: inline-block
}

.dialog-rule[data-v-f5adac6c] {
	color: #d0d0d0
}

.el-checkbox[data-v-f5adac6c] {
	width: 100%;
	margin: 10px auto
}

	.el-checkbox[data-v-f5adac6c] span {
		vertical-align: top
	}

.el-input[data-v-f5adac6c] {
	width: 50px;
	vertical-align: top
}

.tag-group[data-v-f5adac6c] {
	display: inline-block;
	width: auto
}

	.tag-group[data-v-f5adac6c] .tag-title {
		width: 120px
	}

.progress-groups[data-v-f5adac6c] {
	margin: 0 auto
}

.progress-groups .progress-box-right[data-v-f5adac6c] {
	padding-bottom: 30px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-right-center[data-v-f5adac6c] {
	padding: 60px 0 80px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-left[data-v-f5adac6c] {
	padding-bottom: 30px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-left-center[data-v-f5adac6c] {
	padding: 60px 0 80px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-center[data-v-f5adac6c] {
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}

.table-groups[data-v-f5adac6c] {
	margin: 0 auto;
	background: #fff;
	padding: 10px 0
}

.sequence-center[data-v-f5adac6c] {
	padding: 20px 0;
	text-align: center
}

.sequence-center .font-sequence[data-v-f5adac6c] {
	font-size: 18px
}

.sequence-center .font-bigSequence[data-v-f5adac6c] {
	font-size: 48px;
	color: #1890ff;
	padding: 0 10px
}

.tab-btns[data-v-f5adac6c] {
	width: 420px;
	margin: 0 auto
}

.tab-btns .tab[data-v-f5adac6c] {
	width: 180px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border: 1px solid #1890ff;
	border-radius: 4px;
	cursor: pointer
}

.tab-btns .tab .no_active[data-v-f5adac6c] {
	color: rgba(0,0,0,.85)
}

.tab-btns .tab img[data-v-f5adac6c] {
	vertical-align: bottom;
	padding: 1px;
	padding-right: 10px
}

.tab-btns .no_activebox[data-v-f5adac6c] {
	border: 1px solid rgba(0,0,0,.85)
}

.content[data-v-280f536c] {
	margin-top: 30px
}

.filter-group[data-v-280f536c], .scroll-height[data-v-280f536c] {
	overflow: hidden;
	transition: height .6s
}

table[data-v-280f536c] {
	overflow: hidden;
	display: inline-block
}

table i[data-v-280f536c] {
	margin-right: 10px;
	font-style: normal
}

table .icon[data-v-280f536c] {
	margin-right: 10px;
	width: 14px;
	vertical-align: middle
}

table .thumb[data-v-280f536c] {
	margin-right: 10px;
	width: 60px;
	height: 40px;
	vertical-align: middle
}

.btn-trigger[data-v-280f536c] {
	position: absolute;
	bottom: 0;
	right: 0
}

.column-name[data-v-280f536c] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.column-name a[data-v-280f536c] {
	cursor: pointer;
	color: #495060
}

	.column-name a[data-v-280f536c]:hover {
		color: #2d8cf0
	}

.column-name a.icon-download[data-v-280f536c] {
	display: none;
	content: "";
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(/static/download.png) no-repeat 50%;
	background-size: contain
}

.column-name .down:hover .icon-download[data-v-280f536c], .hover-row .el-tooltip[data-v-280f536c] .icon-download {
	display: inline-block
}

.t-header[data-v-280f536c] {
	margin-top: 30px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.btns[data-v-280f536c] {
	float: right;
	text-align: right
}

.btns img[data-v-280f536c] {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	vertical-align: middle
}

.card[data-v-280f536c] {
	position: relative;
	margin-top: 20px;
	height: 330px;
	border: 1px solid #e8e8e8
}

.card.card-selected[data-v-280f536c] {
	border: 1px solid #4286f4
}

	.card.card-selected[data-v-280f536c]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		display: block;
		width: 30px;
		height: 30px;
		background: url(/static/seleted.png) no-repeat 50%;
		background-size: contain
	}

.card .thumb[data-v-280f536c] {
	position: relative;
	height: 180px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #000
}

.card .thumb:hover .desc[data-v-280f536c] {
	top: 0
}

.card .desc[data-v-280f536c] {
	position: absolute;
	top: 180px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #f3f3f3;
	transition: top .5s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px
}

.card h3[data-v-280f536c] {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card .card-content[data-v-280f536c], .card h3[data-v-280f536c] {
	padding: 0 10px;
	margin-top: 15px;
	overflow: hidden
}

.card .card-footer[data-v-280f536c] {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 15px;
	font-size: 12px
}

.card .card-footer .el-checkbox[data-v-280f536c] {
	margin-right: 5px;
	vertical-align: middle
}

.card .card-footer .iconfont[data-v-280f536c] {
	float: right
}

.studentTitle[data-v-280f536c] {
	width: 120px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	line-height: 40px;
	color: rgba(0,0,0,.85)
}

.avatar[data-v-280f536c] {
	width: 130px;
	height: 130px;
	margin: 230px auto 110px
}

.avatar img[data-v-280f536c] {
	border-radius: 100%
}

.progress[data-v-280f536c] {
	width: 250px;
	display: inline-block
}

.el-checkbox + .el-checkbox[data-v-280f536c] {
	margin-left: 0
}

.dialog-title[data-v-280f536c] {
	font-size: 16px
}

.dialog-font[data-v-280f536c] {
	color: #000
}

.dialog-red[data-v-280f536c] {
	color: red
}

.dialog-rule[data-v-280f536c] {
	color: #d0d0d0
}

.el-checkbox[data-v-280f536c] {
	width: 100%;
	margin: 10px auto
}

	.el-checkbox[data-v-280f536c] span {
		vertical-align: top
	}

.el-input[data-v-280f536c] {
	width: 50px;
	vertical-align: top
}

.tag-group[data-v-280f536c] {
	display: inline-block;
	width: auto
}

	.tag-group[data-v-280f536c] span {
		width: 120px
	}

.progress-groups[data-v-280f536c] {
	margin: 0 auto
}

.progress-groups .progress-box-right[data-v-280f536c] {
	padding-bottom: 30px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-right-center[data-v-280f536c] {
	padding: 60px 0 80px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-left[data-v-280f536c] {
	padding-bottom: 30px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-left-center[data-v-280f536c] {
	padding: 60px 0 80px;
	text-align: center;
	cursor: pointer
}

.progress-groups .progress-box-center[data-v-280f536c] {
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}

.table-groups[data-v-280f536c] {
	margin: 0 auto;
	background: #fff;
	padding: 10px 0
}

.sequence-center[data-v-280f536c] {
	padding: 10px 0 20px;
	text-align: center
}

.sequence-center .font-sequence[data-v-280f536c] {
	font-size: 18px
}

.sequence-center .font-bigSequence[data-v-280f536c] {
	font-size: 48px;
	color: #1890ff;
	padding: 0 10px
}

.tab-btns[data-v-280f536c] {
	width: 420px;
	margin: 0 auto
}

.tab-btns .tab[data-v-280f536c] {
	width: 180px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	border: 1px solid #1890ff;
	border-radius: 4px;
	cursor: pointer
}

.tab-btns .tab .no_active[data-v-280f536c] {
	color: rgba(0,0,0,.85)
}

.tab-btns .tab img[data-v-280f536c] {
	vertical-align: bottom;
	padding: 1px;
	padding-right: 10px
}

.tab-btns .no_activebox[data-v-280f536c] {
	border: 1px solid rgba(0,0,0,.85)
}

.el-table[data-v-4bc648d8] .cell, .el-table[data-v-05cc392a] .cell, .el-table[data-v-41cdff96] .cell, .el-table[data-v-0142fd20] .cell, .el-table[data-v-2380b582] .cell, .el-table[data-v-398394ff] .cell, .el-table[data-v-ada8009a] .cell {
	text-align: center
}

@keyframes flipInX-data-v-2626be20 {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

[data-v-2626be20] .flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX-data-v-2626be20
}

.frame-box[data-v-2626be20] {
	margin-top: 20px
}

.tabs-box[data-v-7890ef46] {
	margin: 0 -20px;
	margin-top: -20px
}

.el-form[data-v-7890ef46] .el-textarea {
	width: 500px;
	float: left
}

.el-form[data-v-7890ef46] .el-form-item__error {
	display: inline-block;
	float: left;
	left: 510px;
	top: 0
}

[data-v-7890ef46] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

[data-v-7890ef46] .el-tabs__header {
	background: #f2f2f2
}

.tab-pane-content[data-v-7890ef46] {
	padding: 20px
}

.icon-edit[data-v-7890ef46] {
	cursor: pointer;
	font-size: 16px
}

	.icon-edit[data-v-7890ef46]:hover {
		color: #409eff
	}

.no-edit-content[data-v-7890ef46] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 22px;
	text-align: auto
}

.agreement-save-btn[data-v-7890ef46] {
	padding: 10px 0
}

.avatar-uploader[data-v-7890ef46] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

	.avatar-uploader[data-v-7890ef46] .el-upload:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-7890ef46] {
	font-size: 28px;
	color: #8c939d;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center
}

.avatar[data-v-7890ef46] {
	width: 120px;
	vertical-align: middle;
	display: block
}

.evaluation-row[data-v-7890ef46] {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.evaluation-row .row-item-left[data-v-7890ef46] {
	display: inline-block;
	vertical-align: top;
	width: 120px
}

.evaluation-row .row-item-right[data-v-7890ef46] {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 120px);
	box-sizing: border-box
}

.evaluation-row p[data-v-7890ef46] {
	line-height: 28px;
	color: rgba(0,0,0,.85)
}

.evaluation-row p span[data-v-7890ef46] {
	color: rgba(0,0,0,.6)
}

.evaluation-row .progress-width[data-v-7890ef46] {
	display: inline-block;
	width: 350px;
	margin: 0 10px
}

.mg10[data-v-7890ef46] {
	margin-right: 10px
}

.el-select[data-v-30933938] {
	float: left
}

[data-v-30933938] .addDialog .el-input, [data-v-30933938] .el-form-item__error--inline {
	display: inline-block;
	float: left;
	position: static
}

[data-v-30933938] .el-form-item__error--inline {
	line-height: 36px
}

.ivu-table-wrapper[data-v-30933938] .ivu-table-cell i {
	margin-right: 10px;
	font-style: normal
}

.tag-group[data-v-30933938] {
	display: block;
	padding: 0 !important
}

.border-solid[data-v-30933938] {
	margin: 0
}

.row[data-v-30933938] {
	display: block;
	width: 100%
}

.ivu-checkbox[data-v-30933938] {
	left: -20px
}

.content[data-v-30933938] {
	padding: 0;
	position: relative
}

.remark[data-v-30933938] {
	position: absolute;
	bottom: 25px
}

.el-input--small[data-v-30933938], .el-select--small[data-v-30933938] {
	width: 272px
}

.el-form-item__error[data-v-30933938] {
	position: static !important;
	float: right !important
}

.state-dot[data-v-30933938] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.addDialog[data-v-30933938] input {
	width: 320px
}

[data-v-3cbd2677] .el-select {
	float: left
}

[data-v-3cbd2677] .el-form-item.is-error .el-input {
	width: 710px
}

.el-dialog__body[data-v-3cbd2677] .el-select, [data-v-3cbd2677] .el-form-item__content .el-input, [data-v-3cbd2677] .quill-editor {
	width: 710px;
	display: inline-block;
	float: left
}

[data-v-3cbd2677] .el-form-item__error {
	display: inline-block;
	line-height: 32px;
	margin-left: 20px;
	float: left
}

[data-v-3cbd2677] .avatar-uploader {
	width: 130px;
	display: inline-block;
	float: left
}

[data-v-3cbd2677] .el-form-item__error {
	position: static
}

.maj-auth[data-v-3cbd2677] {
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px
}

.tabs-box[data-v-3cbd2677] {
	margin: 0 -20px;
	margin-top: -20px
}

[data-v-3cbd2677] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

[data-v-3cbd2677] .el-tabs__header {
	background: #f2f2f2
}

.tab-pane-content[data-v-3cbd2677] {
	padding: 20px
}

.icon-edit[data-v-3cbd2677] {
	cursor: pointer;
	font-size: 16px
}

	.icon-edit[data-v-3cbd2677]:hover {
		color: #409eff
	}

.no-edit-content[data-v-3cbd2677] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 22px;
	text-align: auto
}

.avatar-uploader[data-v-3cbd2677] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

	.avatar-uploader[data-v-3cbd2677] .el-upload:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-3cbd2677] {
	font-size: 28px;
	color: #8c939d;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center
}

.avatar[data-v-3cbd2677] {
	width: 120px;
	vertical-align: middle;
	display: block
}

[data-v-10490334], h1[data-v-10490334], ul[data-v-10490334] {
	margin: 0;
	padding: 0
}

html[data-v-10490334] {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	height: 100%
}

body[data-v-10490334] {
	margin: 0;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
	height: 100%
}

article[data-v-10490334], aside[data-v-10490334], details[data-v-10490334], figcaption[data-v-10490334], figure[data-v-10490334], footer[data-v-10490334], header[data-v-10490334], hgroup[data-v-10490334], main[data-v-10490334], menu[data-v-10490334], nav[data-v-10490334], section[data-v-10490334], summary[data-v-10490334] {
	display: block
}

audio[data-v-10490334]:not([controls]) {
	display: none;
	height: 0
}

progress[data-v-10490334] {
	vertical-align: baseline
}

[hidden][data-v-10490334], template[data-v-10490334] {
	display: none
}

a[data-v-10490334] {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none
}

	a[data-v-10490334]:active, a[data-v-10490334]:hover {
		outline-width: 0
	}

abbr[title][data-v-10490334] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b[data-v-10490334], strong[data-v-10490334] {
	font-weight: bolder
}

dfn[data-v-10490334] {
	font-style: italic
}

small[data-v-10490334] {
	font-size: 80%
}

sub[data-v-10490334], sup[data-v-10490334] {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup[data-v-10490334] {
	top: -.5em
}

sub[data-v-10490334] {
	bottom: -.25em
}

img[data-v-10490334] {
	border-style: none
}

svg[data-v-10490334]:not(:root) {
	overflow: hidden
}

code[data-v-10490334], kbd[data-v-10490334], pre[data-v-10490334], samp[data-v-10490334] {
	font-family: monospace,monospace;
	font-size: 1em
}

pre[data-v-10490334] {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

button[data-v-10490334], input[data-v-10490334], optgroup[data-v-10490334], select[data-v-10490334], textarea[data-v-10490334] {
	color: inherit;
	font: inherit;
	margin: 0;
	vertical-align: middle
}

button[data-v-10490334], input[data-v-10490334] {
	overflow: visible
}

button[data-v-10490334], select[data-v-10490334] {
	text-transform: none
}

[type=reset][data-v-10490334], [type=submit][data-v-10490334], button[data-v-10490334], html [type=button][data-v-10490334] {
	-webkit-appearance: button
}

[disabled][data-v-10490334] {
	cursor: default
}

[type=checkbox][data-v-10490334], [type=radio][data-v-10490334] {
	box-sizing: border-box;
	padding: 0
}

[type=number][data-v-10490334]::-webkit-inner-spin-button, [type=number][data-v-10490334]::-webkit-outer-spin-button {
	height: auto;
}

/*Number类型Input不显示箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}
/*End*/

[type=search][data-v-10490334] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

	[type=search][data-v-10490334]::-webkit-search-cancel-button, [type=search][data-v-10490334]::-webkit-search-decoration {
		-webkit-appearance: none
	}

[data-v-10490334]::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

textarea[data-v-10490334] {
	overflow: auto;
	resize: none;
	vertical-align: top
}

optgroup[data-v-10490334] {
	font-weight: 700
}

input[data-v-10490334], select[data-v-10490334], textarea[data-v-10490334] {
	outline: 0
}

input[data-v-10490334], textarea[data-v-10490334] {
	-webkit-user-modify: read-write-plaintext-only
}

	input[data-v-10490334]::-ms-clear, input[data-v-10490334]::-ms-reveal {
		display: none
	}

	input[data-v-10490334]:-ms-input-placeholder, textarea[data-v-10490334]:-ms-input-placeholder {
		color: inherit;
		opacity: .54
	}

	input[data-v-10490334]::-webkit-input-placeholder, textarea[data-v-10490334]::-webkit-input-placeholder {
		color: inherit;
		opacity: .54
	}

table[data-v-10490334] {
	border-collapse: collapse;
	border-spacing: 0
}

td[data-v-10490334], th[data-v-10490334] {
	padding: 0
}

blockquote[data-v-10490334], figure[data-v-10490334], form[data-v-10490334], h1[data-v-10490334], h2[data-v-10490334], h3[data-v-10490334], h4[data-v-10490334], h5[data-v-10490334], h6[data-v-10490334], p[data-v-10490334] {
	margin: 0
}

dd[data-v-10490334], dl[data-v-10490334], li[data-v-10490334], ol[data-v-10490334], ul[data-v-10490334] {
	margin: 0;
	padding: 0
}

ol[data-v-10490334], ul[data-v-10490334] {
	list-style: none outside none
}

h1[data-v-10490334], h2[data-v-10490334], h3[data-v-10490334], h4[data-v-10490334], h5[data-v-10490334], h6[data-v-10490334] {
	font-size: 100%;
	font-weight: 400;
	line-height: 2
}

[data-v-10490334] {
	box-sizing: border-box
}

body[data-v-10490334], html[data-v-10490334] {
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

a[data-v-10490334] {
	color: inherit
}

.clearfix[data-v-10490334]:after, .clearfix[data-v-10490334]:before {
	content: "";
	display: table
}

.clearfix[data-v-10490334] {
	zoom: 1
}

.navbar_div[data-v-301d7022] {
	overflow: hidden;
	height: 80px;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff
}

.navbar_left[data-v-301d7022] {
	float: left;
	overflow: hidden
}

.navbar_right[data-v-301d7022] {
	float: right
}

.logo[data-v-301d7022] {
	float: left;
	margin-top: 17px
}

.navbar[data-v-301d7022] {
	float: left;
	overflow: hidden;
	margin-left: 70px
}

.navbar a[data-v-301d7022] {
	display: block;
	float: left;
	width: 100px;
	line-height: 77px;
	text-align: center;
	cursor: pointer;
	margin-right: 50px;
	color: #000
}

	.navbar a.router-link-active[data-v-301d7022], .navbar a[data-v-301d7022]:hover {
		color: #4286f4;
		border-bottom: 2px solid #4286f4
	}

.personal_info[data-v-301d7022], .upload_app[data-v-301d7022] {
	float: left;
	line-height: 80px;
	margin-right: 30px;
	cursor: pointer;
	font-size: 14px
}

.notice_img[data-v-301d7022] {
	float: left;
	margin-top: 28px;
	margin-right: 24px
}

.header_link[data-v-301d7022] {
	display: block;
	width: 54px;
	height: 54px;
	margin-top: 12px;
	float: left;
	margin-right: 10px
}

.header_img[data-v-301d7022] {
	border-radius: 200px
}

.footer_page[data-v-53e5a3dc] {
	background-color: #333;
	width: 100%;
	height: 100px
}

.footer_div[data-v-53e5a3dc] {
	color: hsla(0,0%,100%,.6);
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 140px;
	line-height: 100px
}

.footer_div1[data-v-53e5a3dc] {
	float: left;
	margin-right: 4px
}

.footer_div2[data-v-53e5a3dc] {
	float: left
}

.home_page[data-v-a4a18eea] {
	background: #f2f2f2
}

.banner_div[data-v-a4a18eea] {
	background: url(/static/img/background-blue.6fcd3dc.png);
	width: 100%;
	height: 175px;
	background-size: cover;
	min-width: 1000px
}

.banner_box[data-v-a4a18eea] {
	overflow: hidden;
	color: #fff;
	width: 1100px;
	margin: auto;
	font-size: 22px
}

.banner_left[data-v-a4a18eea] {
	float: left;
	overflow: hidden;
	margin-top: 42px
}

.banner_header[data-v-a4a18eea] {
	border-radius: 300px;
	float: left;
	background-color: #fff
}

.banner_student[data-v-a4a18eea] {
	float: left;
	line-height: 30px;
	margin-left: 30px;
	margin-top: 12px
}

.banner_student span[data-v-a4a18eea] {
	font-size: 14px
}

.banner_right[data-v-a4a18eea] {
	float: right;
	margin-top: 45px;
	line-height: 34px
}

.banner_right div[data-v-a4a18eea] {
	font-size: 26px;
	float: left;
	text-align: center;
	margin-left: 40px
}

.banner_right span[data-v-a4a18eea] {
	font-size: 14px
}

.courses_content[data-v-a4a18eea] {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
	margin-top: 10px;
	min-height: 600px
}

.course_title[data-v-a4a18eea] {
	border-bottom: 1px solid #ddd
}

.course_title span[data-v-a4a18eea] {
	color: rgba(0,0,0,.45);
	line-height: 50px;
	margin-right: 50px;
	display: inline-block;
	cursor: pointer
}

.course_title span.active[data-v-a4a18eea] {
	color: #4286f4;
	border-bottom: 2px solid #4286f4
}

.courses_detail[data-v-a4a18eea], .end_courses[data-v-a4a18eea], .no_courses[data-v-a4a18eea] {
	overflow: hidden
}

.every_course[data-v-a4a18eea] {
	margin-top: 20px;
	margin-right: 20px;
	width: 285px;
	background-color: #f9f9f9;
	float: left;
	cursor: pointer
}

	.every_course[data-v-a4a18eea]:nth-child(4n+4) {
		margin-right: 0
	}

.teacher_info[data-v-a4a18eea] {
	font-size: 14px;
	color: rgba(0,0,0,.65);
	margin-top: 15px
}

.teacher_info img[data-v-a4a18eea] {
	border-radius: 100px;
	vertical-align: middle;
	margin-right: 10px
}

.study_progress[data-v-a4a18eea] {
	color: rgba(0,0,0,.45);
	font-size: 14px;
	margin-top: 12px
}

.course_info_div[data-v-a4a18eea] {
	padding: 12px 10px 22px
}

.every_course_title[data-v-a4a18eea] {
	font-size: 18px;
	width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.no_data[data-v-a4a18eea] {
	text-align: center;
	margin-top: 100px;
	height: 200px;
	font-size: 24px;
	color: rgba(0,0,0,.15)
}

.el-pagination[data-v-a4a18eea] {
	text-align: right;
	margin-top: 30px
}

.test_title_div[data-v-59156b13] {
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	padding-left: 30px
}

.after_homework_div[data-v-59156b13] {
	padding: 30px
}

.every_others_scores span[data-v-59156b13] {
	color: #acacac
}

.go_eva_div[data-v-59156b13] {
	width: 80px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	background: #4286f4;
	border-radius: 60px;
	font-size: 12px;
	text-align: center
}

.submit_time[data-v-59156b13] {
	color: #acacac;
	font-size: 11px
}

.others_info_div[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.others_info_div img[data-v-59156b13] {
	margin-right: 8px;
	border-radius: 100px
}

.every_others_info[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eaeaea
}

.every_others_text[data-v-59156b13] {
	border: 1px solid #e4e7ed;
	background-color: #f5f7fa;
	padding: 6px 10px;
	line-height: 22px;
	margin-top: 9px
}

.every_others_top[data-v-59156b13] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.every_others_top[data-v-59156b13], .search_others_div[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.search_others_div[data-v-59156b13] {
	background-color: #f5f7fa;
	padding: 10px 20px;
	margin-top: 20px
}

.others_evalute_div[data-v-59156b13] {
	margin-top: 20px
}

.gray_word i[data-v-59156b13] {
	margin-right: 6px
}

.mark_score_div[data-v-59156b13] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px
}

.evaluate_detail_div[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px
}

.circle_div[data-v-59156b13] {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	margin-right: 10px;
	display: inline-block
}

.circle_div.blue[data-v-59156b13] {
	background-color: #5b96f8
}

.circle_div.yellow[data-v-59156b13] {
	background-color: #fbd418
}

.circle_div.red[data-v-59156b13] {
	background-color: #ff4747
}

.score_span[data-v-59156b13] {
	color: #acacac;
	margin-right: 15px
}

.ring_left[data-v-59156b13] {
	width: 150px;
	margin-right: 60px
}

.submit_content_div[data-v-59156b13] {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.submit_content_txt[data-v-59156b13] {
	display: block;
	width: 96%;
	height: 90px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	padding: 10px 15px;
	margin-top: 10px
}

.submit_content_title[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity_detail[data-v-59156b13] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}

.activity_detail_title[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.activity_detail_content[data-v-59156b13] {
	line-height: 28px;
	margin-top: 10px
}

.activity_eva_div[data-v-59156b13] {
	margin-top: 10px
}

.activity_detail_title .line_div[data-v-59156b13] {
	width: 5px;
	height: 20px;
	background: #4286f4;
	margin-right: 10px
}

.detail_title_top[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.detail_interact_div1[data-v-59156b13], .detail_interact_div[data-v-59156b13] {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-top: 20px
}

.detail_interact_div1[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.detail_end_time[data-v-59156b13] {
	color: #9c9c9c;
	font-size: 14px;
	margin-top: 12px
}

.back_div[data-v-59156b13] {
	width: 146px;
	margin-top: 20px;
	cursor: pointer
}

.back_prev_div[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dfdfdf;
	border-radius: 100px;
	padding: 7px 15px
}

.back_prev_div i[data-v-59156b13] {
	margin-right: 5px;
	font-size: 18px
}

.every_interact_div[data-v-59156b13] {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 17px
}

.class_interaction[data-v-59156b13] {
	padding: 0 30px
}

.every_partic_person[data-v-59156b13] {
	font-size: 13px;
	color: #999
}

.every_course_left[data-v-59156b13], .every_course_right[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.every_course_right[data-v-59156b13] {
	margin-top: 10px
}

.every_course_title[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.interact_name[data-v-59156b13] {
	margin-right: 10px
}

.every_course_right span[data-v-59156b13] {
	color: #999
}

.course_btn a[data-v-59156b13] {
	display: block;
	text-align: center;
	width: 80px;
	line-height: 30px;
	border-radius: 100px;
	cursor: pointer;
	font-size: 13px
}

.course_btn a.blue[data-v-59156b13] {
	color: #4286f4;
	border: 1px solid #4286f4
}

	.course_btn a.blue[data-v-59156b13]:hover {
		color: #409eff;
		background: #ecf5ff;
		border-color: #b3d8ff
	}

.course_btn a.gray[data-v-59156b13] {
	color: #9baab5;
	border: 1px solid #9baab5
}

	.course_btn a.gray[data-v-59156b13]:hover {
		color: #909399;
		background: #f4f4f5;
		border-color: #d3d4d6
	}

.study_content_tab1[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #8c8c8c;
	border-bottom: 1px solid #e5e5e5
}

.study_content_tab1 > div[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 58px;
	cursor: pointer
}

.study_content_tab1 > div.selected[data-v-59156b13] {
	color: #4286f4;
	border-bottom: 2px solid #4286f4
}

.study_content_tab1 img[data-v-59156b13] {
	margin-right: 10px
}

.course_tab[data-v-59156b13] {
	text-align: center;
	margin-top: 30px
}

.iframe_select_div[data-v-59156b13] {
	padding: 0 30px
}

.iframe_select[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #f1f1f1;
	padding: 8px 12px;
	margin-top: 30px
}

.iframe_select_right[data-v-59156b13] {
	cursor: pointer
}

.iframe_select_right i[data-v-59156b13] {
	margin-right: 6px
}

.in_stage_content[data-v-59156b13] {
	font-size: .9rem
}

.in_stage_content div[data-v-59156b13] {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	cursor: pointer
}

.full_screen_div[data-v-59156b13] {
	background-color: #f0f0f0;
	margin-bottom: 15px
}

.full_screen[data-v-59156b13] {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin: 0 auto;
	padding: 10px 15px;
	width: 54px;
	cursor: pointer
}

.full_screen i[data-v-59156b13] {
	margin-right: 10px
}

.study_content_tab[data-v-59156b13] {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding-left: 50px
}

.study_content_tab div[data-v-59156b13] {
	float: left;
	color: #8c8c8c;
	width: 120px;
	text-align: center;
	line-height: 57px;
	cursor: pointer
}

.study_content_tab div.selected[data-v-59156b13] {
	color: #4286f4;
	border-bottom: 2px solid #4286f4
}

.course_page[data-v-59156b13] {
	background: #f2f2f2;
	padding-bottom: 30px
}

.detail_course_title[data-v-59156b13] {
	padding: 25px 20px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.course_title[data-v-59156b13] {
	float: left;
	line-height: 40px;
	width: 350px;
	font-size: 20px
}

.course_title span[data-v-59156b13] {
	display: inline-block;
	color: #4286f4;
	border: 1px solid #4286f4;
	border-radius: 100px;
	width: 72px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	margin-left: 12px
}

.course_sort[data-v-59156b13] {
	float: left
}

.course_sort span[data-v-59156b13] {
	width: 104px;
	line-height: 40px;
	text-align: center;
	margin-right: 40px;
	display: inline-block;
	cursor: pointer
}

	.course_sort span.active[data-v-59156b13], .course_sort span[data-v-59156b13]:hover {
		color: #fff;
		background-color: #4286f4
	}

.course_detail_content[data-v-59156b13] {
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px
}

.content_list[data-v-59156b13] {
	float: left;
	width: 280px;
	min-height: 670px
}

.stop_status[data-v-59156b13] {
	float: left;
	width: 70px;
	min-height: 670px;
	border-right: 1px solid #e5e5e5;
	cursor: pointer
}

.stop_status > div[data-v-59156b13] {
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5
}

.detail_content[data-v-59156b13] {
	float: left;
	width: 915px;
	border-left: 1px solid #e5e5e5
}

.chapter_text[data-v-59156b13] {
	border-bottom: 1px solid #e5e5e5;
	line-height: 60px;
	padding-left: 22px;
	overflow: hidden
}

.chapter_span[data-v-59156b13] {
	float: left
}

.chapter_text_div[data-v-59156b13] {
	float: right;
	margin-right: 15px;
	cursor: pointer
}

.every_chapter[data-v-59156b13] {
	margin-top: 20px
}

.chapter_div[data-v-59156b13] {
	margin-left: 22px;
	margin-right: 10px
}

.chapter_list div[data-v-59156b13] {
	margin-top: 15px;
	font-size: 13px;
	color: #292929;
	cursor: pointer
}

.chapter_div .chapter_title[data-v-59156b13] {
	color: #000
}

.chapter_list div span[data-v-59156b13] {
	color: #ccc;
	margin-right: 5px
}

.chapter_list div.catelog_active[data-v-59156b13], .chapter_list div[data-v-59156b13]:hover, .chapter_list div span.catelog_active[data-v-59156b13] {
	color: #4286f4
}

.course_introduce[data-v-59156b13] {
	padding: 30px 50px
}

.introduce_title[data-v-59156b13] {
	font-size: 20px;
	margin-top: 20px
}

.introduce_content[data-v-59156b13] {
	color: #9d9d9d;
	font-size: 13px;
	line-height: 32px;
	margin-top: 20px
}

.evalute_content_top[data-v-59156b13] {
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 0 50px
}

.total_eva[data-v-59156b13] {
	float: left
}

.my_eva[data-v-59156b13] {
	float: right;
	color: #1890ff;
	cursor: pointer
}

.per_star_detail[data-v-59156b13] {
	margin: 0 50px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 20px 0
}

.star_box[data-v-59156b13] {
	float: right
}

.star_score[data-v-59156b13] {
	float: left
}

.star_score span[data-v-59156b13] {
	font-size: 40px;
	font-weight: 700;
	margin: 0 8px 0 18px
}

.star_1[data-v-59156b13], .star_2[data-v-59156b13], .star_3[data-v-59156b13], .star_4[data-v-59156b13], .star_5[data-v-59156b13] {
	overflow: hidden;
	margin-top: 4px
}

.star_img[data-v-59156b13] {
	width: 100px;
	float: left
}

.star_img img[data-v-59156b13] {
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 3px
}

.progress_bar[data-v-59156b13] {
	width: 150px;
	height: 3px;
	border-radius: 10px;
	background-color: #d8d8d8;
	float: left;
	margin-top: 4px;
	margin-left: 10px
}

.progress_div[data-v-59156b13] {
	height: 3px;
	border-radius: 10px;
	background-color: #888
}

.evaluate_list_div[data-v-59156b13] {
	margin: 0 50px
}

.per_evaluate_div[data-v-59156b13] {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-top: 20px;
	padding-bottom: 20px
}

.evaluate_header[data-v-59156b13] {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px
}

.evaluate_header img[data-v-59156b13] {
	border-radius: 100px;
	width: 40px;
	height: 40px
}

.evaluate_right[data-v-59156b13] {
	float: left;
	width: 700px
}

.evaluate_right_box[data-v-59156b13] {
	overflow: hidden
}

.evaluate_right_top[data-v-59156b13] {
	float: left;
	overflow: hidden
}

.evaluate_name[data-v-59156b13] {
	float: left;
	margin-right: 20px
}

.evaluate_stars[data-v-59156b13] {
	float: left
}

.evaluate_stars i[data-v-59156b13] {
	font-size: 14px;
	margin-right: 5px
}

.evaluate_stars i.yellow_stars[data-v-59156b13] {
	color: #fec015
}

.evaluate_stars i.gray_stars[data-v-59156b13], .gray_stars[data-v-59156b13] {
	color: #d8d8d8
}

.yellow_stars[data-v-59156b13] {
	color: #fec015
}

.evaluate_times[data-v-59156b13] {
	color: #bbb;
	float: right;
	margin-top: 3px
}

.evaluate_words[data-v-59156b13] {
	margin-top: 20px
}

.mask_box[data-v-59156b13] {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9
}

.pop_box[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.pop_content[data-v-59156b13] {
	width: 600px;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px 30px
}

.pop_stars[data-v-59156b13] {
	color: #fec015;
	margin: 0 10px 0 25px;
	overflow: hidden;
	display: inline-block
}

.pop_stars i[data-v-59156b13] {
	float: left;
	font-size: 18px;
	margin-right: 10px
}

.pop_eva[data-v-59156b13] {
	vertical-align: super
}

.pop_txt[data-v-59156b13] {
	display: block;
	width: 100%;
	border: 1px solid #dedede;
	height: 120px;
	padding: 3%;
	margin-top: 12px
}

.limit_words[data-v-59156b13] {
	color: #999;
	text-align: right;
	margin-top: 3px
}

.btn_box[data-v-59156b13] {
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	float: right
}

.submit_btn[data-v-59156b13] {
	border: 1px solid #4286f4;
	color: #4286f4;
	border-radius: 100px
}

.cancel_btn[data-v-59156b13], .submit_btn[data-v-59156b13] {
	width: 100px;
	line-height: 32px;
	text-align: center;
	float: left;
	cursor: pointer
}

.cancel_btn[data-v-59156b13] {
	border: 1px solid #eb5143;
	color: #eb5143;
	border-radius: 100px;
	margin-right: 30px
}

.is_name[data-v-59156b13] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.is_name span[data-v-59156b13] {
	margin-left: 8px
}

.is_name input[data-v-59156b13] {
	display: none
}

.is_name label[data-v-59156b13] {
	display: inline-block
}

.is_name input + label[data-v-59156b13]:after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #4286f4
}

.is_name input:checked + label[data-v-59156b13] {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #4286f4;
	position: relative
}

	.is_name input:checked + label[data-v-59156b13]:after {
		content: "";
		border: 1px solid #4286f4;
		border-top-width: 0;
		border-right-width: 0;
		width: 7px;
		height: 4px;
		-webkit-transform: rotate(-50deg);
		position: absolute;
		top: 3px;
		left: 3px
	}

.examine_div[data-v-59156b13] {
	margin: 20px 50px
}

[data-v-59156b13] .el-collapse-item__header {
	background-color: #f9f9f9;
	padding: 0 30px 0 50px;
	height: 60px;
	line-height: 60px;
	position: relative
}

[data-v-59156b13] .el-collapse-item__content {
	padding: 20px 50px
}

[data-v-59156b13] .el-collapse-item__arrow {
	position: absolute;
	left: 20px
}

.detail_title[data-v-59156b13] {
	width: 620px
}

.question_title[data-v-59156b13] {
	margin-top: 20px
}

.anwer_question[data-v-59156b13] {
	margin: 30px 50px
}

[data-v-59156b13] .el-radio {
	display: block;
	margin-top: 15px
}

	[data-v-59156b13] .el-radio + .el-radio {
		margin-left: 0
	}

.question_option[data-v-59156b13] {
	margin-left: 20px
}

.Interact_div[data-v-59156b13] {
	padding: 0 30px
}

.per_interact_div[data-v-59156b13] {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px
}

.course_left[data-v-59156b13] {
	overflow: hidden
}

.course_title1[data-v-59156b13] {
	float: left;
	width: 78%
}

.course_title1 span[data-v-59156b13] {
	font-size: .9rem
}

.course_title1 img[data-v-59156b13] {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle
}

.partic_person[data-v-59156b13] {
	color: #777;
	float: right
}

.course_right[data-v-59156b13] {
	margin-top: 10px;
	overflow: hidden
}

.course_right div[data-v-59156b13] {
	color: #777
}

.course_right a[data-v-59156b13] {
	display: block;
	text-align: center;
	width: 100px;
	line-height: 34px;
	border-radius: 100px;
	float: right;
	cursor: pointer
}

.course_right a.blue[data-v-59156b13] {
	color: #4286f4;
	border: 1px solid #4286f4
}

	.course_right a.blue[data-v-59156b13]:hover {
		color: #409eff;
		background: #ecf5ff;
		border-color: #b3d8ff
	}

.course_right a.gray[data-v-59156b13] {
	color: #9baab5;
	border: 1px solid #9baab5
}

	.course_right a.gray[data-v-59156b13]:hover {
		color: #909399;
		background: #f4f4f5;
		border-color: #d3d4d6
	}

.courseware_div[data-v-59156b13], .preview_div[data-v-59156b13], .task_div[data-v-59156b13] {
	padding: 0 30px;
	margin-top: 40px
}

.back_prev[data-v-59156b13] {
	margin-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
	color: #79a3f7
}

.back_prev i[data-v-59156b13] {
	font-size: 20px;
	font-weight: 700
}

.no_data[data-v-59156b13] {
	text-align: center;
	margin-top: 100px;
	height: 200px;
	font-size: 24px;
	color: rgba(0,0,0,.15)
}

.input_txt[data-v-097f7a3b] {
	line-height: 40px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #dcdfe6;
	padding-left: 10px
}

.input_txt1[data-v-097f7a3b] {
	line-height: 40px;
	border-radius: 5px;
	border: none;
	padding-left: 10px
}

.table_score table[data-v-097f7a3b] {
	width: 100%;
	background-color: #fff
}

.table_score table thead tr[data-v-097f7a3b] {
	background-color: #f7f7f7
}

.table_score table tr[data-v-097f7a3b], .table_score table tr td[data-v-097f7a3b] {
	border-bottom: 1px solid #ddd
}

.table_score table tr:last-child td[data-v-097f7a3b] {
	border-bottom: none
}

.table_score table td[data-v-097f7a3b], .table_score table th[data-v-097f7a3b] {
	line-height: 36px;
	text-align: center;
	padding: 10px 0
}

.file_status_div[data-v-097f7a3b] {
	float: left;
	margin-right: 6px;
	margin-top: 10px
}

.upload_box[data-v-097f7a3b] {
	position: relative
}

.upload_div[data-v-097f7a3b] {
	margin-top: 12px
}

.file-input[data-v-097f7a3b] {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	opacity: 0
}

.teacher_score_left img[data-v-097f7a3b] {
	border-radius: 100px;
	margin-right: 15px
}

.every_others_stu[data-v-097f7a3b] {
	width: 250px;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-top: 20px;
	float: left;
	margin-right: 18px
}

	.every_others_stu[data-v-097f7a3b]:nth-child(3n) {
		margin-right: 0
	}

.go_eva_div[data-v-097f7a3b] {
	width: 80px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	background: #4286f4;
	border-radius: 60px;
	font-size: 12px;
	text-align: center;
	cursor: pointer
}

.gray_word[data-v-097f7a3b] {
	cursor: pointer
}

.achieve_student_left img[data-v-097f7a3b] {
	border-radius: 200px;
	margin-right: 20px
}

.detail_table_div[data-v-097f7a3b] {
	background-color: #f5f7fa;
	border: 1px solid #e4e7ed;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.06);
	border-radius: 3px;
	margin-top: 20px;
	padding: 20px 30px
}

.every_others_scores span[data-v-097f7a3b] {
	color: #acacac
}

.submit_time[data-v-097f7a3b] {
	color: #acacac;
	font-size: 11px
}

.others_info_div[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.others_info_div img[data-v-097f7a3b] {
	margin-right: 8px;
	border-radius: 100px
}

.every_others_info[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eaeaea
}

.every_others_text[data-v-097f7a3b] {
	border: 1px solid #e4e7ed;
	background-color: #f5f7fa;
	padding: 6px 10px;
	line-height: 22px;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 42px
}

.every_others_top[data-v-097f7a3b] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.every_others_top[data-v-097f7a3b], .search_others_div[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.search_others_div[data-v-097f7a3b] {
	background-color: #f5f7fa;
	padding: 10px 20px;
	margin-top: 20px
}

.others_evalute_div[data-v-097f7a3b] {
	margin-top: 20px
}

.mark_score_bottom[data-v-097f7a3b] {
	margin-top: 20px
}

.mark_bottom_div[data-v-097f7a3b], .mark_bottom_left[data-v-097f7a3b], .mark_bottom_middle[data-v-097f7a3b], .mark_score_bottom[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.detail_score_span[data-v-097f7a3b] {
	color: #4286f4;
	margin-left: 15px
}

.line_bottom_div[data-v-097f7a3b] {
	width: 1px;
	height: 20px;
	background-color: #acacac;
	margin-left: 20px;
	margin-right: 20px
}

.gray_word[data-v-097f7a3b] {
	color: #acacac;
	margin-left: 15px
}

.gray_word i[data-v-097f7a3b] {
	margin-right: 6px
}

.mark_score_div[data-v-097f7a3b] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px
}

.evaluate_detail_div[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px
}

.circle_div[data-v-097f7a3b] {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	margin-right: 10px;
	display: inline-block
}

.circle_div.blue[data-v-097f7a3b] {
	background-color: #5b96f8
}

.circle_div.yellow[data-v-097f7a3b] {
	background-color: #fbd418
}

.circle_div.red[data-v-097f7a3b] {
	background-color: #ff4747
}

.score_span[data-v-097f7a3b] {
	color: #acacac;
	margin-right: 15px
}

.ring_left[data-v-097f7a3b] {
	width: 150px;
	margin-right: 60px
}

.submit_content_div[data-v-097f7a3b] {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.submit_content_txt[data-v-097f7a3b] {
	display: block;
	width: 96%;
	height: 90px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	padding: 10px 15px;
	margin-top: 10px
}

.submit_content_title[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity_detail[data-v-097f7a3b] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}

.activity_detail_title[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.activity_detail_content[data-v-097f7a3b] {
	margin-top: 10px
}

	.activity_detail_content[data-v-097f7a3b] img {
		max-width: 100%;
		height: auto
	}

.activity_eva_div[data-v-097f7a3b] {
	margin-top: 10px
}

.activity_detail_title .line_div[data-v-097f7a3b] {
	width: 5px;
	height: 20px;
	background: #4286f4;
	margin-right: 10px
}

.detail_title_top[data-v-097f7a3b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.detail_interact_div[data-v-097f7a3b] {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-top: 20px
}

.detail_end_time[data-v-097f7a3b] {
	color: #9c9c9c;
	font-size: 14px;
	margin-top: 12px
}

.back_prev_div i[data-v-097f7a3b] {
	margin-right: 5px;
	font-size: 18px
}

.interact_name[data-v-097f7a3b] {
	margin-right: 10px
}

.every_course_right span[data-v-097f7a3b] {
	color: #999
}

.course_btn a[data-v-097f7a3b] {
	display: block;
	text-align: center;
	width: 80px;
	line-height: 30px;
	border-radius: 100px;
	cursor: pointer;
	font-size: 13px
}

.course_btn a.blue[data-v-097f7a3b] {
	color: #4286f4;
	border: 1px solid #4286f4
}

	.course_btn a.blue[data-v-097f7a3b]:hover {
		color: #409eff;
		background: #ecf5ff;
		border-color: #b3d8ff
	}

.course_btn a.gray[data-v-097f7a3b] {
	color: #9baab5;
	border: 1px solid #9baab5
}

	.course_btn a.gray[data-v-097f7a3b]:hover {
		color: #909399;
		background: #f4f4f5;
		border-color: #d3d4d6
	}

.el-progress--circle[data-v-639a6458] .el-progress__text {
	display: none
}

.file_status_div[data-v-639a6458] {
	float: left;
	margin-right: 6px;
	margin-top: 10px
}

.upload_box[data-v-639a6458] {
	position: relative
}

.upload_div[data-v-639a6458] {
	margin-top: 12px
}

.file-input[data-v-639a6458] {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	opacity: 0
}

.interact_name[data-v-639a6458] {
	margin-right: 10px
}

.achieve_student_left img[data-v-639a6458] {
	border-radius: 200px;
	margin-right: 20px
}

.teacher_score_div[data-v-639a6458] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.teacher_score_div[data-v-639a6458], .teacher_score_left[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.teacher_score_left img[data-v-639a6458] {
	border-radius: 100px;
	margin-right: 15px
}

.teacher_score_right[data-v-639a6458] {
	color: #acacac
}

.teacher_detail_content[data-v-639a6458] {
	width: 600px;
	padding: 20px;
	line-height: 24px;
	background: #f5f7fa;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.06);
	border: 1px solid #e4e7ed;
	margin-top: 6px
}

.every_others_stu[data-v-639a6458] {
	width: 250px;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-top: 20px;
	float: left;
	margin-right: 18px
}

.every_others_scores span[data-v-639a6458] {
	color: #acacac
}

.go_eva_div[data-v-639a6458] {
	width: 80px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	background: #4286f4;
	border-radius: 60px;
	font-size: 12px;
	text-align: center
}

.submit_time[data-v-639a6458] {
	color: #acacac;
	font-size: 11px
}

.others_info_div[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.others_info_div img[data-v-639a6458] {
	margin-right: 8px;
	border-radius: 100px
}

.every_others_info[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eaeaea
}

.every_others_text[data-v-639a6458] {
	border: 1px solid #e4e7ed;
	background-color: #f5f7fa;
	padding: 6px 10px;
	line-height: 22px;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 42px
}

.every_others_top[data-v-639a6458] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.every_others_top[data-v-639a6458], .search_others_div[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.search_others_div[data-v-639a6458] {
	background-color: #f5f7fa;
	padding: 10px 20px;
	margin-top: 20px
}

.others_evalute_div[data-v-639a6458] {
	margin-top: 20px
}

.gray_word i[data-v-639a6458] {
	margin-right: 6px
}

.mark_score_div[data-v-639a6458] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px
}

.evaluate_detail_div[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px
}

.ring_left[data-v-639a6458] {
	width: 150px;
	margin-right: 60px;
	position: relative
}

.detail_score_div[data-v-639a6458] {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 128px;
	font-size: 22px;
	width: 126px;
	text-align: center
}

.submit_content_div[data-v-639a6458] {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.submit_content_txt[data-v-639a6458] {
	display: block;
	width: 96%;
	height: 90px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	padding: 10px 15px;
	margin-top: 10px
}

.submit_content_title[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity_detail[data-v-639a6458] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}

.activity_detail_title[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.activity_detail_content[data-v-639a6458] {
	margin-top: 10px
}

	.activity_detail_content[data-v-639a6458] img {
		max-width: 100%;
		height: auto
	}

.activity_eva_div[data-v-639a6458] {
	margin-top: 10px
}

.activity_detail_title .line_div[data-v-639a6458] {
	width: 5px;
	height: 20px;
	background: #4286f4;
	margin-right: 10px
}

.detail_title_top[data-v-639a6458] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.detail_interact_div1[data-v-639a6458] {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.detail_end_time[data-v-639a6458] {
	color: #9c9c9c;
	font-size: 14px;
	margin-top: 12px
}

.line_div[data-v-148d2d9d] {
	width: 3px;
	height: 17px;
	background-color: #4286f4;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.table_name_div[data-v-148d2d9d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.table_name_div img[data-v-148d2d9d] {
	border-radius: 200px
}

.achieve_div[data-v-148d2d9d] {
	display: -ms-flexbox;
	display: flex
}

.achieve_div_left[data-v-148d2d9d] {
	width: 280px
}

.achieve_student_div[data-v-148d2d9d] {
	background: url(/static/img/achieve_bg.df7e008.png);
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px;
	height: 175px
}

.achieve_student_div[data-v-148d2d9d], .achieve_student_left[data-v-148d2d9d] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.achieve_student_left img[data-v-148d2d9d] {
	border-radius: 200px;
	margin-right: 20px
}

.every_others_scores span[data-v-148d2d9d] {
	color: #acacac
}

.achieve_div_right[data-v-148d2d9d] {
	border-left: 1px solid #eaeaea;
	width: 920px
}

.el-progress--circle[data-v-2c1bd1a4] .el-progress__text {
	display: none
}

.file_status_div[data-v-2c1bd1a4] {
	float: left;
	margin-right: 6px;
	margin-top: 10px
}

.upload_box[data-v-2c1bd1a4] {
	position: relative
}

.upload_div[data-v-2c1bd1a4] {
	margin-top: 12px
}

.file-input[data-v-2c1bd1a4] {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	opacity: 0
}

.interact_name[data-v-2c1bd1a4] {
	margin-right: 10px
}

.achieve_student_left img[data-v-2c1bd1a4] {
	border-radius: 200px;
	margin-right: 20px
}

.teacher_score_div[data-v-2c1bd1a4] {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.teacher_score_div[data-v-2c1bd1a4], .teacher_score_left[data-v-2c1bd1a4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.teacher_score_left img[data-v-2c1bd1a4] {
	border-radius: 100px;
	margin-right: 15px
}

.teacher_score_right[data-v-2c1bd1a4] {
	color: #acacac
}

.teacher_detail_content[data-v-2c1bd1a4] {
	width: 600px;
	padding: 20px;
	line-height: 24px;
	background: #f5f7fa;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.06);
	border: 1px solid #e4e7ed;
	margin-top: 6px
}

.every_others_scores span[data-v-2c1bd1a4] {
	color: #acacac
}

.gray_word i[data-v-2c1bd1a4] {
	margin-right: 6px
}

.mark_score_div[data-v-2c1bd1a4] {
	margin-top: 20px
}

.evaluate_detail_div[data-v-2c1bd1a4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px
}

.ring_left[data-v-2c1bd1a4] {
	width: 150px;
	margin-right: 60px;
	position: relative
}

.detail_score_div[data-v-2c1bd1a4] {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 128px;
	font-size: 22px;
	width: 126px;
	text-align: center
}

.submit_content_div[data-v-2c1bd1a4] {
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.submit_content_txt[data-v-2c1bd1a4] {
	display: block;
	width: 96%;
	height: 90px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	padding: 10px 15px;
	margin-top: 10px
}

.submit_content_title[data-v-2c1bd1a4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity_detail[data-v-2c1bd1a4] {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}

.activity_detail_title[data-v-2c1bd1a4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.activity_detail_content[data-v-2c1bd1a4] {
	margin-top: 10px
}

	.activity_detail_content[data-v-2c1bd1a4] img {
		max-width: 100%;
		height: auto
	}

.activity_eva_div[data-v-2c1bd1a4] {
	margin-top: 10px
}

.activity_detail_title .line_div[data-v-2c1bd1a4] {
	width: 5px;
	height: 20px;
	background: #4286f4;
	margin-right: 10px
}

.detail_title_top[data-v-2c1bd1a4] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.detail_interact_div1[data-v-2c1bd1a4] {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.detail_end_time[data-v-2c1bd1a4] {
	color: #9c9c9c;
	font-size: 14px;
	margin-top: 12px
}

.personal_page[data-v-02390671] {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px
}

.personal_content[data-v-02390671] {
	width: 1200px;
	background-color: #fff;
	margin: 20px auto;
	min-height: 500px;
	padding: 20px 0 70px
}

.personal_tab[data-v-02390671] {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-left: 40px
}

.personal_tab div[data-v-02390671] {
	float: left;
	width: 105px;
	text-align: center;
	color: #8c8c8c;
	line-height: 50px;
	cursor: pointer
}

.personal_tab div.selected[data-v-02390671] {
	color: #4286f4;
	border-bottom: 2px solid #4286f4
}

.personal_header[data-v-02390671] {
	margin-top: 30px;
	text-align: center
}

.personal_header img[data-v-02390671] {
	border-radius: 100%;
	margin: 0 auto
}

.personal_header .header_img_box[data-v-02390671]:hover:after {
	content: "\4FEE\6539\5934\50CF";
	color: #fff;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 200px;
	background: rgba(0,0,0,.6)
}

.personal_header .header_img_box[data-v-02390671] {
	position: relative;
	width: 100px;
	margin: 10px auto;
	cursor: pointer
}

.detail_personal_content[data-v-02390671] {
	position: relative;
	width: 800px;
	margin: 20px auto
}

.info_div[data-v-02390671] {
	margin-top: 40px;
	overflow: hidden
}

.info_title[data-v-02390671] {
	width: 150px;
	text-align: right;
	margin-right: 40px;
	color: #8c8c8c;
	float: left
}

.info_div > div[data-v-02390671] {
	float: left
}

.modify_tip[data-v-02390671] {
	margin-top: 15px;
	color: #8c8c8c
}

.save_btn[data-v-02390671] {
	position: absolute;
	right: 0;
	top: 0
}

.info_div .el-button--medium[data-v-02390671] {
	padding: 0
}

.common_question_div[data-v-02390671] {
	padding: 42px 64px
}

.common_question_div h3[data-v-02390671] {
	font-size: 26px
}

.every_question[data-v-02390671] {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	margin-top: 40px
}

.every_question div[data-v-02390671] {
	color: #8c8c8c;
	padding-left: 20px
}

.every_question div p[data-v-02390671] {
	margin-top: 20px
}

.basic_info_div .el-input--medium[data-v-02390671] {
	width: 260px
}

.basic_info_div[data-v-02390671] .el-input--medium .el-input__inner {
	border: none;
	padding: 0
}

.email_input[data-v-02390671] .el-input__inner {
	border: none;
	width: 260px
}

.header_img[data-v-02390671] {
	cursor: pointer
}

.showAvator[data-v-02390671] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-02390671] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center
}

.preview[data-v-02390671] {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #ccc
}

.avatorButton[data-v-02390671] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-02390671] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-02390671]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-02390671] {
	background-image: none
}

.borderDiv[data-v-02390671] {
	width: 78px;
	height: 78px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: .5s linear
}

.agreementdiv p[data-v-02390671] {
	margin-top: 10px;
	line-height: 28px
}

.agreement[data-v-02390671] {
	line-height: 28px
}

.bind_phone[data-v-02390671] .el-input__inner, .checkAccount[data-v-02390671] .el-input__inner {
	border: none;
	border-bottom: 1px solid #dcdfe6;
	border-radius: 0
}

.phone_code[data-v-02390671] {
	border-bottom: 1px solid #dcdfe6
}

	.phone_code[data-v-02390671] .el-input__inner {
		border: none
	}

.phone_code[data-v-02390671] {
	display: -ms-flexbox;
	display: flex
}

.full_screen_div[data-v-dcb64a82] {
	background-color: #f0f0f0;
	margin-bottom: 15px
}

.full_screen[data-v-dcb64a82] {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin: 0 auto;
	padding: 10px 15px;
	width: 88px;
	cursor: pointer
}

.full_screen i[data-v-dcb64a82] {
	margin-right: 10px
}

.task_page[data-v-dcb64a82] {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px
}

.task_list_div[data-v-dcb64a82] {
	width: 1200px;
	background-color: #fff;
	margin: 20px auto;
	min-height: 700px;
	padding: 20px 0 90px
}

.per_task[data-v-dcb64a82] {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 20px 220px;
	font-size: .8rem;
	margin: 15px auto;
	position: relative
}

.complete_div[data-v-dcb64a82] {
	position: absolute;
	top: -8px;
	right: 100px;
	width: 50px;
	height: 50px
}

.task_top_div[data-v-dcb64a82] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.task_top_div[data-v-dcb64a82], .task_top_l[data-v-dcb64a82] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_top_l[data-v-dcb64a82] {
	width: 75%
}

.task_icon[data-v-dcb64a82] {
	width: 34px;
	height: 34px;
	margin-right: 3%
}

.process_bar[data-v-dcb64a82] {
	overflow: hidden;
	margin-top: 8px;
	width: 500px;
	cursor: pointer
}

.process_box[data-v-dcb64a82] {
	float: left;
	overflow: hidden;
	margin-top: 4px
}

.process_div[data-v-dcb64a82] {
	background-color: #f2f7f8;
	width: 260px;
	margin-right: 15px;
	border-radius: 50px;
	float: left;
	margin-top: 7px
}

.process[data-v-dcb64a82] {
	border-radius: 50px;
	height: 4px;
	background-image: linear-gradient(left,#f76b1c,#fad961)
}

.process_span[data-v-dcb64a82] {
	color: #999;
	font-size: .8rem;
	float: left
}

.task_bottom[data-v-dcb64a82] {
	margin-top: 8px
}

.task_coin[data-v-dcb64a82] {
	color: #ffcb39;
	font-weight: 700;
	float: left;
	margin-left: 30px
}

.task_coin img[data-v-dcb64a82] {
	width: 26px;
	height: 26px;
	margin-right: 3px;
	vertical-align: middle
}

.end_time[data-v-dcb64a82] {
	color: #9baab5;
	font-size: .8rem;
	margin-top: 4px
}

.btn_box[data-v-dcb64a82] {
	position: absolute;
	right: 220px;
	top: 55px
}

.gototask[data-v-dcb64a82] {
	border: 1px solid #4286f4;
	color: #4286f4;
	border-radius: 100px
}

.getaward[data-v-dcb64a82], .gototask[data-v-dcb64a82] {
	width: 78px;
	text-align: center;
	line-height: 28px;
	display: block;
	cursor: pointer
}

.getaward[data-v-dcb64a82] {
	background: linear-gradient(90deg,#ff9e3c,#f19530 19%,#e96207);
	color: #fff;
	border-radius: 100px
}

.pop_receive_coin[data-v-dcb64a82] {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%
}

.receive_coin_div[data-v-dcb64a82] {
	background: rgba(0,0,0,.7);
	width: 200px;
	border-radius: 10px;
	padding: 20px;
	margin: 80px auto
}

.receive_top[data-v-dcb64a82] {
	color: #fff;
	margin: 0 auto;
	width: 100px
}

.receive_top img[data-v-dcb64a82] {
	width: 21px;
	height: 21px;
	vertical-align: middle;
	margin-right: 15px
}

.receive_bottom[data-v-dcb64a82] {
	color: #ffcb39;
	font-weight: 700;
	width: 40%;
	margin: 0 auto;
	margin-top: 14px
}

.receive_bottom img[data-v-dcb64a82] {
	width: 22px;
	height: 22px;
	margin-right: 3px;
	vertical-align: middle
}

.Interact_detail[data-v-dcb64a82] {
	width: 1100px;
	margin: 0 auto
}

.back_prev[data-v-dcb64a82] {
	margin-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
	color: #79a3f7
}

.back_prev i[data-v-dcb64a82] {
	font-size: 20px;
	font-weight: 700
}

.max-width1[data-v-86e1916a] {
	width: calc(100% - 220px)
}

.max-width2[data-v-86e1916a] {
	width: calc(100% - 60px)
}

.main-content[data-v-86e1916a] {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 100%;
	overflow: hidden
}

.el-breadcrumb[data-v-86e1916a] {
	margin-bottom: 10px
}

	.el-breadcrumb[data-v-86e1916a] a {
		font-weight: 400
	}

	.el-breadcrumb[data-v-86e1916a] .iconfont {
		margin-right: 5px;
		font-weight: 400;
		font-size: 14px
	}

.el-menu-vertical-demo[data-v-86e1916a]:not(.el-menu--collapse) {
	width: 220px;
	min-height: 400px
}

.el-menu[data-v-86e1916a] {
	border-right: none
}

	.el-menu[data-v-86e1916a] i {
		color: #000
	}

.el-menu--inline .el-menu-item[data-v-86e1916a] {
	padding-left: 50px !important
}

.el-menu-item span[data-v-86e1916a], .el-submenu__title span[data-v-86e1916a] {
	margin-left: 10px
}

.el-button--primary[data-v-86e1916a] {
	background: #4286f4;
	border: #4286f4;
	font-size: 26px;
	margin-top: 8px
}

.el-dropdown-link[data-v-86e1916a] {
	cursor: pointer;
	color: #fff;
	font-size: 14px
}

header[data-v-86e1916a] {
	height: 60px;
	width: 100%;
	background: #4286f4
}

header .logo_box[data-v-86e1916a] {
	width: 219px;
	background: #2869d2;
	height: 60px;
	line-height: 60px;
	float: left
}

header .logo_box .trigger_box[data-v-86e1916a] {
	width: 50px;
	height: 60px;
	line-height: 60px;
	float: left
}

header .logo_box .trigger_box img[data-v-86e1916a] {
	width: 23px;
	margin-top: 20px;
	margin-left: 18px
}

header .logo_box .logo_pic[data-v-86e1916a] {
	display: block;
	height: 60px;
	float: left;
	width: 161px
}

header .logo_box span[data-v-86e1916a] {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 108px;
	font-size: 26px;
	color: #fff;
	text-align: center
}

header .logo_title[data-v-86e1916a] {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	margin-left: 25px
}

header .header_right_box[data-v-86e1916a] {
	float: right;
	margin-right: 25px;
	line-height: 60px;
	color: #fff
}

header .header_right_box .bell_box[data-v-86e1916a] {
	height: 60px;
	line-height: 60px;
	float: left;
	position: relative
}

header .header_right_box .bell_box .bell[data-v-86e1916a] {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #f5222d;
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 12px
}

header .header_right_box .info_box[data-v-86e1916a] {
	float: left
}

header .header_right_box .info_box img[data-v-86e1916a] {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin: 7px 12px 0 19px;
	float: left
}

header .header_right_box .info_box .el-dropdown[data-v-86e1916a] {
	float: left
}

.el-main[data-v-86e1916a] {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 60px - 60px);
	background: #f2f2f2;
	padding-bottom: 0
}

.el-aside[data-v-86e1916a] {
	border-right: 1px solid #f2f2f2
}

.el-footer[data-v-86e1916a] {
	padding: 20px 0;
	background: #f2f2f2;
	text-align: center
}

.sidebar > ul[data-v-86e1916a] {
	height: 100%
}

.footer_page[data-v-d6091a96] {
	background-color: #e1e1e1;
	width: 100%;
	height: 80px
}

.footer_div[data-v-d6091a96] {
	color: #4d4d4d;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 140px;
	line-height: 100px
}

.footer_div2[data-v-d6091a96] {
	float: left
}

[data-v-1bc421bf] .introduce_div img {
	max-width: 100%;
	height: auto
}

.head[data-v-1bc421bf] {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover
}

.changeButton[data-v-1bc421bf] {
	background-color: #899499;
	color: #fff;
	float: right;
	margin-top: 22px;
	margin-right: 8vw;
	font-size: 22px;
	border-radius: .3vw
}

.hoverButton[data-v-1bc421bf] :hover {
	color: #4286f4;
	border-color: #4286f4
}

[data-v-1bc421bf] .el-collapse-item__arrow {
	display: none
}

[data-v-1bc421bf] .el-collapse-item__content {
	padding-bottom: 0
}

[data-v-1bc421bf] .el-collapse-item__header {
	height: 3.5vw
}

.el-menu--horizontal .el-menu-item[data-v-84039ec0]:not(.is-disabled):hover {
	background-color: transparent !important;
	color: #4286f4 !important
}

.el-menu--horizontal > .el-menu-item[data-v-84039ec0] {
	border-bottom: none !important
}

[data-v-84039ec0] .ql-editor img {
	max-width: 100%;
	height: auto
}

.el-menu-item.is-active[data-v-84039ec0] {
	border: 0
}

.backUrl[data-v-84039ec0] {
	height: 19vw;
	margin-top: 1.5vw;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover
}

.el-form-item[data-v-84039ec0] {
	.el-form-item__error

{
	left: 280px
}

}

.edit-content[data-v-84039ec0] {
	padding-top: 64px
}

.inp-width[data-v-84039ec0] {
	width: 272px !important
}

.avatar-uploader[data-v-84039ec0] .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 100%;
	background: rgba(0,0,0,.02)
}

	.avatar-uploader[data-v-84039ec0] .el-upload:hover {
		border-color: #409eff
	}

.avatar-uploader-icon[data-v-84039ec0] {
	margin-top: 39px;
	font-size: 28px;
	color: #8c939d;
	text-align: center
}

.avatar[data-v-84039ec0] {
	width: 100%;
	height: 100%;
	display: block;
	background-position: 50%;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.upload-file-type[data-v-84039ec0] {
	padding-left: 36px;
	display: inline-block;
	vertical-align: super;
	color: rgba(0,0,0,.45)
}

.showAvator[data-v-84039ec0] {
	width: 350px;
	height: 300px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.show-preview[data-v-84039ec0] {
	-ms-flex: 1;
	flex: 1;
	-webkit-flex: 1;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	.preview

{
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #ccc
}

}

.avatorButton[data-v-84039ec0] {
	height: 50px;
	margin-top: 20px;
	margin-left: 20px
}

.directive_btn[data-v-84039ec0] {
	display: inline-block;
	width: auto;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 20px;
	padding: 0 10px;
	cursor: pointer;
	transition: .1s linear
}

	.directive_btn[data-v-84039ec0]:hover {
		color: #4286f4;
		border: 1px solid #4286f4;
		background-color: #ecf3fe
	}

.wrapper .vue-cropper[data-v-84039ec0] {
	background-image: none
}

.task_title[data-v-6980a25b] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 13px
}

.edit_state_div[data-v-6980a25b] {
	font-size: 13px
}

.task_div[data-v-6980a25b] {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 7px 0 14px 5%
}

.task_div[data-v-6980a25b], .task_div_left[data-v-6980a25b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.task_div_left[data-v-6980a25b] {
	width: 70%
}

.task_div_right[data-v-6980a25b] {
	width: 27%
}

[data-v-6980a25b] .el-dropdown-menu__item {
	padding: 0
}

	[data-v-6980a25b] .el-dropdown-menu__item:not(.is-disabled):hover {
		background-color: #fff
	}

.content-title[data-v-6980a25b] {
	height: 3.3vw;
	line-height: 3.3vw;
	font-size: 1.2vw;
	color: #303133
}

.no-data[data-v-6980a25b] {
	height: 5.7vw;
	line-height: 5.7vw;
	font-size: 1.3vw;
	color: #ccc;
	text-align: center;
	margin-top: 0
}

.lesson-chapter[data-v-6980a25b] {
	box-sizing: border-box;
	border: 1px solid #eee
}

.lesson-chapter .btn-del-drg[data-v-6980a25b] {
	height: 100%;
	float: right;
	padding: 0 .75vw;
	font-size: 1vw;
	color: #4286f4
}

.lesson-chapter .section-item[data-v-6980a25b] {
	box-sizing: border-box;
	border-bottom: 1px solid #eee
}

.project-name[data-v-6980a25b] {
	display: inline-block;
	height: 100%
}

.project-name p[data-v-6980a25b] {
	height: 100%;
	font-size: 13px
}

.sec-content[data-v-6980a25b] {
	position: relative;
	padding-left: 40px;
	padding-bottom: 25px
}

.sec-content p[data-v-6980a25b] {
	margin-bottom: 20px;
	color: #666;
	margin-top: 14px
}

.sec-content p span[data-v-6980a25b] {
	margin-right: 25px
}

.sec-content .btn-area[data-v-6980a25b] {
	padding-top: 20px
}

	.sec-content .btn-area[data-v-6980a25b] .el-button {
		padding: 9px 20px
	}

.sec-content .finish-sec[data-v-6980a25b] {
	position: absolute;
	top: 20px;
	right: 14px
}

.btn-outer[data-v-6980a25b] {
	padding: .6vw 1.6vw .8vw 2vw;
	margin-top: 1vw
}

.btn-outer .add-sec-btn[data-v-6980a25b] {
	width: 100%;
	height: 1.8vw;
	color: rgba(0,0,0,.65);
	border-radius: 4px;
	border: 1px dashed rgba(0,0,0,.1);
	text-align: center;
	line-height: 1.8vw;
	cursor: pointer
}

	.btn-outer .add-sec-btn[data-v-6980a25b]:hover {
		color: #4286f4;
		border-color: #4286f4
	}

.chapter-add-btn[data-v-6980a25b] {
	padding: 0 17px
}

.lesson-chapter[data-v-6980a25b] .el-collapse {
	border: 0
}

.lesson-chapter[data-v-6980a25b] .el-collapse-item__wrap {
	background-color: transparent
}

.lesson-chapter[data-v-6980a25b] .el-collapse-item__header {
	background-color: transparent;
	transition: none;
	font-size: 1vw
}

	.lesson-chapter[data-v-6980a25b] .el-collapse-item__header:hover {
		background-color: #ecf5ff
	}

.lesson-chapter .section-item[data-v-6980a25b] .el-collapse-item__wrap {
	border: 0
}

.el-collapse-item[data-v-6980a25b] .el-collapse-item__header {
	padding: 0
}

.lesson-chapter .section-item[data-v-6980a25b] .el-collapse-item__header {
	color: #666;
	font-size: .7vw;
	border-bottom: 0;
	width: 100%;
	overflow: hidden
}

.lesson-chapter[data-v-6980a25b] .el-collapse-item__header.is-active {
	background-color: #f6faff;
	border-bottom: 1px solid #eee
}

.lesson-chapter .section-item[data-v-6980a25b] .el-collapse-item__header.is-active {
	background-color: transparent;
	border-bottom: 0
}

.lesson-chapter .section-item[data-v-6980a25b] .el-collapse-item__header .title-small {
	display: inline-block;
	width: calc(100% - 34px);
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: .2vw
}

.lesson-chapter[data-v-6980a25b] .el-collapse-item__arrow {
	margin-left: 10px;
	float: left !important;
	font-size: 16px
}

	.lesson-chapter[data-v-6980a25b] .el-collapse-item__arrow:before {
		content: "\E60E"
	}

.create-btn[data-v-6980a25b] {
	width: 410px;
	display: inline-block
}

[data-v-6980a25b] .el-collapse-item__content {
	padding: 0;
	padding-left: 22px
}

[data-v-6980a25b] .el-input-group__prepend {
	padding: 0 .6vw
}

[data-v-6980a25b] .el-input__inner {
	padding: 0 .4vw
}

[data-v-6980a25b] .el-tabs--card .el-tabs__item.is-active {
	border-bottom-color: #fff !important
}

.frame-outer-box[data-v-6980a25b] {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

.frame-outer-box iframe[data-v-6980a25b] {
	min-width: 1080px
}

.stage-nodata[data-v-6980a25b] {
	width: 100%;
	line-height: 150px;
	color: #ccc;
	text-align: center;
	font-size: 18px
}

[data-v-6980a25b] .el-dialog {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
	border-radius: 4px
}

	[data-v-6980a25b] .el-dialog .el-dialog__header {
		border-bottom: 1px solid #e8e8e8
	}

.dialog-inside-row[data-v-6980a25b] {
	color: #409eff;
	line-height: 42px
}

.dir-left[data-v-6980a25b] {
	text-align: right
}

.dir-right[data-v-6980a25b] {
	padding-left: 20px
}

[data-v-6980a25b] .el-table {
	margin: 0 !important
}

.table-area[data-v-6980a25b] {
	padding: 20px
}

	.table-area[data-v-6980a25b] .table-header-cla th {
		background: #fafafa !important
	}

[data-v-6980a25b] .el-table__expanded-cell {
	background: #f9f9f9
}

	[data-v-6980a25b] .el-table__expanded-cell:hover {
		background: #f9f9f9 !important
	}

.point-area[data-v-6980a25b] {
	padding: 5px 10px
}

.point-area-item[data-v-6980a25b] {
	width: 33.3333%;
	float: left;
	text-align: left;
	color: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 0 5px
}

.point-area-item p[data-v-6980a25b]:first-child {
	margin-bottom: 6px;
	color: rgba(0,0,0,.65)
}

.explain-text[data-v-6980a25b] {
	margin-bottom: 20px
}

.explain-text .explain-text-content[data-v-6980a25b] {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px
}

.title-cla[data-v-6980a25b] {
	font-size: 15px;
	font-weight: 700;
	line-height: 49px
}

.table-area[data-v-6980a25b] .el-collapse-item__arrow {
	margin-left: -18px;
	margin-right: 0;
	float: left !important;
	font-size: 16px
}

.main[data-v-6980a25b] .el-tabs__header {
	background: #f2f2f2
}

.main[data-v-6980a25b] {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: -20px;
	background: #f2f2f2
}

.main .el-container[data-v-6980a25b], .main[data-v-6980a25b] {
	min-height: calc((100vh - 120px) - 60px)
}

.main .left-menu[data-v-6980a25b] {
	width: 320px;
	min-height: 500px;
	display: inline-block;
	vertical-align: top;
	background: #fff
}

.main .left-menu .menu-groups[data-v-6980a25b] {
	width: 320px
}

.main .left-menu .menu-groups .menu[data-v-6980a25b] {
	cursor: pointer;
	border-top: 1px solid #eee;
	padding: 10px 40px
}

	.main .left-menu .menu-groups .menu.active[data-v-6980a25b], .main .left-menu .menu-groups .menu[data-v-6980a25b]:hover {
		color: #409eff
	}

.main .hide-box[data-v-6980a25b] {
	width: 12px;
	height: 150px;
	border-radius: 0 8px 8px 0;
	position: relative;
	right: 0;
	top: 150px
}

.main .hide-box .hide-btn[data-v-6980a25b] {
	padding: 0;
	width: 12px;
	height: 100%;
	background: #666;
	color: #fff;
	border-radius: 0 8px 8px 0
}

.main .right-main[data-v-6980a25b] {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-left: 10px;
	min-height: 500px;
	background: #fff
}

.main .vertical-halving[data-v-6980a25b] {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: auto;
	background-color: #f2f2f2;
	bottom: 0;
	margin-bottom: -20px
}

.lesson-img[data-v-6980a25b] {
	width: 150px;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 30px
}

.lesson-title-box[data-v-6980a25b] {
	display: inline-block;
	width: 320px;
	height: 100px;
	vertical-align: top
}

.lesson-title-box .lesson-title[data-v-6980a25b] {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	color: #444;
	height: 25px
}

.lesson-title-box .lesson-class[data-v-6980a25b] {
	display: block;
	height: 20px;
	color: rgba(0,0,0,.45);
	margin-top: 34px
}

.halving[data-v-6980a25b] {
	left: 0;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 20px;
	background-color: #f2f2f2
}

.teach-box[data-v-6980a25b] {
	padding: 10px 20px;
	border-bottom: 1px solid #eee
}

.teach-box .tag-btn[data-v-6980a25b] {
	float: right;
	width: 88px;
	height: 32px;
	line-height: 8px;
	margin-right: 20px
}

.link-box[data-v-6980a25b] {
	padding: 10px;
	height: 30px;
	border-bottom: 1px solid #eee
}

.sections-box[data-v-6980a25b] {
	margin: 20px 43px;
	background: #eee;
	padding: 20px
}

.sections-box .sections-title[data-v-6980a25b] {
	display: block;
	margin-bottom: 14px
}

.search-group[data-v-6980a25b] {
	margin-top: 20px;
	display: block;
	padding: 0 40px;
	padding-left: 20px
}

.search-group p[data-v-6980a25b] {
	float: left;
	line-height: 34px
}

.res-list[data-v-6980a25b] {
	padding: 0 30px
}

.res-list li[data-v-6980a25b] {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.15)
}

.res-list .list-head[data-v-6980a25b] {
	padding: 0 20px;
	background: #f6faff;
	font-size: 16px;
	color: #000;
	line-height: 55px
}

.res-list .list-head i[data-v-6980a25b] {
	line-height: 55px;
	color: #4286f4;
	cursor: pointer
}

.res-list .list-body[data-v-6980a25b] {
	padding: 20px 30px
}

.res-list .list-body img[data-v-6980a25b] {
	margin-right: 20px;
	width: 225px;
	height: 150px
}

.res-list .list-intro span[data-v-6980a25b] {
	font-weight: 600
}

.res-list .list-intro .message[data-v-6980a25b] {
	margin-top: 20px
}

.res-list .list-intro .message i[data-v-6980a25b] {
	color: #4286f4;
	cursor: pointer
}

.res-list .list-intro .message .el-input[data-v-6980a25b] {
	width: 400px
}

.res-list .list-intro .content[data-v-6980a25b] {
	margin-top: 40px
}

.select_box[data-v-6980a25b] {
	overflow: hidden;
	padding: 20px
}

.newbtn[data-v-6980a25b] {
	float: right;
	height: 40px
}

.sort_div[data-v-6980a25b] {
	float: right;
	margin-top: 50px;
	height: 40px
}

.sort_div span[data-v-6980a25b] {
	display: inline-block;
	padding: 4px 12px;
	border-right: 1px solid #e4e7ed
}

	.sort_div span[data-v-6980a25b]:last-child {
		border-right: none
	}

.table_box[data-v-6980a25b] {
	width: 94%;
	margin: 0 auto;
	border: 1px solid #ebeef5;
	border-bottom: none
}

.bottom_detail_data[data-v-6980a25b] {
	width: 94%;
	margin: 20px auto;
	border: 1px solid #ebeef5;
	margin-top: 15px
}

.bottom_title[data-v-6980a25b] {
	border-bottom: 1px solid #ebeef5
}

.bottom_data[data-v-6980a25b], .bottom_title[data-v-6980a25b] {
	overflow: hidden;
	padding: 10px 0
}

.bottom_data span[data-v-6980a25b], .bottom_title span[data-v-6980a25b] {
	float: left;
	display: block;
	width: 33.33%;
	text-align: center
}

.analysis_content_nodata[data-v-6980a25b] {
	width: 94%;
	line-height: 300px;
	color: #ccc;
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	margin-top: 15px
}

.el-radio-group[data-v-6980a25b] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.inner-tab[data-v-6980a25b] {
	display: block;
	text-align: center;
	margin-top: 40px
}

.attendclass-no-data[data-v-6980a25b] {
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	color: rgba(0,0,0,.15);
	font-size: 35px
}

.upload_btn[data-v-6980a25b] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-6980a25b] {
	float: right
}

.upload_btn_p[data-v-6980a25b] {
	float: right;
	margin-right: 15px
}

.lesson_list[data-v-6980a25b] {
	overflow: hidden;
	width: 96%;
	margin: 0 auto
}

.every_lesson[data-v-6980a25b] {
	border: 1px solid #e8e8e8;
	width: 32%;
	float: left;
	margin-right: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-6980a25b]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-6980a25b] {
	background-color: #000;
	height: 220px
}

.file_img img[data-v-6980a25b] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-6980a25b] {
	padding: 15px 10px
}

.file_status[data-v-6980a25b] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-6980a25b] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-6980a25b] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-6980a25b] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-6980a25b] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-6980a25b] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-6980a25b] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-6980a25b] {
	margin-left: 10px
}

.upload_text_tip[data-v-6980a25b] {
	color: #9c9c9c
}

.video-js[data-v-6980a25b] {
	width: 100%;
	height: 400px
}

.detail_sort_data[data-v-6980a25b] {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e8e8e8
}

.detail_sort_data .sort_data[data-v-6980a25b] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 700px
}

.detail_sort_data .sort_data .data_div[data-v-6980a25b] {
	border-right: 1px solid #e8e8e8;
	padding-left: 15px;
	padding-right: 15px
}

	.detail_sort_data .sort_data .data_div[data-v-6980a25b]:last-child {
		border-right: none
	}

.table_content[data-v-6980a25b] {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	min-width: 800px
}

.table_content .table_content_left[data-v-6980a25b] {
	width: 28%;
	float: left
}

.table_content .table_content_right[data-v-6980a25b] {
	width: 72%;
	float: right;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box
}

.el-table[data-v-6980a25b] {
	margin: 0 !important
}

.total_area_title[data-v-6980a25b] {
	padding: 13px 0 13px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8
}

.el-tree .el-table tr[data-v-6980a25b] {
	border-left: 1px solid #e8e8e8 !important
}

[data-v-6980a25b] .el-tree-node__label {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden
}

[data-v-6980a25b] .el-table__body .el-table__expanded-cell {
	padding: 20px 10px
}

.el-dropdown-menu[data-v-6980a25b] {
	padding: 10px 15px
}

[data-v-6980a25b] .el-tree-node__content {
	height: 44px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.taskSelect[data-v-6980a25b] {
	background-color: transparent;
	color: #333
}

.selectLink[data-v-6980a25b] {
	background-color: #eee;
	color: #333
}

.headSelect[data-v-6980a25b] {
	border-bottom: 2px solid #4286f4
}

.stageTypeSelect[data-v-6980a25b] {
	background-color: #4286f4;
	color: #fff
}

[data-v-636e34ec] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-636e34ec] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-636e34ec] {
	list-style: none
}

.leftLayout[data-v-636e34ec] {
	min-width: 700px
}

.leftContainer[data-v-636e34ec], .leftTab[data-v-636e34ec] {
	float: left
}

.leftTab[data-v-636e34ec] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-636e34ec] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-636e34ec] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-636e34ec] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-636e34ec] {
	margin-top: 15px
}

.upload_btn[data-v-636e34ec] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-636e34ec] {
	float: right
}

.additionFilePanel[data-v-636e34ec], .introduce-tab[data-v-636e34ec] {
	min-height: 200px
}

.upload_btn_p[data-v-636e34ec] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-636e34ec] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-636e34ec] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-636e34ec] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-636e34ec] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-636e34ec] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-636e34ec] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-636e34ec] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-636e34ec]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-636e34ec] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-636e34ec] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-636e34ec] {
	padding: 15px 10px
}

.file_status[data-v-636e34ec] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-636e34ec] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-636e34ec] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-636e34ec] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-636e34ec] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-636e34ec] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-636e34ec] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-636e34ec] {
	margin-left: 10px
}

.upload_text_tip[data-v-636e34ec] {
	color: #9c9c9c
}

[data-v-7f54074a] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-7f54074a] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-7f54074a] {
	list-style: none
}

.leftLayout[data-v-7f54074a] {
	min-width: 700px
}

.leftContainer[data-v-7f54074a], .leftTab[data-v-7f54074a] {
	float: left
}

.leftTab[data-v-7f54074a] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-7f54074a] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-7f54074a] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-7f54074a] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-7f54074a] {
	margin-top: 15px
}

.upload_btn[data-v-7f54074a] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-7f54074a] {
	float: right
}

.additionFilePanel[data-v-7f54074a], .introduce-tab[data-v-7f54074a] {
	min-height: 200px
}

.upload_btn_p[data-v-7f54074a] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-7f54074a] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-7f54074a] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-7f54074a] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-7f54074a] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-7f54074a] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-7f54074a] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-7f54074a] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-7f54074a]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-7f54074a] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-7f54074a] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-7f54074a] {
	padding: 15px 10px
}

.file_status[data-v-7f54074a] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-7f54074a] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-7f54074a] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-7f54074a] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-7f54074a] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-7f54074a] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-7f54074a] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-7f54074a] {
	margin-left: 10px
}

.upload_text_tip[data-v-7f54074a] {
	color: #9c9c9c
}

[data-v-953b6954] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-953b6954] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-953b6954] {
	list-style: none
}

.leftLayout[data-v-953b6954] {
	min-width: 700px
}

.leftContainer[data-v-953b6954], .leftTab[data-v-953b6954] {
	float: left
}

.leftTab[data-v-953b6954] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-953b6954] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-953b6954] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-953b6954] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-953b6954] {
	margin-top: 15px
}

.upload_btn[data-v-953b6954] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-953b6954] {
	float: right
}

.additionFilePanel[data-v-953b6954], .introduce-tab[data-v-953b6954] {
	min-height: 200px
}

.upload_btn_p[data-v-953b6954] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-953b6954] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-953b6954] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-953b6954] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-953b6954] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-953b6954] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-953b6954] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-953b6954] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-953b6954]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-953b6954] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-953b6954] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-953b6954] {
	padding: 15px 10px
}

.file_status[data-v-953b6954] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-953b6954] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-953b6954] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-953b6954] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-953b6954] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-953b6954] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-953b6954] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-953b6954] {
	margin-left: 10px
}

.upload_text_tip[data-v-953b6954] {
	color: #9c9c9c
}

[data-v-8497f214] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-8497f214] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-8497f214] {
	list-style: none
}

.leftLayout[data-v-8497f214] {
	min-width: 700px
}

.leftContainer[data-v-8497f214], .leftTab[data-v-8497f214] {
	float: left
}

.leftTab[data-v-8497f214] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-8497f214] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-8497f214] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-8497f214] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-8497f214] {
	margin-top: 15px
}

.upload_btn[data-v-8497f214] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-8497f214] {
	float: right
}

.additionFilePanel[data-v-8497f214], .introduce-tab[data-v-8497f214] {
	min-height: 200px
}

.upload_btn_p[data-v-8497f214] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-8497f214] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-8497f214] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-8497f214] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-8497f214] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-8497f214] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-8497f214] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-8497f214] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-8497f214]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-8497f214] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-8497f214] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-8497f214] {
	padding: 15px 10px
}

.file_status[data-v-8497f214] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-8497f214] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-8497f214] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-8497f214] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-8497f214] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-8497f214] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-8497f214] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-8497f214] {
	margin-left: 10px
}

.upload_text_tip[data-v-8497f214] {
	color: #9c9c9c
}

[data-v-2d81164f] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-2d81164f] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-2d81164f] {
	list-style: none
}

.leftLayout[data-v-2d81164f] {
	min-width: 700px
}

.leftContainer[data-v-2d81164f], .leftTab[data-v-2d81164f] {
	float: left
}

.leftTab[data-v-2d81164f] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-2d81164f] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-2d81164f] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-2d81164f] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-2d81164f] {
	margin-top: 15px
}

.upload_btn[data-v-2d81164f] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-2d81164f] {
	float: right
}

.additionFilePanel[data-v-2d81164f], .introduce-tab[data-v-2d81164f] {
	min-height: 200px
}

.upload_btn_p[data-v-2d81164f] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-2d81164f] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-2d81164f] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-2d81164f] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-2d81164f] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-2d81164f] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-2d81164f] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-2d81164f] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-2d81164f]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-2d81164f] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-2d81164f] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-2d81164f] {
	padding: 15px 10px
}

.file_status[data-v-2d81164f] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-2d81164f] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-2d81164f] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-2d81164f] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-2d81164f] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-2d81164f] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-2d81164f] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-2d81164f] {
	margin-left: 10px
}

.upload_text_tip[data-v-2d81164f] {
	color: #9c9c9c
}

[data-v-79205b28] .el-tabs__content {
	overflow: visible
}

.blueChange[data-v-79205b28] {
	background: #4286f4;
	color: #fff;
	border-left: 2px solid orange
}

ul[data-v-79205b28] {
	list-style: none
}

.leftLayout[data-v-79205b28] {
	min-width: 700px
}

.leftContainer[data-v-79205b28], .leftTab[data-v-79205b28] {
	float: left
}

.leftTab[data-v-79205b28] {
	width: 190px;
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftContainer[data-v-79205b28] {
	margin-left: 10px;
	width: calc(100% - 220px);
	display: inline-block;
	background: #fff;
	min-height: 350px
}

.leftList > li[data-v-79205b28] {
	transition: .2s linear;
	width: 160px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	padding: 0 15px
}

.leftList > li > i[data-v-79205b28] {
	float: right;
	line-height: 50px
}

.el-tabs__item[data-v-79205b28] {
	margin-top: 15px
}

.upload_btn[data-v-79205b28] {
	overflow: hidden;
	margin: 15px
}

.upload_btn .upload_btn_div[data-v-79205b28] {
	float: right
}

.additionFilePanel[data-v-79205b28], .introduce-tab[data-v-79205b28] {
	min-height: 200px
}

.upload_btn_p[data-v-79205b28] {
	float: right;
	margin-right: 15px
}

.sec-base-item[data-v-79205b28] {
	border: 1px solid #fff
}

.sec-base-item .title[data-v-79205b28] {
	height: 40px;
	background: #fff;
	font-size: 18px;
	padding: 0 15px
}

.sec-base-item .title .title-left[data-v-79205b28] {
	width: 100%;
	height: 100%;
	margin-top: 10px
}

.sec-base-item .title .edit-state-btn[data-v-79205b28] {
	float: right;
	padding-top: 5px
}

.sec-base-item .content[data-v-79205b28] {
	padding: 10px;
	min-height: 70px
}

.lesson_list[data-v-79205b28] {
	overflow: hidden;
	width: 96%;
	padding: 0;
	margin: 0 auto
}

.every_lesson[data-v-79205b28] {
	border: 1px solid #e8e8e8;
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-top: 15px
}

	.every_lesson[data-v-79205b28]:nth-child(3n) {
		margin-right: 0
	}

.file_img[data-v-79205b28] {
	background-color: #000;
	height: 180px
}

.file_img img[data-v-79205b28] {
	display: block;
	margin: 0 auto
}

.file_infomation[data-v-79205b28] {
	padding: 15px 10px
}

.file_status[data-v-79205b28] {
	margin-top: 10px;
	overflow: hidden
}

.file_status_div[data-v-79205b28] {
	float: left;
	width: 75%
}

.file_operate_btn[data-v-79205b28] {
	float: right;
	color: #4286f4;
	font-size: 20px
}

.file_operate_btn span[data-v-79205b28] {
	margin-left: 5px;
	cursor: pointer
}

.file_upload_status[data-v-79205b28] {
	width: 100%;
	margin-top: 3px
}

.file_upload_status .el-progress[data-v-79205b28] {
	display: inline-block;
	width: 77%;
	margin-left: 7px
}

.again_upload i[data-v-79205b28] {
	color: #f56c6c;
	font-size: 18px;
	margin-right: 3px
}

.again_upload button[data-v-79205b28] {
	margin-left: 10px
}

.upload_text_tip[data-v-79205b28] {
	color: #9c9c9c
}

.frame-box[data-v-880c8a6e] {
	margin-top: 20px
}

.rank_span[data-v-4515daea] {
	color: #a0a0a0;
	width: 40px;
	display: inline-block;
	text-align: center
}

.no_data[data-v-4515daea] {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
	color: #a0a0a0
}

.el-progress--circle[data-v-4515daea] .el-progress__text {
	top: 39%;
	color: #fff
}

.correct_process[data-v-4515daea], .submit_process[data-v-4515daea] {
	position: relative
}

.text_pro[data-v-4515daea] {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	top: 21px;
	text-align: center;
	line-height: 250px;
	font-size: 26px
}

.rank_list table thead[data-v-4515daea] {
	background: hsla(0,0%,100%,.2)
}

.rank_list table thead th[data-v-4515daea] {
	line-height: 60px;
	font-size: 26px
}

.rank_list table tbody tr td[data-v-4515daea]:first-child {
	text-align: left;
	width: 27%;
	padding-left: 90px
}

.rank_list table tbody td[data-v-4515daea] {
	text-align: center;
	line-height: 100px
}

.rank_list table tbody tr[data-v-4515daea]:nth-child(2n-1) {
	background: hsla(0,0%,100%,.1)
}

.rank_list table tbody tr[data-v-4515daea]:nth-child(2n) {
	background: hsla(0,0%,100%,.05)
}

.rank_stu_name img[data-v-4515daea] {
	vertical-align: middle
}

.rank_list[data-v-4515daea] {
	background: rgba(0,0,0,.7);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 5px;
	width: 88%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px
}

.no_answer_div[data-v-4515daea] {
	overflow: hidden
}

.every_no_answer[data-v-4515daea] {
	float: left;
	margin-right: 45px;
	margin-left: 20px;
	text-align: center;
	margin-top: 50px;
	height: 250px
}

.every_no_answer img[data-v-4515daea] {
	display: block;
	border-radius: 200px
}

.no_answer_name[data-v-4515daea] {
	margin-top: 20px
}

.stu_number[data-v-4515daea] {
	font-size: 24px;
	margin-top: 5px
}

.close_div[data-v-4515daea] {
	width: 70px;
	height: 70px;
	border-radius: 200px;
	background: rgba(0,0,0,.4);
	text-align: center;
	cursor: pointer
}

.close_box[data-v-4515daea] {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	bottom: 6px
}

.close_div i[data-v-4515daea] {
	color: #fff;
	line-height: 70px;
	font-size: 48px
}

.every_personal[data-v-4515daea] {
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px
}

.stu_name[data-v-4515daea] {
	margin-top: 10px
}

.stu_name span[data-v-4515daea] {
	font-size: 26px;
	margin-left: 5px
}

.stu_discuss[data-v-4515daea] {
	margin-top: 25px;
	line-height: 50px
}

.stu_header[data-v-4515daea] {
	margin-right: 20px;
	border-radius: 200px
}

.already_answer_sort[data-v-4515daea] {
	margin-top: 30px
}

.already_answer_sort span[data-v-4515daea] {
	margin-right: 20px;
	display: inline-block;
	cursor: pointer
}

.already_answer_sort span.select1[data-v-4515daea] {
	color: #4286f4
}

.pop_discuss_div[data-v-4515daea] {
	padding: 45px;
	width: 87%;
	padding-bottom: 90px;
	background: #fff;
	color: #000;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 5px;
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;
	z-index: 9
}

.pop_center[data-v-4515daea] {
	height: 550px;
	overflow-y: auto
}

.discuss_tab_div[data-v-4515daea] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.discuss_tab_div > div[data-v-4515daea] {
	cursor: pointer
}

.discuss_tab_div > div.select[data-v-4515daea] {
	border-bottom: 2px solid #4286f4;
	line-height: 58px
}

.discuss_num[data-v-4515daea] {
	font-size: 24px
}

.discuss_title[data-v-4515daea] {
	margin-top: 20px
}

.discuss_data[data-v-4515daea] {
	font-size: 24px;
	margin-top: 30px;
	cursor: pointer
}

.ques_analysis[data-v-4515daea] {
	background: hsla(0,0%,100%,.2);
	padding: 20px;
	margin-top: 20px
}

.ques_analysis_title[data-v-4515daea] {
	background: #4286f4;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	border-radius: 10px 10px 0 10px;
	width: 165px;
	text-align: center;
	font-size: 24px;
	line-height: 42px
}

.detail_ques_analysis[data-v-4515daea] {
	margin-top: 20px
}

.ques_analysis_title i[data-v-4515daea] {
	font-size: 24px;
	margin-right: 6px
}

.select_show_div[data-v-4515daea] {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex
}

	.select_show_div[data-v-4515daea] .el-checkbox.is-bordered {
		background-color: #fff
	}

.ques_div[data-v-4515daea] {
	background: rgba(0,0,0,.7);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 5px;
	width: 88%;
	min-width: 1200px;
	margin: 15px auto 0;
	padding: 30px 40px
}

.ques_num[data-v-4515daea] {
	font-size: 24px
}

.ques_title[data-v-4515daea] {
	margin-top: 20px
}

.every_option[data-v-4515daea] {
	background: hsla(0,0%,100%,.2);
	padding: 9px 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}

.every_option.correct[data-v-4515daea] {
	background-color: #4286f4
}

.ques_num_div[data-v-4515daea] {
	background: rgba(0,0,0,.7);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	border-radius: 5px;
	padding: 30px 40px;
	overflow: hidden;
	width: 88%;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box
}

.every_ques_num[data-v-4515daea] {
	margin-right: 20px;
	background-color: #fff;
	line-height: 64px;
	border-radius: 3px
}

.num_span[data-v-4515daea] {
	display: inline-block;
	width: 64px;
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.num_span.blue[data-v-4515daea] {
	background-color: #4286f4;
	color: #fff
}

.num_span.red[data-v-4515daea] {
	background-color: #f56c6c;
	color: #fff
}

.detail_percent[data-v-4515daea] {
	color: #0e0e0e;
	padding: 0 15px
}

.page[data-v-4515daea] {
	padding-bottom: 100px;
	background: url(/static/img/screen_bg.50b7bc9.jpg) 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	overflow-y: auto
}

.test_title[data-v-4515daea] {
	background: rgba(0,0,0,.7);
	padding: 22px 60px;
	font-size: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.full_page[data-v-4515daea] {
	background: hsla(0,0%,100%,.3);
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	cursor: pointer
}

.tab_div[data-v-4515daea] {
	width: 670px;
	margin: 25px auto 0;
	font-size: 36px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tab_title[data-v-4515daea] {
	line-height: 90px;
	cursor: pointer
}

.tab_title.select[data-v-4515daea] {
	border-bottom: 2px solid #4286f4
}

.tab_div .tab_title_div[data-v-4515daea] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.tab_icon[data-v-4515daea] {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #4286f4;
	text-align: center;
	line-height: 33px;
	margin-right: 15px
}

.tab_icon i[data-v-4515daea] {
	font-size: 24px
}

.process_div[data-v-4515daea] {
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.statice_div[data-v-4515daea] {
	width: 88%;
	min-width: 1200px;
	margin: 0 auto;
	background: rgba(0,0,0,.7);
	padding: 40px
}

@media screen and (max-width:992px) {
	.login-container {
		min-width: 100%;
	}

		.login-container .login-inside {
			width: 100%;
		}
}

@media screen and (max-width:768px) {
	.login-container .login-inside-right .login-title {
		padding-left: 20px;
	}

	.login-container .login-inside-right .right-inside {
		width: 90%;
		margin-left: 20px;
	}

	.login-container .input-row .el-input, .login-container .input-row input {
		width: 90%;
	}
}
/*mobile*/
@media screen and (max-width:576px) {
	.login-container {
		min-width: 100%;
		background: #f4f7fe url(../images/login_bg_mobile.jpg) no-repeat bottom;
	}

		.login-container .login-inside {
			width: 100%;
			background-color: transparent;
			box-shadow: none;
		}

		.login-container .login-inside-left {
			display: none
		}

		.login-container .login-inside-right {
			width: 100%;
		}

			.login-container .login-inside-right .login-title {
				background: url(../images/logo_mobile.png) no-repeat 50px top;
				color: transparent;
				padding-top: 0;
				margin-bottom: 0;
			}

			.login-container .login-inside-right .right-inside {
				margin: auto;
				width: auto
			}

		.login-container .input-row {
			border: 0;
			border-bottom: 1px solid #ddd;
			border-radius: 0;
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}

	input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px #f4f7fe inset;
		/*text-fill-color:#9d4100; -webkit-text-fill-color: #9d4100;*/
	}

	.el-input__inner {
		background-color: transparent;
		-webkit-appearance: none;
		-webkit-tap-highlight-color: transparent;
		font-size: 16px;
	}

	.login-container .rember-forget .rember {
		margin-left: 5%;
	}

	.login-container .rember-forget a {
		margin-right: 5%;
	}

	.login-container .btn-login {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		line-height: 40px;
		height: 40px;
		font-size: 18px;
	}

	.login-container .tip-powered {
		display: none
	}
}
