﻿/*.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1200px;
    background-color: RGBA(246, 250, 255, 1);
}*/

.header {
    width: 100%;
    min-height: 60px;
}

    .header .nav {
        background-color: #408EFC;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
      /*  z-index: 10000;*/
        /* opacity: 0.5; */
        display: flex;
        justify-content: center;
    }

    .nav .nav-box {
        width: 1200px;
        height: 100%;
        display: flex;
        flex-direction: row;
        color: #fff;
    }

.nav-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    font-family: Microsoft YaHei;
}

    .nav-logo img {
        width: 28px;
        height: 27px;
        margin-right: 10px;
    }

.nav-contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .nav-contents li {
        display: inline;
        margin-left: 20px;
        color: #FFFFFF;
    }

        .nav-contents li a {
            color: #FFFFFF;
            cursor: pointer;
        }

.nav-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .nav-login a {
        color: #FFFFFF;
        cursor: pointer;
        margin-right: 20px;
    }

.header .headerImg {
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.headerImg img {
    width: 100%;
}
