/*公共样式*/
[v-cloak] {
  display: none;
}
/*.bar a{display: none !important;}*/
.bar-nav a{display: none!important;}
/*.bar span{display: none!important;}*/
.bar-nav span{display: none!important;}


.auto-height{ height: auto; overflow: hidden;}
.oneLineOverD{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.twoLineOverD{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
#tishikuang{position: fixed;width: 60%;height: 2rem;background-color: rgba(0,0,0,1);top: 40%;z-index: 9999;margin-left: 20%;border-radius: 1rem;display: none;text-align: center;color: white;line-height: 2rem;}
.bar-nav{background-color: white!important;}
.bar-nav .pull-left{color: black;}
.bar-nav .pull-right{color: black;}
/*::-webkit-scrollbar{background-color: white;}  此样式不能直接命名*/
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.fl{float: left;}
.fr{float: right;}
.addProduct{color: orange;border: 1px solid orange;border-radius: 50%;width: 1rem;height: 1rem;line-height: 1rem;padding-top: -0.8rem;}
.productTians{width: 90%;height: 1.5rem;line-height: 1rem;font-size: 0.6rem;padding: 0 0 0 0.5rem;margin: 0;color: silver;}
/*公共样式*/
/*列表页面菜单*/
#menu{position: fixed;right:-0.5rem;padding: 0.4rem 0.1rem;background-color: white;color: orange;z-index: 9999;}
#menutest{position: fixed;right:0;top:2.2rem;background-color: white;color: orange;z-index: 9999;height: 2.8rem;line-height: 1.5rem;}
#menus{
	position: fixed;
	overflow: scroll;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 999;
	padding: 3%;
	margin: 0 -3%;
}
.coladdrowMuen{text-align: center;}
.homeFontSise{font-size: 1.4rem;color: cornflowerblue;}
.homeBottomFontSize{font-size: 0.7rem;color: silver;margin: 0.3rem 0;}
/*列表页面菜单*/
/*搜索样式*/
body .content-padded{margin: 0;}
/*阴影*/
.bars{box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.4);}
/*充值红色按钮*/
.button-danger,.button-danger .button-fill{ background:#ff4249;}
/*购物车*/
#sCart,#top{ border-radius:100% ; position: fixed; color: #fff; font-size:1rem ; right: .4rem; text-align: center; line-height: 2rem; bottom: 3rem; width:1.8rem; height: 1.8rem; z-index: 100; background:rgba(232,53,59,0.8);}
#sCart em{ position: absolute; top:-.4rem;font-size:.6rem; font-style: normal; background:#0f88eb; width:.9rem; height:.9rem; line-height:.9rem; border-radius: 100%;right: -.1rem;}
#sCart i{position:relative}
#top{opacity:0;background:rgba(0,0,0,0.8); }
#top *{ color: #fff;}
#top i{ position: absolute;left: .6rem;}
#top span{ font-size: .5rem;}

/*顶部菜单menu*/
.icon-menu{margin-left: .8rem;}
/*顶部菜单menu*/