/* 在谷歌浏览器内核中，使滚动条不占用容器的宽度 */
.sidebar-nav-inner .flex-fill {
    overflow-y: overlay;
}
.io-grey-mode .sidebar-nav,.io-grey-mode .sidebar-popup.sidebar-menu-inner ul {
    background: var(--sidebarBgColorGrey,#f0f2f4);
    box-shadow: 0 0 2rem 0 var(--sidebarShadowGrey,transparent) !important;
}
.io-grey-mode .sidebar-nav-inner {
    background: var(--sidebarBgColorGrey,#f9f9f9);
}
.io-grey-mode .sidebar-logo {
    background: var(--sidebarBgColorGrey,#FFF);
}
/* 调整行高 */
.sidebar-menu ul li.sidebar-item > a {
    height: var(--sidebarLineHeight,45px);
}
.sidebar-menu ul li.sidebar-item > i {
    line-height: var(--sidebarLineHeight,45px) !important;
}

/* 顶部菜单从 74 -> 60 */
.header-mini-btn {
    height: var(--headerMenuHeight);
    width: 40px;
}
.header-mini-btn svg {
    margin: 0 -20px;
    height: var(--headerMenuHeight);
}
#sidebar .sidebar-logo{
    height: var(--headerMenuHeight);
}
.sidebar-nav .logo {
    line-height: var(--headerMenuHeight);
}
@media (min-width: 768px) {
    .page-header+.placeholder {
        height: var(--headerMenuHeight);
    }
}
 /* 顶部菜单 使用 毛玻璃效果 */
.big-header-banner.header-bg .page-header {
    color: initial;
    background: var(--greyPageHeaderFilter,rgba(255,255,255,1));
    backdrop-filter: blur(var(--backdropFilter,0px));
}
.io-black-mode .big-header-banner.header-bg .page-header {
    color: #fff;
    background:  var(--blackPageHeaderFilter,rgba(255,255,255,1));
    backdrop-filter: blur(var(--backdropFilter,0px));
    box-shadow: 0 0 25px 5px rgba(17, 12, 12, 0.25);
}
/* 首页部分 */
.slider-menu-father{
    border-radius: var(--ajaxTabRadius);
}
/* 20211129 新版改成这样了 */
.slider_menu[sliderTab]{
    border-radius: var(--ajaxTabRadius);
}
.slider_menu[sliderTab] .anchor {
    border-radius: var(--ajaxTabRadius);
}
.slider_menu[sliderTab] >.menu {
    border-radius: var(--ajaxTabRadius);
}

/* 黑暗模式和日间模式下得背景颜色 */
body.io-grey-mode{
    background-color: var(--bodyBgColor);
}

body{
    overflow-y: overlay;
}
@media only screen and (min-device-width:768px){
    ::-webkit-scrollbar-thumb{background-color:rgba(130,130,130,.5);-webkit-border-radius:4px;border-radius:4px}
    ::-webkit-scrollbar-thumb:hover{background-color:var(--hy-scrollbar-color);-webkit-border-radius:4px;border-radius:4px}
    ::-webkit-scrollbar{width:5px;height:5px} 
    ::-webkit-scrollbar-thumb:active{background-color:var(--hy-scrollbar-color);-webkit-border-radius:4px;border-radius:4px}
    ::-webkit-scrollbar-corner{background:rgba(0,0,0,0);border-radius:0 0 8px 0}
    ::-webkit-scrollbar-button{background-color:rgba(0,0,0,0);height:2px;width:2px}
}


/*首页自定义导航5个颜色*/
.user-custome .url-card:nth-child(5n+1) .url-body a {
	background: var(--homeCustomeColor1);
}

.user-custome .url-card:nth-child(5n+2) .url-body a {
	background: var(--homeCustomeColor2);
}

.user-custome .url-card:nth-child(5n+3) .url-body a {
	background: var(--homeCustomeColor3);
}

.user-custome .url-card:nth-child(5n+4) .url-body a {
	background: var(--homeCustomeColor4);
}

.user-custome .url-card:nth-child(5n+5) .url-body a {
	background: var(--homeCustomeColor5);
}

/*顶部菜单右侧小菜单*/
/*顶部弹出矩阵*/
.topgj_r .menu-item:hover>ul {
	opacity: 1;
	top: 28px;
	visibility: visible;
	padding: 5px 0px;
}

.topgj_r .sub-menu-z {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
	text-align: center;
	border-radius: 2px;
	position: absolute;
	z-index: 9999;
	max-width: 90px;
	transition: opacity 0.25s, top 0.25s, visibility 0.25s;
}

.io-black-mode .topgj_r .sub-menu-z {
	background: #2c2e2f;
}

.sub-menu-z .menu-item-z {
	list-style: none;
	border-radius: 2px;
	padding: 6px 10px;
	white-space: nowrap;
}

.topgj_r .menu-item a {
	font-size: 13px;
	padding: 10px 8px;
	color: #282a2d;
}

.io-black-mode .topgj_r .menu-item a {
	color: #c6c9cf;
}

.sub-menu-z .menu-item-z a {
	font-size: 13px;
	padding: 0px;
	color: #666666!important;
	display: block;
}

.io-black-mode .sub-menu-z .menu-item-z a {
	color: #c6c9cf!important;
}

li.menu-item-z:hover {
	background: rgba(0,0,0,.1);
}

ul.nav.navbar-menu.text-xs.order-1.order-md-2.position-relative.topgj_r {
	margin-right: 15px;
}

@media (max-width: 980px) {
	.topgj_r {
		display: none;
	}
}

/*详情页弹窗*/
.sites-template-default .modal-lg, .sites-template-default .modal-xl {
  max-width: var(--hyPopupSize);
}

/*tab栏自定义颜色弹窗*/
.custome_popup {
    display: none;
}
.custome_popup .point{
    width: 10px;
    height: 10px;
    border: 3px solid var(--mainColor);
    border-radius: 50%;
    position: absolute;
}
.custome_popup .main{
    position: absolute;
    left: 15px;
    top: 10px;
    width: 260px;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    box-shadow:0 0 2rem 0 var(--sidebarShadowGrey,transparent) !important
}
.io-black-mode .custome_popup .main {
    background: #2c2e2f;
}
.custome_popup p{
    font-size: 14px;
}
.custome_popup .colorList{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.custome_popup .colorList div,.custome_popup .colorList input{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.io-grey-mode .custome_popup .colorList div{
    border: 1px solid #e5e7eb;
}
.io-grey-mode .custome_popup .colorList input{
    border: 1px dashed #cfcfcf;
}
.custome_popup .colorList div:hover,.custome_popup .colorList input:hover{
    border: 3px solid #e5e7eb;
}
.custome_popup .options{
    display: flex;
    margin-top: 10px;
}
.custome_popup .options a{
    cursor: default;
    padding: 5px;
    border-radius: 6px;
    color: #fff!important;
    font-size: 14px;
    margin-right: 10px;
}

/*更多网址块*/
.more-link strong{
    color: var(--mainColor)!important;
}

/*移动端首页金刚区域*/
.golden-area {
    border-radius: 6px;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 5px;
    margin-right: -10px;
}
.golden-area a {
    display: flex;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    flex: 1 0 21%;
    margin: 0 10px 10px 0;
    box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 10%);
}
.io-black-mode .golden-area a{
    background: #2c2e2f;
    color: #c6c9cf;
}
.golden-area i {
    font-size: 20px;
}
.golden-area span {
    font-size: 12px;
    margin-top: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*def-a型网址块*/
.def-A .remarks{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
}
.remarks span {
    margin: 0 3px;
    color: var(--mainColor);
}
.io-black-mode .remarks span{
    color: #fff;
}
.remarks span::before {
    content: "#";
}