/* 底部 */
.dibu,
.double-btn {
  z-index: 9999;
  font-size: 0;
  background-color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  box-shadow: 0 0 0.06rem 0.02rem rgba(0, 0, 0, 0.2);
}
.dibu a {
  display: inline-block;
  width: 100% !important;
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.dibu a > img {
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.double-btn > a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 60%;
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  font-size: 0;
}
.double-btn > a:first-child {
  display: flex;
  justify-content: center;
  font-size: 0.26rem;
}
.double-btn > a:first-child > span {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-left: 0.15rem;
}
.double-btn > a:first-child > span > img {
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}
.double-btn > a:first-child > span:first-child {
  margin: 0;
}
.double-btn > a:last-child {
  display: flex;
  justify-content: center;
  color: #ED1C24;
  border: 1px solid #ED1C24;
  width: 40%;
  height: 0.8rem;
  line-height: 0.8rem;
}
.double-btn > a:last-child > span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: normal;
  margin-left: 0.15rem;
  letter-spacing: 2px;
}
.double-btn > a:last-child > span > img {
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}
.company-double-btn {
  z-index: 9999;
  font-size: 0;
  background-color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 7.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.3rem;
  box-shadow: 0 0 0.06rem 0.02rem rgba(0, 0, 0, 0.2);
}
.company-double-btn > a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 33.3%;
  font-size: 0.34rem;
  color: #ED1C24;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  font-size: 0;
}
.company-double-btn > a > span {
  display: inline-block;
  width: 100%;
  font-size: 0.26rem;
  color: #333;
  font-weight: normal;
}
.company-double-btn > a > span > img {
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}
.company-double-btn > a:last-child {
  color: #ED1C24;
  border: 1px solid #ED1C24;
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.double-btn-placeholder {
  height: 0.64rem;
  margin-top: 0.3rem;
}
