@import"https://fonts.googleapis.com/css2?family=Chilanka&family=ZCOOL+XiaoWei&display=swap";.loader {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988-f1ce264f 2s linear infinite
}

.loader .circle {
    --color: #ffffff;
    --dim: 1.2rem;
    width: var(--dim);
    height: var(--dim);
    background-color: var(--color);
    border-radius: 50%;
    position: absolute
}

.loader .circle:nth-child(1) {
    top: 0;
    left: 0
}

.loader .circle:nth-child(2) {
    top: 0;
    right: 0
}

.loader .circle:nth-child(3) {
    bottom: 0;
    left: 0
}

.loader .circle:nth-child(4) {
    bottom: 0;
    right: 0
}

@keyframes spin988-f1ce264f {
    0% {
        transform: scale(1) rotate(0)
    }

    20%,25% {
        transform: scale(1.3) rotate(90deg)
    }

    45%,50% {
        transform: scale(1) rotate(180deg)
    }

    70%,75% {
        transform: scale(1.3) rotate(270deg)
    }

    95%,to {
        transform: scale(1) rotate(360deg)
    }
}

html,body {
    position: relative;
    width: 100%;
    background: #e5ebf5
}

#app {
    position: relative;
    font-size: 14px;
    color: #2c3e50
}

button {
    font-size: 14px
}

.modeTiele {
    font-size: 14px;
    color: red
}

.tbox {
    margin-top: 15px;
    border: 1px solid #e5ebf5;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tbox img {
    font-size: 0;
    width: 30px;
    margin-right: 5px
}

.tboxActive {
    background-color: #bebebe
}

.loader1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

.loader1 .loader-x {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 48px
}

.iSwx {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95)
}

.iSwx img {
    position: absolute;
    width: 50%;
    height: auto;
    right: 20px;
    top: 20px
}

.title {
    font-weight: 600
}

.banner {
    position: relative;
    font-size: 0
}

.banner img {
    width: 100%
}

.main {
    padding: 12px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    min-height: 100vh
}

:root {
    --black: 0 0 0;
    --camo-100: 215 224 204;
    --camo-200: 195 212 165;
    --camo-300: 155 168 133;
    --camo-400: 117 131 93;
    --camo-500: 64 72 51;
    --camo-600: 37 43 27;
    --camo-700: 17 20 12;
    --gray-200: 225 225 225;
    --gray-300: 217 217 217;
    --gray-400: 201 201 201;
    --gray-500: 168 168 168;
    --gray-600: 139 139 139;
    --gray-700: 100 100 100;
    --gray-800: 71 71 71;
    --gray-900: 45 45 45;
    --mars-100: 244 152 123;
    --mars-300: 237 78 29;
    --mars-400: 197 59 16;
    --white: 255 255 255;
    --yellow-100: 252 253 199;
    --yellow-200: 247 247 127;
    --yellow-300: 252 252 3;
    --yellow-400: 226 219 3;
    --yellow-500: 183 178 31;
    --yellow-600: 123 118 56;
    --font-geom-graphic: "__geomGraphic_d69ff7", "__geomGraphic_Fallback_d69ff7"
}

.border-camo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(var(--camo-500) / var(--tw-border-opacity))
}

img {
    max-width: 100%;
    height: auto
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px
}

.t-colot {
    color: var(--t-color)
}

.text-center {
    text-align: center
}

.el-dialog__body {
    padding-top: 0;
    padding-bottom: 0
}

.el-dialog__title {
    font-size: 15px;
    font-weight: 600
}

.el-message {
    width: 70%;
    max-width: 300px;
    justify-content: center;
    line-height: 28px
}

.el-message__content {
    line-height: 25px
}

.el-button:hover {
    color: #fff;
    background: #1989fa;
    border-color: #1989fa
}

.el-message--info .el-message__content,.el-message .el-message-icon--info {
    color: #fff
}

.el-button--success {
    --el-button-hover-border-color: #f7b456;
    --el-button-active-border-color: #f7b456
}

.el-dialog__body {
    color: #333
}

.el-button {
    color: #fff;
    background: #1989fa;
    border: 2px solid #1989fa;
    padding: 18px!important;
    border-radius: 6px
}

.el-dialog {
    border-radius: 15px!important;
    max-width: 500px!important
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.cursor {
    cursor: pointer
}

.text-color {
    color: #fff
}

.el-button--success {
    --el-button-border-color: #ddd !important
}

.el-button:focus {
    outline: none!important
}
