img { border: 0 none; vertical-align: center; }
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
/*申请加盟结构样式*/
.applyfor {
	width: 100%;
	background: #eaeaea;
	border-top: 0.1em solid #eaeaea;
	border-bottom: 0.1em solid #eaeaea;
}
.applyfor form,.applyfor .form  {
	width: 80%;
	margin: 1em auto;
}
.applyfor_af {
	width: 95%;
	margin: 1em auto;
}
.applyfor_af select {
	width: 100%;
	height: 2.5em;
	background: #eaeaea;
	margin: 0.5em auto;
	border: 0.1em solid #666666;
}
.applyfor_af select option {
	width: 100%;
}
.applyfor_bf {
	width: 95%;
	margin: 1.5em auto 0;

}
.applyfor_bf p {
	font-size: 0.9em;
	border: 0.1em solid #666666;
	margin: 0 0 1em 0;
	padding: 0 0 0 0.2em;
}
.applyfor_bf input {
	width: 80%;
	height: 2.4em;
	background: #eaeaea;
	border:0;
	outline: none;
}
.applyfor_cf {
	width: 95%;
	font-size: 1em;
	line-height: 200%;
	margin:0 auto;
}
.applyfor_cf textarea {
	width: 100%;
	background: #eaeaea;
}
.applyfor_df {
	width: 95%;
	margin: 0.5em auto 2em;
}
.applyfor_df input {
	width: 50%;
	background: #a51b2a;
	color:#ffffff;
	line-height: 200%;
	border:0;
}
.applyfor_df button,.applyfor_df .button {
	width: 50%;
	background: #333333;
	color:#ffffff;
	line-height: 200%;
	border:0;
}