.modal-open{overflow: auto !important;padding-right: 0 !important;}/* 禁止bootstrap模态框弹出时隐藏滚动条 和自动调整 body 的 padding-right */
a:hover{text-decoration:none;font-weight:bold}
a.icp{font-size:12px;color:#bbb;text-align:center}
.navbar .navbar-expand-lg .navbar-light .fixed-top{position:absolute;z-index:10000}
.bottom-cover{background-image:linear-gradient(rgba(255,255,255,0) 0%,rgb(244 248 251 / 0.6) 50%,rgb(244 248 251) 100%)}
.navbar-light .navbar-toggler{color:#fff}
p.content{text-align:center;padding:5px 30px;border-radius:10px;font-size:12px;color:#fff;font-weight:500;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
div.content{text-align:center;padding:5px 30px;border-radius:10px;font-size:12px;color:#fff;font-weight:500;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
/* 隐藏Webkit内核浏览器（比如Chrome、Safari等）的滚动条 element::-webkit-scrollbar是Webkit私有的CSS伪元素，只在Webkit内核浏览器中有效。
::-webkit-scrollbar{display:none}
*/

.back-to{bottom:55px;overflow:hidden;position:fixed;right:10px;width:110px;z-index:999}
.back-to .back-top{background:url("./images/top.png") no-repeat scroll 0 0 transparent;display:block;float:right;height:50px;margin-left:10px;outline:0 none;text-indent:-9999em;width:50px}
.back-to .back-top:hover{background-position:-50px 0}
.mylist li.col-3 img{display:block;width:45px;height:45px;padding:8px;background:#fff;border:1px solid #eee;border-radius:10px;margin:0 auto}
h2.title{text-align:center;color:#fff;font-size:36px;font-weight:600;text-shadow:1px 1px 8px #504b4b}
body{font-size:14px;background:rgb(244, 248, 251);overflow-x:hidden}
a{text-decoration:none}
a:hover{text-decoration:none}
svg.icon{width:14px;height:14px;margin:0 5px 0 8px;vertical-align:-0.15em;fill:currentColor;overflow:hidden}
.navbar-light .navbar-nav .nav-link{color:#fff !important;font-size:16px;font-weight:bold;text-shadow:0px 1px 0px #000}
.navbar-light .navbar-nav .nav-link:hover{text-decoration: underline;}
.nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #b7b9b9;
}
#search{width:100%;margin:0;padding:0 0 10px;position:relative;z-index:2000;border-radius:5px}
#search form{position:relative;margin-top:15px}
#search-text{position: relative;width:100%;height:50px;line-height:50px;text-indent:10px;color:#060515;text-shadow: 1px 1px 2px #0f0d36;font-size:16px;border-radius:10px;background-color:#fff;border:1px solid #fff;/*box-shadow:0 0.5rem 0.625rem #d4d4d44d;*/transition:0.3s all linear;padding-left:40px;background: url('/favicon.ico') no-repeat left 10px center / 30px 30px;}
#search-text:focus{border:1px solid #4e6ef2}
#search-text:hover{border:1px solid #a7aab5}
#search-text::-webkit-input-placeholder {
  color: #262187;
  text-shadow: 1px 1px 2px black;
}

#search-text:-ms-input-placeholder {
  color: #262187;
  text-shadow: 1px 1px 2px black;
}

#search-text::-moz-placeholder {
  color: #262187;
  text-shadow: 1px 1px 2px black;
  opacity: 1; /* Mozilla 需要设置透明度 */
}

#search-text::after {
  content: '';
  position: absolute;
  right: 5px; /* 根据需要调整位置 */
  bottom: 0;
  width: 2px; /* 光标的宽度 */
  height: 20px; /* 光标的高度，需要与input的高度一致 */
  background-color: #4e6ef2; /* 光标的颜色 */
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

#search button{position:absolute;top:0;right:0;background:none;border:0;border-radius:20px;width:auto;height:50px;border-radius:0 10px 10px 0;outline:none;background-color:#4e6ef2}
#search button:hover{cursor:pointer;background-color:#4662d9}
#search button i{color:#ddd;font-size:18px}
.search-group{text-align: center;}
.s-current .search-type{padding-left:0;display:block}
.s-current{display:block}
#search-list{position:relative;overflow-x:auto}
/* 设置firefox滚动条的样式 */
#search-list {
  scrollbar-width: thin; /* 设置滚动条宽度为较细的值 */
  /*scrollbar-color: #8a8d99 transparent;  设置滚动条的颜色 第一个参数为滚动条 第二个为背景 */
  scrollbar-color: auto;
}
/* 隐藏firefox滚动条的箭头 */
#search-list::-moz-scrollbar-button {
  display: none; /* 隐藏滚动条的按钮（箭头） */
}
/*#search-list::-webkit-scrollbar{display:none}*/
/*下面加了个媒体查询针对手机设备才隐藏搜索选择，不然影响太大，比如笔记本屏小用的chrome那就看不到了，因为webkit内核的浏览器不只Safari还有Chrome, Edge 和 Opera*/
@media screen and (max-width:767px){#search-list::-webkit-scrollbar{display:none}#search-list::-moz-scrollbar{display:none}}
.s-type{position:absolute;top:0;left:0;z-index:13;width:75px}
.s-type:hover{height:auto}
.s-type>span{display:block;height:31px;width:75px}
.s-type-list{display:none;position:absolute;top:31px;padding:9pt 0;width:70px;background:#fff;border-radius:5px;box-shadow:0 9px 20px rgba(0,0,0,.16)}
.s-type-list:before{position:absolute;top:-1pc;left:20px;content:'';display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:#fff}
.s-type-list label{display:block;font-size:15px;text-align:center;font-weight:normal;margin-bottom:0;padding:2px 0;cursor:pointer;transition:.3s}
.s-type-list label:hover{background:rgba(136,136,136,.1)}
.s-type-list .tile-lg{color:#fff;width:3pc;height:3pc;font-size:1.25rem;line-height:3rem;border-radius:.3rem;display:block;margin:auto}
.s-type:hover .s-type-list{display:block}
.type-text{position:absolute;left:0;width:75px;padding-left:9pt;font-size:1pc;line-height:31px}
.search-type{white-space:nowrap;margin:0}
.search-type label{margin:0}
.search-type img {width: 14px;height: 14px;margin: 0 5px 0 8px;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
.search-type li{margin-bottom:10px;display:inline-block;background:#ffffffAD;background:rgba(255,255,255,70%);border-radius:10px}
.search-type li label{display:inline-block;padding:0 11px;font-size:14px;background-color:#D8D8D8;border-radius:10px;cursor:pointer}
.search-type input:checked+label,.search-type input:hover+label{background-color:#fff;height:50px;border-radius:10px}
#search-text::-webkit-input-placeholder{color:#bbb}
#word{position:absolute;list-style:none;top:55px;left:0px;width:100%;background:rgba(259,259,259,0.9);border-radius:5px;z-index:20000;padding:15px 10px;box-shadow:0 0 10px #aaa}
#word li{height:35px;padding:0 5px;text-indent:30px;background-size:20px;line-height:35px;cursor:pointer;font-size:16px;border-radius:5px}
#word li:hover{background-color:#ddd}
.set-check{margin-top:3px;font-size:9pt}
.set-check label{margin-left:3px}
.set-check input,.set-check label{opacity:0;transition:all .3s ease}
.search-type li{height:50px;line-height:50px;list-style:none;display:inline-block;border-radius:10px}
/*#e9f9f7e5 |#FF8000 #F6E3CEe5 */
.mylist{list-style:none;padding:10px 20px;position:relative;z-index:1000;margin:20px 0;border-radius:15px;background:#e9f9f7e5;/*backdrop-filter: blur(10px);*/box-shadow:0 0.5rem 0.625rem #5956564d}
.mylist li.col-3{width:100px;transition:0.3s all linear;font-size:14px;overflow:hidden;padding:10px 0;border-radius:10px}
.mylist li.col-3 svg{display:block;width:45px;height:45px;padding:8px;background:#fff;border:1px solid #eee;border-radius:10px;margin:0 auto}
.mylist li.col-3:hover{background:#eee}
.mylist li.col-3 span{width:100%;height:26px;line-height:26px;text-align:center;font-size:13px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.mylist li a{color:#555;display:block}
.mylist li.title{width:100%;min-width:auto;margin:0;height:35px;font-size:16px;line-height:33px;padding:0 20px 0 10px;/*border-bottom:1px solid #eee;*/margin-bottom:10px;cursor: pointer;}
.banner-video{position:absolute;width:100%;overflow:hidden;left:0;top:0;height:100vh;background-color: dimgray;}
.banner-video video{width:2048px;float:left}
.banner-video img{object-fit:cover;width:100%;height:100vh}
.bottom-cover{width:100%;height:50%;position:absolute;bottom:-1px;z-index:10}
@media screen and (min-width:1200px){.mylist li.col-3{min-width:132px}
}@media screen and (min-width:992px) and (max-width:1200px){.mylist li.col-3{min-width:110px}
}@media screen and (max-width:992px){#he-plugin-simple{display:none}#welcomeUser{display:none}
.banner-video video{width:1200px}
.banner-video img{object-fit:cover;width:100%;height:100vh}
.search-group{padding-left:0px}
div#navbarsExample05{background:rgba(0,0,0,0.8);padding:10px 30px;border-radius:20px}
}@media screen and (max-width:767px){.banner-video video{width:960px}
.banner-video img{object-fit:cover;width:100%;height:100vh}
.s-type-list label{padding:5px 0}
.search-list{height:30px;overflow-y:hidden;white-space:nowrap}
.search-group{padding-left:0px}
.mylist{border-radius:8px}
.mylist li.col-3{margin:5px 0 5px}
.mylist li.col-3 svg{width:30px;height:30px;padding:5px;border-radius:5px}
.mylist li.col-3 span{font-size:12px}
.mylist li.col-3 img {display: block; width: 30px; height: 30px; padding: 5px; background: #fff; border: 1px solid #eee; border-radius: 10px; margin: 0 auto;}
}.navbar-toggler svg{width:24px;height:24px}
.navbar-toggler .bi-list-nested{display:none}
.navbar-toggler.collapsed .bi-list-nested{display:block}
.navbar-toggler.collapsed .bi-x{display:none}
.navbar-toggler .bi-x{display:block}
#he-plugin-simple{z-index:1000}

/* -----设置 滚动条颜色 开始-----*/
/* 设置滚动条的宽度和颜色 */
/* webkit 内核的浏览器Chrome, Safari, Edge 和 Opera */
::-webkit-scrollbar{width:8px;height:8px;border-radius:8px}
::-webkit-scrollbar-thumb {background: #b2beefeb}/* 设置滚动条滑块的颜色 */
::-webkit-scrollbar-thumb:hover{background:#4e6ef3}/* 设置滚动条滑块鼠标划过的颜色 */
::-webkit-scrollbar-corner{background:#000}/* 设置滚动条边角的颜色 */
::-webkit-scrollbar-track {background: #e3efed} /* 设置滚动条轨道的颜色 */
/* Gecko 内核的浏览器（如 Firefox） */
::-moz-scrollbar{width:8px;height:8px;border-radius:8px}
::-moz-scrollbar-thumb {background: #b2beefeb}/* 设置滚动条滑块的颜色 */
::-moz-scrollbar-thumb:hover{background:#4e6ef3}/* 设置滚动条滑块鼠标划过的颜色 */
::-moz-scrollbar-corner{background:#000}/* 设置滚动条边角的颜色 */
::-moz-scrollbar-track {background: #e3efed} /* 设置滚动条轨道的颜色 */

/* -----设置 滚动条颜色 结束-----*/

#yan{transition:transform .2s}#yan:hover{transform:scale(1.1);font-weight:300;}
.type-right{font-size:1.5rem;color:#fff;text-shadow:1px 1px 8px #504b4b;}
.type-right:hover{transform:scale(2.1);font-weight:300;}
#tp-weather-widget .sw-container {
    z-index: 9992;
    left: unset;
    right: 10px;
    top: unset;
    bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px;
}

.mylist .toggle-icon {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
}
.toggleIcon {
    width: 1.5em;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.toggleIcon:hover {
    opacity: 1;
}

#background-layer {
  position: absolute; /* 绝对定位相对于.input-wrapper */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); /* 半透明的白色背景 */
  border-radius: 10px; /* 根据需要调整边框圆角 */
  z-index: -1; /* 确保背景图层在input之下 */
}

.icon-text {
  font-size: 24px !important; /* 设置图标文字的大小 */
  font-weight: bold !important; /* 加粗文字 */
  width: 45px !important; /* 设置宽度 */
  height: 45px !important; /* 设置高度 */
  line-height: 45px !important; /* 设置行高，使文字垂直居中 */
  text-align: center !important; /* 水平居中 */
  color: #fff; /* 文字颜色设为白色 */
  background: #fff; /* 背景色 */
  border-radius: 10px; /* 设置圆角 */
  margin: 0 auto;
  /* 过渡效果，用于颜色变化 */
  transition: background-color 0.3s ease;
}

.gjqjck{right:2rem!important;top:3rem!important;bottom:1rem!important}.gjqjck,.sw-card-bubble-background .sc-fBuWsC .gAjDbG{z-index:99999!important}.iWEWlT{position:absolute;top:3rem}.banner-top{z-index:99995}.hidden{display:none}#bg_overlay,.overlay{position:fixed;top:0;left:0;width:100%}.overlay{height:100%;background-size:cover;z-index:99996}.overlay-img{width:100%;height:100%;object-fit:cover}.close-btn{position:absolute;top:50px;right:20px;width:30px;height:30px;background-color:#000;color:#fff;border-radius:50%;text-align:center;line-height:30px;cursor:pointer}.bg_img_small_preview{max-height:20rem;border-radius:.5rem;box-shadow:0 0 10px rgba(0,0,0,.3)}@media (max-width:767px){.hide-on-mobile{display:none}}#bg_overlay{height:5%;padding-top:10px;color:#fff;font-size:1.2rem;text-align:center;background-color:rgba(0,0,0,.5);z-index:999999}.show{display:block}.hide{display:none}.modal.fade{background-color:rgba(0,0,0,.5);}.modal-backdrop.show {z-index:40}.vakata-context,.vakata-context ul{z-index: 999}.jstree{padding-left:0px}.jstree-container-ul{max-width:90%;overflow:hidden}.clean-text{color:#fff;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8)}.ui.floating.dropdown>.menu{z-index:9990}.hand{cursor: pointer;}.jstree-themeicon-custom{background-size: 28px 28px!important;}.menu.transition.visible{min-width:200px!important;overflow:hidden;}.ui.dropdown .menu > .header {text-transform: capitalize}.LocationTips{position:absolute;z-index:9991;background-color:transparent!important;}.LocationTips .section{font-size:1.2rem;text-shadow:1px 1px 8px #504b4b;color:#fff!important}.LocationTips  .divider{color:#fff!important}