*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  width: 100%;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #110310;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.41176471;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  text-align: left;
}
a {
  color: #fff;
  text-decoration: none;
}
a,
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
textarea {
  resize: none;
  vertical-align: middle;
}
img {
  border: 0;
}
small {
  font-size: 80%;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.logo{
  text-align: center;
  padding: 20px 0 10px;
}
.title{
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  background-image: url("../img/banner.png");
  background-size: cover;
  text-align: left;
  
  margin-bottom: 40px;
}
.title .box{
  width: 880px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.title .box span{
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-left: 4px;
}

.content{
  font-size: 18px;
  line-height: 1.6;
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  opacity: .8;
  padding-bottom: 60px;
  font-weight: 400;
}
.content h2{
  padding-top: 30px;
}
.content p{
  margin-bottom: 10px;
  padding-bottom: 0;
}
.copyright{
  text-align: 12px;
  text-align: center;
  padding: 20px;
}