/* WorkBuddy：首页全屏轮播圆点 → 细长线条（金色 #d8b177） */
/* 仅作用于首页 avia-fullscreen-slider，不波及其它滑块 */
.avia-fullscreen-slider .avia-slideshow-dots a{
	display:inline-block !important;
	width:32px !important;          /* 线条长度（未选中） */
	height:1px !important;          /* 线条粗细 */
	border-radius:1px !important;
	background:rgba(216,177,119,.45) !important;  /* 金色半透明 */
	border:0 !important;            /* 去掉 minimal 描边圆 */
	padding:0 !important;
	margin:0 6px !important;
	text-indent:-9999px !important; /* 彻底隐藏数字 */
	overflow:hidden !important;
	opacity:.6 !important;
	transition:width .3s,background .3s,opacity .3s;
}
.avia-fullscreen-slider .avia-slideshow-dots a.active,
.avia-fullscreen-slider .avia-slideshow-dots a:hover{
	width:48px !important;          /* 选中/悬停时拉长成进度条观感 */
	background:#d8b177 !important;  /* 纯金色 */
	opacity:1 !important;
}
