@charset "utf-8";
/* CSS Document */

 
.toolbar  *,#weixinshow *{
margin:0;
padding:0;


} 

/* 工具栏 */
.toolbar {
  position:fixed;
  left:0;
  bottom:0;
  background:#2969f1;
  width:100%;
  height:60px; /* 更适合手机端 */
  color: #333;
}
.toolbar .list {
  width:100%;
  height:60px;
  margin:0;
  padding:0;
}
.toolbar .list dd:first-child{
  border-left:none;
}
.toolbar .list dd {
  float:left;
  width:33.3%;
  text-align:center;
  border-left: 2px solid #ffffff;
  box-sizing:border-box;
  height:60px;
  line-height:60px; /* 整行垂直居中 */
}

/* 关键：让图标和文字在一行 */
.toolbar .list a {
  display:inline-block;
  color:#FFF;
  font-size:16px;
  line-height:60px;
  text-decoration:none;
}

/* 图标改成行内块，和文字并排 */
.toolbar .list a:before {
  content:'';
  display:inline-block; /* 关键：一行显示 */
  width:24px;
  height:24px;
  vertical-align:middle; /* 图标和文字垂直居中 */
  margin-right:6px; /* 图标和文字间距 */
  position:static;
}

.toolbar .list dd:active {
  background:#fa7101;
}

.toolbar .list a.too-home:before {
  background:url(too-home.png) center center no-repeat;
  background-size:24px;
}
.toolbar .list a.too-map:before {
  background:url(too-map.png) center center no-repeat;
  background-size:24px;
}
.toolbar .list a.too-tel:before {
  background:url(too-tel.png) center center no-repeat;
  background-size:24px;
}
.toolbar .list a.too-qiao:before {
  background:url(too-qiao.png) center center no-repeat;
  background-size:24px;
}

/*点击底部微信图标开始*/
.rwxhide {
    display: none;
}

.rwx-shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.saoma {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -130px;
   transform:  translate(-50%,0); 
    text-align: center;
    z-index: 9999;
    font-size: 40px;;
    color: #fff;
}

.saoma img {
    width: 50%;
    height: 50%;
}

.saoma button {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #2498FA;
    border: none;
	   padding: 10px 20px;
    color: #fff;
    font-size: 15px;
}
