@import 'public/comment.css';
@import 'public/user.css';
/* @import 'public/chat.css'; */

.favorite-mode-1 {
	font-size: 11px;
}

.favorite-mode-0 {
	color: #6c757d !important;
	font-size: 11px;
}

.cms-favorite-list {
	max-height: 50vh;
	overflow-y: scroll;
}

.cms-favorite-list .list-group-item.active {
	border-color: #a2a7b3;
}

.click2next {
	text-align: center;
}

.pic_center {
	text-align: center;
}

.pic_center img {
	max-width: 100%;
	border-radius: 10px;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem
}

#payQrcode img {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: #ffffff;
}

/* .markdown-body h2, .markdown-body h3 {
    border-color: #58b4ff;
    border-left: 3px solid #58b4ff;
} */
.a-control:hover {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.payment-buy-wrap {
	position: relative;
	max-height: 200px;     /*设置你想显示的高度*/
	line-height: 20px;     /* 每行高度，配合计算显示几行 */
	overflow: hidden;
	background: linear-gradient(to bottom, transparent, #fff);
}

.payment-buy-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;     /* 渐隐区域高度 */
	background: linear-gradient(to bottom, transparent, #fff);
	pointer-events: none;
}