﻿/**
 * @for 功能介绍
 * @author linlan
 * @author ydr.me
 */

body{
	background: #fff;
}

/*布局*/
.layout {
	width: 1000px;
	text-align: left;
	margin: 40px auto;
}

.layout .menu-wrap {
	width: 220px;
	float: left;
	background: #f1f1f1 none repeat scroll 0% 0%;
	padding-left: 20px;
	padding-top: 10px;
}

.layout .content-wrap {
	width: 760px;
	float: left;
}

.layout .content {
	width: auto;
	min-height: 600px;
	background: #fff;
	padding: 0px 20px 20px;
}




/*菜单*/
#menu {
	position: relative;
	overflow: hidden;
}

#menu a {
	color: #5788aa;
	position: relative;
	padding: 0 4px;
	color: #666;
}

#menu a:hover {
	color: #5788aa;
}

#menu a.active{
	background: #368AC5;
	color: #fff;
}

#menu h2 {
	font-size: 14px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: 900;
	text-indent: 5px;
}

#menu ul,
#menu li {
	position: relative;
}

#menu .lv1,
#menu .lv2 {
	padding-left: 10px;
}

#menu .lv2 {
	margin-left: 10px;
}

#menu .lv2 li {
	line-height: 22px;
	font-size: 14px;
	padding-left: 14px;
}

#menu .lv3 {
	margin-left: 13px;
	padding-left: 0;
}

#menu .close ul {
	display: none;
}

#menu .li1-before,
#menu .li2-before,
#menu .li3-before {
	position: absolute;
	left: -7px;
	top: 0;
	width: 14px;
	height: 100%;
	background: url(/content/site/Images/dt-1.png) no-repeat 0 -24px;
}

#menu .li1-before {
	left: -2px;
	top: -1px;
}

#menu .li1-first .li1-before {
	background-image: url(/content/site/Images/dt-2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 16px;
	left: 0;
}

#menu .lv2-before,
#menu .lv3-before {
	position: absolute;
	font-size: 0;
	left: -22px;
	top: 0;
	width: 4px;
	height: 100%;
	background: url(/content/site/Images/dt-4.png) repeat-y;
}

#menu .first .li2-last .li2-before,
#menu .li3-last .li3-before {
	background-image: url(/content/site/Images/dt-3.png);
	background-position: 0 bottom;
	top: -10px;
	left: -5px;
}

#menu .lv3-before {
	left: -34px;
	top: 1px;
}

#menu .li2-a-before {
	position: absolute;
	width: 9px;
	height: 9px;
	left: -23px;
	top: 7px;
	background: url("/content/site/Images/-+.png") 0 0 no-repeat;
	z-index: 1;
}

#menu .close .li2-a-before {
	background-position: -9px 0;
}


/*内容区域*/
.step_hot {
	border: 1px solid #EEEEEE;
	padding: 10px;
	background: #FFF;
	border-radius: 2px;
	line-height: 24px;
	height: 75px;
}

.step_hot a {
	margin: 0 4px;
}

.mid_dd {
	float: left;
	width: 1px;
	min-height: 650px;
	box-shadow: 1 0 9px;
	background: #CCC;
}

.content {
	float: left;
	padding-left: 20px;
	width: 700px;
	font-size: 14px;
	min-height: 650px;
}

/*.content img {
	max-width: 100%;
}*/

.content div {
	display: block
}

.content a {
	color: #5788AA;
	display: block;
	float: left;
	width: 79px;
	height:25px;
	overflow: hidden;
	text-align: center;
}

.content a:hover{ background: #368AC5 none repeat scroll 0% 0%; color:#fff;}

.content .title {
	color: #5788aa;
	font-size: 150%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.content .step_title {
	line-height: 40px;
	font-weight: bold;
	margin-top: 20px;
}

.step_content p{
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 16px;
	color: #666;
	padding: 5px 0 0 10px;
	border-left: 4px #039FDA solid;
}


.content > p{
	text-indent: 2em;
}

.content img {
	border: 0;
}

.content .step_list {
	margin-left: 16px;
}

.content .step_list ul {
	list-style-type: disc;
	line-height: 25px;
	margin: 10px;
}

.content .step_list ol {
	list-style-type: decimal;
	line-height: 25px;
	margin: 10px;
}

.content .step_code {
	border: 1px solid #CCCCCC;
	color: #666666;
	margin: 10px;
	padding: 10px;
	width: 665px;
}

.content pre {
	color: #666666;
	font-family: Arial;
	line-height: 18px;
}

table {
	margin: 10px;
	width: 685px;
	color: #666666;
}

table tr td {
	line-height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

.placeholder {
	background: #eee;
	height: 400px;
	line-height: 400px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 30px;
}


/*文档索引*/
#doc-index {
	position: fixed;
	width: 140px;
	top: 100px;
}

#doc-index .bdl {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #eee;
	border: 1px solid #E9E9E9;
	min-height: 350px;
}

#doc-index ul {
	margin-left: 15px;
}

#doc-index li {
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
	color: #B3B3B3;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#doc-index a {
	font-weight: normal;
	color: #222;
	padding: 4px 12px;
	margin: 0 0 0 10px;
	display: inline;
}

#doc-index a:hover {
	text-decoration: none;
	color: #000;
}

#doc-index .active a {
	background: #eee;
	background: #DADADA;
	font-weight: 900;
	color: #000;
}

