.heads{
	position: absolute; 
	z-index: 10; 
	width:567px; 
	height:31px;
	margin-top: -10px;
	left: 0px;
	background-image: url(top.png); 
	font-family: 'pmzd';
	font-size: 30px; 
	text-align: center;
	color: #ffffff; 
	text-shadow: 1px 1px #000000;
	line-height: 22px;
	letter-spacing:2px;
}

.rights{
	position: absolute; 
	z-index: 1;
	width:31px; 
	height:700px;
	top: 50px;
	right: 0px;
	background-image: url(right-bg.png); 
}

.lefts{
	position: absolute; 
	z-index: 1;
	width:50px; 
	height:506px;
	top: 80px;
	left: 20px;
	padding-top: 40px;
	background-image: url(leftaret.png); 
}

#arrows{
	position: absolute; 
	width:40px; 
	top:-45px; 
	left:50%; 
	margin-left: -20px;
}


.head{
	position: absolute;
	width: 100%;
	height: 60px;
	top:-20px;
	left:0px;
	background-color: #32384e;
	background-image: url(headerwangge.png);
}
.logo{
	position: absolute;
	left:20px;
	background-image: url(logo.png);
	top:10px;
	width: 110px;
	height: 21px;
	background-size:100%;
}
.title{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	top:-6px;
	text-align: center;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: 30px;
	letter-spacing: 5px;
}
.content{
	position: absolute;
	top:70px;
	left:8%;
	padding: 10px;
	width: 84%;
	line-height: 22px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #222222;
	z-index: 9;
}

.content2{
	position: absolute;
	bottom:-15px;
	left:0px;
	padding-left:30px;
	width: 98.5%;
	height: 2px;
	line-height: 18px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #222222;
	background-color:#dddddd;
	z-index: 9;
	border-top:3px solid #888888;
}

#docs{
	width:100%;
	height: 2px;
	padding:0; 
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
	overflow-y:auto;
}

.copyright{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #555555;
	margin-top: 80px;
}

th,td{
	border: 1px solid #E8E8E8;
}

.tab{
	text-align: center;
	background-color: #DDFFDD;
}

.tab2{
	text-align: center;
}


:root {
	color-scheme: light dark;

	--color-blue: #049EF4;
	--text-color: #444;

	--font-size: 16px;
	--line-height: 26px;

	--border-style: 1px solid #E8E8E8;
	--panel-width: 300px;
	--page-padding: 24px;
	--max-width: 760px;
	--icon-size: 20px;
}

@media (prefers-color-scheme: dark) {

	:root {
		--text-color: #bbb;

		--border-style: 1px solid #444;
	}

}

@font-face {
	font-family: 'Roboto Mono';
	src: local('Roboto Mono'), local('RobotoMono-Regular'), url('RobotoMono-Regular.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: local('Inter-Regular'), url("Inter-Regular.woff2?v=3.6") format("woff2");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: local('Inter-SemiBold'), url("Inter-SemiBold.woff2?v=3.6") format("woff2");
}


@font-face {
  font-family: 'pmzd';
  src: url('PangMenZhengDaoBiaoTiTi-1.ttf');
}

html {
	font-family: 'Inter', sans-serif;
	font-size: var(--font-size);
	line-height: var(--line-height);
}

body {
	color: var(--text-color);
	tab-size: 4;
	max-width: var(--max-width);
	margin: 0 auto;
	padding-top: var(--page-padding);
	padding-bottom: var(--page-padding);
	padding-right: var(--page-padding);
	padding-left: calc(var(--page-padding) + var(--panel-width));
	word-break: break-word;
	border: none;
	overflow-x: hidden;
}

body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl p,
body.rtl ul,
body.rtl ol,
body.rtl table {
	direction: rtl !important;
}
body.rtl code {
	direction: ltr !important;
}

a {
	color: var(--color-blue);
	cursor: pointer;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: normal;
	margin-left: -2px;
	margin-top: 16px;
	margin-bottom: -8px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	margin-left: -1px;
	margin-top: 28px;
	margin-bottom: -8px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: -8px;
	color:#049ef4;
}

p,
div,
table,
ol,
ul {
	margin-top: 16px;
	margin-bottom: 16px;
}

p {
	padding-right: 16px;
}

ul, ol {
	box-sizing: border-box;
	padding-left: 24px;
}
ul li,
ol li {
	padding-left: 4px;
	margin-bottom: 4px;
}

li ul,
li ol {
	margin-top: 4px;
}

code {
	position: relative;
	width: 100%;	
	left:15px;
	border:1px solid #bbbbbb;
	font-size: calc(var(--font-size) - 1px);
	line-height: calc(var(--line-height) - 1px);
	margin: 16px calc(-1 * var(--page-padding));
}

ol code,
ul code {
	margin: 16px 0;
}

code.inline {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	padding: 0px 5px;
	background: #F5F5F5;
	margin: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.desc {
	padding-left: 0px;
}

table th,
table td {
	text-align: left;
	vertical-align: top;
	padding: 8px 6px;
	border-bottom: var(--border-style);
}

table th {
	text-decoration: none;
}
table th:first-child,
table td:first-child {
	padding-left: 0;
}

code:not(.inline) {
	display: block;
	padding: calc(var(--page-padding) - 6px) var(--page-padding);
	white-space: pre-wrap;
	overflow: auto;
	box-sizing: border-box;
}

/*iframe {
	width: 100%;
	height: 420px;
	border:0;
}*/

table code {
	padding: 0px;
	margin: 0px;
	width: auto;
}

strong {
	font-weight: 600;
}


/* TODO: Duplicate styles in main.css. Needed here cause button is inside the iframe */
#button {
	position: fixed;
	bottom: 16px;
	right: 16px;

	padding: 12px;
	border-radius: 50%;
	margin-bottom: 0px;

	background-color: #FFF;
	opacity: .9;
	z-index: 999;

	box-shadow: 0 0 4px rgba(0,0,0,.15);
}
	#button:hover {
		cursor: pointer;
		opacity: 1;
	}
	#button img {
		display: block;
		width: var(--icon-size);
	}

a.permalink {
	float: right;
	margin-left: 5px;
	display: none;
}

a.param,
span.param {
	color: #999;
}

a.param:hover {
	color: var(--text-color);
}


@media all and ( min-width: 1700px ) {
	:root {
		--panel-width: 360px;
		--font-size: 14px;
		--line-height: 20px;
		--max-width: 880px;
		--page-padding: 20px;
		--icon-size: 24px;
	}
	h1 {
		font-size: 42px;
		line-height: 50px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}
}




.button{
	width: 32px;
	height: 32px;
	font-size: 12px;
	color: #eeeeee;
	background-color: rgba(0, 0, 0, 0.302);
    cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin-top: 20px;
	margin-left: -10px;
	text-align: center;
	padding: 7px;
	line-height: 16px;
}

.button.active {
  background: rgba(0, 144, 255, 0.7);
}

.button:hover{
  border: 1px solid #008ffe;
}


.range{
	position: relative;
	width: 142px;
	height: 70px;
	font-size: 12px;
	color: #eeeeee;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	border: 1px solid #444444;
	margin-top: 40px;
	right: 147px;
	text-align: left;
	padding-left: 10px;
	line-height: 35px;
}

.jscolor{
	width: 85px;
}
