
@media screen and (min-width: 1280px){
	#register{
	/*width:52%;*/
	margin: 50px 20% 0;
	height:720px;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.tit{
	display:inline-block;
	width:200px;
	text-align:right;
	font-size:18px;
	color:#333
}

.inpu{
	width:300px;
	text-indent:10px;
	height:38px;	
	border:1px solid #ddd;
	border-radius: 4px;
	margin-bottom:20px
}
.verifyBtn{
	width:30%;
	float:right;
	line-height:38px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	cursor:pointer;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;

	margin-bottom: 10px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.registerBtn{
	width:300px;
	display: inline-block;
	color: white;
	cursor: pointer;
}
.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}
.return{
	width:10%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	position:absolute;
	left:30px;
	top:0;
	bottom:0;
	margin:auto 0;
	cursor:pointer;
}
.bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}
}

@media screen and (min-width:1025px) and (max-width:1280px){
		#register{
	/*width:52%;*/
	margin: 50px 20% 0;
	height:720px;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.tit{
	display:inline-block;
	width:166px;
	text-align:right;
	font-size:18px;
	color:#333
}

.inpu{
	width:300px;
	text-indent:10px;
	height:38px;	
	border:1px solid #ddd;
	border-radius: 4px;
	margin-bottom:20px
}
.verifyBtn{
	width:30%;
	float:right;
	line-height:38px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	cursor:pointer;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;

    margin-bottom: 10px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.registerBtn{
	width:300px;
	display: inline-block;
	color: white;
	cursor: pointer;
}
.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}
.return{
	width:10%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	/*position:absolute;*/
	/*top:0;*/
/*	/*left:30px;*/
	/*bottom:0;*/
	margin-bottom: 10px !important;
	margin:0 auto;
	cursor:pointer;
}
.bottom>p{
	height: 38px;
		/*line-height: 60px;*/
		padding-top: 10px;
		/*margin-left: 30px;*/
		font-size: 16px;
		text-align: center;
		color: #666;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
		#register{
	/*width:52%;*/
	margin: 50px 20% 0;
	height:720px;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.tit{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}

.inpu{
	width:300px;
	text-indent:10px;
	height:38px;	
	border:1px solid #ddd;
	border-radius: 4px;
	margin-bottom:20px
}
.verifyBtn{
	width:30%;
	float:right;
	line-height:38px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	cursor:pointer;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;

    margin-bottom: 10px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.registerBtn{
	width:300px;
	display: inline-block;
	color: white;
	cursor: pointer;
}
.bottom{
	width: 100%;
    text-align: right;
    background: #eee;
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
}
.return{
	    width: 10%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ee8b20;
    font-size: 16px;
    border: 1px solid #ee8b20;
    border-radius: 4px;
    /* position: absolute; */
    left: 30px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    cursor: pointer;
}
.bottom>p{
	height:60px;
	padding-top: 10px;
		margin-left: 50px;
		font-size: 18px;
		text-align: center;
		color: #666;
}
}
@media screen and (max-width:768px){
		#register{
	width:100%;
	margin: 50px 20% 0;
	height:720px;
	margin: 0 auto;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.tit{
	float: left;
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}

.inpu{
	width:220px;
	text-indent:10px;
	height:38px;	
	border:1px solid #ddd;
	border-radius: 4px;
	margin-bottom:20px
}
.verifyBtn{
	width:30%;
	float:right;
	line-height:38px;
	text-align:center;
	color:#ee8b20;
	font-size:16px;
	border:1px solid #ee8b20;
	border-radius:4px;
	cursor:pointer;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;
	/*position: absolute;*/
	
    margin-bottom: 10px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.registerBtn{
	width:300px;
	display: inline-block;
	color: white;
	cursor: pointer;
}
.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	padding-bottom: 20px;
	left:0;
}
.return{
	    width: 10%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ee8b20;
    font-size: 16px;
    border: 1px solid #ee8b20;
    border-radius: 4px;
    /* position: absolute; */
    left: 30px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    cursor: pointer;
}
.bottom>p{
	text-align: center;
	height:60px;
	/*line-height:60px;*/
	margin-right:30px;
	font-size:16px;
	color:#666;
}
}

input::-webkit-input-placeholder{
	font-size:14px;
	color:#aaa;
}

input::-moz-placeholder{
	font-size:14px;
	color:#aaa;
}

input::-ms-input-placeholder{
	font-size:14px;
	color:#aaa;
}