
:root {
	--padding-default: 20px;
	--border-default: 1px solid #ecebf6;
}
[v-cloak] {
	display: none;
}

.justify-between {
	justify-content: space-between;
}

.mt-40 {
	margin-top: 40px;
}
.api-top {
	margin-left: 110px;
}

.api-top .title {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #ffffff;
}

.api-top .desc {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
}

.api_box {
	width: 900px;
}

.api-example {
	width: 300px;
	border: var(--border-default);
	border-radius: 10px;
	overflow: hidden;
	height: fit-content;
	margin-right: 50px;
}

.example-content .title {
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	padding-left: var(--padding-default);
	background-color: #f7f8fc;
	border-bottom: var(--border-default);
}

.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.lh-40 {
	line-height: 40px;
}
.example-content .code-list .code-item {
	cursor: pointer;
	padding: 0 var(--padding-default);
}
.example-content .code-list .code-item:before {
	content: "●";
	font-size: 24px;
	color: #6d4df3;
	padding-right:10px;
	display: inline-block;
}

.example-content .code-list .code-item:hover {
	background-color: #f7f8fc;
}

.ant-input-number-handler-wrap {
	opacity: 1 !important;
}

.text-center {
	text-align: center;
}