﻿@charset "utf-8";

header{
}

.header-nav {
    width: 100%;
    z-index: 8000;
    margin: 0px;
}

.header-logo {
    padding: 0px;
    color: #ff80c0 !important;
}

    .header-logo img {
        height: 100%;
        border-radius: 50%;
    }

.header-button {
    padding: 0px;
    margin-right: 10px;
}

.header-linkcontainer {
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 20px;
}

.nav-links {
    color: #ff80c0 !important;
}

    .nav-links:hover {
        color: #ff2080 !important;
    }

.nav-dropdownmenu{
    font-size: 14px;
    /**/
}

.footer-frame {
    background: #303030;
    padding-bottom: 20px;
    /**/
}

.footer-txt{
    color: #a0a0a0;
    /**/
    width: 1200px;
    margin: auto;
    font-size: 14px;
}

/*test start*/
.test{
    color: #ffffff;
    position: fixed;
}
/*test end*/

/* 响应式 屏幕分辨率 1600~ */
@media screen and (min-width : 1600px ) {
    .header-nav {
        position: fixed;
        padding: 5px;
        background-color: rgba(0,0,0,0);
    }

        .header-nav:hover {
            background-color: rgba(255,255,255,0.3);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            backdrop-filter: blur(10px);
        }

    .header-logo {
        height: 50px;
        margin-left: 20px;
        font-size: 18px;
    }

    .nav-itemcontainer {
        padding-right: 10px;
        text-align: center;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 1200px;
        margin: auto;
        font-size: 14px;
    }

    /*test start*/
    .test {
        color: #ff0000;
    }
    /*test end*/
}

/* 响应式 屏幕分辨率 1200~1599 */
@media screen and (min-width: 1200px ) and (max-width: 1599px) {
    .header-nav {
        position: fixed;
        padding: 5px;
        background-color: rgba(0,0,0,0);
    }

        .header-nav:hover {
            background-color: rgba(255,255,255,0.3);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
            backdrop-filter: blur(10px);
        }

    .header-logo {
        height: 48px;
        margin-left: 20px;
        font-size: 18px;
    }

    .nav-itemcontainer {
        padding-right: 10px;
        text-align: center;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 1000px;
        margin: auto;
        font-size: 14px;
    }

    /*test start*/
    .test {
        color: #ffff00;
    }
    /*test end*/

}

/* 响应式 屏幕分辨率 992~1199 */
@media screen and (min-width: 992px ) and (max-width: 1199px) {
    .header-nav {
        position: fixed;
        padding: 3px;
        background-color: rgba(0,0,0,0);
    }

        .header-nav:hover {
            background-color: rgba(255,255,255,0.3);
            box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
            backdrop-filter: blur(10px);
        }

    .header-logo {
        height: 44px;
        margin-left: 20px;
        font-size: 16px;
    }

    .nav-itemcontainer {
        padding-right: 10px;
        text-align: center;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 900px;
        margin: auto;
        font-size: 14px;
    }

    /*test start*/
    .test {
        color: #10d010;
    }
    /*test end*/

}

/* 响应式 屏幕分辨率 576~991 */
@media screen and (min-width: 576px ) and (max-width: 991px) {
    .header-nav {
        position:relative;
        padding: 3px;
    }

    .header-logo {
        height: 34px;
        margin-left: 15px;
        font-size: 16px;
    }

    .nav-dropdownmenu {
        border: none;
        border-left: 2px solid #ff80c0;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 95%;
        max-width: 650px;
        margin: auto;
        font-size: 14px;
    }

    /*test start*/
    .test {
        color: #00ffff;
    }
    /*test end*/

}

/* 响应式 屏幕分辨率 360~575 */
@media screen and (min-width: 360px ) and (max-width: 575px ) {
    .header-nav {
        position: relative;
        padding: 3px;
    }

    .header-logo {
        height: 34px;
        margin-left: 10px;
        font-size: 16px;
    }

    .navbar-nav li:first-child {
        margin-top: 5px;
    }

    .nav-dropdownmenu {
        border: none;
        border-left: 2px solid #ff80c0;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 96%;
        margin: auto;
        font-size: 12px;
    }

    .footer-none{
        display: none;
    }

    /*test start*/
    .test {
        color: #0000ff;
    }
    /*test end*/

}


/* 响应式 屏幕分辨率 ~359 */
@media screen and (max-width: 359px) {
    .header-nav {
        position: relative;
        padding: 3px;
    }

    .header-logo {
        height: 34px;
        margin-left: 10px;
        font-size: 16px;
    }

    .navbar-nav li:first-child {
        margin-top: 5px;
    }

    .nav-dropdownmenu {
        border: none;
        border-left: 2px solid #ff80c0;
    }

    .footer-frame {
    }

    .footer-txt {
        width: 96%;
        margin: auto;
        font-size: 12px;
    }

    .footer-none {
        display: none;
    }

    /*test start*/
    .test {
        color: #404040;
    }
    /*test end*/

}


/*Native development by NJVD*/
