@media screen and (min-width: 813px) {
    body,html{
        min-width: 1200px;
    }

    .container{
        position: relative;
        width: 100%;
        height: auto;
    }
    .wraper{
        position: relative;
        margin: 0 auto;
        width: 1200px;
    }
    body {
        background-color: #F5F7FA;
        position: relative;
    }
    /*header*/
    .container.header{
        position: fixed;
        top: 0;
        left: 0;
        height: 75px;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(145, 145, 150, 0.1);
        overflow: hidden;
    }
    .container.footer {
        padding-top: 10px;
        border-top: 1px solid #1D6DC5;
        bottom: 0;
    }
    .container.booth-main{
        min-height: 780px;
    }
    .copyright-info {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
    }
    .top-brand{
        position: absolute;
        left: 0;
        top: 0;
        width: 52%;
        height: 70px;
        padding: 10px 0 0 75px;
        cursor: pointer;
    }
    .top-brand-logo{
        position: absolute;
        left: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .top-brand-logo>img{
        width: 50px;
        height: auto;
        max-height: 50px;
        vertical-align: middle;
    }

    .top-brand-name{
        position: relative;
        width: 100%;
        color: #20283B;
        font-size: 15px;
        white-space: nowrap;
    }
    .top-brand-name span{
        font-size: 18px;
        /* white-space: pre-line; */
    }
    .top-brand-url{
        position: relative;
        width: 100%;
        color: #9B9CA0;
        font-size: 15px;
        padding-top: 10px;
    }

    .header-greeting{
        /*position: absolute;*/
        /*right: 70px;*/
        line-height: 110px;
        color: #9BA3A8;
        font-size: 14px;
        padding-left: 45px;
        float: right;
    }

    .v-badge{
        vertical-align: text-top;
        margin-top: 2px;
        margin-left: 5px;
        display: inline-block;
        padding: 0 8px;
        color: #fff;
        background-color: #FDB54E;
        font-size: 12px;
        line-height: 18px;
        border-radius: 9px;
        box-shadow: 0 2px 5px rgba(253, 181, 78, 0.1);
    }
    .v-badge i{
        font-size: 12px;
    }
    .user-avatar{
        display: none;
        /* display: inline-block; */
        width: 30px;
        height: 30px;
        background-color: #dfe1e4;
        border-radius: 3px;
        box-shadow: 1px 2px 5px rgba(145, 145, 150, 0.2);
        line-height: 34px;
        text-align: center;
    }
    .user-avatar>i{
        color: #fff;
        font-size: 30px;
    }
    .header-dropdown{
        position: absolute;
        right: 5px;
        top: 70px;
        width: 200px;
        height: auto;
        z-index: 999;
        padding-right: 0;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(113, 113, 118, 0.15);
        display: none;
    }
    .header-dropdown-cover{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 888;
    }
    .header-dropdown-btn{
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .btn-header-dropdown-entry{
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #9ba0af;
    }
    .btn-header-dropdown-entry:hover{
        color: #646d7f;
        background-color: #F5F7FA;
    }
    .btn-header-dropdown-entry > i{
        font-size: 16px;
    }
    .header-dropdown-hidden{
        display: none!important;
    }

    /*菜单动效*/
    .btn-rt{
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 70px;
        z-index: 999;
        display: none;
    }
    .btn-popup{
        position: absolute;
        right: 0;
        top: 13px;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        padding: 3px;
    }

    .h-panel-svg {
        width: 100%;
        height: 100%
    }

    .h-panel-svg .svg-top {
        fill: #646d7f;
        -webkit-transform-origin: 50% 30%!important;
        transform-origin: 50% 30%!important;
    }

    .h-panel-svg .svg-top-out {
        -webkit-animation: svgTopOut .3s;
        -webkit-animation-fill-mode: forwards;
    }

    .h-panel-svg .svg-top-in {
        -webkit-animation: svgTopIn .3s;
        -webkit-animation-fill-mode: forwards;
    }

    .h-panel-svg .svg-middle {
        fill: #646d7f;
        -webkit-transform-origin: 49% 52%!important;
        transform-origin: 49% 52%!important;
    }

    .h-panel-svg .svg-middle-out {
        -webkit-animation: svgMiddleOut .3s;
        -webkit-animation-fill-mode: forwards;
    }

    .h-panel-svg .svg-middle-in {
        -webkit-animation: svgMiddleIn .3s;
        -webkit-animation-fill-mode: forwards;
    }

    .h-panel-svg .svg-bottom {
        fill: #646d7f;
        -webkit-transform-origin: 50% 70%!important;
        transform-origin:50% 70%!important;
    }

    .h-panel-svg .svg-bottom-out {
        -webkit-animation: svgBottomOut .3s;
        -webkit-animation-fill-mode: forwards;
    }

    .h-panel-svg .svg-bottom-in {
        -webkit-animation: svgBottomIn .3s;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes svgTopOut {
        0% {
            -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg)
        }

        50% {
            -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg)
        }

        100% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }
    @-webkit-keyframes svgTopIn {
        0% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }

        50% {
            -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg)
        }

        100% {
            -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg)
        }
    }
    @-webkit-keyframes svgMiddleOut {
        0% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        100%,50% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }



    @-webkit-keyframes svgMiddleIn {
        0%,50% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        100% {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }
    }



    @-webkit-keyframes svgBottomOut {
        0% {
            -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg)
        }

        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg)
        }

        100% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }
    }


    @-webkit-keyframes svgBottomIn {
        0% {
            -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg)
        }

        50% {
            -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg)
        }

        100% {
            -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg)
        }
    }

    .header-title{
        float: right;
        /* padding-top: 32px; */
        padding-top: 29px;
        font-size: 16px;
    }
    .header-title-first{
        padding-left: 5px;
    }
}
