/*
 *
 *  一些公共的样式
 *
 */
body{
    font: 14px/1.3 "Microsoft Yahei", Arial,"瀹嬩綋","Helvetica Neue",Helvetica,"Hiragino Sans GB",sans-serif;
}
button{
    padding: 0;
}
input[type="submit"]{
    padding: 0 !important;
}
img{
    border: none;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
a{
    outline: none;
}
a:hover,a:focus{
    color: #333;
    text-decoration: none;
}
textarea, button, input{
    vertical-align: middle;
    outline: none;
}
li{
    list-style: none;
}
textarea{
    resize: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}