@font-face {
    font-family: 'Alibaba';
    src: url('https://app-usedcar.wechatip.com/src/assets/fonts/AlibabaPuHuiTi-Regular-Heavy.ttf') format('woff2'), /* 支持现代浏览器 */ url('https://app-usedcar.wechatip.com/src/assets/fonts/AlibabaPuHuiTi-Regular-Heavy.ttf') format('woff'); /* 兼容老旧浏览器 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-Regular.ttf') format('woff2'), /* 支持现代浏览器 */ url('../fonts/AlibabaPuHuiTi-Regular.ttf') format('woff'); /* 兼容老旧浏览器 */
    font-weight: normal;
    font-style: normal;
}

@keyframes loadingAnima {
    50% {
        top: 15px;
        letter-spacing: 5px;
    }
}

@keyframes mouseClickBorderAnima {
    100% {
        width: 40px;
        height: 40px;
        margin-left: -19px;
        margin-top: -19px;
        opacity: 0;
    }
}

#appLoading {
    background-color: rgba(50, 50, 50, 1);
    background-image: linear-gradient(90deg, #c8ff00, #f5fa2d);
    user-select: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#appLoading .loadingBox {
    width: 200px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#appLoading .loadingBox .textBox {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

#appLoading .loadingBox .text1 {
    position: relative;
    top: 0;
    animation: loadingAnima .8s ease-in infinite;
}

#appLoading .loadingBox .text2 {
    position: relative;
    top: 0;
    animation: loadingAnima 1s ease-in infinite;
}

#appLoading .loadingBox .text3 {
    position: relative;
    top: 0;
    animation: loadingAnima .9s ease-in infinite;
}

.el-upload-list__item {
    /* 取消上传动画 */
    transition: none !important;
}

#mouseClickBorder {
    width: 5px;
    height: 5px;
    border: 1px solid rgba(75, 204, 18, 0.95);
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    animation: mouseClickBorderAnima .35s ease-in;
    pointer-events: none;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, serif;
}

body {
    min-height: 100vh;
    color: #2c3e50;;
    background: #ffffff;;
    transition: color .5s, background-color .5s;
    line-height: 1.6;
    font-family: Alibaba PuHuiTi;
    font-size: 16rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#app {
    width: 100%;
    text-align: justify;
    margin: 0 auto;
}

img {
    font-size: 0 !important;
}

[v-cloak] {
    display: none;
}


.el-scrollbar {
    overflow: hidden;
    position: relative;
    height: 100%
}

.el-scrollbar__wrap {
    overflow: auto;
    height: 100%
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    display: none
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: #909399;
    transition: background-color;
    opacity: .3
}

.el-scrollbar__thumb:hover {
    background-color: #909399;
    opacity: .5
}

.el-scrollbar__bar {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;
    border-radius: 4rem
}

.el-scrollbar__bar.is-vertical {
    width: 6rem;
    top: 2rem
}

.el-scrollbar__bar.is-vertical > div {
    width: 100%
}

.el-scrollbar__bar.is-horizontal {
    height: 6rem;
    left: 2rem
}

.el-scrollbar__bar.is-horizontal > div {
    height: 100%
}

.el-scrollbar-fade-enter-active {
    transition: opacity .34s ease-out
}

.el-scrollbar-fade-leave-active {
    transition: opacity .12s ease-out
}

.el-scrollbar-fade-enter-from, .el-scrollbar-fade-leave-active {
    opacity: 0
}