@charset "utf-8";

* {
	margin: 0px;
	padding: 0;
}

div,img{
	/*将margin,padding数值也计算在里边*/
	box-sizing: border-box;
}
body{
		font-family:"Microsoft Yahei",
		"PingFang SC",
		"Helvetica Neue",
		"Hiragino Sans GB",
		"微软雅黑",
		Arial,
		sans-serif;
		position: relative;
}

img{
	display: block;
	max-width: 100%;
}

ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
a, a:hover, a:visited, a:link, a:active , a:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*解决手机版点击背景问题*/
}
/*清除浮动*/
.clearfix:after {
	content: ".";
	height: 0px;
	overflow: hidden;
	clear: both;
	display: block;
}

.clearfix {
	zoom: 1;
}

.left{
	float: left;
}
.right{
	float: right;
}

/* 去除虚线*/

body a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}
.none{
	
	display: none;
}

/****index css样式****/
body{
			/* background-color: #ca2a20; */
/*			-webkit-box-shadow:0 0 10px #ccc;  
 			-moz-box-shadow:0 0 10px #ccc;  
  			box-shadow:0 0 10px #cCC;*/

}
.warp-main{
			max-width: 800px;
			margin: 0 auto;
			background-color: #fff;
  			position: relative;
		}
.tangyuan-dj{
	display: block;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top:60%;
	left: 10%
}
.zk-title{
	height: 35px;
	line-height: 35px;
	background: #990e05;
	color: #fff;
	text-align: center;
	border-radius: 10px; 
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;


}
.num{
	color:#f0c92b;
}
.zk-say{
	line-height: 32px;
	color: #fff;
	letter-spacing: 1px ;
}

/*弹出层*/
	
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		/* visibility: hidden;
		top: 100px; 
		width: 85%;
		height: 310px;
		left:7%;	
		background: #fff;
		position: absolute;
		z-index: 101;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4); */
		
		visibility: hidden;
		width: 85%;
		height: 310;
		position: fixed;
		top: 20% !important;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 999999;
		background-color: #fff;
		
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {		
		position: absolute;
		bottom:-60px;
		left: 46%;
		width:40px;
		font-size: 22px;
		} 

.big-link { display:block;
			 margin-top: 100px; 
			 text-align: center; 
			 font-size: 70px; 
			 color: #06f; }
.ceng-top{
	background: #f23349;
	border-radius:10px; 
	line-height: 180px;
	height: 150px;
	line-height: 150px;
}

.ceng-ty{
	float: left;
	width: 35%;
	margin-left:5%;
}

.ceng-ty-wz{
	width: 55%;
	text-align:center;
	float: left;
	display: block;
	font-size: 24px;
	color:#f0c92b;
}