﻿@charset "utf-8";
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,ol,p,pre,td,textarea,th,ul {margin: 0;padding: 0}

a,a:active,a:hover {text-decoration: none}
a { -webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

html {overflow-y: scroll;max-width: 640px;margin: 0 auto;}

body {background-color: #f4f4f4;margin: 0 auto; -webkit-tap-highlight-color: rgba(0,0,0,0);}

body,button,input,select,textarea {font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;color: #333;max-width: 640px;}

button,h1,h2,h3,h4,h5,h6,input,select,textarea {font-size: 100%;font-weight: normal;}

a,button,input,select,textarea {font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;outline: 0}

address,cite,dfn,em,var {font-style: normal}

dl,ol,ul {list-style: none}

a{cursor: pointer;color: #666}

img{ border: 0;max-width: 100%;}

table{border-collapse: collapse;border-spacing: 0}

.clearfix{*zoom: 1}

.clearfix:after{display: block;clear: both;content: "\0020";visibility: hidden;height: 0}
body{    
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right;
}
.receipt{color: #fff;background:#ffc61b;height: 0.7rem;line-height: 0.7rem;display: block;width: 2.5rem;border-radius: 0.2rem;text-align: center;position: absolute;bottom: 0.6rem;left: 50%;margin-left: -1.25rem;-webkit-animation: scaleHang 1s ease-in-out .2s infinite alternate;}
@-webkit-keyframes scaleHang {
  0% {
      -webkit-transform: scale(1)
  }
  100% {
      -webkit-transform: scale(1.1)
  }
}
.active{background: url(../images/bg1.jpg) no-repeat;background-size:cover;background-position-y: bottom;background-position-x: right;}
#audio-music {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left:0.4rem;
  top:0.4rem;
  z-index: 9999;
  background: url(http://guangdong.sinaimg.cn/subject/2016/1027/assets/images/music_icon.png) center center no-repeat;
  background-size: 0.5rem 0.5rem;
}

#audio-music img {
  width: 100%
}

#audio-music.animating {
  -webkit-animation: music_shake 4s linear infinite;
  animation: music_shake 4s linear infinite
}

@-webkit-keyframes music_shake {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes music_shake {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

#cover-html{display: none;}
.cover-html img{height: 3rem;}
.soda {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	perspective: 50vw;
	transform: translateZ(-99999px);
	transform-style: preserve-3d;
}

.bubble {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: radial-gradient(rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 1) 80%);
	transform: translateX(-50%);
	will-change: top, left;
}

.bubble::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 25%;
	width: 33%;
	height: 33%;
	border: 3px solid;
	border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
	border-radius: 50%;
	transform: rotate(45deg);
}