/*公共样式*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	min-height: 1px;
    padding: 0;
}


.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}

/* 1200 > md > 992 container-960*/
@media (max-width: 1024px) {
	.container {
		max-width: 1160px;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}
/*  992 > md > 768 container-720*/
@media (max-width: 992px) {
	.container {
		max-width: 970px;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
/* xs < 768 container-720*/
@media (max-width: 768px) {

	/* 11/12 */
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}
}


/*
距离底部距离
*/
.margin-bottom-8{
	margin-bottom: 8px;
	border-bottom: 2px solid #F2F2F2;
}
.margin-bottom-16{
	margin-bottom: 16px;
	border-bottom: 2px solid #F2F2F2;
}
.margin-bottom-32{
	margin-bottom: 32px;
	border-bottom: 2px solid #F2F2F2;
}
.margin-bottom-64{
	margin-bottom: 64px;
}



/*宽度*/
.width-25{
	width: 25%;
}
.width-40{
	width: 37.5%;
}

/*左右缩进32px*/

/*右缩进32px*/
.right-retract {
	margin-right: 16px;
}
/*左缩进32px*/
.left-retract {
	margin-left: 32px;
}

.input-submit {
	width: 120px;
	height: 48px;
	background: #24B89E;
	border-radius: 100px;
	color: #FFFFFF; /* 设置文字颜色为白色 */
	border: none; /* 去掉边框 */
	margin: 0;
}
input[type=text].message-input-text:focus{ outline: 1px solid #24B89E;}
.label-textarea:focus {
	outline: 1px solid #24B89E;
}

/*container*/
.container-api {
	max-width: 1500px;
	height: auto;
	position: relative;
	/*text-align: center;*/
	justify-content: center;
	margin: 0 auto;
}

.row-api {
	max-width: 1500px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 64px;
}
.col-api {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0 2rem;
	border-left: 1px solid #F2F2F2;
	/*border-right: 1px solid #F2F2F2;*/
}
.col-code {
    padding-left: 32px;
    border-left: 1px solid #F2F2F2;
}
.side-bar-title-m {
	font-size: 14px;
}
.side-bar ul {
	margin: 16px 0 0;
}
.sub-detail-item {
	padding-left: 16px;
	word-wrap: break-word;
	white-space: normal;
}
.sub-li li {
	padding-left: 32px;
	width: 100%;
	text-align: left;
	line-height: 18px;
}
.sub-li a.api-title:hover {
	color:#24B89E;
	text-decoration: none;
}
.sub-ul .sub-li.active .api-title,
.sub-li li:hover a {
	color:#24B89E;
	text-decoration: none;
}

.list-item {
	margin-bottom: 24px;
}

.sub-p {
	font-size: 16px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #002837;
	line-height: 19px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}

.sub-ul .api-title {
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 18px;
	/*line-height: 25px;*/
	text-align: left;
}

.sub-ul .api-node {
	font-size: 12px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #919799;
	line-height: 12px;
	text-align: left;
}

.sub-p,
.sub-ul p{
	margin:0;  /*去掉p元素的默认边距*/
}
.list-item span,
.sub-ul span{
	display:flex; /*使用flexbox布局*/
	align-items:center; /*垂直居中对齐*/
	cursor: pointer;
}
.list-item span:hover .sub-p {
	color: #24B89E;
}
.list-item img {
	width: 16px;
	max-width: 16px;
	margin-left:auto; /*让图片靠右对齐*/
	/*max-width: 100%;*/
}
.sub-ul img{
	width: 13px;
	max-width: 13px;
	margin-left:auto; /*让图片靠右对齐*/
	/*max-width: 100%;*/
}

ul > li > ul > li {
	display: block;
	/*!*padding-left: 10px;*!左缩进*/
}

.sub-ul {
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 25px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	border-left: 1px solid #E6E6E6;
	flex-direction: column;
	gap: 16px;
	/*gap: 8px;*/
}

.sub-ul ul {
	font-size: 12px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #919799;
	line-height: 25px;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 16px 0;
	white-space: nowrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.side-bar .list-item .sub-ul ul li:hover {
	color: #24B89E;
}
.sub-ul .api-this {
	border-left: 1px solid #24B89E;
}
.sub-ul .api-this a {
	color:#24B89E;
}
.sub-ul .anchor-this {
	padding-top: 120px;
}

.body-params {
    padding: 0 0.5rem;
}
.api-anchor-a {
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	color: #24B89E;
	font-size: 1rem;
}
.api-anchor-a:hover {
	text-decoration: underline;
	color: #24B89E;
}
.api-anchor-a.api-anchor-as {
	font-size: 14px;
}
.col-list-page .method-father {
	padding-bottom: 7.5rem;
}
.col-list-page .li-desc {
	list-style: disc;
	text-align: left;
	margin-left: 18px;
}
.col-list-page .response-params {
	margin-top: 12px;
	margin-left: 18px;
    width: auto;
}
.pre-font {
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	text-align: left;
	color: #c6cbd3;
	line-height: 0.3;
	padding: 1rem 0.625rem 2rem;
	background-color: #3e4b52;
	border-radius: 8px;
}
.col-list-page .pre-font {
	margin-bottom: 2rem;
	margin-left: 18px;
	padding: 0.8rem 0.625rem 1.5rem;
}
.pre-font .pre-title {
	text-align: left;
	margin: 0 10px 18px;
}

.col-list-page .api-sign-role {
	margin-left: 18px;
}
.col-list-page .body-params-title {
	font-size: 24px;
	font-family: "OPPOSans-Medium", "OPPOSans", Arial, "Microsoft YaHei", 黑体, 宋体, 微软雅黑, sans-serif;
	font-weight: 500;
	color: rgb(0, 40, 55);
	line-height: 32px;
	text-align: left;
	margin-bottom: 16px;
}
.col-list-page .text-p {
	font-family: "OPPOSans-Regular", "OPPOSans", Arial, "Microsoft YaHei", 黑体, 宋体, 微软雅黑, sans-serif;
}

.col-list-page p {
	text-align: left;
}
.pre-font .pre-title .right {
	float: right;
}

/*  隐藏二级、三级ul元素  */
.sub-ul, .sub-ul ul {
	display:  none;
}
.mousehover {
	border-left: 2px solid #F2F2F2;
}

/*展开收缩样式*/

.side-bar .list-item.active .detail-item img {
	transform: rotate(180deg);
}
.side-bar .list-item.active .sub-ul{
	display: flex;
}
.sub-ul li.active ul {
	display: flex;
}
.sub-li .sub-detail-item img.less_nav {
	display: none;
}
.sub-li .sub-detail-item img.add_nav {
	display: block;
}
.sub-li.active .sub-detail-item img.less_nav {
	display: block;
}
.sub-li.active .sub-detail-item img.add_nav {
	display: none;
}

/*api名称样式*/
.api-name {
	font-size: 32px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #002837;
	line-height: 38px;
	margin-bottom: 1rem;
}

/*api请求方式样式*/
.api-method {
	/*width: 48px;*/
	background: #618AF2;
	border-radius: 100px;
	opacity: 1;
	font-size: 12px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	padding: 0 8px;
	margin-top: 4px;
}
.api-method.api-method-push {
	background: unset;
	color: #618AF2;
	padding: 0;
	margin-right: -8px;
	font-size: 14px;
}
.api-method.api-method-get {
	background: #24B89E;
}


/*
div下的子div全部靠右排序
*/
.api-method-father {
	display: flex;
	align-items: flex-start; /* 将子元素上下垂直居中对齐 */
	justify-content: flex-start; /* 将子元素左右水平居中对齐 */
	width: 100%; /* 给父元素设定宽度，以使其其他子元素自动靠右 */
	margin: 16px 0;
	gap: 4px;
}

/*
伪类选择器选择除了第一个子元素以外的所有 div 元素，并为这些元素设置 margin-left: 10px 样式
*/
/*.api-method-father > div:not(:first-child) {*/
/*	margin-left: 10px;!*伪类选择器选择除了第一个子元素以外的所有 div 元素，并为这些元素设置 margin-left: 10px 样式*!*/
/*}*/

/**
api的url样式
 */
.api-method-url{
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 26px;
	margin-left: 6px;
	margin-bottom: 1rem;
    text-align: left;
	word-break: break-word;
	word-wrap: break-word;

}
/*
api说明的样式
*/
.api-text-multi {
	font-size: 16px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 28px;
    text-align: left;
}
/*
让method-father下的直接子元素之间的间隙为16px
*通配符表示选择器匹配 method-father 下的所有直接子元素，无论其是什么类型的标签或类名。
*/
.method-father > * {
	/*margin-top: 16px;*/
	/*margin-bottom: 16px;*/
	text-align: left;
}
/**
让col-api下的直接子元素之间的间隙为32px
 */


/**
body-params样式
 */
.body-params-name {
	font-size: 18px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #002837;
	line-height: 28px;
	text-align: left;
	margin-bottom: 1rem;
    margin-top: 0;
}
.sub-body-params-name {
	font-size: 16px;
}
.sub-body-params-name:nth-of-type(odd) {
	margin-top: 18px;
}
.response-params {
    padding: 0;
}

/*
div下的子div全部靠右排序
*/
.message {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}
/*
让message下的直接子元素之间的间隙为8px
*通配符表示选择器匹配 message 下的div直接子元素
*/

/*.message > div:not(:first-child) {
	margin-left: 8px;
	margin-right: 8px;
}*/


.message .message-info {
    display: flex;
}
.message .message-info>div {
    display: flex;
    align-items: center;
}

.message-text {
	font-size: 14px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #002837;
	line-height: 16px;
}
.message-type {
	width: auto;
	font-size: 12px;
	background: #F3F3F3;
	border-radius: 6px;
	text-align: center;
	margin: 0 8px;
	padding: 2px 12px;
}
.message-check {
	width: 49px;
	font-size: 12px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #CC3D3D;
	line-height: 14px;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	text-align: center;
}

.message-tip {
    width: 75%;
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 16px;
	text-align: left;
	margin: 8px 0 16px;
}
.message-tip-important {
	width: 295px;
	height: 19px;
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 16px;
	margin-bottom: 8px;
}
.message-father {
	border-bottom: 2px solid #F2F2F2;
	margin-top: 16px;
	margin-bottom: 16px;
}

/*
让message-father下的直接子元素之间的间隙为8px
*通配符表示选择器匹配 message 下的div直接子元素
*/
.message-father > div:not(:last-child) {
	margin-top: 8px;
	margin-bottom: 8px;
}

.message-input-text {
	width: 180px;
	height: 32px;
	background: #F7F7F7;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #E6E6E6;
	text-align: left;
	padding: 0 12px;
}

.message-input-text-color {
	background:#FFFFFF;
}

.message label {
	width: 100%;
	display: block;
	text-align: right;
	margin-top: 5px;
	float: right;
}
.message-default-label {
	height: 100%;
	width: 100%;
}

.message-label{
	width: 100%;
	height: 40px;
	background: #F7F7F7;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #E6E6E6;
}

.message-clear-icon {
	float: right;
}
.message-clear-text {
	text-align: right;
	height: 40px;
	font-size: 14px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #616566;
	line-height: 16px;
	margin-top:10px;
}

.text-multi {
	/*height: 129px;*/
	background: #F7F7F7;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	margin-bottom: 16px;

}

.message-height {
	margin-left:24px;
	width: 93%;
	/*height: 64px;*/
	border-bottom: 1px solid #E6E6E6;
}

/*
以下是“响应参数”对应的样式
*/

/*设置table的样式*/
.params-table {
	width: 100%;
	height: auto;
	border-collapse: collapse; /* 边框合并 */
	border: 1px solid #E7E7E7; /* 边框样式、宽度、颜色 */
	/*margin-bottom: 32px;*/
}
.params-table-scrollx {
	overflow-x: auto;
}
.params-table .th-params {
	min-width: 100px;
}
.params-table .th-desc {
	min-width: 250px;
}
.params-table .th-required {
	min-width: 68px;
}
.params-table .th-type {
	min-width: 100px;
}
.api-note {
	margin-top: 1rem;
	text-align: left;
}

.col-list-page .params-table {
	margin-bottom: 32px;
}
/*
tr样式
*/
.params-table tr:not(:first-child) {
	/*min-height: 73px; !* 最小高度为50像素 *!*/
	/*height: 73px; !* 最小高度，当单元格内容不填充时生效 *!*/
	/*max-height: 100px; !* 最大高度 *!*/
	overflow: hidden; /* 超出行高的部分隐藏 */
}
/*表头样式*/
.params-table th {
	text-align: center; /* 水平居中 */
	vertical-align: middle; /* 垂直居中 */
	height: 44px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	background-color: #F1F1F1; /* 表头背景颜色 */
	border: 1px solid #E7E7E7; /* 表头边框样式、宽度、颜色 */
	text-align: left;
	padding: 14px 16px;
}
/*每一行的样式*/
.params-table td {
	text-align: center; /* 水平居中 */
	vertical-align: middle; /* 垂直居中 */
	border: 1px solid #E7E7E7; /* 行边框样式、宽度、颜色 */
	text-align: left;
	padding: 16px;
}


/*
以下是"上下页面"切换的样式
*/
.page {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #F2F2F2;
    margin-top: 3rem;
}
.page div {
	display: flex;
	gap: 8px;
	padding-top: 16px;
}
.page div a {
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #002837;
	line-height: 16px;
	text-decoration: underline;
}
.page div:hover a {
	color: #24B89E;
}
.page img {
	width: 14px;
	/*margin-right: 8px; !* image和text之间留出8px *!*/
}

.suggestion-feedback {
	margin-top: 54px;
	margin-bottom: 120px;
	padding: 24px 32px 32px;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
}

.suggestion-p {
	font-size: 16px;
	font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 500;
	color: #002837;
	line-height: 19px;
	text-align: left;
}
.suggestion-second-p {
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 16px;
	text-align: left;
	margin: 16px 0;
}
.label-textarea {
	width: 100%;
	height: 163px;
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #919799;
	line-height: 16px;
	border-radius: 12px;
	border: 1px solid #E6E6E6;
	text-align: left;
	padding: 16px;
}
.suggestion-feedback label {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

/*兼容不支持默认值*/
textarea[name="suggestion"] {
	color: #aaa;
}
textarea[name="suggestion"]:focus {
	color: #000;
}


/*
以下是language的样式
*/
.api-language-type {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-top: 10px;
}

.api-language-type.active, .api-language-type:hover {
	border: 2px solid #F2F2F2;
	border-radius: 5px;
	cursor: pointer;
}

.api-language-type p{
	font-size: 16px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	font-weight: 400;
	color: #616566;
	line-height: 28px;
	text-align: center;
}
.api-language-type img{
	text-align: center;
	width: 40%;
	height: 34px;
	/*text-align: center; !* 水平居中 *!*/
}

.api-language-father {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	padding-bottom: 16px;
}
.vertical-dots {
	display: flex; /* 将元素设置为弹性盒子 */
	flex-flow: column nowrap; /* 将元素的主轴方向设置为列(row), wrap设置为nowrap是为了防止元素溢出 */
	justify-content: space-between; /* 设置元素的子元素在主轴方向上均匀分布 */
	font-size: 2em; /* 设置字体大小 */
	height: 15%;
	width: 5%;
	line-height: 3;
}

.pre-font {
	position: relative;
	font-size: 14px;
	font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
	text-align: left;
	color: #c6cbd3;
	background-color: #3e4b52;
	border-radius: 8px;
	overflow: hidden;
}

.request-json .pre-font {
	padding: 0;
	border-radius: 6px;
}

.request-json .pre-font {
    padding: 0;
    border-radius: 6px;
}

pre code.hljs {
	background-color: #384248;
	border: 1px solid rgba(255,255,255,0.05);
	line-height: 1.5;
}
.hljs-ln-n {
	width: 2em; /* 将行号宽度设置为2em */
}
.request-code {
	background-color: gray!important;
}
.request-code code{
	margin: 10px 12px;
}

.request-code-title {
	font-size: 16px!important;
}

.request-code > p {
	margin-top: -18px;
	margin-bottom: -18px;
}
.hljs-ln td {
	text-align: left;/*代码块左对齐*/
}
.code-copy {
	white-space: nowrap!important;
}

.highlight-code-active {
	display: none!important;
}
.highlight-code-active.active {
	display: block!important;
}

/* 滚动条样式 */
pre {
	overflow-x: auto;
}
pre code table {
	white-space: pre;
	overflow-x: auto;
	width: auto;
}

code::-webkit-scrollbar {
	width: 5px!important;
	height: 5px!important;
}

code::-webkit-scrollbar-track {
	background-color: #ddd!important;
}

code::-webkit-scrollbar-thumb {
	background-color: gray!important;
	border-radius: 5px!important;
}

/*
*代码复制按钮样式
*/
.copy-button {
	width: auto;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 14px;
	padding: 0px 4px;
	font-size: 12px;
	color: #666;
	background-color: rgb(255 255 255 / 75%);;
	border-radius: 4px;
	cursor: pointer;
	z-index: 5;
}



/* 设置code元素的position为relative */
.code-copy {
	position: relative;
}

/* 设置复制按钮的position为absolute，顶部和右侧坐标设置为0 */
.code-copy .copy-div {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

.copy-button:hover {
	background-color: #eee;
}

/************/
img {
	display: block;
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*
span、ul、li自动换行
 */
span {
	/*white-space:nowrap;*/
}
ul {
	white-space: normal;
	/* 或者使用 unset */
}

li {
	white-space: normal;
	/* 或者使用 unset */
}


.side-bar-m {
    display: none;
}
    .copy-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 12px;
    }
    .pre-font .pre-title {
        text-align: left;
        margin: 0;
		margin-bottom: 0.5rem;
		margin-left: 4px;
        line-height: 1;
    }
    .copy-button {
        width: auto;
        height: 20px;
        margin: 0;
        margin-right: 6px;
        padding: 0 2px 6px;
        line-height: 16px;
    }


.layui-show {
	display: table-row!important;
}

.layui-textarea {
    text-align: left;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border: 1px solid #E7E7E7;
    position: relative;
    outline: 0;
    box-sizing: border-box;
    border-radius: 8px;
}

.params-table .layui-icon {
	position: absolute;
	top: calc(50% - 9px);
	left: 6px;
	width: 17px;
	height: 17px;
	line-height: 14px;
	font-size: 10px;
	padding: 0 2px;
	border: 1px solid #E7E7E7;
	cursor: pointer;
}
.params-table td.sub-sub-name,
.params-table td.sub-name {
	text-indent: 0;
}

.params-table td:first-child {
	padding: 16px 16px 16px 26px;
}
.first-child-clear {
	padding-left: 16px!important;
}
tr {
	position: relative;
}
tr.api-colla-hide-0, tr.api-colla-hide-1, tr.api-colla-hide-2, tr.api-colla-hide-3, tr.api-colla-hide-4, tr.api-colla-hide-5, tr.api-colla-hide-6,
tr.api-colla-hide-7, tr.api-colla-hide-8, tr.api-colla-hide-9,tr.api-colla-hide-10,tr.api-colla-hide-11,tr.api-colla-hide-12,tr.api-colla-hide-13,
tr.api-colla-hide-14,tr.api-colla-hide-15,tr.api-colla-hide-16,tr.api-colla-hide-17,tr.api-colla-hide-18,tr.api-colla-hide-19,tr.api-colla-hide-20,
tr.api-colla-hide-21,tr.api-colla-hide-22,tr.api-colla-hide-23,tr.api-colla-hide-24,tr.api-colla-hide-25,tr.api-colla-hide-26,tr.api-colla-hide-27,
tr.api-colla-hide-28,tr.api-colla-hide-29,tr.api-colla-hide-30,tr.api-colla-hide-31,tr.api-colla-hide-32,tr.api-colla-hide-33,tr.api-colla-hide-34,
tr.api-colla-hide-35,tr.api-colla-hide-36,tr.api-colla-hide-37,tr.api-colla-hide-38,tr.api-colla-hide-39,tr.api-colla-hide-40,tr.api-colla-hide-41
{
	display: none;
}


@media (min-width: 1024.1px) {

    .col-api, .col-code,
    .side-bar-wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .row-api {
        justify-content: flex-end;
        padding-top: 0;
    }

    .side-bar-wrapper {
        border-right: 1px solid #F2F2F2;
    }

    .side-bar-scroll {
        height: calc(100vh - 164px);
        overflow-y: auto;
    }

    .side-bar-scroll::-webkit-scrollbar {
        width: 4px;
        height: 6px;
    }

    .side-bar-scroll::-webkit-scrollbar-track {
        background-color: unset;
    }

    .side-bar-scroll::-webkit-scrollbar-track-piece {
        background-color: unset;
    }

    .side-bar-scroll::-webkit-scrollbar-thumb {
        background-color: #ddd;
    }

    .col-api {
        border: none;
    }

    .highlight-code-active,
    .res-demo-code {
        height: calc((100vh - 80px - 32px - 50px) / 2);
        min-height: 200px;
        margin-bottom: 14px;
    }

    .col-code pre {
        height: 100%;
    }

    .col-code code,
    .highlight-code code {
        height: 90%;
    }

    body {
        overflow: visible!important;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    .nav-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    .suggestion-feedback {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .row-api{
        padding-top: 0;
    }
    .col-api {
        padding-top: 5rem;
    }
    .method-father {
        padding: 0;
    }

    .sub-ul {
        gap: 12px;
    }
    .sub-ul ul {
        gap: 10px;
        padding: 10px 0;
    }
    .side-bar-m {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3.5rem;
        background: #F8F8F9;
        text-align: left;
        padding: 0 2rem;
        position: fixed;
        z-index: 9;
        top: 3.75rem;
    }
    .side-bar-m img {
        width: 1rem;
        height: 1rem;
    }
    .side-bar-m.active img {
        transform: rotate(180deg);
    }
    .side-bar-wrapper {
        display: none;
    }
    .side-bar-wrapper.active-m {
        display: block;
        position: fixed;
        top: 7.25rem;
        height: calc(100vh - 7.25rem );
        padding: 1rem 1.5rem 0 2rem;
        background: #ffffff;
        overflow: hidden;
        overflow-y: scroll;
        z-index: 9;
    }

    
    .col-api.col-list-page {
        padding: 0 0 7.5rem 2rem;
        padding: 5rem 2rem;
    }
    .col-list-page .response-params {
        margin: 0.75rem auto 2rem;
        overflow: hidden;
        overflow-x: scroll;
    }

    .col-list-page .params-table {
        margin-bottom: 0;
    }

    .col-list-page .pre-font {
        margin: 0 0 2rem;
    }
    .col-list-page .method-father {
        padding-bottom: 1rem;
    }
    
    .col-code {
		width: 100%;
        padding: 3rem 1.5rem 0;
    }
    .message .message-info {
        flex-direction: column;
    }
    .message-input-text {
        width: 100%;
    }
    .message-tip {
        width: 98%;
    }
    .page {
		display: none;
        margin-top: 1rem;
    }
    .suggestion-feedback {
       display: none;
    } 

    .api-method-url {
        margin-left: 0;
    }

}

.api-text-multi .li-desc {
	text-align: left;
}


.api-text-multi li.li-desc {
    list-style: disc;
    text-align: left;
    margin-left: 18px;
}
