
/*reset CSS Document */
html,body,div,span,p,ul,ol,li,dl,dt,dd,a,em,img,h1,h2,h3,h4,h5,h6 { 
	margin: 0; 
	padding: 0; 	
}
ul, li {
	list-style: none; 	
}
img { 
	border: 0 none; 
}
h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
}
body { 
	background: #fce2e5 url(../img/bg.jpg) 250px top no-repeat; 
	color: #740f18; 
	font: 18px/1.5 Microsoft Yahei, Arial, Tahoma; 
}
a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

/* page */	
.page {
	position: relative;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.side {
	position: relative;
    z-index: 1;
	float: left;
	width: 250px;
	height: 1000px;
	padding: 80px 160px	0 0;
	background: url(../img/bg-side.jpg) no-repeat;
	padding-bottom: 1000em;
    margin-bottom: -1001em;
}
.logo {
	width: 232px;
	height: 96px;
	margin: 0 auto 90px;
	display: block;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999em;
}
.nav {
	margin-bottom: 30px;
}
.nav li {
	margin-bottom: 12px;
}
.nav a {
	height: 86px;
	line-height: 86px;	
	display: block;
	background: url(../img/icon.png) no-repeat;
	color: #810d0d;
	font-size: 36px;
	text-indent: 85px;
	border: 2px solid #f84a78;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}
.nav a.btn-order {	
	background-position: 18px 30px;	
}
.nav a.btn-enroll {
	height: 80px;
	padding-top: 6px;
	background-position: 18px -66px;
	line-height: normal;
}
.nav a.btn-vote {
	height: 80px;
	padding-top: 6px;
	background-position: 18px -164px;
	line-height: normal;
}
.nav a.btn-ios {	
	background-position: 24px -278px;	
}
.nav a.btn-and {	
	background-position: 24px -378px;	
}
.nav a.active {
	width: 290px;
	background: #f9546b url(../img/icon.png) 260px -454px no-repeat;
	color: #fff;
	font-weight: bold;
	border-color: #f9546b;
	text-indent: 0;
	text-align: center;
} 
.nav a span {
	display: block;
	font-size: 18px;
}
.nav a:hover {	
	font-weight: bold;
	background: #f9546b;
	color: #fff;
	border-color: #f9546b;
	text-indent: 0;
	text-align: center;
	transition:.4s ease;
	-webkit-transition:.4s ease;
	-moz-transition:.4s ease;
}
.nav a.active:hover  {
	background: #f9546b url(../img/icon.png) 260px -454px no-repeat;
}
.btn-rult {
	width: 180px;
	height: 42px;
	line-height: 42px;
	margin: auto;
	background: #f9546b;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.btn-rult a {
	display: block;
	color: #fff;	
}
.btn-rult a:hover {
	text-decoration: underline;
}
.container {
	position: relative;
    overflow: hidden;    
}
.content {	
	width: 794px;
	padding-top: 150px;	
	
}
.content h3 {
	line-height: 46px;
	font-weight: bold;
	font-size: 24px;
	color: #90323b;
	text-indent: 15px;
}
.btn-bbs {
	width: 218px;
	height: 93px;
	margin: 0 0 40px 480px;
	display: block;
	background: url(../img/btn-bbs.png) no-repeat;
	text-indent: -9999em;
}
.box {
	height: 150px;
	overflow: hidden;    
}
.box p a {
	text-decoration: underline;
	color: #90323b;
	padding-left: 15px;
}
.time {
	float: left;
	width: 375px;
	height: 242px;
	background: url(../img/bg-time.png) no-repeat;
}
.time p {
	padding: 18px 0 0 107px;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}
.time p span {
	width: 146px;
	margin-right: 10px;	
	text-align: center;
	display: inline-block;
	font-size: 96px;
}
.text {
	float: right;
	width: 355px;
	height: 242px;
	line-height: 30px;
	padding: 0 25px;
	background: #f6d5da;
}
.text h4 {
	padding-top: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}
.text p {
	background: url(../img/bor.gif) left 14px no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.gift {
	height: 215px;
	margin-bottom: 60px;
	background: url(../img/bg-img.png) no-repeat;
}
.gift ul {
	padding: 0 5px;
}
.gift li {
	width: 139px;
	display: inline-block;
	margin: 0 6px;
}
.rult {
	padding: 10px 0 20px;
	background: #f6d5da;
}
.rult h4 {
	font-weight: normal;
	padding: 10px 0 10px 15px;	
}
.rult p {
	padding: 0 15px;
	line-height: 40px;
}
.rult p em {
	padding: 0 30px;
}
#flip .popRules {
	font-size: 16px !important;	
}
#flip .popRules p {
	line-height: 30px !important;
}