@charset 'utf-8';
*,
:after,
:before {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, STHeiti, '华文细黑', sans-serif!important;
    font-size: 16px!important
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

a {
    color: #333;
    text-decoration: none
}

a:focus,
span:focus {
    text-decoration: none!important;
    outline: 0
}

a:active,
a:hover {
    text-decoration: none!important
}

input,
textarea {
    padding: 0;
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, STHeiti, '华文细黑', sans-serif;
    border: 1px solid #dbdbdb;
    border-radius: 4px
}

button,
input,
select,
textarea {
    outline: 0
}

label {
    font-weight: 400
}

div {
    -webkit-tap-highlight-color: transparent
}

html,
body {
    /* height: 100%; */
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* background: url(http://r0.ihuipao.com/race/2017kangbao/img/top-bk2.jpg)no-repeat 0 !important; */
    /* background: #0069DE; */
    position: relative;
}

.hidden {
    display: none!important;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}