#navtop{
			border-bottom: double 5px #c01800;
		}
body{
	padding: 7% 1% 1% 1%;
}

a:link {
	text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
	text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
	text-decoration: none;
}


/* 正在点击的链接*/

a:active {
	text-decoration: none;
}


.tag, .suptag, .purtag{
    margin: 5px;
    }
.mbottom,#banner{
	margin-bottom: 15px;

}
#hotbox>img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*推荐产品*/
.extend {
	position: relative; /* 确保子元素的定位和 z-index 生效 */
	border-top: 10px solid rgb(255,85,82);
	border-left: 1px dashed rgb(238, 136, 151);
	border-right: 1px dashed rgb(238, 136, 151);
	border-bottom: 1px dashed rgb(238, 136, 151);
	margin-bottom: 10px;
	border-radius: 5px;
}
.extend:hover {
	box-shadow: #9a9a9a 5px 5px 10px;
	transform: scale(1.01);
}
.thumbnail {
		position: relative; /* 确保子元素的定位和 z-index 生效 */
}
.extend img.extend-icon {
	position: absolute; /* 将图片定位为绝对定位 */
	top: 0;
	left: 0;
	z-index: 100; /* 设置较高的 z-index 值，确保图片在最上层 */
	width: 30%; /* 根据需要调整图片大小 */
	height: auto; /* 保持图片比例 */
}

.caption {
	/*height: 80px;*/
}
.purcomtitle{
	height: 50px;
}
.comname {
	height: 40px;
}
 .footbox{
 	height: 20px;
 }


/* 支付模态框样式 */
.twocontent{
	display: none;
}
.modal-title{
	padding-top: 30px;
}
.greybg {
	background-color: rgb(242, 242, 242);
	border-bottom: 1px solid rgb(229, 229, 229);
	padding: 15px;
	margin-bottom: 20px;
}

.timebg {
	margin-top: 60px;
	font-size: 16px;
}

.redtext {
	color: red;
	font-weight: bold;
}
