/* ----------------case------------------ */
.case{
	width: 100%;
	height: auto;
	background: url(/Templates/template9/image/icon_56.png) no-repeat top/100% auto;
	background-color: white;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
}
/* ----------------title------------------ */
.title{
	width: 100%;
	height: 3rem;
	box-sizing: border-box;
	padding: 0.5rem;
	display: flex;
	align-items: center;     /* 垂直居中 */
	margin: 0 auto;
	position: fixed;
	top: 0;
	background: #F43256;
	z-index: 9999;
}
.search{
	width: calc(100% - 2rem);
	height: 100%;
	float: left;
}
.search>form{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,.5);
	border-radius: 1rem;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
}
.search>form>.ima{
	width: 1rem;
	margin-right: 0.5rem;
}
.search>form>.ipt{
	width: calc(100% - 1rem);
	height: 80%;
	border: none;
	outline: none;
	background: transparent;
	text-indent: 0.5em;
	color: white;
}
.title>a>img{
	width: 1.5rem;
	float: left;
	margin-left: 0.5rem;
}
/* ---------------banner--------------- */
.banner{
	width: 90%;
	height: 10rem;
	margin: 3rem auto 0.5rem auto; 
}
.banner>.my-swipe{
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}
.van-swipe-item{
	width: 100%;
	height: 100%;
}
.banner img{
	width: 100%;
	height: 100%;
}
/* ---------------note--------------- */
.note{
	width: 90%;
	height: 2rem;
	margin: 0.5rem auto;
	box-shadow: -1px -1px 10px 1px #f2f2f2,
				1px 1px 10px 1px #f2f2f2;
	box-sizing: border-box;
	padding: 0.5rem;
	overflow: hidden;
	position: relative;
}
.note_left{
	width: calc(100% - 2rem);
	height: 100%;
	float: left;
	display: flex;
	align-items: center;     /* 垂直居中 */
	font-size: 14px;
	color: #E83E30;
	margin-bottom: 0.5rem;
}
.note_left>img{
	width: 1rem;
	margin-right: 0.5rem;
}
.note_right{
	width: 2rem;
	height: 100%;
	align-items: center;     /* 垂直居中 */
	font-size: 12px;
	color: #323;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
}
/* ---------------wrapper--------------- */
.wrapper{
	width: 90%;
	height: 5rem;
	margin: 0.5rem auto;
}
.ulimg{
	width: 100%;
	height: 4rem;
}
.ulimg>a>li{
	width: 20%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
}
.ulimg>a>li>img{
	width: 3rem;
}
.ulp{
	width: 100%;
	height: 1rem;
}
.ulp>li{
	width: 20%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	font-size: 12px;
	color: #323;
}
/* ---------------topic--------------- */
.topic{
	width: 100%;
	height: 6rem;
	margin: 0 auto;
	background: #F8F8FA;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
}
.topiccont{
	width: 100%;
	height: 5rem;
	margin: 0.5rem auto;
	background: white;
}
.topicleft{
	width: 5rem;
	height: 100%;
	float: left;
	text-align: center;
	color: #323;
	font-size: 12px;
	color: #1082FF;
}
.topicleft>img{
	width: 60%;
}
.topicright{
	width: calc(100% - 5rem);
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0.5rem 0;
}
.topicright>div{
	width: auto;
	height: auto;
	float: left;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	padding: 0.1rem 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0.5rem 0.5rem 0 0; 
	color: #666;
}
.topicright>div>img{
	width: 1rem;
	margin-right: 0.2rem;
}
/* ---------------cont--------------- */
.cont{
	width: 100%;
	height: auto;
}
.cont>a{
	display: block;
	overflow: hidden;
	background: white;
	margin: 5% 0;
	border-radius: 0.4rem;
	box-shadow: -1px -1px 10px 1px #f2f2f2,
				1px 1px 10px 1px #f2f2f2;
}
.col{
	width: 100%;
	height: auto;
}
.col>img{
	width: 40%;
	border-radius: 0.4rem;
	float: left;
	margin: 0.5rem;
}
.product{
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 0.5rem;
	float: right;
}
.product>h4{
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.5rem;
	color: black;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product>p{
	font-weight: bold;
	color: #F43256;
	font-size: 16px;
}
.buy{
	width: 100%;
	height: 2rem;
	margin-top: 1rem;
}
.buyright{
	width: 5rem;
	height: 100%;
	float: right;
	background: #f43256;
	border-radius: 1rem;
	font-size: 14px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;     /* 垂直居中 */
	color: white;
}
.recommend{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0.5rem;
}
.rec{
	color: #f43256;
	font-weight: bold;
	font-size: 14px;
}
.rec_text{
	font-size: 14px;
}