﻿.banner{
	margin-top: 8px;

	box-sizing: border-box;
	
}
.banner img{
	width: 100%;
}
.inputList li{
	height: 44px;
	margin-bottom: 10px;
	line-height: 44px;
	border-radius: 3px;

}
.inputList  .bgwhite{
	width: 60%;
	background-color: white;
	display: inline-block;
	border-radius: 3px;
	padding-left: 10px;
}
.inputList li img{
	position: relative;
	top: 3px;
}
.inputList li input{
	height: 34px;
	border: none;
	outline: none;
	width: 55%;
}
.operationbtn{
	width: 104px;
	box-sizing: border-box;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding-left:10px ;
	padding-right: 10px;
	background-color:#dfdfdf ;
	border-radius: 3px;
	float: right;
}
#registerBtn{
	height: 40px;
	width: 100%;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	background-color: #d16816;
	color: white;
	font-size: 15px;
}
.tipLink{
	margin-top: 20px;
	color: #d16816;
	text-align: center;
	
}
.tipLink a{
    color: #d16816;
}
.tipLink span:nth-of-type(1){
	
	color:#bfbfbf ;
}
.tipLink span:nth-of-type(2){
	
}
.inputList li select{
	width: 27%;
	height: 44px;
	border: none;
	color:#bfbfbf ;
	outline: none;
}
.inputList li select option{
	outline: none;
}
