html {
  height: 100%;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
* {
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #333;
  font: 14px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  min-width: 980px;
  background-color: #FFF;
  position: relative;
  min-height: 100%;
  font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
  color: #333;
}
button:focus,
input:focus {
  outline: none;
}
a {
  color: #5db9f8;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  text-decoration: none;
  color: #5db9f8;
}
a:active,
a:visited {
  color: #162e1f;
}
img {
  border: 0;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.gui-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
body {
  height: 100%;
  background-color: #FFF;
}
.fancybox-loading-wrap {
  background: #1e1e1e;
  opacity: 0.76;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}
.footer{
     background-color: rgba(41, 40, 40, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: default;
}
/*
footer {
  margin-top:35%;
  text-align: center;
  font-size: 23px;
  color: black;
}
*/
