@charset "utf-8";
a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    border: 0;
    margin: 0;
    padding: 0
}

body,
pre {
    font-family: "Microsoft Yahei", "微软雅黑", "宋体", Arial, sans-serif;
    font-size: 14px
}

a,
a:active,
a:hover {
    text-decoration: none
}

.home {
    background: #39f
}

* {
    box-sizing: content-box
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

pre {
    background: 0 0
}

li,
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #333
}

label {
    font-weight: 400
}

body {
    line-height: 1.5;
    background: #fff;
    color: #333
}

a {
    cursor: pointer
}

.none {
    display: none
}

.f-left {
    float: left!important
}

.f-right {
    float: right!important
}

input {
    border: none;
    background: none
}

:focus {
    outline: 0
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.btndisable {
    background: #D95C5F;
}