.title{
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    
}
.title h3{
	font-weight: 900;
	font-size: 0.36rem;
	text-align: center;
	color: #333;
}
.mana_ul li{
    display: flex;
}
.mana_ul li span{
    width: 0.08rem;
height: 0.08rem;
border-radius: 50%;
background: #2979ff;
position: relative;
top: 0.24rem;
margin-right: 0.16rem;
}
.mana_ul li p{
    width: 6.6rem;
    font-weight: 400;
font-size: 0.28rem;
line-height: 0.56rem;
text-align: left;
color: #444;
}
.mana1{
    background: #F8F9FB;
}