
@font-face{
    font-family: "MStiffHeiHK-UltraBold";
    src: url("/fonts/MStiffHeiHK-UltraBold.ttf")format("truetype");
}

body {
	padding: 0;
	margin: 0;
	height: 100vh;
	overflow: hidden;
	background-color: #000000;
	font-family: "MStiffHeiHK-UltraBold";
}

#webcam {
    /*max-height: 100vh;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    z-index: 400;*/
}

.logo {
	display: block;
	width: auto;
	height: 40px;
	z-index: 100;
	position: absolute;
	top: 20px;
	right: 20px;
}
.walkLogo {
	display: block;
	width: auto;
	height: 52px;
	z-index: 100;
	position: absolute;
	top: 20px;
	left: 20px;
}
.bgKv {
	display: block;
    width: 100%;
/*    object-fit: contain;*/
}

.keyWord {
	display: block;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    object-fit: contain;
}
p.keyWord {
	font-size: 22px;
	word-break: break-all;
	white-space: pre-line;
	text-align: center;
	letter-spacing: 1px;
}
p.keyWord span {
	font-size: 16px;
}
a {
	color: white;
}
.emailInput {
	width: 80%;
	border: none;
	height: 40px;
	font-size: 16px;
	color: #e37626;
	text-align: center;
}
.emailInput:focus {
  outline: none;
}
.errorMessage {

}

.firstColor {
	background-color: #ff9239;
}
.secondColor {
	background-color: #ffbb22;
}
.thirdColor {
	background-color: #efa233;
}

.tabContainer {
	display: flex;
	flex-direction: column;
	width: calc(100% - 40px);
	margin-bottom: 40px;
}

.tab {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}


/* Style the buttons that are used to open the tab content */
.tab p {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 4px;
  width: calc(33.33% - 8px);
  text-align: center;
  transition: 0.3s;
  margin: 0;
  font-size: 22px;
}

/* Change background color of buttons on hover */
.tab p:hover {
/*  background-color: #ddd;*/
}

/* Create an active/current tablink class */
.tab p.active {
/*  background-color: #ccc;*/
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  padding: 26px 12px;
  min-height: 300px;
}
.tabcontent.firstColor {
	display: block;
}
.tabcontent .flexRow {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	justify-content: center;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.tabcontent .flexRow.topRow {
	margin-right: 8%;
}
.tabcontent .flexRow.bottomRow {
	margin-left: 8%;
}
.tabcontent .flexRow.spaceAround {
	justify-content: space-around;
}
.tabcontent .tabItem {
	margin-left: 4px;
	width: calc(33% - 4px);
	position: relative;
/*	margin-right: 4px;*/
}
.tabcontent .tabItem.halfItem {
	width: 17%;
}
.tabcontent .tabItem img {
	width: 100%;
	display: block;
}
.tabcontent .tabItem .chop {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.cameraKv {
	position: relative;
	margin-bottom: 10px;
}
.cameraBtn {
	width: 20%;
	position: absolute;
	top: 70%;
	left: 40%;
}
.asceneBox {
	width: 100%;
}
#icanvas {
/*	width: 100% !important;*/
}

.a-dialog-allow-button {
  background-color: #e07103;
  color: black;
}

.a-dialog {
	width: 250px;
}

.a-dialog-deny-button {
  background-color: #acacac;
  color: black;
}

.a-dialog-ok-button {
  background-color: #e07103;
  color: #e37626;
}

.a-dialog-text-container {
	color: black;
}

.cameraPreviewContainer {
	width: 70%;
	margin: auto;
	margin-top: 30px;
	position: relative;
}
.cameraPreviewFrame {
	width: 100%;
	height: calc(95vh - 25vw - 120px);
	position: relative;
	border: none;
}
.closebtn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -22px;
	top: -22px;
	z-index: 20;
}
.capturebtn {
	width: 90px;
	height: 90px;
	position: absolute;
	right: calc(50% - 45px);
	bottom: -35px;
}

.popup {
	  position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.orangeBg {
		background: #e37626;
    width: 80%;
    top: 10%;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
}
.effect {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
object-fit: cover;
}

.centerPos {
	position: relative;
/*    max-height: 40vh;*/
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-top: 0px;
}
.closeBtn {
		margin-top: 10px;
    width: 40px;
    margin-left: 10px;
}
.popupContent {
	display: block;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.btn {
	display: block;
	width: 120px;
	margin-left: calc(50% - 60px);
/*	height: 200px;*/
/*	position: absolute;*/
/*	top: 16%;*/
}

.btn.b3 {
	width: 50%;
	left: 22.5%;
	top: 10%;
	z-index: 3;
}
.btn.b3.vip {
	width: 36%;
	left: 29.5%;
	top: 60.5%;
}

.leftBlock {
	position: absolute;
	top: 20%;
	width: 20%;
	background-color: #e37626;
	z-index: 10;
	left: 0;
	height: 100%;
}
.rightBlock {
	position: absolute;
	top: 20%;
	width: 20%;
	background-color: #e37626;
	z-index: 10;
	right: 0;
	height: 100%;
}

.indexContainer {
	z-index: -1;
}

.homeContainer {
	max-width: 100vw;
/*	position: relative;*/
	margin: auto;
}

.bg {
	display: block;
	width: 100%;
	object-fit: cover;
}
.bg3 {
	display: block;
	width: 100%;
	object-fit: cover;
	z-index: 1;
	position: absolute;
	top: 0;
}

.bg.top {
/*	position: absolute;*/
	top: 0;
}

.bottom {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	z-index: 99;
}

.swiperContainer {
/*	margin-top: 20px;*/
	margin-left: 40px;
	margin-right: 40px;
	z-index: 9;
}

.swiperItem {
	position: relative;

/*	display: none;*/
}

.swiperItem img {
	width: 100%;
	display: block;
	margin: 75% 0;
	transform: scale(1);
}

.swiperItem.swiper-slide-active img {
	transform: scale(1.4);
}

.swiperItem.swiper-slide-active {
	z-index: 2;
	display: block;
}
.swiperItem.swiper-slide-prev {
/*	margin-right: -30px;*/
	display: block;
}
.swiperItem.swiper-slide-next {
/*	margin-left: -30px;*/
	display: block;
}

#bumpball {
	width: 100px;
	display: none;
	z-index: 2;
}
#bumpball.bumping1 {
	transition: all 1s;
	width: 120px;
	-webkit-transform: translate(0, calc(100px - 30vw * 1.336)) rotate(0deg);
	
}
#bumpball.bumping2 {
	transition: all 1s;
	width: 140px;
	-webkit-transform: translate(0, calc(100px - 40vw * 1.336)) rotate(0deg);
	
}
#bumpball.bumping3 {
	transition: all 5s;
	-webkit-transform: translate(0, -1000px) rotate(0deg);
}

.stage {
  width: 2100px;
  height: 672px;
  display: block;
  position: relative;
  margin: 0px;
  perspective: 2100px;
  perspective-origin: 50% 50%;
  overflow: hidden;
}

.ball {
  display: block;
  width: 113px;
  height: 325px;
  margin: 0;
  /*animation: float 6s ease-in-out infinite;*/
  position: absolute;

  background: url('/images/ball1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  translateZ: 0;
  will-change: transform;
  -webkit-perspective: 1000;
  /*background: radial-gradient(circle at 50% 120%, #906B35, #a88248 10%, #a88248 80%, #C4A368 100%);*/
}
.ball:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
/*  background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);*/
  filter: blur(5px);
  z-index: 2;
}

.vip {
/*	display: none;*/
}
.vip0 {
	position: absolute;
	bottom: -50%;
	width: 66%;
	left: 16.5%;
}
.vip0.active {
	transition: all 3s;
	-webkit-transform: translate(0, -182.5%) rotate(0deg);
}
.vip1 {
	position: absolute;
	bottom: -60%;
	width: 130px;
	right: calc(16.5% - 185px);
}
.vip1.active {
	transition: all 6s;
	transition-delay: 500ms;
	-webkit-transform: translate(0, calc(-115%)) rotate(0deg);
}
.vip2 {
	position: absolute;
	bottom: -60%;
	width: 130px;
	right: calc(16.5% - 75px);
}
.vip2.active {
	transition: all 4s;
	transition-delay: 500ms;
	-webkit-transform: translate(0, calc(-180%)) rotate(0deg);
}
.vip3 {
	position: absolute;
	bottom: -60%;
	width: 130px;
	left: calc(16.5% - 90px);
}
.vip3.active {
	transition: all 5s;
	transition-delay: 1500ms;
	-webkit-transform: translate(0, calc(-198%)) rotate(0deg);
}
.vip4 {
	position: absolute;
	bottom: -60%;
	width: 130px;
	left: calc(16.5% - 195px);
}
.vip4.active {
	transition: all 4s;
	transition-delay: 1000ms;
	-webkit-transform: translate(0, calc(-125%)) rotate(0deg);
}


@media only screen and (max-width: 767px) {



}