/**
author : zhupinglei;
desc : n1;
**/
body{
	width:100%;
	overflow: hidden;
}

.weiba-easycall.round.show{
	display: none;
}

.footer{
	position:fixed;
	bottom:0;
	text-align: center;
	width:100%;
	color:#f00;
	text-shadow:1px 1px 1px #111;
	height:60px;
	line-height: 20px;
	overflow: hidden;
	background: rgba(51,51,51,0.4);
}

.footer a{
	display:inline-block;
	color:#fff;
}

.weiba-layer-sharehelper{
	background: url(../img/121.png) center top no-repeat #000;
	background-size:253px 187px;
	opacity: 0.9;
	display:none;
}

.word{
	position: absolute;
	width:70%;
	left:10%;
	bottom:110px;
	overflow: hidden;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	padding:15px 5%;
	line-height: 22px;
	display:none;
}

.word .to{
	font-size:18px;
	padding-bottom:10px;
}

.word .to span{
	display:none;
}

.word .say{
	word-wrap:break-word; 
	word-break:break-all;
}

.word .say span{
	display: none;
}

.word .from{
	font-size:18px;
	text-align: right;
	padding-top:10px;
}

.word .from span{
	display:none;
}

.send{
	position: absolute;
	bottom:65px;
	left:10%;
	width:80%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: rgba(51,51,51,0.8);
	color:#fff;
	font-size:20px;
}

.cardNum{
	position: absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: rgba(51,51,51,0.8);
	color:#fff;
	font-size:20px;
}

.cardNum span{
	color:#ffcc00;
}

.icon-export{
	font-family: 'icomoon';
	color:#fff;
	font-style: normal;
	font-size:20px;
	margin-right:5px;
	padding-top:2px;
}

.icon-export:before{
	content: "\e853";
}

.gift{
	width:80px;
	height:80px;
	background: url('../img/gift.png') center center no-repeat;
	background-size:80px 80px;
	position: absolute;
	right:30px;
	top:30px;
	display:none;
	-webkit-transform : rotate(0deg);
	-webkit-transition : -webkit-transform 500ms ease-in-out;
}

.gift a{
	display:block;
	width:100%;
	height:100%;
}

.arr{
	display: none;
	position: absolute;
	right:63px;
	top:20px;
	width:16px;
	height:21px;
	background: url('../img/arr.png') center center no-repeat;
	background-size:16px 21px;
	-webkit-transform : translateY(0);
	-webkit-transition : -webkit-transform 200ms ease-in-out;
}