/*
* @Author: Marte
* @Date:   2017-04-19 16:54:11
* @Last Modified by:   MuTao
* @Last Modified time: 2017-12-11 10:47:58
*/
body h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
menu,
form,
fieldset,
blockquote,
pre,
hr,
input,
textarea,
button,
select {
  margin: 0;
}
ul,
ol,
menu,
fieldset,
legend,
input,
textarea,
button,
caption,
th,
td,
blockquote,
dir,
address {
  padding: 0;
}
fieldset,
iframe,
img,
hr {
  border: none;
  // vertical-align: top;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  font-size: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #8a92b4;
}
a:hover {
  color: #baa46d;
}
menu,
ul,
ol {
  list-style: none;
}
pre,
code,
kbd,
samp,
var {
  font-family: monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
}
input,
textarea,
button,
select,
optgroup,
option {
  font-family: sans-serif;
  font-size: 1em;
}
input,
button,
select {
  overflow: visible;
  *zoom: 1;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
body {
  background-color: #262f3c;
  font-size: 14px;
  font-family: 'Microsoft YaHei', '\5b8b\4f53', Tahoma, Arial, sans-serif;
  color: #808080;
  margin: auto;
}
body a {
  color: #808080;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.footer {
  color: #cccccc;
}
.footer a {
  color: #cccccc;
}
.clearfix:after {
  clear: both;
}
.bornone {
  border: none!important;
}

/*  */
/* 背景部分 */
.wrap {
    position: relative;
}
.bg {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    z-index: -1;
}



