.page{
	padding-top: 58px;
}
.jumbotron{
	position: relative;
	width: 100%;
	text-align: center;
}
.jumbotron .jumbotron-hd{
	display: none;
	margin-bottom: 15px;
	font-size: calc(.68rem + 2vw);
	font-weight: 600;
}
.jumbotron .jumbotron-hd span{
	background: linear-gradient(74.85deg, #26a858 10.65%, #007bff 89.35%), linear-gradient(74.92deg, #5194ff 12.49%, #876eed 89.39%);
	background-clip: text;
	color: transparent;
	font-weight: 400;
}
.jumbotron .jumbotron-bd{
	display: none;
	margin-bottom: 30px;
	font-size: .56rem;
	color: #6c757d;
}
.jumbotron .jumbotron-topic{
	width: 100%;
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 15px;
	font-size: .48rem;
	box-shadow: 0 2px 4px -4px rgba(36, 91, 219, .12), 0 4px 8px 0 rgba(36, 91, 219, .04), 0 4px 16px 4px rgba(36, 91, 219, .03);
	transition: all .3s;
}
.jumbotron .jumbotron-topic .title-icon {
	flex: 0 0 auto;
    display: inline-block;
    width: 32px;
    height: 18px;
    margin-right: 3px;
    background-image: url(../fonts/subtract_logo.svg);
    background-size: contain;
	vertical-align: baseline;
}
.jumbotron .jumbotron-topic span{
	flex: 0 0 auto;
	margin-right: 10px;
	color: #525252;
}
.jumbotron .jumbotron-topic a{
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;
}
.jumbotron .jumbotron-topic:hover{
	transform: translateY(-2px);
	transition: all .3s;
}

.user-voice-list{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.user-voice-list .user-voice-item{
	position: absolute;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	height: fit-content;
}
.user-voice-list .user-voice-item:first-child .user-voice-item__icon:before {
    background: #ffc60a;
    border-radius: 50%;
    content: " ";
    height: 10px;
    left: -45px;
    position: absolute;
    width: 10px;
}
.user-voice-list .user-voice-item:first-child .user-voice-item__icon:after {
    background: hsla(0, 0%, 100%, .3);
    content: " ";
    height: 1px;
    position: absolute;
    right: 30px;
    width: 43px;
}
.user-voice-list .user-voice-item:nth-child(5) .user-voice-item__icon:before {
    background: linear-gradient(90deg, #6fe8d8, #33d6c0);
    border-radius: 50%;
    content: " ";
    height: 10px;
    left: 78px;
    position: absolute;
    top: 12px;
    width: 10px;
}
.user-voice-list .user-voice-item:nth-child(5) .user-voice-item__icon:after {
    background: url("../fonts/a2434effd3ab42fcbd4e85f061017ab2.woff") no-repeat;
    content: " ";
    height: 102px;
    left: 30px;
    position: absolute;
    top: 20px;
    width: 102px;
}
.user-voice-list .user-voice-item .user-voice-item__avatar .user-voice-item__avatar-image {
    background: #fff;
    border-radius: 50%;
	padding: 2px;
	filter: drop-shadow(13px 13px 13px rgba(110, 170, 166, .15)) drop-shadow(2.5px 2.5px 7.5px rgba(19, 75, 83, .1));
}
.user-voice-list .user-voice-item .user-voice-item__avatar .user-voice-item__avatar-image img{
	width: 38px;
	height: 38px;
	border-radius: 100%;
}
.user-voice-item__icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .6);
}
.top-article{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0 4px 20px;
}
.top-article h2{
	font-size: .58rem;
	line-height: 2;
	font-weight: 400;
	color: #000;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;
}
.top-article-item{
	position: relative;
}
.top-article-item p{
	margin-bottom: 5px;
	font-size: .36rem;
	color: #999;
}
.top-article-item p span{
	margin-left: 10px;
}
.top-article-item .a-link::after{position:absolute;inset:0;z-index:10;pointer-events:auto;content:"";}
.top-article-item .c-link{
	position: relative;
	z-index: 20;
}
.focus-article{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 4px 0;
	padding-top: 10px;
	border-top: 1px solid #efefef;
	height: 130px;
	overflow: hidden;
}
.focus-article .focus-item{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.focus-article .focus-item a{
	font-size: .48rem;
	line-height: 2.2;
	color: #333;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;
}
.focus-article .focus-item a:hover{
	color: #26a858;
}
/* 轮播 */
.row .col.focus-swiper{
	overflow: hidden;
}
.swiper {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f5f6f9;
}
.swiper .thumb img{
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	background-color: #26a858;
}
.swiper-content{
	position: absolute;
	inset: 0;
	z-index: 18;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 16px;
}
.swiper-data{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	align-items: center;
	padding: 6px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .1);
	color: rgba(255, 255, 255, 0.8);
}
.swiper-data span:first-child{
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 600;
}
.swiper-data span:last-child{
	font-size: 12px;
}
.swiper-content .badge{
	align-self: flex-start;
	font-size: .4rem;
	padding: 4px;
	border-radius: 4px;
	color: rgb(7, 173, 143);
	background-color: rgba(20, 240, 240, .2);
}
.swiper-content h2{
	margin-top: 10px;
	font-size: .76rem;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
}
.swiper-content h2 a:hover{
	color: #000;
}
.item-bar{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	margin-top: 40px;
}
.item-bar .title{
    flex: 1 1;
    font-size: .66rem;
    font-weight: 700;
}
.item-bar .link-more{
	display: flex;
	align-items: center;
	font-size: .46rem;
}
.item-bar .link-more::after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../fonts/arrow.svg);
	rotate: -90deg;
}
.item-bar .link-more:hover::after{
	opacity: .5;
}
/* .note-item .note-title, .video-item .video-title, .audio-item .audio-title{
	font-size: .51rem;
	line-height: 1.4;
} */

/* 首页问答列表 */

.hot-qa-wrap .hot-qa-item {
	position: relative;
    border-bottom: .5px solid #efefef;
    padding: 16px 0;
	display: none;
	transition:all .5s;
}
.hot-qa-wrap .hot-qa-item:first-child{
	padding-top: 0;
}
.hot-qa-wrap .hot-qa-item:last-child{
	border: 0;
}
.hot-qa-wrap .hot-qa-item:nth-child(-n+4){
	display: block;
}
.hot-qa-item .question-title {
	font-size: .51rem;
	line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.hot-qa-item .question-title::after{position:absolute;inset:0;z-index:10;pointer-events:auto;content:"";}
.hot-qa-item .answer-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 10px 0 8px;
}
.hot-qa-item .answer-desc {
    color: #5c5c5c;
    font-size: .42rem;
	line-height: 1.4;
    word-wrap: break-word;
    display: -webkit-box;
    margin-left: 10px;
    overflow: hidden;
    padding-left: 14px;
    position: relative;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-qa-item .answer-desc:before {
    border-left: 1px solid #ccc;
    content: "";
    height: calc(100% - 14px);
    left: 0;
    position: absolute;
    top: 7px;
}
.hot-qa-item .question-tag {
    color: #999;
    font-size: .36rem;
    margin-top: 10px;
}
.hot-qa-item .detail-dr-simple{
	padding: 0;
	margin-bottom: 8px;
}
.hot-qa-item:hover .answer-desc{
	opacity: .6;
	transition:all .5s;
}
.friend-link{
	margin-top: 30px;
	font-size: .38rem;
	line-height: 1.4;
	color: #999;
}
.friend-link a{
	color: #999;
}
.friend-link a:not(:last-child){
	margin-right: 5px;
}
@media (min-width:992px) {
	.page{
		padding-top: 68px;
	}
	.jumbotron{
		padding-bottom: 80px;
	}
	.jumbotron .jumbotron-hd{
		display: block;
		padding-top: 80px;
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.jumbotron .jumbotron-bd{
		display: block;
	}
	.jumbotron .jumbotron-topic{
		width: auto;
		font-size: 16px;
	}
	.jumbotron .jumbotron-topic .icon{
		width: 16px;
		height: 16px;
	}
	
	.row-focus .col:first-child{
		grid-column-start: span 2;
	}
	.top-article{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 1rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.focus-article{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 1rem;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.item-bar{
		margin-top: 60px;
	}
	.hot-qa{
		display: flex;
		flex-direction: column;
	}
	.hot-qa-wrap {
		height: 452px;
		overflow: auto;
		padding: 16px 16px 10px;
		-ms-overflow-style: none;
		scrollbar-color: transparent transparent;
		scrollbar-width: thin;
		border: .5px solid #efefef;
		border-radius: 8px;
	}
	.hot-qa-wrap .hot-qa-item{
		display: block;
	}
	.article-list-items .article-list-item{
		font-size: .48rem;
		padding: 0 16px;
	}
	.hot-qa-item .question-title {
		font-size: .48rem;
	}
	.hot-qa-wrap:hover {
		scrollbar-color: var(--scroll-thumb-color, #e6e6e6) var(--scroll-track-color, transparent);
		scrollbar-width: thin;
	}
}