﻿html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

a {
    text-decoration: none;
    color: #232323;
}

input,
textarea {
    outline: none;
    border: none;
}

button {
    outline: none;
    border:0px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 14px;
}

body {
    margin: 0 auto;
    position: relative;
    cursor: default;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #fcfcfc;

}

.head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
}

.foot {
    position: relative;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 180px;
}

#app {
    position: relative;
    width: 100%;
    /* height: 1200px; */
    min-height: calc(100% - 360px);
    top: 0;
    left: 0;
    min-width: 1200px;
    display: flex;
    justify-content: center;

}

.content {
    width: 1200px;
    height: 100%;
    z-index: 9;
    font-size: 14px;

}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.top10 {
    margin-top: 10px;
}

.bot10 {
    margin-bottom: 10px;
}

.top20 {
    margin-top: 20px;
}

.bot20 {
    margin-bottom: 20px;
}

.spacearound {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.spaceabetween{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top5 {
    margin-top: 5px;
}
iframe {
    min-width: 1200px;
}