@charset "utf-8";
a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    list-style-type: none;
    vertical-align: baseline;
    text-align: left;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400
}

em {
    font-style: normal;
}

p {
    line-height: 20px
}

body {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}

html {
    font-size: 62.5%;
    height: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    color: #333;
    line-height: 1;
    background: #007ccf;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:active {
    color: #333;
    text-decoration: none;
    outline: 0;
}

a:active,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
}

a img {
    border: none;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    text-decoration: none;
    outline: 0;
}

.hidden {
    overflow: hidden;
}

.visible {
    overflow: visible;
}


/* ===== ellipsis ===== */

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* ===== line ===== */

.v-line {
    margin: 0 5px;
    width: 1px;
    height: 15px;
    background-color: #ddd;
}


/* ===== clear ===== */

.cf:after,
.cf:before {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/* ===== float ===== */

.fl {
    float: left;
}

.fr {
    float: right !important;
}
