* {
    margin: 0;
    padding: 0;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    transition: all 1s;
    word-break: keep-all!important;
}
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    /* src: url('../font/TitilliumWeb-Regular-10.ttf'); */
    src: url('../font/Inter-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    /* src: url('../font/TitilliumWeb-Regular-10.ttf'); */
    src: url('../font/Inter-Medium.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';

    /* src: url('../font/Lato-Regular-2.ttf'); */

    /* 倾斜字体 中 */
    /* src: url('../font/Inter-MediumItalic.woff2'); */
    /* 倾斜字体 细*/
    /* src: url('../font/Inter-Italic.woff2'); */
    /* src: url('../font/Inter-SemiBoldItalic.woff2'); */
    /* 倒计时字体 */
    /* src: url('../font/DSEG7Classic-Italic-Custom2.woff2'); */
    /* 圆润普通 */
    src: url('../font/Inter-Medium.woff2');

    /* 普通 细 */
    /* src: url('../font/Inter-Regular.woff2'); */
    /* src: url('../font/Inter-SemiBold.woff2'); */
    /* 间距大 */
    /* src: url('../font/SourceCodePro-Medium.woff2'); */
    font-weight: normal;
    font-style: normal;
}

/* 全局样式 */
:root {
    /* 主题 */
    --color_white: #ffffff;
    --color_black: #000000;

    --danger_color: #f65a5a;
    --warning_color: #ff9466;
    --primary_color: #9766ff;
    --success_color: #66b6ff;
    --time_color: #2ca631;

    --link_color: rgb(39, 98, 255);
    --main_color: #ba99ff;
    --modif_color: #ffc5ac;
    --bg_color: #f8f8fa;
    --border_color: #c9ccdd;

    --font_modif_color: #72768b;
    --font_deep_color: #0b0c0e;
    --font_color: #4d4f5e;
    --font_color_black: #23252b;
    --font_article: #1b1c20;
    --mobile_input_color: #ffffff;
    /* 尺寸 */
    --max_width: 1280px;
    /* 左侧选择框，右侧表单时右侧表单宽度 */
    --max_form_width: 952px;

    --success_main: #e7f8e8;
    --success_font: #2ca631;
}

body {
    background-color: var(--bg_color);
}

.bgCover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

span {
    font-family: 'Lato';
}
p {
    font-family: 'Lato';
}

.textOver {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pointer {
    pointer-events: none !important;
}
textarea {
    resize: none !important;
}

.v-html {
    white-space: pre-wrap !important;
    /* word-break: break-all !important; */
}

@media (min-width: 1080px) {
    .isPhone {
        display: none !important;
    }
    .unPointer {
        /* pointer-events: stroke !important; */
        cursor: not-allowed !important;
    }
    .cursor {
        cursor: pointer !important;
    }
}
@media screen and (max-width: 1081px) {
    /* 取消h5点击阴影 */
    * {
        cursor: auto !important;
    }
    .isPc {
        display: none !important;
    }
}

/* 日期选择弹窗开始 */
.night .el-date-picker.has-sidebar.has-time {
    background: #151625ff !important;
    color: #fff !important;
    border: 1px solid #151625 !important;
}
.night .el-date-picker__header-label {
    color: #ffffff !important;
}
.night .el-date-table th {
    color: #fff !important;
}
.night .el-icon-d-arrow-left:before {
    color: #fff !important;
}
.night .el-icon-arrow-left:before {
    color: #fff !important;
}
.night .el-icon-arrow-right:before {
    color: #fff !important;
}
.night .el-icon-d-arrow-right:before {
    color: #fff !important;
}
.night .el-picker-panel__footer {
    background-color: #151625ff !important;
    border: 1px solid #151625 !important;
}
.night .el-picker-panel [slot='sidebar'],
.night .el-picker-panel__sidebar {
    background-color: #151625ff !important;
    border-right: 1px solid #151625 !important;
}
.night .el-picker-panel__shortcut {
    color: #fff !important;
}
.night .el-date-picker__time-header {
    border-bottom: 1px solid #151625 !important;
}
.night .el-popper[x-placement^='bottom'] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #151625ff !important;
}
.night .el-popper[x-placement^='top'] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #151625 !important;
    border-bottom-width: 0;
}
.night .el-picker-panel {
    background: #151625ff !important;
    color: #fff;
}

.night .el-date-table td.current:not(.disabled) span {
    background-color: var(--btn_bg) !important;
}

.night .el-date-table td span {
    color: #b9b9be !important;
    cursor: pointer !important;
}
.night .el-button--text {
    color: #ffffff !important;
}
.night .el-button + .el-button,
.night .el-checkbox.is-bordered + .el-checkbox.is-bordered {
    background-color: var(--btn_bg) !important;
    color: #ffffff !important;
    border-color: var(--btn_bg) !important;
}

.night .el-input__inner {
    background-color: var(--bg_color) !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.night .el-popper[x-placement^='top'] {
    overflow: hidden !important;
}

.night .el-date-table td.in-range div,
.night .el-date-table td.in-range div:hover,
.night .el-date-table.is-week-mode .el-date-table__row.current div,
.night .el-date-table.is-week-mode .el-date-table__row:hover div {
    background-color: #151625ff !important;
}
/* 日期选择弹窗开结束 */

.pintura-editor:after {
    display:none!important;
}