body {
	background: #f8f8f8;
}

/* .header .header-nav {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
} */

.question-template {
	overflow: hidden;
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
}
.question-template .m-title {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 60px;
	color: #222;
	font-size: 16px;
}
.question-template .con-left {
	width: 250px;
	background: #fff;
	position: absolute;
	height: 100%;
	overflow-y: scroll;
}
.question-template .left-nav {
	padding: 20px 0;
}
.question-template .nav-title {
	padding-left: 20px;
	line-height: 28px;
}
.question-template .nav-title .nav-item-title {
	color: #222;
	padding: 4px 0;
	letter-spacing: 0.2px;
	position: relative;
	font-weight: 400;
	cursor: pointer;
}
.question-template .nav-title .nav-item-title.active,
.nav-title .nav-item-title:hover {
	color: #008cff;
}
.question-template .nav-title .level-btn {
	width: 140px;
	height: 38px;
	border: 1px solid #008cff;
	border-radius: 19px;
	color: #008cff;
	text-align: center;
	margin-bottom: 10px;
}
.question-template .nav-title .level-btn:hover,
.question-template .nav-title .level-btn.active {
	background: #008cff;
	color: #fff;
}
.question-template .con-right {
	padding: 25px 60px 25px 310px;
	height: 100%;
	overflow-y: scroll;
}
.question-template .breadcrumb a {
	color: #666666;
	display: inline-block;
	margin: 0 5px;
}
.question-template .breadcrumb a:hover,
.course-content .breadcrumb a:hover {
	color: #008cff;
}
.question-template .content-inner {
	color: #222;
	line-height: 28px;
	padding: 40px 0;
}
.question-template .content-inner img {
	display: block;
	max-width: 100%;
}
.question-template .content-inner a,
.question-template .content-inner .change {
	color: #008cff;
	cursor: pointer;
	position: relative;
	padding-left: 6px;
}
.question-template .content-inner .change::before {
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #008cff;
	left: 0;
	top: 50%;
	margin-top: -1px;
	content: "";
}
.course-content .breadcrumb a {
	color: #666;
}
.course-content .breadcrumb {
	margin: 20px 0 52px;
	color: #666;
}
.course-content {
	width: 880px;
	margin: 0px auto 50px;
	min-height: 600px;
}

.course-content .tutorial-title {
	font-size: 30px;
	color: #222;
	text-align: center;
}
.course-content .info-detail {
	text-align: center;
	color: #888;
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}
.course-content .info-detail span {
	display: inline-block;
	margin: 0 13px;
}
.course-content .info-detail .time {
	font-size: 12px;
}
.course-content .info-content {
	padding: 50px 0 20px;
	line-height: 24px;
}
.question-template .content-inner strong,
.course-content strong {
	font-weight: bold;
}
.course-content .info-content img {
	display: block;
	max-width: 100%;
	margin: 10px auto 50px;
}
.course-content .info-content p {
	margin-bottom: 30px;
	text-indent: 2em;
}
.course-content .more-tutorial {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.course-content .more-tutorial a {
	display: block;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	color: #444;
	border: 1px solid #ededed;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	white-space: nowrap;
}
.course-content .more-tutorial a:hover span {
	color: #444;
}
.course-content .more-tutorial a:hover {
	color: #008eff;
}
.wrap-course-content {
	margin: 0px auto;
	padding-bottom: 110px;
	width: 1180px;
}
.wrap-course-content .breadcrumb {
	color: #666666;
	display: inline-block;
	padding: 20px 0 40px;
}
.wrap-course-content .breadcrumb a:hover,
.wrap-course-contentt .breadcrumb a:hover {
	color: #008cff;
}
.wrap-course-content .info-detail {
	overflow: hidden;
}
.wrap-course-content .info-detail .course-left {
	width: 902px;
	/* height: 1280px; */
	background: #ffffff;
	border-radius: 4px;
}
.wrap-course-content .info-detail .course-right {
	width: 280px;
	float: right;
	padding-left: 40px;
}
.wrap-course-content .info-detail .course-left .tutorial-title {
	font-size: 30px;
	color: #222;
	text-align: center;
	padding: 30px 0 20px;
}
.wrap-course-content .info-detail .course-left .info-detail {
	text-align: center;
	color: #888;
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
}
.wrap-course-content .info-detail .course-left .info-detail span {
	display: inline-block;
	margin: 0 13px;
}
.wrap-course-content .info-detail .course-left .info-content {
	padding: 50px 30px 20px;
	line-height: 24px;
}
.wrap-course-content .info-detail .course-left .more-tutorial {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 80px; */
	padding: 30px;
}
.wrap-course-content .info-detail .course-left .more-tutorial a, 
.wrap-course-content .info-detail .course-left .more-tutorial div {
	display: block;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	color: #444;
	border: 1px solid #ededed;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	white-space: nowrap;
}
.wrap-course-content .info-detail .course-left .more-tutorial a:hover,
.wrap-course-content .info-detail .course-left .more-tutorial div:hover {
	color: #008eff;
}
.wrap-course-content .info-detail .course-right .recommend-title {
	color: rgba(34, 34, 34, 1);
	font-size: 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
	margin-bottom: 20px;
}
.wrap-course-content .info-detail .course-right .tag-box {
	display: block;
	flex-wrap: wrap;
	justify-content: left;
}
.wrap-course-content .info-detail .course-right .tag-box .tag-nav {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.wrap-course-content .info-detail .course-right .tag-box .tag-detail-list {
	position: relative;
	padding-left: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.wrap-course-content .info-detail .course-right .tag-box .split-line {
	height: 0;
	width: 240px;
	border-bottom: 1px #d3d3d3 dashed;
	margin: 8px 0px;
}
.wrap-course-content .info-detail .course-right .tag-box .art-icon {
	height: 4px;
	width: 4px;
	background: #444444;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
}
.wrap-course-content .info-detail .course-right .tag-box a {
	display: inline-block;
}
.art-laste-list-wrap .art-item {
	display: flex;
	justify-content: start;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: #d3d3d3 1px dashed;
}
.art-laste-list-wrap .art-item .art-thumb {
	height: 54px;
	width: 90px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
}
.art-laste-list-wrap .art-item .art-title {
	height: 54px;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.course-footer {
	width: 902px;
}
.course-footer .course-footer-title {
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 28px;
	padding: 30px 0 13px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 25px;
}
/* .art-item {
    display: flex;
    justify-content: start;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: #D3D3D3 1px dashed;
} */
.course-footer .art-list-wrap {
	display: flex;
	flex-flow: wrap;
}
.course-footer .art-list-wrap .art-item {
	display: flex;
	justify-content: start;
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-right: 40px;
	width: 234px;
	/* border-bottom: #D3D3D3 1px dashed; */
}
.course-footer .art-list-wrap .art-item .art-thumb {
	height: 54px;
	width: 90px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
}
.course-footer .art-laste-list-wrap .art-item .art-thumb {
	height: 54px;
	width: 90px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
}

.course-footer .art-list-wrap .art-item .art-title {
	height: 54px;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.art-laste-list-wrap .art-item:hover {
	color: #008eff;
}
.label-o {
	font-size: 14px;
	font-family: Avenir;
	font-weight: 400;
	color: #222222;
	margin: 0 !important;
}
.wrap-course-content .info-detail .course-right .create-lct-btn {
	width: 238px;
	height: 70px;
	background: #008eff;
	border-radius: 4px;
	margin-bottom: 10px;
	background: url("../images/pic_liuct.png") no-repeat center;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	padding-left: 18px;
	padding-top: 21px;
	opacity: 1;
}
.wrap-course-content .info-detail .course-right .create-swdt-btn {
	width: 238px;
	height: 70px;
	background: #008eff;
	border-radius: 4px;
	margin-bottom: 23px;
	background: url("../images/pic_siweidt.png") no-repeat center;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	padding-left: 18px;
	padding-top: 21px;
	opacity: 1;
}
.wrap-course-content .info-detail .course-right .create-swdt-btn:hover {
	opacity: 0.9;
}
.wrap-course-content .info-detail .course-right .create-lct-btn:hover {
	opacity: 0.9;
}
.wrap-course-content .info-detail .course-right .tag-box a:hover {
	color: #008eff;
}
.wrap-course-content .info-detail .course-left .info-detail a:hover {
	color: #008eff;
}

/* 轮播 */

/* 轮播动画 */
/* .animation{
	animation:mymove 12s infinite;
}
@keyframes mymove
	{
	0% {margin-left: 0px;}
	10% {margin-left: -900px;}
	50% {margin-left: -900px;}
	60% {margin-left: 0px;}
	100% {margin-left: 0px;}
} */
.Rotationchart-box{
	width: 900px;
	overflow: hidden;
	position: relative;
}
.Rotationchart-box .Rotationchart-content{
	float: left;
	width: 2700px;
	height: 100px;
	display: block;
}
.Rotationchart{
	background-image: linear-gradient(to right, #CDEEFA  , #E2EAFF);
	position: relative;
	height: 100px;
	width: 900px;
	float: left;
	border-radius: 4px;
}
.Rotationchart .Rotationchart-item{
	height: 100%;
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
}
.Rotationchart .Rotationchart-item .left{
	display: flex;
}
.Rotationchart .Rotationchart-item .right {
	display: flex;
	align-items: center;
}
.Rotationchart .Rotationchart-item.lct{
	padding: 0px 106px 0px 124px ;
}
.Rotationchart .Rotationchart-item .img{
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
.Rotationchart .Rotationchart-item .img img{
	width: 100%;
	height: 100%;
}
.Rotationchart .Rotationchart-item .title-box{
}
.Rotationchart .Rotationchart-item .title-box .bigger{
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 23px;
	margin-bottom: 6px;
}
.Rotationchart .Rotationchart-item .title-box .smile{
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}
.Rotationchart .Rotationchart-item .btn{
	margin-bottom: 0px;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	border: 1px solid #008EFF;
	padding: 10px 25px 10px 25px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #008EFF;
	line-height: 16px;
	cursor: pointer;
	margin-right: 20px;
}
.Rotationchart .Rotationchart-item .btn:hover{
	border: 1px solid #0D6EFF;
	color: #0D6EFF;
}
.Rotationchart .Rotationchart-item .btn.borderdiff{
	border: 1px solid #0054FF;
	color: #0054FF;
}
.Rotationchart .Rotationchart-item .btn.down{
	background: #008EFF;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 0;
}
.Rotationchart .Rotationchart-item .btn.down:hover {
	background-color: #0D6EFF;
}
.Rotationchart .Rotationchart-item .btn.down.click {
	background-color: #0054FF;
}
.Rotationchart .Rotationchart-item .btn.down .down-img{
	width: 16px;
	height: 16px;
	margin-left: 6px;
}
.Rotationchart .Rotationchart-item .btn.down .down-img img{
	width: 100%;
	height: 100%;
}
#downloadswdt{
	margin-right: 20px;
}
.Rotationchart .Rotationchart-item .shaoma-box{
	display: flex;
	align-items: center;
}
.Rotationchart .Rotationchart-item .shaoma-box .shaoma-img{
	width: 90px;
	height: 90px;
	margin-bottom: 4px;
	margin-right: 7px;
}
.Rotationchart .Rotationchart-item .shaoma-box .shaoma-img img{
	width: 100%;
	height: 100%;
}
.Rotationchart .Rotationchart-item .shaoma-box .shaoma-name{
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 14px;
}
.Rotationchart-box .Rotationchart-boll{
	position: absolute;
	bottom: 6px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.Rotationchart-box .Rotationchart-boll .boll{
	width: 10px;
	height: 4px;
	cursor: pointer;
	border-radius: 2px;
	background-color: #245091;
	margin-left: 5px;
	opacity: 0.3;
}
.Rotationchart-box .Rotationchart-boll .boll.select{
	opacity: 1;
}