*{
  margin:0px;
  padding:0px;
  border:0px;
  font-size:14px;
  outline: none;
}
header{
  background-color:#004495;
  height:40px;
  text-align:center;
  color:#fff;
  line-height:40px;
}

.main{
  background:url("../../img/invite.jpg") no-repeat top center;
  background-size:320px 195px;
  padding-top: 200px;
  text-align: center;
  padding-bottom: 20px;
}
.success_main{
  background:url("../../img/invite/success.jpg") no-repeat top center;
  background-size:178px 156px;  
}
.main h1{
  font-size:16px;
  color:#333;
  margin:10px 0px 20px;
}
.main h2{
  color:#004495;
  font-size:20px;
}
.content{
	width:100%;
}
.content img{
  width:100%;
}
.content input{
  width:100%;
  border-radius:30px;
  height:40px;
  line-height:40px;
  text-indent:15px;
  font-size:12px;
  margin-bottom:20px;
  color:#333;
  background-color:#f0f0f0;
}
.content .contentMain{
  margin:0px 20px;
  border:1px solid #ddd;
  padding:20px 10px;
  border-radius:5px;
}
.content .inputWrap{
  display:-webkit-flex;
  display:flex;
}
.content .inputWrap input{
  border-right:none;
  border-radius:30px 0px 0px 30px;
}
.content .inputWrap span{
  padding:0px 10px;
  display:block;
  width:100px;
  background-color:#ff944c;
  height:40px;
  line-height:40px;
  border-radius:0px 30px 30px 0px;
  color:#fff;
  font-size:12px;
  text-align:center;
}
.content button{
  width:100%;
  text-align:center;
  padding:8px;
  background-color:#2398de;
  color:#fff;
  border-radius:30px;
	font-weight:bolder;
}
.content .rule{
  margin-top:10px;
	position:relative;
	left:50%;
	margin-left:-70px;
	width:140px;
}
.content .rule input{
  width:15px;
  float:left;
  height:15px;
}
.content .rule:after{
  content:' ';
  display:block;
  clear:both;
}
.content .rule a{
  float:left;
  margin-top:-2px;
  margin-left:10px;
  font-size:12px;
  margin-left:5px;
	color:#fff;
	text-decoration:underline;
}
.inviteRule{
  padding:15px;
}
.inviteRule h1{
  font-size:16px;
  font-weight:bolder;
  margin-bottom:20px;
  margin-top:20px;
}
.inviteRule p{
  color:#333;
  font-size:14px;
  line-height:30px;
}
.inviteBg{
	width:100%;
	height:100%;
	min-height:640px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.inviteMsg{
	color:#935b0c;
	font-size:14px;
	position:relative;
	padding-top:160px;
	margin-top:11%;
	width:100%;
	text-align:center;
	z-index:3;
}
