@charset "utf-8";

/*智能刷题入口*/

.intellect_list {
	margin-bottom: .3rem;
}

.intellect_list>li {
	border-bottom: 0.02rem solid #f2f2f2;
}

.intellect_list>li>a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: .4rem .3rem .2rem .35rem;
}

.intellect_list>li>a:active {
	background: #f1f1f1;
}

.intellect_list>li>a>.intellect_list_l {
	flex: 1;
	margin-right: .4rem;
	overflow: hidden;
}

.intellect_list_name {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: .22rem;
}

.intellect_list_name>i {
	width: 0.14em;
	height: 0.14em;
	background: #FECC32;
	margin-right: 0.26rem;
	border-radius: 50%;
}

.intellect_list_name>span {
	font-size: .32rem;
	color: rgba(34, 34, 34, 1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
}

.intellect_list_info {
	font-size: .24rem;
	color: rgba(178, 178, 178, 1);
	margin-left: .42rem;
}

.intellect_list_info>span:last-child {
	color: #000000;
	margin-left: 0.05rem;
}

.intellect_list_r {
	font-size: .42rem;
	color: #c3c3c3;
}


/*考点练习*/

.test_point_wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.test_point_list {
	flex: 1;
	overflow-y: auto;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid rgba(24, 26, 26, 0.08);
}

.test_point_list_bottom {
	margin-bottom: .28rem;
	padding: .1rem 0;
	border-bottom: 1px solid rgba(24, 26, 26, 0.08);
}

.test_point_list_bottom>a {
	display: flex;
	margin: 0 auto;
	width: 6.86rem;
	height: .88rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	background: linear-gradient(#FECC34, #F8AB2B);
	border-radius: 0.44rem;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.test_point_list_bottom>a:active{
	background: #F8AB2B;
}
.test_point_list_bottom>a>span {
	font-size: .28rem;
	color: rgba(0, 0, 0, 0.35);
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 0.5rem;
}

.test_point_list_bottom>a>img {
	width: 1.72rem;
}

.test_point_listtit {
	height: 1.06rem;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 .32rem 0 .25rem;
	border-bottom: 1px solid rgba(24, 26, 26, 0.08);
}
.test_point_listtit:active{
	background: #f1f1f1;
}
.test_point_icon {
	display: block;
	width: .46rem;
	height: .46rem;
	margin-right: .17rem;
	background: url(http://imgcdn.cnbkw.com/wechat_yitiku_applet_img/examPoint/examPoint_hide-icon.png) no-repeat center center;
	background-size: .46rem .46rem;
	position: relative;
	z-index: 5;
}
.test_point_icon_open{
	background: url(http://imgcdn.cnbkw.com/wechat_yitiku_applet_img/examPoint/examPoint_show-icon.png) no-repeat center center;
	background-size: .46rem .46rem;
}

.test_point_list_name {
	font-size: .3rem;
	color: rgba(51, 51, 51, 1);
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arrow_point {
	font-size: .46rem;
	color: #ccc;
}

.test_point_list_in {
	background: #F8F8F8;
	display: none;
}

.test_point_list_in>li {
	padding-left: .84rem;
	position: relative;
}

.test_point_list_in>li>a {
	display: flex;
	align-items: center;
	height: 1.06rem;
	border-bottom: 1px solid rgba(237, 237, 237, 1);
	padding-right: .32rem;
}
.test_point_list_in>li>a:active span{
	color: #f8ab2b;
}
.test_point_list_in>li>a:active i{
	color: #f8ab2b;
}
.test_point_list_in>li>a>span {
	font-size: .3rem;
	color: #999;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.test_point_list_in>li:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #E6E6E6;
	top: 0;
	left: .45rem;
}

.quanquan_icon {
	width: .17rem;
	height: .17rem;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	border: 0.02rem solid rgba(255, 179, 20, 1);
	border-radius: 50%;
	position: absolute;
	left: .38rem;
	top: 50%;
	margin-top: -0.08rem;
	z-index: 2;
	background: #fff;
}

.test_point_list_in>li:last-child>a {
	border-bottom: none;
}

.test_point_list_in>li:first-child:after{
	content: "";
	display: block;
	width: 1px;
	height: 1.59rem;
	position: absolute;
	z-index: 1;
	background: #E6E6E6;
	top: -.53rem;
	left: .45rem;
}
.test_point_list_in>li:last-child:after{
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	z-index: 1;
	background: #E6E6E6;
	top: 0;
	left: .45rem;
}
/*历年真题*/
.year_list{
	margin-bottom: .3rem;
}
.year_list>li{
	padding: 0 .3rem;
}
.year_list>li>a{
	display: flex;
	align-items: center;
	padding-bottom: .34rem;
	border-bottom: 1px solid #F2F2F2;
}
.year_list>li>a:active .year_list_tit{
	color: rgba(255,168,0,1);
}
.year_list_l{
	flex: 1;
	margin-right: .5rem;
}
.year_list_tit{
	height: .77rem;
	font-size: .3rem;
	color: #333333;
	margin: .22rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.year_list_progress{
	position: relative;
	width: 2rem;
	height: 0.08rem;
	background: #E6E6E6;
	border-radius: 0.04rem;
	margin-right: .24rem;
}
.year_list_progress_in{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.04rem;
	height: 100%;
	z-index: 1;
	background:linear-gradient(90deg,rgba(255,168,0,1),rgba(255,222,103,1));
}
.year_list_num{
	font-size: .22rem;
	margin-right: .42rem;
	display: flex;
	align-items: baseline;
}
.year_list_num span:nth-child(1){
	color: #FFA903;
}
.year_list_num span:nth-child(2){
	color: #B3B3B3;
	margin: 0 0.05rem;
}
.year_list_num span:nth-child(3){
	color: #B3B3B3;
}
.year_list_tips{
	font-size: .24rem;
	color: #B2B2B2;
}
/*精选*/
.newcourse_listwrap{
	padding: 1.2rem 0.32rem 0 0.32rem;
	padding-bottom: 1.2rem;
}
.course_list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.course_list>li {
	margin-bottom: .34rem;
}

.course_list>li>a {
	display: block;
	width: 3.27rem;
}

.course_list_imgwrap img {
	height: 1.83rem;
	display: block;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 0.08rem;
	border-top-right-radius: 0.08rem;
}

.course_list_info {
	padding: .14rem .22rem .22rem .22rem;
	border: 1px solid #E5E5E5;
	border-top: none;
	border-radius: .08rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.course_list_info>p:nth-child(1) {
	font-size: .24rem;
	color: #333333;
	font-weight: bold;
	line-height:.36rem;
	height: .72rem;
	margin-bottom: .05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.course_list_info>p:nth-child(2) {
	font-size: .20rem;
	color: #999999;
	margin-bottom: .12rem;
}

.course_list_b {
	text-align: right;
	font-size: 0;
}

.course_list_b span:nth-child(1) {
	font-size: .22rem;
	text-decoration: line-through;
	color: #999999;
	margin-right: .18rem;
}

.course_list_b span:nth-child(2) {
	font-size: .28rem;
	color: #EC2C2C;
	font-weight: bold;
}
.course_swiper{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0 .12rem;
	border-bottom: 1px solid #ededed;
	z-index: 99;
	background: #fff;
}
.coursetab_swiper .swiper-slide{
	font-size: .26rem;
	color:rgba(51, 51, 51, 1);
	height: .9rem;
	line-height: .9rem;
	margin: 0 .2rem;
	width: auto;
	box-sizing: border-box;
}
.course_swiper .course_slide_action{
	border-bottom: 1px solid #f8a92f;
	font-weight: 700;
}
