.footer_fix {
  width: 100%;
  height: 50px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #999;
}
.footer_fix > div {
  margin: 0 15px;
}
.footer_fix .logo img {
  height: 25px;
}
.footer_fix .comSet {
  font-size: 14px;
}
.footer_fix .call > span {
  color: #d55838;
  font-size: 18px;
}
.footer_fix .call .top {
  font-size: 0;
  display: flex;
  align-items: flex-end;
}
.footer_fix .call .top img {
  width: 13px;
  margin-right: 2px;
}
.footer_fix .call .top span {
  color: #fff;
  font-size: 12px;
}
.footer_fix .api_beian {
  color: #999;
}
.footer_float {
  position: fixed;
  bottom: 400px;
  right: 50px;
  z-index: 999;
}
.footer_float:hover .outer {
  opacity: 1;
}
.footer_float:hover .outer .left {
  display: block;
}
.footer_float:hover .cover {
  opacity: 0;
}
.footer_float .cover {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.footer_float .outer {
  opacity: 0;
  display: flex;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
}
.footer_float .outer .left {
  display: none;
}
.footer_float .outer .left .phone {
  width: 160px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer_float .outer .left .phone span {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.footer_float .outer .left .phone .copy {
  color: #E05130;
  margin-left: 5px;
}
.footer_float .outer .left .ercode {
  width: 160px;
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer_float .outer .left .ercode img {
  width: 126px;
  height: 126px;
}
.footer_float .outer .left .ercode .tips {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-top: 15px;
}
.footer_float .outer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  height: 115px;
  border-radius: 25px 25px 25px 25px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  padding: 15px 0;
  box-sizing: border-box;
  margin-left: 10px;
}
.footer_float .outer .right img {
  width: 30px;
  height: 30px;
}
