.alide-fix {
  position: fixed;
  right: 10px;
  bottom: 160px;
  width: 64px;
  background: #615E64;
  border-radius: 8px;
  z-index: 1000;
}
.alide-fix .alide-item {
  width: 100%;
  height: 64px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.alide-fix .alide-item.hide {
  display: none;
}
.alide-fix .alide-item:hover {
  background: #e30077;
  border-radius: 8px;
}
.alide-fix .alide-item span {
  margin-top: 7px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.alide-fix .alide-item .zixun-box {
  width: 144px;
  height: 170px;
  background: #ffffff;
  border-radius: 8px 0px 8px 8px;
  position: absolute;
  left: -144px;
  top: 0;
  box-sizing: border-box;
  padding: 10px 15px;
  display: none;
  cursor: auto;
}
.alide-fix .alide-item .zixun-box .zixun-text {
  margin: 0;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #606266;
  line-height: 17px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.alide-fix .alide-item .zixun-box .zixun-text:nth-child(2) {
  margin-top: 16px;
}
.alide-fix .alide-item .zixun-box .zixun-text a {
  text-decoration: none;
  color: #606266;
}
.alide-fix .alide-item .zixun-box .phone {
  margin: 0;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #e30077;
  line-height: 24px;
  text-align: center;
}
.alide-fix .alide-item .zixun-box .btn {
  display: block;
  margin: 0 auto;
  width: 96px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #e30077;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #e30077;
  line-height: 20px;
  text-align: center;
  margin-top: 11px;
  text-decoration: none;
}
.alide-fix .alide-item .ganhuo-box {
  width: 144px;
  height: 144px;
  background: #ffffff;
  border-radius: 8px 0px 8px 8px;
  position: absolute;
  top: 0;
  left: -144px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: auto;
  display: none;
}
.alide-fix .alide-item .ganhuo-box .ganhuo-text {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #606266;
  line-height: 17px;
}
.alide-fix .alide-item:hover {
  border-radius: 0px 8px 8px 0px;
}
.alide-fix .alide-item:hover .zixun-box {
  display: block;
}
.alide-fix .alide-item:hover .ganhuo-box {
  display: flex;
}
.suction {
  display: none;
}
.suction .mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
.suction .model {
  width: 426px;
  height: 426px;
  background-image: url("../images/750x750-1.png")/*tpa=https://aso.youmi.net/images/750x750-1.png*/;
  background-size: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  animation: bounceDown2 0.5s forwards;
  transform: translate(-50%, -50%);
  z-index: 1002;
}
.suction .model .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.suction .model .btn {
  display: block;
  position: absolute;
  bottom: 56px;
  left: 114px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
@keyframes bounceDown2 {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(-50%, -400%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.dialog-warp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.dialog-warp .dialog {
  position: absolute;
  width: 800px;
  height: 94px;
  background: url("../images/kuang.png")/*tpa=https://aso.youmi.net/images/kuang.png*/ no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -47px;
  color: #fff;
  text-align: center;
  line-height: 94px;
  z-index: 999;
  border-radius: 12px;
}
