


  body {
    padding:0;margin:0;height:100%;width:100%;text-align:center;font-family:ComicSansMSa,'"Freckle Face"',transformersregular,"han miao","ComicSansMSa",Helvetica,"幼圆","黑体",sans-serif;,;
    font-size: 14px;
    line-height: 1.42857143;
    color:#333;
    overflow:hidden;
    
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
  }
  
   
  #container {
      overflow:hidden;
      width:100%;
      height:100%;
      background:rgb(39, 29, 45);
      margin:auto 0px;
      display:inline-block;
      position:relative;
      transform-origin: center top;
  }
 #bubbles {
      opacity:1;
      position:absolute;
      top:0;
      left:0;
      height:inherit;
      width:inherit;
      transition:500ms ease all;
  }
 #canvas {
      height:inherit;
      width:inherit;
      top:0;
      left:0;
 } 
  .container-head {
      text-align:right;
      color:#555;
      position:relative;
      top:0;
  }
  .noselect {

    -webkit-touch-callout: none; 

    -webkit-user-select: none; 

    -khtml-user-select: none; 

    -moz-user-select: none; 

    -ms-user-select: none; 

    user-select: none; 
  }
  .pika-i{
	webkitPerspective:1000;
    webkitBackfaceVisibility:hidden;
	position:absolute;
	overflow:hidden;
}

.btn-3d{
	  border-radius: 5px;
	  display:'inline-block',
	
}
.blue-3d:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px #3C93D5;
}

.blue-3d {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}


.green-3d {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.list__item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
}

.list__gap {
	min-height: 0;
	height: auto;
	text-align: center;
	font-weight: bold;
	padding: 1em 0;
}

.list__item--burst .list__text div svg {
	/* fox for mo.js */
	left: 0;
}

.list__text {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.list__item p {
	font-size: 1.5em;
	font-weight: bold;
	color: #777;
}

