::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  border: 0px;
  padding:0;
  margin:0;
  background-color: rgba(255,255,255,0.1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,1); 
  border: 0px;
  padding:0;
  margin:0;
}
.wzicon .la, .wzicon .lab, .wzicon .lad, .wzicon .lal, .wzicon .lar, .wzicon .las{
line-height: 0.8;
  height: 1rem;
}
.not_bg{
background-image: linear-gradient(to right, black 0%, #000 100%);
z-index:999;left:0;
}
.notices{width:500px;overflow:hidden;position:relative;z-index:5;margin:0px auto;}
/* notice */
#notice{height:35px;line-height:35px;overflow:hidden;}
#notice ul{height:35px;margin:0px;padding:0;}
#notice ul li{height:35px;}
#notice ul li a{
display:flex;
align-items:center;
justify-content: center;
color:#fff;
font-size: 14px;
}

#notice li .a-r{text-align:right;float:right;margin-right:0px;padding-top:3px;}
#notice li .a-r i{color: #fff;font-size: 14px;}
/* 上下跳动 */
.hero_figure{
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}


.cp_blue{
	color: #002da0!important;
    border: 1px solid #d5e7ff;
    background: #d5e7ff!important;
}
.zt-group button{
	border:0;
	height:50px;
	line-height:50px;
	padding:0 30px;
	background:none;
	font-weight:bold;
	font-size:16px;
	color:#393939;
	border-right:1px solid #ddd;
}
.zt-group .active{
	background:#fff;
	color:#393939;
}
.topnews{margin-top:60px;}
.breadcrumb i{color:#bbb!important;}
.breadcrumb b{color:#ccc!important;}

.login_body{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background:#fff url(/style/img/bg/login_bg.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: center;
}
.login_bg{
	-webkit-backdrop-filter: saturate(180%) blur(2px);
    backdrop-filter: saturate(180%) blur(2px);
    background: rgba(255, 255, 255, 0.7) !important;
	}

th, td{
  white-space: nowrap;
  margin-right:10px;
}
/* 定义无法更改css的input */
.input_wu input{background-color:#f5f8fa;border-color:#f5f8fa;color:#5e6278;transition:color .2s ease,background-color .2s ease}
.input_wu input::placeholder{color:#b5b5c3!important}
.input_wu input::-moz-placeholder{color:#a1a5b7;opacity:1}
.dropdown.show>.input_wu input,.input_wu input.active,.input_wu input.focus,.input_wu input:active,.input_wu input:focus{background-color:#eef3f7;border-color:#eef3f7;color:#5e6278;transition:color .2s ease,background-color .2s ease}
/* 定义无法更改css的input */
/* 撑满屏幕 */
.hbig{min-height: 100vh; height:100%;}
/* 撑满屏幕 */
.pebris_bg_home{
	background: rgba(255, 255, 255, 0.7);
}
.pebris_bg_dark{
	background: rgba(0, 0, 0, 0.05);
}
.pebris_bg_else{
	background:#09203f;
}
.landing-header{
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	  backdrop-filter: saturate(180%) blur(6px);
	  --box-shadow:0 1px 5px 0 rgb(82 63 105 / 10%);
}
.anli{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	-box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	cursor: pointer;
	transition: 0.6s;
}
.anli:hover{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	cursor: pointer;
	transition: 0.3s;
}
/***产品背景***/
.cp_s{
	background-image: linear-gradient(to top, #fff 60%, #f3f5f8 100%);
	box-shadow: 5px 5px 15px 0 rgba(55,99,170,.1), -5px -5px 15px 0 #fff;
	cursor: pointer;
	transition: 0.6s;
}
.cp_s:hover{
	background-image: linear-gradient(to top, #fff 70%, #f3f5f8 100%);
	box-shadow: 5px 5px 10px 0 rgba(55,99,170,.3), -5px -5px 10px 0 #fff;
	cursor: pointer;
	transition: 0.3s;
}
.ros{border-radius:10px!important;}
.jiu{border-radius:99px!important;}
.app-ros-left{border-radius:10px;-border-radius:0 30px 0 99px;}
li {
    list-style: none;
}
.scrolltop2{display:none;}
[data-kt-scrolltop=on] .scrolltop2{animation:animation-scrolltop .4s ease-out 1;display:block}
.header-bg{background:#181824;}
.home-x{background:rgba(0,0,0,0.3);padding:3px 7px;border-radius:100%;}
.bg-efff{
	background-image: linear-gradient(135deg, #F6F9FE 0%, #fff 80%);
}
/* 直边角 */
.zhil{
    --path: 0 0, calc(100% - 50px) 0, 130% 100%, calc(100% - 50px) 100%, 80px 100%, 0px calc(100% - 50px);
    -webkit-clip-path: polygon(var(--path));
    clip-path: polygon(var(--path));}
.zhir{
    --path: 0 0, calc(100% - 50px) 0, 130% 100%, calc(100% - 50px) 100%, 0px 100%, 0px calc(100% - 0px);
    -webkit-clip-path: polygon(var(--path));
    clip-path: polygon(var(--path));}
/* 直边角 */
.weiba::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  background-image: linear-gradient(to right, #2d8aff 0%, rgba(0,0,0,0) 80%);
  }
.weibab::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  background-image: linear-gradient(to right, #fff 0%, rgba(0,0,0,0) 80%);
  }
.text-end::after{display:none!important;}
.meng{
	content: "";
	    position:relative;
	    top:0;
	    left: 0;
	    width: 100%;
	    background: linear-gradient(140deg, #070719, transparent);
}
.meng-white{
	content: "";
	    position:relative;
	    top:0;
	    left: 0;
	    width: 100%;
	    background: linear-gradient(140deg, #fff, rgba(255,255,255,0.3));
}
.here{
	position: relative;
}

.dang{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background:#fff url(/style/img/bg/main-slider-1-1.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: center;
}
.bg-kefu{
	-webkit-backdrop-filter: saturate(180%) blur(4px);
	  backdrop-filter: saturate(180%) blur(4px);
	  background: rgba(255,255,255,0.9);
}
.menu-link .menu-arrow{
transition: transform 1s ease;
}
.show .menu-link .menu-arrow{
transform: scaleY(-1);
transition: transform 0.8s ease;
}
.show .navh::after{
display:none;
}
.here .navh::after{
	  content: '';
	  -display: inline-block;
	  position: absolute;
	  left:50%;
	  bottom:1.2rem;
	  width:2rem;
	  height:0.15rem;
	  border-radius:99px;
	  background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	  text-align:center;
	  margin-left:-1.5rem;
	  z-index: 1;
	  transition: transform 1s ease;
}
.bg-linear{background-image: linear-gradient(135deg, #F6F9FE 0%, #fff 80%);}
.t_back{
	background:  url(/style/img/bg/left_backend_new_ba6a747.png) right bottom no-repeat;
	background-size: 200px auto;
}
[data-kt-sticky-landing-header="on"] .landing-header .menu-sub .show .menu-link .menu-title{color:#009ef7!important;}
[data-kt-sticky-landing-header="on"] .landing-header .menu-sub .menu-title:hover{color: #009ef7 !important;}
/**右侧图标**/
[data-kt-sticky-landing-header="on"] .landing-header .hovericon{
	color:#696969!important;
}
/**头部搜索**/
.topsou{
	background-color:rgba(0,0,0,0.5)!important;
}
[data-kt-sticky-landing-header="on"] .landing-header .topsou{
	background-color:#f5f8fa!important;
}
/**头部搜索**/
.menu-item .menu-link .menu-title{
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-sub-lg-down-accordion{
	padding:15px 20px 20px 5px;
}
.menu-sub-lg-down-accordion .menu-icon{
	margin-right:0.3rem !important;
}
.menu-sub-lg-down-accordion .menu-icon i{
	color:#595959!important;
	font-size:18px;
}
.menu-sub-lg-down-accordion .menu-link:hover >.menu-icon i{
	color:#009ef7!important;
}
.menu-sub-lg-down-accordion .menu-link:hover >.menu-title{
	color:#009ef7!important;
}
.menu-sub-lg-down-accordion .menu-title{
	color:#595959!important;
}
.menu-sub-lg-down-accordion .here .menu-title{
	color:#009ef7!important;
}
.menu-sub-lg-down-accordion .here .menu-icon i{
	color:#009ef7!important;
}
.bg-kefu .separator{
	border-bottom:1px solid rgba(0,0,0,0.04)
}
.xdog{position: absolute;z-index: 10;top:70%;left: 45%;}
.twofa-setup .modal-body {
  min-height: 100px;
}

.twofa-setup .activation-msg {
  margin: 25px 0;
  padding: 15px;
  border: 1px dashed #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.twofa-setup .backup-code {
  margin: 20px auto;
  padding: 10px;
  background-color: #efefef;
  color: #444;
  text-align: center;
  border-radius: 4px;
}

.twofa-module {
  margin:20px 0;
  padding: 14px 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.twofa-module .col-radio {
  float: left;
  width: 35px;
  margin-top: 12px;
}

.twofa-module .col-logo {
  float: left;
  width: 80px;
  line-height: 40px;
  text-align: center;
}

.twofa-module img {
  max-width: 100%;
  max-height: 40px;
}
.twofa-module .col-description {
  margin-left: 100px;
}
.twofa-module.active {
  border-color: #dae2de;
}
.ii-i p{font-size: 14px;color: #333536;}
.ii-i .col-radio{display: none;}
.bili::after {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  left:1.1rem;
	  bottom:1rem;
	  width:6rem;
	  height: 0.25rem;
	  background-image: linear-gradient(to right, #4facfe 0%, #fff 100%);
	  border-radius: 99px;
	  z-index: 1;
}
#homes .navh::after{
	margin-left:-1rem !important;
}
.mohu{-webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(8px);
    background: rgba(0,0,0,0.5);}
.panel-addon-selected{
border:2px solid #ccc!important;
}
.panel-add i{display:none!important;}
.sd{overflow:hidden;width-space:nowrap;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.suoj{text-indent:-0.31em;overflow:hidden;}
#ansuo{text-indent:-0.5em;overflow:hidden;line-height:40px;}
.text-last-updated{font-weight: 700;line-height: 30px;}
.wu_none{min-width: 100%; height: 100px; background: url(/style/img/user/wu.svg) center no-repeat; background-size:50%;}
.no_xx{background: url(/style/img/error/nono.svg) center no-repeat; background-size:60%;width: 100%; height:100%;}
.wu_gd{min-width: 100%; height: 100px; background: url(/style/img/user/wu.svg) center no-repeat; background-size:100px;}
.biubiu{
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxMzUuNTU4JSIgeTE9IjE5MC4xMjElIiB4Mj0iMjEuMzk0JSIgeTI9IjAlIiBpZD0iYyI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Q3RDdENyIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBpZD0iYSIgZD0iTTAgMGgxMzZ2MTM2SDB6Ii8+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMSAtOSkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI2IpIj48cGF0aCBkPSJNMTA1IDBjNi4wNzUgMCAxMSA0LjkyNSAxMSAxMXYxMzJjMCA0LjUwMy0yLjcwNiA4LjM3NS02LjU4MSAxMC4wNzdBMy45OCAzLjk4IDAgMDAxMTAgMTUxVjIwYTQgNCAwIDAwLTQtNEgxMGE0IDQgMCAwMC00IDR2MTMxYzAgLjc2LjIxMiAxLjQ3LjU4IDIuMDc3QTExLjAwMyAxMS4wMDMgMCAwMTAgMTQzVjExQzAgNC45MjUgNC45MjUgMCAxMSAwaDk0eiIgZmlsbD0idXJsKCNjKSIgb3BhY2l0eT0iLjY0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEgOSkiLz48cGF0aCBkPSJNNTIgMTVhMiAyIDAgMTEwIDQgMiAyIDAgMDEwLTR6bTMyIDFhMSAxIDAgMDEwIDJINTlhMSAxIDAgMDEwLTJoMjV6IiBmaWxsPSIjOTA5MDkwIiBvcGFjaXR5PSIuMjEiLz48cGF0aCBkPSJNMTExLjc5MyAxMTIuODY3djkuMjc3YTIuMzU1IDIuMzU1IDAgMDEtMi4zNTUgMi4zNTZIOTkuNTF2LTFoOS45MjdjLjc0OCAwIDEuMzU1LS42MDcgMS4zNTUtMS4zNTZ2LTkuMjc3aDF6bS04My4yODIgMHY5LjI3N2MwIC43NS42MDcgMS4zNTYgMS4zNTYgMS4zNTZoOS45MjZ2MWgtOS45MjZhMi4zNTYgMi4zNTYgMCAwMS0yLjM1Ni0yLjM1NnYtOS4yNzdoMXptNzkuNzcxLTczLjAxMmEyLjUgMi41IDAgMDEyLjUgMi41djkuMTM0aC0xdi05LjEzNGExLjUgMS41IDAgMDAtMS41LTEuNUg5OC41di0xaDkuNzgyem0tNjkuNS0xdjFIMjlhMS41IDEuNSAwIDAwLTEuNSAxLjV2OS4xMzRoLTF2LTkuMTM0YTIuNSAyLjUgMCAwMTIuNS0yLjVoOS43ODJ6IiBmaWxsPSIjOTc5Nzk3Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-position: 0 100%;
	background-repeat: no-repeat;
	height:135px;
	width:100%;
}
.gaosi{
	-webkit-backdrop-filter: saturate(180%) blur(3px);
  backdrop-filter: saturate(180%) blur(3px);
  background: rgba(255, 255, 255, 0.8) !important;
  }
@keyframes spinner{
	to {
	transform:rotate(360deg)
}
}.spinner{
	display:inline-block;
	animation:.65s linear infinite spinner-border
}

/*品牌图片*/
.brands-scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  --fade-width: 150px; /* 渐变区域宽度 */
}

.brands-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
  padding: 20px 0;
}

.brand-item {
  flex: 0 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.pic_home1 .brand-item img {
  height:25px;
  width: auto;
  max-width: 150px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.pic_home2 .brand-item img {
  height: 20px;
  width: auto;
  max-width: 150px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.brand-item:hover img {
  filter: grayscale(0%);
}

/* 渐变遮罩层 */
.fade-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--fade-width);
  pointer-events: none; /* 允许点击穿透 */
  z-index: 2;
}

.fade-overlay.left {
  left: 0;
  background: linear-gradient(90deg, white, transparent);
}

.fade-overlay.right {
  right: 0;
  background: linear-gradient(270deg, white, transparent);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 响应式调整 */
@media (max-width: 768px) {
  .brands-scroll-container {
    --fade-width: 50px;
  }
  .brand-item {
    padding: 0 15px;
  }
}
/*品牌图片*/
/*footer*/
.footer_a a{height:30px;line-height:30px;color:#696969;}
.btn-link{font-weight:400;color:#007bff;background-color:transparent}
.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}
.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}
.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}
.btn-block{display:block;width:100%}
.btn-block + .btn-block{margin-top:0.5rem}
.btn.btn-rounded{border-radius:3px}
.btn-gradient-primary:not(.btn-gradient-light){color:#ffffff}
.ad_cr{min-width:100%;padding:0;margin:0;background:#f4f4f4 url(/style/img/bg5.png);background-position-x:0%;background-position-y:0%;background-size:auto;background-position-x:0%;background-position-y:0%;background-size:auto;background-position-x:0%;background-position-y:0%;background-size:auto;background-position-x:0%;background-position-y:0%;background-size:auto;background-position-x:0%;background-position-y:0%;background-size:auto;background-size:cover;background-position:center;height:580px}
.ad_cr ul{min-width:100%;padding:0;padding-top:80px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}
.ad_cr ul li{width:18.5%;background:#fff;padding:20px 0px;text-align:center;list-style:none;border-radius:10px;transition:transform 0.3s cubic-bezier(0.68,-0.55,0.265,1.55)}
.ad_cr ul li p{color:#696969;font-size:16px;padding:16px 16px 10px 16px;font-weight:700}
.ad_cr span{margin:30px auto;text-align:center;display:block;font-size:16px;color:#696969;}
.ad_cr div{margin:0 auto;text-align:center;}
.ad_cr div a{padding:13px 50px;margin:0 10px;font-size:18px;background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);color:#fff;border-radius:99px;display:inline-block}
.cross-sell__image{display:block;height:auto;width:70%;transition:filter 0.3s cubic-bezier(0.445,0.05,0.55,0.95);will-change:filter;margin:0 auto}
.ad_cr ul li:hover{transform:translateY(-6px)}






.site-footer{background:url(/style/img/footer.jpg) center no-repeat #1d2230;background-size:cover;padding:20px 0 0 0;color:#fff;}
.site-footer .nav-list{display:flex;justify-content:center}
.site-footer .site-info{margin:50px auto 0;font-size:13px;opacity:0.5;min-width:100%;-background:#121212}
.site-footer .site-info a{color:hsl(0,0%,100%)}
.align-footer{text-align:right}
.align-footer i{font-size:30px;margin-left:10px}
.social-bar+.site-footer{border-top:1px solid #e6e6e6}
.footer-widget{padding-top:20px;padding-bottom:20px;text-align:left}
.footer-css{text-align:left;}
.footer-css dt{margin:40px 0 20px 0;font-size:18px;font-weight:600;color:#fff}
.footer-css dl dd{font-size:14px;margin-bottom:10px}
.footer-css dl dd a{color:hsl(0,0%,100%);opacity:0.8}
.footer-css dl dd a:hover{opacity:0.8}
.bei{background:url(/img/bei.png) 5px 1px no-repeat;background-size:15px;padding-left:25px}
.foot-link{padding:0 0px!important}
.foot-link h6{color:#fff;padding:13px;font-size:18px;font-weight:600;}
.foot-link ul{color:#ccc;}
.foot-link ul li{display:inline;-float:left;padding:0 13px;font-size:14px}
.foot-link ul li a{color:hsl(0,0%,100%);opacity:0.8}

.gua-red{display: none;}
.gua-asbestos{display: none;}
.text-truncate .yinba{display: none;}
.dvp{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height:20px;
}

/* USER */
	.yincang::-webkit-scrollbar {
	  height: 0;
	}
.byi{
display:block;
}
.ber{
display:none;
}
.active .byi{
display:none;
}
.active .ber{
display:block;
}
.dulian{
		-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background:#fff url(/style/img/icsvg/dulian.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;}
/**定义充值选项**/
.mashaji span{
  border: 0.1rem solid #dae2e8;
    border-top-color: rgb(218, 226, 232);
    border-right-color: rgb(218, 226, 232);
    border-bottom-color: rgb(218, 226, 232);
    border-left-color: rgb(218, 226, 232);
  color: #393939;
  padding:15px 25px;
  text-align: center;
  float: left;
  font-weight: 800;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
  -border-radius: 2px;
  position: relative;
  z-index: 1;
  margin-right:8px;
}
.mashaji input{
display:none;
}
.mashaji input:checked + span {
  color: #118edc;
  border-color: #26b0ff;
  background-color: rgba(21, 173, 255, 0.05);
  z-index: 2;
}

/**左侧卡片动画**/
#sticky-box {
  transition: transform 0.3s ease, opacity 0.3s ease; /* 不包括 width、left */
  z-index: 90;
}

/* 固定状态：从上方滑入 */
#sticky-box.fixed {
  opacity: 1;
  transform: translateY(0);
}

/* 非固定状态时：初始状态 */
#sticky-box.static {
  opacity: 1;
  transform: translateY(0);
}

/* 到底部停住 */
#sticky-box.stopped {
  opacity: 1;
  transform: translateY(0);
}

/* 可选：增加初始进入动画 */
#sticky-box.init-hidden {
  opacity: 0;
  transform: translateY(-20px);
}

/**kd搜索框**/
input::placeholder{
    color: #b5b5c3 !important; /* Metronic 的 success 颜色 */
    opacity: 1; /* 确保 placeholder 可见 */
	font-weight:400 !important;	
}
/* 设置 placeholder 文本颜色为 success（绿色） */
.form-control.custom-search-input::placeholder {
    color: #b5b5c3 !important; /* Metronic 的 success 颜色 */
    opacity: 1; /* 确保 placeholder 可见 */
	font-weight:400 !important;
}

/* 聚焦状态：蓝色边框（Metronic 默认） */
.form-control.custom-search-input:focus {
    border-color: #80bdff !important; /* 蓝色边框 */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* 聚焦阴影 */
    outline: none; /* 移除默认轮廓 */
}