* {
    transition: all .15s;
    font-family: "微软雅黑,Arial,sans-serif";
}
/* Chrome / Edge / Safari */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}
.appendSuccessItem {
    transition: none !important;
}

body {
    background-color: transparent !important;
    height: 100%;
    margin: 0;
}


.mr-5 {
    margin-right: 5px;
}


.floatBoo {
    background-color: #f0f0f0;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.bottom-btn {
    color: #000000;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.bottom-btn.hover {
    color: #ffffff;
    background-color: #049c88;
}


div.homeCardPanel {
    flex: 1;
    display: none;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
}

.homeCardPanel.active {
    display: flex;
}

div.homeCardPanel iframe.content-iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#scope {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    overflow: hidden;
}