* {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	font-family: "AlimamaShuHei" !important;
}

:root {
	--color-main: 62, 114, 255;
	--color-green: 49, 193, 119;
	--color-text: #334;
	--color-gray: #666;
}

html {
	background-color: #F8F7F7;
	/*fd0*/
	font-family: 'alimamashuhei';
	min-width: 355px;
}

.container {
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.d-none {
	display: none !important;
}

.title {
	width: 100%;
	margin: 2rem 0 1rem 0;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.06rem;
}

.color-main {
	color: var(--color-main);
}

.color-text {
	color: var(--color-text);
}

.color-gray {
	color: var(--color-gray);
}

#jiazai,
#items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#jiazai {
	margin: 1rem auto;
}

#items {
	margin: 0 auto;
	margin-bottom: 2rem;
}

#items .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2rem;
}

#items .item img {
	width: 100%;
	border-radius: 1.2rem;
}

#items .item_biaoti {
	height: 1.3rem;
	overflow: hidden;
	margin-top: 0.5rem;
	font-size: 1.1rem;
}

#items .item_free {
	display: flex;
	margin-top: 1rem;
	justify-content: space-between;
	align-items: center;
}

#items .item_tag {
	font-weight: 800;
	color: var(--color-main);
	font-size: 1.1rem;
}


.item_go {
	font-size: 0.9rem;
	font-weight: 800;
	background-color: #000;
	padding: 0.5rem 1.25rem;
	color: #fff;
	text-align: center;
	border-radius: 1.5rem;
}


#jiazai .detail {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	font-weight: 600;
	background: #fff;
	border-radius: 1.4rem;
	padding: 0.8rem;
}

#jiazai .detail-top {
	display: flex;
	width: 100%;
}

#jiazai .detail-bottom {
	display: flex;
	width: 100%;
	align-items: center;
}

#jiazai .detail-bottom-top {
	margin-bottom: 1rem;
	padding: 0.5rem;
	font-size: 1.05rem;
	border-radius: 0.75rem;
	background: rgb(var(--color-green), 0.06);
	color: rgb(var(--color-green), 0.9);
}

#jiazai .detail-left {
	width: 8rem;
	height: 7rem;
	margin-right: 0.8rem;
}

#jiazai .detail-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#jiazai .detail-right-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.4rem;
}

#jiazai .detail-right-bottom {
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 1rem;
	right: 0.5rem;
}

#jiazai .detail-biaoti {
	font-size: 1.2rem;
}

#jiazai .detail img {
	width: 100%;
	border-radius: 0.8rem;
}

#jiazai .btn-detail {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 0.85rem 1.75rem;
	border-radius: 1.75rem;
	font-size: 1.1rem;
	letter-spacing: 0.06rem;
}

.anniu {
	font-size: 1rem;
	padding: 0.5rem 1.5rem;
	height: 2rem;
	line-height: 2rem;
	margin: 0.2rem;
	border-radius: 0.8rem;
	letter-spacing: 0;
	outline: none;
	box-shadow: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	background-color: rgb(var(--color-main), 0.8);
	color: #fff;
}

.s {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
}

.in {
	margin: 0;
	padding: 0.5rem 0;
	display: inline-block;
	border-radius: 0.6rem;
	font-size: 1.1rem;
	background: #fff;
	color: rgb(var(--color-main));
	border: none;
	outline: none;
	height: 2rem;
	text-indent: 1rem;
}

.tishi {
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	margin-top: 0.5rem;
	border-radius: 0.75rem;

	background-color: rgb(var(--color-main), 0.06);
	color: rgb(var(--color-main), 0.9);

	/*background-color: #000;
	color: #fff;*/


}

#chushi {
	background-color: #fff;
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-radius: 1rem;
	text-align: center;
	font-size: 1.2rem;
	color: #ddd;
}

.types {
	background-color: #fff;
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin: 1rem 0;
	border-radius: 1.2rem;
	text-align: center;
	font-size: 1.5rem;
	color: #223;
}