.mdui-card {
    border-radius: 10px;
}

.radius {
    border-radius: 10px;
}

.background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("https://global-cdn.szsy.net.cn/81070970/6bcacbf8-ba66-c034-e849-3ae73c9c3dac.jpg");
}

.background-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
}

#page-index {
    top: 100%;
    left: 50%;
    color: #3c5675;
    position: absolute;
    transform: translate(-50%, 50%);
}

@media screen and (prefers-color-scheme:dark) {
    #page-index {
        color: #bfbfbf
    }

    #page-index a {
        color: #fff !important
    }

    #page-index a:before {
        background-color: #fff
    }
}

#page-index .banner {
    padding-bottom: 64px;
    text-align: center
}

#page-index .banner h1 {
    margin: 0 0 64px;
    font-weight: 400;
    font-size: 32px
}

#page-index .banner h1 strong {
    color: #fff;
    font-weight: 400
}

@media screen and (prefers-color-scheme:dark) {
    #page-index .banner h1 strong {
        color: #8ab4f8
    }
}

#page-index .banner .meta {
    margin: 0 auto 48px;
    font-size: 20px;
    opacity: .76
}

#page-index .banner .actions button {
    height: 46px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    border: 1px solid #fff
}

#page-index .banner .actions button:hover {
    background-color: rgba(26, 115, 132, .06)
}

#page-index .banner .actions button:active {
    background-color: rgba(26, 115, 132, .12)
}

@media screen and (prefers-color-scheme:dark) {
    #page-index .banner .actions button {
        border-color: #fff
    }
}

#page-index .banner .more-meta {
    padding-top: 48px
}

#page-index .banner .more-meta .current {
    opacity: .76
}

#page-index .banner .more-meta span+span {
    padding-left: 32px
}

@media screen and (max-width:600px) {
    #page-index .banner {
        padding-top: 40px;
        padding-bottom: 32px
    }

    #page-index .banner h1 {
        font-size: 22px
    }

    #page-index .banner .meta {
        margin-bottom: 38px;
        font-size: 16px
    }

    #page-index .banner .more-meta {
        padding-top: 38px
    }

    #page-index .banner .more-meta span:first-child {
        display: block
    }
}

#page-index .feature {
    padding: 48px 0 56px
}

#page-index .feature .icon {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px
}

#page-index .feature .icon path {
    fill: #fff
}

@media screen and (prefers-color-scheme:dark) {
    #page-index .feature .icon path {
        fill: #8ab4f8
    }
}

#page-index .feature h2 {
    margin: 0;
    padding-bottom: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    text-align: center
}

@media screen and (prefers-color-scheme:dark) {
    #page-index .feature h2 {
        color: #8ab4f8
    }
}

#page-index .feature pre {
    padding: 16px 20px
}

@media screen and (max-width:600px) {
    #page-index .feature {
        padding: 32px 0 40px
    }

    #page-index .feature .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px
    }

    #page-index .feature h2 {
        padding-bottom: 16px;
        font-size: 20px
    }

    #page-index .feature pre {
        padding: 12px 16px
    }
}

#page-index .advantage h2 {
    padding-bottom: 40px
}

#page-index .advantage .item {
    float: left;
    box-sizing: border-box;
    width: 50%
}

#page-index .advantage .item:nth-child(odd) {
    padding-right: 40px
}

#page-index .advantage .item .svg {
    float: left;
    width: 24px;
    height: 24px
}

#page-index .advantage .item .svg path {
    fill: #0d47a1
}

@media screen and (prefers-color-scheme:dark) {
    #page-index .advantage .item .svg path {
        fill: #8ab4f8
    }
}

#page-index .advantage .item label {
    display: block;
    height: 24px;
    padding-left: 48px;
    font-weight: 700;
    line-height: 24px
}

#page-index .advantage .item span {
    display: block;
    height: 80px;
    padding-top: 16px;
    padding-left: 48px;
    line-height: 24px
}

@media screen and (max-width:1300px) {
    #page-index .advantage .item span {
        height: 96px
    }
}

@media screen and (max-width:776px) {
    #page-index .advantage .item {
        width: 100%
    }

    #page-index .advantage .item span {
        height: auto;
        padding-top: 10px;
        padding-bottom: 32px
    }
}

#page-index .case h2 {
    padding-bottom: 40px
}

#page-index .case .item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 16px;
    color: inherit !important;
    text-decoration: none;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

#page-index .case .item:hover {
    background-color: rgba(26, 115, 132, .06)
}

#page-index .case .item .logo {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

#page-index .case .item label {
    display: block;
    height: 32px;
    padding-left: 48px;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer
}

#page-index .case .item span {
    display: block;
    padding-top: 8px;
    padding-left: 48px
}

@media screen and (max-width:720px) {
    #page-index .case .item {
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px
    }
}

.login-interface {
    max-width: 448px;
    overflow-y: auto;
    border-radius: 10px;
}

.login-interface>[mdui-dialog-close] {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    color: white;
}

.login-interface>.mdui-dialog-title {
    margin-bottom: 24px;
    padding: 146px 40px 28px;
}

.login-interface>#loginDialog-form {
    padding: 0 40px 62px;
}

.login-interface .actions {
    margin-top: 24px;
    display: flex;
}

.login-interface .actions>.divider {
    flex: 1 1;
}

.login-interface .actions>.more-options {
    margin-left: -16px;
}

.homehero-content {
    width: 100%;
}

.homehero-copyright {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 6px;
}

@keyframes opacity-bg {
    0% {
        opacity: 0;
        top: 55%;
    }

    45% {
        top: 50%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hero-bg {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 0% 100%
    }

    0% {
        background-position: 0% 0%
    }
}

/*.w-sticky {
    bottom: 16px;
    position: sticky!important;
    position: -webkit-sticky!important;
    top: 1px;
}
@media (max-width:599.9px) {
.w-sticky {
    bottom: 0;
    position: none;
    position: none;
    top: 0;
}

}*/
.logocontainer {
    display: table-row;
    list-style: none;
}

.logocontainer>li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #999999;
    text-decoration: none;
    margin-left: 20px;
    padding: 0 5px;
}

#he-plugin-simple {
    width: 20px;
    z-index: 999
}

.w-sticky {
    bottom: 16px;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 16px;
}

@media screen and (max-width: 599.9px) {
    .w-sticky {
        position: relative !important;
    }
}

@media (max-width:599.9px) {
    .login-interface {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .login-interface>[mdui-dialog-close] {
        top: 10px;
        left: 8px;
    }

    .login-interface>.mdui-dialog-title {
        padding: 10px 16px 10px 52px;
        line-height: 36px;
    }

    .login-interface>form {
        padding: 0 24px 24px;
    }

    .login-interface .actions {
        margin-top: 14px;
    }
}

.mdui-theme-layout-dark .update-dialog {
    background-color: rgba(32, 32, 32, 0.9);
    color: white;
}

.mdui-card {
    border-radius: 12px
}

.mdui-dialog {
    border-radius: 12px
}

.mdui-btn-block {
    border-radius: 5px
}

.mdui-btn {
    border-radius: 5px
}

.mdui-video-fluid {
    border-radius: 12px
}

.mdui-menu-open {
    border-radius: 12px
}

.mdui-table-fluid {
    border-radius: 12px
}

.mdui-panel-item {
    border-radius: 12px
}

.mdui-list-item {
    border-radius: 12px
}

.mdui-toolbar {
    height: 64px;
    line-height: 64px
}

.mdui-btn,
.mdui-fab {
    text-transform: none
}

.mdui-appbar .mdui-toolbar {
    height: 64px;
    line-height: 64px
}

.mdui-appbar-with-toolbar {
    padding-top: 64px
}

.mdui-overlay {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px)
}

.mdui-card {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 1px 5px 0 rgb(0 0 0 / 16%)
}

.mdui-drawer {
    background-color: #fff;
    box-shadow: -1px 10px 10px 0 rgb(60 64 67/30%), 0 1px 3px 1px rgb(60 64 67/15%)
}

dialog {
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: var(--border-radius);
    padding: calc(var(--nexmoe-gap) * 1.5);
    background-color: var(--color-bg);
    color: var(--color-text);
    animation-name: dialogScaleIn;
    animation-duration: 0.2s;
}

dialog menu {
    display: flex;
    gap: var(--nexmoe-gap);
    justify-content: flex-end;
    margin-bottom: 0;
}

dialog fieldset {
    border: 0;
    margin: unset;
    padding: unset;
}

dialog fieldset legend {
    font-size: 1.5rem;
    margin-bottom: var(--nexmoe-gap);
}

/*footer{bottom:0;width:100%;padding:8px;position:fixed;text-align:center;background-color:#fff}*/

.mdui-theme-layout-dark .update-dialog-btn {
    background-color: #545454;
    color: white;
}

.mdui-theme-layout-dark .update-dialog-btn:hover {
    background-color: #656565;
}

.mdui-theme-layout-dark .mdui-tooltip {
    background-color: rgba(240, 240, 240, 0.9);
    color: black;
}

.mdui-theme-layout-dark .mdui-dialog {
    background-color: #434343 !important;
    color: white !important;
}

.mdui-theme-layout-dark .mdui-drawer {
    background-color: #323232 !important;
    color: white !important;
}

.mdui-theme-layout-dark .footerlink {
    color: white;
}

.mdui-theme-layout-dark .footerlink:active {
    background-color: rgba(255, 255, 255, 0.3);
}

.footer {
    line-height: 40px;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    font-size: 10pt;
    color: #222;
}

.footer text {
    margin-left: 30px;
    color: #666;
    display: inline-block;
    line-height: 40px;
    font-family: sans-serif;
    font-size: 10pt;
    margin-right: 30px;
    text-decoration: none;
}

.item {
    padding: 10px
}

::-webkit-scrollbar {
    width: 0px;
}

.chest {
    padding-top: 2%;
}

.margin {
    margin-top: 1em;
    margin-bottom: 1em;
}

.padding-lr {
    padding-left: 3%;
    padding-right: 3%;
}

.font-icon {
    margin-right: 0.3em;
}

.done {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-green 0.5s ease-in-out 0.5s forwards, scale 0.3s ease-in-out 0.7s both;
}

.done .circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.done .check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.error {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto;
    box-shadow: inset 0px 0px 0px #e74c3c;
    animation: fill-red 0.5s ease-in-out 0.5s forwards, scale 0.3s ease-in-out 0.7s both;
}

.error .circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #e74c3c;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.error .line {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.error .line:nth-child(1) {
    animation-delay: 1s;
}

.error .line:nth-child(2) {
    /* Animate */

    animation-delay: 0.7s;
}

#banner {
    background-image: url(/background.png);
}

.banner-title {
    font-weight: 400;
}

.content-view {
    padding-top: 64px;
}

body {
    background-color: #f1f1f1;
}

.no-title-weight {
    font-weight: 400;
}

.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transform: scale(1.3)
}

.mdui-list-item-icon,
.mdui-list-item-content {
    color: rgba(0, 0, 0, 0.54);
}

.loading {
    left: 45%;
    top: 30%;
}

.no-radius {
    border-radius: 0px !important;
}

#affix {
    position: fixed;
    right: 16px;
    top: 50%;
    max-width: 36px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    z-index: 1024;
    background: #FFFFFF;
}

#affix .mdui-btn {
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    min-width: 0px !important;
    max-width: 36px !important;
    position: relative;
}

.copyright p {
    margin: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, .38);
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.copyright {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
}

.mdui-theme-layout-dark .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.mdui-theme-layout-dark .auto-dark {
    background-color: #212121 !important;
    color: white !important;
}

.mdui-panel-item {
    border-radius: 10px;
    margin: 8px 0;
}

.mdui-tab .toolbar-btn {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdui-theme-layout-dark .mdui-snackbar {
    background-color: rgba(240, 240, 240, 0.9);
    color: black;
}

.mdui-dialog {
    border-radius: 32px;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
    transition-property: transform, opacity, visibility, -webkit-transform, background-color;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.4s;
}

.mdui-menu {
    border-radius: 10px;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.mdui-menu img {
    border-radius: 8px;
}

.mdui-drawer img {
    border-radius: 0 0 8px 8px;
}

.mdui-tooltip {
    border-radius: 20px;
    background-color: rgba(32, 32, 32, 0.9);
    transition-property: opacity, transform, -webkit-transform, background-color, color;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.4s, 0.4s;
}

.mdui-card>.media-blur {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mdui-card {
    border-radius: 10px;
}

.mdui-dialog {
    border-radius: 10px;
}

.toleft {
    animation-name: toleft;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    transform: translateX(32px);
    opacity: 0;
}

.toright {
    animation-name: toright;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    transform: translateX(-32px);
    opacity: 0;
}

.opacity {
    animation-name: opacity;
    animation-duration: 0.7s;
}

.title {
    animation-name: toleft;
    animation-duration: 0.7s;
    animation-delay: 0.3s;
    opacity: 0;
    transform: translateX(32px);
    animation-fill-mode: forwards;
}

.media-animate {
    animation-name: m-animate;
    animation-duration: 0.5s;
    animation-delay: 0.10s;
    opacity: 0;
    transform: translateX(16px);
    animation-fill-mode: forwards;
}

/*.mdui-tab {
    color: #fff;
    background: #0d47a1;
}

.mdui-tab-active{
    color: yellow;
}*/

.footerlink {
    color: black;
    transition: 0.2s;
    text-decoration: none;
}

.footerlink:hover {
    opacity: 0.7;
}

.footerlink:active {
    background-color: rgba(0, 0, 0, 0.3);
}

.radius {
    border-radius: 20px;
}

html {
    scroll-behavior: smooth;
}

.scaleappear {
    animation-name: card;
    animation-duration: 0.7s;
}

.mdui-panel-item-title {
    width: 75%;
    min-width: 75%;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.mdui-tab .mdui-icon {
    padding: 4px 4px;
    border-radius: 20px;
    transition: 0.3s;
}

.mdui-card-media-covered {
    border-radius: 10px 10px 0 0;
}

.toolbar-btn:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.mdui-card-menu .mdui-btn:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.mdui-theme-layout-dark .toolbar-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@media (prefers-color-scheme:dark) {
    .mdui-theme-layout-auto .mdui-dialog {
        background-color: #434343 !important;
        color: white !important;
    }

    .mdui-theme-layout-auto .mdui-drawer {
        background-color: #323232 !important;
        color: white !important;
    }

    .mdui-theme-layout-auto .footerlink {
        color: white;
    }

    .mdui-theme-layout-auto .footerlink:active {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .mdui-theme-layout-auto .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
    }

    .mdui-theme-layout-auto .update-dialog {
        background-color: rgba(32, 32, 32, 0.9);
        color: white;
    }

    .mdui-theme-layout-auto .update-dialog-btn {
        background-color: #545454;
        color: white;
    }

    .mdui-theme-layout-auto .update-dialog-btn:hover {
        background-color: #656565;
    }

    .mdui-theme-layout-auto .mdui-tooltip {
        background-color: rgba(240, 240, 240, 0.9);
        color: black;
    }

    .mdui-theme-layout-auto .auto-dark {
        background-color: #212121 !important;
        color: white !important;
    }

    .mdui-theme-layout-auto .mdui-snackbar {
        background-color: rgba(240, 240, 240, 0.9);
        color: black;
    }

    .mdui-theme-layout-auto .toolbar-btn:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -36px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #0d47a1;
    animation: spinner 0.5s linear infinite;
}

@media (max-width: 599.99px) {
    .header-logo {
        display: none;
    }

    .homehero {
        border: 0 !important;
    }

    .mdui-fab-fixed {
        display: none !important;
    }

    #home_UserInfo {
        top: 16px;
        right: 16px;
        position: fixed;
    }

    #affix {
        display: none !important;
    }

    #banner {
        border: 0 !important;
    }

    body {
        background-color: #b3d7e5;
    }
}