.wangluoA33_ind02 .duilian_con {
  height: 5em;
  line-height: 5em;
  padding: 0.2em;
  background-color: rgba(0,0,0,0);
  background: none;
  text-align: center;
}

.duilian_con button {
  background-color: #ea2;
  background-image: radial-gradient(circle at 50% 50%, #ea5 0%, #d80 70%);
  color: #fff;
  padding: 0;
  width: 3.6em;
  height: 3.6em;
  line-height: 3.6em;
  letter-spacing: 0.1em;
  border: 0px solid #d92;
  border-radius: 1.8em;
  box-shadow: 1px 1px 4px #a82;
  user-select: none;
}

.duilian_con button:hover {
  background-color: #e80;
  background-image: radial-gradient(circle at 40% 40%, #f85 0%, #d70 50%);
  box-shadow: 1px 1px 5px #852;
}

.duilian_con button:focus,
.duilian_con button:active {
  background-color: #f92;
  background-image: radial-gradient(circle at 50% 50%, #f50 0%, #c30 50%);
}

.footer {
  display:none;
  background: #fff;
  background-image: linear-gradient(to bottom, #fffaf0 0%, #fffff3 10% 65%, #fffcf3 90%, #fffdf5 100%);
  border-top: 1px solid #eee;
  width: 100%;
  height: 64px;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.95;
}

@media screen and (max-width:680px) {
 .footer {
   display:block;
  }
  .wangluoA33_ind02 {
    right: 10px;
    bottom: 72px;
  }
}

.foot:last-child {
    border-right: none;
}
.foot-relative {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content {
    font-size: 0.16rem;
}

.foot a {
  display: block;
  float: left;
  width: 25%;
  color: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.foot a .icon-wrapper {
  height: 24px;
  margin-top: 8px;
  text-align: center;
}

.foot a .icon-title {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin: 4px 0px;
  display: block;
  color: #7f7f7f;
  text-align: center;
}

.foot-relative{
  text-align:center;
  background:#fff;
}

.foot-relative a{
    width:20%;
    text-align:center;
}

