html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font:24px "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, sans-serif;}
ul,li,div,p,body{margin:0;padding:0;text-align:left;}
input{-webkit-appearance:button;}
li{list-style:none;}
a{text-decoration:none;}
h1{display:none;}
.hide{display:none;}
body, html {background:#030b1e;text-align: left;height: 100%;width: 100%;font-weight: normal;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-webkit-touch-callout:none;-webkit-focus-ring-color:  rgba(0, 0, 0, 0);}

#main{position:relative;width:640px;height:100%;min-height: 1000px; background:url('../images/bg.jpg') no-repeat;background-size:100%;}
.hand{background: url(../images/hand.png) no-repeat;width: 6px;height: 172px;position: absolute;left: 317px;top: 448px;}
#hand{-webkit-transform:rotate(360deg);-webkit-transform-origin:3px 130px;-webkit-animation-duration: 5s;-webkit-animation-name: ani1_1;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count:infinite;}
.hands{background: url(../images/hands.png) no-repeat;width: 122px;height: 155px;position: absolute;left: 298px;top: 448px;}
.fromsend{position: absolute;top: 830px;left: 0px;width: 640px;}
#inputsend{width: 327px;height: 74px;margin-left: 70px;float: left;border: none;background: none;font-size: 30px;text-align: center;font-family: "Î¢ÈíÑÅºÚ","Regular";color: #595d75;}
#inputsend:focus { outline: none; }
#btnsend{width: 170px;height: 80px;display: block;float: left;}
@-webkit-keyframes ani1_1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}