﻿@font-face {
    font-family: MiSans;
    /* src:url("./MiSans-Regular.ttf") */
    src:url("./MiSans-Normal.otf")
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: "MiSans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    width: 100vw;
    min-width: 1024px;
    height: 100vh;
    min-height: 576px;
    font-size: 12px;
    color: #000000;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    min-width: 1024px;
    height: 100vh;
    min-height: 576px;
}

.main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.mainLeft {
    width: 20%;
    height: 100%;
    background: url("../images/main-left-bg.png");
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    
}

    .mainLeft .mainLogo {
        width: 100%;
        margin: auto;
    }

    .mainLeft .menu {
        margin: 48px 15% auto 15%;
    }

        .mainLeft .menu ul {
            width: 100%;
            list-style: none;
            padding: 0px;
            margin: 18% 0px;
            height: 36%;
            min-height: 260px;
            background-image: url("../images/main-left-vline.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 1px 0px;
            display: inline-flex;
            flex-flow: column nowrap;
            justify-content: space-between;
        }

            .mainLeft .menu ul a {
                display: inline-block;
                position: relative;
                width: 100%;
                color: #06DEEF;
                font-size: 15px;
                font-weight: 200;
                line-height: 32px;
                padding-left: 30px;
                border-radius: 3px;
            }

                .mainLeft .menu ul a.on {
                    color: #FFFFFF;
                    font-weight: 400;
                }

                .mainLeft .menu ul a:hover {
                    background-color: rgba(255,255,255,0.2);
                }

                    .mainLeft .menu ul a.on:before, .mainLeft .menu ul a:hover:before {
                        content: "";
                        display: inline-block;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 6px;
                        border-radius: 3px;
                        height: 32px;
                        background-color: #ffffff;
                    }

    .mainLeft .menuFooter {
        margin: auto 0px auto 10%;
        font-size: 1rem;
        font-weight: 200;
        color: #ffffff;
        line-height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0px 110px;
        background-image: url("../images/main-left-hline.png");
        overflow: hidden
    }
        .mainLeft .menuFooter .svg {
            margin: 16px
        }

    .mainLeft .menuLang {
        font-size: 12px;
        margin-bottom: 20px;
    }

        .mainLeft .menuLang a {
            padding: 5px 15px;
        }


.mainRight {
    position: relative;
    width: 80%;
    /*min-width: 1024px;*/
    height: 100%;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.rightVideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

    .rightVideo video {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }

.rightContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.rightMenu {
    float: left;
    height: 100vh;
    background: rgba(0,114,205,0.5);
    overflow: auto;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
    .rightMenu .ul-top {
        flex-shrink:1;
    }
    .rightMenu ul {
        display: block;
        list-style: none;
        padding: 10px;
        margin: 0px 15% 15% 15%;
        min-height: 80vh;
        max-height: 100vh;
    }

    .rightMenu > ul > li {
        margin-top: 20px;
        /*opacity: 0;*/
        /*display:none;*/
    }


        .rightMenu ul a {
            display: block;
            position: relative;
            width: 100%;
            color: #fafafa;
            font-size: 15px;
            font-weight: 200;
            padding: 10px 24px;
            border-radius: 3px;
            margin-bottom: 2px;
        }
/*
        .rightMenu ul.style2 a {
            padding: 10px 30px;
            margin: 5px 20px;
            display: block;
            width:100%;
            overflow: hidden;
            text-wrap:avoid
        }*/

        .rightMenu ul a.on {
            color: #FFFFFF;
            font-weight: 500;
            border-left: 5px solid #fff;
        }

        .rightMenu ul a:hover {
            background-color: rgba(255,255,255,0.2);
            font-weight: 500;
            border-left: 5px solid #fff;
        }
/*
            .rightMenu ul a.on:before, .rightMenu ul a:hover:before {
                content: "";
                display: inline-block;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 6px;
                border-radius: 3px;
                height: 62px;
                background-color: #ffffff;
            }*/

        .rightMenu ul a .mText1 {
            display: block;
            font-size: 16px;
            line-height: 24px;
        }

        .rightMenu ul a .mText2 {
            display: block;
            font-size: 12px;
            line-height: 18px;
        }

.rightContent {
    float: left;
    /*width: 63%;*/
    height: 100%;
    clear: both;
    overflow: auto;
    /*background: #f1f2f3;*/
    flex: 2;
    padding-bottom: 36px;
}

.newFlag {
    background: #f0523e;
    color: #fff;
    border-radius:8px;
    width: 32px;
    height: 16px;
    line-height: 16px;
    padding: 0px 4px;
}

.copyright {
    display: block;
    background: rgba(0,0,0,0.3);
    color: #c7d0fb;
    border-radius: 3px;
    line-height: 24px;
    margin: 16px auto;
    padding: 0px 32px;
    position: fixed;
    bottom:0px;
    right: 32px;
}