.productlist {
	display:flex;
	flex-wrap: wrap;
}
.productitem {
	width:45%;
	padding:2px;
	border: 1px solid #eece6c;
	margin:5px 5px 5px 0;
	text-align: center;
	display: flex;
	align-items: center;
}
.productitem img {
	width:114px;
	height:85px;
	object-fit: contain;
}
.productitem .productname {
	word-wrap: break-word;
	display: flex;
	align-items: center;
	margin-left:10px;
	margin-bottom: 5px;
}
.pgsbtn {
	padding:5px 3px;
	line-height: normal;
}
.tpagearea .pg {
	margin-top: 0 !important;
}
.singletbtnarea i {
	color:#fff;
	font-size:1px;
}
.tsubjectarea {
	display: flex;
	padding:5px 5px 5px 20px;
	align-items: center;
	height:23px;
}
.tsubjectarea_main {
	display: flex;
	align-items: center;
	margin-right:10px;
}
.tsubjectarea_mainleft {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
a.label {
	display: inline-block;
	white-space: nowrap;
}
.pgb a {
	padding-left:8px;
	padding-right:8px;
}
.pg a.nxt {
	padding-left:8px;
	padding-right:8px;
}
.pct .a_pt_line {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.pct .a_pt {
	width:600px;
	margin-bottom: 0;
}
img[smilieid] {
	width:25px;
	height:25px;
}
.pattl {
	padding:0;
}
.pattl_imgarea {
	margin:5px;
	display: inline-block;
}
.pattl_imgarea img{
	object-fit: cover;
}
.pattl_hr_area{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.pattl_hr_area .iconfont {
	font-size:30px;
}
.pattl_hr {
	width:97%;
	border:0;
	border-top:1px dashed #eee4d3;
	margin:5px 0;
}
.postmsg_tour {
	max-height:1500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	position: relative;
}
.postmsg_tour_comment {
	display: block;
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left:0;
	bottom: 0;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}
.pattl_imgexparea {
	display: block;
	width: 99%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 5px 0;
}
.pattl_imgaflogarea {
	vertical-align: top;
	width: 116px;
	height: 116px;
	display: inline-block;
	margin:5px;
	line-height: 116px;
}
.quote .quote_title {
	color:#999999 !important;
	font-size:95% !important;
}
.threadmessagezishuarea {
	margin-right:12px;
}