@charset "utf-8";/*weui 自定义样式*/


body {
    background-color: #f2f2f2;
}
i.dot:before{
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e5e5e5;
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -.16em;
}
i.dot{
    margin:0 8px;
}