.__nuxt-error-page {
    padding: 1rem;
    background: #f7f8fb;
    color: #47494e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b !important;
    text-decoration: none
}

.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #3996fe;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    background: #fff;
    height: 100%
}

*, :after, :before {
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #1890ff
}

::selection {
    color: #fff;
    background: #1890ff
}



body {
    margin: 0;
    height: 100%
}

main {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 500
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s ease
}

a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    vertical-align: middle;
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

input {
    border: none;
    padding: 0
}

input:focus {
    outline: none
}

.el-input > input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #b1b2b4
}

.el-input > input::-moz-placeholder, input::-moz-placeholder {
    color: #b1b2b4
}

.el-input > input:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #b1b2b4
}

button {
    border: none;
    padding: 0
}

#__layout, #__nuxt {
    height: 100%
}

.wrd-webvpn-mobile {
    width: 100%;
    height: 100%
}

.wrd-zoom-in-top-enter-active, .wrd-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform-origin: center top
}

.wrd-zoom-in-top-enter, .wrd-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

@-webkit-keyframes fadeInUpShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpShow {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes loadingRotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.wrdvpn-dialog {
    width: 62vw
}

.wrdvpn-dialog .el-dialog__body {
    text-align: center;
    color: #999
}

.m-wrdvpn-message.el-message {
    width: auto;
    text-align: center;
    min-width: auto !important;
    background-color: rgba(58, 58, 58, .9)
}

.m-wrdvpn-message.el-message i {
    display: none
}

.m-wrdvpn-message.el-message .el-message__content {
    color: #fff
}

.wrd-webvpn-mobile .el-tabs.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 4vw
}

.wrd-webvpn-mobile .el-tabs .el-tabs__item {
    padding: 0 4vw;
    color: #8f8f8f
}

.wrd-webvpn-mobile .el-tabs .el-tabs__item.is-active {
    color: #3c3c3c
}

.wrd-webvpn-mobile .el-tabs .el-tabs__active-bar {
    height: 4px;
    background-color: transparent
}

.wrd-webvpn-mobile .el-tabs .el-tabs__active-bar:after {
    content: "";
    display: block;
    width: 7vw;
    margin: 0 auto;
    height: 100%;
    border-radius: 2px;
    background-color: #1890ff
}

.wrd-webvpn {
    height: 100%;
    width: 100%;
    min-width: 1250px;
    position: relative
}

.wrd-webvpn .wrdvpn-navbar {
    position: absolute
}

.wrd-webvpn-blank {
    height: 100%;
    width: 100%;
    min-width: 1250px;
    position: relative
}

.wrdvpn-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 55px 0 75px;
    height: 80px;
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    background-color: #1890ff;
    background-image: url(/images/nav.ebb6b1b.png);
    background-size: cover;
    background-position-x: center;
    z-index: 10
}

.wrdvpn-navbar.is-portal {
    background-image: none;
    background-color: transparent
}

.wrdvpn-navbar.is-portal:hover {
    background-image: url(/images/nav.ebb6b1b.png)
}

.wrdvpn-navbar .wrdvpn-navbar__logo__wrap {
    cursor: pointer;
    display: inline-block
}

.wrdvpn-navbar .wrdvpn-navbar__logo__wrap img {
    margin-right: 20px;
    position: relative;
    top: -3px
}

.wrdvpn-navbar .wrdvpn-navbar__title {
    color: #fff;
    font-size: 20px;
    display: inline-block
}

.wrdvpn-navbar .wrdvpn-navbar__user {
	font-size:10px
    float: right;
    position: relative;
    height: 100%;
    cursor: pointer;
    padding: 0 20px
}

.wrdvpn-navbar .wrdvpn-navbar__user svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.wrdvpn-navbar .wrdvpn-navbar__menu {
    display: inline-block;
    margin-right: 22px
}

.wrdvpn-navbar .wrdvpn-navbar__menu:hover .wrdvpn-navbar__item.is-active:after {
    left: 100%
}

.wrdvpn-navbar .wrdvpn-navbar__menu:hover .wrdvpn-navbar__item.is-active:hover:after {
    left: 0
}

.wrdvpn-navbar .wrdvpn-navbar__menu .wrdvpn-navbar__item {
    display: inline-block;
    padding: 0 22px;
    position: relative;
    color: #fff
}

.wrdvpn-navbar .wrdvpn-navbar__menu .wrdvpn-navbar__item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 100%;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    transition: all .2s linear
}

.wrdvpn-navbar .wrdvpn-navbar__menu .wrdvpn-navbar__item.is-active:after, .wrdvpn-navbar .wrdvpn-navbar__menu .wrdvpn-navbar__item:hover:after {
    left: 0
}

.wrdvpn-navbar .wrdvpn-navbar__menu .wrdvpn-navbar__item:hover ~ .wrdvpn-navbar__item:after {
    left: 0;
    right: 100%
}

.wrdvpn-navbar .wrdvpn-navbar__user__menu {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 6px 0;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(87, 87, 87, .5);
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    margin: 0
}

.wrdvpn-navbar .wrdvpn-navbar__user__menuitem {
    line-height: 36px;
    font-size: 8px;
    display: block
}

.wrdvpn-navbar .wrdvpn-navbar__user__menuitem a {
    color: #999;
    display: block
}

.wrdvpn-navbar .wrdvpn-navbar__user__menuitem.is-logout {
    border-top: 1px solid #e7e9eb
}

.wrdvpn-navbar .wrdvpn-navbar__user__menuitem:hover {
    background-color: #f3f7ff
}

.wrdvpn-navbar .wrdvpn-navbar__user__menuitem:hover a {
    color: #1890ff
}

.rt {
    float: right
}

.wrdvpn-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}