@charset "utf-8";
/* CSS Document */
.ycb{width:44px;height:auto;position:fixed;right:2vw;top:50%;transform: translateY(-50%);z-index:9999;
    /* 强制启用硬件加速，避免模糊
  transform: translateZ(0);
  will-change: opacity;
  backface-visibility: hidden;
  perspective: 1000px; */
  }
  .shangbu{width:100%;height:auto;background-color:#1c5dff;padding:10px;border-radius: 4px; text-align:center;}
  .kefu img{width:22px;height:22px;}
  .weixin img{width:20px;height:20px;}
  .shangbu span{font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    color: rgb(255, 255, 255);display: block;}
   .gotop img{width:28px;height:23px;}
   .kefu_1{margin-top: 3px;}
   .line{width:100%;height:1px;background-color:#ffffff;margin-top:10px;margin-bottom:10px;}
   .gotop{padding: 9px 0 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    width: 44px;
    border: solid 1px rgb(28, 93, 255); text-align:center;margin-top:10px;}
	.gotop:hover{background-color: rgb(237, 242, 255);}
	.kefu,.weixin,.gotop{cursor:pointer;}
	.target{display:none;width:123px;height:123px;position:fixed;right:3.5vw;top:50%;transform: translateY(-57%);background-color:#ffffff;z-index:999;box-shadow: 0vw 0vw 0.6vw rgba(16, 19, 21, 0.6);text-align:center;border-radius:4px;padding-top:3px;}
	.target img{width:120px;height:120px;}
