/*---------------Reset--------------------*/
html{min-height:100%; width: 100%;}
body{margin:0px;padding:0px;min-height:100%;width: 100%;font:14px "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif;color:#333;/*background-color: #f6f6f6;*/}
h1,h2,h3,h4,h5,h6,p,dl,ol,ul,pre{margin-top:0px;margin-bottom:0px;}
ul,ol,dd{list-style:none;margin-left:0px;padding-left:0px;}
input{outline:none;}
a,img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.hover-none:hover,.hover-none a:hover{text-decoration:none;}
code{
	display: inline-block;
	margin: auto 2px;
	padding: 0px 3px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	border-radius: 1px;
	font-family: "微软雅黑","Microsoft Yahei",Arial,Helvetica,sans-serif;
}

/*----------------Sundry-------------------*/
.left{display:block;float:left;_white-space:nowrap;}
.right{display:block;float:right;_white-space:nowrap;}
.clearfix { *zoom:1; }
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }

.col-red{color: #D33428;}
.col-link{color: #08C;}
.col-green{color: #008000;}
.font-weight{font-weight: bold;}
.bg-f7f7f7{background-color: #f4f4f4 !important;}

.split{ display: inline-block; height: 12px; margin: auto 10px; width: 1px; background: #999; vertical-align: -2px; }

.mobile-visible{display: none;}

/*----------------header----------------*/
#header{
	height: 42px;
	line-height: 42px;
	background: #2D2D2D;
}
#header a:hover{
	text-decoration:none;
}

#logo{
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}
#logo a{
	color: #fff;
}

#menu-main{
	margin-right: 20px;
}
#menu-main li{
	float: left;
	position: relative;
	line-height: 42px;
}
#menu-main li a{
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-top: 2px solid #2D2D2D;
}
#menu-main li.current-menu-item a{
	background: #fff;
	color: #000;
	border-top-color: #7AD03A;
}

.toggle-btn{
	display: none;
}

/*----------------Main-------------------*/
#main{
	margin: 50px auto;
	width: 960px;
}
#main h1{
	padding: 12px 0px;
	margin-bottom: 25px;
	font-size: 28px;
	color: #222;
	border-top: 2px solid #E6E9ED;
	border-bottom: 2px solid #E6E9ED;
}

#position{
	height:30px;
	line-height:30px;
	color:#999;
	font-size: 12px;
	overflow: hidden;
}
#position a{
	color:#999
}

/*----------------Article-------------------*/
#arc-body{
	line-height: 1.6em;
	word-wrap:break-word;
}
#arc-body p{
	padding: 5px 0px;
}
#arc-body img{
	cursor: pointer;
	max-width: 728px !important;
}
#arc-body a{
	color: #08c;
}
#arc-body a:hover{
	color: #005580;
}
#arc-body h2{
	margin: 15px auto;
	font-size: 18px;
	line-height: 18px;
}
#arc-body h3{
	margin: 12px auto;
	font-size: 16px;
	line-height: 16px;
}
#arc-body h4{
	margin: 10px auto;
	font-size: 14px;
	line-height: 14px;
}
#arc-body ul{
	list-style: disc;
	padding-left: 20px;
}
#arc-body ol{
	list-style:decimal;
	padding-left: 20px;
}
#arc-body table{
	margin: auto;
    border-collapse:collapse;
}
#arc-body table td{
    padding:5px 5px;
    border:1px solid #ccc;
}
#arc-body table th{
    padding:7px 5px;
    border:1px solid #ccc;
    background-color:#EDEDED;
    color:#444;
}
#arc-body blockquote{
	margin: 10px 0px;
	padding: 10px;
	border-left: 4px solid #ddd;
	color: #6e6e6e;
	background-color: #f9f9f9;
	border-radius: 4px;
}

#arc-body .info-box{
	margin: 5px 0px;
	padding: 6px 8px;
	border: 1px #e5e5e5 solid;
	background-color: #f6f6f6;
	border-radius: 3px;
}
/*----------------version-list-------------------*/
#version-list{
	margin-bottom: 15px;
}
#version-list li{
	float: left;
	width: 190px;
	padding: 5px 0px;
}

/*----------------Footer-------------------*/
#footer-wrap{
	width: 960px;
	margin: auto;
	padding: 20px 0 30px 0px;
	border-top: 1px solid #D4D7DB;
	background:url("../web/20190414065106im_/http_/man.man.niaoge.com/download/diy-template/images/linux.html") no-repeat right center;
}
#footer{ width: 850px; font-size: 12px; }
#footer a{ color:#444; }
#footer .box{margin-bottom: 12px;}
#footer .box:last-child{margin-bottom: 0px;}
#footer .info{ font-weight:bold; }

#btn-backtop{
	display:none;
	width:50px;
	height:50px;
	position:fixed;
	_position:absolute;
	bottom:20px;right:20px;
	_bottom:"auto";
	text-indent: -999px;
	background:url("../web/20190414065106im_/http_/man.man.niaoge.com/download/diy-template/images/backToTop.html") no-repeat scroll center center #999;
	cursor:pointer;
	overflow: hidden;
}
#btn-backtop:hover{
	background-color:#333;
}
.btn-backtop-visible{
	display: block !important;
}

/*----------------The mobile terminal-------------------*/
@media all and (max-width: 960px){
	body{
		background-color: #F2F2F2;
		font-family: Helvetica;
	}
	.mobile-hide{display: none;}
	.mobile-visible{display: block;}

	/*********** header ***********/
	#header{
		position: relative;
		height: 60px;
		line-height: 60px;
	}
	#logo{
		font-size: 20px;
		line-height: 60px;
	}
	.toggle-btn{
		display: block;
		height: 60px;
		width: 60px;
		color: #fff;
	}
	#menu-main-toggle{
		float: right;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center #3d3d3d;
	}
	.toggle-target{
		display: none;
		position: absolute;
		top: 60px;
		left: 0px;
		width: 100%;
		z-index: 100;
	}
	.toggle-target-active{
		display: block;
	}

	#menu-main{
		float: none;
	}
	#menu-main li{
		float: none;
		background-color: #3d3d3d;
		
	}
	#menu-main li a{
		height: 46px;
		line-height: 46px;
		color: #eee;
		border-top: none;
		border-bottom: 1px solid #4d4d4d;
	}
	#menu-main li.menu-item-2460 a{
		color: #eee;
	}
	#menu-main li.current-menu-item a{
		background: #3d3d3d;
		color: #279e27;
	}
	
	/*********** main ***********/
	#main{
		margin: 0px auto;
		width: 100%;
	}
	#position{
		height:40px;
		padding: 0px 15px;
		line-height:40px;
	}
	#main h1{
		margin: 0px 0px;
		padding: 20px 0px;
		text-align: center;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background-color: #f6f6f6;
	}

	#arc-body{
		padding: 25px 12px 40px 12px;
		background-color: #fff;
	}
	#arc-body h2{
		margin: 20px auto;
		font-size: 20px;
		line-height: 20px;
	}
	#arc-body h3{
		margin: 16px auto;
		font-size: 18px;
		line-height: 18px;
	}
	#arc-body h4{
		margin: 14px auto;
		font-size: 16px;
		line-height: 16px;
	}

	/*----------------version-list-------------------*/
	#version-list{
		margin-bottom: 0px;
		padding: 20px 12px 0px 12px;
		background-color: #fff;
	}
	#version-list li{
		width: 49.5%;
		padding: 5px 0px;
	}

	/**********************底部**********************/
	#footer-wrap{
		width: 100%;
		margin: auto;
		padding: 0px;
		border-top: none;
		background-image: none;
	}
	#footer{
		width: auto;
		padding: 20px 15px;
		margin-top: 5px;
	}
	#footer .info{
		height: auto;
		margin-bottom: 10px;
		line-height: 20px;
	}

	#btn-backtop{
		display:block;
		position: static;
		width:100%;
		height:50px;
		bottom:0px;right:0px;
		text-align: center;
		line-height: 50px;
		font-weight: bold;
		text-indent: 0px;
		background-image: none;
		background-color: #F2F2F2;
		border-top: 1px solid #D4D7DB;
		border-bottom: 1px solid #D4D7DB;
	}
	#btn-backtop:hover{
		background-color: #F2F2F2;
	}
}
/*
     FILE ARCHIVED ON 06:51:06 Apr 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:27:22 Jan 31, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 186.206
  exclusion.robots: 0.226
  exclusion.robots.policy: 0.218
  RedisCDXSource: 22.728
  esindex: 0.015
  LoadShardBlock: 140.807 (3)
  PetaboxLoader3.datanode: 118.341 (4)
  CDXLines.iter: 19.364 (3)
  load_resource: 98.714
  PetaboxLoader3.resolve: 36.237
*/