/*company count*/
.userRead{
	margin-top:10px;
	margin-bottom:-20px;
	padding-top:10px;
	font-size:12px;	
	color:#666666;
	text-align:center;
	background:#fff;
}



.foot{
  padding:30px 0;
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
}
.nav{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
  text-align:center;
  padding:2px;
}
.nav .link{
 display:inline-block;
 font-size:12px;
 color:#666;
 line-height:20px;
}
.nav .beian{
  padding-left:30px;
  background:url(/images/button/beian.png) no-repeat left center;
}
.nav .renzheng{
  padding-left:30px;
  background:url(/images/img/renzheng.png) no-repeat left center;
  background-size:20px 20px;
}
.nav .hover{
 color:#f10180;
}
.foot,.nav{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
}
.nav{
  text-align:center;
  padding:2px;
}
.nav a{color:#666666}
.nav .link{
 display:inline-block;
 font-size:12px;
 color:#666;
 line-height:20px;
}
.nav .beian{
  padding-left:30px;
  background:url(/images/button/beian.png) no-repeat left center;
}
.nav .renzheng{
  padding-left:30px;
  background:url(/images/img/renzheng.png) no-repeat left center;
  background-size:20px 20px;
}
.nav .hover{
 color:#f10180;
}


.bottom-menu{
width:100%;
height:50px;
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
background:#ffffff;
position:fixed;
z-index:1;
bottom:0px;
left:0px;
border-top:1px solid #eaeaea;
}
.bottom-menu .bottom-menu-link{
-webkit-box-flex: 1; 
-webkit-flex: 1;
flex: 1;
height:50px;
text-align:center;
}
.bottom-menu .bottom-menu-link .image{
 display:inline-block;
 width:30px;
 margin-top:2px;
 vertical-align:middle;
}
.bottom-menu .bottom-menu-link .purchase{
 width:55px;
 padding:5px 5px 0px 5px;
 background:#ffffff;
 border-radius:50%;
 margin-top:-18px;
}
.bottom-menu .bottom-menu-link .tit{
 font-size:12px;
 color:#666666;
}
.bottom-menu .hover .tit
{
 font-size:12px;
 color:#f10180;
}

.order-live-box{
 display:block;
 width:40px;
 font-size:12px;
 color: #ffffff;
 line-height:14px;
 padding:6px 0px;
 text-align:center;
 border-radius:20px;
 position:fixed;
 bottom:20%;
 right:10px;
 background: #f10180;
 z-index:2;
 border:1px solid #f10180;
}