html {
  overflow-y: scroll;
}

body,
html {
  background-attachment: fixed;
}

body,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
p {
  margin: 0;
  padding: 0;
  outline: 0;
}

:focus {
  outline: 0 none;
  font-weight: 400;
}

body {
  min-width: 1200px;
  min-height: 100%;
  color: #333;
}

body {
  font: 14px/1.5 \5fae\8f6f\96c5\9ed1, Microsoft YaHei, arial, sans-serif;
  background-color: #FFE891;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

img {
  border: 0;
}

i {
  text-decoration: none;
}

i {
  font-style: normal;
}

tt {
  font-family: Courier New, Courier, monospace;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
  cursor: pointer;
}

a:hover {
  color: #ee4b4b;
}

a:focus {
  font-weight: inherit;
}

q:after,
q:before {
  content: '';
}

img {
  border: none;
}

hr {
  border: none;
  height: 1px;
  background-color: #eee;
}

html a {
  outline: 0;
}

.container {
  padding-top: 740px;
  position: relative;
  background: url(../images/home.jpg) no-repeat center top;
}
.main {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main img {
  width: 210px;
  height: 300px;
}

.footer {
  height: 163px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.footer img {
  width: 100px;
  height: 100px;
}
.footer .content {
  width: 900px;
  height: 100px;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 2px solid #CC6B63;
}
.footer .content .desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.footer .content .record img {
  width: 20px;
  height: 20px;
}
.footer,
.footer a {
  color: #fff;
}
.link:hover {
  text-decoration: underline;
}
