
h2 {
	border: none;
	margin:8px;
}
h3 {
	margin: 8px 16px;
}
h4 {
	margin:4px;
	font-weight: normal;
}
h4.score {
	border-bottom: dotted 1px;
}
h4.score strong {
	font-weight: bold;
}
p {
	margin: 8px 16px;
}
p.desc {
/* 	border: solid 1px rgba(1,1,1,0.1); */
	background: rgba(197, 216, 243, 0.2);
	border-radius: 8px;
	padding:16px;
	font-size: 12px;
}
small {
	display: inline-block;
	margin: 8px auto;
	font-size: 10px;
}

ul {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left:8px;
	margin-bottom: 16px;
}
.goods {
	display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  grid-gap: 16px;
  margin:16px;
  margin-bottom: 40px;
}
.goods3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, 100%);
	grid-gap: 24px;
}

.goods div p{ 
	font-weight: normal;
	margin:4px;
}
.goods div p.price {
	padding:8px 0;
	font-weight:bold;
	color: #6d81b6;
	border-bottom: 1px dotted #c4d7f1;
}
.goods div p span {
	display: inline-block;
	width: 160px;
}
.goods img {
	max-height: 320px;
	max-width: 320px;
	padding: 8px 16px;
	box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.17)
}

.goods3 img {
	max-height: 240px;
	max-width: 240px;
	padding: 8px 16px;
	box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.17)
}