@charset "UTF-8";
a,
a img,
address,
b,
blockquote,
body,
code,
dd,
div,
dl,
dt,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
label,
li,
map,
ol,
p,
samp,
span,
strong,
table,
td,
th,
tr,
ul {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family:'PingFang SC','Microsoft YaHei','Hiragino Sans GB','Helvetica','Tahoma','Arial','SimSun','Heiti','sans-serif';
	list-style: none;
}

body,
html {
	position: relative;
	height: 100%;
}

body {
	background: #fff;
	font: normal 12px/22px "Source Han Sans CN";
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

.clearfix:after{content:"." ;display: block;height: 0;clear:both;visibility: hidden;}
.clearfix{ zoom:1;}
.clear {
	clear: both;
}

div, li, ul {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
div{
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1;
}





   .float-sidebar {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 8px 0 0 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      padding: 0px 0;
      z-index: 999;
    }
    
    .sidebar-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 15px 10px;
      cursor: pointer;
      transition: all 0.3s ease;
	    position: relative;
    }
    .sidebar-item:hover {
      background-color: #e9ffe9;
    }
    
    .sidebar-icon {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;

    }

    .icon-service { background-image: url("https://stark-attachment.pxo.cn/img/202605271642590190520.png");
	 background-size: 100%;
	 }

    .icon-consult { background-image: url("https://stark-attachment.pxo.cn/img/202605271643080181950.png"); 
	background-size: 100%;}
	
    .icon-coupon { background-image: url("https://stark-attachment.pxo.cn/img/202605271643060106442.png"); 
	background-size: 100%;}


    .sidebar-text {
      font-size: 14px;
      color: #333;
	  text-align: center;
    }
 
	.sidebar-item:hover .sidebar-text{
		color: rgba(73, 162, 97, 1);
	}
	  
	    .hover-tooltip {
	      position: absolute;
	      right: 60px; 
	      top: 50%;
	      transform: translateY(-50%);
	      padding: 8px 12px;
	      border-radius: 4px;
	      width: 180px;
	      white-space: nowrap;
	      opacity: 0;
	      visibility: hidden;
	      transition: all 0.3s ease;
	      z-index: 998;
	    }
	
	    .sidebar-item:hover .hover-tooltip {
	      opacity: 1;
	      visibility: visible;
	      right: 60px; 
	    }
		
		.sidebar-item3 .hover-tooltip{
			   top:40px;
		}
		.sidebar-item2 .hover-tooltip img{
			   left:5px;
			   position: relative;
			   
		}
		.sidebar-item3 .hover-tooltip img{
			   left:5px;
			   position: relative;
			   
		}
		.sidebar-item4 .hover-tooltip{
			   top:-12%;
		}