.container{
    font-size: 0.28rem;
    padding: 0 0.3rem;
}
/* 头部信息返回 */
.top-title{
	width:100% ;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.top-title img{
	position: absolute;
	top:0.24rem;
	left: 0rem;
	width: 0.48rem;
	height: 0.48rem;
}
.top-title span{
	font-size:0.32rem;
	color:rgba(0,0,0,1);
	font-weight: bold;
}
/* content */
.content{
	width: 100%;
	border-top:0.02rem solid rgba(236,236,236,1);
}
/* 购买试题 */
.practice-list{
	width: 100%;
	height: 1.76rem;
	border-bottom: 0.02rem solid rgba(229,229,229,1);
}
.practice-list .practice-title{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.practice-title>span{ 
	margin-top: 0.5rem;
	display: inline-block;
	width: 1.6rem;
	text-align: center;
	font-size: 0.26rem;
	color: #999999;
}
.practice-list p{
	width: 4.54rem;
	font-size:0.32rem;
	color:rgba(51,51,51,1);
	color: #333333;
	margin-top: 0.3rem;
}
.practice-list p img{
	width: 0.4rem;
	height: 0.4rem;
	vertical-align: middle;
}
.practice-list>div:nth-of-type(2){
	/* margin-top: 1.5rem; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.4rem;
	font-size: 2.6rem;
}
.practice-list>div:nth-of-type(2) p{
	display: inline-block;
	width: 1rem;
	font-size: 0.26rem;
	color: #999999;
}
.practice-list .number{
	color: #0F67D6;
}
.practice-list button{
	width:1.2rem;
	height:0.48rem;
	background:rgba(15,103,214,1);
	border-radius:0.24rem;
	margin-left: 0.1rem;
	margin-top: 0.14rem;
	color: #fff;
	font-family:PingFang SC;
	font-size: 0.24rem;
	margin-right: 0.2rem;
}
.isbuy{
	background: #FFC934!important;
}
.practice-list button img{
	width: 0.3rem;
	height: 0.28rem;
	vertical-align: middle;
}
/* 进度条 */
/* barbox */
.barbox{
	display: inline-block;
	height:0.32rem;
	line-height:0.32rem;
	overflow:hidden;
	margin-top: 0.1rem;
}
.barbox dd{
	float:left;
}
.barbox dd.last{
	color:#999;
}
.barbox dd.barline{
	width: 3.6rem;
	background:rgba(241,241,241,1);
	height:0.16rem;
	overflow:hidden;
	display:inline;
	border-radius:0.16rem;
	margin-top: 0.16rem;
}
.barbox dd.barline div.charts{
	height:0.16rem;
	overflow:hidden;
	background:#9FBCFC;
	border-radius:0.16rem;
}
.topage{
	display: flex;
    align-items: center;
    justify-content: center;
}