/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
lengend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	color: #333;
	-webkit-overflow-scrolling: touch;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
	/* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "微软雅黑", sans-serif;*/
	font: 13px/1.3 Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	border: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	/* 消除手机上点击后出现的边框 */
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}


/* 统一等宽字体 */

small {
	font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化 */


/* 重置列表元素 */

ul,
ol {
	list-style: none;
}


/* 重置文本格式元素 */

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	color: #000;
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}

.clear {
	clear: both;
}


/* 重置表单元素 */

legend {
	color: #000;
	font-size: inherit
}


/* for ie6 */

fieldset,
img {
	border: none;
}


/* img 搭车：让链接里的 img 无边框 */


/* 注：optgroup 无法扶正 */

button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
	background: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
}

label {
	font-weight: normal;
	font-size: 13px;
}


/* 重置表格元素 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 重置 hr */

hr {
	border: none;
	height: 1px;
}


/* 浮动 */

.left {
	float: left;
}

.right {
	float: right;
}


/* 显示隐藏  */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


/* 显示隐藏  */

.show {
	display: block;
}

.hide {
	display: none;
}

.apply-box {
	width: 100%;
	height: 100%;
}

.apply-box .apply-con {
	width: 920px;
	margin: 0 auto;
}

.apply-box .banner {
	height: 350px;
	color: #fff;
	font-size: 24px;
	background: url('../images/bg_apply.jpg') center no-repeat;
}

.banner .apply-con {
	color: #fff;
	padding-top: 120px;
}

.banner .apply-con h2 {
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 20px;
}

.apply-con h3 {
	font-weight: normal;
	font-size: 22px;
	margin: 30px auto;
	text-align: center;
}

.apply-con ul {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
}

.apply-con li {
	overflow: hidden;
	margin-bottom: 20px;
}

.apply-con li .title {
	display: inline-block;
	width: 100px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 20px;
}

.apply-con li p {
	width: 382px;
	float: left;
}

.apply-con li input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	width: 360px;
	padding: 0 10px;
}

.apply-con li textarea {
	width: 360px;
	padding: 10px;
	border: 1px solid #ccc;
}

.apply-con .btn {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 0;
	margin-left: 280px;
	cursor: pointer;
	margin-bottom: 20px;
	background: #ff984b;
}

.apply-con .btn:hover {
	opacity: 0.9;
}

.apply-state {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #61001d;
}

.apply-state .con {
	width: 400px;
	margin: 150px auto 0;
}

.apply-state h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 55px;
}
.apply-state p {
	text-align: left;
}
.audit {
	background: #f8aec8;
}

.authorize {
	background: #8fe0c1;
}
.refuse {
	background: #feeecb;
}
.apply-state .btn {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #61001d;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 0;
	margin-left: 270px;
	cursor: pointer;
	margin-bottom: 20px;
	background: #faee00;
	margin: 0 auto 25px;
	border-radius: 20px;
}
.apply-state .btn:hover{
	opacity: 0.8;
}

.apply-state .return {
	margin-bottom: 10px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.apply-state #time {
	border: none;
	width: 15px;
	font-size: 14px;
	color: #61001d;
	text-align: right;
}
.asterisk{
	color: red;
	font-size: 16px;
	margin-left: 2px;
}
.browser{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url('../images/apply/bg_browser.jpg') no-repeat;
	background-size: cover;
}
.browser .con{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.browser .title{
	text-align: left;
	padding-top: 2%;
}
.browser .logo{
	margin: 5% auto 3%;
}
.browser .down{
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	color: #dceaff;
	border: 1px solid #abcef8;
	margin: 3% auto 2%;
	background: #549af0;
	border-radius: 30px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.browser .down:hover{
	background: #fff;
	color: #4693ec;
}
.browser .tip{
	font-size: 14px;
	color: #a0c3f4;
}
.browser .tip span{
	margin: 0 10px;
}
.browser .footer{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #b2cef6;
}
