body{
    background-color: #f8f8f8;
}
.img-list img{
    width: 100%;
    margin-top: 3px;
}
.warn-text{
    color: red;
}
.hidden{
    display: none;
}
.weui-cell__bd .weui-badge{
    margin-left: 3px;
}
.feature .weui-grid{
    background-color: #ffffff;
    border: solid 1px #9ED99D;
    font-size: 26px;
    text-align: center;
}
.feature .weui-grid .weui-grid__icon{
    margin-bottom: 12px;
    color: #1AAD19;
}
.header{
    width: 100%;
    margin-bottom: 7px;
}
.header-banner{
    width: 100%;
    filter:blur(2px);
}
.header-head{
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    top:80px;
    color: #ffffff;
}
.header-head img{
    border-radius: 50%;
    width: 80px;
}
.weui-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.smp-info{
    color: #999;
    font-size: 13px;
    line-height: 1.3;
}