 html, body {
  margin:0;
  overflow-x:hidden; 
} 
/* fullscreen setup */
.fullscreen {
  position:relative;
  left: 1px;
  display:table;
  width:100%;
  max-width: 1366px;
  margin: 0 auto;
  height:360px;
  overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-slogon {
  height:auto;
  min-height:100%;
}
.index-banner-content{
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
}
.content-slogon{  
  text-align:center;
}
.content-slogon h1 {
  position:absolute;
  top:50%;
  left: 0;
  right: 0;
  display:block;
  width:80%;
  line-height:100%;
  margin:-50px auto 0 auto;
  color:#ffffff;  
  letter-spacing:2px;
  font-weight:normal;
  text-shadow: 1px 1px 10px #000;
}
.content-slogon.font-cn h1{  
   font-weight: 600;
   font-size: 43px;
} 
.content-slogon h1 span{
  display:block;
  font-size:24px;
  letter-spacing:2px;
  margin:10px 0 0 0;
  color:#fbf27a;
  line-height:150%;
  font-weight: 600;
  text-transform:uppercase;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 1024px) {
  .content-slogon.font-cn h1{  
    font-size: calc(1.5rem + 2.5vw - 8px );
    } 
  .content-slogon h1 span{
    font-size: 20px;
    letter-spacing: 0;
    line-height:120%;
    }
  .fullscreen {
    height:300px;
    }
}  
@media screen and (max-width: 640px) {
  .index-banner-content {
      background: rgb(0, 0, 0, .4);
  }
  .fullscreen {
    height:260px;
  }
  .content-slogon.font-cn h1{
    top: 45%;
    width:95%;
    line-height: 1.1;
    font-size: calc(2.3rem + 2.5vw - 8px );
  }
  .content-slogon.font-cn h1 label{
    display: block;
  }
}  
/*background fadein begin*/
ul.kf-slider li {
  height: 100% !important;
  width: 100%;
  min-width: 1280px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position:50% 50%;
  background-position:50% 50%\9 !important;   
  z-index: 0;
  opacity: 1;
  -webkit-animation: fade-out 12s infinite both;
  -moz-animation: fade-out 12s infinite both;
  animation: fade-out 12s infinite both;
  background-image: url(../img/index_full_image_2.jpg);
}
ul.kf-slider li:nth-child(2) {
  -webkit-animation-delay:4s;
  -moz-animation-delay:4s;
  animation-delay:4s; 
  background-image: url(../img/index_full_image.jpg);
}
  ul.kf-slider li:nth-child(3) {
  -webkit-animation-delay:8s;
  -moz-animation-delay:8s;
  animation-delay:8s; 
  background-image: url(../img/index_full_image_2.jpg);
} 
@-webkit-keyframes fade-out {
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
}
@-moz-keyframes fade-out {
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
}
@keyframes fade-out {
  33% {
    opacity: 0; }
  66% {
    opacity: 1; } 
}
/*background fadein end*/
.game-logo{
  display: inline-block;
  width: 203px;
  position: relative;
  top: 0;
  left: -3px;
  vertical-align: middle;
  }
.game-logo.align-right{
  position: absolute;
  right: 3px;
  left: auto;
  top: 6px;
}
.game-logo+span{
  color: #ec9138;
}
.cart-list-table{
  width:100%;
  text-align: left;
  border-collapse:inherit;
  margin:0;
  border-spacing: 4px;
}
.cart-list-table th{
  position: relative;
  font-size:16px;
  background-color:#2d2d2d;
  color: #ffffff;
  padding:15px 10px;
  font-weight: normal;
}
.cart-list-table td{
    color: #222222;
    padding: 10px;
    font-size: 18px;
    background: #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cart-list-table tr:nth-of-type(odd) td{
    background: #ffffff;
}  
.cart-list-table a{
  color:#cc4e00;
  font-size:14px;
  font-weight:normal; 
  }
.cart-list-table a:hover{
  color:#222222;
} 
@media screen and (max-width: 1000px) {
  .game-logo{
    display: none;
    }
  .cart-list-table th {
    width: auto;
    }
} 
@media screen and (max-width: 640px) {
  ul.kf-slider li {
      background-size: contain;
      background-position: left;
  }
  .cart-list-table th,
  .cart-list-table td{
    font-size:12px;
    }
  .cart-list-table td {
    padding: 5px;
    }
} 
.second-slogan{
  display:table;
  width:100%;
}
.second-slogan .spec-img{
  height:420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 25% 25%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;  
} 
.second-slogan .spec-img{
  position:relative;
  background-image: url(../img/slogan_pic.jpg);
}  
.second-slogan .spec-img img{
  position:absolute;
  right:-1px;
  top:50%;
  margin:-52.5px 0 0 0;
  display:block;
  width:100%;
  max-width:35px;
}   
.spec-aside{
  display:table-cell;
  width:60%;
  padding:12%;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;  
  vertical-align:middle; 
} 
.spec-aside.dark h6{
  display:block;
  margin:0 0 15px 0;
  font-size:23px;
  font-weight:500;
  letter-spacing:2px;
  color:#ffffff;
  text-transform:uppercase;
}
.spec-aside.dark p{
  display: block;
  margin: 0;
  font-size: 17px;
  line-height: 160%;
  color: #b9b9b9;
}
.spec-aside.dark{ 
  background-color:#272727;
}
.spec-img{
  display:table-cell;
  width:25%;
  vertical-align:top; 
}   
@media screen and (max-width: 640px) {
  .spec-aside.dark h6{
    font-size:17px;
    }
  .spec-aside.dark p{
    font-size: 14px;
    }
  .spec-aside {
    padding: 6%;
    }
  .second-slogan .spec-img {
    height: auto;
    }
}   