html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    width: 100%;
    background:url()
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

img {
    padding: 0;
    display: block;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.middle{
    max-width:1200px;
    margin:0 auto
}
.clearMR {
    margin-right: 0px !important
}
.playing>a{
    background:#ea7844;
    color:#fff!important
}
.bg{
    background:url('../images/img/bg.jpg') no-repeat;
    background-position:0px 0px
}
.path a.typelink{
    color:#fff;
    background:#ea7844
}