
@font-face {
  /* font-test*/
  font-family: oke;
  src:url(static/common/font/CaravelleBeta-Regular.otf)
  }
  

html {font-size: 100px;}
@media screen and (min-width:360px) and (max-width:574px) and (orientation:portrait) {
  html { font-size: 80px; }
}

body, div, p, img, span {
  padding: 0;
  margin: 0;  
}

body {
  position: relative;
  width: 100%;
  background-color:#000;
  font-family: 'oke'
}

img {
  display: block;
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.logo {
  position: absolute;
  z-index: 5000;
  width: 100%;
  margin: 50px auto;
  font-size: 80px;
  text-align: center
}

.logo img{
  width:180px;
  margin: 0 auto;
}

#goBack {  
  position: absolute;
  z-index: 5000;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

#goBack img{
  height: 55px !important;
  width:55px !important;
}


.left, .right {
  float: left;
  width: 50%;
}

.top, .list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.list .item {
  position: relative;
  float: left;
  width: 50%;
}

.right p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  color: #fff;
  width: 100%;
}

footer {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: left;
  background: #000;
  color: #fff;
  font-size: 9pt;
}

footer p {
  display: inline-block;
  position: relative;
  top: 20px;
  left: 20px;
  line-height: 1;
}

footer .icon{
  position: relative;
  float: right;
  top: 20px;
  right: 20px;
  position: relative;
  display: none;
}

footer .icon img{
  width:40px;
}

.cover{   
    position:absolute;
    height:100%;
    width:100%;
}

.cover:hover{
    background-color:rgba(58, 58, 58, 0.5);    
}
@media only screen and (max-width: 768px) {
    .container {
      max-width: 768px;
    }
  
    .logo {
      position: relative;
      height:50px;
      line-height: 50px;
      margin: 0;
      font-size: 20px;
      font-weight: bold;
      background: #000;
      color: #fff;
      padding: 0px;
    }
  
    .logo img{
      width:90px;
      margin: 0 auto;
      height: 50px !important;
    }
  
    .left, .right {
      display: block;
      float: none;
      width: 100%;
    }

    .right p {      
      font-size: 16px;
    }
  
    .list .item {
      display: block;
      float: none;
      width: 100%;
    }
  
    img {
      height: auto!important;
    }
  
    #goBack img{
      height: 15px !important;
      width:15px !important;
    }
  }