:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}*{margin:0;padding:0}:root{--el-color-primary:#4456ff!important;--el-color-info:#9da1ac!important;--el-font-family:"PingFang SC"}.primary_color{color:var(--el-color-primary)}.info_color{color:var(--el-color-info)}.cursor_pointer{cursor:pointer}::-webkit-scrollbar{height:10px;width:3px!important}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#9da1ac}::-webkit-scrollbar-thumb:hover{background:#919090}
