*{
	margin: 0;
	padding: 0;
}
header{
height:100%;
}
/*顶部外框*/
.dingbu{
	width: 100%;
	/*background-color: gold;*/
	margin: 0 auto;
	line-height: 100px;
	display: flex;
	align-items:center;
}
.dingbu img{
	margin-top: 13px;
	width: 215px;
	
	float: left;
	
}
/*大背景*/
.dabeijing{
	width: 100%;
	height: 100%;
	background-color: #35bf4a;
}
/*中心banner背景*/
.zhongxin{
	width: 1000px;
	height: 480px;
	background: url(../images/beijing.png);
	margin: 0 auto;
}
/*右边白框*/
.right{
	width: 411px;
	height: 366px;
	background: url(../images/baihezi.png);
	float: right;
	margin-top: -25px;
	
}
/*卡号*/
.kahao{
	width: 316px;
	height: 38px;
	/*background-color:#eeeeee;*/
	margin: 0 auto;
	margin-top: 68px;
	border-radius: 8px;
	display: flex;
	justify-content:flex-start;
}

.icon{
	width: 48px;
	height: 38px;
	line-height: 38px;
	color: #ff5f00;
	
}
.icon img{
	
}
/*输入框*/
.kashuru{
	width: 243px;
	height: 36px;
	border-bottom: 2px solid gainsboro;
}
input{
	width: 239px;
	height: 36px;
	border: none;
	margin-left: 8px;
	font-size: 16px;
	outline:none;
      background: transparent;
}
/*密码*/
.mima{
	width: 316px;
	height: 38px;
	/*background-color:#eeeeee;*/
	margin: 0 auto;
	margin-top: 18px;
	border-radius: 8px;
	display: flex;
	justify-content:flex-start;
}

.iconi{
	width: 48px;
	height: 38px;
	line-height: 38px;
	color: #ff5f00;
}
/*立即兑换*/
.duihuan{
	width: 280px;
	height: 47px;
	background: #ff5f00;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 47px;
	cursor: pointer;
}
.duihuan input{
  font-size:18px;
  color:#FFF;
}
/*订单查询*/
.chaxun{
	width: 278px;
	height: 45px;
	background: #3f548a;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 47px;
	cursor: pointer;
}
.chaxun input{
  font-size:18px;
  color: #fff;
}