body {
    background-color: black;
}

.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 img
{
    width: 226px;
}

#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: 25px;
    padding-bottom: 20px;
}

#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;
}

#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(0,0,0);
    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;
}

footer {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(234,197,107);
    text-align: center;
}

footer .fans-warp {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer a {
    color: white;
}

footer a:hover {
    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
{
    background-color: rgb(226,170,81);
    color: rgb(18,0,0);
}

.footer-nav-warp
{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.footer-nav-warp div
{
    margin-left: 15px;
    margin-right: 15px;
}

.footer-nav-warp div a
{
    color: rgb(18,0,0);
    text-decoration: none;
}

.copyright-warp
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #363333;
}

/*区分电脑端和移动端的样式*/

/* 移动端 */
@media screen and (max-width: 768px) {
    body
    {
        padding-top: 56px;
    }

    #header
    {
        display: none;
    }

    #header-mb
    {
        font-size: 18px;
        padding-top: 10px;
        text-align: center;
        background-color: rgb(39,39,39);
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
        height: 56px;
        flex-wrap: wrap;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
    }

    #header-mb > div
    {
        width: 33.33%;
    }

    #header-mb .left
    {
        text-align: left;
    }

    #header-mb .left i
    {
        color : rgb(232,211,125);
        font-size: 23px;
        margin-top: 3px;
    }

    #header-mb .middle-logo img
    {
        height: 30px;
        margin-top: 3px;
    }

    #header-mb #lang-set
    {
        text-align: right;
    }

    #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
    {
        text-align: left;
        padding-left: 10%;
        padding-right: 10%;
    }

    .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;
    }
}

/* 电脑端 */
@media screen and (min-width: 768px) {
    #header
    {
        font-size: 18px;
        padding-top: 10px;
        text-align: center;
        background-color: rgb(36,36,36);
    }

    #header-mb
    {
        display: none;
    }
    
    #lang-set
    {
        display: flex;
    }

    #lang-set #btnLogin
    {
        background-color: rgb(194,164,82);
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 15px;
        border-radius: 5px;
    }

    #lang-set #btnLogin a
    {
        color: white;
        text-decoration: none;
        line-height: 37px;
    }
}