.headertwo{width: 100%; padding: 3% 0; background-color: #ffffff; position: fixed; top: 0; left: 0; z-index: 99999;border-bottom: #999 1px solid;}
.headertwo a{display: block; text-align: center; padding-right: .3rem;}
.headertwo a:first-child{width: 10%; padding-left: .3rem; padding-right: 0;}
.headertwo p{width: 80%; text-align: center; color: #555; font-size: .5rem;margin-bottom: 4px;}
.headertwo a i{color: #555; font-size: .5rem;}
.headertwo .bt{width: 76%;}

.mui-card{margin: 10px;}
.tiku-course-item{color: #000000;font-size: 22px;padding: 20px;cursor: pointer;background-color: #f9f9f9;}
.tiku-course-item:hover{color: white;background-color: #f95300;}


.tikuHome-container {
	/* background-color: #e7ecfc; */
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

.child-view {
	position: relative;
	height: 100%;
	transition: all .3s ease-in-out
}

.tikuHome-container .subject {
	/* background: url(../img/kaoy/bj@2x.6270c03.png) no-repeat 40%; */
	background-size: cover;
	text-align: center;
	color: #fff
}

.tikuHome-container .subject .subject-head {
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tikuHome-container .subject .subject-head .subject-change {
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	width: 90px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ff8029;
	margin-top: -4px;
	background-color: #ff8029;
}


.tikuHome-container .subject .subject-head .subject-name {
	color: #000;
	font-size: 22px; 
	margin-top: 55px
}

.tikuHome-container .info-content {
	height: 180px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	margin-top: -130px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	border-radius: 10px;
}

.tikuHome-container .info-content .item-continuesubject {
	width: 85%;
	height: 40px;
	background: #ff8029;
	box-shadow: 0 10px 18px 0 #c1d5ff;
	border-radius: 45px;
	margin: 0 auto
}

.tikuHome-container .info-content .item-continuesubject .item-continuesubject-text {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff
}



.tikuHome-container .info-content .item-group {
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tikuHome-container .info-content .item-group div {
	text-align: center;
	width: 33%;
}

.tikuHome-container .info-content .item-group div span:first-child {
	display: block;
	height: 40px;
	color: #3d7eff;
	font-size: 26px;
	
}

.tikuHome-container .info-content .item-group div span:first-child i {
	color: #8e8e93;
	font-size: 14px;
	
}

.tikuHome-container .info-content .item-group div span:last-child {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	width: 33%;
}

.tikuHome-container .group-list {
	padding: 15px 0px;
	margin: 15px 8px 0 8px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-bottom: 1px dashed #e8e8e8;
	border-radius: 3px;
}

.tikuHome-container .group-list .item-btn {
	width: 45%; 
	height: 58px;
	border-radius: 3px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3.2%;
}

.tikuHome-container .group-list .item-btn .item-text {
	margin: 0 0 0 8px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px
}

.tikuHome-container .group-list .item-btn .item-text span:first-child {
	font-weight: 400;
	color: #3c3c3c
}

.tikuHome-container .group-list .item-btn .item-text span:last-child {
	font-weight: 300;
	color: #909090;
	font-size: 12px
}

.tikuHome-container .group-list .item-btn img {
	max-width: 35px;
	max-height: 40px;
}

.tikuHome-container .group-list .item-btn.error {
	background-color: #fff4f2;
}

.tikuHome-container .group-list .item-btn.note {
	background-color: #e8f0ff;
}

.tikuHome-container .group-list .item-btn.collect {
	background-color: #fff9e8
}

.tikuHome-container .tiku-group {
	background-color: #fff;
	padding: 10px 0px;
	box-shadow: 0 1px 3px #d2d8e0;
	margin: 0px 8px 0 8px;
	border-radius: 3px;
}

.tikuHome-container .tiku-group .group-title {
	text-align: left;
	color: #3c3c3c;
	padding-left: 18px;
	font-weight: 500;
	font-size: 16px
}

.tikuHome-container .tiku-group .tiku-list {
	padding: 0 0px;
	margin-top: 5px;
	overflow: hidden
}

.tikuHome-container .tiku-group .tiku-list .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tikuHome-container .tiku-group .tiku-list .row .tiku-item{
	
}

.tikuHome-container .tiku-group .tiku-list .fc {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tikuHome-container .tiku-group .tiku-list .tiku-item:nth-of-type(2n) {
}

.tikuHome-container .tiku-group .tiku-list .tiku-item {
	float: left;
	background-color: #eaf1ff;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 15px;
	width: 46.4%;
	height: 60px;
	border-radius: 3px;
	padding: 0 0 0 10px;
	position: relative;
	margin-left: 2.4%;
}

.tikuHome-container .tiku-group .tiku-list .tiku-item.is-disable {
	background-color: #eaeffc
}

.tikuHome-container .tiku-group .tiku-list .tiku-item.is-disable span,
.tikuHome-container .tiku-group .tiku-list .tiku-item.is-disable span:first-child {
	color: #aaafcd
}

.tikuHome-container .tiku-group .tiku-list .tiku-item.is-noshow {
	display: none
}

.tikuHome-container .tiku-group .tiku-list .tiku-item .sup-img {
	width: .5rem;
	height: .16rem;
	line-height: .16rem;
	font-size: .09rem;
	text-align: center;
	background: #f75523;
	border-radius: 3px;
	color: #fff
}

.tikuHome-container .tiku-group .tiku-list .tiku-item span {
	display: block;
	color: #909090;
	font-size: 12px
}

.tikuHome-container .tiku-group .tiku-list .tiku-item .first-span {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 600
}

.tikuHome-container .tiku-group .tiku-list .item-1 {
	background-image: url(../img/kaoy/zj@2x.cc22e2f.png)
}

.tikuHome-container .tiku-group .tiku-list .item-2 {
	background-image: url(../img/kaoy/zsd@2x.9c6e7d9.png)
}

.tikuHome-container .tiku-group .tiku-list .item-3 {
	background-image: url(../img/kaoy/mlj@2x.e57effc.png)
}

.tikuHome-container .tiku-group .tiku-list .item-8 .icon-kyy {
	position: absolute;
	right: 6px;
	top: 9px
}

.practice-entry {
	height: 100%
}

.chapter-item {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 90%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.chapter-container {
	position: relative
}

.chapter-container .chapter-head {
	background-size: 100% 100%
}

.chapter-head .head-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-size: 18px;
	padding-left: 5%;
	padding-top: 3%
}

.chapter-head .title-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	text-align: left;
	line-height: 30px;
	font-size: 22px
}

.weui-progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.weui-progress__bar {
	background-color: #ebebeb;
	height: 3px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.weui-progress__inner-bar {
	width: 0;
	height: 100%;
	background-color: #09bb07
}

.weui-progress__opr {
	display: block;
	margin-left: 15px;
	font-size: 0
}

.chapter-container .sections-box .weui-progress .weui-progress__bar {
	height: 8px !important;
}

.chapter-container .sections-box .weui-progress .weui-progress__bar .weui-progress__inner-bar {
	background: #ff8029 !important;
	border-radius: 5px;
	height: 8px;
}

.chapter-container .weui-progress {
	height: 19px;
	border-radius: 8px
}

.chapter-container .weui-progress .weui-progress__bar {
	height: 15px !important;
	border-radius: 2px
}

.chapter-container .weui-progress .weui-progress__bar .weui-progress__inner-bar {
	background: #ff8029;
	border-radius: 2px;
	height: 15px;
}

.chapter-head {
	height:800px;
	line-height: 50px;
	color: #333
}

.chapter-head .recail {
	margin: 0 10px 15px;
	text-align: center
}

.chapter-head .recail .recail-btn {
	border: 1px solid #fff;
	padding: 8px 22px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	font-family: SimHei
}

.chapter-head .head-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	font-size: 18px;
	padding-left: 5%;
	padding-top: 3%
}

.chapter-head .title-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	text-align: left;
	line-height: 30px;
	font-size: 22px
}

.chapter-showbox {
	-webkit-box-shadow: 0 0 20px #bdc0d1;
	box-shadow: 0 0 20px #bdc0d1;
	margin: 10px 0;
	border-radius: 8px
}

.chapter-showbox.hiden {
	border-radius: 5px 5px 0 0 !important
}

.chapter-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 8px 0
}

.chapter-box .toggle,
.chapter-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.chapter-box .toggle {
	width: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;

}

.chapter-box .toggle i {
	color: #ff8029;
	font-size: 20px
}

.chapter-box .chapter-left .left-title i{
	cursor: pointer;
	padding-right: 10px;
	color: #618ef5;
	position: relative
}

.chapter-box .chapter-left .left-title i.fa-circle{
	font-size: 12px;
	position: absolute;
	margin-top: -5px
}

			.chapter-box.isChapter {
				background: #FFFFFF;
				border-bottom: none
			}

			.chapter-box .chapter-left {
				-webkit-box-flex: 1;
				-webkit-flex: 1;
				-moz-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-moz-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
			}

			.chapter-box .chapter-left .left-title {
				-webkit-box-sizing: content-box;
				-moz-box-sizing: content-box;
				box-sizing: content-box;
				-webkit-box-flex: 0;
				-webkit-flex: 0 0 20px;
				-moz-box-flex: 0;
				-ms-flex: 0 0 20px;
				flex: 0 0 20px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				position: relative
			}

			.chapter-box .chapter-left .left-title i {
				cursor: pointer;
				padding-right: 10px;
				color: #618ef5;
				position: relative
			}

			.chapter-box .chapter-left .left-title i.fa-circle {
				font-size: 12px;
				position: absolute;
				margin-top: -5px
			}

			.chapter-box .chapter-left .left-title .left-content {
				margin-bottom: 8px;
				font-size: 12px
			}

			.chapter-box .chapter-left .left-title .left-content.chapter-title {
				font-size: 14px;
				text-align: left
			}

			.chapter-box .chapter-left .left-progress-info {
				border-left: 1px solid transparent;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				margin: 8px 0;
				margin-bottom: 0;
				padding: 0 18px
			}

			.chapter-box .chapter-left .left-progress-info:before {
				background-color: #606060;
				content: "";
				display: block;
				left: 5px;
				position: absolute;
				top: 0;
				hegight: 10px;
				width: 2px
			}

			.chapter-box .chapter-left .left-progress-info .left-progress {
				-webkit-box-flex: 1;
				-webkit-flex: 1;
				-moz-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				margin-right: 8px
			}

			.chapter-box .chapter-left .left-progress-info .progress-count {
				font-size: 10px;
				color: #909090
			}

			.chapter-box .chapter-left .left-progress-info.chapter-left-progress {
				padding: 0;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center
			}

			.chapter-box .chapter-right {
				
			}

			.chapter-box .chapter-right .chapter-reply,
			.chapter-box .chapter-right {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
			}

			.chapter-box .chapter-right .chapter-reply {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.chapter-box .chapter-right img {
				width: 25px;
				height: 25px
			}

			.chapter-box .chapter-right .right-p {
				color: #807878;
				font-size: 10px;
				margin-top: 4px
			}

			.sections-box:last-child {
				padding-bottom: 10px
			}

			.sections-box {
				border-radius: 0;
				padding: 0
			}

			.sections-box .line {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: justify !important;
				-webkit-justify-content: space-between !important;
				-moz-box-pack: justify !important;
				-ms-flex-pack: justify !important;
				justify-content: space-between !important
			}

			.sections-box .line .vertical-line {
				width: 2px;
				height: calc(100% - 8px);
				background: #E5E5E5;
				margin-bottom: 2px;
			}

			.sections-box .line i.fa-circle {
				font-size: 12px;
				color: #E5E5E5;
				
			}

			.sections-box .chapter-left .left-progress-info {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 0;
				padding-top: 2.7%;
				margin: 0
			}

			.sections-box .chapter-left .left-progress-info .left-content {
				-webkit-box-flex: 0;
				-webkit-flex: 0 0 20px;
				-moz-box-flex: 0;
				-ms-flex: 0 0 20px;
				flex: 0 0 20px;
				font-size: 11px;
				margin-bottom: 5px
			}

			.sections-box .chapter-left .left-progress-info .left-coulum {
				height: 10px;
				-webkit-box-flex: 1;
				-webkit-flex: 1;
				-moz-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				text-align: left;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-align-content: left;
				-ms-flex-line-pack: left;
				align-content: left;
				-webkit-box-pack: left;
				-webkit-justify-content: left;
				-moz-box-pack: left;
				-ms-flex-pack: left;
				justify-content: left;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				justify-items: left
			}

			.sections-box .chapter-left .left-progress-info .left-coulum .left-progress {
				margin-right: 10px;
				margin-left: 0;
			}

			.sections-box .chapter-left .left-progress-info .left-coulum .progress-count {
				font-size: 9px;
				color: #909090
			}

			.sections-box .line {
				width: 40px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				margin-top: 10px;
			}

			.sections-box .chapter-right .chapter-reply .right-em {
				font-size: 8px;
				margin-top: 4px;
				color: #909090
			}