/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
*{
	margin:0px;
	padding: 0px;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*注册*/
html {
	font-size: 62.5%;/*font-size:10px;*/
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html, body {
	width: 100%;
	min-width: 320px;
	margin: 0px auto;
	color: #333333;
	font-family: Arial, 'AkkuratStd-Regular'，Helvetica, 'Source Han Sans CN', '微软雅黑', sans-serif;
	background: #F8F8F8;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: 1.5;
}
.justify-start {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between
}
.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.align-start {
	align-items: flex-start;
}
.textCenter {
	text-align: center
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.grid {
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	display: -o-grid;
	grid-template-rows: auto;
}
.pcBlock {
	display: block
}
.phBlock {
	display: none
}
.page {
	width: 100%;
	margin: 0px auto;
	min-height: auto;
	font-size: 1rem;
	max-width: 750px;
	background: #012855
}
.conBg {
	width: 100%;
	margin: 0px auto;
	background-image: linear-gradient(to bottom, #012855 0%, #F8F8F8 100%);
	background-image: -webkit-linear-gradient(to bottom, #012855 0%, #F8F8F8 100%);
	padding-top: 10px;
}
.wrap {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 750px;
	margin: 0px auto
}
a {
	text-decoration: none;
}
.banner {
	width: 100%;
	margin: 0;
	padding: 10px 0px;
	background: url(../images/banner@2x.png) no-repeat;
	background-size: cover;
}
.logoDiv{
	width:100%;
	margin-bottom: 10px;
}
.logoDiv img{
	max-width: 150px;
}
.bannerWrap{
	width:100%;
	margin: 0px auto;
	flex-wrap: nowrap
}
.bannerWrap h1{
	font-size:1.125rem;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}
.bannerWrap p{
	font-size:0.75rem;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}
.bannerWrap img {
	max-width: 80px;
	vertical-align: top;
	margin: 0px 0px 0px 20px;
}
/*演讲信息*/

.infoconBg,.infoconBg body {
	width: 100%;
	margin: 0px auto;
	background: url(../images/infoBg.png) no-repeat left top #f7f7f7;
	background-size:100%;
	padding:0px;
	min-height: 100%
}
.infoconBg .page {
	background-color:transparent
}
.titleBox{
	background:url(../images/titleBg.png) no-repeat left top;
	background-size:100% 100%;
	width:100%;
	max-width: 280px;
	margin: 15px auto;
	padding: 20px;
	text-align: center;
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: bold;
}
.infoWrap{
	background:url(../images/boxBg.png) no-repeat left top;
	background-size: cover;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	margin: 10px auto;
}
.infoWrap h5{
	color: #002855;
	font-weight: 600;
	margin: 0px auto 10px auto;
	border-left: 2px #C8D300 solid;
	font-size: 1rem;
	padding:0px 0px 0px 10px;
	line-height: 1.375
}
.infoList{
	width:100%;
	margin: 5px auto;
	flex-wrap: nowrap;
}
.infoList img{
	width:18px;
	margin-right: 10px;
text-align: left;
	margin-top: 2px;
}
.infoList span{
	font-size: 0.75rem;
color: #002855;
text-align: left;
line-height: 1.5}
.infoList span:first-of-type{
	width:40px;
}
.infoList span:last-of-type{
	width:calc(100% - 40px - 35px);
}
/*中奖结果*/
.zhongjiangWrap{
	background:url(../images/zhongjiang.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 20px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	border-radius: 10px;
}
.zhongjiangWrap img{
	max-width:150px;
	margin-bottom: 0px;
}
.nozhongjiangWrap{
	background:#657E99;
	padding: 20px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	border-radius: 10px;
	color:#ffffff;
}
.nozhongjiangWrap img{
	max-width:100px;
	margin-bottom: 0px;
}
@media screen and (min-width:751px){
	
.infoconBg,.infoconBg body {
	width: 100%;
	margin: 0px auto;
	background: url(../images/infoBg.png) no-repeat left 50% #f7f7f7;
	background-size:cover;
	padding:0px;
	min-height: 100%
}
}
