* {
	margin: 0;
	padding: 0
}

.g9 {
	color: #999
}

#main {
	width: 1300px;
	overflow: hidden;
	margin: auto;
	padding: 0;
	font-size: 84%;
	line-height: 1.5;
	color: #333333
}

#main a {
	color: #34538b;
	text-decoration: none
}

a:hover {
	color: #333333;
	text-decoration: underline
}

#body {
	height: 660px;
	background: #fff;
	overflow: hidden
}

#body h3 {
	line-height: 30px;
	margin: 0;
	font-size: 15px;
	background: #f0f3f9;
	padding-left: 10px;
	border-bottom: 1px solid #ededed;
	color: #4e4e4e;
	text-shadow: 0px 1px 0px white
}

#body .textarea {
	box-sizing: border-box;
	padding: 5px;
	width: 96%;
	height: 570px;
	margin: 0 0 0 10px;
	border: 1px solid #a0b3d6;
	color: #333;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	overflow: auto
}

#body .old_code,
#body .now_code {
	width: 40%;
	height: 645px;
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid #a0b3d6;
	border-right: 1px solid #a0b3d6;
	float: left;
	position: relative
}

#body .compress_process {
	width: 20%;
	width: 19.9%\9;
	float: left
}

#body .prc_x {
	padding: 20px 10px 0 20px
}

#body .sm_tit {
	padding: 20px 0 5px 10px
}

#body .mb10 {
	margin-bottom: 10px
}

#main .title {
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden
}

#main .des {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

#main .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

#main .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

#main .btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

#main .examp{
	margin: 10px 0;
}
#main .examp h3{
	margin: 15px 5px;
	color: #333;
}
#main .examp p{
	margin: 5px;
	border-radius: 5px;-webkit-border-radius: 5px;
	background: #f1f2f3;padding: 15px;font-size: 14px;color: #666;color: #555;line-height: 24px;
}
#main .examp p a{
	margin-left: 10px;
	font-weight: bold;
}