body {
        background-color: white
    }

    .nav-bg {
        background-color: white;
        box-shadow: 0 3px 10px 0px gray;
    }

    .nav-bg2{
        background-image: repeating-linear-gradient(180deg, #091f40, #091f4000);
    }

    @font-face {
        font-family: 'xiaxing';
        src: url('/_upload/tpl/02/b5/693/template693/font/xiaxing.ttf');
    }
    #p21 {
        position: relative;
        display: flex;
        justify-content: space-around;
        width: 80%;
        min-width: 1220px;
        margin: 12px auto;
        color: #fff;
    }

    #nav21 {
        width: calc(100% - 0px);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        font-size: larger;
        transition: all 0.3s;
    }

    #wp_nav_w21 .wp_nav li,
    #wp_nav_w22 .wp_nav li {
        width: 25%;
        text-align: center;
        color: #fff;
    }

    #wp_nav_w21 .wp_nav li span,
    #wp_nav_w22 .wp_nav li span {
        line-height: 56px;
        color: #000;
        font-family: PingFang SC-Semibold;
        font-weight: 500;
    }

    #wp_nav_w21 .sub-nav,
    #wp_nav_w22 .sub-nav {
        width: 100% !important;
    }

    #wp_nav_w21 .sub-nav span,
    #wp_nav_w22 .sub-nav span {
        color: #000 !important;
    }

    .nav-c {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-c .nav-icon-r {
        color:#000;
        margin: 10px;
        text-align: center;
    }

    .nav-c>div .nav-icon-z {
        color:#000;
        font-family: PingFang SC-Semibold;
        font-size: 32px;
        margin-bottom: 5px;
    }

    .nav-c>div .nav-icon-e {

        overflow-wrap: break-word;
        letter-spacing: 4px;
        font-size: 12px;
    }

    #p21 .image_3 {
        width: 67px;
        height: 67px;
        border-radius: 90%;
    }


    #p22 .timer {
        display: none !important;
    }

