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