@charset "utf-8";

/* CSS Document */

body {
	background: #fff;
	 -webkit-text-size-adjust:100%!important;
}

.code-details {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.all-code {
	width: 100%;
	float: left;
}

.all-code .all-code-top {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #c8c8c8;
}

.all-code .all-code-top .img {
	width: 100%;
	height: 12rem;
	margin: 0 auto;
	text-align: center;
	line-height: 11.7rem;
	margin-top: .8rem;
}

.all-code .all-code-top .img img {
	height: 12rem;
	vertical-align: middle;
}

.all-code .all-code-top h4 {
	width: 100%;
	float: left;
	font-size: 1.1rem;
	color: #333;
	padding-top: 1rem;
	font-weight: bold;
	line-height: 1.5rem;
}

.all-code .all-code-top span {
	width: 100%;
	float: left;
	font-size: 1rem;
	color: #333;
	padding-top: .5rem;
	padding-bottom: .8rem;
}

.all-code .all-code-bottom {
	width: 100%;
	float: left;
	margin-bottom: 3rem;
	margin-top: .8rem;
}

.all-code .all-code-bottom p {
	font-size: 1rem;
	line-height: 1.9rem;
	color: #333;
	text-indent: 2rem;
}