html,
body {
    width: 100%;
    height: 100%;
}

html {
    overflow: hidden;
}

body {
    font: 1em/normal '\5fae\8f6f\96c5\9ed1', '\9ed1\4f53', Arial;
    overflow: hidden;
    min-width: 292px;
    background: #eef1f6;
    color: #1f2937;
}

:root {
    --sandbox-bg: #e2e8f0;
    --sandbox-surface: #ffffff;
    --sandbox-navy: #1a2332;
    --sandbox-navy-2: #2d3a4d;
    --sandbox-border: rgba(26, 35, 50, 0.12);
    --sandbox-border-light: rgba(26, 35, 50, 0.07);
    --sandbox-shadow: 0 10px 32px rgba(26, 35, 50, 0.09);
    --sandbox-shadow-sm: 0 1px 0 rgba(26, 35, 50, 0.06), 0 8px 20px rgba(26, 35, 50, 0.06);
    --sandbox-accent: #0ea5b6;
    --sandbox-header-h: 60px;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
table,
tbody,
caption,
th,
tr,
td,
tfoot,
section,
article,
time,
aside,
canvas,
nav,
header,
footer,
time,
address,
figure,
figcaption,
from,
select,
input,
button,
iframe,
marquee,
b,
strong,
span,
u,
small,
big,
sub,
sup,
base,
textarea {
    margin: 0;
    padding: 0;
}

img,
input,
button {
    border: none;
    outline: none;
    font: 1em/normal '\5fae\8f6f\96c5\9ed1', '\9ed1\4f53', Arial;
}

li,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.menu dl,
.nav,
.mainHeader .logo,
.nav .navCon dl {
    float: left;
}


/*.nav,*/

.systemConfig,
.userInfo,
.mediaNav {
    float: right;
}

.menu .secList {
    clear: both;
}

.scrollBar_y,
.mediaNav,
.nav .navCon,
.nav .navCon dl dd {
    display: none;
}

.nav li {
    display: inline-block;
}

.nav li a,
.systemConfig a,
.userInfo dl dd a,
.menu dl a
/*,.nav li:hover .navCon*/

,
.nav.active,
.nav .active .navCon,
.nav .navCon dl.active dd {
    display: block;
}

.scrollBar_x_handler,
.scrollBar_y_handler,
.mediaNav,
.nav .navCon dl dt {
    cursor: pointer;
}

.systemConfig span,
.nav li,
.systemConfig a,
.userInfo p:before,
.userInfo dl dt a,
.userInfo dl dd a,
.menu dl a {
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    -ms-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease;
}

.loading,
.menu {
    -webkit-transition: left 200ms ease, top 200ms ease;
    -moz-transition: left 200ms ease, top 200ms ease;
    -o-transition: left 200ms ease, top 200ms ease;
    -ms-transition: left 200ms ease, top 200ms ease;
    transition: left 200ms ease, top 200ms ease;
}

.userInfo dl,
.positionMarker,
.nav .navCon,
.nav {
    -webkit-transition: width 200ms ease, height 200ms ease, left 200ms ease;
    -moz-transition: width 200ms ease, height 200ms ease, left 200ms ease;
    -o-transition: width 200ms ease, height 200ms ease, left 200ms ease;
    -ms-transition: width 200ms ease, height 200ms ease, left 200ms ease;
    transition: width 200ms ease, height 200ms ease, left 200ms ease;
}

.nav li span,
.systemConfig span {
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    -ms-transition: -ms-transform 200ms ease;
    transition: transform 200ms ease;
}

.mainHeader,
.mediaNav:before {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

.loading,
.menu {
    visibility: hidden;
}

.loading.active,
.menu.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity: 100);
}

.mainHeader .logo p,
.mainHeader .logo
/*,.nav*/

{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mainHeader,
.userInfo dl,
.nav li a,
.nav .navCon,
.nav .navCon dl,
.menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*.mainHeader,*/

.nav li a {
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    -ms-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease;
}

.mainHeader:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.mainHeader {
    zoom: 1;
}

.systemConfig {
    line-height: 60px;
}

.mainHeader,
.userInfo dl,
.nav .navCon {
    background: var(--sandbox-surface);
}

.mainHeader {
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--sandbox-border);
    box-shadow: var(--sandbox-shadow-sm);
    padding-left: 8px;
    padding-right: 12px;
    box-sizing: border-box;
}

.nav {
    margin: 0 0 0 20px;
}

.nav.active {}

.nav li {
    /*height:100%;*/
    position: relative;
    z-index: 1;
    margin: 0 .2em 0 0;
}

.nav li:hover .navCon {
    top: 100%;
    /* display:none;*/
}

.nav .navCon {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -2px;
    padding: .65em;
    padding-top: 0.55em;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--sandbox-border);
    box-shadow: var(--sandbox-shadow);
}

.nav .navCon dl {
    color: var(--sandbox-navy);
    padding: .5em .5em .2em;
    font-size: .9em;
}

.nav .navCon dl:hover dt {}

.nav .navCon a {
    padding: .1em .5em;
    line-height: 30px;
    text-align: left;
    display: block;
}

.nav .navCon dl dt {
    color: var(--sandbox-navy-2);
}

.nav .navCon dl dt a {}

.nav .navCon dl dt a:hover {}

.nav .navCon dl dt:hover {}

.nav .navCon dl dd {}

.nav .navCon dl dd a {
    color: #64748b;
}

.nav .navCon dl dd a:hover {}

.nav li a {
    color: var(--sandbox-navy-2);
    padding: 0 16px;
    margin: 11px 6px 0 0;
    text-align: center;
    border-radius: 999px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.nav li a:hover {
    background: rgba(26, 35, 50, 0.06);
    border-color: var(--sandbox-border-light);
    color: var(--sandbox-navy);
}

.nav li > a.active {
    background: rgba(14, 165, 182, 0.14);
    border-color: rgba(14, 165, 182, 0.45);
    color: var(--sandbox-navy);
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(14, 165, 182, 0.18);
}

.nav li a:hover span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav li span {
    width: 1.4em;
}

.nav li span:before {
    padding: 0 .3em 0 0;
}

.nav .active,
.nav li:hover a {
    /*color:white; background:rgba(255,255,255,.35); box-shadow:inset 1px 0  0 rgba(255,255,255,.5);*/
}

.mainHeader .loading {
    color: var(--sandbox-navy-2);
}

.mainHeader .logo {
    position: relative;
    margin: 0 0 0 0.85em;
    padding-left: 0.65em;
    font-size: .9em;
    border-left: 2px solid rgba(14, 165, 182, 0.45);
}

.mainHeader .logo img {
    height: 36px;
    margin: 12px 10px 0 0;
    float: left;
    display: inline-block;
    box-sizing: border-box;
}

.mainHeader .logo p,
.mainHeader .logo .logo-wrap {
    font-size: 15px;
    font-weight: 600;
    color: var(--sandbox-navy);
    line-height: 60px;
}

.mainHeader .logo .logo-title {
    font-weight: 600;
    letter-spacing: 0.04em;
}

.systemConfig {
    height: 100%;
    margin: 0 0 0 .5em;
}

.systemConfig a {
    background: none;
    color: var(--sandbox-navy-2);
    padding: 0 .6em;
    text-align: center;
}

.systemConfig a:hover {
    color: var(--sandbox-navy);
}

.systemConfig a:hover span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.systemConfig span:before {}

.systemConfig span {
    font-size: 1.2em;
    left: 0;
    top: 50%;
    width: .95em;
    height: 1em;
    margin: 0 .2em 0 0;
}

.userInfo {
    position: relative;
    z-index: 2;
    margin: 0 1.5em 0 0;
    /*padding:0 .5em 0 1.5em;*/
    font-size: .9em;
}

.userInfo:hover p:before {
    color: var(--sandbox-navy);
}

.userInfo p {
    color: var(--sandbox-navy-2);
    line-height: 60px;
}

.userInfo p:before {
    display: block;
}

.userInfo dl {
    position: absolute;
    right: -1.6em;
    top: 99%;
    width: 120px;
    border-radius: 0 0 10px 10px;
    height: 0;
    overflow: hidden;
    background: var(--sandbox-surface);
    border: 1px solid var(--sandbox-border);
    box-shadow: var(--sandbox-shadow-sm);
}

.userInfo:hover dl {
    border-top: dotted 1px var(--sandbox-border);
}

.userInfo dl dt {
    color: var(--sandbox-navy-2);
    height: 30px;
    line-height: 30px;
    border-bottom: dotted 1px var(--sandbox-border);
    margin: 0 1em;
}

.userInfo dl dt a {
    float: right;
    color: var(--sandbox-navy-2);
    padding: .6em 0 0;
}

.userInfo dl dt a:hover {
    color: var(--sandbox-accent);
}

.userInfo dl dd {
    height: 32px;
    color: var(--sandbox-navy-2);
    position: relative;
}

.userInfo dl dd .fa,
.userInfo dl dd i {
    position: absolute;
    right: 1em;
    top: .1em;
    line-height: 32px;
    font-size: .9em;
}

.userInfo dl dd a {
    color: var(--sandbox-navy-2);
    line-height: 32px;
    padding: 0 2.2em 0 1em;
}

.userInfo dl dd a:hover {
    color: var(--sandbox-accent);
}

.mediaNav {
    color: var(--sandbox-navy-2);
    margin: 23px 1.5em 0 0;
    font-size: 1.1em;
}

.mediaNav:hover:before {
    color: var(--sandbox-navy);
}

.mediaNav:before {
    font-size: 1.1em;
}

.positionMarker {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 57px;
    width: 0;
    height: 3px;
    background: var(--sandbox-accent);
    border-radius: 2px;
}

.menu {
    position: absolute;
    font-size: 1em;
    z-index: 2;
    background: var(--sandbox-surface);
    margin-top: -8px;
    padding: 0px 16px 16px;
    border: 1px solid var(--sandbox-border);
    border-radius: 12px;
    box-shadow: var(--sandbox-shadow);
    left: 50%;
    top: 60px;
}

.menu:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -8px;
    height: 8px;
    background: transparent;
}

.menu dl {
    /*border-right:dotted 1px silver;*/
    padding: 1em 20px .5em 0;
    margin: .3em 0;
    white-space: nowrap;
}

.menu .secList {
    margin: 0;
    border: none;
    padding: 1em 0 0;
    float: none;
}

.menu .secList dt {
    padding: .1em 0;
    border: none;
    font-size: .9em;
}

.menu dl:last-child {
    border-right: none;
    /*padding-right:0;*/
}

.menu dl dt {
    padding: .1em 0 .4em;
    color: var(--sandbox-navy-2);
    font-size: .96em;
    border-bottom: dotted 1px var(--sandbox-border);
}

.menu dl dd {
    /*font-size:.8em;*/
    font-size: .9em;
}

.menu dl a {
    color: #475569;
    padding: .4em;
    display: block;
    border-radius: 8px;
}

.menu span {
    padding: 0 .3em 0 0;
}


/*.menu dl a:hover{ color:#333; } */

.menu dl a:hover,
.nav .navCon dl dd a:hover,
.nav .navCon dl dt a:hover {
    color: var(--sandbox-navy);
    background: rgba(26, 35, 50, 0.05);
}

.menu.active {
    top: 60px;
}

#mainCan {}


/* JS hook */

.mainCan {
    width: 100%;
    height: 85.2%;
    position: relative;
    z-index: 1;
    height: calc(100% - 60px);
    overflow: hidden;
    background: linear-gradient(168deg, #d4dce6 0%, var(--sandbox-bg) 45%, #e6eaf0 100%);
    padding: 12px 16px 16px;
    box-sizing: border-box;
}

#mainCon {}

.mainCon {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 12px;
    bottom: 16px;
    width: auto;
    height: auto;
}

.iframeShell {
    width: 100%;
    height: 100%;
    background: var(--sandbox-surface);
    border-radius: 9px;
    border: 1px solid var(--sandbox-border);
    box-shadow: var(--sandbox-shadow), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    overflow: hidden;
    box-sizing: border-box;
}

.iframeShell iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    display: block;
    vertical-align: top;
}

@-webkit-keyframes loading {
    0% {}
    50% {
        -webkit-transform: translate(0, 4px);
        background: white;
    }
    100% {}
}

@-moz-keyframes loading {
    0% {}
    50% {
        -moz-transform: translate(0, 4px);
        background: white;
    }
    100% {}
}

@-o-keyframes loading {
    0% {}
    50% {
        -o-transform: translate(0, 4px);
        background: white;
    }
    100% {}
}

@-ms-keyframes loading {
    0% {}
    50% {
        -ms-transform: translate(0, 4px);
        background: white;
    }
    100% {}
}

@keyframes loading {
    0% {}
    50% {
        transform: translate(0, 4px);
        background: white;
    }
    100% {}
}

.loading {
    position: absolute;
    left: 50%;
    top: 40%;
    opacity: 0;
    filter: alpha(opacity: 0);
    margin: -20px -40px;
    padding: 1em .7em;
    text-align: center;
    font-size: .9em;
    text-transform: capitalize;
}

.loading:before,
.loading:after {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    border-radius: 50%;
    background: gray;
}

.loading:before {
    content: '';
    left: 50%;
    margin: 0 -13px;
    -webkit-animation: loading 1s ease infinite;
    -moz-animation: loading 1s ease infinite;
    -o-animation: loading 1s ease infinite;
    -ms-animation: loading 1s ease infinite;
    animation: loading 1s ease infinite;
}

.loading:after {
    content: '';
    left: 50%;
    -webkit-animation: loading 1s ease .5s infinite;
    -moz-animation: loading 1s ease .5s infinite;
    -o-animation: loading 1s ease .5s infinite;
    -ms-animation: loading 1s ease .5s infinite;
    animation: loading 1s ease .5s infinite;
}

.loading.active {
    top: 50%;
    opacity: 100;
    filter: alpha(opacity: 100);
    color: var(--sandbox-navy-2);
}

#conLoadEle.loading.active {
    color: var(--sandbox-navy-2);
}

.scrollBar_y {
    position: absolute;
    width: .5em;
    right: .5em;
    top: 5%;
    background: rgba(0, 0, 0, .3);
    height: 90%;
    border-radius: 1em;
    overflow: hidden;
}

.scrollBar_y:active {
    background: rgba(0, 0, 0, .4);
}

.scrollBar_y_handler {
    position: absolute;
    width: 100%;
    height: 30%;
    background: rgba(200, 200, 200, .7);
    box-shadow: 0 0 .2em rgba(0, 0, 0, .5);
    border-radius: .5em;
}

.scrollBar_y_handler:active {
    background: rgba(200, 200, 200, .9);
}

.scrollBar_y .btnT {
    position: absolute;
    width: 100%;
    height: .5em;
    top: -.6em;
    background: yellow;
}

.scrollBar_y .btnB {
    position: absolute;
    width: 100%;
    height: .5em;
    bottom: -.6em;
    background: yellow;
}

.scrollBar_x {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: .5em;
    background: rgba(0, 0, 0, .3);
    height: .5em;
}

.scrollBar_x_handler {
    position: absolute;
    width: 20%;
    height: 100%;
    background: blue;
}

.scrollBar_x .btnL {
    position: absolute;
    width: .5em;
    height: 100%;
    left: -.6em;
    background: yellow;
}

.scrollBar_x .btnR {
    position: absolute;
    width: .5em;
    height: 100%;
    right: -.6em;
    background: yellow;
}

@media screen and (min-width:641px) and (max-width:1024px) {
    .mainHeader {
        font-size: .85em;
    }
    .mediaNav {
        display: block;
    }
    .nav {
        width: 100%;
        height: auto;
        float: normal;
        margin: 0;
        display: none;
    }
    .nav li .navCon {
        position: relative;
        width: 100%;
    }
    .nav ul {}
    .nav .navCon dl {
        font-size: 1em;
        float: none;
    }
    .menu {
        display: none;
    }
    .nav li {
        display: block;
        border-top: dotted 1px var(--sandbox-border-light);
    }
    .nav li a {
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
        line-height: 40px;
    }
    .nav li dl a {
        line-height: 30px;
    }
}

@media screen and (min-width:321px) and (max-width:640px) {
    .mainHeader {
        font-size: .83em;
    }
    .mediaNav {
        display: block;
    }
    .nav {
        width: 100%;
        height: auto;
        float: normal;
        margin: 0;
        display: none;
    }
    .nav li .navCon {
        position: relative;
        width: 100%;
    }
    .nav ul {}
    .nav .navCon dl {
        font-size: 1em;
        float: none;
    }
    .menu {
        display: none;
    }
    .nav li {
        display: block;
        border-top: dotted 1px var(--sandbox-border-light);
    }
    .nav li a {
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
        line-height: 40px;
    }
    .nav li dl a {
        line-height: 30px;
    }
}

@media screen and (max-width:320px) {
    .mainHeader {
        font-size: .79em;
    }
    .mediaNav {
        display: block;
    }
    .nav {
        width: 100%;
        height: auto;
        float: normal;
        margin: 0;
        display: none;
    }
    .nav li .navCon {
        position: relative;
        width: 100%;
    }
    .nav ul {}
    .nav .navCon dl {
        font-size: 1em;
        float: none;
    }
    .menu {
        display: none;
    }
    .nav li {
        display: block;
        border-top: dotted 1px var(--sandbox-border-light);
    }
    .nav li a {
        display: block;
        width: auto;
        margin: 0;
        text-align: left;
        line-height: 40px;
    }
    .nav li dl a {
        line-height: 30px;
    }
}