html,
body,
#wrapper {
  height: 100%;
  overflow: hidden;
}
body{background:#0e0e0e;}

@media screen and (max-width: 414px) {
  html,
body,
#wrapper{
  overflow: visible;
}
header{
  background: none !important;
}
  #content {
    margin: 0 !important;
    height: 100% !important;
    background: url("../images/mobile/indexmobile.gif") center center no-repeat;
  }
  #content video {
    display: none;
  }
  #content .kf {
    display: none;
  }
  #content .title {
    width: 150px !important;
    margin-left: -75px !important;
  }
  #content .title img {
    height: auto !important;
  }
  footer {
    color: #0e0e0e !important;
    background: none;
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  footer .description {
    display: block !important;
    margin-bottom:70px;
    letter-spacing: 6px;
  }
  #content .home{
    width: 22px !important;
    height: 104px !important;
  }
  #content .home span{
    line-height: 86px !important;
    font-size: 1rem;
  }
  footer .copy{
    font-size: 1rem;
    margin: 0 60px;
  }
  .newr{
    width: 20px;
    height: 120px;
    position: fixed;
    right: 0;
    top: 62%;
    display: block !important;
    z-index: 9;
    font-size: 0.8rem;
  }
  .newr span{
    display: block;
    transform: rotate(90deg);
    color: #c4c2c0;
  }
}
@media screen and (max-width:375px) {
  footer .description{
    margin-bottom: 40px !important;
  }
}
.newr{
  display: none;
}
#content {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 70px);
}
#content .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -121px;
  margin-left: -160px;
  width: 320px;
}
#content .title img {
  width: 100%;
  height: 198px;
}
#content .title > a {
  display: block;
  border: 1px solid #c4c2c0;
  text-align: center;
  line-height: 32px;
  color: #c4c2c0;
  margin-top: 12px;
}
#content .home {
  top: 50%;
  margin-top: -72px;
  left: 0;
  position: fixed;
  background-color: #ba3737;
  color: #0e0e0e;
  width: 32px;
  height: 124px;
}
#content .home span {
  display: block;
  transform: rotate(90deg);
  line-height: 118px;
  font-weight: bold;
}
#content .kf {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -74px;
}
#content .kf li {
  width: 72px;
  height: 62px;
  text-align: center;
  border: 1px solid #ba3737;
  padding: 12px 0;
  margin-top: 12px;
  font-size: 0.8rem;
  white-space: nowrap;
}
#content .kf li a{
  color: #c4c2c0;
}
#content .kf li img {
  width: 36px;
}
#content video {
  width: 100%;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #c4c2c0;
  margin-bottom: 32px;
}
footer .description {
  display: none;
}
