
body {
	height: 100%;
	background-color: #fff!important;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body .shade {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1000;
}

#header .logo {
	margin-left: 15px;

}

#header .logo .master {
	display: inline-block;
	font-size: 24px;
}

#header .logo .master img {
	width: 36px;
    position: relative;
    margin-bottom: 4px;

}

#header .title {
	font-size: 14px;
	margin: 4px 0 3px 8px;
	padding-left: 8px;
	line-height: 19px;
	border-left: 1px solid #ddd;
}

#header .layui-nav {
	width: auto;
	left: unset;
	right: 50px;
}

#content {
	height: 100%;
	padding: 0;
	margin: 10px 0 0px;
	background: none;
	z-index: 99999!important;
}

#content #rightMain {
	left: 15%;
	margin-top: 20px;
	margin-left: 20px;
}

#content #sidebar {
	height: 86.5%;
	width: 15%;
	overflow: auto;
    background: #fff;
    position: fixed;
    padding: 15px;
    z-index: 999;
	transition: all .3s;
    -webkit-transition: all .3s;
	border-right: 1px solid #ddd;
}

#content #section {
	width: auto;
    line-height: 26px;
	padding: 10px 40px 40px;
	overflow: auto;
    position: relative;
    bottom: 28px;
}

#content #section .apiItem {
	padding: 15px 30px 30px;
	box-shadow: none;
}
/**0AA8C29E86475589**/
#content #section .title {
    font-size: 26px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding: 10px 0;
}

#content #section .route {
	margin: 15px auto;
	overflow: hidden;
	background-color: #f4f5f7;
}

#content #section .route div {
	display: inline-block;
}

#content #section .route .method {
    border-radius: 4px;
    margin-right: 10px;
    padding: 9px;
    font-size: 14px;
    display: inline-block;
}

#content #section .route .type_get,.type_GET {
    background-color: rgba(115, 216, 151, 0.1);
    color: #73d897;
}

#content #section .route .type_put,.type_PUT,.type_ALL {
    background-color: rgba(246, 198, 89, 0.1);
    color: rgb(246, 198, 89);
}

#content #section .route .type_post,
#content #section .route .type_patch,.type_POST {
    background-color: rgba(52, 143, 228, 0.1);
    color: #348fe4;
}

#content #section .route .type_delete,
#content #section .route .type_del,.type_DEL,.type_DELETE {
    background-color: rgba(255, 117, 117, 0.1);
    color: #ff7575;
}

#content #section .route .apiurl  {
    white-space: nowrap;
    padding: 9px 12px;
    border-radius: 4px;
    background-color: #f4f5f7;
}

#content #section .mintitle {
	font-size: 20px;
    padding: 10px 0;
}

#content #section .mintitle span {
	cursor: pointer;
	font-size: 14px;
	display: none;
}

#content #section .mintitle span:hover {
	color: #fff;
	border-radius: 3px;
	background: #FF5722;
}

#content #section .response,#content #section .response_headers {
	padding: 15px!important;
	display: none;
}

#content #section .layui-form {
	padding: 10px;
	overflow: hidden;
}

#content #section .layui-form-item .layui-input-inline {
	width: 260px;
}

#content #section .layui-form-item .layui-input-inline .layui-btn-fluid {
	margin-left: 110px;
}

#content #section .layui-input, .layui-textarea {
	height: 33px;
	line-height: 33px;
}

#content #category {
	white-space: nowrap;
	overflow: auto;
}

#content #category i.layui-icon {
	min-width: 20px;
}

#content article p {
	line-height: 30px;
}

#content article img {
	max-width: 100%;
}

#content article h1,#content article h2,#content article h3,#content article h4,#content article h5,#content article h6,blockquote {
	margin: 15px 0;
}

blockquote {
	padding: 0 1em;
	color: #6a737d;
	border-left: 0.25em solid #dfe2e5;
}

#content article  a {
	color: #1890ff;
}

#content article :not(pre) code {
	padding: 2px 4px;
	color: rgba(0,0,0,0.8);
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	white-space: nowrap;
	font-weight: normal;
}

#content table {
	word-break: initial;
}
#content table {
	width: 100%;
	overflow: auto;
}

#content table tr {
	background-color: #fff;
	border-top: 1px solid #c6cbd1;
}

#content table tr:nth-child(2n) {
	background-color: #fff;
}

#content table img:not(.emoji) {
	max-width: 100%;
	cursor: pointer;
	background-color: #fff;
	display: inline-block !important;
}

#content .last-time {
	margin: 25px 0;
	color: #c2c2c2!important;
}

#content .last-time i {
	margin-right: 5px;
}

#content .previous-next-links {
	overflow: hidden;
	font-size: 15px;
	line-height: 42px;
	padding: 0 5px;
	border-top: 1px solid #e6e6e6;
}

#content .previous-next-links:hover a, #content .previous-next-links:hover i {
	color: #1890ff;
}

#content .previous-next-links .previous-design-link {
	float: left;
}

#content .previous-next-links .next-design-link {
	float: right;
}

#content .previous-next-links a {
	color: grey;
}

#content .ProductNo {
	padding: 15px 15px 15px 0;
}

#content .ProductNo a {
	color: #1890ff!important;
}

#content .tocify {
	width: 13%;
}

#content .nav-list > .active > a,#content  .nav-list > .active > a:hover,#content  .nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #2196F3;
}
#content .nav > li > a:hover,#content  .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
#content .nav-list > li > a {
	padding: 5px;
	display: block;
}

#content .boxToc #returnTop {
	text-align: center;
}

/*// 样式？*/

#content .content a.button {
	font-size: 0.9em;
	color: #fff;
	margin: 0.2em 0;
	width: 180px;
	text-align: center;
	padding: 12px 24px;
	display: inline-block;
	vertical-align: middle;
}
#content .content img {
	max-width: 100%;
	margin: 10px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
#content .content span.light {
	color: #7f8c8d;
}
#content .content span.info {
	font-size: 0.85em;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	margin-left: 20px;
}
#content .content h1 {
	margin: 0 0 1em;
	font-size: 26px;
}
#content .content h2 {
	margin: 20px 0 0.8em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #eee;
	z-index: -1;
	font-size: 20px;
}
#content .content h3 {
	margin: 20px 0 1.2em;
	position: relative;
	z-index: -1;
}
#content .content mark {
	background: yellow;
	padding: 0;
}
#content .content figure {
	margin: 1.2em 0;
}
#content .content p,
#content .content ul,
#content .content ol {
	line-height: 1.8em;
	margin-bottom: .8em;
	margin-top: .8em;
	position: relative;
	z-index: 1;
}
#content .content blockquote p,
#content .content blockquote ul,
#content .content blockquote ol {
	padding-bottom: 0;
}
#content .content ul,
#content .content ol {
	padding-left: 1.5em;
}
#content .content ul li,
#content .content ol li {
	margin: 5px 0;
}
#content .content a {
	color: #007bff;
	font-weight: 400;
}
#content .content blockquote {
	margin: 1.5em 0;
	padding-left: 15px;
	border-left: 4px solid #ddd;
	background: #f9f9f9;
	font-size: 14px;
}
#content .content blockquote p {
	margin-left: 0;
}
#content .content iframe {
	margin: 1em 0;
}
#content .content > table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	overflow: auto;
	word-break: normal;
	word-break: keep-all;
	margin-bottom: 8px;
}
#content .content > table thead tr {
	background-color: #F8F8F8;
}
#content .content > table th {
	font-weight: 700;
}
#content .content > table td,
#content .content > table th {
	padding: 8px 13px;
	border: 1px solid #eae8e8;
}
#content .content > table tr {
	background-color: #fff;
	border-top: 1px solid #eae8e8;
}
#content .content > table tr:nth-child(2n) {
	background-color: #f8f8f8;
}
#content .content > table > thead > tr > th {
	border-bottom: 2px solid #eae8e8;
}

/*结束*/
.layui-form-label {
	padding: 7px 15px;
}

@media screen and (min-width: 1024px) {
	#header .layui-small-more {
		display: none!important;
	}
}
@media screen and (max-width: 478px) {
     #content table {
       display: block;
      }
}

@media screen and (max-width: 768px) {
     #content table {
       display: block;
      }

	#header .layui-nav {
		display: none;
	}

	#content #sidebar {
		transform: translate3d(-300px,0,0);
		-webkit-transform: translate3d(-300px,0,0);
	}

	#layui-side #content #sidebar {
		width: 160px;
		z-index: 99999;
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}

	#content #section .layui-btn-fluid {
		margin-left: 0px!important;
	}

	#content #section {
		padding: 50px 5px 5px;
	}

	#content #section .route .apiurl {
		white-space: nowrap;
		width: 60%;
	}

	#content #rightMain {
		left: 0;
		margin-left: 2px;
	}
}

#footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 5px 0px 0px 0px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c1c1c1;
}

.layui-project .layui-project-cover {
	border-radius: 0;
}

/*// 修复样式*/
.eleTree-group .eleTree-node .eleTree-title {
	height: 35px;
	cursor: pointer;
	line-height: 35px!important;
}

.eleTree-group .eleTree-node .eleTree-title .eleTree-dropdown.eleTree-dropdown-code:not(.eleTree-dropdown-hide)::before, .eleTree-group .eleTree-node .eleTree-title .eleTree-dropdown.eleTree-dropdown-code:not(.eleTree-dropdown-hide)::after {
	height: 1px!important;
	margin-right: 3px;
}

.eleTree-group .eleTree-node .eleTree-title .eleTree-dropdown {
	margin-right: 3px;
}

pre[class*="language-"] {
	padding: 0!important;
	padding-left: 1em!important;
}

#sidebar .layui-form {
	margin: 15px 0;
}

.layui-icon-search {
	position: absolute;
	left: 10px;
	top: 9px;
	font-size: 12px;
	color: rgba(255,255,255,.5);
}

.layui-nav {
	color: #000;
	background-color: unset;
}

.layui-nav-tree .layui-nav-bar {
	width: 0;
}
/*菜单项高度*/
.layui-nav-tree .layui-nav-item a {
	height: 36px;
	line-height: 36px;
}

.layui-nav-tree .layui-nav-item .layui-icon {
	position: absolute;
	left: 22px;
	color: #000;
	top: 2px;
	z-index: 99999;
}

.layui-nav-tree {
	width: auto;
}

.layui-nav-tree dl.layui-nav-child {
	background-color:unset!important;
}

.layui-nav .layui-nav-item>.layui-nav-child {
	/*position: static*/
}

.layui-nav .layui-nav-item .layui-nav-child dd>a {
	padding-left: 40px;
}

.layui-nav .layui-nav-item .layui-nav-child .layui-nav-child dd>a {
	padding-left: 60px;
	cursor: pointer;
}

.layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child dd>a {
	padding-left: 80px;
}

.layui-nav .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child dd>a {
	padding-left: 105px;
}

.layui-nav .layui-nav-item .layadmin-nav-hover .layui-nav-child a i:first-child {
	left: 15px!important;
}

/* .layui-nav .layui-nav-item a ,
.layui-nav-tree .layui-nav-child a, .layui-nav-tree a{
	color: #000!important;
} */

.layui-nav-tree .layui-this i, .layui-nav-tree .layui-this a,
.layui-nav-tree .layui-this i:hover, .layui-nav-tree .layui-this a:hover{
	color: #1890ff!important;
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-nav-item a.layui-this {
	color: #1890ff!important;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a {
	background-color: #e6f7ff!important;
	border-right: 1px solid #1890ff;
	/*color: #1890ff!important;*/
}

body a:hover {
	text-decoration: none!important;
}