* {
	margin: 0;
	padding: 0;
}
/*img{max-width: 100%;height: auto;}*/

hr {
	height: 1px;
	width: 80%;
	background: #ccc;
	margin: 0 auto;
}

p {
	color: #ffffff;
}

.container {
	width: 100%;
}

.container p {
	padding: 0 20px 0 0;
}

.container h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.shell {
	margin: 0 auto;
	max-width: 572px;
}

.header {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #0f2235;
	color: #ffffff;
	line-height: 80px;
	font-size: 20px;
}

.header-logo {
	margin: 0 auto;
}

.proc p {
	display: block;
}

.con-txt {
	height: 80px;
	margin-top: 20px;
}

.txt-install1 {
	height: 54px;
}

.con-txt h2.num-1 {
	height: 20px;
}

.con-txt h2.num-2 {
	height: 60px;
}

.con-txt h2.num-3 {
	height: 120px;
}

.title-app {
	padding: 1em 0;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.proc h2 {
	padding-left: 5px;
	float: left;
	display: block;
	font-size: 16px;
	margin: 5px 10px 10px 5px;
	color: #ffffff;
}

.proc .proc-title {
	cursor: pointer;
	overflow: hidden;
	background: #0f2235;
	line-height: 34px;
}

.proc .proc-title p {
	padding: 0 20px 0 0;
}

.con-proc {
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	display: none;
}

.myblock {
	display: block;
}

.con-proc img {
	width: 50%;
	margin: 10px 0;
}

.con-proc img.step-img2 {
	width: 100%;
}

.proc {
	margin-top: 20px;
}

.proc a {
	color: #FFF;
}

.proc .highlight {
	margin: 0 auto;
	color: #007aff;
}

.footer {
	width: 100%;
	padding: 2em 0em;
	margin-top: 20px;
}

.footer .footer-logo {
	margin: 0 auto;
	display: block;
	width: 92px;
	height: 30px;
}

.footer .copyright {
	color: #848484;
	text-align: center;
	font-size: 0.5em;
	font-family: arial;
	margin-top: 0.5em;
}

.mod-btn {
	width: 152px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	margin: 15px auto 0px auto;
	letter-spacing: 0;
	text-align: center;
	background: #007aff;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.mod-btn a {
	text-decoration: none;
	display: block;
	color: #fff;
}

@media ( max-width :320px) {
	/*.description p{font-size: 0.7em;}*/
	.title-app {
		font-size: 1.2em;
	}
	.proc p {
		font-size: 0.9em;
	}
	.proc h2 {
		font-size: 1em;
	}
	.con-txt h2.num-1 {
		height: 30px;
	}
	.proc .proc-title {
		line-height: 18px;
	}
	.proc .proc-title p {
		padding: 2px 20px 0 0;
	}
	.proc .proc-title {
		background: #007aff url(tips320.html) center right no-repeat;
	}
	.proc .proc-title-hover {
		background: #007aff url(tips_hover320.html) center right no-repeat;
	}
	.footer .copyright {
		font-size: 0.6em
	}
}

@media ( min-width :321px) and (max-width:480px) {
	/*.description p{font-size: 0.4em;}*/
	.title-app {
		font-size: 1.2em;
	}
	.proc p {
		font-size: 0.9em;
	}
	.proc .proc-title p {
		padding: 6px 30px 0 0;
	}
	.con-txt h2.num-1 {
		height: 32px;
	}
	.con-txt h2.num-2 {
		height: 60px;
	}
	.con-txt h2.num-3 {
		height: 140px;
	}
	.proc .proc-title {
		line-height: 22px;
	}
	.footer .copyright {
		font-size: 0.6em
	}
}