/* 个股页头部 */
.stock_head{
	height: 1.12rem;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 50;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	background: linear-gradient(89.99999deg, #FFE8D9 0%, #FFD4C2 100%);
}

.head_back {
	width: 0.48rem;
	height: 0.48rem;
	margin-left: 0.4rem;
}

.head_title {
	color: rgba(51, 51, 51, 0.88);
	font-size: 0.36rem;
	font-style: normal;
	font-weight: 700;
	line-height: 0.56rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
