/*===common css====================*/
/*公共样式*/
body {
    font-family: Microsoft YaHei, sans-serif;
    font-size: 14px;
    color: #333;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

ul ,p,li{
    list-style: none;
    border: none;
    margin: 0px;
}
i, b, tt {
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}

/*使用字体图标的步骤*/
/*定义字体*/


/*定义自己的图标*/



