@font-face {
	font-family: 'MiSans';
	font-weight: 1 999;
	font-display: swap;
	src: url('https://cdn-file.hyperos.mi.com/mi-font-service/misans_latin_vf/VF/lt.5596fffeee594457.0.woff2')
			format('woff2'),
		url('https://cdn-file.hyperos.mi.com/mi-font-service/misans_latin_vf/VF/lt.5596fffeee594457.0.woff')
			format('woff'),
		url('https://cdn-file.hyperos.mi.com/mi-font-service/misans_latin_vf/VF/lt.5596fffeee594457.0.ttf')
			format('truetype'),
		url('https://cdn-file.hyperos.mi.com/mi-font-service/misans_latin_vf/VF/lt.5596fffeee594457.0.eot')
			format('embedded-opentype');
	unicode-range: U+20-7e, U+a0-108;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-family: 'MiSans' !important; /* 使用字体名称 */
}
body {
	--sb-track-color: #e4e4e4;
	--sb-thumb-color: #889098;
	--sb-size: 5px;
}

*::-webkit-scrollbar {
	width: var(--sb-size);
}

*::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
	* {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}
.hoverable {
	transition: 0.2s ease-in-out;
	border-radius: 5px;
}

.lightgreen {
	box-shadow: 0 0 1px 3px #24a7ff9c;
	background-color: #86cbfe29;
}
#views,
#docViews {
	height: 100vh;
	overflow: auto;
	padding: 10px;
}
#views .iframe {
	height: 100%;
	width: 100%;
}

.apilist {
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
}
.apilist li {
	width: 50%;
	flex-shrink: 0;
	display: flex;
	padding: 20px 10px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	border-right: 1px solid #000;
	border-radius: 0px;
}
.apilist li span {
	display: block;
	width: 150px;
}
.apilist li:last-child {
	border-bottom: none;
}

.apiItems {
	border: 1px solid #000;
	box-shadow: 2px 2px 2px #ddd;
	border-radius: 5px;
	margin: 10px;
}

.apiItems .t {
	padding: 5px;
	font-size: 14px;
}
.apiItems .json {
	padding: 5px;
	font-size: 14px;
	word-break: break-all;
	border-bottom: 1px solid #000;
}

.apiItems .url {
	display: flex;
	border-bottom: 1px solid #000;
	align-items: center;
	justify-content: center;
	background-color: #add4ff;
}
.apiItems .url .b {
	border-right: 1px solid #000;
	padding: 10px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	margin-right: 20px;
}

.apiItems .url .v {
	padding: 10px;
	padding: 10px;
	word-break: break-all;
}

.apiItems .rmk {
	border-bottom: 1px solid #000;
	padding: 10px;
	background-color: #66de58;
}

.apiItems .t {
	border-bottom: 1px solid #000;
	background-color: #e2ffdb;
}

.apiItems .pms li {
	display: flex;
	border-bottom: 1px solid #000;
}

.apiItems .pms li .key {
	border-right: 1px solid #000;
	width: 150px;
	padding: 5px;
	font-size: 14px;
	flex-shrink: 0;
	background-color: #80ffc3;
}

.apiItems .pms li .value {
	padding-left: 10px;
	padding: 5px;
	font-size: 14px;
}

.ecode {
	height: auto !important;
}
.assembly {
	margin: 0px !important;
	padding: 10px;
}


.ortherList li {
	display: flex;
	align-items: center;
  border-bottom: 2px solid #ddd;
  border-radius: none;
}

.ortherList li .langimg {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  border-radius: 50%;
}
.ortherList li .langimg{
  margin-right: 5px;
}