.r_nav{position:fixed;right:20px;top:40%;transform:translateY(-50%);width:72px;z-index:999;}
	.r_nav .list{background:#fff;border-radius:20px;box-shadow:0 0 10px rgba(189, 40, 72, 0.08);padding:10px}
	.r_nav .list .item{align-items:center;border-bottom:1px solid #ebeef5;cursor:pointer;display:flex;flex-direction:column;justify-content:center}
	.r_nav .list .item:last-child{border:0}
	.r_nav .list .item .boxPhone{align-items:center;display:flex;flex-direction:column;justify-content:center}
	.r_nav .list .item .online_contact,.r_nav .list .item .online_contact1{align-items:center;display:flex;height:56px;justify-content:center;position:relative;width:56px}
	.r_nav .list .item .online_contact img,.r_nav .list .item .online_contact1 img{height:40px;margin-top:0;width:40px}
	.r_nav .list .item .online_contact:before{animation:scale2 1s linear infinite alternate;background-color:rgba(36,105,243,.5);border-radius:50%;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}
	 @keyframes scale2{0%{height:105%;width:105%}50%{height:85%;width:85%}to{height:105%;width:105%}}
	.r_nav .list .item img{height:28px;margin-top:20px;position:relative;width:28px;z-index:10}
	.r_nav .list .item .qrcode img{width:150px;z-index:10;height: auto;}
	.r_nav .list .item .txt{margin:5px 0 10px;font-size:12px;display:block}

	@media (max-width: 992px) {.r_nav{display:none}}
	

.qrcode {
    position: absolute;
    top: 140px; /* 原来是 40px，现在加上 100px */
    left: -150px; /* 往左移动 100px */
    z-index: 999;
  
  }

  
  div.item.popups div.right_tel {
    position: absolute;
    top: 70px; /* 原来是 40px，现在加上 100px */
    left: -200px; /* 往左移动 100px */
    z-index: 999;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
    background-color: none;
    height: 120px;
    padding-top: 60px;
    width: 220px;
    text-align: center;
    font-size: 25px !important;
    padding-left: 0px;
  
    cursor: text;          /* 光标变成文本选择样式 */
    user-select: text !important;     /* 允许用户选择文本 */
    -webkit-user-select: text; /* 兼容WebKit浏览器 */
    -moz-user-select: text;    /* 兼容Firefox */


  }
    
  div.item.popups div.right_tel span {
    font-size: 25px !important;
	background: #ffffff;
	padding: 10px;
	color: black;

  }






  .qrcode img {
    width: 150px;   /* 设置宽度为 150px，高度会自动等比缩放 */
    height: auto;   /* 保持图片原有比例 */
  }
  
  .r_nav a  {  text-decoration: none;
      color: inherit; /* 继承父元素的文字颜色 */
  
  }
  