body{
	background-image: url(../images/index_bg.png);
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-size: 100%;
}
#menu_tap_otc{
	padding-top: calc(1.75rem + 10px);
}
.menus{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.menus ul{
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
.menus ul li{
	width: 100%;
	border-bottom: solid 1px #e3e3e3;
}
.menus ul li:last-child{
	border-bottom: none;
}
.menus ul li a{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1rem;
}
.menus ul li p{
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.menus ul li p span{
	font-size: 0.28rem;
}
.menus ul li i{
	color: #999;
	font-size: 0.28rem;
}
.menus ul li img{
	height: 0.4rem;
	width: 0.4rem;
	display: block;
	margin-right: 10px;
}
.menu_tap{
	padding-bottom: 1.2rem;
	display: none;
}
/*首页*/
.search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	padding: 0.1rem;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.search span{
	white-space: nowrap;
	font-size: 0.3rem;
	padding: 0 10px;
}
.search-input{
	border-radius: 0.4rem;
	background: #eee;
	height: 0.7rem;
	padding: 0 10px;
	line-height: 0.7rem;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search-input .search_key{
	padding-left: 5px;
}
.banner{
	background: #fff;
}
.tuijian{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666;
	padding: 15px;
	background: #fff;
	margin: 0 0.3rem;
	border-radius: 10px;
}
.tuijian > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 0.8rem - 10px);
}
.tuijian img{
	display: inline-block;
	height: 0.4rem;
	width: auto;
}
.tuijian span{
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	display: inline-block;
	font-size: 0.3rem;
	padding-left: 10px;
}
.tuijian span ul{
	transition: margin-top 1s;
}
.tuijian span li{
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	white-space: nowrap;
	font-size: 0.25rem;
	width: 100%;
}
.tuijian a{
	height: 0.3rem;
	line-height: 0.3rem;
	display: inline-block;
	font-size: 0.25rem;
	border-left:solid 1px #999;
	padding: 0 0 0 2px;
	color: #666;
	width: 0.8rem;
	text-align: right;
	margin-left: 10px;
}
.index_menus{
	background: #fff;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.index_menus ul{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap:wrap;
}
.index_menus ul li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.index_menus ul li p{
	color: #333;
	font-size: 0.25rem;
	text-align: center;
	margin-top: 5px;
}
.index_menus ul li img{
	height: 0.6rem;
	width: auto;
	display: block;
	margin: 0 auto 5px auto;
}

.block_menu_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0.3rem 10px 0.3rem;
}
.block_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	height: 1.5rem;
	width: 48%;
	border-radius: 10px;
	background: linear-gradient(to right, #5ACCF3, #0A74BB);
}
.block_menu_box .block_menu:last-child{
	background: linear-gradient(to right, #6BEAC7, #14BF8F);
}
.block_menu .block_menu_right p{
	color: #fff;
	font-size: 0.35rem;
}
.block_menu img{
	height: 1.1rem;
}

.index_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.index_title .index_title_left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index_title .index_title_left span{
	font-size: 0.3rem;
	color: #000;
}
.index_title .index_title_left img{
	height: 0.4rem;
	margin-right: 10px;
}
.index_title i{
	font-size: 0.28rem;
	color: #B5262B;
}

.index_goods_body{
	margin: 0rem 0.3rem 0.3rem 0.3rem;
}

.history_box{
	margin-top: 10px;
	background: #fff;
}
.history_box li{
	height: 1.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.4rem;
	border-bottom: solid 1px #eee;
}
.history_box li i{
	display: flex;
	height: 0.9rem;
	width: 0.9rem;
	line-height: 0.28rem;
    text-align: center;
	background: linear-gradient(to right, #6BEAC7, #14BF8F);
	color: #fff;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0.45rem;
	font-style: normal;
}
.history_box li:nth-child(odd) i{
	background: linear-gradient(to right, #5ACCF3, #0A74BB);
}
.history_box li div{
	width: 100%;
	text-align: left;
	flex: 1;
	padding-left: 0.2rem;
}
.history_box li div h3{
	font-weight: normal;
	font-size: 0.3rem;
	color: #000;
}
.history_box li div h3 span{
	font-size: 0.25rem;
	color: #444;
}
.history_box li div h4{
	font-weight: normal;
	font-size: 0.25rem;
	color: #444;
	margin-top: 10px;
}
.history_box li > span{
	color: #b5262d;
	font-size: 0.32rem;
}

/*分类*/
.category-top{
	width:100%;
	height: auto;
	background: #eee;
}
.menu-left{
	background: #f3f5f7;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2.2rem;
	margin-top: 1rem;
	overflow-y: scroll;
	margin-bottom: 1.2rem;
	font-size: 0.3rem;
}
.menu-left ul li{
	padding: 0.4rem;
	border-bottom: solid 1px #e3e3e3;
}
.menu-left ul li.on{
	border-left:solid 2px #ec5151;
	color: #ec5151;
	background: #fff;
}
.menu-right{
	background: #fff;
	position: fixed;
	margin-left: 0rem;
	right: 0;
	top: 0;
	bottom: 0;
	left: 2rem;
	overflow: scroll;
	margin-bottom: 1.2rem;
	margin-top: 1rem;
	padding: 0.3rem;
	font-size: 0.25rem;
}
.menu-right a{
	color: #333;
}
.menu-right h5{
	font-size: 0.35rem;
	margin-bottom: 5px;
}
.menu-right ul li{
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	padding: 1px;
}
.menu-right ul li img{
	
}
.more_goods{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.more_goods i{
	height: 0;
	width: 1rem;
	border-bottom: solid 1px #ddd;
}
.more_goods a{
	padding: 0 8px;
	color: #ccc;
}
.cat_goods{
	width: 2.2rem;
}
.cat_goods img{
	width: 100%;
	height: auto;
	height: 2.3rem;
}

.mark{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	display: none;
}
.alert_box{
	position: fixed;
	top: 2rem;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 1001;
	display: none;
}
.alert_box .line_list{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	border-radius: 10px;
	padding: 0.7rem 0 10px 0;
	position: relative;
}
.alert_box .line_list li:last-child{
	border-bottom: none;
}
.close_sub{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.4rem;
	color: #b5262d;
}
.total_box{
	display: flex;
	justify-content: space-between;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #fff;
}
.cancle_btn{
	background: #666;
}

/*个人中心*/
.user_info{
	padding: 0.8rem 0.5rem;
	display: flex;
	justify-content: space-between;
}
.user_info_left, .user_info_riht{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.user_info_riht{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.user_img{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	text-align: center;
	background: url('../images/grIcon.png') no-repeat center;
	background-size: 100% 100%;
}
.user_name p{
	color: #fff;
	text-align: left;
	display: block;
	margin-left: 10px;
	font-size: 0.3rem;
}
.group_box{
	background: #fff;
	margin: 0rem 0.3rem 0.3rem 0.3rem;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	width: calc(100% - 0.6rem);
}
.group_title{
	width: 100%;
	padding: 15px 0 10px 0;
	font-size: 0.3rem;
	margin-top: 5px;
	border-bottom: solid 1px #eee;
}
.group_title h3{
	font-size: 0.3rem;
	font-weight: normal;
	margin-left: 20px;
}
.group_title:first-child{
	margin-top: 0;
}
.rz_group{
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666;
}
.group_left h4{
	font-weight: normal;
	font-size: 0.3rem;
	margin-bottom: 10px;
	color: #000;
}
.group_right span{
	display: inline-block;
	width: 1.5rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.35rem;
	border: solid #B5262B 1px;
	color: #B5262B;
	font-size: 0.3rem;
	text-align: center;
}
.order_menu{
	padding: 10px 20px 10px 20px;
	display: flex;
	justify-content: space-between;
	align-content:center;
}
.order_menu img{
	width: 0.6rem;
}
.order_menu p{
	text-align: center;
	font-size: 0.25rem;
}
.order_menu a{
	text-align: center;
	display: block;
	height: 1rem;
	position: relative;
}
.order_menu i{
	position: absolute;
	top: -0.1rem;
	right: 0rem;
	color: #fff;
	height: 0.4rem;
	line-height: 0.45rem;
	min-width: 0.4rem;
	text-align: center;
	font-size: 0.2rem;
	background: #B5262B;
	border-radius: 50%;
	font-style: normal;
}
.account_menu a p:nth-child(2){
	text-align: center;
	font-size: 0.35rem;
	color: #B5262B;
}
.user_attr{
	padding: 10px 20px 10px 20px;
	display: flex;
	justify-content: space-between;
	align-content:center;
}
.user_attr p{
	text-align: center;
	color: #b5262d;
	font-weight: bold;
	font-size: 0.35rem;
}
.user_attr a{
	color: #b5262d;
}
.user_attr div p:first-child{
	color: #8f8f94;
	font-weight: normal;
	font-size: 0.25rem;
}
.other_menus ul{
	flex-wrap: nowrap;
	justify-content: space-between;
}
.other_menus ul li{
	width: 33.33%;
}