
@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;
}


@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;
    }
  }
.logo {
  position: absolute;
  z-index: 5000;
  width: 100%;
  margin: 0px auto;
  padding: 50px;
  font-size: 80px;
  text-align: center;
  background-color:rgba(155, 155, 155, 0.3);
}

.where {
    font-size:0.30rem;
    width: 50%;
    margin: 10% auto;
    margin-top: 2.0rem;
}

.where div{
  margin-bottom:0.30rem;
}


@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%;
  }

  .list .item {
    display: block;
    float: none;
    width: 100%;
  }

  img {
    height: auto!important;
  }

  #goBack img{
    height: 15px !important;
    width:15px !important;
  }

  .where {
    font-size:0.28rem;
    width: 90%;
    margin: 10% auto;
    margin-top: 0.5rem;
}
}