:root {
    /* 主题色 */
    --bg_back_color: #3a4f6e;
    /* 主要背景渐变色 */
    --background_color: linear-gradient(to bottom, #50bdf6, #3b7be7);
    /* 主题按钮色 */
    --bg_color: #a7bfe3;
}
/* @font-face {
    font-family: "MyCustomFont";
    src: url("/font/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */
html,
body {
    /* font-family: "MyCustomFont", sans-serif; */
}

#txt-white {
    color: white;
}

/* 主题背景色应用 */
#old_homePage {
    display: none;
}

#theme_color {
    background: var(--bg_back_color);
    min-height: 100vh;
}
#new_2theme {
    /* height: ; */
    /* background: var(--bg_back_color); */
    background: var(--bg_back_color);
}
#gray-about-old {
    display: none;
}
#default-old {
    display: none;
}

#active-left-btn {
    /* 上面按钮 */
    background: var(--bg_color);
    color: white;
}

/* 多语言点击后颜色 */
#lang_box_bg {
    background-color: var(--bg_color);
    border: 1px solid #d7d6e4;
    padding: 1px 5px !important;
}
#about-old {
    display: none;
}
#promotions-old {
    display: none;
}
#thunder_moreInfo {
    display: none;
}
#gray-moreInfo-old {
    display: none;
}
#thunder_partner_css {
    display: none;
}
#app-header1 {
    display: none;
}
#app-header-new {
    /* 头部 */
    background: var(--bg_back_color);
    margin-left: 0px !important;
    padding: 0 !important;
    border-bottom: 2px solid #ccc;

    /* height:200px !important; */
}
#navBgColor {
    background: var(--bg_color);
    text-decoration: none;
}
#moreInfo-btn {
    background: var(--bg_color);
    box-shadow: 0 0;
    color: white;
}
#btn-shaow {
    background: var(--bg_color);
    box-shadow: 0 0;
    color: white;
}
#jump-txt {
    color: white;
}
#ipt-text {
    color: rgb(255, 255, 255);
}
#lk-input {
    color: #323232;
    border: 2px solid white;
}
#Icon-color {
    color: var(--bg_color);
}
/* 这里开始 */
/* 这里开始更改 */
#app-header-white {
    display: none;
}
#white-theme {
    display: none;
}
#default-white-new {
    display: none;
}
/* #new_2theme {
    display: none;
}

#default-new {
    display: none;
} */
