.article_document{
	background: #f8f9fa;
}
.article_document .content{
	padding: 1.5rem 0 1.5rem calc(320px + 1.5rem);
}
.article_document .side-other{
	top: calc(65px + 1.5rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 9998;
}
.article_document .other{
	width: 320px;
	min-height: 300px;
	gap: 1.5rem;
	position: absolute;
	top: 0;
}
.article_document .article-text{
	background: #fff;
	border: 2px solid #fff;
	height: calc(100vh - 80px - 3rem);
}
.article_document .box{
	width: 100%;
	background: #fff;
	padding: 30px;
	overflow: hidden;
}
.article_document .other .title{
	border-bottom: 1px solid #ebedf6;
	line-height: 1;
	padding-bottom: .5rem;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-end;
}
.article_document .box .info{
	color: #999;
}
.article_document .box .info a{
	color: var(--bs-body-color);
}
.article_document .other .title span{
	color: #999;
	cursor: pointer;
	align-items: center;
}
.article_document .other .title i{
	padding-right: 3px;
	transform: rotate(0deg);
	transition: transform 0.4s ease-in-out;
}
.article_document .other .title .on{
	transform: rotate(360deg);
}
.article_document .other .item:not(:first-child){
	margin-top: 10px;
}
.article_document .other .item a{
	color: #666;
}
.article_document .other .item .type5::before{
	content: "\4ea7\54c1";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_document .other .item .type8::before{
	content: "\65b9\6848";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_document .other .item .type46::before{
	content: "\65b0\95fb";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}

.article_document .other .item .type80::before{
	content: "\6848\4f8b";
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #ff6a00;
	display: inline-block;
	margin-right: 5px;
}
.article_document .other .item span{
	align-items: center;
	color: #999;
	font-size: 12px;
}
.article_document .other .item i{
	padding-right: 2px;
}
.article_document .other .item .icon{
	padding-left: 10px;
}
.article_document .getgood{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 140px;
	z-index: 99999;
}
.article_document .context{
	justify-content: space-between;
	padding-bottom: 1.5rem;
	font-weight: bold;
}
.article_document .context li{
	flex: 1;
}
.article_document .context .next{
	text-align: right;
}

@media (any-hover: hover) {
	
}

@media screen and (max-width: 1024px){
	.article_document{
	    padding-bottom: 1.5rem;
	}
	.article_document .content{
	    padding: 1.5rem 0;
	}
	.article_document .side-other{
	    position: sticky !important;
	    left: auto;
	    transform: translateX(0);
	}
	.article_document .other{
	    position: relative;
	    width: 100%;
	}
}

@media screen and (max-width: 480px){
    .article_document .article-text,.article_document .box{
        padding: 12px;
    }
}