html, body {
height: 100%;
}
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.block-container {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.block-container > .block {
margin: 0 auto;
text-align: center;
max-width: 75%;
}
.block-container > .block > h1 {
font-size: 75px;
color: #fff;
border-bottom: 0;
margin: 0 0 10px;
}
.block-container > .block > h3 {
color: #fff;
margin: 0;
font-size: 32px;
}
.fixed-header {
position: fixed;
width: 100%;
min-width: 1440px;
height: 100px;
top: 0;
left: 0;
background: transparent;
z-index: 100;
pointer-events: none;
}
.inner-header {
display: inline-block;
padding: 34px 184px 0;
}

.logo {
pointer-events: auto;
cursor: pointer;
width: 490px;
height: 120px;
background: url(../media/logo.png) no-repeat;
}
.home-content .big-title {
  height: 64px;
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #fff;
  line-height: 64px;
  margin-bottom: 0;
}
.home-content .small-title {
margin-top: 20px;

height: 52px;
font-size: 14px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: hsla(0,0%,100%,.7);
line-height: 26px;
}
.footer  {
width: 100%;
position: absolute;
bottom: 40px;
left: 0;
z-index: 8;
transition: .5s;
text-align: center;

}
.copyright{ color: white; }