*{
	-webkit-transition:all 0.5s linear;
}
div,img,input,h2,table,tr,td,select,i,option,button,a,dl,dd,ul,li,b{
	margin:0;
	padding:0;
	font-style:normal;
	font: 12px/1.6 tahoma,arial,sans-serif;
	color:#333;
	box-sizing: border-box;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.wrap{
	width:70%;
	margin:0 auto;
	overflow:auto;/*margin嵌套问题*/
}
.wrap:before{/*margin嵌套问题*/
	content:'';
	display:table;
}
.logo{
	width:100%;
	height:52px;
	margin-top:30px;
}
.logo a{
	width:220px;
	height:100%;
	text-decoration: none;
	display:inline-block;
}
.logo a img{
	display:block;
}

.register-wrap{
	width:100%;
	padding:40px 0;
}
.register-wrap:after{/*内容没有撑开盒子的处理方法*/
	content:'';
	display:block;
	clear:both;
}
.register-wrap .pic{
	width:40%;
	padding: 20px 0 0 40px;
	float:left;
	display:inline-block;
}
.register-wrap .register{
	width:370px;
	float:right;
	display:inline-block;
	border:1px solid #ccc;
}
input.error{ 
	border:1px solid #a12;
}
/*提示字体的颜色*/
.error{ 
	color:#a12;
}

/*验证成功时的input表单文本框颜色*/
input.success{ 
	border:1px solid #b8dbb9;
}
/*提示字体的颜色*/
.success{ 
	color:#b8dbb9;
}
/*awesome图标样式设定*/
.result{ 
	position:relative;
	left:-20px;
	top:5px;
}

.register-wrap .register .register-top h2{
	font-size: 14px;
	color: #333;
	padding: 8px 40px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ccc;
	box-sizing: content-box;
	font-weight:800;
	letter-spacing: 1px;
} 
.register-wrap .register .register-con{
	padding: 0 0 30px 38px;
}
.register-wrap .register .register-con ul{
	margin-top:20px;
}
.register-wrap .register .register-con ul:after{
	content:'';
	display:block;
	clear:both;
}
.register-wrap .register .register-con ul li {
	margin-bottom:10px;
	vertical-align: top;
	/* border:1px solid #ccc; */
}
.register-con ul #inner-num{
	width:275px;
	height:32px;
	padding:0 6px;
	color:#ff1877;
	border:1px solid #ffd797;
	display:none;
}
.register-con ul #inner-num>i{
	display:inline-block;
	float:left;
	width:20px;
	height:20px;
	margin:6px 10px;
	border:none;
	background:url(../images/bz_16x16.png) no-repeat 0 0;
}
.register-con ul #inner-num>span{
	color:#ff1877;
	display:inline-block;
	float:left;
	line-height:26px;
}
.register-wrap .register .register-con ul li select{
	height: 30px;
	width:104px;
	margin-right: 10px;
	line-height: 1.5;
	border: 1px solid #c4c4c4;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	padding: 4px 35px 4px 10px; 
	 /*将默认的select选择框样式清除*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;

	background:url('../images/arrow_29x30.png') no-repeat scroll right center #fff;
	vertical-align: top;/*处理li中的元素错位问题*/
}
.register-wrap .register .register-con ul li select{
	width:104px\0;
	background:none\0;
	padding: 4px 6px 4px 6px\0;
	border-radius:3px;
	
}
.register-wrap .register .register-con ul li select option{
	width:104px;
}


.register-wrap .register .register-con ul li  input{
	width:155px;
	height: 30px;
	line-height:30px;
    padding: 0 6px; 
    font-size:100%;
    display:inline-block;
	vertical-align: top;
}
::-ms-clear{ display:none; }/*清除IE10中的text和password的默认图标*/
::-ms-reveal{ display:none; }
.register-wrap .register .register-con ul li i{
	display:inline-block;
	width:104px;
	height:30px;
	text-align: center;
	line-height:30px;
	margin-right:10px;
	font-size:14px;
	border:1px solid #ccc;
	background:#eaeaea;
	vertical-align: top;
	border-radius:3px;
}
.register-wrap .register .register-con ul li  .btn{
	width:104px;
	margin-left:10px;
	height: 30px;
    padding: 0 6px;
    font-size:100%;
    border-radius: 0;
    /* display:inline-block; */
    border:1px solid #ccc;
    vertical-align: top;
    border-radius:3px;
}
.register-wrap .register .register-con ul li button{
	display: inline;
	border: none;
	width: 275px;
	height: 30px;
	background: #ff1877;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}

.register-wrap .register .register-con ul li.read input{
	width:14px;
	height:14px; 
	height:18px\0;
	width:104px\0;
	line-height:18px\0;
	margin-left:-45px\0;/*IE8-11的兼容性*/
	line-height:14px;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	border-radius: 0;
	outline:none;
	vertical-align: top; 
}
.register-wrap .register .register-con ul li.read b{
	margin-left:-50px\0;
	vertical-align: top\0;
}
.register-wrap .register .register-con ul li a{
	text-decoration: underline;
}
.register-wrap .register .register-con ul li>a{
	float:right;
	margin-right:60px;
	color:#666;
}

.footer{
	width:100%;
	background:url(../images/fbg_16x16.png) repeat 0 0;
}

.footer-wrap{
	width:70%;
	margin:0 auto;
}
.footer-wrap-top{
	padding-top:25px;
	margin-bottom:30px;
}
.footer-wrap-top:after{/*内容没有撑开盒子的处理方法*/
	content:'';
	display:block;
	clear:both;
}
.footer-wrap-top-left{
	float:left;
}
.footer-wrap-top-left dl{
	float:left;
	width:130px;
}
.footer-wrap-top-left dl dt{
	font-size: 14px;
	color: #333;
	margin-bottom:8px;
}
.footer-wrap-top-left dl dd a{
	display: block;
	color: #666;
	line-height: 24px;
}
.footer-wrap-top-left dl.bz dd a:hover{
	text-decoration:none;
}
.footer-wrap-top-right{
	float:right;
}
.footer-wrap-top-right h2{
	font-size: 14px;
	padding:10px 0;
	font-weight: 800;
	letter-spacing: 1px;
}
.footer-bottom{
	clear:both;
	width:100%;
	text-align:center;
	color: #999;
	border-top: 1px dashed #dcdcdc;
	height: 40px;
	line-height: 40px;
}
