.content{
	width:90%;
	height:400px;
	border-radius:8px;
	margin:10px auto;
	position: relative;
}
.div-bor{
	width:280px;
	height:40px;
	margin: 40px auto;	
	position:relative;
	top:30px;
}
.div-bor input{
	height: 40px;
    width: 240px;
    padding-left: 45px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 24px;
}
.input-icon{
	position: absolute;
	left: 0;top:2px;z-index:5;
    border-right:1px dotted #DB214C;
    font-size: 38px;
    color: #DB214C;
}
.bor{
	width:280px;
	margin:45px auto;
}
.bor a{
	display:inline-block;
}
/*确认*/
.sbmt{
	width:210px;
	margin:40px auto;
}
.sbmt button{
	color:white ;
	font-size:20px;
	height:30px;
	width:210px;
	background: #DB214C;
	border-radius:4px;
	border:0;
}
.xy{
	width:210px;
	text-align: center;
	font-family: "微软雅黑";
	font-size:10px;
}