/* 重置所有的元素样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "Microsoft YaHei ,SimSun,Arial,Helvetica,sans-serif";
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

strong, b, em {
    font-weight: bold;
}

i {
    font-style: italic;
}

pre, code {
    font-size: 12px;
    font-weight: normal;
}

dl, ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

table, thead, tbody, tfoot, tr, td {
    margin: 0
}

th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

a, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

p {
    font-size: 1em;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal
}

input, textarea, select, button {
    font-size: 1em;
}

hr {
    background: black;
    border: none;
    color: black;
    display: block;
    height: 1px;
    width: 100%;
}

address, caption, cite, code, dfn, strong, th, var {
    font-style: normal;
    font-weight: normal
}

img {
    border: none;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

a img {
    display: block;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

::selection {
    background: #5BB75B;
    color: #fff
}

::-moz-selection {
    background: #5BB75B;
    color: #fff
}

::-webkit-selection {
    background: #5BB75B;
    color: #fff
}

.clx:before, .clx:after {
    display: table;
    content: "";
}

.clx:after {
    clear: both;
}

body {
    font-family: Microsoft yahei, Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    width: 100%;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 16rem;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    display: none;
    width: 16rem;
}

.swiper-slide {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 16rem;
}

.swiper-slide .animated {
    display: none;
}

.flash.animated {
    -webkit-animation-duration: 3s;
}

.swiper-slide.swiper-slide-active .animated {
    display: block;
}