
.qcode{
  position:fixed;
  right:60px;
  top:30px;
  color:#fff;
  font-size:15px;
  line-height:17px;
  padding-left:27px;
  background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022111417400223174/cms/image/c62dfb41-36fa-43d1-b076-5e33e27a0937.png) no-repeat 16px 10px #e60012;
  cursor:pointer;
  padding: 10px 20px 10px 40px;
    border-radius: 20px;
}
.qcode img{
  position:absolute;
  left:12px;
  top:60px;
  opacity:0;
  transition:all 0.5s ease-out;
}
.qcode:hover img{
  top: 40px;
  opacity: 1;
  left: 12px;
}


.cursor-dot-outline {
    width: 40px;
    height: 40px;
    border: 1px dashed #ea5514;
}
.cursor-dot, .cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 99999999 !important;
}
.cursor-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(to right, #ea5514 0%, #fa9e14 100%);
}



.pl_service4{
	top: 80%;
}
.pl_service4 .service_item{
	background: rgba(230, 0, 18, 0.8);
}