body {
	background: url(../images/bg.jpg) left top repeat;
	background-size: 100% 100%;
	overflow: auto;
}

.nav {
	height: 1.35rem;
	font-size: 0;
	padding: 0.45rem 0.3rem;
	line-height: 0;
	background: url(../images/nav_bg.png) left top no-repeat;
	background-size: 100% auto;
}

.nav-item {
	display: inline-block;
	margin: 0 0.2rem;
	width: 3.225rem;
	height: 1.35rem;
	text-align: center;
	line-height: 1.35rem;
	background: url(../images/nav_item.png) left top no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.65rem;
}

.nav-item-on {
	color: #3e3304;
	background: url(../images/nav_item_on.png) left top no-repeat;
	background-size: 100% 100%;
}

.contain {
	padding: 0.5rem;
}

.search {
	height: 1.325rem;
	padding: 0.4rem 0.7rem;
	background: url(../images/search.png) left top no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: 0.45rem;
}

.sea-inp {
	outline: 0 none;
	border: 0 none;
	height: 1.325rem;
	line-height: 1.325rem;
	width: 90%;
	padding: 0;
	font-size: 0.8rem;
	color: #fff;
	background: transparent;
}

.sea-inp::placeholder,
.sea-inp::-webkit-input-placeholder {
	color: #fff;
}

.sea-close {
	position: absolute;
	width: 0.85rem;
	height: 0.85rem;
	background: url(../images/close.png) left top no-repeat;
	background-size: 100% 100%;
	right: 0.8rem;
	top: 0.66rem;
	display: none;
}

.list-title {
	padding: 0 0.7rem;
	height: 2.375rem;
	background: url(../images/item_bg.png) left top no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-name {
	color: #ffffff;
	font-size: 0.8rem;
}

.list-tip {
	display: inline-block;
	width: 0.825rem;
	height: 0.575rem;
}

.tip {
	width: 100%;
	height: auto;
}

.up {
	display: none;
}

.list-on .up {
	display: inline-block;
}

.list-on .down {
	display: none;
}

.list-info {
	padding: 0.5rem;
	margin-top: -0.2rem;
	background: #cfddf8;
	display: none;
}

.list-news {
	color: #8099da;
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom: 0.4rem;
}

.list-img {
	width: 100%;
	height: auto;
	margin-bottom: 0.4rem;
}

.show {
	display: block;
}

.list-item {
	margin-bottom: 0.4rem;
}