@charset "utf-8";
/* 
	@名称: sign.css
	@功能: 微积分
	@作者：pulu
	@时间：2015.10.29
*/
body{
	background: #019b62;
}
.no-margin-l{
	margin-left: 0!important;
}
.header-bar i{
	font-style: normal;
}
.al-sign{
	position: absolute;
	right: .36rem;
	bottom: 0;
}
.header-bar{
	z-index: 999!important;
}
/*-----------------game---------------*/
.game{
	width: 100%;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.game_bg{
	width: 100%;
	z-index: 0;
}
.game-content{
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.my-score{
	position: absolute;
	top: .2rem;
	margin-left: .4rem;
	z-index: 99;
}
.my-score .box-align {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.55rem;
    position: absolute;
    
}
.my-score .myscore{
	margin-left: 1.2rem ;
	line-height: 1.1rem;
}
.surplus{
	width: 164px;
	height: 37px;
	background: url(../../images/system/score/surplus.png) no-repeat;
	background-size: 164px 37px;
	position: absolute;
	left: 50%;
	margin-left: -82px;
	top: 22%;
}
.surplus p{
	display: inline-block;
	padding-left: 38px;
	width: 164px;
	text-align: center;
	line-height: 42px;
	font-weight: 700;
	-webkit-transform: rotate(-2.5deg);
	color: #fff;
}
.ani-m {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 1rem;
	left: 0;
}
.ani-m .animal{
	width: 100%;
	display: block;
}
/*------------------------emainder------------------*/
.emainder{
	width: 186px;
	height: 30px;
	background: url(../../images/system/score/sign-day.png) no-repeat;
	background-size: 186px 30px;
	margin: .1rem auto .3rem auto;
}
.emainder p{
	text-indent: 54px;
	color: #fff;
	line-height: 30px;
	
}
/*---------------shake-gold------------------------*/
.shake-gold{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 15rem;
    z-index: 0;
}
.icons{
    position: fixed;
    z-index: 3;
    top: -25px;
    width: 25px;
    height: 25px;
    background: url(../../images/system/score/gold_01.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(1){
	left: 2%;
}
.icons:nth-of-type(2){
	left: 12%;
	background: url(../../images/system/score/gold_02.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(3){
	left: 22%;
}
.icons:nth-of-type(4){
	left: 32%;
	background: url(../../images/system/score/gold_03.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(5){
	left: 42%;
}
.icons:nth-of-type(6){
	left: 52%;
	background: url(../../images/system/score/gold_02.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(7){
	left: 62%;
	background: url(../../images/system/score/gold_03.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(8){
	left: 72%;
}
.icons:nth-of-type(9){
	left: 82%;
	background: url(../../images/system/score/gold_02.png);
    background-size: 25px 25px;
}
.icons:nth-of-type(10){
	left: 92%;
	background: url(../../images/system/score/gold_03.png);
    background-size: 25px 25px;
}
.animation-1:nth-of-type(1){
	-webkit-animation:animation-1 1.5s   ease-in forwards infinite;
}
.animation-1:nth-of-type(2){
	-webkit-animation:animation-1 1.5s .5s  ease-in forwards infinite;
}
.animation-1:nth-of-type(3){
	-webkit-animation:animation-1 1.5s 1s  ease-in forwards infinite;
}
.animation-1:nth-of-type(4){
	-webkit-animation:animation-1 1.5s .3s  ease-in forwards infinite;
}
.animation-1:nth-of-type(5){
	-webkit-animation:animation-1 1.5s .6s  ease-in forwards infinite;
}
.animation-1:nth-of-type(6){
	-webkit-animation:animation-1 1.5s .8s  ease-in forwards infinite;
}
.animation-1:nth-of-type(7){
	-webkit-animation:animation-1 1.5s 1s  ease-in forwards infinite;
}
.animation-1:nth-of-type(8){
	-webkit-animation:animation-1 1.5s   ease-in forwards infinite;
}
.animation-1:nth-of-type(9){
	-webkit-animation:animation-1 1.5s .2s  ease-in forwards infinite;
}
.animation-1:nth-of-type(10){
	-webkit-animation:animation-1 1.5s .1s  ease-in forwards infinite;
}
@-webkit-keyframes animation-1{
	0% { 
		opacity: 1;
		-webkit-transform: translateY(-42px);
	}
	100% { 
		opacity: 0;
		-webkit-transform: translateY(600px);
	}
}
.score{
	display: none;
	position: absolute;
	left: 63%;
	
	font-weight:bold;
	font-size: 1.1rem;
	color: #f94052;
	text-shadow: 1px 1px 1px #c40b1d;
	top: 16.5rem;
}
.miss{
	-webkit-animation:miss 0.5s 1.5s ease forwards;
}
.score i{
	font-style: normal;
}
.score-show{
	display: block;
	-webkit-animation:animation-score 1.5s 0 ease forwards;
}
@-webkit-keyframes miss{
	0% { 
		opacity: 1;
	}
	100% { 
		opacity: 0;
	}
}
@-webkit-keyframes animation-score{
	0% { 
		opacity: 0;
		top: 16.5rem;
	}
	40% { 
		opacity: 1;
		top: 15.5rem;
	}
	60% { 
		opacity: 1;
		top: 15.5rem;
	}
	100% { 
		opacity: 0;
		top: 15.5rem;
	}
}
@font-face {
	  
	  src: url(../../images/system/score/W12.TTF);
	  font-weight: bold;
	  font-style: normal;
}
/*--------------------main---------------------*/
.color-01{
	color: #793a07;
}
.color-02{
	color: #f94052;
}
.main{
	margin: 1.4rem 0 .375rem 0 ;
	z-index: 10;
}

.rules-title{
	display: inline-block;
	width: 110px;
	height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: -25px;
	background: url(../../images/system/score/rules_title.png);
	background-size:  110px 25px;
}
.rules{
	position: relative;
}
.rules .rules-con{
	margin: 0 .5rem;
	background: #fff;
	border-radius: 10px;
	padding: .416rem 0;
	text-align: center;
	line-height: 1rem;
	font-size: .625rem;
	color: #e9a03a;
	font-weight: 700;
}
.sign-more {
	display: block;
	position: relative;
	z-index: 10;
}
.sign-more a{
	display: block;
	background: #e5faf2;
	cursor: pointer;
	z-index: 11;
	border-radius: 0.785rem;
	width: 8rem;
	margin:0 auto;
	color: #0db074;
	
}
.sign-con{
	background: #019b62;
}
.sign-con h2{
	color: #fff;
}
.sign-mall-list li dl{
	background: #fff;
}
footer a{
	color: #fff!important;
}
