.api {
	width: 90%;
	min-width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px;
}

.api .container {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.api .container .left {
	width: 18%;
	max-width: 300px;
	height: auto;
	background: #f7f7f7;
	overflow: hidden;
}

.api .container .left ul {
	width: 100%;
}

.api .container .left ul a {
	color: #333;
	text-decoration: none;
}

.api .container .left ul li {
	list-style: none;
	margin: 0 auto;
	line-height: 40px;
	width: 100%;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.api .container .left ul li:nth-child(n+2) {
	cursor: pointer;
}

.api .container .left ul li:nth-child(n+2):hover {
	background: #ddd;
}

.api .ch {
	background: #ddd;
}

.api .container .left .left-title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid rgb(80 175 172);
	margin-bottom: 10px;
}

.api .container .right {
	width: 81%;
	height: auto;
	background: #f7f7f7;
}

.api h1 {
	font-weight: bold;
	line-height: 2;
	margin-top: 1em;
}

.api span {
	color: rgba(0, 0, 0, .6);
	line-height: 2;
}

.api .right-cont {
	width: 100%;
	line-height: 35px;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}


.api .right-cont .cont-l {
	width: 55%;
	padding-right: 20px;
	margin-top: 35px;
}

.api .right-cont .cont-l-1 {
	height: auto;
	min-height: 480px;
}

.api .right-cont .cont-l .layui-form-label {
	width: 90px !important;
}

.api .right-cont .cont-l .layui-input-block {
	margin-left: 120px;
}

.api .right-cont .layui-form {
	height: 420px;
}

.api .right-cont .cont-r {
	width: 45%;
	height: auto;
}

.api .right-cont .btn {
	margin-left: 120px;
	width: calc(100%-120px);
}

.api .right-cont .btn1 {
	width: 220px;
	margin: 20px auto;
}

.api .right-cont .cont-l button {
	width: 100px;
}

.api .right-cont input:focus,
.api .right-cont textarea:focus {
	border-color: #d2d2d2 !important;
}

.api .right-cont button:hover {
	border: 1px solid #009688;
}

.api .right-cont .cont-r button {
	width: 30px;
	padding: 0;
	border: none;
}

/*---------格式化showJson----------------*/
.api .right-cont #showJson,
.api .right-cont #showSign {
	width: 90%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .085);
	border-radius: 2px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px;
	word-break: break-all;
}

.api .right-cont #showJson {
	height: 280px;
}

.api .right-cont #showSign {
	height: 220px;
}

.api .right-cont .string {
	color: green;
}

.api .right-cont .number {
	color: darkorange;
}

.api .right-cont .boolean {
	color: blue;
}

.api .right-cont .null {
	color: magenta;
}

.api .right-cont .key {
	color: purple;
}

.api pre::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 8px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
	cursor: pointer;
}

.api pre::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background: #ccc;
	cursor: pointer;
}

.api pre::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 10px;
	background: #EDEDED;
	cursor: pointer;
}

.api-title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid rgb(80 175 172);
	margin-bottom: 10px;
	padding-left: 1em;
	margin-top: 30px;
	background: #f7f7f7;
}

.api-tab {
	width: 100%;
	height: auto;
}
.api-tab iframe{
	width: 100%;
	border-radius: 5px;
	height: 800px;
	border: 1px solid #eee; 
}

#textOpen1{
	color: #009688;
	margin-left: 1em;
	text-decoration: underline;
	font-size: 15px;
}
#textOpen1:hover{
	color: #009688;
	opacity: .7;
}