::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.research {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	margin-top: 30px;
}
.research .am-selected {
	width: auto;
	border: none;
	border-radius: 10px;
	background-color: #f5f5f5;
	text-align: center;
}
.research .am-selected-btn {
	height: 40px;
	padding: 0 20px;
	width: auto;
	border: none;
	border-radius: 10px;
	background-color: #f5f5f5;
	text-align: center;
}
.m-t {
	margin-bottom: 30px;
	display: flex;
	gap: 24px;
}
.list-bg {
	height: 318px;
	background: #FFF9F0;
	border-radius: 0px 4px 4px 0px;
	display: flex;
	justify-content: space-around;
	margin-top: 112px;
}
.list-item {
	
}
.list-item .img {
	width: 222px;
	height: 296px;
	line-height: 20px;
	border-radius: 4px;
	background-color: #fff;
	color: rgba(16,16,16,1);
	text-align: center;
	box-shadow: 0px 2px 20px 0px rgba(3,18,51,0.05);
	border: 1px solid rgba(241,241,241,1);
	cursor: pointer;
}
.list-item > div {
	transform: translate(0px, -60px);
}
.list-item span {
	width: 222px;
	/* height: 50px; */
	color: #101010;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}

/* 产品详情 */
.header {
	display: inline-flex;
}
.header .title {
	/* margin-left: 38px; */
}
.header .title h2 {
	color: #101010;
	font-size: 36px;
}
.header button {
	width: 148px;
	height: 40px;
	line-height: 20px;
	border-radius: 4px;
	background-color: rgba(254,175,19,1);
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.header button > i {
	margin-right: 5px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.underline {
	width: 100%;
	height: 6px;
	background-color: rgba(251,250,251,1);
	margin: 20px 0;
}
.clear-both {
	margin-top: 24px;
}

/* 选项卡 */
.am-tabs-list-lt {
	width: 900px;
}
.am-tabs-list-lt>ul {
	padding-bottom: 5px;
	border-bottom: 2px solid #E0E3EA;
}
.am-tabs-list-lt .am-tabs-bd,
.am-tabs-list-lt>ul>li.am-active>a,
.am-tabs-list-lt>ul>li.am-active>a:hover,
.am-tabs-list-lt>ul>li>a:hover {
	border: none;
	background: transparent;
}
.am-tabs-list-lt>ul>li{
	padding-right: 20px;
}
.am-tabs-list-lt>ul>li>a{
	color: #101010;
	font-size: 18px;
}
.am-tabs-list-lt>ul>li.am-active>a {
	color: #333333;
	font-weight: bold;
}
.am-tabs-list-lt>ul>li.am-active>a::after {
	display: block;
	content: '';
	width: 50px;
	height: 6px;
	background: #FEB014;
	border-radius: 10px;
	margin: 10px auto -8px;
}

/* 详情列表 */
.am-tab-list {
	
}
.am-tab-item {
	padding: 10px 15px;
	border-radius: 4px;
	margin-bottom: 12px;
}
.am-tab-item:nth-child(even) {
	background: #F8F8F8;
}
.am-tab-item h2 {
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #101010;
}
.am-tab-item-flex {
	display: flex;
	line-height: 25px;
}
.am-tab-item-flex .am-tab-item-label {
	width: 60px;
	display: inline-block;
	white-space: nowrap;
	letter-spacing: 1px;
}
.am-tab-item-flex .am-tab-item-content {
	width: 95%;
}
.am-tab-item-flex a {
	cursor: pointer;
}
.am-tab-item-bottom .bold {
	font-weight: bold;
}

/* 右侧站位 */
.expert img {
	width: 300px;
}
.slice-nenw {
	margin-top: 20px;
}
.slice-nenw .am-tab-panel {
	padding: 0;
} 
.slice-nenw .am-nav-tabs{
	border: none;
}
.slice-nenw .am-tabs-nav {
	width: 300px;
	border: #D8D8D8 solid 1px;
}
.slice-nenw .am-nav-tabs>li {
	width: 33.33%;
	text-align: center;
}
.slice-nenw .am-nav-tabs>li:not(:first-child) {
	border-left: #D8D8D8 solid 1px;
}
.slice-nenw .am-nav-tabs>li>a{
	color: #999;
}
.slice-nenw .am-tab-panel h4 {
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	margin: 10px 0;
}
.slice-nenw .am-tab-panel h5 {
	color: rgba(245, 166, 35, 1);
	line-height: 32px;
	font-size: 16px;
}
.slice-nenw .am-tab-panel img {
	width: 300px;
	height: auto;
}
.slice-nenw .am-nav>li>a {
	padding: 5px 0;
	margin: 0;
}
.slice-nenw .am-nav-tabs>li.am-active>a {
	border: none;
	color: #333;
}

/* 专题研究详情 */
.research-detail {
	display: flex;
	justify-content: space-between;
}
.content-left {
	width: 70%;
}
.content-right {
	width: 30%;
}
.content-title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.content-block {
	border: 1px solid #409EFF;
	border-radius: 4px;
	padding: 10px;
	background: #F6F9FE;
	margin-bottom: 12px;
}
.content-block>ul>li {
	display: block;
	line-height: 30px;
}
.content-block>ul>li::before {
	/* content: '';
	display: inline-flex;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: #409EFF;
	border-radius: 50%; */
}

/* 详情右侧链接 */
.content-right {
	padding-left: 32px;
}
.content-tabs-flex {
	display: flex;
	align-items: center;
}
.content-tabs a {
	width: 100%;
	line-height: 30px;
	display: block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.content-tabs a > span {
	padding-left: 5px;
}

/* 分析师 */
.analyst {
	gap: 32px;
}
.analyst span {
	color: #9A9A9A;
	line-height: 25px;
}

/* 分页 */
.am-pagination {
	margin: auto;
}

.hover {
	cursor: pointer;
}
/* 模态框 */
.scroll {
	width: 95%;
	height: 300px;
	line-height: 25px;
	text-align: left;
	overflow-y: scroll;
	margin: 10px;
	display: inline-block;
	border: 1px solid #4A90E2 !important;
	padding: 10px !important;
	border-radius: 10px;
	background: rgba(74, 144, 226, 0.05);
}
/* 空数据 */
.empty-data {
	color: #888888;
	text-align: center;
	margin: 80px;
}
.empty-data img {
	width: 200px;
}
.empty-text {
	color: #888888;
	font-size: 12px;
	margin-bottom: 24px;
}
.am-modal {
	height: 142vh;
	background: rgba(0, 0, 0, .6);
}
@media screen and (min-width: 1920px) {
	.am-modal {
		height: 100vh;
	}
}