/*背景图开始*/
body {
    background: url("./images/beijing.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    /*背景图结束*/
            
    /* 分类更多展示 添加底色*/ 
    a.btn-move.tab-move.text-xs.ml-2 {
        color: #fff;
        background: #fca722;
        padding: 0px 10px;
        line-height: 24px!important;
        margin: 5px 0px;
        height: 24px;
        border-radius: 7px;
        white-space: nowrap;
    }
    a.btn-move.text-xs {
        color: #fff;
        background: #fca722;
        padding: 0px 10px;
        line-height: 24px!important;
        margin: 5px 0px;
        height: 24px;
        border-radius: 7px;
        white-space: nowrap;
    }
    
    /*选中文字颜色*/
    p::selection {
        color:#a1c4fd;
    }
    p::-moz-selection {
        color:#a1c4fd;
    }
    p::-webkit-selection {
        color:#a1c4fd;
    }
    /*导航栏字体加粗*/
    ul.nav {font-weight: 700;}
    
    #search-list{
      color: black;
      font-weight: 700;
    }
    /*标签栏底部加颜色*/
    .slider_menu[sliderTab] .anchor {
        border-radius: 5px;
          border-bottom:3px solid #c2e9fb;
    }
    /*右下角图标圆形改方形*/
    .rounded-circle {
        border-radius: 25%!important; 
    }
    
    /*网址卡园角值*/
    .card {
        border-radius: 15px;
    }
    /*搜索框变白底*/
    .header-big #search-text {
          color: #a1c4fd;
        border-radius: 15px;
          background-color: #f3f5fb!important;
           background: #f3f5fb;
        box-shadow: inset 9.31px 9.31px 15px rgb(0 0 0 / 10%), inset -9.31px -9.31px 15px #f5f8fa;
    }
    /*侧栏箭头变方形*/
    .sidebar-menu .sidebar-more:after {
        border-radius: 10px;
          box-shadow: 9.91px 9.91px 15px #d9dade, -9.91px -9.91px 15px #ffffff;
    }
    /*按钮提示框颜色*/
    .tooltip-inner{
        color:#fff;
      background-color:#a1c4fd;
    }
    /* 分类更多展示 添加底色*/ 
    a.btn-move.tab-move.text-xs.ml-2 {
        color: #fff;
        background: linear-gradient(to right, #ff4500, #ff8c00);
        padding: 0px 10px;
        line-height: 24px!important;
        margin: 5px 0px;
        height: 24px;
        border-radius: 7px;
        white-space: nowrap;
    }
    a.btn-move.text-xs {
        color: #fff;
        background: linear-gradient(to right, #ff4500, #ff8c00);
        padding: 0px 10px;
        line-height: 24px!important;
        margin: 5px 0px;
        height: 24px;
        border-radius: 7px;
        white-space: nowrap;
    }
    /*网址卡上层颜色*/
    .io-black-mode .down-content .card-header-img, .io-black-mode .modal-content, .io-black-mode .flex-avatar, .io-black-mode .card, .io-black-mode .near-navigation, .io-black-mode .single-top-area, .io-black-mode .new-news, .io-black-mode .new-news ul li i, .io-black-mode .list-bulletin .list-item>i, .io-black-mode #search-text, .io-black-mode .search-type input:checked+label, .io-black-mode .search-type input:hover+label {
        background: #1b1d1f;
        box-shadow: 10.51px 10.51px 18px #131416, -10.51px -10.51px 18px #232628;
    }
    /** 滚动条样式**/
     ::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.5rem;
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 0.125rem;
        -moz-border-radius: 0.125rem;
        -webkit-border-radius: 0.125rem;
        background-color: #ccc;
    }
    /*直达按钮图标改成 书签图标*/
    .icon-goto:before {
        content: "\e628"!important;
    }