html body {
	width: 100%;
	margin: 0;
	padding: 0;
}

.product-detail {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E3F1FF;
  	position: relative;
  	padding-top: 80px;
}
.product-detail .nav{
			    width: 100%;
			    height: 400px;
			    margin: 0;
			    padding: 0;
			    position: relative;
			    background: url('/upload/1/cms/content/xqbj.jpg');
			    background-repeat: no-repeat;
  				background-size: 100% 100%;
		}
		.product-detail .nav .title{
			font-size: 32px;
			color: #fff;
			position: absolute;
			top: 300px;
			left: 10%;
			right: 10%;
			max-width: 80%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.product-detail .nav .date{
			font-size: 16px;
			color: #fff;
			position: absolute;
			    top: 370px;
			left: 10%;
		}
		.product-detail .nav .prompt{
			font-size: 20px;
			color: #fff;
			position: absolute;
			top: 364px;
			right: 10%;
		}
		.product-detail .nav .prompt a{
          	font-size: 20px;
			color: #fff;
		}
		.product-detail .content{
			    width: 80%;
    padding-top: 60px;
          padding-bottom: 60px;
    margin-left: 10%;
             overflow: hidden;
		}
.product-detail .content h2{
	 font-size: 2em;
    text-align: center; /* 水平居中 */
}

.product-detail .content p,section{
			    font-size: 1.5em;
                text-indent: 2em; /* 设置首行缩进为2个字符 */
                margin-bottom: 1em; /* 设置段落底部留空，20px可以根据需要调整 */

		}

.product-detail img {
    display: block; /* 将图片转换为块级元素 */
    margin: 0 auto; /* 水平居中 */
    max-width: 100%; /* 限制最大宽度为100% */
    height: auto;    /* 高度自动调整，保持比例 */
}

		.product-detail .page {
		    width: 100%;
		    height: 50px;
		    display: block;
		}
		
		.product-detail .page .pre,
		.product-detail .page .next {
		    display: inline-block;
		    vertical-align: middle;
		}
		
		.product-detail .page .pre {
		    margin-left: 20%;
		}
		
		.product-detail .page .next {
			margin-left: 45%;
		}