
@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;
    }
  }
.swiper-container {
  width: 100%;
  /* height: 500px; */
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.btm {
  width: 100%;
  text-align: center;
  background: #E6E5E3;
}

.btm .img {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {  
  
  .swiper-slide img{    
    width:200% !important;
  }

  img {
    height: auto!important;
  }

  .btm .img {
    width: 100%;
    margin: 0 auto;
  }

  #goBack img{
    height: 15px !important;
    width:15px !important;
  }
}