html {
	overflow: auto;
	min-width: 1400px;
}

body {
	overflow: visible;
	margin: 0 auto;
	min-width: 1400px;
	font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	/* font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; */
	color: #1E293B;
	background-color: #F1F5F9;
}

ul,
ul li,
ol,
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link,
a:visited {
	color: currentcolor;
}

font.red {
	color: #EE0000;
}

.brpc-width-1200 {
	display: block;
	margin: 0 auto;
	width: 1400px;
}

/* @media screen and (max-width: 640px) {
	.brpc-width-1200 {
		display: block;
		margin: 0 2%;
		width: 96%;
	}
} */

.brpc-hide {
	display: none;
}


/* list */

.brpc-list {
	float: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 100%;
}

.brpc-list .brpc-list-head {
	float: left;
	display: block;
	width: 100%;
}

.brpc-list-head .title {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
	color: #0F172A;
	text-align: center;
}

/* list - info */

.brpc-list .brpc-list-info {
	float: left;
	display: block;
	width: 100%;
}

.brpc-list-info ul li {
	float: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 30px 35px;
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brpc-list-info ul li:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transition: transform 300ms ease, box-shadow 300ms ease;
	-webkit-transition: transform 300ms ease, box-shadow 300ms ease;
}

/*.brpc-list-info ul li::before {
	float: left;
	display: inline-block;
	content: "";
	position: relative;
	top: 15px;
	left: -10px;
	width: 8px;
	height: 8px;
	background-color: #E0E0E0;
}*/

/*.brpc-list-info ul li:hover::before {
	background-color: #448AFF;
}*/

.brpc-list-info ul li .title {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	max-height: 60px;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.brpc-list-info ul li .title a:hover {
	color: #448AFF;
}

.brpc-list-info ul li .tags {
	float: left;
	display: block;
	width: 100%;
}

.brpc-list-info ul li .tags span {
	float: left;
	display: block;
	width: 100%;
	font-size:15px;
	line-height: 20px;
	color: #64748B;
}

.brpc-list-info ul li .tags span.time {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 5px;
	align-items: center;
	-webkit-align-items: center;
}

.brpc-list-info ul li .tags span.time i {
	float: left;
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url("https://static.baiyewang.com/brpc/img/icon_clock.svg") no-repeat;
	background-size: contain;
}


/* detail */

.brpc-detail {
	float: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

/* detail - info */

.brpc-detail .brpc-detail-info {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px 50px;
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brpc-detail-info .info-head {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.brpc-detail-info .info-head .title {
	float: left;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	font-size: 35px;
	font-weight: 700;
	line-height: 48px;
}

.brpc-detail-info .info-head .tags {
	float: left;
	display: block;
	width: 100%;
}

.brpc-detail-info .info-head .tags span {
	float: left;
	display: block;
	width: 100%;
	font-size:15px;
	line-height: 20px;
	color: #64748B;
}

.brpc-detail-info .info-head .tags span.time {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 5px;
	align-items: center;
}

.brpc-detail-info .info-head .tags span.time i {
	float: left;
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url("https://static.baiyewang.com/brpc/img/icon_clock.svg") no-repeat;
	background-size: contain;
}

.brpc-detail-info .info-content {
	float: left;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
	border-top: 1px solid #E2E8F0;
}

.brpc-detail-info .info-content p {
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	width: 100%;
}

.brpc-detail-info .info-more {
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	column-gap: 20px;
	-webkit-column-gap: 20px;
	flex-wrap: nowrap;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.brpc-detail-info .info-more span.shorcut {
	float: left;
	display: inline-block;
	margin-top: 2px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #448AFF;
	/* color: #3B82F6; */
	border: 1px solid #DBEAFE;
    border-radius: 6px;
    text-decoration: none;
}

.brpc-detail-info .info-more span.shorcut:hover {
	background-color: #F0F9FF;
    transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
}

.brpc-detail-info .info-more span.shorcut a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	column-gap: 15px;
	-webkit-column-gap: 15px;
}

.brpc-detail-info .info-more span.shorcut i {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://static.baiyewang.com/brpc/img/icon_arrowLeft.svg") no-repeat;
	background-size: contain;
}

.brpc-detail-info .info-more span.shorcut:nth-of-type(2n) a {
	flex-direction: row-reverse;
}

.brpc-detail-info .info-more span.shorcut:nth-of-type(2n) i {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}


/* goTop */

.am-gotop-fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1010;
	opacity: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 0;
	text-align: center;
	background-color: #448AFF;
}

.am-gotop-fixed i {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url('https://static.baiyewang.com/bypc/img/icon_goTop.png') no-repeat;
}

.am-gotop-fixed i.am-gotop-icon {
	background-color: transparent !important;
}

.am-gotop-fixed i.am-icon-chevron-up:before {
	display: none;
}

/*.am-gotop-fixed i.am-gotop-icon {
	background-color: #FF0000 !important;
	color: #FFF !important;
}*/