body,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
ul,
ol,
li,
p,
menu,
nav {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
    font-weight: normal;
}

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

button,
input,
img,
select {
    border: none;
    margin: 0;
    outline: none;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:active {
    color: #FF7E01;
    -webkit-tap-highlight-color: #c8c8c8;
}

body {
    color: #333;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
}

body,
button,
input,
select {
    font: normal 12px/1.5 "PingFang SC", "Microsoft Yahei", Tahoma, Arial, "Hiragino Sans GB", Simsun, STXihei, Sans-serif;
}

i,
dfn,
em {
    font-style: normal;
}

dfn {
    font-family: Arial;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: 'Microsoft YaHei', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: "Microsoft Yahei";
    min-width: 980px;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
}

.market-header {
    width: 100%;
}

.market-content {
    width: 100%;
}

.market-footer {
    width: 100%;
}

.market-footer {
    position: relative;
}

.bg1,
.bg2,
.bg3 {
    width: 100%;
    display: none;
}

.market-header {
    background: url(../images/m1.jpg) no-repeat scroll center top;
}

.market-content {
    background: url(../images/m2.jpg) no-repeat scroll center top;
}

.market-footer {
    background: url(../images/m3.jpg) no-repeat scroll center top;
}

.market .wrapper {
    position: relative;
    font-size: 0;
    height: 100%;
}

.market .reg-btn {
    display: block;
    position: absolute;
    left: 50%;
    margin: auto;
    text-indent: -9999em;
    background-size: 100% 100%;
}

.market-header .reg-btn {
    background-image: url(../images/reg.png);
}

.market-content .reg-btn {
    background-image: url(../images/reg1.png);
}

.market-footer .reg-btn {
    background-image: url(../images/reg2.png);
}

@media screen and (max-width: 1200px) {
    .wrapper {
        width: 980px;
    }
}

@media screen and (max-width: 1024px),
(max-device-width: 1024px) {
    .market-content,
    .market-footer {
        /*margin-top: -1px;*/
    }
    html,
    body {
        -webkit-overflow-scrolling: touch;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        box-sizing: border-box;
    }
    html {
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }
    body {
        min-width: 320px;
        width: 7.5rem;
    }
    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }
    .corp-hd,
    .corp-ft {
        display: none;
    }
    .bg1,
    .bg2,
    .bg3 {
        display: block;
    }
    .market-header,
    .market-content,
    .market-footer {
        background: none;
        line-height: 0;
        position: relative;
        font-size: 0;
    }
}