.parent{
min-height: 320px;
height: 80%;
align-items: center;
text-align: center;
margin-top: 150px;
}
.img{
display: inline-block;
padding-right: 52px;
zoom: 1;
}
.msg{
display: inline-block;
flex: auto;
}
.num{
color: #434e59;
font-size: 72px;
font-weight: 600;
line-height: 72px;
margin-bottom: 24px;
}
.info{
color: rgba(0,0,0,.45);
font-size: 20px;
line-height: 28px;
margin-bottom: 16px;
}
.detail{
text-align: left;
}
.detail .info{
color:#333;
font-size: 16px;
}
.detail .info.bigSize{
margin-top:30px;
font-size: 36px;
line-height: 46px;
font-weight: bold;
text-align: center;
}