﻿@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img,
hr {
    margin: 0;
    padding: 0
}

html {
    font-size: 100px
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0
}

body {
    font-family: "微软雅黑", "Microsoft YaHei", "simsun";
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    line-height: .24rem;
    text-align: left;
    color: #333;
    background: #fff;
    max-width: 100%;
    padding-bottom: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button {
    cursor: pointer;
    border-radius: 0;
    outline: 0
}

input {
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

textarea {
    border: 0
}

input[type="submit"] {
    cursor: pointer
}

input::-webkit-input-placeholder {
    color: #777
}

input:-ms-input-placeholder {
    color: #777
}

input::-ms-input-placeholder {
    color: #777
}

input::placeholder {
    color: #777
}

img {
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0
}

ul,
li {
    list-style: none
}

button {
    cursor: pointer
}

.clear {
    clear: both;
    font-size: 0;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

a:link,
a:visited {
    text-decoration: none;
    color: #666;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover,
a:active {
    text-decoration: none;
    color: #e36013
}

body {
    max-width: 420px;
    min-width: 320px
}

img {
    max-width: 100%;
    max-height: 100%
}

.line { width: 100%;height:10px;background-color: #F8F6F7;border-bottom: 1px solid #ECEAEB;box-shadow: 0 1px 1px #E5E3E4}

/*down*/

.down { width: 100%; height: 55px; background: #fff; border-top: 1px solid #ddd; position: fixed; bottom: 0; z-index: 10000000; left:0 }
.down div { max-width: 640px; margin: 0 auto; }
.down div a { float: left; width: 25%; height: 65px; padding-top: 1px; text-align: center; font-size: 12px; display: block; line-height: 16px}
.down div a:last-child { border-right: 1px solid transparent }