*{
	cursor: pointer;
}
/**
 * header
 */
.header .details-list{
	position: absolute;
	top: 60px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
/**
 * section
 */
.section .product-detail-container,
.product-info-content,.product-info-title,
.chip-features-title span{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* position: relative; */
}

.product-info-title{
	margin-top:30px;
}
.section .product-info-title span{
	margin-left: -880px;
	font-size: 25px;
}
.section .product-img-container>img{
	width: 421px;
	height: 315px;
	position: relative;
	left:-280px;
}
.section .product-text-container{
	margin-left:560px;
}
.product-text-container>.product-name >h1{
	position:absolute;
	top:-5px;
}
.section .product-img-container{
	display: inline-block;
}
.section .normal{
	position: relative;
	top: -240px;
}
/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 850px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.normal span{
	color: #00A1E9;
	font-size: 13px;
	margin-right: 15px;
}
.section .im-contact{
	position: absolute;
	top: 200px;
}
.section .im-contact>span{
	border: 1px solid #00A1E9;
	padding: 8px 30px;
	background-color: #00A1E9;
	color: #fff;
}
.section .chip-features-title>span{
	font-size: 45px;
	color: #00A1E9;
}
.chip-features-content{
	margin-top: 30px;
	background-color: #eee;
	padding:5px 40px;
}
.chip-features-content>p{
	line-height: 20px;
}
/**
 * 设置小黑点
 */
 .chip-features-content p::before{
	content: "•";
	position: absolute;
	left: 570px;
	color: black;
}
.section .chip-naming{
	margin-top: 40px;
	height: 500px;
}
.section .chip-naming-title>span{
	font-size: 45px;
	color: #00A1E9;
}
 