.right-sideBar {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 999999999;
  background-color: #fff;
}
.right-sideBar .sideBar-item {
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
}
.right-sideBar .sideBar-item:nth-last-child(1) {
  margin-bottom: 0;
}
.right-sideBar .sideBar-item:hover .item-detail {
  display: block;
}
.right-sideBar .sideBar-item .item-cont {
  width: 80.0064px;
  min-height: 80.0064px;
  background-color: #dd0012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-sideBar .sideBar-item .item-cont .top-img {
  width: 25.9968px;
  height: 25.9968px;
}
.right-sideBar .sideBar-item .item-cont .top-img2 {
  width: 31.008px;
  height: 31.008px;
}
.right-sideBar .sideBar-item .item-cont .top-img3 {
  width: 37.9968px;
  height: 37.9968px;
}
.right-sideBar .sideBar-item .item-cont .bottom-text {
  margin-top: 3.9936px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 80%;
}
.right-sideBar .sideBar-item .item-detail {
  display: none;
  position: absolute;
  left: -219.9936px;
  top: 0;
  padding-right: 10.0032px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap {
  border: 0.9984px solid #ffe3e3;
  width: 210.0096px;
  background-color: #fff;
  padding: 15.9936px 15.9936px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .title-row {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  font-size: 15.9936px;
  color: #b83733;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .title-row .title-img {
  width: 30.0096px;
  height: 30.0096px;
  margin-right: 10.0032px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .phone-row {
  margin-top: 10.0032px;
  width: 100%;
  height: 36px;
  background-color: #ebf3f8;
  text-align: center;
  line-height: 36px;
  font-size: 15.9936px;
  color: #1e1e1e;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list {
  margin-top: 8.0064px;
  padding: 0 10.0032px;
  display: flex;
  justify-content: space-between;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img {
  width: 35.0016px;
  height: 35.0016px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img.iconShow {
  display: block;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img.iconHidden {
  display: none;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img2 {
  width: 35.0016px;
  height: 35.0016px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img2.iconShow {
  display: block;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .icon-list .icon-item .icon-img2.iconHidden {
  display: none;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .qrcode-box {
  margin-top: 15.9936px;
  background-color: #eeeeee;
  width: 100%;
  padding: 10.0032px;
  position: relative;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .qrcode-box .triangle {
  position: absolute;
  top: -10.0032px;
  left: 12%;
  width: 0;
  height: 0;
  border-left: 6.0096px solid transparent;
  /* 左边框 */
  border-right: 6.0096px solid transparent;
  /* 右边框 */
  border-bottom: 12px solid #eeeeee;
  /* 底边框 */
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .qrcode-box .qrcode-img {
  margin: 0 auto;
  display: block;
  width: 152.0064px;
  height: 142.0032px;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .jump-btn {
  margin: 10.0032px auto 0;
  width: 85.9968px;
  height: 30.0096px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.9952px;
  color: #a90303;
  border: 0.0052rem solid #a90303;
  border-radius: 14.9952px;
  font-size: 15.9936px;
  font-weight: bold;
}
.right-sideBar .sideBar-item .item-detail .detail-wrap .jump-btn .jump-img {
  width: 24px;
  height: 24px;
  margin-right: 3.9936px;
}
.right-sideBar-mobile {
  position: fixed;
  z-index: 99999;
  top: 35%;
  right: 0.625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #dd0012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-sideBar-mobile .top-img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-bottom: 0.125rem;
}
.right-sideBar-mobile .bottom-text {
  color: #fff;
  font-size: 0.625rem;
  text-wrap: nowrap;
}
