@font-face{
            font-family: 'Roboto';
            src : url('/assets/fonts/Roboto.ttf');
        }
        @font-face{
            font-family: 'Roboto 400';
            src : url('/assets/fonts/Roboto-Bold.ttf');
        }
        body {
            background:#fff;
        }
        .header-container {
            width: 100%;
            height: 56px;
            background: #FFF;
            box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
            z-index: 9999;
            padding:0 1em;
        }
        .header-right {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .el-header {
            padding: 0px!important;
        }
        .login-btn:hover {
            box-shadow: 0px 2px 4px -1px rgb(175 175 175 / 20%), 0px 4px 5px 0px rgb(74 72 74 / 14%), 0px 1px 10px 0px rgb(33 31 33 / 12%);
        }
        .login-btn {
            padding-left: 10px;
            padding-right: 10px;
            color: white;
            border-radius: 4px;
            text-align: center;
            cursor: pointer;
            box-sizing: border-box;
            pointer-events: auto;
            background: linear-gradient(187.79deg,#FE139C 0%,#C71CB8 100%);
            text-transform: uppercase;
            line-height: 30px;
            font-family: "Roboto 400",sans-serif;
            font-weight: 300;
            font-size: 0.83rem;
            -webkit-letter-spacing: 1px;
            -moz-letter-spacing: 1px;
            -ms-letter-spacing: 1px;
            letter-spacing: 1px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            margin-left: auto;
        }
        .page-footer {
            height: 50px;
            width: 100%;
            background:#212121;
        }
        .copyright {
            text-align: center;
            line-height: 19px;
            pointer-events: auto;
            white-space: nowrap;
            color: rgba(159,159,159,1);
            font-size: 14px;
            font-family: "Roboto",sans-serif;
        }
        .el-aside {
            background:#FFF;
            width: 320px;
            min-height: calc(100vh - 60px);
            box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            padding-top:5px;
            z-index: 1;
            transition: left .3s;
        }
        .aside-item:hover {
            background:#efefef;
        }
        .aside-item {
            width: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            text-decoration: none;
            letter-spacing: .5px;
            padding: 4px 1rem;
            font-weight: 500;
            min-height: 40px;
            display: flex;
            align-items: center;
            cursor: pointer;
            color: #757575;
        }
        .svg-icon {
            margin-right: .5rem;
            fill: #757575;
            width: 1em;
            height: 1em;
            display: inline-block;
            font-size: 1.5rem;
            transition: fill .2s cubic-bezier(.4,0,.2,1) 0ms;
            flex-shrink: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        .headimg {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            max-height: 40px;
            min-height: 40px;
            margin-right: 20px;
            cursor: pointer;
        }
        .headimg:hover {
            opacity: .5;
        }
        .coin-block {
            display: flex;
            height: 30px;
            padding: 7px 12px;
            background: linear-gradient(180deg,#09468c,#0a61c8);
            border-radius: 10px;
            position: relative;
            z-index: 2;
            opacity: .8;
            cursor: pointer;
        }
        .coin-block:hover {
            opacity: .5;
        }
        .gold-coin-header {
            opacity: 1;
            font-style: normal;
            font-weight: 700;
            font-size: 10px;
            color: #fff;
            display: flex;
            align-items: center;
            line-height: 1;
            min-width: 60px;
            justify-content: center;
        }

        .q-mr-xs {
            width: 15px;
            height: 15px;
            margin-right: 4px;
        }
        .balance {

        }
        .nav_link {
            display: flex;
            color: #757575;
        }