<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.foot,.nav{
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  background:#fff;
}
.nav{
  text-align:center;
  padding:2px;
}
.nav .link{
 display:inline-block;
 font-size:12px;
 color:#666;
 font-family:"宋体";
 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{
clear:both;
width:100%;
height:50px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background:#FFFFFF;
position:fixed;
z-index:100;
bottom:0px;
left:0px;
border-top:1px solid #eaeaea;
/*box-shadow: 0 0 10px 0 #888888;
-webkit-box-shadow: 0 0 10px 0 #888888;
-moz-box-shadow: 0 0 10px 0 #888888;*/
}
.bottom-menu li{
-webkit-box-flex: 1; 
-webkit-flex: 1;
flex: 1;
height:50px;
text-align:center;
}
.bottom-menu li .bottom-menu-link .tip,
.bottom-menu li .bottom-menu-link
{
 font-size:12px;
 color:#666666;
}

.bottom-menu .hover .bottom-menu-link .tip,
.bottom-menu .hover .bottom-menu-link
{
 font-size:12px;
 color:#f10180;
}

.bottom-menu li .bottom-menu-link .image{
 display:inline-block;
 width:30px;
 margin-top:2px;
}
.bottom-menu li .bottom-menu-link .tip{
 margin-top:2px;
 line-height:20px;
}
.bottom-menu li .bottom-menu-link .menu-purchase{
 margin:0 auto;
 width:55px;
 height:55px;
 overflow:hidden;
 border-radius:50%;
 margin-top:-18px;
 background:#ffffff;
 text-align:center;
 border-top:1px solid #eaeaea;
/* box-shadow: 0 0 10px 0 #888888;
 -webkit-box-shadow: 0 0 10px 0 #888888;
 -moz-box-shadow: 0 0 10px 0 #888888;*/
}
.bottom-menu li .bottom-menu-link .purchase-tit{
 margin-top:-5px;
}
.bottom-menu li .bottom-menu-link .menu-purchase .purchase{
 display:block;
 width:45px;
 margin-left:5px;
 margin-top:5px;
}
.bottom-menu li .bottom-menu-link .advertisement-image{
 width:40px;
}
.messageBox{
  
  position:fixed;
  top:50%;
  left:0px;
  z-index:100;
  display:none;
  height:56px;
  margin-top:-28px;
  width:100%;
  text-align:center;
}
.alert{
  background:#313131;
  display:inline-block;
  color:#fff;
  font-size:14px;
  line-height:56px;
  padding:0 16px;
  min-width:214px;
}s</pre></body></html>