/* Write your styles */
header > div {
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
	text-align:right;
}
header p,header a {
	color:red;
	margin:0;
	font-family:'隶书'
}
.font-sm{
	font-size:1.1rem;
	text-align:left;
}
.main{
	margin-top:2rem;
}
.list{
	margin-top:2rem;
}
.list > .am-g {
	    border-bottom: 1px solid #ccc;
		margin-bottom:1rem;
		/* background:url(../images/arrow_drop_down.png) no-repeat center right; */
}
.list > .am-g > div{
	margin-bottom:1rem;
}
.list > .am-g > div:nth-child(odd){
	padding-left: 0;
}
.list > .am-g > div:nth-child(even){
	padding-right: 0;
}
.list .item {
	 font-size:1.3rem; 
}
.list .item p{
	margin:.5rem 0;
}
.list .item a{
	/* font-size:.9rem; */
	color:black;
}
.list .item .price{
	color:#F5630A;
}
.primary-color{
	color:red;
}

.flex{
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.phone{
	text-align:center;
}