html {
    background: #FFFFFF;
}

:-webkit-full-screen {
    background: #FFFFFF;
}

:-moz-full-screen {
    background: #FFFFFF;
}

:-ms-fullscreen {
    background: #FFFFFF;
}

:fullscreen {
    background: #FFFFFF;
}

.logo-div {
    display: flex;
    flex-direction: row;
}

.sys-title {
    font-size: 24px;
    color: #dd0035;
    line-height: 60px;
}

.logo-svg {
    height: 30px;
    width: 30px;
    color: #dd0035;
    stroke: currentColor;
    fill: currentColor;
    margin: 15px 10px 0 0px;
}

@-webkit-keyframes flipy {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    10% {
        -webkit-transform: rotateY(180deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
    }
    60% {
        -webkit-transform: rotateY(360deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.get-flipy {
    -webkit-transform: rotateY(360deg);
    animation: flipy 20s ease infinite;
    -moz-animation: flipy 20s ease infinite;
    -webkit-animation: flipy 20s ease infinite;
    -o-animation: flipy 20s ease infinite;
}


.el-header {
    -webkit-box-shadow: 0px 3px 6px rgba(137, 137, 144, .2);
    -moz-box-shadow: 0px 3px 6px rgba(137, 137, 144, .2);
    box-shadow: 0px 3px 6px rgba(137, 137, 144, .2);
    z-index: 800
}

.el-footer {
    border-top: solid 1px #e6e6e6;
}

.el-menu-vertical-index:not(.el-menu--collapse) {
    width: 200px;
    min-height: 400px;
}

.el-menu-vertical-index {
    height: 100%;
}

.el-menu--collapse {
    min-height: 400px;
}

.el-menu {
    border-right: none;
}

.el-aside {
    border-right: solid 1px #e6e6e6;
}

.main-frame {
    min-height: 400px;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.el-tooltip__popper.is-dark {
    background: rgba(0, 0, 0, .7);
}

.my-collapse {
    width: 24px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    font-size: 18px;
    color: #909399;
    text-align: center;
    padding-right: 20px;
    border-right: #FFFFFF solid 1px;
    pointer-events: auto;
}

.my-menus-collapsed {
    border-right: #e6e6e6 solid 1px;
}

.my-collapse:HOVER {
    color: #3a8ee6;
}

.unread-messages {
    display: flex;
    flex-flow: row;
    align-items: center;
    align-content: center;
}

.el-badge__content {
    font-size: 10px;
}

.el-footer {
    height: auto !important;
}

.submenu {
    color: #666666;
}

.is-opened .is-active .submenu {
    color: #409EFF;
}

.is-active .is-active .submenu {
    color: #409EFF;
}

.el-menu--popup .is-active .submenu {
    color: #409EFF;
}

.alarm-badge {
    display: inline-block;
    margin-left: 2px;
    width: auto;
    border-radius: 10px;
    background-color: #F56C6C;
    color: #FFFFFF;
    line-height: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    overflow: visible;
    padding: 0 6px;
    margin-top: -2px;
}

.menu-name {
    font-weight: bold;
}

.mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.init-message {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 48%;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    font-size: 16px;
    color: #0b6690;
}

.el-main {
    padding: 0px;
    overflow: hidden;
}

.profile-div {
    display: flex;
}


.empty-menu {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.empty-menu .desc {
    color: #909399;
}

.header-item {
    float: right; line-height: 60px;
    height: 60px; margin-left: 16px;
    font-weight: bold;
    pointer-events: auto;
}

.color-text {
    background: linear-gradient(35deg, #d50229, #0544b9) no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.color-text2 {
    background: linear-gradient(35deg,#0544b9, #bb14e1) no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.color-text3 {
    background: linear-gradient(35deg,#bb14e1, #e70101) no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.color-text:hover {
    color: #a40240;
}

/* MODULE DRAWER*/

.module-market-container {
    box-sizing: border-box;
    padding: 0px 20px;
}

.module-market {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.module-market .el-drawer__header {
    font-size: 16px!important;
    font-weight: bold;
}

.module-market-types {
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
}

.module-market-types-pad0 {
    padding-right: 30px;
}

.module-market-types-pad1 {
    padding-left: 30px;
}

.module-market-types .title {
    font-size: 16px;
    color: #606266;
    margin-bottom: 16px;
    font-weight: bold;
    border-bottom: solid 1px #eaecef;
    padding-bottom: 10px;
}
.module-market-types .list {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.module-market-types .list li {
    box-sizing: border-box;

}

.module-market-types .list li .module-link {
    display: inline-block;
    width: 50%;
    padding: 16px 10px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
}

.module-market-types .list li .module-link:hover {
    background: #409EFF;
    color: #FFFFFF;
}

.module-market-types .list li .module-link:hover .module-name, .module-market-types .list li .module-link:hover .desc {
    color: #FFFFFF;
}

.module-market-types .list li .module-name {
    color: #606266;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.module-market-types .list li .desc {
    color: #909399;
    font-size: 9px;
}

.module-market-container .detail-summary {
    box-sizing: border-box;
    padding: 20px;
    background: #fafafa;
    border-radius: 6px;
    color: #606266;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 14px;
}


.module-detail-tag {
    background: #338c07;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 2px 4px;
    font-size: 10px;
}

.module-discount-label {
    font-size: 12px;
}

.module-discount-tag {
    background: #e00445;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 1px 4px;
    font-size: 9px;
}

.module-discount-tag2 {
    background: #e00445;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 1px 4px;
    font-size: 10px;
}

.module-market .submit-panel {
    position: absolute;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 -2px 2px rgba(180,180,180, 0.1);
    background: #FFFFFF;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    -webkit-flex-flow: row;
    -webkit-justify-content: space-between;
}

.submit-panel .price-con {
    display: inline-block;
    margin-right: 20px;
}

.submit-panel .price-con .discount-tips {
    display: inline-block;
    margin-left: 6px;
    color: #059611;
    font-weight: bold;
    font-size: 14px;
}

.submit-panel .label {
    font-size: 14px;
    font-weight: bold;
    color: #909399;
}

.submit-panel .price-con .price {
    color: #ce4f22;
    font-size: 20px;
    font-weight: bold;
}

.el-drawer__header span {
    font-size: 30px;
    color: #606266;
    font-weight: bold;
}

.module-title {
    font-size: 24px;
    color: #606266;
    box-sizing: border-box;
    padding: 20px 0;
    font-weight: bold;
}

.el-notification {
    background: rgba(255,255,255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
}

.el-notification__title {
    font-size: 14px;
}
.el-notification__content {
    font-size: 12px;
}

/*NAV-BAR-ANIMATION*/
.underline-anmi-link {
    cursor: pointer;
    color: #2a3746;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.underline-anmi-link:hover * {
    color: #a40240!important;
}

.underline-anmi-link::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    left: 1px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #a40240;
    transform: scaleX(0);
    transition: all 0.2s;
}

.underline-anmi-link:hover::after,
.underline-anmi-link:focus::after {
    transform: scaleX(1);
}

.clock-div {
    width: 220px;
    font-family: junma-lcd, 'Source Code Pro', monospace;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.clock-div .clock {
    height: 14px;
    line-height: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 6px;
    font-weight: lighter;
    font-size: 14px;
    text-align: right;
    margin-top: 3px;
}