.investor-wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* banner */
.investor-banner {
	width: 75rem;
	height: 20rem;
}

.investor-banner img {
	width: 75rem;
	height: 20rem;
}

/* 数据 */
.investor_box {
	width: 75rem;
	height: 40rem;
	padding: 4.3rem 5rem 2rem 5rem;
	position: relative;
	display: flex;
}

.investor_box>img {
	width: 30rem;
	height: 31rem;
}

.investor_data {
	width: 35.5rem;
	height: 31rem;
	background-color: #ffffff;
	padding: 3.5rem 0 0 3.2rem;
}

.investor_data_trend {
	display: flex;
	justify-content: space-between;
}

.investor_company {
	color: #000000;
	height: 8rem;
	padding: 1.5rem 0;
}

.investor_company h5 {
	font-family: SourceHanSansCN-Normal;
	font-size: 2.3rem;
	margin-bottom: 0.6rem;
	letter-spacing: 0.07rem;

}

.investor_company p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.1rem;
	line-height: 1;
}

.investor_company>p>span {
	font-family: ArialMT;
}

.investor_share_certificate {
	height: 8rem;
}

.investor_share_certificate>h5 {
	font-family: Arial-BoldMT;
	font-size: 4.5rem;
	color: #000000;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.investor_share_certificate>div {
	display: flex;
}

/* 箭头 */
.share_certificate_trend {
	width: 1.9rem;
	height: 1.9rem;
	background-color: #d00000;
	margin-right: 0.7rem;
	text-align: center;
}

.share_certificate_trend_down {
	background-color: green;
}

/* 图片 */
.share_certificate_trend img {
	width: 1rem;
	height: 1.3rem;
	margin-top: 0.3rem;
}

.share_certificate_trend_down img {
	transform: rotate(180deg);
}

/* 指数 */
.trend_num {
	font-family: ArialMT;
	font-size: 1.55rem;
	line-height: 1;
	color: #d00000;
}

.investor_data_link {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
}

.investor_data_link_item {
	margin-top: 3.5rem;
	width: 15.2rem;
	margin-right: 1rem;
	height: 5.6rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.investor_data_link>a:nth-child(2n) .investor_data_link_item {
	margin-right: 0;
}

.investor_data_link_item>h5 {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #141414;
}

.investor_data_link_item>img {
	width: 1.8rem;
	height: 1rem;
}

.investor_data_link_item>p {
	width: 15.2rem;
	height: 0.2rem;
	background-color: #0068b7;
}


/* 投资者栏目 */
.investor_column {
	width: 67rem;
	margin: 0 auto;
	margin-bottom: 4rem;
	/* display: flex; */
	/* justify-content: space-between; */
}

.investor_column_title {
	width: 21.8rem;
	height: 5.8rem;
	background-color: #236ab5;
	text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	line-height: 5.8rem;
	color: #ffffff;
	margin-bottom: 4rem;
}

.investor_column_content {
	width: 67rem;
}

.investor_column_content_item {
	margin-bottom: 4.6rem;
}

.investor_column_content_item h5 {
	width: 100%;
	height: 4.3rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 4.3rem;
	letter-spacing: 0rem;
	color: #222222;
	border-bottom: 0.3rem solid #d2d2d2;
	margin-bottom: 1.8rem;
}

.investor_column_content_item p {
	width: 53.8rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	font-stretch: normal;
	line-height: 1.6rem;
	color: #9e9e9e;
	margin-bottom: 1.2rem;
}

.investor_column_content_item p:last-child {
	margin-bottom: 0;
	text-align: right;
	font-family: ArialMT;
	color: #484848;
	width: 100%;
}
/* 联系方式 */
.investor_phone {
	text-align: center;
	width: 75rem;
}

.investor_phone>h5 {
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 7rem;
	letter-spacing: 0.12rem;
	color: #214592;
	border-bottom: 0.1rem dotted #d2d2d2;
}

.call_phone {
	width: 75rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	line-height: 8rem;
	color: #4f4f4f;
	border-bottom: 0.1rem dotted #d2d2d2;
}

.call_phone span {
	font-family: ArialMT;
}
