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 {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
}

html,
body {
    width: 100%;
    height: 100%;
    background:  rgba(0, 0, 40, 1);
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    text-decoration: none !important;;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a: hover,
a: visited,
a: active,
a: link{
    text-decoration: none !important;;
}

ul,
ol {
    list-style-type: none;
}

textarea {
    resize: none;
}

input,
button,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 225, 225, 0);
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

.fadeInUp.show {
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    animation-duration: 560ms
}

.modal.show .modal-dialog{
    min-width: 350px;
}

.wrap {
    width: 100%;
    min-width: 900px;
}

.con {
    width: 900px;
    margin: 0 auto;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr:after {
    content: "";
    display: table;
    clear: both
}

.clr {
    *zoom: 1;
}
