/* `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: 900px;
	background: #ffffff
}
.conBg {
	width: 100%;
	margin: 0px auto;
	background:#ffffff;
	padding-top: 10px;
}
.wrap {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	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;
}
.bannerWrap img {
	width:100%;
	max-width: 100%;
	vertical-align: top;
}
/*弹窗*/
.alertCon{
	width:90%;
	margin: 0px auto;
	max-width: 500px;
	border-radius: 20px;
	padding: 30px 10px;
	position: fixed;
	top: 50%;
	left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	background: #ffffff;
}
.alertCon a{font-size: 1.125rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0px auto;
  padding: 10px 0px;
  color: #ffffff;
  border: 0px;
  text-decoration: none;
  background: #002855 !important;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  max-width: 100px;
	
}

@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%
}
}
