/*
* @Author: Marte
* @Date:   2017-04-13 16:05:34
* @Last Modified by:   Marte
* @Last Modified time: 2017-04-13 17:52:05
*/
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: #282828;
  font-size: 14px;
  font-family: 'Microsoft YaHei', '\5b8b\4f53', Tahoma, Arial, sans-serif;
  color: #cccccc;
  min-width: 1200px;
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  /* content: " ";
  width: 100%;
  height: 100%;
  display: table; */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.bordernone {
  border: none !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mr0 {
  margin-right: 0;
}