/* 中间内容样式  */
main {
	position: relative;
	padding: 7.5rem 16.5rem 7.5rem;
	display: flex;
}

.head{
	margin: 1rem 3rem 1rem 3rem;
}

.story{
	margin-top: 3rem;
    margin-left: 5rem;
	width: 88%;
}

.mySwiper {
	width: 782px;
	overflow: hidden;
	margin-left: 120px;
}

.imageSwiper {
	width: 32.5rem;
	overflow: hidden;
}

.main-select {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 3rem;
	margin-left: 5rem;
	cursor: pointer;
}

.main-content {
	position: relative;
}

.arrow-left,
.arrow-right {
	/* margin-top: -2.8125rem; */
	width: 2rem;
	height: 2rem;
}

.avatar {
	width: 4rem;
	height: 4rem;
	border-radius: 5%;
}

.avatar-name {
	width: 100%;
	color: white;
	text-align: center;
	margin-top: 0.5rem;
}

.avatar-name-select {
	width: 100%;
	color: #F8C91C;
	text-align: center;
	margin-top: 0.5rem;
}

.product-bg {
	display: flex;
}

/* 产品左侧  */
.product-left {
	text-align: center;
}

.product-image {
	height: 45rem;
	margin-bottom: 1rem;
}

.small-select {
	margin-top: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 32.5rem;
}

.samll-arrow-left,
.small-arrow-right {
	width: 2.625rem;
	height: 2.625rem;
}

.small-product-image {
	width: 5.625rem;
	height: 5.625rem;
}

/* 产品右侧 */
.product-intro {
	margin-left: 2rem;
}

.product-name {
	padding-bottom: 1.875rem;
}

.product-welcome {
	/* padding-bottom: 1.875rem; */
	font-size: 1rem;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.product-voice {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.product-info {
	display: flex;
	margin-top: 2.75rem;
}

.product-info-left {
	max-width: 13.125rem;
	min-width: 13.125rem;
	line-height: 36px;
}

.product-info-detail-p {
	line-height: 2.75rem;
	font-weight: bold;
	font-size: 0.875rem;
}

.product-info-detail-a {
	line-height: 1.75rem;
	font-size: 0.875rem;
	margin-bottom: 3rem;
}

.product-info-left img {
	margin-top: 3.75rem;
	width: 100%;
}

.product-info-right {
	margin-left: 3.75rem;
	line-height: 36px;
}

.margin-30 {
	margin-top: 2rem;
}


.skill-bg {
	margin-top: 0.75rem;
	display: flex;
	width: 100%;
}

.skill {
	padding-right: 1.875rem;
}

.skill-img {
	width: 5rem;
	height: 5rem;
}

.skill-name {
	width: 100%;
	color: white;
	text-align: center;
	font-size: 0.8rem;
}

.present-image-bg {
	position: relative;
	display: inline-block;
}

.present-image {
	position: absolute;
	top: -11rem;
	left: 0;
	display: none;
	width: 10rem;
	height: 8.2rem;
	border-radius: 0.5rem;
}

.present-image-bg:hover .present-image {
	display: flex;
	background-color: white;
}