/* body{
  min-height: 100vh;
  background-color: #000;
} */
.guide-box{
  position: fixed;
  right: 20px;
  width: 48px;
  /* background-color: #fff; */
  min-height: 48px;
  bottom: 150px;
  z-index: 998;
  border-radius: 24px;
  /* overflow: hidden; */
  padding: 10px 15px;
  background-color: rgb(240, 240, 240);
}
.right-guide-item{
    margin: 6px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgb(240, 240, 240);
    text-align: center;
    position: relative;
    cursor: pointer;
    /* overflow: hidden; */
    margin-left: -10px;
  }

  .right-guide-item::before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    /* transform: translate(-50%); */
    left: -18px;
    width: 0;
    height: 0;
    border: 10px solid rgb(240, 240, 240);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    display: none;
  }
  .right-guide-item.active::before{
    display: block;
  }
  .guide-info{
    /* height: 195px; */
    width: 130px;
    position: fixed;
    right: 80px;
    bottom: 150px;
    background-color: rgb(240, 240, 240);
    color: rgb(195, 197, 199);
    display: none;
    padding: 10px;
    border-radius: 15px;
}
.right-guide-item img{
    width: 60%;
    height: 60%;
    border-radius: 50%;
}
.rguide-border{
    margin: 0 auto;
    width: 20px;
    border-top: 1px solid #fff;
}
.floatbtn-info .title,
.guide-info .title{
  font-size: 14px;
  color: #000;
}
.floatbtn-info p,
.guide-info p{
  line-height: 25px;
  font-size: 12px;
  color: rgb(195, 197, 199);
  margin: 0;
}
.floatbtn-info .box,
.guide-info .box{
  padding: 2px 0;
}
.guide-info .color,
.guide-info .color{
  color: rgb(255, 161, 161);
}
.guide-bottom1{
  bottom: 260px;
  z-index: 999;
}

.guide-bottom2{
  z-index: 999;
  bottom: 210px;
}
.guide-bottom3{
  bottom: 160px;
  z-index: 999;

}

/* pc端 */
.feedback{
  position: relative;
}

.feedback::before{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  /* transform: translate(-50%); */
  left: -18px;
  width: 0;
  height: 0;
  border: 10px solid rgb(240, 240, 240);
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  display: none;
}
.feedback.active::before{
  display: block;
}
.floatbtn-info{
  width: 130px;
  position: absolute;
  right: 67px;
    bottom: 60px;
  background-color: rgb(240, 240, 240);
  color: rgb(195, 197, 199);
  display: none;
  padding: 10px;
  border-radius: 15px;
}

.floatbtn-bottom{
  z-index: 998;
}