:root {
    /* 主题色 */
    --bg_back_color: #f4f4ff;
    /* 主要背景渐变色 */
    --background_color: linear-gradient(to bottom, #50bdf6, #3b7be7);
    /* 主题按钮色 */
    --bg_color: #0b6469;
    --btn_color: #c8bcbc;
}
@font-face {
    font-family: "MyCustomFont";
    src: url("/font/Poppins-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html,
body {
    font-family: "MyCustomFont", sans-serif;
}

/* 主题背景色应用 */
#old_homePage {
    display: none;
}
#new_2theme {
    /* height: ; */
    /* background: var(--bg_back_color); */
    background: var(--bg_back_color);
}
#gray-promotions-new {
    display: none;
}
#gray-about-old {
    display: none;
}
#default-old {
    display: none;
}

#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 {
    display: none;
}
#logo_title {
    padding-left: 0px;
}
#app-header-white {
    /* 头部 */
    background: var(--bg_back_color);
    margin-left: 0px !important;
    padding: 0 !important;
    border-bottom: 2px solid #ccc;
    height: 60px !important;
}
#navBgColor {
    background: rgb(10 100 105);
    text-decoration: none;
    /* border-radius: 100px !important; */
}
#moreInfo-btn {
    background: #bd5570;
    box-shadow: 0 0;
    color: white;
}
#btn-shaow {
    background:#bd5570;
    box-shadow: 0 0;
    color: rgb(186, 168, 168);
    border-radius:8px;
    color: honeydew;
}
#ipt-text {
    color: #323232;
}
#lk-input {
    color: #323232;
    border: 2px solid var(--btn_color);
}
#Icon-color {
    color: var(--bg_color);
}
#txt-white {
    color: var(--btn_color);
}
#jump-txt {
    color: white;
}
/* 这里开始更改 */
#new_2theme {
    display: none;
}

#default-new {
    display: none;
}

#box-border2 {
    border: 2px solid honeydew;
    &:focus {
        border: 2px solid honeydew;
    }
}
