﻿/* CSS */
body {
    margin: 0;
    padding: 0;
    font: 12px/20px "Arial", "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "SimSun", "\u5B8B\u4F53";
    color: #393837;
    background-color: #FFF;
}

ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p ,
video {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    color: #313131;
}

a:visited ,u {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #0084FF;
}

a:focus {
    -moz-outline-style: none;
    text-decoration: none;
}

ol,
ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
button {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}