*{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.header .details-list{
	position: absolute;
	top: 75px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
a,p{
	color: #666;
}
/**
 * section
 */
.section img{
	width: 100%;
	height: auto;
	max-height: 500px;
}
.normal{
	margin-top: 10px;
}

.normal span{
	color: #00A1E9;
	font-size: 13px;
	margin-right: 15px;
}

.section .im-contact>span{
	border: 1px solid #00A1E9;
	padding: 8px 30px;
	background-color: #00A1E9;
	color: #fff;
}
.center-content{
	margin-top: 40px;
}
.top{
	display: flex;
	justify-content: center;
	gap: 150px;
}
.details-left{
	width: 700px;
}

.product-name>h1{
	font-size: 25px;
}

.details{
	margin-top: 100px;
}
.details>.title{
	margin-top: 180px;
	margin-bottom: 50px;
	font-size: 28px;
}
.details>.content{
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
}
.details-right{
	width: 700px;
}
.details-right>.content{
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
	margin-top: 15px;
}
.details-right>img{
	width: 700px;
	height: 300px;
}

.bottom{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	background-color: #E6E6E6;
	gap: 50px;
}

.bot-gap{
	display: flex;
	gap:990px
}

.bottom img{
	width: 150px;
	height: 80px;
	vertical-align: bottom;
	margin-top: 10px;
}
.bot-gap>span{
	margin-top: 40px;
	border-radius: 8px;
	letter-spacing: 3px;
	color: #29ABE2;
}
.im-contact{
	margin-top: 30px;
}
.bottom .im-contact>span{
	padding: 8px 20px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	background-color: #00A1E9;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}