body {
    background-color: #E7F4FE !important; 
    padding-top: 70px;
    padding-bottom: 70px;
}


.message
{
    color:red;
}

.default-top
{
    margin-top: 10px;
}

.bigpic
{
    width: 300px;
}

.panel-heading{
    display: flex;
    align-items: center;
}

.panel-heading h2{
    flex: 2;
}

.panel-heading .panel-right .panel-right-close{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.panel-body{
    padding-top: 10px !important;
}

.modal-dialog{
    border: 1px double #cccccc;
}

.label-def-margin
{
    margin-top: 9px;
}

#site-logo a
{
    text-decoration: none;
    font-size: 30px;
    color: #005c97;
}

#site-logo img
{
    height: 50px;
}

#site-logo span
{
    margin-left: 15px;
}

#header > div
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#header .title-line
{
    max-width: 1320px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#header a
{
    /* color: rgb(104,151,221);
    line-height: 45px;
    text-decoration: none; */
}

#header #site-title
{
    font-size: 30px;
}

#header #btnLogin
{

}

#site-menu-warp
{
    /* background-image: url('/static/apps/front/site/images/menu_bg.png'); */
    height: 52px;
    background-color: #005C97;
}

#site-menu
{
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1320px;
}

#site-menu li
{
    display: inline-block;
    margin-left: 20px;
    width: 100px;
    text-align: center;
}

#site-menu li a
{
    color: rgb(255,255,255);
    line-height: 52px;
    text-decoration: none;
}

#site-menu li:hover
{
    background-color: rgb(0,0,0);
    color: white;
}

#site-menu li .select
{
    background-color: rgb(0,0,0);
    color: white;
}

#site-menu .select
{
    background-color: rgb(104,151,221);
}

#site-menu .select a
{
    color: white;
}

.ft-icon {
    font-size: 18px;
}

.nav-label
{
    font-size: 12px;
}

.sl_nops{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

.formfix{
    padding-top: 8px;
}

.yellow-text
{
    color: #eea849;
}

.while-text
{
    color: #fff;
}

.red-text
{
    color: #f46b45;
}

.margin-top-15
{
    margin-top: 15px;
}

.margin-bottom-15
{
    margin-bottom: 15px;
}

.black-text
{
    color: black;
}

.hr-label
{
    padding-left: 15px;
    margin-top: 15px;
    color: black;
    border-left: 4px solid rgb(244, 107, 69);
}

#lang-warp
{
    display: none;
}

#lang-warp img
{
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px;
}

.foot-fix
{
    height: 60px;
}

.full-width-image
{
    width: 100%;
    margin-bottom: 15px;
}

.container .site-row
{
    margin-top: 15px;
}

.line-container
{
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-fixed-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
    z-index: 1000;
    padding: 0px 0 0px 0;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom > div
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.navbar-fixed-bottom .menu-item
{
    flex: 1;
    text-align: center;
}

.navbar-fixed-bottom .menu-item a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
    padding: 8px 4px;
    border-radius: 12px;
    position: relative;
}

.navbar-fixed-bottom .menu-item a:hover
{
    color: #666;
}

.navbar-fixed-bottom .menu-item a.active
{
    color: #007AFF;
}

.navbar-fixed-bottom .menu-item-icon
{
    margin-bottom: 4px;
    position: relative;
}

.navbar-fixed-bottom .menu-item-icon img
{
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.6;
}

.navbar-fixed-bottom .menu-item a:hover .menu-item-icon img
{
    opacity: 0.8;
    filter: grayscale(50%);
}

.navbar-fixed-bottom .menu-item a.active .menu-item-icon img
{
    opacity: 1;
    filter: grayscale(0%);
}

.navbar-fixed-bottom .menu-item a.active .menu-item-icon::after
{
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #007AFF, #5AC8FA);
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3);
}

.navbar-fixed-bottom .menu-item-text
{
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 2px;
}

.navbar-fixed-bottom .menu-item-text span
{
    display: block;
}

.navbar-fixed-bottom .menu-item a.active .menu-item-text
{
    color: #007AFF;
    font-weight: 600;
}

.navbar-fixed-bottom .menu-check .menu-item-text span
{
    color: #179cff;
}

.navbar-fixed-bottom .menu-check img
{
    opacity: 1 !important;
    filter: none !important;
}

#header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.download-bar
{
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.download-close
{
    margin-right: 12px;
    cursor: pointer;
}

.download-close i
{
    font-size: 18px;
    color: #999;
    transition: color 0.3s ease;
}

.download-close:hover i
{
    color: #666;
}

.download-icon
{
    margin-right: 12px;
}

.download-icon img
{
    width: 48px;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.download-info
{
    flex: 1;
    margin-right: 12px;
}

.download-title
{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.2;
}

.download-desc
{
    font-size: 12px;
    color: #666;
    line-height: 1.3;
}

.download-btn
{
    flex-shrink: 0;
}

.download-btn button
{
    background: linear-gradient(135deg, #007AFF, #5AC8FA);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3);
}

.download-btn button:hover
{
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4);
}

.download-btn button:active
{
    transform: translateY(0);
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .download-bar
    {
        padding: 10px 12px;
    }
    
    .download-icon img
    {
        width: 40px;
        height: 40px;
    }
    
    .download-title
    {
        font-size: 14px;
    }
    
    .download-desc
    {
        font-size: 11px;
    }
    
    .download-btn button
    {
        padding: 6px 12px;
        font-size: 12px;
    }
}

#mb-menu
{
    width: 100% !important;
    position: fixed;
    background-color: black;
    left: 0px;
    top: 56px;
    right: 0px;
    display: none;
    border-bottom: rgb(232,211,125) 1px solid;
}

#mb-menu ul
{
    text-align: left;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

#mb-menu ul li
{
    list-style: none;
}

#mb-menu #site-menu
{
    width: auto;
}

#mb-menu li a
{
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 35px;
    margin-left: 10%;
}

.fans-warp
{
    display: none;
}

.navbar-fixed-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
    z-index: 1000;
    padding: 0px 0 0px 0;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom > div
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.navbar-fixed-bottom .menu-item
{
    flex: 1;
    text-align: center;
}

.navbar-fixed-bottom .menu-item a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
    padding: 8px 4px;
    border-radius: 12px;
    position: relative;
}

.navbar-fixed-bottom .menu-item a:hover
{
    color: #666;
}

.navbar-fixed-bottom .menu-item a.active
{
    color: #007AFF;
}

.navbar-fixed-bottom .menu-item-icon
{
    margin-bottom: 4px;
    position: relative;
}

.navbar-fixed-bottom .menu-item-icon img
{
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.6;
}

.navbar-fixed-bottom .menu-item a:hover .menu-item-icon img
{
    opacity: 0.8;
    filter: grayscale(50%);
}

.navbar-fixed-bottom .menu-item a.active .menu-item-icon img
{
    opacity: 1;
    filter: grayscale(0%);
}

.navbar-fixed-bottom .menu-item a.active .menu-item-icon::after
{
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #007AFF, #5AC8FA);
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3);
}

.navbar-fixed-bottom .menu-item-text
{
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 2px;
}

.navbar-fixed-bottom .menu-item-text span
{
    display: block;
}

.navbar-fixed-bottom .menu-item a.active .menu-item-text
{
    color: #007AFF;
    font-weight: 600;
}

.footer-nav-warp
{
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-nav-warp .fgt
{
    display: none;
}

.lang-title{
    color: wheat;
    background-color: #252525;
    padding: 5px;
    text-align: left;
    padding-left: 37px;
}

.lang-dropdown a{
    color: white;
    text-align: left;
    padding-left: 37px;
    background-color: #303030;
}

#lang-set #btnLogin
{
    background-color: rgb(194,164,82);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 89px;
    margin-left: auto;
    text-align: center;
}

#lang-set #btnLogin a
{
    color: white;
    text-decoration: none;
    line-height: 37px;
    font-size: 13px;
}
