.sticker{
	margin-top: 0.98rem;
	font-family: PingFang SC;
	background-color: #FFFFFF;
}
.sticker .banner{
	padding-top: 0.5rem;
	width: 7.5rem;
	height: 9.56rem;
	background: url(https://images.jingyeqian.com/images/m/sticker/topBg.jpg) no-repeat center;
	background-size: 7.5rem 9.56rem;
	box-sizing: border-box;
}
.sticker .banner img{
	display: block;
	width: 4.42rem;
	height: 2.9rem;
	margin: 0 auto;
}
.sticker .banner .xiazai{
	display: block;
	width: 5.2rem;
	text-align: center;
	margin: 0 auto;
	height: 0.84rem;
	line-height: 0.84rem;
	background-color: #fcd94c;
	border-radius: 0.42rem;
	font-size: 0.4rem;
	color: #44390b;
	font-weight: 600;
	margin-top: 0.48rem;
}
.sticker .banner .tips{
	width: 5rem;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	opacity: 0.2;
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 200;
	margin-top: 0.22rem;
}
.sticker .banner h2{
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.3rem;
}
.sticker .banner h2 .title{
	font-size: 0.5rem;
	margin-right: 0.1rem;
}
.sticker .banner .text{
	width: 7rem;
	margin: 0 auto;
	font-weight: 200;
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #FFFFFF;
	margin-top: 0.28rem;
}
.sticker .problem{
	margin: 0.7rem 0.48rem 0;
	padding-bottom:0.58rem;
}
.sticker .problem h2{
	color: #2a2a2a;
	font-weight: 600;
	font-size: 0.4rem;
	line-height: 0.56rem;
	text-align: center;
}
.sticker .problem .problem-list{
	width: 5.8rem;
	margin-top: 0.4rem;
}
.sticker .problem .problem-list li{
	height: 0.92rem;
	line-height: 0.92rem;
	border-bottom: 1px dashed #c1c1c1;
}
.sticker .problem .problem-list li:last-child{
	border-bottom: none;
}
.sticker .problem .problem-list li a{
	display: flex;
	align-items: center;
	width: 5.8rem;
	color: #666666;
	font-size: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sticker .problem .problem-list li a b{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;	
	background-color: #666666;
}