@import url(https://at.alicdn.com/t/c/font_4285161_srndljc5e7q.css);
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}

.breadcrumb-move {
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important;
}

.el-upload input[type=file] {
  display: none !important;
}

.el-upload__input {
  display: none;
}

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}

.el-dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.el-dropdown-menu a {
  display: block;
}

.el-range-separator {
  box-sizing: content-box;
}

#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
#app .sidebar-container {
  transition: width 0.28s;
  width: 165px !important;
  flex: 0 0 165px;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  background: #1b3045;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 0 0 0 #1b3045;
}
#app .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 75px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #263445 !important;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #f4f4f5 !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 165px !important;
  background-color: #1f2d3d !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #001528 !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 165px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .sub-el-icon {
  margin-left: 19px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 165px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 165px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  width: 54px !important;
  transition-duration: 0.3s;
  transform: translate3d(0, 0, 0);
}
#app .mobile.hideSidebar .sidebar-container .sidebar-title {
  display: none;
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #263445 !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}
.scroll-container[data-v-be6b7bae] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-be6b7bae]  .el-scrollbar__bar {
  bottom: 0px;
}
.scroll-container[data-v-be6b7bae]  .el-scrollbar__wrap {
  height: 49px;
}
.tab[data-v-fac8ca64] {
  position: relative;
  margin: 0 -16px;
  padding: 0 16px;
  font-size: 14px;
  user-select: none;
  transition: all 0.2s;
}
.tab.after[data-v-fac8ca64]::after {
  position: absolute;
  right: 5px;
  top: 13px;
  width: 1px;
  height: 14px;
  background: hsla(0, 10%, 6%, 0.16);
  content: ' ';
  display: inline-block;
}
.tab .title[data-v-fac8ca64] {
  display: inline-block;
  padding-right: 4px;
  height: 100%;
}
.tab .icon-close[data-v-fac8ca64] {
  font-size: 12px;
  margin-left: 6px;
  margin-right: -4px !important;
}
.tab .icon-sync[data-v-fac8ca64] {
  margin-left: -4px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.tab .icon-sync.hide[data-v-fac8ca64] {
  font-size: 0;
}
.mypopover ul[data-v-fac8ca64] {
  padding: 5px 0;
}
.mypopover ul .tagsitempopover[data-v-fac8ca64] {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
}
.mypopover ul .tagsitempopover .itemtooltip[data-v-fac8ca64] {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mypopover ul .tagsitempopover[data-v-fac8ca64]:hover {
  background-color: #f5f6f9;
}
.mypopover ul .tagsitempopover .tagsitemcontenticon[data-v-fac8ca64] {
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  color: #888c94;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.mypopover ul .tagsitempopover .tagsitemcontenticon[data-v-fac8ca64]:hover {
  background-color: #888c94;
  color: #fff;
}
.tags-view-container[data-v-fac8ca64] {
  flex: 1;
  padding-top: 6px;
  background: #F1F2F5;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
}
.tags-view-container[data-v-fac8ca64]::-webkit-scrollbar {
  width: 0!important;
  height: 0!important;
}
.tags-view-container .tags-view-item[data-v-fac8ca64] {
  display: flex;
}
.tags-view-container .context-menu[data-v-fac8ca64] {
  background: #fff;
  position: absolute;
  top: 32px;
  left: auto;
  width: auto;
  padding: 5px 0;
  z-index: 9999;
  list-style-type: none;
  padding: 8px 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #33363c;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px #00000026;
}
.tags-view-container .context-menu ul li[data-v-fac8ca64] {
  margin: 0;
  padding: 0 16px;
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  border-radius: 2px;
  box-sizing: border-box;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tags-view-container .context-menu ul li[data-v-fac8ca64]:hover {
  background-color: #f2f2f2;
}
.tags-view-container .tagsbox[data-v-fac8ca64] {
  display: flex;
  height: 32px;
}
.tags-view-container .tagsbox .tagsitem[data-v-fac8ca64] {
  position: relative;
  cursor: pointer;
  color: #55585F;
  scrollbar-width: auto;
  scrollbar-color: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px 6px 0 0;
}
.tags-view-container .tagsbox .tagsitem.tabsbg[data-v-fac8ca64] {
  border-radius: 6px 6px 0 0;
  background: #fff;
  overflow: hidden;
}
.tags-view-container .tagsbox .tagsitem.moving[data-v-fac8ca64] {
  opacity: 0;
  visibility: hidden;
}
.tags-view-container .tagsbox .tagsitem.activetab .tagsitemcontent[data-v-fac8ca64] {
  background: #fff;
  color: #0b1019;
}
.tags-view-container .tagsbox .tagsitem.activetab .tagsitemcontent[data-v-fac8ca64]:after {
  content: "";
  display: none;
}
.tags-view-container .tagsbox .tagsitem.activetab .tagsitemcontenticon.closebtn[data-v-fac8ca64] {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #888c94;
  width: 16px;
  height: 16px;
}
.tags-view-container .tagsbox .tagsitem.activetab .tagsitemcontenticon[data-v-fac8ca64]:hover {
  background: #f0f2f5;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontent[data-v-fac8ca64] {
  font-size: 12px;
  display: block;
  line-height: 32px;
  color: #888;
  cursor: pointer;
  min-width: 120px;
  max-width: 130px;
  text-align: center;
  padding: 0 25px 0 12px;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-align: left;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontent.hide-tag[data-v-fac8ca64] {
  width: 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  padding: 7px 0;
  outline: none;
  min-width: 40px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontent.hide-tag[data-v-fac8ca64]:hover {
  color: #005bf5;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontent.v-step-0[data-v-fac8ca64] {
  text-align: center;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontent[data-v-fac8ca64]:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 9px;
  width: 1px;
  height: 14px;
  background: rgba(94, 95, 96, 0.16);
  content: " ";
  display: inline-block;
}
.tags-view-container .tagsbox .tagsitem:hover .tagsitemcontent[data-v-fac8ca64] {
  color: #333;
}
.tags-view-container .tagsbox .tagsitem:hover .tagsitemcontenticon[data-v-fac8ca64] {
  color: #95b9f4;
}
.tags-view-container .tagsbox .tagsitem:hover .tagsitemcontenticon.closebtn[data-v-fac8ca64] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #888c94;
  width: 16px;
  height: 16px;
}
.tags-view-container .tagsbox .tagsitem:hover .tagsitemcontenticon.closebtn[data-v-fac8ca64]:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontenticon[data-v-fac8ca64] {
  color: #888c94;
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: none;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
}
.tags-view-container .tagsbox .tagsitem .tagsitemcontenticon.closebtn[data-v-fac8ca64] {
  display: none;
  color: #888c94;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d8dce5;
  color: #495060;
  background: #fff;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 10px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:first-of-type {
  margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-fac8ca64]:last-of-type {
  margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-fac8ca64] {
  background-color: #42b983;
  color: #fff;
  border-color: #42b983;
}
.tags-view-container .contextmenu[data-v-fac8ca64] {
  margin: 0;
  background: #fff;
  z-index: 8000;
  position: absolute;
  z-index: 9999;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-fac8ca64] {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-fac8ca64]:hover {
  background: #eee;
}

.ant-tabs {
  width: calc(100vw - 830px);
  overflow: visible !important;
  overflow-y: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  margin-right: 0;
  border: none;
  line-height: 40px !important;
  background: #f5f5f5;
}
.tabs-container {
  background: #f5f5f5;
}
.ant-tabs-bar {
  border: none;
  margin: 0;
  padding-top: 21px !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background: #fff;
}
.tags-view-wrapper .tags-view-item .el-icon-close {
  display: inline-block;
  padding-left: 4px;
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
  transform: scale(0.6);
  display: inline-block;
  vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
  background-color: #b4bccc;
  color: #fff;
}
.tabs-container {
  margin: auto 8px;
  transition: top, left 0.2s;
}
.tabs-container .header-lock {
  font-size: 18px;
  cursor: pointer;
}
.tabs-container.affixed {
  margin: 0 auto;
  top: 0px;
  padding: 8px 24px 0;
  position: fixed;
  height: 48px;
  z-index: 1;
}
.tabs-container.affixed.side,
.tabs-container.affixed.mix {
  right: 0;
  left: 256px;
}
.tabs-container.affixed.side.collapsed,
.tabs-container.affixed.mix.collapsed {
  left: 80px;
}
.tabs-container.affixed.head {
  width: inherit;
  padding: 8px 0 0;
}
.tabs-container.affixed.head.fluid {
  left: 0;
  right: 0;
  padding: 8px 24px 0;
}
.tabs-container.affixed.fixed-header {
  top: 64px;
}
v-deep .ant-tabs-tab-next-icon-target {
  font-size: 16px !important;
}

.app-breadcrumb.el-breadcrumb[data-v-b50ef614] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 8px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-b50ef614] {
  color: #97a8be;
  cursor: text;
}

.hamburger[data-v-4e6f274c] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-4e6f274c] {
  transform: rotate(180deg);
}


.custonStyle {
  border-radius: 10px;
}
.custonStyle > div:nth-child(1) {
  padding: 0;
}
.custonStyle > div:nth-child(2) {
  padding: 0;
}

.main[data-v-3f6db6fc]  .el-dialog__close {
  z-index: 9999999 !important;
  color: red;
}
.center[data-v-3f6db6fc] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.pay_code[data-v-3f6db6fc] {
  color: red;
}

.jieshao[data-v-535f230a]{
   margin-left:10px;
   font-size:14px;
}
.bujieshao[data-v-535f230a]{
    font-size:14px;
    margin-top:10px;
    color:rgb(93, 111, 143)
}
.model_class[data-v-535f230a] .el-dialog__body{
    padding: 0;
}
.model_class[data-v-535f230a] .el-dialog__headerbtn{
    z-index: 999;
}
.mode-tab[data-v-535f230a]{
    cursor: pointer;
    width: 332px;
    height: 61px;
    position: absolute;
    left: 26px;
    bottom: -3px;
    z-index: 10;
}
.active[data-v-535f230a]{
    z-index: 20;
    color: rgb(255, 255, 255) ;
}
.tab-title.active[data-v-535f230a] {
    color: rgb(255, 255, 255);
}
.solo[data-v-535f230a]{
    left: 336px;
}
.tab-icon[data-v-535f230a]{
    position: relative;
    /* svg{
        position: unset;
    } */
}
.tab-icon[data-v-535f230a] svg{
    position: unset;
}
.recommend[data-v-535f230a]{
    position: absolute !important;
    right: 0% !important;
    top: -3px !important;
    width: 86px;
}
.tab-title[data-v-535f230a]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: rgb(93, 111, 143);
}
.headerclass[data-v-535f230a]{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.headermain[data-v-535f230a]{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 256px;
}
.model_top[data-v-535f230a]{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height:220px
}
.model_class[data-v-535f230a]{
    width: 100%;
}
.hqpGER[data-v-535f230a]{
    position: relative;
    width: 100%;
    height: 588px;
    display: flex;
    margin-top: 12px;
    padding: 0px 25px 28px 24px;
}
.left-container[data-v-535f230a]{
}
.left-main[data-v-535f230a]{
    position: relative;
    width: 245px;
    height: 560px;
    padding: 32px 12px 24px;
    border: 1px solid rgb(218, 235, 254);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    /* color: rgb(93, 111, 143);     */
    color: #000;
}
.right-container[data-v-535f230a]{
    /* width: 916px; */
    margin-left: 15px;
    display: flex;
}
.right-main[data-v-535f230a]{
    background: rgb(255, 255, 255);
    width: 637px;
    overflow: hidden auto;
    border-radius: 0px 0px 0px 8px;
    padding: 30px 23px 30px 27px;
}
.right-r[data-v-535f230a]{
    width: 279px;
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 0px 8px 8px 0px;
    padding: 30px 19px 22px 18px;
    border-left: 1px solid rgb(229, 229, 229);
}
.right-bottom[data-v-535f230a]{
    height: 180px;
    position: absolute;
    bottom: 38px;
    border-top: 1px solid rgba(200, 205, 208, 0.3);
}
.info-title[data-v-535f230a]{
    font-size: 14px;
    color: rgb(93, 111, 143);
    line-height: 14px;
    font-weight: 400;
}
.info-value[data-v-535f230a]{
    font-size: 14px;
    color: rgb(53, 68, 93);
    text-align: right;
    line-height: 14px;
    font-weight: 400;
}
.model_class[data-v-535f230a] .el-dialog__header{
   padding: 0;
}
.model_class[data-v-535f230a] .el-dialog-wrap{
    z-index: 9999 !important;
}
.model_class[data-v-535f230a] .el-dialog-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:0px;
}
.model_class[data-v-535f230a] .el-dialog__body{
    /* background: url('https://aiguovip2020.oss-cn-shenzhen.aliyuncs.com/aiguo_chaxun/jf_blg.png'); */
    background-size: 108% 35% ;
    background-repeat: no-repeat;
    background: rgb(241, 248, 255);
    width: 100%;
}
/* .model_class >>> .circle {
    border-radius: 50% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(255,255,255,0.5) ,rgba(255,255,255,0.2), rgba(255,255,255,0));
    width: 150px;
    height: 150px;
} */
.circle2[data-v-535f230a]{
    border: 1px solid #EBEEF5;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    width: 150px;
    height: 38px;
    background:#fff ;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.cardclass[data-v-535f230a]{
    position: relative;
    /* border: 2px solid #e5e5e5; */
    color: #000;
    font-size: 16px;
    height: 100px;
    width: 160px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.cardclass[data-v-535f230a] .ant-divider-horizontal{
    margin: 15px 0;
}
.monthclass[data-v-535f230a]{
    cursor: pointer;
    position: relative;
    width: fit-content;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(219, 219, 219);
    border-radius: 8px;
}
.monthmain[data-v-535f230a]{
    width: 150px;
    height: 178px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px 19px;
    border: 1px solid transparent;
}
.el-card[data-v-535f230a]{
    overflow: unset;
}
.tj[data-v-535f230a]{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #4a90e2;
    padding: 0px 0px;
    width: 33px;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}
.guoguo[data-v-535f230a]{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 18px;
    width: 22px;
    background: url(https://aiguovip2020.oss-cn-shenzhen.aliyuncs.com/static/assets/img/xiaogou.png) 0px bottom;
    background-size: 100%;
    display: none;
}
.circle[data-v-535f230a] {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.circle[data-v-535f230a]:after {
    content: '';
    margin: 3px;
    display: table;
    width: 10px;
    height: 10px;
    background: #2ecc71;
    border-radius: 50%;
}
.title[data-v-535f230a]{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: rgb(53, 68, 93);
}
.xianshi[data-v-535f230a]{
    position: absolute;
    left: -10px;
    top: -18px;
}
.text[data-v-535f230a]{
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.drawerclass[data-v-3522f3b6]  .el-drawer__header {
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
}
.main[data-v-3522f3b6] {
  display: flex;
  flex-direction: column;
}
.fontclass[data-v-3522f3b6] {
  font-size: 16px;
  color: black;
}
.cardclass[data-v-3522f3b6] {
  position: relative;
  /* border: 2px solid #e5e5e5; */
  font-size: 12px;
}
.cardclass2[data-v-3522f3b6] {
  position: relative;
  /* border: 2px solid #e5e5e5; */
  font-size: 12px;
}
.cardclass[data-v-3522f3b6]  .el-card__body {
  padding: 5px;
}
.cardclass2[data-v-3522f3b6]  .el-card__body {
  padding: 6px;
}
.tj[data-v-3522f3b6] {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #0847b3;
  padding: 0px 0px;
  width: 33px;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
}
.guoguo[data-v-3522f3b6] {
  position: absolute;
  font-size: 20px;
  bottom: 0px;
  right: 0px;
  height: 22px;
  width: 19px;
  background-size: 100%;
  display: none;
}
.el-form-item[data-v-29ba26b2] {
  border-radius: 5px;
  color: #454545;
  display: inline-block;
  width: 80%;
}
.modify[data-v-29ba26b2] {
  color: #454545;
  font-size: 12px;
  cursor: pointer;
  padding: 0 10px;
}
.circle[data-v-d16d6306] {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.circle[data-v-d16d6306]:after {
  content: "";
  margin: 3px;
  display: table;
  width: 10px;
  height: 10px;
  background: #2ecc71;
  border-radius: 50%;
}
.circle1[data-v-d16d6306] {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.circle1[data-v-d16d6306]:after {
  content: "";
  margin: 3px;
  display: table;
  width: 10px;
  height: 10px;
  background: #e74c3c;
  border-radius: 50%;
}
.tops[data-v-d16d6306] {
  display: flex;
  width: 100%;
}
.refreshIcon[data-v-d16d6306] {
  transform: rotate(360deg);
  transition: all 1s;
}
.help[data-v-d16d6306] {
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  height: 100%;
}
.help[data-v-d16d6306]:active {
  background: #9b9b9b;
}
.help[data-v-d16d6306]:hover {
  background: #e9ebf0;
}
.icon[data-v-d16d6306] {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px;
}
.vxclass[data-v-d16d6306] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vxclass span[data-v-d16d6306] {
  margin-top: 10px;
  font-size: 20px;
  color: #4a90e2;
}
.navbar[data-v-d16d6306] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  position: relative;
  width: 100%;
  background: #F1F2F5;
}
.navbar .miniProgram[data-v-d16d6306] {
  display: flex;
  align-items: center;
  padding: 0 10px 0 15px;
  line-height: 60px;
  min-width: 90px;
  cursor: pointer;
}
.navbar .miniProgram[data-v-d16d6306]:hover {
  background: #e9ebf0;
}
.navbar .hamburger-container[data-v-d16d6306] {
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  float: left;
}
.navbar .right-menu[data-v-d16d6306] {
  float: right;
  height: 100%;
  line-height: 38px;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container[data-v-d16d6306] {
  margin-right: 30px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d16d6306] {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 25px;
  font-size: 12px;
}
.notic[data-v-d16d6306] {
  position: relative;
}
.notic_num[data-v-d16d6306] {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: #fff;
  font-size: 8px;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 50%;
}
.notic_num2[data-v-d16d6306] {
  background-color: red;
  color: #fff;
  font-size: 8px;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 50%;
}
.navrightbox[data-v-d16d6306] {
  min-width: 250px;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #F1F2F5;
  justify-content: flex-end;
  height: 100%;
}
.navrightbox li[data-v-d16d6306] {
  padding: 0 8px;
  font-size: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navrightbox li img[data-v-d16d6306] {
  width: 20px;
  height: 20px;
}
.navrightbox li .iconbox[data-v-d16d6306] {
  position: relative;
}
.navrightbox li .bradge[data-v-d16d6306] {
  position: absolute;
  width: 3px;
  right: 0px;
  top: 5px;
  height: 3px;
  background: red;
  border-radius: 5px;
}
.navrightbox li.spaceline[data-v-d16d6306] {
  padding: 0 16px 0 8px;
  margin-right: 8px;
}
.navrightbox li.spaceline[data-v-d16d6306]:after {
  content: "";
  position: absolute;
  right: 0;
  background: var(--lightBlack);
  height: 17px;
  width: 0.5px;
}
.navrightbox li.spaceline[data-v-d16d6306]:last-child:after {
  content: "";
  display: none;
}
.infopopverbox[data-v-d16d6306] {
  padding: 16px;
  background: #FAFAFA;
  box-sizing: border-box;
}
.infopopverbox li[data-v-d16d6306] {
  display: flex;
  align-items: center;
  line-height: 20px;
  box-sizing: border-box;
  padding: 3px 0;
  color: var(--black);
  cursor: pointer;
}
.infopopverbox li img[data-v-d16d6306] {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}
.infopopverbox .infopopversubbox[data-v-d16d6306] {
  padding: 5px 0 0px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.infopopverbox .btnStyle[data-v-d16d6306] {
  border: 1px solid #4091FF;
  color: #4091FF;
  background: #fff;
  border-radius: 20px;
  height: 20px;
  font-weight: 400;
  padding: 0px 12px;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}
.infopopvercenter[data-v-d16d6306] {
  display: flex;
  align-items: stretch;
  padding: 8px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--lightGay);
}
.infopopvercenter li[data-v-d16d6306] {
  flex: 1;
  text-align: center;
  position: relative;
  color: var(--gay);
  font-size: 12px;
  cursor: pointer;
}
.infopopvercenter li[data-v-d16d6306]:after {
  content: "";
  position: absolute;
  right: 0;
  background: var(--lightGay);
  height: 17px;
  width: 1px;
}
.infopopvercenter li[data-v-d16d6306]:last-child:after {
  content: "";
  display: none;
}
.infopopverbottom[data-v-d16d6306] {
  padding: 6px 12px;
  box-sizing: border-box;
}
.infopopverbottom li[data-v-d16d6306] {
  padding: 6px 0;
  box-sizing: border-box;
  display: flex;
  color: var(--gay);
  font-size: 12px;
  cursor: pointer;
}
.infopopverbottom li img[data-v-d16d6306] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.outloginbtnbox[data-v-d16d6306] {
  margin-top: 60px;
  margin-bottom: 16px;
  padding: 0 12px;
  box-sizing: border-box;
}
.outloginbtnbox .outloginbtn[data-v-d16d6306] {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #6F6D6D;
  height: 30px;
  line-height: 0px;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-6494804b],
.sidebarLogoFade-leave-to[data-v-6494804b] {
  opacity: 0;
}
.sidebar-logo-container[data-v-6494804b] {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-6494804b] {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-6494804b] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 14px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0px;
}

.sub-el-icon[data-v-31ea41b3] {
  color: currentColor;
  width: 1em;
  height: 1em;
}

.nest-menu1 .el-submenu > .el-submenu__title[data-v-2d2bbdc2]:hover,
.el-menu-item[data-v-2d2bbdc2]:hover {
  background-color: #263445 !important;
}


.popclass {
  width: auto;
  padding: 0;
  left: 160px !important;
  /* top: 0px !important; */

  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.menu .el-submenu__title[data-v-33ec43fc]:hover {
  background-color: #f0f0f0;
}
.menuRouteLink[data-v-33ec43fc] {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.menuRouteLink .menuRouteLinkContent[data-v-33ec43fc] {
  display: flex;
  align-items: center;
  position: relative;
}
.menuRouteLink .menuListOpWrap[data-v-33ec43fc] {
  display: flex;
}
.submwmuactive[data-v-33ec43fc] {
  background-color: #f8f8f8;
}
.menuRouteLink[data-v-33ec43fc]:hover {
  color: #2f95ff;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.memu-tooltip[data-v-33ec43fc] {
  display: contents;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  max-width: 360px;
  padding: 8px 12px;
  color: #212121;
  font-size: 12px;
  line-height: 1.5;
  opacity: 1;
  z-index: 1050;
  visibility: visible;
}
.memu-tooltip .hidden[data-v-33ec43fc] {
  opacity: 0;
  visibility: hidden;
}
.hidden[data-v-33ec43fc] {
  overflow: hidden;
}
.submenu-content[data-v-33ec43fc] {
  display: flex;
  padding: 0px 10px;
  box-sizing: border-box;
}
.popoverMenuWrapper[data-v-33ec43fc] {
  flex: 1;
  display: block;
  max-height: 98vh;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.popoverMenuWrapper .popoverMenu[data-v-33ec43fc] {
  padding: 10px 0;
  box-sizing: border-box;
  min-width: 160px;
  display: inline-block;
}
.popoverMenuItem[data-v-33ec43fc] {
  color: #5c6d74;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.popoverMenuItem .subMenuItemTitle[data-v-33ec43fc] {
  padding: 10px 6px;
  position: relative;
  color: #022433;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  cursor: default;
}
.popoverMenuItem .subMenuItemTitle .subMenuItemTitleIcon[data-v-33ec43fc] {
  background: var(--kd-g-color-background-contain, #fafafa);
  width: 28px;
  height: 15px;
  border-radius: 100%;
  color: #2f95ff;
  text-align: center;
  line-height: 15px;
  vertical-align: middle;
  font-size: 16px;
}
.iconclass[data-v-33ec43fc] {
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.container[data-v-33ec43fc] {
  height: calc(100vh - 60px);
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 7px 0 0px 5px !important;
}
.menu-item[data-v-33ec43fc] {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.menuItem[data-v-33ec43fc] {
  padding: 11px 10px 11px 7px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 2px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}
.menuItem[data-v-33ec43fc]:hover {
  color: var(--kd-g-color-theme, #5582f3);
  border-radius: 6px;
  z-index: 2;
  background: #2c4258;
}
.submenu-panel[data-v-33ec43fc] {
  position: absolute;
  --arrowSize: 4.25px;
  --arrowSpill: -3.0052px;
  left: 126px;
  top: 48px;
  --arrowTop: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  max-width: 360px;
  max-width: var(--kd-c-tooltip-sizing-max-width, 360px);
  padding: 8px 12px;
  padding: var(--kd-c-tooltip-spacing-padding-vertical, 8px) var(--kd-c-tooltip-spacing-padding-horizontal, 12px);
  color: #212121;
  color: var(--kd-c-tooltip-color-text, var(--kd-g-color-text-primary, #212121));
  border-radius: 2px;
  border-radius: var(--kd-c-tooltip-radius-border, var(--kd-g-radius-border, 2px));
  font-size: 12px;
  font-size: var(--kd-c-tooltip-color-text, var(--kd-g-font-size-small, 12px));
  line-height: 1.5;
  background-color: #fff;
  background-color: var(--kd-c-tooltip-color-background, var(--kd-g-color-background, #fff));
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1050;
  z-index: var(--kd-g-z-index-popper, 1050);
  visibility: visible;
}
.el-submenu:hover .submenu-panel[data-v-33ec43fc] {
  display: block;
}
.app-main[data-v-078753dd] {
  /*50 = navbar  */
  min-height: calc(100vh - 60px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header + .app-main[data-v-078753dd] {
  padding-top: 50px;
}
.hasTagsView .app-main[data-v-078753dd] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 84px);
}
.hasTagsView .fixed-header + .app-main[data-v-078753dd] {
  padding-top: 84px;
}
.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}
.hasTagsView .app-main {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 84px);
}
.hasTagsView .fixed-header + .app-main {
  padding-top: 84px;
}

.mobilepopclass {
  width: auto;
  padding: 0;
  left:55px !important;
  /* top: 0px !important; */

  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.menu .el-submenu__title[data-v-54835d80]:hover {
  background-color: #f0f0f0;
}
.menuRouteLink[data-v-54835d80] {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.menuRouteLink .menuRouteLinkContent[data-v-54835d80] {
  display: flex;
  align-items: center;
  position: relative;
}
.menuRouteLink .menuListOpWrap[data-v-54835d80] {
  display: flex;
}
.submwmuactive[data-v-54835d80] {
  background-color: #f8f8f8;
}
.menuRouteLink[data-v-54835d80]:hover {
  color: #2f95ff;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.memu-tooltip[data-v-54835d80] {
  display: contents;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  max-width: 360px;
  padding: 8px 12px;
  color: #212121;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  opacity: 1;
  z-index: 1050;
  visibility: visible;
}
.memu-tooltip .hidden[data-v-54835d80] {
  opacity: 0;
  visibility: hidden;
}
.hidden[data-v-54835d80] {
  overflow: hidden;
}
.submenu-content[data-v-54835d80] {
  display: flex;
  padding: 0px 10px;
  box-sizing: border-box;
  position: relative;
}
.popoverMenuWrapper[data-v-54835d80] {
  flex: 1;
  display: block;
  max-height: 98vh;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.popoverMenuWrapper .popoverMenu[data-v-54835d80] {
  padding: 10px 0;
  box-sizing: border-box;
  min-width: 160px;
  display: inline-block;
}
.popoverMenuItem[data-v-54835d80] {
  color: #5c6d74;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.popoverMenuItem .subMenuItemTitle[data-v-54835d80] {
  padding: 10px 6px;
  position: relative;
  color: #022433;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  cursor: default;
}
.popoverMenuItem .subMenuItemTitle .subMenuItemTitleIcon[data-v-54835d80] {
  background: var(--kd-g-color-background-contain, #fafafa);
  width: 28px;
  height: 15px;
  border-radius: 100%;
  color: #2f95ff;
  text-align: center;
  line-height: 15px;
  vertical-align: middle;
  font-size: 16px;
}
.iconclass[data-v-54835d80] {
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  cursor: pointer;
}
.container[data-v-54835d80] {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 7px 0 0 5px !important;
}
.menu-item[data-v-54835d80] {
  position: relative;
  max-height: 100%;
  min-height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.menuItem[data-v-54835d80] {
  padding: 11px 10px 11px 7px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 2px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}
.menuItem[data-v-54835d80]:hover {
  color: var(--kd-g-color-theme, #5582f3);
  border-radius: 6px;
  z-index: 2;
  background: #2c4258;
}
.submenu-panel[data-v-54835d80] {
  position: absolute;
  --arrowSize: 4.25px;
  --arrowSpill: -3.0052px;
  left: 126px;
  top: 48px;
  --arrowTop: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  max-width: 360px;
  max-width: var(--kd-c-tooltip-sizing-max-width, 360px);
  padding: 8px 12px;
  padding: var(--kd-c-tooltip-spacing-padding-vertical, 8px) var(--kd-c-tooltip-spacing-padding-horizontal, 12px);
  color: #212121;
  color: var(--kd-c-tooltip-color-text, var(--kd-g-color-text-primary, #212121));
  border-radius: 2px;
  border-radius: var(--kd-c-tooltip-radius-border, var(--kd-g-radius-border, 2px));
  font-size: 12px;
  font-size: var(--kd-c-tooltip-color-text, var(--kd-g-font-size-small, 12px));
  line-height: 1.5;
  background-color: #fff;
  background-color: var(--kd-c-tooltip-color-background, var(--kd-g-color-background, #fff));
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1050;
  z-index: var(--kd-g-z-index-popper, 1050);
  visibility: visible;
}
.el-submenu:hover .submenu-panel[data-v-54835d80] {
  display: block;
}
.footer[data-v-62fe346e] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #efefef;
}
[data-v-34799241]:export {
  menuText: #bfcbd9;
  menuActiveText: #409EFF;
  subMenuActiveText: #f4f4f5;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 165px;
  hidesideBarWidth: 54px;
}
.left-main[data-v-34799241] {
  width: 120px;
  height: 100%;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7px 8px 0 4px;
  box-shadow: 12px 0 0 0 #f2f8ff;
  transition: all 0.28s;
  background: #1b3045;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 20px 0 0 0 #1b3045;
}
.right-main[data-v-34799241] {
  min-width: 1300px;
}
.dialogclass[data-v-34799241]  .el-dialog {
  border-radius: 10px;
}
.dialogclass[data-v-34799241]  .el-dialog__header {
  display: none !important;
}
.dialogclass[data-v-34799241]  .el-dialog__body {
  padding: 0;
}
#rocket[data-v-34799241] {
  position: absolute;
  height: 120px;
  width: 150px;
  z-index: 9999;
  top: -35px;
  right: 120px;
}
.title[data-v-34799241] {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0B1019;
  margin-bottom: 12px;
}
#stars[data-v-34799241] {
  position: absolute;
  height: 18px;
  width: 18px;
  z-index: 9999;
  top: -9px;
  right: 278px;
}
.new-notice[data-v-34799241] {
  display: flex;
  border-radius: 4px 4px 0 0;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  padding: 24px 36px;
  position: relative;
  background-image: url(https://aiguovip2020.oss-cn-shenzhen.aliyuncs.com/erp/img/%E8%83%8C%E6%99%AF%E5%9B%BE.png);
  background-size: 100% 100%;
}
.dialogclass[data-v-34799241]  .body {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 88px);
  padding: 24px 32px;
}
.oneLine[data-v-34799241] {
  display: -webkit-box;
  height: auto;
  white-space: pre-wrap;
}
.app-wrapper[data-v-34799241] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-34799241]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-34799241] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-34799241] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-34799241] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  width: calc(100% - 165px);
  transition: width 0.28s;
  min-width: 1350px;
}
.hideSidebar .fixed-header[data-v-34799241] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-34799241] {
  width: 100%;
}
@charset "UTF-8";
[data-v-13877386]:export {
  menuText: #bfcbd9;
  menuActiveText: #409EFF;
  subMenuActiveText: #f4f4f5;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 165px;
  hidesideBarWidth: 54px;
}
.left-main[data-v-13877386] {
  width: 155px;
  height: 100%;
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7px 8px 0 4px;
  transition: all 0.28s;
  background: #1b3045;
  color: rgba(255, 255, 255, 0.8);
}
.right-main[data-v-13877386] {
  min-width: 1300px;
}
.dialogclass[data-v-13877386]  .el-dialog {
  border-radius: 10px;
}
.dialogclass[data-v-13877386]  .el-dialog__header {
  display: none !important;
}
.dialogclass[data-v-13877386]  .el-dialog__body {
  padding: 0;
}
[data-v-13877386] .sidebar-logo-container[data-v-6494804b] {
  width: 100%;
}
#rocket[data-v-13877386] {
  position: absolute;
  height: 120px;
  width: 150px;
  z-index: 9999;
  top: -35px;
  right: 120px;
}
.title[data-v-13877386] {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #0b1019;
  margin-bottom: 12px;
}
#stars[data-v-13877386] {
  position: absolute;
  height: 18px;
  width: 18px;
  z-index: 9999;
  top: -9px;
  right: 278px;
}
.new-notice[data-v-13877386] {
  display: flex;
  border-radius: 4px 4px 0 0;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  padding: 24px 36px;
  position: relative;
  background-image: url(https://aiguovip2020.oss-cn-shenzhen.aliyuncs.com/erp/img/%E8%83%8C%E6%99%AF%E5%9B%BE.png);
  background-size: 100% 100%;
}
.dialogclass[data-v-13877386]  .body {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 88px);
  padding: 24px 32px;
}
.oneLine[data-v-13877386] {
  display: -webkit-box;
  height: auto;
  white-space: pre-wrap;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  width: calc(100% - 165px);
  transition: width 0.28s;
  min-width: 1350px;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
[data-v-13877386] .navbar[data-v-d16d6306] {
  height: 38px;
}
[data-v-13877386] .tops[data-v-d16d6306] {
  height: 100%;
}
[data-v-13877386] .ant-tabs-bar {
  padding-top: 24px;
}
[data-v-13877386] .ant-tabs-nav-scroll {
  height: 38px;
}
[data-v-13877386] .container {
  padding: 5px 16px 0px;
  width: 100%;
}
[data-v-13877386] .container::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 隐藏滚动条thumb */
}
[data-v-13877386] .container::-webkit-scrollbar {
  background-color: transparent;
}
[data-v-13877386] .tabs-container {
  margin: auto 0px;
}
#app .sidebar-container[data-v-13877386] {
  box-shadow: none !important;
}
.header_bg[data-v-1404fe30] {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(85, 85, 85, 0.1);
}
.fixed[data-v-1404fe30] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
}
.header[data-v-1404fe30] {
  width: 1280px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  transition: background-color 0.3s;
}
.header .left[data-v-1404fe30] {
  display: flex;
}
.header .left .logo[data-v-1404fe30] {
  width: 108px;
  height: 29px;
  cursor: pointer;
}
.header .left .center[data-v-1404fe30] {
  height: 29px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header .left .center span[data-v-1404fe30] {
  height: 100%;
  font-size: 16px;
  padding: 0 24px;
  color: #333333;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .left .center .active[data-v-1404fe30] {
  color: #0580ff;
}
.header .right[data-v-1404fe30] {
  width: 291px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .right .phone[data-v-1404fe30] {
  width: 1em;
  height: 1em;
}
.header .right .phone_text[data-v-1404fe30] {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 6px;
  cursor: pointer;
}
.header .right .button[data-v-1404fe30] {
  width: 136px;
  height: 33px;
  background: #337eff;
  border-radius: 8px;
  border: none;
  margin-left: 16px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
.fixed[data-v-1404fe30] {
    position: static;
}
.header[data-v-1404fe30] {
    width: 100%;
}
}
.bigImg[data-v-1404fe30] {
  margin-top: 63px;
  width: 100%;
  height: 560px;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/bgHome.png") center 30% no-repeat;
  background-size: cover;
}
.bigImg img[data-v-1404fe30] {
  width: 100%;
  height: 560px;
  display: block;
  margin: auto;
}
.word[data-v-1404fe30] {
  width: 1280px;
  margin: 0 auto;
  padding: 140px 0 0 0;
}
.word[data-v-1404fe30] :nth-child(1) {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.word[data-v-1404fe30] :nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 9px;
}
.word[data-v-1404fe30] :nth-child(3) {
  width: 144px;
  height: 39px;
  background: #337eff;
  border-radius: 6px;
  border: none;
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.navOuter[data-v-1404fe30] {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.nav[data-v-1404fe30] {
  height: 179px;
  position: absolute;
  width: 100%;
  padding: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.nav div[data-v-1404fe30] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav img[data-v-1404fe30] {
  width: 96px;
  height: 128px;
}
.nav p[data-v-1404fe30] {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 0px;
}
.channelBox[data-v-1404fe30] {
  width: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.channelBox .logoBox[data-v-1404fe30] {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  animation: leaveRotate-data-v-1404fe30 0.5s steps(24) forwards;
}
.channelBox .logoBox1[data-v-1404fe30] {
  background-image: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/rotationDiagram1.png");
}
.channelBox .logoBox2[data-v-1404fe30] {
  background-image: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/rotationDiagram2.png");
}
.channelBox .logoBox3[data-v-1404fe30] {
  background-image: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/rotationDiagram3.png");
}
.channelBox .logoBox4[data-v-1404fe30] {
  background-image: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/rotationDiagram4.png");
}
.channelBox .logoBox5[data-v-1404fe30] {
  background-image: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/rotationDiagram5.png");
}
.channelBox:hover .logoBox[data-v-1404fe30] {
  animation: enterRotate-data-v-1404fe30 0.5s steps(24) forwards;
}
.channelBox:hover p[data-v-1404fe30] {
  color: #0580ff;
}
@keyframes leaveRotate-data-v-1404fe30 {
0% {
    background-position: 0 -1800px;
}
100% {
    background-position: 0 0;
}
}
@keyframes enterRotate-data-v-1404fe30 {
0% {
    background-position: 0 0;
}
100% {
    background-position: 0 -1800px;
}
}
.contactInformationImgOuter[data-v-1404fe30] {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.contactInformationImg[data-v-1404fe30] {
  width: 470px;
  position: absolute;
  left: -35px;
  top: -189px;
}
[data-v-1404fe30] .el-dialog__body {
  padding: 30px 30px;
}
[data-v-1404fe30] .el-dialog__header {
  padding: 20px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_box[data-v-1a5acb84] {
  width: 1280px;
  margin: 0 auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_box .title[data-v-1a5acb84] {
  color: #333333;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 60px 0 50px 0;
  margin-bottom: 0px;
}
.container_box .word[data-v-1a5acb84] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container_box .word .word_1[data-v-1a5acb84] {
  width: 300px;
  height: 230px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 14px solid #337eff;
}
.container_box .word .word_1 .text[data-v-1a5acb84] {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #337eff;
  margin-bottom: 0px;
  letter-spacing: 3px;
}
.container_box .word .word_1 .text_footer[data-v-1a5acb84] {
  margin-top: 12px;
  text-indent: 2em;
  width: 260px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0;
}
.footer_1[data-v-1a5acb84] {
  height: 100px;
  background: #202b3d;
  margin: 50px 0 0px 0;
}
.footer_1 .mian_text[data-v-1a5acb84] {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_1 .mian_text .footer_text[data-v-1a5acb84] {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}
@charset "UTF-8";
.container[data-v-5954443c] {
  background-color: #f4f6f9;
  height: 100vh;
  overflow-y: auto;
}
.container[data-v-5954443c]::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 隐藏滚动条thumb */
}
.appcontainer[data-v-5954443c] {
  min-width: 1280px;
}
.main[data-v-5954443c] {
  height: 800px;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/bigImgHome.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  background-color: #ffffff;
}
.main .title_text[data-v-5954443c] {
  display: flex;
  justify-content: center;
  padding: 180px 0 0 0;
  color: #333333;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.main_2[data-v-5954443c] {
  width: 1280px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_2 .p_1[data-v-5954443c] {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 15px;
}
.main_2 .p_2[data-v-5954443c] {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 40px;
}
.main_2 .footer[data-v-5954443c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px;
}
.main_2 .footer .nameWrap[data-v-5954443c] {
  width: 300px;
  height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 10px;
  padding: 0 20px;
  text-align: justify;
  background-color: #ffffff;
}
.main_2 .footer .nameWrap .i[data-v-5954443c] {
  width: 30px;
  height: 30px;
}
.main_2 .footer .nameWrap .i img[data-v-5954443c] {
  width: 30px;
  height: 30px;
}
.main_2 .footer .nameWrap .i .imgActive[data-v-5954443c] {
  width: 33px;
  height: 28px;
}
.main_2 .footer .nameWrap p[data-v-5954443c] {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: 10px;
}
.main_2 .footer .nameWrap span[data-v-5954443c] {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.main_3[data-v-5954443c] {
  width: 1280px;
  height: 687px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_3 .p_1[data-v-5954443c] {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 50px;
}
.main_3 .center[data-v-5954443c] {
  display: flex;
  width: 100%;
  height: 375px;
}
.main_3 .center .image[data-v-5954443c] {
  overflow: hidden;
  width: 600px;
  height: 375px;
  flex-shrink: 0;
}
.main_3 .center .image img[data-v-5954443c] {
  border-radius: 20px 0px 0px 20px;
  width: 600px;
  height: 375px;
  object-fit: cover;
}
.main_3 .center .right[data-v-5954443c] {
  height: 375px;
  display: flex;
  flex-direction: column;
  padding: 0 53px;
  border-radius: 0 20px 20px 0;
  background-color: #ffffff;
}
.main_3 .center .right .span_1[data-v-5954443c] {
  margin-top: 66px;
  color: #337eff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main_3 .center .right .span_2[data-v-5954443c] {
  margin-top: 16px;
  color: #333333;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main_3 .center .right .span_3[data-v-5954443c] {
  margin-top: 16px;
  color: #666666;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_3 .center .right button[data-v-5954443c] {
  width: 144px;
  height: 39px;
  border-radius: 6px;
  border: none;
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.main_3 .cusBox[data-v-5954443c] {
  margin: 28px auto 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  justify-content: space-between;
}
.main_3 .cusBox div[data-v-5954443c] {
  width: 169px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.main_3 .cusBox div span[data-v-5954443c] {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
}
.main_3 .cusBox div img[data-v-5954443c] {
  width: 75%;
  object-fit: cover;
}
.main_4[data-v-5954443c] {
  width: 100%;
  margin: 80px 0 0;
  height: 593px;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/bgHomeBottom.png") no-repeat;
  background-size: cover;
}
.main_4 .mainContent[data-v-5954443c] {
  width: 1280px;
  margin: 0 auto;
}
.main_4 .mainContent .title[data-v-5954443c] {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
  padding: 80px 0 58px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.main_4 .mainContent .footer[data-v-5954443c] {
  display: flex;
}
.main_4 .mainContent .footer .active[data-v-5954443c] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.main_4 .mainContent .footer .div_1[data-v-5954443c] {
  width: 320px;
  height: 170px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main_4 .mainContent .footer .div_1 span[data-v-5954443c] {
  padding-left: 66px;
  color: #fff;
  position: relative;
  margin-left: 11px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.main_4 .mainContent .footer .div_1 span[data-v-5954443c]::before {
  width: 24px;
  height: 24px;
  content: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/zuanshi.png");
  position: absolute;
  left: 30px;
  top: 3px;
}
.main_4 .mainContent .footer .div_1[data-v-5954443c]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-radius: 6px;
}
.main_4 .mainContent .footer .div_2[data-v-5954443c] {
  width: 320px;
  height: 170px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main_4 .mainContent .footer .div_2 span[data-v-5954443c] {
  padding-left: 66px;
  color: #fff;
  position: relative;
  margin-left: 11px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.main_4 .mainContent .footer .div_2 span[data-v-5954443c]::before {
  width: 24px;
  height: 24px;
  content: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/pingtai.png");
  position: absolute;
  left: 26px;
  top: 1px;
}
.main_4 .mainContent .footer .div_2[data-v-5954443c]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.main_4 .mainContent .footer .image_outer[data-v-5954443c] {
  height: 340px;
  width: 100%;
  overflow: hidden;
}
.main_4 .mainContent .footer .image[data-v-5954443c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 340px;
  padding-left: 40px;
  transition-duration: 300ms;
}
.main_4 .mainContent .footer .image .imageTop[data-v-5954443c] {
  height: 340px;
}
.main_4 .mainContent .footer .image .imageTop img[data-v-5954443c] {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.main_4 .mainContent .footer .image .imageTop .img1[data-v-5954443c] {
  width: 590px;
}
.main_4 .mainContent .footer .image .imageTop .img2[data-v-5954443c] {
  width: calc(84% - 448px);
}
.main_4 .mainContent .footer .image .imageTop .img3[data-v-5954443c] {
  width: 304px;
}
.main_4 .mainContent .footer .image .imageTop .img4[data-v-5954443c] {
  width: 304px;
}
.main_4 .mainContent .footer .image .imageTop .img5[data-v-5954443c] {
  width: 304px;
}
.main_4 .mainContent .footer .image .imageBottom img[data-v-5954443c] {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.main_4 .mainContent .footer .image .swiper-wrapper[data-v-5954443c] {
  width: 100%;
  height: 340px;
}
@charset "UTF-8";
.container[data-v-399c6977] {
  background-color: #f4f6f9;
  height: 100vh;
  overflow-y: auto;
}
.container[data-v-399c6977]::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 隐藏滚动条thumb */
}
.headerBack[data-v-399c6977] {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(85, 85, 85, 0.1);
}
.fixed[data-v-399c6977] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
}
.header[data-v-399c6977] {
  width: 1280px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  transition: background-color 0.3s;
}
.header .left[data-v-399c6977] {
  display: flex;
}
.header .left .logo[data-v-399c6977] {
  width: 108px;
  height: 29px;
  cursor: pointer;
}
.header .left .center[data-v-399c6977] {
  height: 29px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.header .left .center span[data-v-399c6977] {
  height: 100%;
  font-size: 16px;
  padding: 0 24px;
  color: #333333;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .left .center .active[data-v-399c6977] {
  color: #0580ff;
}
.header .left .center .select[data-v-399c6977] {
  color: #0580ff;
}
.header .right[data-v-399c6977] {
  width: 291px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .right .phone[data-v-399c6977] {
  width: 1em;
  height: 1em;
}
.header .right .phone_text[data-v-399c6977] {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 6px;
  cursor: pointer;
}
.header .right .button[data-v-399c6977] {
  width: 136px;
  height: 33px;
  background: #337eff;
  border-radius: 8px;
  border: none;
  margin-left: 16px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1260px) {
.fixed[data-v-399c6977] {
    position: static;
}
.header[data-v-399c6977] {
    width: 100%;
}
}
.bigImg[data-v-399c6977] {
  width: 100%;
  height: 560px;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/home/bgAbout.png") center 30% no-repeat;
  background-size: cover;
  margin-top: 63px;
}
.bigImg .word_outer[data-v-399c6977] {
  width: 1280px;
  height: 560px;
  margin: 0 auto;
  transform: translateX(-4%);
}
.bigImg .word[data-v-399c6977] {
  display: flex;
  flex-direction: column;
  width: 1070px;
  height: 560px;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  row-gap: 40px;
  z-index: 30;
}
.bigImg .text_title[data-v-399c6977] {
  font-size: 18px;
  font-weight: 500;
  color: #fffefe;
  padding: 0 50px;
}
.bigImg .number[data-v-399c6977] {
  width: 94px;
  height: 44px;
  font-size: 50px;
  font-family: DIN;
  font-weight: bold;
  color: #fffefe;
}
.bigImg .desc_text[data-v-399c6977] {
  font-size: 18px;
  font-weight: 500;
  color: #fffefe;
}
.bigImg .text_gap[data-v-399c6977] {
  margin-left: 70px;
}
.bigImg .number_gap[data-v-399c6977] {
  margin-left: 11px;
}
.bigImg .text_middle[data-v-399c6977] {
  display: flex;
  padding: 0 50px;
  row-gap: 100px;
}
.bigImg .text_buttom[data-v-399c6977] {
  display: flex;
  padding: 0 50px;
}
.companyIntroduction[data-v-399c6977] {
  height: 625px;
  background-color: #f5f7fa;
}
.companyIntroduction .title[data-v-399c6977] {
  color: #333333;
  margin-bottom: 0px;
  text-align: center;
  padding: 80px 0 58px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.companyIntroduction .contentContainer[data-v-399c6977] {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.companyIntroduction .leftBox[data-v-399c6977] {
  width: 50%;
  padding: 0 50px;
  display: flex;
}
.companyIntroduction .leftBox .left[data-v-399c6977] {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.companyIntroduction .leftBox .left .left_1[data-v-399c6977] {
  width: 125px;
  height: 92px;
  background: #85b2ff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 20px;
}
.companyIntroduction .leftBox .left .left_2[data-v-399c6977] {
  margin-top: 20px;
  width: 250px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 20px;
}
.companyIntroduction .leftBox .right[data-v-399c6977] {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.companyIntroduction .leftBox .right .right_1[data-v-399c6977] {
  width: 250px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 20px;
}
.companyIntroduction .leftBox .right .right_2[data-v-399c6977] {
  margin-top: 20px;
  width: 94px;
  height: 76px;
  border-radius: 20px;
  background: #337eff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
}
.companyIntroduction .rightBox[data-v-399c6977] {
  width: 50%;
  padding: 0 50px;
  margin-top: 30px;
}
.companyIntroduction .rightBox p[data-v-399c6977] {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  display: flex;
  justify-content: center;
}
.companyIntroduction .rightBox div[data-v-399c6977] {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 10px;
  line-height: 22px;
  text-indent: 2em;
}
.systemIntroduction[data-v-399c6977] {
  height: 600px;
  background-color: #ffffff;
}
.systemIntroduction .title[data-v-399c6977] {
  color: #333333;
  margin-bottom: 0px;
  text-align: center;
  padding: 80px 0 58px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.systemIntroduction .contentContainer[data-v-399c6977] {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.systemIntroduction .leftBox[data-v-399c6977] {
  width: 50%;
  padding: 0 75px;
  margin-top: 30px;
}
.systemIntroduction .leftBox p[data-v-399c6977] {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  display: flex;
  justify-content: center;
}
.systemIntroduction .leftBox div[data-v-399c6977] {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 10px;
  line-height: 22px;
  text-indent: 2em;
}
.systemIntroduction .rightBox[data-v-399c6977] {
  width: 50%;
  height: 100%;
  padding: 0 50px;
  display: flex;
}
.systemIntroduction .rightBox img[data-v-399c6977] {
  width: 520px;
  height: 350px;
}
.connectionUs[data-v-399c6977] {
  height: 1100px;
  background-color: #f5f7fa;
}
.connectionUs .title[data-v-399c6977] {
  color: #333333;
  margin-bottom: 0px;
  text-align: center;
  padding: 80px 0 58px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.connectionUs .contentContainer[data-v-399c6977] {
  width: 1280px;
  margin: 0 auto;
}
.connectionUs .contentContainer img[data-v-399c6977] {
  width: 100%;
  height: 671px;
  background: #6b82d5;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 20px;
}
.connectionUs .contentContainer .bottom[data-v-399c6977] {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 181, 181, 0.15);
  border-radius: 20px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.connectionUs .contentContainer .bottom span[data-v-399c6977] {
  width: 352px;
  height: 23px;
  font-size: 20px;
  font-weight: 500;
  color: #337eff;
  line-height: 32px;
}
.footerContainer[data-v-399c6977] {
  height: 100px;
  background: #202b3d;
}
.footerContainer .mian_text[data-v-399c6977] {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerContainer .mian_text .footer_text[data-v-399c6977] {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}

.iconclass[data-v-3c2c355b]{
  position: absolute;
  z-index: 1000;
  top: 150px;
  right: 10px;
  color:#eee
}
.slide-verify[data-v-3c2c355b] {
  position: relative;
  width: 310px;
  overflow: hidden;
}
.slide-verify-block[data-v-3c2c355b] {
  position: absolute;
  left: 0;
  top: 0;
}
.slide-verify-refresh-icon[data-v-3c2c355b] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  content: '刷新';
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #3fdeae;
  /* background: url("../../assets/move/icon_light.png") 0 -437px; */
  background-size: 34px 471px;
}
.slide-verify-refresh-icon[data-v-3c2c355b]:hover {
  transform: rotate(360deg);
  transition: all 0.2s ease-in-out;
}
.slide-verify-slider[data-v-3c2c355b] {
  position: relative;
  text-align: center;
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}
.slide-verify-slider-mask[data-v-3c2c355b] {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991fa;
  background: #d1e9fe;
}
.slide-verify-info[data-v-3c2c355b] {
  position: absolute;
  top: 170px;
  left: 0;
  height: 30px;
  width: 350px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #52ccba;
  opacity: 0;
}
.slide-verify-info.fail[data-v-3c2c355b] {
  background-color: #f57a7a;
}
.slide-verify-info.show[data-v-3c2c355b] {
  animation: hide-data-v-3c2c355b 1s ease;
}
@keyframes hide-data-v-3c2c355b {
0% {opacity: 0;}
100% {opacity: 0.9;}
}
.slide-verify-slider-mask-item[data-v-3c2c355b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.2s linear;
}
.slide-verify-slider-mask-item[data-v-3c2c355b]:hover {
  background: #1991fa;
}
.slide-verify-slider-mask-item:hover .slide-verify-slider-mask-item-icon[data-v-3c2c355b] {
  background-position: 0 -13px;
}
.slide-verify-slider-mask-item-icon[data-v-3c2c355b] {
  position: absolute;
  top: 9px;
  left: 7px;
  width: 14px;
  height: 12px;
  content: '法币';
  font-size: 22px;
  color: #ddd;
  /* text-align: center;
  line-height: 12px; */
  /* background: url("../../assets/move/icon_light.png") 0 -26px; */
  /* background-size: 34px 471px; */
}
.container-active .slide-verify-slider-mask-item[data-v-3c2c355b] {
  height: 38px;
  top: -1px;
  border: 1px solid #1991fa;
}
.container-active .slide-verify-slider-mask[data-v-3c2c355b] {
  height: 38px;
  border-width: 1px;
}
.container-success .slide-verify-slider-mask-item[data-v-3c2c355b] {
  height: 38px;
  top: -1px;
  border: 1px solid #52ccba;
  background-color: #52ccba !important;
}
.container-success .slide-verify-slider-mask[data-v-3c2c355b] {
  height: 38px;
  border: 1px solid #52ccba;
  background-color: #d2f4ef;
}
.container-success .slide-verify-slider-mask-item-icon[data-v-3c2c355b] {
  background-position: 0 0 !important;
}
.container-fail .slide-verify-slider-mask-item[data-v-3c2c355b] {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}
.container-fail .slide-verify-slider-mask[data-v-3c2c355b] {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}
.container-fail .slide-verify-slider-mask-item-icon[data-v-3c2c355b] {
  top: 14px;
  background-position: 0 -82px !important;
}
.container-active .slide-verify-slider-text[data-v-3c2c355b],
.container-success .slide-verify-slider-text[data-v-3c2c355b],
.container-fail .slide-verify-slider-text[data-v-3c2c355b] {
  display: none;
}

.content[data-v-217c1cc8]  .el-radio-group {
  display: flex;
  flex-direction: column;
}
.content[data-v-217c1cc8]  .el-radio-button {
  flex: 1;
  margin: 0 0 20px 0;
}
.content[data-v-217c1cc8]  .el-radio-button__inner {
  width: 100%;
}
.content[data-v-217c1cc8]  .el-dialog__body {
  padding: 0px 20px;
}
@supports (-webkit-mask: none) and (not (cater-color: #000)) {
.login-container .el-input input[data-v-37dfd6fc] {
    color: #000;
}
}
.login-box[data-v-37dfd6fc] {
  height: 100vh;
  overflow: hidden;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/background.png") no-repeat 0px;
  background-size: cover;
}
.login-box .el-input[data-v-37dfd6fc] {
  display: inline-block;
}
.login-box .el-input input[data-v-37dfd6fc] {
  border: 0px;
  border-radius: 0px;
  padding: 12px 5px 12px 30px;
}
.login-box .el-form[data-v-37dfd6fc] {
  width: 100%;
}
.login-box .el-form-item[data-v-37dfd6fc] {
  border-radius: 5px;
  color: #454545;
  display: inline-block;
  width: 100%;
}
.login-box .password[data-v-37dfd6fc] {
  margin-bottom: 0px;
}
.login-box .modify[data-v-37dfd6fc] {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;
}
.header[data-v-37dfd6fc] {
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 0 10%;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .logo-box[data-v-37dfd6fc] {
  display: flex;
  align-items: center;
}
.header .logo-box img[data-v-37dfd6fc] {
  height: 45px;
  margin-right: 5px;
}
.header .logo-box .aiguoerp[data-v-37dfd6fc] {
  font-size: 1.78em;
  color: #000;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.header .topclass[data-v-37dfd6fc] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.header .topclass span[data-v-37dfd6fc] {
  font-size: 1.4em;
  margin: 0 10px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.header .phone[data-v-37dfd6fc] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header .phone span[data-v-37dfd6fc] {
  font-size: 16px;
}
.header .phone span[data-v-37dfd6fc]:first-child {
  margin-right: 10px;
}
.banner-box[data-v-37dfd6fc] {
  text-align: center;
  height: 80px;
  background: url("https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/banner.png"), no-repeat;
  background-size: 100% 80px;
  display: flex;
  justify-content: space-between;
}
.banner-box img[data-v-37dfd6fc] {
  height: 80px;
}
.content[data-v-37dfd6fc] {
  height: calc(100vh - 240px);
  display: flex;
}
.content .left[data-v-37dfd6fc] {
  flex: 1.5;
}
.content .left .phone-system[data-v-37dfd6fc] {
  display: flex;
  justify-content: center;
}
.content .left .phone-system .system-box[data-v-37dfd6fc] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .left .phone-system .system-box .title[data-v-37dfd6fc] {
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
  margin-top: -50px;
}
.content .left .phone-system .system-box .system-title[data-v-37dfd6fc] {
  display: inline-block;
  transform: scale(1, 1.2);
  font-size: calc(100vw * 48 / 1024);
  font-weight: 500;
  font-family: strong-Bold;
  text-shadow: 0px 8px 0px #3a83cd;
}
.content .left .phone-system .system-box .Platform-title[data-v-37dfd6fc] {
  font-size: calc(100vw * 26 / 1024);
  margin-bottom: 55px;
}
.content .left .phone-system .system-box .Service-title[data-v-37dfd6fc] {
  font-size: calc(100vw * 26 / 1024);
  margin-bottom: 55px;
}
.content .left .phone-system .system-box .banner[data-v-37dfd6fc] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .left .phone-system .system-box .banner img[data-v-37dfd6fc] {
  width: 75%;
}
.content .right[data-v-37dfd6fc] {
  flex: 1;
  display: flex;
  align-items: center;
}
.content .right .content-form[data-v-37dfd6fc] {
  width: 460px;
  height: 590px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.content .right .content-form .wxlogin[data-v-37dfd6fc] {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.content .right .content-form .imgpic[data-v-37dfd6fc] {
  width: 100%;
  height: 360px;
}
.content .right .content-form .userlogin[data-v-37dfd6fc] {
  background: #005dff;
  border-color: #005dff;
}
.content .right .buttonclass[data-v-37dfd6fc] {
  width: 100%;
}
.content .right .buttonclass button[data-v-37dfd6fc] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  padding: 0px;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM;
  margin: 0px;
}
.content .right .buttonclass .button-wx[data-v-37dfd6fc] {
  margin-top: 15px;
}
.footer[data-v-37dfd6fc] {
  color: #ffffff;
  background-color: rgba(35, 43, 58, 0.2);
  width: 100%;
  height: 80px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
[data-v-37dfd6fc] .el-carousel--vertical {
  height: 100%;
}
[data-v-37dfd6fc] .el-carousel__container {
  height: calc(100vh - 180px);
}
[data-v-37dfd6fc] .el-input__inner {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 35px;
}
[data-v-37dfd6fc] .el-input__prefix {
  display: flex;
  align-items: center;
  text-indent: 5px;
  font-size: 18px;
}
[data-v-37dfd6fc] .el-form-item__label {
  height: 50px;
  line-height: 50px;
}
.testclass[data-v-37dfd6fc] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.anclass[data-v-37dfd6fc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
.header[data-v-37dfd6fc] {
    height: 60px;
}
.banner-box[data-v-37dfd6fc] {
    height: 60px;
}
.banner-box img[data-v-37dfd6fc] {
    height: 60px;
}
.content[data-v-37dfd6fc] {
    height: calc(100vh - 180px);
}
.content .left .phone-system .system-box .title[data-v-37dfd6fc] {
    margin-bottom: 30px;
}
.content .left .phone-system .system-box .system-title[data-v-37dfd6fc] {
    font-size: calc(100vw * 46 / 1024);
    text-shadow: 0px 6px 0px #3a83cd;
}
.content .left .phone-system .system-box .Platform-title[data-v-37dfd6fc] {
    font-size: calc(100vw * 20 / 1024);
}
.content .left .phone-system .system-box .Service-title[data-v-37dfd6fc] {
    font-size: calc(100vw * 20 / 1024);
}
.content .left .phone-system .system-box .banner img[data-v-37dfd6fc] {
    width: 50%;
}
.content .right[data-v-37dfd6fc] {
    flex: 1;
    display: flex;
    align-items: center;
}
.content .right .content-form[data-v-37dfd6fc] {
    width: 360px;
    height: 440px;
    margin-left: 30px;
}
.content .right .content-form .imgpic[data-v-37dfd6fc] {
    width: 100%;
    height: 270px;
}
.footer[data-v-37dfd6fc] {
    height: 60px;
}
}
@charset "UTF-8";
.testclass[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.anclass[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header[data-v-1239f4bc] {
  background: #fff;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header-main[data-v-1239f4bc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.logo-box[data-v-1239f4bc] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  height: 40px;
}
.content[data-v-1239f4bc] {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.create[data-v-1239f4bc] {
  margin-top: 40px;
  width: 92%;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  height: 54px;
  background: #006ee1;
  color: white;
  cursor: pointer;
}
.zczh[data-v-1239f4bc] {
  margin-bottom: 30px;
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.formdiv[data-v-1239f4bc] {
  width: 92%;
}
.accept[data-v-1239f4bc] {
  margin-top: 20px;
}
.content-form[data-v-1239f4bc] {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 30px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

/* 修复input 背景不协调 和光标变色 */
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
@supports (-webkit-mask: none) and (not (cater-color: #000)) {
.login-container .el-input input[data-v-1239f4bc] {
    color: #000;
}
}
/* reset element-ui css */
.login-container[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-container .el-input[data-v-1239f4bc] {
  display: inline-block;
}
.login-container .el-input input[data-v-1239f4bc] {
  border: 0px;
  border-radius: 0px;
  padding: 12px 5px 12px 30px;
  height: 47px;
}
.login-container .el-form-item[data-v-1239f4bc] {
  border-radius: 5px;
  color: #454545;
  display: inline-block;
  width: 100%;
}
.login-container .modify[data-v-1239f4bc] {
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;
}
.imgclass[data-v-1239f4bc] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media (max-height: 760px) {
.bodyclass[data-v-1239f4bc] {
    min-height: 700px;
    height: 700px;
    overflow: auto;
}
}
.login-container[data-v-1239f4bc] {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1000px;
  zoom: 1;
  background-color: #1474ec;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.login-container p[data-v-1239f4bc] {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 80%;
  margin: 0;
}
.login-container .login-form[data-v-1239f4bc] {
  position: relative;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
}
.login-container .inputicon[data-v-1239f4bc] {
  display: inline-block;
  width: 23px;
  height: 32px;
  position: absolute;
  font-size: 20px;
  margin-top: 14px;
}
.login-container .tips[data-v-1239f4bc] {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.login-container .tips span[data-v-1239f4bc]:first-of-type {
  margin-right: 16px;
}
.login-container .buttonclass[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-container .buttonclass button[data-v-1239f4bc] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  width: 100%;
  height: 54px;
  border-radius: 2px;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-1239f4bc] {
  background: #ffffff;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-1239f4bc]:hover {
  color: #5daf34;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-1239f4bc]:active {
  color: #5daf34;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-1239f4bc]:focus {
  color: #5daf34;
}
.login-container .svg-container[data-v-1239f4bc] {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.login-container .title-container[data-v-1239f4bc] {
  position: relative;
  width: 80%;
}
.login-container .title-container .title[data-v-1239f4bc] {
  font-size: 26px;
  color: #eee;
  margin: 0px auto 20px auto;
  text-align: center;
  font-weight: bold;
}
.login-container .show-pwd[data-v-1239f4bc] {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  color: #889aa4;
  cursor: pointer;
  user-select: none;
}
.login-container .forgot-form[data-v-1239f4bc] {
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.login-container .topclass span[data-v-1239f4bc] {
  font-size: 20px;
  margin: 0 20px;
}
.forgot-form[data-v-1239f4bc]  .el-step__title.is-process {
  color: #409eff;
}
.forgot-form[data-v-1239f4bc]  .el-form-item__label {
  font-size: 14px;
}
.testclass[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.anclass[data-v-1239f4bc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aiguoerp[data-v-1239f4bc] {
  font-size: 25px;
  color: #000;
}
@charset "UTF-8";
.testclass[data-v-0ed7beed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.anclass[data-v-0ed7beed] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header[data-v-0ed7beed] {
  background: #fff;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.4);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header-main[data-v-0ed7beed] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.logo-box[data-v-0ed7beed] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
}
.content[data-v-0ed7beed] {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  height: 80%;
  margin-top: 5%;
}
.ewmimg[data-v-0ed7beed] {
  margin-top: 10px;
  width: 60%;
  height: 30%;
  background: #f7faff;
  display: flex;
  border-radius: 10px;
}
.ewmimg1[data-v-0ed7beed] {
  flex: 1;
}
.ewmimg2[data-v-0ed7beed] {
  flex: 2;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.ewmimg2 div[data-v-0ed7beed] {
  text-align: center;
}
.ewmimg3[data-v-0ed7beed] {
  flex: 1;
}
.ewmimg3 img[data-v-0ed7beed] {
  width: 100%;
  height: 100%;
}
.cbtn[data-v-0ed7beed] {
  margin-left: 22%;
  margin-top: 10px;
  width: 16%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  background: #006eff;
  border-radius: 10px;
  height: 40px;
  color: white;
  line-height: 40px;
}
.showmess[data-v-0ed7beed] {
  margin-left: 10%;
  margin-top: 10px;
  width: 40%;
  display: flex;
  justify-content: center;
}
.phonearea[data-v-0ed7beed] {
  margin-left: 10%;
  margin-top: 10px;
  width: 40%;
  height: 40px;
  display: flex;
  justify-content: center;
  background: #eff3fd;
  border-radius: 10px;
}
.phonearea span[data-v-0ed7beed] {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.nag[data-v-0ed7beed] {
  margin-left: 10%;
  margin-top: 10px;
  width: 40%;
  display: flex;
  justify-content: center;
}
.nag i[data-v-0ed7beed] {
  display: flex;
  justify-content: center;
  font-size: 80px;
  color: #21a675;
}
.create[data-v-0ed7beed] {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  background: #006ee1;
  color: white;
}
.accept[data-v-0ed7beed] {
  margin-top: 20px;
}
.content-form[data-v-0ed7beed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  height: 100%;
  padding: 42px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

/* 修复input 背景不协调 和光标变色 */
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
@supports (-webkit-mask: none) and (not (cater-color: #000)) {
.login-container .el-input input[data-v-0ed7beed] {
    color: #000;
}
}
/* reset element-ui css */
.login-container[data-v-0ed7beed] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-container .el-input[data-v-0ed7beed] {
  display: inline-block;
}
.login-container .el-input input[data-v-0ed7beed] {
  border: 0px;
  border-radius: 0px;
  padding: 12px 5px 12px 30px;
  height: 47px;
}
.login-container .el-form-item[data-v-0ed7beed] {
  border-radius: 5px;
  color: #454545;
  display: inline-block;
  width: 100%;
}
.login-container .modify[data-v-0ed7beed] {
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px;
}
.imgclass[data-v-0ed7beed] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-height: 760px) {
.bodyclass[data-v-0ed7beed] {
    min-height: 700px;
    height: 700px;
    overflow: auto;
}
}
.imgclass img[data-v-0ed7beed] {
  opacity: 0.5;
}
.login-container[data-v-0ed7beed] {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1000px;
  zoom: 1;
  background-color: #f7fff9;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.login-container p[data-v-0ed7beed] {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 80%;
  margin: 0;
}
.login-container .login-form[data-v-0ed7beed] {
  position: relative;
  width: 450px;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
}
.login-container .inputicon[data-v-0ed7beed] {
  display: inline-block;
  width: 23px;
  height: 32px;
  position: absolute;
  font-size: 20px;
  margin-top: 14px;
}
.login-container .tips[data-v-0ed7beed] {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.login-container .tips span[data-v-0ed7beed]:first-of-type {
  margin-right: 16px;
}
.login-container .buttonclass[data-v-0ed7beed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.login-container .buttonclass button[data-v-0ed7beed] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  width: 100%;
  height: 54px;
  border-radius: 2px;
  font-size: 16px;
  font-family: AlibabaPuHuiTiM;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-0ed7beed] {
  background: #ffffff;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-0ed7beed]:hover {
  color: #5daf34;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-0ed7beed]:active {
  color: #5daf34;
}
.login-container .buttonclass .el-button--success.is-plain[data-v-0ed7beed]:focus {
  color: #5daf34;
}
.login-container .svg-container[data-v-0ed7beed] {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.login-container .title-container[data-v-0ed7beed] {
  position: relative;
  width: 80%;
}
.login-container .title-container .title[data-v-0ed7beed] {
  font-size: 26px;
  color: #eee;
  margin: 0px auto 20px auto;
  text-align: center;
  font-weight: bold;
}
.login-container .show-pwd[data-v-0ed7beed] {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  color: #889aa4;
  cursor: pointer;
  user-select: none;
}
.login-container .forgot-form[data-v-0ed7beed] {
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.login-container .topclass span[data-v-0ed7beed] {
  font-size: 20px;
  margin: 0 20px;
}
.forgot-form[data-v-0ed7beed]  .el-step__title.is-process {
  color: #409eff;
}
.body[data-v-e14c9f04] {
  display: flex;
  flex-direction: column;
}
.body-text[data-v-e14c9f04] {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.header[data-v-e14c9f04] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.calculation[data-v-e14c9f04] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-e14c9f04] {
  padding: 0 10px;
  display: inline-block;
}
table[data-v-e14c9f04],
td[data-v-e14c9f04],
th[data-v-e14c9f04] {
  border: 1px solid #d4d4d4;
}
table[data-v-e14c9f04] {
  border-collapse: collapse;
  height: 100px;
  width: 100%;
}
th[data-v-e14c9f04] {
  height: 65px;
}
.top[data-v-e14c9f04] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
}
.top-text1[data-v-e14c9f04] {
  font-family: STHeiti;
  color: #fff;
  font-size: 12px;
}
.fotter-top[data-v-e14c9f04] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.footer-Toptext[data-v-e14c9f04] {
  font-family: STHeiti;
  color: #fff;
  font-size: 17px;
}
.fotter-main[data-v-e14c9f04] {
  display: flex;
  background-color: #fff;
  justify-content: center;
  flex-wrap: wrap;
}
.main ::deep .el-col-6[data-v-e14c9f04] {
  margin-left: 0;
  margin-right: 0;
}
.el-col-6[data-v-e14c9f04] {
  width: 120px;
}
.el-row[data-v-e14c9f04]::before {
  content: none;
}
@media screen and (max-width: 500px) {
.top-text[data-v-e14c9f04] {
    font-family: STHeiti;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.text[data-v-e14c9f04] {
    font-size: 18px;
    font-weight: bold;
}
.text1[data-v-e14c9f04] {
    font-size: 14px;
}
[data-v-e14c9f04] .el-dialog__body {
    padding: 0px;
}
[data-v-e14c9f04] .el-dialog__header {
    padding: 0;
}
.footer-maintext[data-v-e14c9f04] {
    font-family: STHeiti;
    color: #4ca48c;
    font-size: 14px;
}
}
@media screen and (min-width: 500px) {
.top-text[data-v-e14c9f04] {
    font-family: STHeiti;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.text[data-v-e14c9f04] {
    font-size: 20px;
    font-weight: bold;
}
.text1[data-v-e14c9f04] {
    font-size: 18px;
}
.footer-maintext[data-v-e14c9f04] {
    font-family: STHeiti;
    color: #4ca48c;
    font-size: 20px;
}
}

.avatar-uploader .el-upload[data-v-30b90974] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-30b90974]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-30b90974] {
  font-size: 28px;
  color: #8c939d;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.avatar[data-v-30b90974] {
  width: 28px;
  height: 28px;
}
.content[data-v-30b90974]  .el-upload {
  position: relative;
  bottom: 30px;
}
.aa[data-v-75d4db8a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content[data-v-75d4db8a]  .el-form--label-top .el-form-item__label {
  padding: 0;
}
.content[data-v-75d4db8a]  .el-form-item__content {
  text-align: right;
}
.fonticon[data-v-6b5dcbfb] {
  color: #fff;
  padding: 0px 15px;
  font-size: 24px;
  position: relative;
  top: 5px;
}
.fontcont[data-v-6b5dcbfb] {
  padding: 0px 15px;
  font-size: 24px;
}
.IconClass[data-v-6b5dcbfb] {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 40px;
}
.Font[data-v-6b5dcbfb] {
  font-size: 20px;
}
.content[data-v-6b5dcbfb]  .el-form-item {
  margin-bottom: 18px;
}
.pay_info span[data-v-6b5dcbfb] {
  padding: 0 20px 0 0;
}
.accessclass[data-v-6b5dcbfb] {
  width: 100%;
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
}
.home[data-v-7db7eeb5] {
  overflow-x: hidden;
}
.el-input__inner[data-v-7db7eeb5] {
  width: 30%;
}
.content[data-v-7db7eeb5] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.container .shop[data-v-7db7eeb5] {
  display: inline-block;
  font-size: 18px;
  color: #656468;
  font-weight: 600;
  padding: 15px;
  flex: 1;
}
.container .type[data-v-7db7eeb5] {
  cursor: pointer;
  font-size: 14px;
  color: #66b1ff;
  padding: 0 0 0 20px;
}
.container .font[data-v-7db7eeb5] {
  display: flex;
}
.clear[data-v-7db7eeb5] {
  clear: both;
}
.container[data-v-7db7eeb5]  .el-autocomplete {
  width: 100%;
}
.container[data-v-7db7eeb5]  .el-select {
  width: 100%;
}
.container[data-v-7db7eeb5]  .el-input__inner {
  width: 100%;
}
.container[data-v-7db7eeb5]  .title {
  margin-bottom: 0px;
}
.container[data-v-7db7eeb5]  .el-textarea__inner {
  height: 108px;
}
.color[data-v-7db7eeb5] {
  color: red;
}
.el-col-6[data-v-7db7eeb5] {
  padding: 15px 0px;
}
.Icon[data-v-7db7eeb5] {
  color: #606266;
  margin: 0 14px;
  font-size: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
.el-col-6[data-v-7db7eeb5] {
    width: 50%;
}
}
.button[data-v-7db7eeb5] {
  display: flex;
  float: right;
  margin: 20px 0;
}
.container[data-v-7db7eeb5]  .el-button {
  margin: 0 5px;
}
.calculation[data-v-7db7eeb5] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-7db7eeb5] {
  padding: 0 10px;
  display: inline-block;
}
.fonticon[data-v-7db7eeb5] {
  color: #fff;
  padding: 0px 15px;
  position: relative;
  top: 5px;
}
.fontcont[data-v-7db7eeb5] {
  padding: 0px 5px;
  font-size: 30px;
  position: relative;
  top: 5px;
}
.msg[data-v-7db7eeb5] {
  margin-top: -1vh;
  color: red;
}

.zZindex {
  z-index:8000 !important;
}

body[data-v-0937d855] {
  min-width: 100px !important;
}
.home[data-v-0937d855] {
  width: 100vw;
  height: 100vh;
}
.home *[data-v-0937d855] {
  margin: 0;
  padding: 0;
}
.home .header .header_stitle[data-v-0937d855] {
  box-sizing: border-box;
  padding: 0 0.2rem;
  font-size: 0.25rem;
}
.home .header .imglist[data-v-0937d855] {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  display: flex;
  overflow-x: auto;
}
.home .header .imglist img[data-v-0937d855] {
  width: 2rem;
  height: 2rem;
}
.home .header_main[data-v-0937d855] {
  padding-top: 0.5rem;
  display: flex;
}
.home .header_main .write[data-v-0937d855] {
  margin-top: 0.6rem;
  color: #000;
}
.home .header_main .write h3[data-v-0937d855] {
  font-weight: bold;
}
.home .header_main .write .number[data-v-0937d855] {
  font-weight: bold;
}
.home .header_main .write .number .sp1[data-v-0937d855] {
  margin-right: 0.3rem;
}
.home .flaw[data-v-0937d855] {
  padding: 0.1rem;
  background: #f2f1f1;
  box-sizing: border-box;
}
.home .flaw .flaw_item[data-v-0937d855] {
  padding: 0.2rem;
}
.home .flaw .flaw_item .title[data-v-0937d855] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: #fff;
}
.home .flaw .flaw_item .item[data-v-0937d855] {
  background: #fff;
  padding: 0.2rem;
}
.home .flaw .flaw_item .item .item_item[data-v-0937d855] {
  margin-bottom: 0.1rem;
}
.home .flaw .flaw_item .item .item_item .item_item_title[data-v-0937d855] {
  font-size: 0.26rem;
  color: #000;
}
.home .flaw .flaw_item .item .item_item .item_item_main[data-v-0937d855] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.body[data-v-e1307002] {
  display: flex;
  flex-direction: column;
}
.body-text[data-v-e1307002] {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.header[data-v-e1307002] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.calculation[data-v-e1307002] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-e1307002] {
  padding: 0 10px;
  display: inline-block;
}
table[data-v-e1307002],
td[data-v-e1307002],
th[data-v-e1307002] {
  border: 1px solid #d4d4d4;
}
table[data-v-e1307002] {
  border-collapse: collapse;
  height: 100px;
  width: 100%;
}
th[data-v-e1307002] {
  height: 65px;
}
.top[data-v-e1307002] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
}
.top-text1[data-v-e1307002] {
  font-family: STHeiti;
  color: #fff;
  font-size: 12px;
}
.fotter-top[data-v-e1307002] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.footer-Toptext[data-v-e1307002] {
  font-family: STHeiti;
  color: #fff;
  font-size: 17px;
}
.fotter-main[data-v-e1307002] {
  display: flex;
  background-color: #fff;
  justify-content: center;
  flex-wrap: wrap;
}
.main ::deep .el-col-6[data-v-e1307002] {
  margin-left: 0;
  margin-right: 0;
}
.el-col-6[data-v-e1307002] {
  width: 120px;
}
.el-row[data-v-e1307002]::before {
  content: none;
}
@media screen and (max-width: 500px) {
.top-text[data-v-e1307002] {
    font-family: STHeiti;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.text[data-v-e1307002] {
    font-size: 18px;
    font-weight: bold;
}
.text1[data-v-e1307002] {
    font-size: 14px;
}
[data-v-e1307002] .el-dialog__body {
    padding: 0px;
}
[data-v-e1307002] .el-dialog__header {
    padding: 0;
}
.footer-maintext[data-v-e1307002] {
    font-family: STHeiti;
    color: #4ca48c;
    font-size: 14px;
}
}
@media screen and (min-width: 500px) {
.top-text[data-v-e1307002] {
    font-family: STHeiti;
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.text[data-v-e1307002] {
    font-size: 20px;
    font-weight: bold;
}
.text1[data-v-e1307002] {
    font-size: 18px;
}
.footer-maintext[data-v-e1307002] {
    font-family: STHeiti;
    color: #4ca48c;
    font-size: 20px;
}
}

.home[data-v-395d914d] {
  overflow-x: hidden;
}
.el-input__inner[data-v-395d914d] {
  width: 30%;
}
.content[data-v-395d914d] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.container .shop[data-v-395d914d] {
  display: inline-block;
  font-size: 18px;
  color: #656468;
  font-weight: 600;
  padding: 15px;
  flex: 1;
}
.container .type[data-v-395d914d] {
  cursor: pointer;
  font-size: 14px;
  color: #66b1ff;
  padding: 0 0 0 20px;
}
.container .font[data-v-395d914d] {
  display: flex;
}
.clear[data-v-395d914d] {
  clear: both;
}
.container[data-v-395d914d]  .el-autocomplete {
  width: 100%;
}
.container[data-v-395d914d]  .el-select {
  width: 100%;
}
.container[data-v-395d914d]  .el-input__inner {
  width: 100%;
}
.container[data-v-395d914d]  .title {
  margin-bottom: 0px;
}
.container[data-v-395d914d]  .el-textarea__inner {
  height: 108px;
}
.color[data-v-395d914d] {
  color: red;
}
.el-col-6[data-v-395d914d] {
  padding: 15px 0px;
}
.Icon[data-v-395d914d] {
  color: #606266;
  margin: 0 14px;
  font-size: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
.el-col-6[data-v-395d914d] {
    width: 50%;
}
}
.button[data-v-395d914d] {
  display: flex;
  float: right;
  margin: 20px 0;
}
.container[data-v-395d914d]  .el-button {
  margin: 0 5px;
}
.calculation[data-v-395d914d] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-395d914d] {
  padding: 0 10px;
  display: inline-block;
}
.fonticon[data-v-395d914d] {
  color: #fff;
  padding: 0px 15px;
  position: relative;
  top: 5px;
}
.fontcont[data-v-395d914d] {
  padding: 0px 5px;
  font-size: 30px;
  position: relative;
  top: 5px;
}
.msg[data-v-395d914d] {
  margin-top: -1vh;
  color: red;
}

.zZindex {
  z-index:8000 !important;
}

.ScreenAdapter[data-v-e9e2b390] {
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
  background: red;
}
@charset "UTF-8";
* li[data-v-5386d9e3] {
  outline: none;
  list-style-type: none;
}
#wrap[data-v-5386d9e3] {
  overflow: hidden;
}
#main[data-v-5386d9e3] {
  position: relative;
  transition: top 1.5s;
}
#data-view[data-v-5386d9e3] {
  width: 100%;
  height: 100%;
  background: url(https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/53bg.png);
  background-size: 100%;
  color: #fff;
  font-size: 50px;
}
#top-header[data-v-5386d9e3] {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
#top-header .header-center-decoration[data-v-5386d9e3] {
  width: 40%;
  height: 60px;
  margin-top: 30px;
}
#top-header .header-left-decoration[data-v-5386d9e3], #top-header .header-right-decoration[data-v-5386d9e3] {
  width: 25%;
  height: 60px;
}
#top-header .center-title[data-v-5386d9e3] {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
.number[data-v-5386d9e3] {
  font-family: "LCdd";
}
.saleclass[data-v-5386d9e3] {
  background: url(../../static/img/tip-bg.0a1c2cde.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.saleclass1[data-v-5386d9e3] {
  background: url(../../static/img/tip-bg1.dfadf3aa.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.zzclass[data-v-5386d9e3] {
  -webkit-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite 800ms 0 ease;
  -moz-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite 800ms 0 ease;
  -ms-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite 800ms 0 ease;
  animation: rotateVbtn-data-v-5386d9e3 2s linear infinite 800ms 0 ease;
  -moz-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite;
  -webkit-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite;
  -o-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite;
  -ms-animation: rotateVbtn-data-v-5386d9e3 2s linear infinite;
  animation: rotateVbtn-data-v-5386d9e3 2s linear infinite;
}
@keyframes rotateVbtn-data-v-5386d9e3 {
0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
ul[data-v-5386d9e3],
li[data-v-5386d9e3] {
  list-style: none;
}
body[data-v-5386d9e3] {
  background: url(https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/53bg.png) no-repeat;
  background-size: 100%;
}
@font-face {
  font-family: "LCdd";
  src: url(../../static/fonts/LCdd.048ff21f.TTF);
}
header[data-v-5386d9e3] {
  height: 7%;
  width: 100%;
  background-color: #fff;
  background: url(https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/53bg.png) no-repeat top center;
  background-size: 100%;
  text-align: center;
}
header h1[data-v-5386d9e3] {
  font-size: 2rem;
  height: 50%;
  margin: auto;
  display: table;
  font-weight: 500;
  background-image: -webkit-linear-gradient(bottom, #86919e, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header h1 span[data-v-5386d9e3] {
  display: table-cell;
  vertical-align: middle;
}
header p[data-v-5386d9e3] {
  font-size: 1rem;
  background-image: -webkit-linear-gradient(bottom, #86919e, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main[data-v-5386d9e3] {
  width: 100%;
  height: 78%;
  padding: 0 2.5%;
  box-sizing: border-box;
  position: relative;
}
.main .top5[data-v-5386d9e3] {
  width: 17.5%;
  height: 70%;
  float: left;
}
.main .top5 .top5-title[data-v-5386d9e3] {
  width: 100%;
  height: 10%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATIAAAAUCAYAAAAORLFaAAANAklEQVR4nO2c/ZPV5XnGP9dzlpcAgvKiEFiggIgI6LJI0BjUxNTY1pdobdT4ioLO9F/Qn1L/g/xio6kTX+JUbYo11WhjY6rGpDGaaghBluC+seyywO6y7C6753v1h/s57FmEUVucdKbfa2Znzsze+zxnz5nnM/d9P9f91dRfvHs+MA1w4aITii7b1FRJk2ovZwLLgQbbg6baDvTXYqVEUqUWuxSYDcguDpiiExitxabUgBDAJGAVMAUYK1xtBx+o3/9UOnbpxZ8YU6pUqc+myW/956eKk9LcpMoioAEYAXYCowDVYjTHxBkX6YtSmgsYOAjsra1Ti83xM0VlkaTpwBjQAvSfGBexlflJ6YuAgKMNFNUmYKXM2eC3Lb+YNwPArqLgylnAZpml4BGLfzV+E6jmQHC19mfnAU0yjca7ENuNj795XAULYDLwJcFymxnIrxm/Agx+qk+zVKlSfwpNx/4KRfWrEkccwNlDBllNthFaiIvrhVdatAHvkkFWpagPr2Aukqt/ITTFYi/Bof6T7D+bovhz4U0W3cCuBttJsAD7mgTNhZhl+GegDaBwQQroGJgkew2wSrAEMcPwc+CIMYUDjwCCs7CvEFwBzLV4BtgBuLBJdUkfsET25QlWF2Km4SWg+3/6KZcqVepz09mCa5J9p+xVRq+7LsMqdPxgC1gt+xaZGwMfenFCraXjr2YINsu+A3MZeKdRB/FH9WsCNApuSPbt4AWglwy7Kw1btnUB+xHTJdYl02yYhthPENGRIWoIaEUMSCyQuVjmXGAU0QkcRdRKxl6gE5EkVspsxMyzOEgAaizHVoEO4IDEWTLrZdYAFUQXcPhUn+ZDjQs/28dfqlSpT9R32jpP9SsBy2RuTeY+wVLEG0ZPAj8jzqoj52EqsCkVPJDgRolhi+1GzwIfAMN1cJonc30yDyTYILHD4mnQj4EuoJrXrACrZe6pmLslZlm8avQ08HalYcu2QaBNsBsYkzg3mWbMfOAwYr8DPFWhvhzXiTgjg28tZorFPuCQA1DDwL4cO4BYksQGmWUE8DqBEYSFjhBE34OoSJyfTBNmNnCASB0/1jQrQVaq1OnXKUBWkWlK5r4K/I3EZIsXgEdAbwJ9gDOcZsl8o2L+NonNuZz8B+Bp0E4mQmxZKri9AndLLLT4D+DvgZdBPUA1x06VuTSZ+ytwHWLI8AzwGOg3wJFKw5ZtEB2rHuBDwQCwRLBe0bSv5uzoaECKYwrwtCkafRcImjBzLA4DXRaFBSn+wV1Aj2CeoFnRP2vIgDpsAaIQdAK7BceAFXn/RcBwBt+E+rsEWalSp18nAdl0mauS2Zrg60Af4ofA48AHoKKQc8ubpTI3J3OvYDXiHQJMPwK6C9Va4zQAG1PBvQluBiYjXgS+D7wBDNfFzpX5y2TuS/BloA3VwEgLuYNfA1mtXB0AdiG6JeZkmJxHVIz7gb4Ms0JRErYghiSWCzZiFlgMAvuBkQyzkdiQVokpggsFa4ny9SBRhhaKdQ8CHyIOScwXbACWWVSJNPP4JUAJslKlTr9OANk5wLUZIs2InQ6IPAu0VSeCaa3Mt5O5TTAH8bIDYq8Bg9XxfthM4MpUsDXB1YgDFk8CTwDvA0Vd7BKZm5K5R3Ae4tcW3wO2AwciJNedJ4AMAjx7gXbEFIk1Mk0yZzgys14rauEU4GkBeiUWCDZgVlLXN8sZV1XQTpSPRe6bNcvMAw4hupxrYcGg4I9E+ToriYtk1mEmE+XrYShBVqrU56EMsuiHFXy7YrYkscjiTeBR4FWgtw42U2QuybC7VmLE4jminHwXGM2xAs6WuS6Z+xOsR+wwPEZkbPVgTMDqVHBPgtskzrB4hYh9nQmuhlODDMLD0Q7sFVQFK4C1gnMshgjYDeZ9B4mr107BTMEaiZWCaRb9wJhgiPHydU+G1SLBWolGoCAyuSFivxGgFWgVNAhWSawWnGUxAIw+1LiwtGiUKnWa9Z22znOANcnckcQNgimIHxNl31vA0QymycAima8muCvBJkEHkV09Q/THnWNnAyuSuTnBLSlaRm/k7OoV4FB1HGALgIuTuVvwDUUv/XngB8BviNZTnU4BsmL8tYFuww4nBhNcKPM1mZkICXZajKaIPQbscWIXYprMZkEzJiGGiUystm6fYacTXYjlMlcJFuc1P0L057gq0JH3H0tmk2AzZgrCDzUu/OB/84WVKlXq4/q7ts5rU8FNCe4UHCsS3zc8qrBOhVE0zvICwV8nc5dgsxPvWXzXsD0nLNTFXpYKbkiwRTDXiectvit4m0haanFfEHyzUvCtBDdLdBWJRwxP5L78SZzymYCWsUyRG18n+ekp4L1C7EFMEl6WCq9KhSdVigl/VxTQUsBvLXoRcxJemQovSoWRJ8QOFPA7BwyrEo2p8Pmp8Bmp+Nh7aTe8a9GGmJHw8lR4xef7dZYq9f9TqfCKhJcjZli0Gd4tRHs1l2bYpMLks3q+RKNF1bAzn+mBk8QuSnglYo5FbwG/LaClquiHVUUtblIqvEp4GWJSIfYU8J6hpxZXVdC09rqQKWQq6d6tE/6RE0rMqTKXCr6VoEnQ7mi0vQ7sKaSaxwPCD3Kt4JsJ5hp+BbxAQGi/pRpOKzJrBDcnuFwwaHiZSDF3WhqqW3OGzNcU6eh5ht8TZt1fPLh4Yevp/QpLlSr1cGtHAfQhTROcTZSFx7Jz4ZilmpndwDDSiOBMInYa0fPuBXxCbB9Sg2AuMI+4QNwHHAXqDfKjwICkmXnNWYRlaz/R8gqdAKpK5QSQ1WmezDUyWytwhaAL8RTwHPB+NWmU8SbeKhXcnuCeBMsQbxE17SuG9iIdN45E2Rl+lOsVvbF/Iq5S3y6ko3UQWyRzQ772/RLiD3nNF4A/PLh44ScPZJYqVeoz6eHWjnwppz5BY05kziXA0w30h0New4IWpFaBZdYm2AjMBwYz+Ebzye/Jsd2Cs2QuEVyImYboAXoz9KrAR8AeSUdlViTYRNjAxvL+R4FPDbLF+dpzSxq/9nyMgEh3IZnxhl9zMvdko1yDxXbixuItYKgOYrOBq5PZluDLiD9a/AD4R0xLeM8E0fBbmR3EdwoWIv7d8D3gJ2Tz3YOLy1vLUqVOtx5u7TAwiLQb2CcxQ2HDWkP4vbqJrMvJFEg9hA1rQGKRAmZL8qVgl6WhbDMbQdpL+MAqEhckaAZm5YmfHkvVZAz0I32I6Mk2sGbFwyXIgOz7JJAlzAWCLclx7Yl41XFj8brhiJNqV6QzMFcleEDm6xI9hieBp4APDEWRju/WKHNrxWxLYjniV/na9SXHeFQYyWJwdGOCbcncGOBne97/l9Qag0AJslKlTr8ebu2IF9IYMW/9kYQkVsk0C+YZehH7LNVsWANEM36/xGyJ9TLriFHDDkv9lkhxl9hJ2KuOSizDXCxY7DzxY+lYjq3ZwDokpkpcINNElJr7EQeoa/7Xg2wy5isV2CbzVwpH/bOOcu6dAo7VlX3nJHNTgntlLhLsQDwKPGdot477QQRcmDO7WwVnIl5y+FF+bhioc/BOl7k673+loAfxpAOMO2DiqHwJslKlTr/qQAZx5vYBLYIhwTJgfQrL1DCiHRjN530ojU/8TBVcKLFOkXH1AN01LmT/6S7BQYXdYn0SKwSy6AAGc+xYmmgDO08RO9/Qn72qVQiQTQHmCK6pmG2CKyU+sngc+CGw2zEMmoAvAMtTwW0J7hIslnjd4hGiYd9vgaPkPCNfu25N0Q8bcYw2PAq8B4wVMWE+FTgn98PuFzRLvJ9L2ecJgn9MJchKlTr9OgFkNR0iJm4O5gdGbMp9syKXmqNANUUzvg3YjShkVitM8mdnn+hBoLCopuh1fYjolJiVs73VeW77APH7as7iuvOaRySW5h7bYsQoYfUYq1Tu3bpe5upkHhCssvgl8Ah1YwA5YzoTuCRD7BaELH5EgOltcsaWc72VMlfkRv1liJYMpqeIZh7FeI9tYzLXVcw2ifkWPyVGG37CyZ9FBJQgK1Xq89ApQAZhVq89MGK6RFMy64GKxRiwLwMKYuxwJ6Kv1jeT+TPi9nMYOJDjxgge7CXK19WKUcdZFiPEFNFwjo3xSehGzBZcLHMBMQs+1iDrIkET8qRsg3icANP4kLaF4sGKl0g+1zFLuZ24wWw5IQ5gpWAD8mxHb+sJ4N/ym4nQiJ1MzFOuszxCWDCeJDK2CaVkqVKl/uQaAn4K9OY+2eWgdTJDxDjSsbq2VRfwtAM8dwALhDZgBoDfF0RDnoDZO8Bhx9NurhecK+sSApyH6mL7gX8BeizuBpqEmjAjDYo+1kHg14Q/7H3qIGaOw0lEPdqaY96g7oFqNdXFHgF+B/xXXnscYkSdmuNMgLGXeK7RTkqIlSr1f1UFcUZ/Rn5EfS7EBDVeHIfZAHH2G4F1wBF9zDhxXHsJpswGZmXf68liRwn+vEbE9An03411mX9IUJZbAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  display: table;
  font-size: 0.9rem;
}
.main .top5 .top5-title span[data-v-5386d9e3] {
  display: table-cell;
  vertical-align: middle;
}
.main .top5 .top5-content[data-v-5386d9e3] {
  width: 100%;
  height: 80%;
}
.main .top5 .top5-content ul[data-v-5386d9e3] {
  width: 100%;
  height: 100%;
}
.main .top5 .top5-content ul li[data-v-5386d9e3] {
  width: 100%;
  height: 82px;
  margin-top: 5%;
  position: relative;
}
.main .top5 .top5-content ul li .li-content[data-v-5386d9e3] {
  width: 90%;
  height: 100%;
  margin-left: 15%;
  background: url(../../static/img/border.35845685.png) no-repeat;
  background-size: 100%;
  font-size: 0.7rem;
  padding-left: 15%;
  padding-top: 6%;
  color: #fff;
  box-sizing: border-box;
}
.main .top5 .top5-content ul li .li-content span[data-v-5386d9e3] {
  margin-right: 2%;
}
.main .top5 .top5-content ul li .cicle[data-v-5386d9e3] {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../static/img/green.5be868e6.png) no-repeat center;
  background-size: 100%;
  left: 0;
  bottom: 0;
}
.main .top5 .top5-content ul li:nth-of-type(1) .li-content[data-v-5386d9e3] {
  background: url(../../static/img/a.459fefdd.png) no-repeat;
  background-size: 100%;
}
.main .top5 .top5-content ul li:nth-of-type(1) .cicle[data-v-5386d9e3] {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100%;
}
.main .total[data-v-5386d9e3] {
  width: 65%;
  height: 100%;
  float: left;
  position: relative;
}
.main .total .rain[data-v-5386d9e3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main .total .data1[data-v-5386d9e3],
.main .total .data2[data-v-5386d9e3],
.main .total .data3[data-v-5386d9e3],
.main .total .data4[data-v-5386d9e3] {
  width: 8rem;
  height: 4rem;
  position: absolute;
}
.main .total .data1 span[data-v-5386d9e3],
.main .total .data2 span[data-v-5386d9e3],
.main .total .data3 span[data-v-5386d9e3],
.main .total .data4 span[data-v-5386d9e3] {
  color: #0ac1c7;
  font-size: 0.8rem;
  font-family: "宋体";
}
.main .total .data1 p[data-v-5386d9e3],
.main .total .data2 p[data-v-5386d9e3],
.main .total .data3 p[data-v-5386d9e3],
.main .total .data4 p[data-v-5386d9e3] {
  font-family: "LCdd";
  font-size: 1.5rem;
  color: #f29701;
}
.main .total .data1[data-v-5386d9e3] {
  left: 12%;
  top: 13%;
  display: flex;
  flex-direction: column;
}
.main .total .data2[data-v-5386d9e3] {
  left: 44%;
  top: 4%;
  display: flex;
  flex-direction: column;
}
.main .total .data3[data-v-5386d9e3] {
  left: 62%;
  top: 7%;
  display: flex;
  flex-direction: column;
}
.main .total .data4[data-v-5386d9e3] {
  left: 75%;
  top: 31%;
  display: flex;
  flex-direction: column;
}
.main .total .dashed[data-v-5386d9e3] {
  position: absolute;
  left: 0;
  top: 0;
}
.main .total .sphere[data-v-5386d9e3] {
  width: 20rem;
  height: 20rem;
  position: relative;
  margin: 14% auto 0;
}
.main .total .sphere .sphere-bg[data-v-5386d9e3] {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/53earth.png) no-repeat center;
  background-size: contain;
}
.main .total .sphere .sum[data-v-5386d9e3] {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../static/img/53cloud.025749a0.png) no-repeat center;
  background-size: 55%;
}
.main .total .sphere .sum span[data-v-5386d9e3] {
  display: block;
  margin-top: 30%;
  padding-left: 32%;
  color: #0ac0ff;
  font-size: 0.9rem;
}
.main .total .sphere .sum p[data-v-5386d9e3] {
  margin-top: 2%;
  text-align: center;
  color: #003c63;
  background: linear-gradient(0deg, #45d3fd, #45d3fd, #61ddb1, #61ddb1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: "LCdd";
  font-size: 2rem;
}
.main .total .cicle3[data-v-5386d9e3] {
  width: 35rem;
  height: 35rem;
  background: url(https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/img/circle.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 14%;
  left: 50%;
  transform-style: preserve-3d;
  transform: translateX(-50%) rotateX(75deg);
  animation: rotate3-data-v-5386d9e3 20s linear infinite;
}
.main .total .cicle4[data-v-5386d9e3] {
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform-style: preserve-3d;
  background: url(../../static/img/53gqright.3d745410.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%) rotateX(75deg);
  animation: rotate3-data-v-5386d9e3 2s linear infinite;
}
.main .total .cicle5[data-v-5386d9e3] {
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 62%;
  left: 50%;
  transform-style: preserve-3d;
  background: url(../../static/img/53gqleft.48d8b412.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%) rotateX(75deg);
  animation: rotate4-data-v-5386d9e3 2s linear infinite;
}
.main .total .cicle6[data-v-5386d9e3] {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 70%;
  left: 50%;
  transform-style: preserve-3d;
  background: url(../../static/img/535gqbottomright.5bc69264.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%) rotateX(75deg);
  animation: rotate3-data-v-5386d9e3 2s linear infinite;
}
.main .total .cicle7[data-v-5386d9e3] {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 72%;
  left: 50%;
  transform-style: preserve-3d;
  background: url(../../static/img/53gqbottomleft.98b9da71.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%) rotateX(75deg);
  animation: rotate4-data-v-5386d9e3 2s linear infinite;
}
.main .total .cicle8[data-v-5386d9e3],
.main .total .cicle9[data-v-5386d9e3],
.main .total .cicle10[data-v-5386d9e3],
.main .total .cicle11[data-v-5386d9e3] {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin-left: -2.5rem;
  border-radius: 50%;
}
.main .total .cicle8 span[data-v-5386d9e3],
.main .total .cicle9 span[data-v-5386d9e3],
.main .total .cicle10 span[data-v-5386d9e3],
.main .total .cicle11 span[data-v-5386d9e3] {
  font-family: "LCdd";
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20%;
}
.main .total .cicle8 p[data-v-5386d9e3],
.main .total .cicle9 p[data-v-5386d9e3],
.main .total .cicle10 p[data-v-5386d9e3],
.main .total .cicle11 p[data-v-5386d9e3] {
  text-align: center;
  font-size: 0.5rem;
  margin-bottom: 5px;
}
.main .total .cicle8[data-v-5386d9e3] {
  background: url(../../static/img/hg.894773d8.png) no-repeat;
  background-size: 100%;
  animation: rotate5-data-v-5386d9e3 20s linear infinite;
  color: #f29701;
}
.main .total .cicle9[data-v-5386d9e3] {
  background: url(../../static/img/circle2.f8f72efe.png) no-repeat;
  background-size: 100%;
  animation: rotate6-data-v-5386d9e3 20s linear infinite;
  color: #0ac1c7;
}
.main .total .cicle10[data-v-5386d9e3] {
  background: url(../../static/img/circle1.116fe540.png) no-repeat;
  background-size: 100%;
  animation: rotate7-data-v-5386d9e3 20s linear infinite;
  color: #f29701;
}
.main .total .cicle11[data-v-5386d9e3] {
  background: url(../../static/img/circle2.f8f72efe.png) no-repeat;
  background-size: 100%;
  color: #0ac1c7;
  animation: rotate8-data-v-5386d9e3 20s linear infinite;
}
.main .analyse[data-v-5386d9e3] {
  width: 17.5%;
  float: left;
}
.main .analyse .analyse-title[data-v-5386d9e3] {
  width: 100%;
  height: 10%;
  background: url(data:image/png;base64,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) no-repeat center;
  background-size: 100%;
  color: #fff;
  text-align: center;
  display: table;
  font-size: 0.9rem;
}
.main .analyse .analyse-title span[data-v-5386d9e3] {
  display: table-cell;
  vertical-align: middle;
}
.main .analyse ul[data-v-5386d9e3] {
  width: 100%;
  height: 60%;
}
.main .analyse ul li[data-v-5386d9e3] {
  width: 100%;
  height: 30%;
  margin: 3% 0;
}
.main .analyse ul li img[data-v-5386d9e3] {
  height: 80%;
  float: left;
  vertical-align: 0%;
}
.main .analyse ul li h5[data-v-5386d9e3] {
  float: left;
  color: #fff;
  margin-left: 5%;
}
.main .analyse ul li span[data-v-5386d9e3] {
  font-size: 0.5rem;
  float: left;
  color: #fff;
  margin-left: 5%;
}
.main .analyse ul li em[data-v-5386d9e3] {
  font-style: normal;
  font-size: 1.3rem;
  margin-left: 5%;
  color: #0ac1c7;
}
.main .analyse ul li:nth-of-type(1) em[data-v-5386d9e3] {
  color: #f29701;
}
.main .analyse .execution[data-v-5386d9e3] {
  width: 100%;
  height: 30%;
  background: url(../../static/img/execution.3fd50b17.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.main .analyse .execution .title[data-v-5386d9e3] {
  writing-mode: vertical-lr;
  font-size: 0.7rem;
  margin-left: 3%;
  margin-top: 3%;
  color: #fff;
}
.main .analyse .execution .cicle1[data-v-5386d9e3],
.main .analyse .execution .cicle2[data-v-5386d9e3] {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url(../../static/img/2222.22d724cd.png) no-repeat center;
  background-size: 100%;
  transform-style: preserve-3d;
  transform: rotateX(75deg);
  animation: rotate2-data-v-5386d9e3 1s linear infinite;
}
.main .analyse .execution .cicle1[data-v-5386d9e3] {
  top: 47%;
  left: 20%;
}
.main .analyse .execution .cicle2[data-v-5386d9e3] {
  top: 47%;
  left: 63%;
}
.main .analyse .execution .waterChart1[data-v-5386d9e3],
.main .analyse .execution .waterChart2[data-v-5386d9e3] {
  position: absolute;
  width: 4rem;
  height: 5rem;
}
.main .analyse .execution .waterChart1 .chart-title[data-v-5386d9e3],
.main .analyse .execution .waterChart2 .chart-title[data-v-5386d9e3] {
  height: 20%;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
.main .analyse .execution .waterChart1 .chart1[data-v-5386d9e3],
.main .analyse .execution .waterChart2 .chart1[data-v-5386d9e3],
.main .analyse .execution .waterChart1 .chart2[data-v-5386d9e3],
.main .analyse .execution .waterChart2 .chart2[data-v-5386d9e3] {
  width: 100%;
  height: 80%;
}
.main .analyse .execution .waterChart1[data-v-5386d9e3] {
  top: 0%;
  left: 20%;
}
.main .analyse .execution .waterChart2[data-v-5386d9e3] {
  top: 0%;
  left: 63%;
}
.main .sale[data-v-5386d9e3] {
  width: 27.5%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 2.5%;
}
.main .sale ul[data-v-5386d9e3] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .sale ul li[data-v-5386d9e3] {
  width: 100%;
  height: 30%;
  margin-top: 1%;
}
.main .sale ul li .showImg[data-v-5386d9e3] {
  float: left;
  width: 10%;
  height: 100%;
  text-align: center;
}
.main .sale ul li .showImg img[data-v-5386d9e3] {
  vertical-align: 0%;
  width: 70%;
  margin-top: 30%;
}
.main .sale ul li .data[data-v-5386d9e3] {
  float: left;
  width: 10%;
  height: 100%;
  text-align: center;
}
.main .sale ul li .data span[data-v-5386d9e3] {
  color: #fff;
  font-size: 0.6rem;
}
.main .sale ul li .data span[data-v-5386d9e3]:nth-of-type(2) {
  color: #0ac1c7;
}
.main .sale ul li .shoeChart[data-v-5386d9e3],
.main .sale ul li .clothesChart[data-v-5386d9e3],
.main .sale ul li .mzChart[data-v-5386d9e3] {
  height: 100%;
  width: 75%;
  float: left;
}
.main .lineChart[data-v-5386d9e3] {
  width: 27.5%;
  height: 30%;
  position: absolute;
  right: 2.5%;
}
.bottom[data-v-5386d9e3] {
  width: 100%;
  height: 15%;
  position: relative;
  overflow: hidden;
}
.bottom .ul-box[data-v-5386d9e3] {
  width: 200%;
  height: 100%;
  position: relative;
  animation: move-data-v-5386d9e3 10s linear infinite 12s;
}
.bottom .ul-box ul[data-v-5386d9e3] {
  float: left;
  width: 50%;
  height: 100%;
}
.bottom .ul-box ul li[data-v-5386d9e3] {
  width: 30%;
  height: 100%;
  margin: 0 1.5%;
  background-size: 50%;
  float: left;
}
.bottom .ul-box ul li .li-content[data-v-5386d9e3] {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../static/img/bg.57ea80e1.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  animation: show5-data-v-5386d9e3 1s linear forwards 8.5s;
}
.bottom .ul-box ul li .li-content p[data-v-5386d9e3] {
  width: 100%;
  height: 20%;
  text-align: center;
  color: #fff;
  display: table;
}
.bottom .ul-box ul li .li-content p span[data-v-5386d9e3] {
  display: table-cell;
  vertical-align: middle;
}
.bottom .ul-box ul li .li-content p[data-v-5386d9e3]:nth-of-type(1) {
  margin-top: 7%;
}
.bottom .ul-box ul li .li-content p[data-v-5386d9e3]:nth-of-type(2) {
  font-family: "液晶数字字体";
  font-size: 1.5rem;
}
.bottom .ul-box ul li .li-content .li-box[data-v-5386d9e3] {
  position: absolute;
  width: 70%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bottom .ul-box ul li .li-content .li-box .box1[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box2[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box3[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box4[data-v-5386d9e3] {
  width: 23%;
  height: 50%;
  position: absolute;
}
.bottom .ul-box ul li .li-content .li-box .box1 h5[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box2 h5[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box3 h5[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box4 h5[data-v-5386d9e3] {
  height: 50%;
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  display: table;
}
.bottom .ul-box ul li .li-content .li-box .box1 h5 span[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box2 h5 span[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box3 h5 span[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box4 h5 span[data-v-5386d9e3] {
  display: table-cell;
  vertical-align: middle;
}
.bottom .ul-box ul li .li-content .li-box .box1 .pic[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box2 .pic[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box3 .pic[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box4 .pic[data-v-5386d9e3] {
  width: 100%;
  height: 50%;
  color: #fff;
  font-size: 0.7rem;
}
.bottom .ul-box ul li .li-content .li-box .box1 .pic img[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box2 .pic img[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box3 .pic img[data-v-5386d9e3],
.bottom .ul-box ul li .li-content .li-box .box4 .pic img[data-v-5386d9e3] {
  width: 1rem;
  vertical-align: bottom;
  margin-right: 5%;
}
.bottom .ul-box ul li .li-content .li-box .box1[data-v-5386d9e3] {
  left: 12%;
  top: 0;
}
.bottom .ul-box ul li .li-content .li-box .box2[data-v-5386d9e3] {
  right: 6%;
  top: 0;
}
.bottom .ul-box ul li .li-content .li-box .box3[data-v-5386d9e3] {
  left: 12%;
  bottom: 0;
}
.bottom .ul-box ul li .li-content .li-box .box4[data-v-5386d9e3] {
  right: 5%;
  bottom: 0;
}
.bottom .ul-box ul li[data-v-5386d9e3]:nth-of-type(1) {
  transform: translateY(100%);
  animation: di2-data-v-5386d9e3 1s linear forwards 7s;
}
.bottom .ul-box ul li[data-v-5386d9e3]:nth-of-type(2) {
  transform: translateY(100%);
  animation: di2-data-v-5386d9e3 1s linear forwards 7s;
}
.bottom .ul-box ul li[data-v-5386d9e3]:nth-of-type(3) {
  transform: translateY(100%);
  animation: di2-data-v-5386d9e3 1s linear forwards 7s;
}
@keyframes rotate-data-v-5386d9e3 {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate2-data-v-5386d9e3 {
0% {
    transform: rotateX(75deg) rotateZ(0);
}
100% {
    transform: rotateX(75deg) rotateZ(360deg);
}
}
@keyframes rotate3-data-v-5386d9e3 {
0% {
    transform: translateX(-50%) rotateX(75deg) rotateZ(0);
}
100% {
    transform: translateX(-50%) rotateX(75deg) rotateZ(360deg);
}
}
@keyframes rotate4-data-v-5386d9e3 {
0% {
    transform: translateX(-50%) rotateX(75deg) rotateZ(0);
}
100% {
    transform: translateX(-50%) rotateX(75deg) rotateZ(-360deg);
}
}
@keyframes rotate5-data-v-5386d9e3 {
0% {
    transform: matrix3d(1.24614, 0, 0, 0, 0, 1.24614, 0, 0, 0, 0, 1, 0, 270, 0, 0, 1);
    z-index: 100;
}
1% {
    transform: matrix3d(1.27511, 0, 0, 0, 0, 1.27511, 0, 0, 0, 0, 1, 0, 269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
2% {
    transform: matrix3d(1.30398, 0, 0, 0, 0, 1.30398, 0, 0, 0, 0, 1, 0, 267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
3% {
    transform: matrix3d(1.33262, 0, 0, 0, 0, 1.33262, 0, 0, 0, 0, 1, 0, 265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
4% {
    transform: matrix3d(1.36092, 0, 0, 0, 0, 1.36092, 0, 0, 0, 0, 1, 0, 261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
5% {
    transform: matrix3d(1.388767646, 0, 0, 0, 0, 1.388767646, 0, 0, 0, 0, 1, 0, 256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
6% {
    transform: matrix3d(1.416044266, 0, 0, 0, 0, 1.416044266, 0, 0, 0, 0, 1, 0, 251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
7% {
    transform: matrix3d(1.442656278, 0, 0, 0, 0, 1.442656278, 0, 0, 0, 0, 1, 0, 244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
8% {
    transform: matrix3d(1.468479068, 0, 0, 0, 0, 1.468479068, 0, 0, 0, 0, 1, 0, 236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
9% {
    transform: matrix3d(1.493443406, 0, 0, 0, 0, 1.493443406, 0, 0, 0, 0, 1, 0, 227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
10% {
    transform: matrix3d(1.517424678, 0, 0, 0, 0, 1.517424678, 0, 0, 0, 0, 1, 0, 218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
11% {
    transform: matrix3d(1.540325962, 0, 0, 0, 0, 1.540325962, 0, 0, 0, 0, 1, 0, 208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
12% {
    transform: matrix3d(1.562078028, 0, 0, 0, 0, 1.562078028, 0, 0, 0, 0, 1, 0, 196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
13% {
    transform: matrix3d(1.582583954, 0, 0, 0, 0, 1.582583954, 0, 0, 0, 0, 1, 0, 184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
14% {
    transform: matrix3d(1.601760664, 0, 0, 0, 0, 1.601760664, 0, 0, 0, 0, 1, 0, 172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
15% {
    transform: matrix3d(1.619525082, 0, 0, 0, 0, 1.619525082, 0, 0, 0, 0, 1, 0, 158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
16% {
    transform: matrix3d(1.635821824, 0, 0, 0, 0, 1.635821824, 0, 0, 0, 0, 1, 0, 144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
17% {
    transform: matrix3d(1.65058166, 0, 0, 0, 0, 1.65058166, 0, 0, 0, 0, 1, 0, 130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
18% {
    transform: matrix3d(1.663749206, 0, 0, 0, 0, 1.663749206, 0, 0, 0, 0, 1, 0, 114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
19% {
    transform: matrix3d(1.675269078, 0, 0, 0, 0, 1.675269078, 0, 0, 0, 0, 1, 0, 99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
20% {
    transform: matrix3d(1.685085892, 0, 0, 0, 0, 1.685085892, 0, 0, 0, 0, 1, 0, 83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
21% {
    transform: matrix3d(1.693171956, 0, 0, 0, 0, 1.693171956, 0, 0, 0, 0, 1, 0, 67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
22% {
    transform: matrix3d(1.699499578, 0, 0, 0, 0, 1.699499578, 0, 0, 0, 0, 1, 0, 50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
23% {
    transform: matrix3d(1.70402722, 0, 0, 0, 0, 1.70402722, 0, 0, 0, 0, 1, 0, 33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
24% {
    transform: matrix3d(1.706768728, 0, 0, 0, 0, 1.706768728, 0, 0, 0, 0, 1, 0, 16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
25% {
    transform: matrix3d(1.707668718, 0, 0, 0, 0, 1.707668718, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    z-index: 101;
}
26% {
    transform: matrix3d(1.707668718, 0, 0, 0, 0, 1.707668718, 0, 0, 0, 0, 1, 0, -16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
27% {
    transform: matrix3d(1.706768728, 0, 0, 0, 0, 1.706768728, 0, 0, 0, 0, 1, 0, -33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
28% {
    transform: matrix3d(1.70402722, 0, 0, 0, 0, 1.70402722, 0, 0, 0, 0, 1, 0, -50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
29% {
    transform: matrix3d(1.699499578, 0, 0, 0, 0, 1.699499578, 0, 0, 0, 0, 1, 0, -67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
30% {
    transform: matrix3d(1.693171956, 0, 0, 0, 0, 1.693171956, 0, 0, 0, 0, 1, 0, -83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
31% {
    transform: matrix3d(1.685085892, 0, 0, 0, 0, 1.685085892, 0, 0, 0, 0, 1, 0, -99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
32% {
    transform: matrix3d(1.675269078, 0, 0, 0, 0, 1.675269078, 0, 0, 0, 0, 1, 0, -114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
33% {
    transform: matrix3d(1.663749206, 0, 0, 0, 0, 1.663749206, 0, 0, 0, 0, 1, 0, -130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
34% {
    transform: matrix3d(1.65058166, 0, 0, 0, 0, 1.65058166, 0, 0, 0, 0, 1, 0, -144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
35% {
    transform: matrix3d(1.635821824, 0, 0, 0, 0, 1.635821824, 0, 0, 0, 0, 1, 0, -158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
36% {
    transform: matrix3d(1.619525082, 0, 0, 0, 0, 1.619525082, 0, 0, 0, 0, 1, 0, -172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
37% {
    transform: matrix3d(1.601760664, 0, 0, 0, 0, 1.601760664, 0, 0, 0, 0, 1, 0, -184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
38% {
    transform: matrix3d(1.582583954, 0, 0, 0, 0, 1.582583954, 0, 0, 0, 0, 1, 0, -196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
39% {
    transform: matrix3d(1.562078028, 0, 0, 0, 0, 1.562078028, 0, 0, 0, 0, 1, 0, -208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
40% {
    transform: matrix3d(1.540325962, 0, 0, 0, 0, 1.540325962, 0, 0, 0, 0, 1, 0, -218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
41% {
    transform: matrix3d(1.517424678, 0, 0, 0, 0, 1.517424678, 0, 0, 0, 0, 1, 0, -227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
42% {
    transform: matrix3d(1.493443406, 0, 0, 0, 0, 1.493443406, 0, 0, 0, 0, 1, 0, -236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
43% {
    transform: matrix3d(1.468479068, 0, 0, 0, 0, 1.468479068, 0, 0, 0, 0, 1, 0, -244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
44% {
    transform: matrix3d(1.442656278, 0, 0, 0, 0, 1.442656278, 0, 0, 0, 0, 1, 0, -251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
45% {
    transform: matrix3d(1.416044266, 0, 0, 0, 0, 1.416044266, 0, 0, 0, 0, 1, 0, -256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
46% {
    transform: matrix3d(1.388767646, 0, 0, 0, 0, 1.388767646, 0, 0, 0, 0, 1, 0, -261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
47% {
    transform: matrix3d(1.36092334, 0, 0, 0, 0, 1.36092334, 0, 0, 0, 0, 1, 0, -265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
48% {
    transform: matrix3d(1.332622116, 0, 0, 0, 0, 1.332622116, 0, 0, 0, 0, 1, 0, -267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
49% {
    transform: matrix3d(1.303988588, 0, 0, 0, 0, 1.303988588, 0, 0, 0, 0, 1, 0, -269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
50% {
    transform: matrix3d(1.275119678, 0, 0, 0, 0, 1.275119678, 0, 0, 0, 0, 1, 0, -270, 0, 0, 1);
    z-index: 100;
}
51% {
    transform: matrix3d(1.217160322, 0, 0, 0, 0, 1.217160322, 0, 0, 0, 0, 1, 0, -269.46722, -6.27905, 0, 1);
    z-index: 99.93721;
}
52% {
    transform: matrix3d(1.188291412, 0, 0, 0, 0, 1.188291412, 0, 0, 0, 0, 1, 0, -267.87097, -12.53332, 0, 1);
    z-index: 99.87467;
}
53% {
    transform: matrix3d(1.159657884, 0, 0, 0, 0, 1.159657884, 0, 0, 0, 0, 1, 0, -265.21756, -18.73813, 0, 1);
    z-index: 99.81262;
}
54% {
    transform: matrix3d(1.13135666, 0, 0, 0, 0, 1.13135666, 0, 0, 0, 0, 1, 0, -261.51745, -24.86899, 0, 1);
    z-index: 99.75131;
}
55% {
    transform: matrix3d(1.103512354, 0, 0, 0, 0, 1.103512354, 0, 0, 0, 0, 1, 0, -256.78526, -30.9017, 0, 1);
    z-index: 99.69098;
}
56% {
    transform: matrix3d(1.076235734, 0, 0, 0, 0, 1.076235734, 0, 0, 0, 0, 1, 0, -251.03965, -36.81246, 0, 1);
    z-index: 99.63188;
}
57% {
    transform: matrix3d(1.049623722, 0, 0, 0, 0, 1.049623722, 0, 0, 0, 0, 1, 0, -244.3033, -42.57793, 0, 1);
    z-index: 99.57422;
}
58% {
    transform: matrix3d(1.023800932, 0, 0, 0, 0, 1.023800932, 0, 0, 0, 0, 1, 0, -236.6028, -48.17537, 0, 1);
    z-index: 99.51825;
}
59% {
    transform: matrix3d(0.998836594, 0, 0, 0, 0, 0.998836594, 0, 0, 0, 0, 1, 0, -227.96854, -53.58268, 0, 1);
    z-index: 99.46417;
}
60% {
    transform: matrix3d(0.974855322, 0, 0, 0, 0, 0.974855322, 0, 0, 0, 0, 1, 0, -218.43459, -58.77853, 0, 1);
    z-index: 99.41221;
}
61% {
    transform: matrix3d(0.951954038, 0, 0, 0, 0, 0.951954038, 0, 0, 0, 0, 1, 0, -208.03857, -63.7424, 0, 1);
    z-index: 99.36258;
}
62% {
    transform: matrix3d(0.930201972, 0, 0, 0, 0, 0.930201972, 0, 0, 0, 0, 1, 0, -196.82153, -68.45471, 0, 1);
    z-index: 99.31545;
}
63% {
    transform: matrix3d(0.909696046, 0, 0, 0, 0, 0.909696046, 0, 0, 0, 0, 1, 0, -184.82772, -72.89686, 0, 1);
    z-index: 99.27103;
}
64% {
    transform: matrix3d(0.890519336, 0, 0, 0, 0, 0.890519336, 0, 0, 0, 0, 1, 0, -172.10447, -77.05132, 0, 1);
    z-index: 99.22949;
}
65% {
    transform: matrix3d(0.872754918, 0, 0, 0, 0, 0.872754918, 0, 0, 0, 0, 1, 0, -158.70201, -80.9017, 0, 1);
    z-index: 99.19098;
}
66% {
    transform: matrix3d(0.856458176, 0, 0, 0, 0, 0.856458176, 0, 0, 0, 0, 1, 0, -144.67323, -84.43279, 0, 1);
    z-index: 99.15567;
}
67% {
    transform: matrix3d(0.84169834, 0, 0, 0, 0, 0.84169834, 0, 0, 0, 0, 1, 0, -130.07348, -87.63067, 0, 1);
    z-index: 99.12369;
}
68% {
    transform: matrix3d(0.828530794, 0, 0, 0, 0, 0.828530794, 0, 0, 0, 0, 1, 0, -114.96039, -90.4827, 0, 1);
    z-index: 99.09517;
}
69% {
    transform: matrix3d(0.817010922, 0, 0, 0, 0, 0.817010922, 0, 0, 0, 0, 1, 0, -99.39361, -92.97765, 0, 1);
    z-index: 99.07022;
}
70% {
    transform: matrix3d(0.807194108, 0, 0, 0, 0, 0.807194108, 0, 0, 0, 0, 1, 0, -83.43456, -95.10565, 0, 1);
    z-index: 99.04894;
}
71% {
    transform: matrix3d(0.799108044, 0, 0, 0, 0, 0.799108044, 0, 0, 0, 0, 1, 0, -67.14622, -96.85831, 0, 1);
    z-index: 99.03142;
}
72% {
    transform: matrix3d(0.792780422, 0, 0, 0, 0, 0.792780422, 0, 0, 0, 0, 1, 0, -50.59289, -98.22872, 0, 1);
    z-index: 99.01771;
}
73% {
    transform: matrix3d(0.78825278, 0, 0, 0, 0, 0.78825278, 0, 0, 0, 0, 1, 0, -33.83989, -99.21146, 0, 1);
    z-index: 99.00789;
}
74% {
    transform: matrix3d(0.785511272, 0, 0, 0, 0, 0.785511272, 0, 0, 0, 0, 1, 0, -16.95333, -99.80266, 0, 1);
    z-index: 99.00197;
}
75% {
    transform: matrix3d(0.784611282, 0, 0, 0, 0, 0.784611282, 0, 0, 0, 0, 1, 0, 0.00015, -99.99999, 0, 1);
    z-index: 99;
}
76% {
    transform: matrix3d(0.785511272, 0, 0, 0, 0, 0.785511272, 0, 0, 0, 0, 1, 0, 16.95364, -99.80266, 0, 1);
    z-index: 99.00197;
}
77% {
    transform: matrix3d(0.78825278, 0, 0, 0, 0, 0.78825278, 0, 0, 0, 0, 1, 0, 33.84024, -99.21145, 0, 1);
    z-index: 99.00789;
}
78% {
    transform: matrix3d(0.792780422, 0, 0, 0, 0, 0.792780422, 0, 0, 0, 0, 1, 0, 50.59331, -98.2287, 0, 1);
    z-index: 99.01771;
}
79% {
    transform: matrix3d(0.799108044, 0, 0, 0, 0, 0.799108044, 0, 0, 0, 0, 1, 0, 67.14674, -96.85828, 0, 1);
    z-index: 99.03142;
}
80% {
    transform: matrix3d(0.807194108, 0, 0, 0, 0, 0.807194108, 0, 0, 0, 0, 1, 0, 83.4352, -95.1056, 0, 1);
    z-index: 99.04894;
}
81% {
    transform: matrix3d(0.817010922, 0, 0, 0, 0, 0.817010922, 0, 0, 0, 0, 1, 0, 99.39444, -92.97758, 0, 1);
    z-index: 99.07022;
}
82% {
    transform: matrix3d(0.828530794, 0, 0, 0, 0, 0.828530794, 0, 0, 0, 0, 1, 0, 114.96147, -90.48262, 0, 1);
    z-index: 99.09517;
}
83% {
    transform: matrix3d(0.84169834, 0, 0, 0, 0, 0.84169834, 0, 0, 0, 0, 1, 0, 130.07487, -87.63055, 0, 1);
    z-index: 99.12369;
}
84% {
    transform: matrix3d(0.856458176, 0, 0, 0, 0, 0.856458176, 0, 0, 0, 0, 1, 0, 144.67503, -84.43264, 0, 1);
    z-index: 99.15567;
}
85% {
    transform: matrix3d(0.872754918, 0, 0, 0, 0, 0.872754918, 0, 0, 0, 0, 1, 0, 158.70434, -80.9015, 0, 1);
    z-index: 99.19099;
}
86% {
    transform: matrix3d(0.890519336, 0, 0, 0, 0, 0.890519336, 0, 0, 0, 0, 1, 0, 172.10748, -77.05106, 0, 1);
    z-index: 99.22949;
}
87% {
    transform: matrix3d(0.909696046, 0, 0, 0, 0, 0.909696046, 0, 0, 0, 0, 1, 0, 184.83158, -72.89652, 0, 1);
    z-index: 99.27103;
}
88% {
    transform: matrix3d(0.930201972, 0, 0, 0, 0, 0.930201972, 0, 0, 0, 0, 1, 0, 196.82649, -68.45427, 0, 1);
    z-index: 99.31546;
}
89% {
    transform: matrix3d(0.951954038, 0, 0, 0, 0, 0.951954038, 0, 0, 0, 0, 1, 0, 208.04493, -63.74182, 0, 1);
    z-index: 99.36258;
}
90% {
    transform: matrix3d(0.974855322, 0, 0, 0, 0, 0.974855322, 0, 0, 0, 0, 1, 0, 218.4427, -58.77778, 0, 1);
    z-index: 99.41222;
}
91% {
    transform: matrix3d(0.998836594, 0, 0, 0, 0, 0.998836594, 0, 0, 0, 0, 1, 0, 227.97887, -53.58172, 0, 1);
    z-index: 99.46418;
}
92% {
    transform: matrix3d(1.023800932, 0, 0, 0, 0, 1.023800932, 0, 0, 0, 0, 1, 0, 236.61593, -48.17414, 0, 1);
    z-index: 99.51826;
}
93% {
    transform: matrix3d(1.049623722, 0, 0, 0, 0, 1.049623722, 0, 0, 0, 0, 1, 0, 244.31993, -42.57636, 0, 1);
    z-index: 99.57424;
}
94% {
    transform: matrix3d(1.076235734, 0, 0, 0, 0, 1.076235734, 0, 0, 0, 0, 1, 0, 251.06067, -36.81045, 0, 1);
    z-index: 99.6319;
}
95% {
    transform: matrix3d(1.103512354, 0, 0, 0, 0, 1.103512354, 0, 0, 0, 0, 1, 0, 256.81175, -30.89914, 0, 1);
    z-index: 99.69101;
}
96% {
    transform: matrix3d(1.13135666, 0, 0, 0, 0, 1.13135666, 0, 0, 0, 0, 1, 0, 261.55076, -24.86574, 0, 1);
    z-index: 99.75134;
}
97% {
    transform: matrix3d(1.159657884, 0, 0, 0, 0, 1.159657884, 0, 0, 0, 0, 1, 0, 265.25934, -18.73401, 0, 1);
    z-index: 99.81266;
}
98% {
    transform: matrix3d(1.188291412, 0, 0, 0, 0, 1.188291412, 0, 0, 0, 0, 1, 0, 267.92326, -12.52811, 0, 1);
    z-index: 99.87472;
}
99% {
    transform: matrix3d(1.217160322, 0, 0, 0, 0, 1.217160322, 0, 0, 0, 0, 1, 0, 269.5325, -6.27248, 0, 1);
    z-index: 99.93728;
}
100% {
    transform: matrix3d(1.24614, 0, 0, 0, 0, 1.24614, 0, 0, 0, 0, 1, 0, 270.08133, 0.00827, 0, 1);
    z-index: 100.00008;
}
}
@keyframes rotate6-data-v-5386d9e3 {
0% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, -16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
1% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, -33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
2% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, -50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
3% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, -67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
4% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, -83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
5% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, -99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
6% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, -114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
7% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, -130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
8% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, -144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
9% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, -158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
10% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, -172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
11% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, -184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
12% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, -196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
13% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, -208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
14% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, -218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
15% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, -227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
16% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, -236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
17% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, -244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
18% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, -251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
19% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, -256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
20% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, -261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
21% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, -265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
22% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, -267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
23% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, -269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
24% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, -270, 0, 0, 1);
    z-index: 100;
}
25% {
    transform: matrix3d(0.87907, 0, 0, 0, 0, 0.87907, 0, 0, 0, 0, 1, 0, -269.46722, -6.27905, 0, 1);
    z-index: 99.93721;
}
26% {
    transform: matrix3d(0.85822, 0, 0, 0, 0, 0.85822, 0, 0, 0, 0, 1, 0, -267.87097, -12.53332, 0, 1);
    z-index: 99.87467;
}
27% {
    transform: matrix3d(0.83754, 0, 0, 0, 0, 0.83754, 0, 0, 0, 0, 1, 0, -265.21756, -18.73813, 0, 1);
    z-index: 99.81262;
}
28% {
    transform: matrix3d(0.8171, 0, 0, 0, 0, 0.8171, 0, 0, 0, 0, 1, 0, -261.51745, -24.86899, 0, 1);
    z-index: 99.75131;
}
29% {
    transform: matrix3d(0.79699, 0, 0, 0, 0, 0.79699, 0, 0, 0, 0, 1, 0, -256.78526, -30.9017, 0, 1);
    z-index: 99.69098;
}
30% {
    transform: matrix3d(0.77729, 0, 0, 0, 0, 0.77729, 0, 0, 0, 0, 1, 0, -251.03965, -36.81246, 0, 1);
    z-index: 99.63188;
}
31% {
    transform: matrix3d(0.75807, 0, 0, 0, 0, 0.75807, 0, 0, 0, 0, 1, 0, -244.3033, -42.57793, 0, 1);
    z-index: 99.57422;
}
32% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, -236.6028, -48.17537, 0, 1);
    z-index: 99.51825;
}
33% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, -227.96854, -53.58268, 0, 1);
    z-index: 99.46417;
}
34% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, -218.43459, -58.77853, 0, 1);
    z-index: 99.41221;
}
35% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, -208.03857, -63.7424, 0, 1);
    z-index: 99.36258;
}
36% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, -196.82153, -68.45471, 0, 1);
    z-index: 99.31545;
}
37% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, -184.82772, -72.89686, 0, 1);
    z-index: 99.27103;
}
38% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, -172.10447, -77.05132, 0, 1);
    z-index: 99.22949;
}
39% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, -158.70201, -80.9017, 0, 1);
    z-index: 99.19098;
}
40% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, -144.67323, -84.43279, 0, 1);
    z-index: 99.15567;
}
41% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, -130.07348, -87.63067, 0, 1);
    z-index: 99.12369;
}
42% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, -114.96039, -90.4827, 0, 1);
    z-index: 99.09517;
}
43% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, -99.39361, -92.97765, 0, 1);
    z-index: 99.07022;
}
44% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, -83.43456, -95.10565, 0, 1);
    z-index: 99.04894;
}
45% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, -67.14622, -96.85831, 0, 1);
    z-index: 99.03142;
}
46% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, -50.59289, -98.22872, 0, 1);
    z-index: 99.01771;
}
47% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, -33.83989, -99.21146, 0, 1);
    z-index: 99.00789;
}
48% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, -16.95333, -99.80266, 0, 1);
    z-index: 99.00197;
}
49% {
    transform: matrix3d(0.56667, 0, 0, 0, 0, 0.56667, 0, 0, 0, 0, 1, 0, 0.00015, -99.99999, 0, 1);
    z-index: 99;
}
50% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, 16.95364, -99.80266, 0, 1);
    z-index: 99.00197;
}
51% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, 33.84024, -99.21145, 0, 1);
    z-index: 99.00789;
}
52% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, 50.59331, -98.2287, 0, 1);
    z-index: 99.01771;
}
53% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, 67.14674, -96.85828, 0, 1);
    z-index: 99.03142;
}
54% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, 83.4352, -95.1056, 0, 1);
    z-index: 99.04894;
}
55% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, 99.39444, -92.97758, 0, 1);
    z-index: 99.07022;
}
56% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, 114.96147, -90.48262, 0, 1);
    z-index: 99.09517;
}
57% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, 130.07487, -87.63055, 0, 1);
    z-index: 99.12369;
}
58% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, 144.67503, -84.43264, 0, 1);
    z-index: 99.15567;
}
59% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, 158.70434, -80.9015, 0, 1);
    z-index: 99.19099;
}
60% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, 172.10748, -77.05106, 0, 1);
    z-index: 99.22949;
}
61% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, 184.83158, -72.89652, 0, 1);
    z-index: 99.27103;
}
62% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, 196.82649, -68.45427, 0, 1);
    z-index: 99.31546;
}
63% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, 208.04493, -63.74182, 0, 1);
    z-index: 99.36258;
}
64% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, 218.4427, -58.77778, 0, 1);
    z-index: 99.41222;
}
65% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, 227.97887, -53.58172, 0, 1);
    z-index: 99.46418;
}
66% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, 236.61593, -48.17414, 0, 1);
    z-index: 99.51826;
}
67% {
    transform: matrix3d(0.75808, 0, 0, 0, 0, 0.75808, 0, 0, 0, 0, 1, 0, 244.31993, -42.57636, 0, 1);
    z-index: 99.57424;
}
68% {
    transform: matrix3d(0.7773, 0, 0, 0, 0, 0.7773, 0, 0, 0, 0, 1, 0, 251.06067, -36.81045, 0, 1);
    z-index: 99.6319;
}
69% {
    transform: matrix3d(0.797, 0, 0, 0, 0, 0.797, 0, 0, 0, 0, 1, 0, 256.81175, -30.89914, 0, 1);
    z-index: 99.69101;
}
70% {
    transform: matrix3d(0.81711, 0, 0, 0, 0, 0.81711, 0, 0, 0, 0, 1, 0, 261.55076, -24.86574, 0, 1);
    z-index: 99.75134;
}
71% {
    transform: matrix3d(0.83755, 0, 0, 0, 0, 0.83755, 0, 0, 0, 0, 1, 0, 265.25934, -18.73401, 0, 1);
    z-index: 99.81266;
}
72% {
    transform: matrix3d(0.85824, 0, 0, 0, 0, 0.85824, 0, 0, 0, 0, 1, 0, 267.92326, -12.52811, 0, 1);
    z-index: 99.87472;
}
73% {
    transform: matrix3d(0.87909, 0, 0, 0, 0, 0.87909, 0, 0, 0, 0, 1, 0, 269.5325, -6.27248, 0, 1);
    z-index: 99.93728;
}
74% {
    transform: matrix3d(0.90003, 0, 0, 0, 0, 0.90003, 0, 0, 0, 0, 1, 0, 270.08133, 0.00827, 0, 1);
    z-index: 100.00008;
}
75% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 270, 0, 0, 1);
    z-index: 100;
}
76% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, 269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
77% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, 267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
78% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, 265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
79% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, 261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
80% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, 256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
81% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, 251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
82% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, 244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
83% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, 236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
84% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, 227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
85% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, 218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
86% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, 208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
87% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, 196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
88% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, 184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
89% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, 172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
90% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, 158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
91% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, 144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
92% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, 130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
93% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, 114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
94% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, 99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
95% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, 83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
96% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, 67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
97% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, 50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
98% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, 33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
99% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, 16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
100% {
    transform: matrix3d(1.23333, 0, 0, 0, 0, 1.23333, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    z-index: 101;
}
}
@keyframes rotate7-data-v-5386d9e3 {
0% {
    transform: matrix3d(0.85822, 0, 0, 0, 0, 0.85822, 0, 0, 0, 0, 1, 0, -267.87097, -12.53332, 0, 1);
    z-index: 99.87467;
}
1% {
    transform: matrix3d(0.83754, 0, 0, 0, 0, 0.83754, 0, 0, 0, 0, 1, 0, -265.21756, -18.73813, 0, 1);
    z-index: 99.81262;
}
2% {
    transform: matrix3d(0.8171, 0, 0, 0, 0, 0.8171, 0, 0, 0, 0, 1, 0, -261.51745, -24.86899, 0, 1);
    z-index: 99.75131;
}
3% {
    transform: matrix3d(0.79699, 0, 0, 0, 0, 0.79699, 0, 0, 0, 0, 1, 0, -256.78526, -30.9017, 0, 1);
    z-index: 99.69098;
}
4% {
    transform: matrix3d(0.77729, 0, 0, 0, 0, 0.77729, 0, 0, 0, 0, 1, 0, -251.03965, -36.81246, 0, 1);
    z-index: 99.63188;
}
5% {
    transform: matrix3d(0.75807, 0, 0, 0, 0, 0.75807, 0, 0, 0, 0, 1, 0, -244.3033, -42.57793, 0, 1);
    z-index: 99.57422;
}
6% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, -236.6028, -48.17537, 0, 1);
    z-index: 99.51825;
}
7% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, -227.96854, -53.58268, 0, 1);
    z-index: 99.46417;
}
8% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, -218.43459, -58.77853, 0, 1);
    z-index: 99.41221;
}
9% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, -208.03857, -63.7424, 0, 1);
    z-index: 99.36258;
}
10% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, -196.82153, -68.45471, 0, 1);
    z-index: 99.31545;
}
11% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, -184.82772, -72.89686, 0, 1);
    z-index: 99.27103;
}
12% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, -172.10447, -77.05132, 0, 1);
    z-index: 99.22949;
}
13% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, -158.70201, -80.9017, 0, 1);
    z-index: 99.19098;
}
14% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, -144.67323, -84.43279, 0, 1);
    z-index: 99.15567;
}
15% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, -130.07348, -87.63067, 0, 1);
    z-index: 99.12369;
}
16% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, -114.96039, -90.4827, 0, 1);
    z-index: 99.09517;
}
17% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, -99.39361, -92.97765, 0, 1);
    z-index: 99.07022;
}
18% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, -83.43456, -95.10565, 0, 1);
    z-index: 99.04894;
}
19% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, -67.14622, -96.85831, 0, 1);
    z-index: 99.03142;
}
20% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, -50.59289, -98.22872, 0, 1);
    z-index: 99.01771;
}
21% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, -33.83989, -99.21146, 0, 1);
    z-index: 99.00789;
}
22% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, -16.95333, -99.80266, 0, 1);
    z-index: 99.00197;
}
23% {
    transform: matrix3d(0.56667, 0, 0, 0, 0, 0.56667, 0, 0, 0, 0, 1, 0, 0.00015, -99.99999, 0, 1);
    z-index: 99;
}
24% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, 16.95364, -99.80266, 0, 1);
    z-index: 99.00197;
}
25% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, 33.84024, -99.21145, 0, 1);
    z-index: 99.00789;
}
26% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, 50.59331, -98.2287, 0, 1);
    z-index: 99.01771;
}
27% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, 67.14674, -96.85828, 0, 1);
    z-index: 99.03142;
}
28% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, 83.4352, -95.1056, 0, 1);
    z-index: 99.04894;
}
29% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, 99.39444, -92.97758, 0, 1);
    z-index: 99.07022;
}
30% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, 114.96147, -90.48262, 0, 1);
    z-index: 99.09517;
}
31% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, 130.07487, -87.63055, 0, 1);
    z-index: 99.12369;
}
32% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, 144.67503, -84.43264, 0, 1);
    z-index: 99.15567;
}
33% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, 158.70434, -80.9015, 0, 1);
    z-index: 99.19099;
}
34% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, 172.10748, -77.05106, 0, 1);
    z-index: 99.22949;
}
35% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, 184.83158, -72.89652, 0, 1);
    z-index: 99.27103;
}
36% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, 196.82649, -68.45427, 0, 1);
    z-index: 99.31546;
}
37% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, 208.04493, -63.74182, 0, 1);
    z-index: 99.36258;
}
38% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, 218.4427, -58.77778, 0, 1);
    z-index: 99.41222;
}
39% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, 227.97887, -53.58172, 0, 1);
    z-index: 99.46418;
}
40% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, 236.61593, -48.17414, 0, 1);
    z-index: 99.51826;
}
41% {
    transform: matrix3d(0.75808, 0, 0, 0, 0, 0.75808, 0, 0, 0, 0, 1, 0, 244.31993, -42.57636, 0, 1);
    z-index: 99.57424;
}
42% {
    transform: matrix3d(0.7773, 0, 0, 0, 0, 0.7773, 0, 0, 0, 0, 1, 0, 251.06067, -36.81045, 0, 1);
    z-index: 99.6319;
}
43% {
    transform: matrix3d(0.797, 0, 0, 0, 0, 0.797, 0, 0, 0, 0, 1, 0, 256.81175, -30.89914, 0, 1);
    z-index: 99.69101;
}
44% {
    transform: matrix3d(0.81711, 0, 0, 0, 0, 0.81711, 0, 0, 0, 0, 1, 0, 261.55076, -24.86574, 0, 1);
    z-index: 99.75134;
}
45% {
    transform: matrix3d(0.83755, 0, 0, 0, 0, 0.83755, 0, 0, 0, 0, 1, 0, 265.25934, -18.73401, 0, 1);
    z-index: 99.81266;
}
46% {
    transform: matrix3d(0.85824, 0, 0, 0, 0, 0.85824, 0, 0, 0, 0, 1, 0, 267.92326, -12.52811, 0, 1);
    z-index: 99.87472;
}
47% {
    transform: matrix3d(0.87909, 0, 0, 0, 0, 0.87909, 0, 0, 0, 0, 1, 0, 269.5325, -6.27248, 0, 1);
    z-index: 99.93728;
}
48% {
    transform: matrix3d(0.90003, 0, 0, 0, 0, 0.90003, 0, 0, 0, 0, 1, 0, 270.08133, 0.00827, 0, 1);
    z-index: 100.00008;
}
49% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 270, 0, 0, 1);
    z-index: 100;
}
50% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, 269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
51% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, 267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
52% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, 265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
53% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, 261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
54% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, 256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
55% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, 251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
56% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, 244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
57% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, 236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
58% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, 227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
59% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, 218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
60% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, 208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
61% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, 196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
62% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, 184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
63% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, 172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
64% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, 158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
65% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, 144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
66% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, 130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
67% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, 114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
68% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, 99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
69% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, 83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
70% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, 67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
71% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, 50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
72% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, 33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
73% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, 16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
74% {
    transform: matrix3d(1.23333, 0, 0, 0, 0, 1.23333, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    z-index: 101;
}
75% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, -16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
76% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, -33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
77% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, -50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
78% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, -67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
79% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, -83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
80% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, -99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
81% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, -114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
82% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, -130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
83% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, -144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
84% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, -158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
85% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, -172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
86% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, -184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
87% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, -196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
88% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, -208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
89% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, -218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
90% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, -227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
91% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, -236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
92% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, -244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
93% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, -251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
94% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, -256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
95% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, -261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
96% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, -265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
97% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, -267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
98% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, -269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
99% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, -270, 0, 0, 1);
    z-index: 100;
}
100% {
    transform: matrix3d(0.87907, 0, 0, 0, 0, 0.87907, 0, 0, 0, 0, 1, 0, -269.46722, -6.27905, 0, 1);
    z-index: 99.93721;
}
}
@keyframes rotate8-data-v-5386d9e3 {
0% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, 50.59331, -98.2287, 0, 1);
    z-index: 99.01771;
}
1% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, 67.14674, -96.85828, 0, 1);
    z-index: 99.03142;
}
2% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, 83.4352, -95.1056, 0, 1);
    z-index: 99.04894;
}
3% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, 99.39444, -92.97758, 0, 1);
    z-index: 99.07022;
}
4% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, 114.96147, -90.48262, 0, 1);
    z-index: 99.09517;
}
5% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, 130.07487, -87.63055, 0, 1);
    z-index: 99.12369;
}
6% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, 144.67503, -84.43264, 0, 1);
    z-index: 99.15567;
}
7% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, 158.70434, -80.9015, 0, 1);
    z-index: 99.19099;
}
8% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, 172.10748, -77.05106, 0, 1);
    z-index: 99.22949;
}
9% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, 184.83158, -72.89652, 0, 1);
    z-index: 99.27103;
}
10% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, 196.82649, -68.45427, 0, 1);
    z-index: 99.31546;
}
11% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, 208.04493, -63.74182, 0, 1);
    z-index: 99.36258;
}
12% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, 218.4427, -58.77778, 0, 1);
    z-index: 99.41222;
}
13% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, 227.97887, -53.58172, 0, 1);
    z-index: 99.46418;
}
14% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, 236.61593, -48.17414, 0, 1);
    z-index: 99.51826;
}
15% {
    transform: matrix3d(0.75808, 0, 0, 0, 0, 0.75808, 0, 0, 0, 0, 1, 0, 244.31993, -42.57636, 0, 1);
    z-index: 99.57424;
}
16% {
    transform: matrix3d(0.7773, 0, 0, 0, 0, 0.7773, 0, 0, 0, 0, 1, 0, 251.06067, -36.81045, 0, 1);
    z-index: 99.6319;
}
17% {
    transform: matrix3d(0.797, 0, 0, 0, 0, 0.797, 0, 0, 0, 0, 1, 0, 256.81175, -30.89914, 0, 1);
    z-index: 99.69101;
}
18% {
    transform: matrix3d(0.81711, 0, 0, 0, 0, 0.81711, 0, 0, 0, 0, 1, 0, 261.55076, -24.86574, 0, 1);
    z-index: 99.75134;
}
19% {
    transform: matrix3d(0.83755, 0, 0, 0, 0, 0.83755, 0, 0, 0, 0, 1, 0, 265.25934, -18.73401, 0, 1);
    z-index: 99.81266;
}
20% {
    transform: matrix3d(0.85824, 0, 0, 0, 0, 0.85824, 0, 0, 0, 0, 1, 0, 267.92326, -12.52811, 0, 1);
    z-index: 99.87472;
}
21% {
    transform: matrix3d(0.87909, 0, 0, 0, 0, 0.87909, 0, 0, 0, 0, 1, 0, 269.5325, -6.27248, 0, 1);
    z-index: 99.93728;
}
22% {
    transform: matrix3d(0.90003, 0, 0, 0, 0, 0.90003, 0, 0, 0, 0, 1, 0, 270.08133, 0.00827, 0, 1);
    z-index: 100.00008;
}
23% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 270, 0, 0, 1);
    z-index: 100;
}
24% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, 269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
25% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, 267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
26% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, 265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
27% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, 261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
28% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, 256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
29% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, 251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
30% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, 244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
31% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, 236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
32% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, 227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
33% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, 218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
34% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, 208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
35% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, 196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
36% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, 184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
37% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, 172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
38% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, 158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
39% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, 144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
40% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, 130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
41% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, 114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
42% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, 99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
43% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, 83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
44% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, 67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
45% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, 50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
46% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, 33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
47% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, 16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
48% {
    transform: matrix3d(1.23333, 0, 0, 0, 0, 1.23333, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    z-index: 101;
}
49% {
    transform: matrix3d(1.23268, 0, 0, 0, 0, 1.23268, 0, 0, 0, 0, 1, 0, -16.95344, 99.80267, 0, 1);
    z-index: 100.99803;
}
50% {
    transform: matrix3d(1.2307, 0, 0, 0, 0, 1.2307, 0, 0, 0, 0, 1, 0, -33.83997, 99.21147, 0, 1);
    z-index: 100.99211;
}
51% {
    transform: matrix3d(1.22743, 0, 0, 0, 0, 1.22743, 0, 0, 0, 0, 1, 0, -50.59295, 98.22873, 0, 1);
    z-index: 100.98229;
}
52% {
    transform: matrix3d(1.22286, 0, 0, 0, 0, 1.22286, 0, 0, 0, 0, 1, 0, -67.14627, 96.85832, 0, 1);
    z-index: 100.96858;
}
53% {
    transform: matrix3d(1.21702, 0, 0, 0, 0, 1.21702, 0, 0, 0, 0, 1, 0, -83.43459, 95.10565, 0, 1);
    z-index: 100.95106;
}
54% {
    transform: matrix3d(1.20993, 0, 0, 0, 0, 1.20993, 0, 0, 0, 0, 1, 0, -99.39363, 92.97765, 0, 1);
    z-index: 100.92978;
}
55% {
    transform: matrix3d(1.20161, 0, 0, 0, 0, 1.20161, 0, 0, 0, 0, 1, 0, -114.96041, 90.48271, 0, 1);
    z-index: 100.90483;
}
56% {
    transform: matrix3d(1.1921, 0, 0, 0, 0, 1.1921, 0, 0, 0, 0, 1, 0, -130.07349, 87.63067, 0, 1);
    z-index: 100.87631;
}
57% {
    transform: matrix3d(1.18144, 0, 0, 0, 0, 1.18144, 0, 0, 0, 0, 1, 0, -144.67323, 84.43279, 0, 1);
    z-index: 100.84433;
}
58% {
    transform: matrix3d(1.16967, 0, 0, 0, 0, 1.16967, 0, 0, 0, 0, 1, 0, -158.70202, 80.9017, 0, 1);
    z-index: 100.80902;
}
59% {
    transform: matrix3d(1.15684, 0, 0, 0, 0, 1.15684, 0, 0, 0, 0, 1, 0, -172.10448, 77.05132, 0, 1);
    z-index: 100.77051;
}
60% {
    transform: matrix3d(1.14299, 0, 0, 0, 0, 1.14299, 0, 0, 0, 0, 1, 0, -184.82772, 72.89686, 0, 1);
    z-index: 100.72897;
}
61% {
    transform: matrix3d(1.12818, 0, 0, 0, 0, 1.12818, 0, 0, 0, 0, 1, 0, -196.82153, 68.45471, 0, 1);
    z-index: 100.68455;
}
62% {
    transform: matrix3d(1.11247, 0, 0, 0, 0, 1.11247, 0, 0, 0, 0, 1, 0, -208.03858, 63.7424, 0, 1);
    z-index: 100.63742;
}
63% {
    transform: matrix3d(1.09593, 0, 0, 0, 0, 1.09593, 0, 0, 0, 0, 1, 0, -218.43459, 58.77853, 0, 1);
    z-index: 100.58779;
}
64% {
    transform: matrix3d(1.07861, 0, 0, 0, 0, 1.07861, 0, 0, 0, 0, 1, 0, -227.96854, 53.58268, 0, 1);
    z-index: 100.53583;
}
65% {
    transform: matrix3d(1.06058, 0, 0, 0, 0, 1.06058, 0, 0, 0, 0, 1, 0, -236.6028, 48.17537, 0, 1);
    z-index: 100.48175;
}
66% {
    transform: matrix3d(1.04193, 0, 0, 0, 0, 1.04193, 0, 0, 0, 0, 1, 0, -244.3033, 42.57793, 0, 1);
    z-index: 100.42578;
}
67% {
    transform: matrix3d(1.02271, 0, 0, 0, 0, 1.02271, 0, 0, 0, 0, 1, 0, -251.03965, 36.81246, 0, 1);
    z-index: 100.36812;
}
68% {
    transform: matrix3d(1.00301, 0, 0, 0, 0, 1.00301, 0, 0, 0, 0, 1, 0, -256.78526, 30.9017, 0, 1);
    z-index: 100.30902;
}
69% {
    transform: matrix3d(0.9829, 0, 0, 0, 0, 0.9829, 0, 0, 0, 0, 1, 0, -261.51745, 24.86899, 0, 1);
    z-index: 100.24869;
}
70% {
    transform: matrix3d(0.96246, 0, 0, 0, 0, 0.96246, 0, 0, 0, 0, 1, 0, -265.21756, 18.73813, 0, 1);
    z-index: 100.18738;
}
71% {
    transform: matrix3d(0.94178, 0, 0, 0, 0, 0.94178, 0, 0, 0, 0, 1, 0, -267.87097, 12.53332, 0, 1);
    z-index: 100.12533;
}
72% {
    transform: matrix3d(0.92093, 0, 0, 0, 0, 0.92093, 0, 0, 0, 0, 1, 0, -269.46722, 6.27905, 0, 1);
    z-index: 100.06279;
}
73% {
    transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, -270, 0, 0, 1);
    z-index: 100;
}
74% {
    transform: matrix3d(0.87907, 0, 0, 0, 0, 0.87907, 0, 0, 0, 0, 1, 0, -269.46722, -6.27905, 0, 1);
    z-index: 99.93721;
}
75% {
    transform: matrix3d(0.85822, 0, 0, 0, 0, 0.85822, 0, 0, 0, 0, 1, 0, -267.87097, -12.53332, 0, 1);
    z-index: 99.87467;
}
76% {
    transform: matrix3d(0.83754, 0, 0, 0, 0, 0.83754, 0, 0, 0, 0, 1, 0, -265.21756, -18.73813, 0, 1);
    z-index: 99.81262;
}
77% {
    transform: matrix3d(0.8171, 0, 0, 0, 0, 0.8171, 0, 0, 0, 0, 1, 0, -261.51745, -24.86899, 0, 1);
    z-index: 99.75131;
}
78% {
    transform: matrix3d(0.79699, 0, 0, 0, 0, 0.79699, 0, 0, 0, 0, 1, 0, -256.78526, -30.9017, 0, 1);
    z-index: 99.69098;
}
79% {
    transform: matrix3d(0.77729, 0, 0, 0, 0, 0.77729, 0, 0, 0, 0, 1, 0, -251.03965, -36.81246, 0, 1);
    z-index: 99.63188;
}
80% {
    transform: matrix3d(0.75807, 0, 0, 0, 0, 0.75807, 0, 0, 0, 0, 1, 0, -244.3033, -42.57793, 0, 1);
    z-index: 99.57422;
}
81% {
    transform: matrix3d(0.73942, 0, 0, 0, 0, 0.73942, 0, 0, 0, 0, 1, 0, -236.6028, -48.17537, 0, 1);
    z-index: 99.51825;
}
82% {
    transform: matrix3d(0.72139, 0, 0, 0, 0, 0.72139, 0, 0, 0, 0, 1, 0, -227.96854, -53.58268, 0, 1);
    z-index: 99.46417;
}
83% {
    transform: matrix3d(0.70407, 0, 0, 0, 0, 0.70407, 0, 0, 0, 0, 1, 0, -218.43459, -58.77853, 0, 1);
    z-index: 99.41221;
}
84% {
    transform: matrix3d(0.68753, 0, 0, 0, 0, 0.68753, 0, 0, 0, 0, 1, 0, -208.03857, -63.7424, 0, 1);
    z-index: 99.36258;
}
85% {
    transform: matrix3d(0.67182, 0, 0, 0, 0, 0.67182, 0, 0, 0, 0, 1, 0, -196.82153, -68.45471, 0, 1);
    z-index: 99.31545;
}
86% {
    transform: matrix3d(0.65701, 0, 0, 0, 0, 0.65701, 0, 0, 0, 0, 1, 0, -184.82772, -72.89686, 0, 1);
    z-index: 99.27103;
}
87% {
    transform: matrix3d(0.64316, 0, 0, 0, 0, 0.64316, 0, 0, 0, 0, 1, 0, -172.10447, -77.05132, 0, 1);
    z-index: 99.22949;
}
88% {
    transform: matrix3d(0.63033, 0, 0, 0, 0, 0.63033, 0, 0, 0, 0, 1, 0, -158.70201, -80.9017, 0, 1);
    z-index: 99.19098;
}
89% {
    transform: matrix3d(0.61856, 0, 0, 0, 0, 0.61856, 0, 0, 0, 0, 1, 0, -144.67323, -84.43279, 0, 1);
    z-index: 99.15567;
}
90% {
    transform: matrix3d(0.6079, 0, 0, 0, 0, 0.6079, 0, 0, 0, 0, 1, 0, -130.07348, -87.63067, 0, 1);
    z-index: 99.12369;
}
91% {
    transform: matrix3d(0.59839, 0, 0, 0, 0, 0.59839, 0, 0, 0, 0, 1, 0, -114.96039, -90.4827, 0, 1);
    z-index: 99.09517;
}
92% {
    transform: matrix3d(0.59007, 0, 0, 0, 0, 0.59007, 0, 0, 0, 0, 1, 0, -99.39361, -92.97765, 0, 1);
    z-index: 99.07022;
}
93% {
    transform: matrix3d(0.58298, 0, 0, 0, 0, 0.58298, 0, 0, 0, 0, 1, 0, -83.43456, -95.10565, 0, 1);
    z-index: 99.04894;
}
94% {
    transform: matrix3d(0.57714, 0, 0, 0, 0, 0.57714, 0, 0, 0, 0, 1, 0, -67.14622, -96.85831, 0, 1);
    z-index: 99.03142;
}
95% {
    transform: matrix3d(0.57257, 0, 0, 0, 0, 0.57257, 0, 0, 0, 0, 1, 0, -50.59289, -98.22872, 0, 1);
    z-index: 99.01771;
}
96% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, -33.83989, -99.21146, 0, 1);
    z-index: 99.00789;
}
97% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, -16.95333, -99.80266, 0, 1);
    z-index: 99.00197;
}
98% {
    transform: matrix3d(0.56667, 0, 0, 0, 0, 0.56667, 0, 0, 0, 0, 1, 0, 0.00015, -99.99999, 0, 1);
    z-index: 99;
}
99% {
    transform: matrix3d(0.56732, 0, 0, 0, 0, 0.56732, 0, 0, 0, 0, 1, 0, 16.95364, -99.80266, 0, 1);
    z-index: 99.00197;
}
100% {
    transform: matrix3d(0.5693, 0, 0, 0, 0, 0.5693, 0, 0, 0, 0, 1, 0, 33.84024, -99.21145, 0, 1);
    z-index: 99.00789;
}
}
@keyframes show1-data-v-5386d9e3 {
0% {
    opacity: 0;
}
100% {
    opacity: 0.25;
}
}
@keyframes show2-data-v-5386d9e3 {
0% {
    opacity: 0;
}
100% {
    opacity: 0.5;
}
}
@keyframes show3-data-v-5386d9e3 {
0% {
    opacity: 0;
}
100% {
    opacity: 0.75;
}
}
@keyframes show4-data-v-5386d9e3 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes zoomIn-data-v-5386d9e3 {
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
100% {
    opacity: 1;
}
}
@keyframes come1-data-v-5386d9e3 {
0% {
    opacity: 0;
    left: 40%;
}
100% {
    opacity: 1;
    left: 0;
}
}
@keyframes come2-data-v-5386d9e3 {
0% {
    opacity: 0;
    right: 40%;
}
100% {
    opacity: 1;
    right: 0;
}
}
@keyframes come3-data-v-5386d9e3 {
0% {
    opacity: 0;
    top: 40%;
}
100% {
    opacity: 1;
    top: 15%;
}
}
@keyframes come4-data-v-5386d9e3 {
0% {
    opacity: 0;
    bottom: 40%;
}
100% {
    opacity: 1;
    bottom: 10%;
}
}
@keyframes rotate1-data-v-5386d9e3 {
0% {
    transform: translateY(-50%) rotateY(0);
}
100% {
    transform: translateY(-50%) rotateY(360deg);
}
}
@keyframes inner1-data-v-5386d9e3 {
0% {
    left: 40%;
    opacity: 0;
}
100% {
    left: 10%;
    opacity: 1;
}
}
@keyframes inner2-data-v-5386d9e3 {
0% {
    right: 40%;
    opacity: 0;
}
100% {
    right: 10%;
    opacity: 1;
}
}
@keyframes arrow1-data-v-5386d9e3 {
0% {
    opacity: 0.2;
    left: 10%;
}
100% {
    opacity: 1;
    left: 15%;
}
}
@keyframes arrow2-data-v-5386d9e3 {
0% {
    opacity: 0.2;
    right: 10%;
}
100% {
    opacity: 1;
    right: 15%;
}
}
@keyframes meter-data-v-5386d9e3 {
0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(0);
}
40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8) rotate(360deg);
}
80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8) rotate(540deg);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(540deg);
}
}
@keyframes animate-data-v-5386d9e3 {
0% {
    opacity: 0;
}
100% {
    opacity: 0.7;
}
}
@keyframes sale-data-v-5386d9e3 {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 60px, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes animate1-data-v-5386d9e3 {
0% {
    left: -50%;
}
100% {
    left: 50%;
}
}
@keyframes animate2-data-v-5386d9e3 {
0% {
    left: 150%;
}
100% {
    left: 50%;
}
}
@keyframes di2-data-v-5386d9e3 {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0);
}
}
@keyframes show5-data-v-5386d9e3 {
0% {
    opacity: 0;
    transform: translateY(100%) scale(0);
}
100% {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
@keyframes move-data-v-5386d9e3 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.loadingtext[data-v-2bab4b55]  .el-dialog__body {
  height: 300px;
}
.number[data-v-2bab4b55] {
  color: #409eff;
}
.imei[data-v-2bab4b55] {
  color: #67c23a;
}
.state[data-v-2bab4b55] {
  color: #f56c6c;
}
.barcode[data-v-2bab4b55] {
  color: #e6a23c;
}
.scan_box2[data-v-2a5f1da8] {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.14);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
}
input[data-v-2a5f1da8] {
  width: 80%;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
}
page[data-v-2a5f1da8] {
  background-color: #FFFFFF;
}
.icon-img[data-v-2a5f1da8] {
  font-size: 20px;
  color: #bbbbbb;
  font-weight: 400;
}
.list_box[data-v-2a5f1da8] {
  padding: 0 15px;
  margin: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.list_title[data-v-2a5f1da8] {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
.list_item[data-v-2a5f1da8] {
  border-bottom: 1px solid #ececec;
}
.item_title[data-v-2a5f1da8] {
  color: #5b5b5b;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.item_nav[data-v-2a5f1da8] {
  flex-wrap: nowrap;
  font-size: 13px;
}
.item[data-v-2a5f1da8] {
  margin-bottom: 10px;
  padding: 13px;
  text-align: left;
  font-size: 13px;
  background-color: rgba(187, 187, 187, 0.2);
  color: #585858;
  border: 1px solid rgba(187, 187, 187, 0.2);
  border-radius: 5px;
}
.item1[data-v-2a5f1da8] {
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  background-color: rgba(255, 87, 48, 0.1);
  border: 1px solid rgba(255, 87, 48, 0.5);
  color: #FF5730;
  border-radius: 5px;
}
.t1[data-v-2a5f1da8] {
  width: 175px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
  font-size: 13px;
  color: #8c8c8c;
}
/* 进度条 */
.line[data-v-2a5f1da8] {
  height: 10px;
  width: 100%;
  background-color: #E5E5E5;
  border-radius: 5px ;
}
.line_item[data-v-2a5f1da8] {
  height: 10px;
  background-color: #FF5730;
  border-radius: 5px ;
}
/* 按钮 */
.btn_box[data-v-2a5f1da8] {
  height: 75px;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
.btn[data-v-2a5f1da8] {
  background-color: #FF5730;
  color: #FFFFFF;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 10px 0;
  margin: 10px auto 0;
}
.content2 page[data-v-2a5f1da8] {
  background-color: #FFFFFF;
}
.content2 .icon-img[data-v-2a5f1da8] {
  font-size: 20px;
  color: #bbbbbb;
  font-weight: 400;
}
.content2 .list_box[data-v-2a5f1da8] {
  padding: 0 15px;
  margin: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.content2 .list_title[data-v-2a5f1da8] {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
}
.content2 .list_text[data-v-2a5f1da8] {
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
}
.content2 .list_item[data-v-2a5f1da8] {
  border-bottom: 1px solid #ececec;
}
.content2 .item_title[data-v-2a5f1da8] {
  color: #5b5b5b;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.content2 .item_nav[data-v-2a5f1da8] {
  font-size: 13px;
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content2 .item[data-v-2a5f1da8] {
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  background-color: rgba(187, 187, 187, 0.2);
  color: #585858;
  border: 1px solid rgba(187, 187, 187, 0.2);
  border-radius: 5px;
  width: 48%;
  display: flex;
  align-items: center;
}
.content2 .item1[data-v-2a5f1da8] {
  width: 48%;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  background-color: rgba(255, 87, 48, 0.1);
  border: 1px solid rgba(255, 87, 48, 0.5);
  color: #FF5730;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.content2 .t1[data-v-2a5f1da8] {
  width: 125px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
  font-size: 13px;
  color: #8c8c8c;
}
/* 按钮 */
.content2 .btn_box[data-v-2a5f1da8] {
  height: 75px;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
.content2 .btn[data-v-2a5f1da8] {
  background-color: #FF5730;
  color: #FFFFFF;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 10px 0;
  margin: 10px auto 0;
}
/* 多选框 */
.content2 checkbox .wx-checkbox-input[data-v-2a5f1da8] {
  border-radius: 50% !important;
  width: 15px;
  height: 15px;
}
.content2 checkbox .wx-checkbox-input.wx-checkbox-input-checked[data-v-2a5f1da8] {
  border-radius: 50% !important;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #FF5730;
  border: 1px solid #FF5730;
}
/* 弹窗 */
.content2 .show_box[data-v-2a5f1da8] {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
}
.content2 .show_box image[data-v-2a5f1da8] {
  width: 110px;
}
.content2 .show_bg[data-v-2a5f1da8] {
  width: 275px;
  background-color: white;
  margin: 160px auto 0;
  border-radius: 15px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content2 .show_item1[data-v-2a5f1da8] {
  color: #409eff;
  font-size: 40px;
  font-weight: 600;
}
.content2 .show_item2[data-v-2a5f1da8] {
  font-size: 14px;
  color: #101010;
  margin: 10px;
}
.content2 .show_item3[data-v-2a5f1da8] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.content2 .showbtn2[data-v-2a5f1da8] {
  padding: 0 18px;
  background-color: #409EFF;
  border: 1px solid #409EFF;
  color: #FFFFFF;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 15px;
}
.content2 .showbtn1[data-v-2a5f1da8] {
  padding: 0px 18px;
  background-color: #FFFFFF;
  border: 1px solid #409EFF;
  color: #409EFF;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 15px;
}

.menuItem[data-v-3cfe94c5] {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  margin-left: 40px;
  margin-bottom: 6px;
}
.menuItem1[data-v-3cfe94c5] {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 20px;
}
.menuItem2[data-v-3cfe94c5] {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 20px;
}
.menuItem3[data-v-3cfe94c5] {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  margin-top: 20px;
}
.hand-cursor[data-v-3cfe94c5] {
  cursor: pointer;
}
.btnbox[data-v-2cbec7a9] {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.dashboard-container[data-v-2cbec7a9] {
  margin: 30px;
}
.dashboard-text[data-v-2cbec7a9] {
  font-size: 16px;
}
.top[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.datacenter[data-v-2cbec7a9] {
  display: grid;
  height: 220px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.datacenter .datacenter_content[data-v-2cbec7a9] {
  padding: 10px 20px;
  box-sizing: border-box;
}
.datacenter-right[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 105px;
  border-radius: 5px;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.item-div[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
}
.dashboard-text[data-v-2cbec7a9]  .el-badge__content.is-dot {
  width: 16px;
  height: 16px;
}
.dashboard-container[data-v-2cbec7a9]  .el-card__header {
  padding: 5px 20px;
}
.dashboard-container[data-v-2cbec7a9]  .el-divider--vertical {
  bottom: 5px;
  margin: 0px 10px;
  height: 3em;
}
.dashboard-container[data-v-2cbec7a9]  .el-input__inner {
  width: 100%;
}
.dashboard-container[data-v-2cbec7a9]  .el-dialog__body {
  padding: 0px 20px;
}
.dashboard-container[data-v-2cbec7a9]  .el-dialog__footer {
  padding: 0px 20px 20px;
}
.account p[data-v-2cbec7a9] {
  margin: 8px;
}
.item[data-v-2cbec7a9] {
  margin-top: 15px;
  margin-right: 10px;
}
.warehousing[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #EBEEF5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 15px;
  width: 25%;
  margin-right: 10px;
}
.receivable[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #EBEEF5;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 15px;
  width: 50%;
  margin-right: 10px;
}
.account[data-v-2cbec7a9] {
  display: flex;
  flex-direction: column;
  margin: 0 1% 1% 0;
  background: #ffffff;
  border: 1px solid #EBEEF5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 12px 15px;
  width: 24%;
}
.sale[data-v-2cbec7a9] {
  flex: 1;
  text-align: right;
  cursor: pointer;
}
.dashboard-clumn[data-v-2cbec7a9] {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0 12px 15px;
}
.table-expand[data-v-3363c4d1] {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.table-expand label[data-v-3363c4d1] {
  width: 90px;
  color: #99a9bf;
}
.table-expand .el-form-item[data-v-3363c4d1] {
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}
.el-table .warning-row[data-v-3363c4d1] {
  background: #efbdab;
}
.el-form-item[data-v-3363c4d1] {
  margin-bottom: 0px;
}
.el-table .success-row[data-v-3363c4d1] {
  background: #d4f5c2;
}
.el-table .warning-row[data-v-3363c4d1] {
  background: oldlace;
}
.el-table .success-row[data-v-3363c4d1] {
  background: #f0f9eb;
}
.red[data-v-3363c4d1] {
  color: red;
}
.green[data-v-3363c4d1] {
  color: green;
}
.center[data-v-3363c4d1] {
  width: 100px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.tabel[data-v-3363c4d1]  .el-form--inline .el-form-item__label {
  font-size: 14px;
}
.sales[data-v-3363c4d1] {
  font-weight: 700;
  font-size: 14px;
  color: #09ee5a;
  display: block;
}
.icon[data-v-3363c4d1] {
  cursor: pointer;
  color: red;
}
.block[data-v-440179cf] {
  height: 50px;
  padding: 10px 0;
}
.el-tooltip__popper {
  max-width: 200px;
}
.container[data-v-2b30844d] {
  padding: 0 !important;
  background: #fff;
  margin: 0 auto 10px;
}
.calculation[data-v-2b30844d] {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.calculation span[data-v-2b30844d] {
  display: inline-block;
}
.calculation .select[data-v-2b30844d] {
  margin-left: auto;
}
.tabel[data-v-2b30844d] {
  margin: 0 0 50px 0;
}
.center[data-v-2b30844d] {
  width: 100px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.red[data-v-2b30844d] {
  color: red;
}
.green[data-v-2b30844d] {
  color: green;
}
.sales[data-v-2b30844d] {
  font-weight: 700;
  font-size: 14px;
  color: #09ee5a;
  display: block;
}
.container[data-v-cf000ca0] {
  padding: 0 !important;
  background: #fff;
  margin: 0 auto 10px;
}
.calculation[data-v-cf000ca0] {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.calculation span[data-v-cf000ca0] {
  display: inline-block;
  padding: 0 10px;
}
.calculation .select[data-v-cf000ca0] {
  margin-left: auto;
}
.red[data-v-cf000ca0] {
  color: red;
}
.green[data-v-cf000ca0] {
  color: green;
}
.tabel[data-v-cf000ca0] {
  margin: 0 0 50px 0;
}
.container[data-v-398b6069] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.calculation[data-v-398b6069] {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.calculation span[data-v-398b6069] {
  display: inline-block;
  padding: 0 10px;
}
.calculation .select[data-v-398b6069] {
  margin-left: auto;
}
.tabel[data-v-398b6069] {
  margin: 0 0 50px 0;
}
[data-v-310889a0] .el-dialog__body {
  padding-top: 10px;
}
.container[data-v-310889a0] {
  background: #fff;
  margin: 16px auto 10px;
}
.calculation[data-v-310889a0] {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.calculation span[data-v-310889a0] {
  display: inline-block;
  padding: 0 10px;
}
.calculation .select[data-v-310889a0] {
  margin-left: auto;
}
.tabel[data-v-310889a0] {
  margin: 0 0 50px 0;
}
.container[data-v-acb79bea] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.calculation[data-v-acb79bea] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
  display: flex;
}
.calculation span[data-v-acb79bea] {
  padding: 0 10px;
  display: inline-block;
}
.red[data-v-acb79bea] {
  color: red;
}
.green[data-v-acb79bea] {
  color: green;
}
.form[data-v-acb79bea] {
  height: auto;
  display: flex;
}
.container[data-v-4c1555bc] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.calculation[data-v-4c1555bc] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
  display: flex;
}
.calculation span[data-v-4c1555bc] {
  padding: 0 10px;
  display: inline-block;
}
.red[data-v-4c1555bc] {
  color: red;
}
.green[data-v-4c1555bc] {
  color: green;
}
.form[data-v-4c1555bc] {
  height: auto;
  display: flex;
}
.container[data-v-20a5ebe8] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.calculation[data-v-20a5ebe8] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
  display: flex;
}
.calculation span[data-v-20a5ebe8] {
  padding: 0 10px;
  display: inline-block;
}
.red[data-v-20a5ebe8] {
  color: red;
}
.green[data-v-20a5ebe8] {
  color: green;
}
.form[data-v-20a5ebe8] {
  height: auto;
  display: flex;
}
.container[data-v-6e881ed6] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.calculation[data-v-6e881ed6] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
  display: flex;
}
.calculation span[data-v-6e881ed6] {
  padding: 0 10px;
  display: inline-block;
}
.red[data-v-6e881ed6] {
  color: red;
}
.green[data-v-6e881ed6] {
  color: green;
}
.form[data-v-6e881ed6] {
  height: auto;
  display: flex;
}
.calculation[data-v-6ff6cb32] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-6ff6cb32] {
  padding: 0 10px;
  display: inline-block;
}
.topcss[data-v-6ff6cb32] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
.topcss[data-v-6ff6cb32]  .el-form-item {
  margin-bottom: 0px;
}
.topcss[data-v-6ff6cb32]  .el-input__inner {
  height: 70px;
  border-radius: 8px;
}
.container[data-v-6ff6cb32] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
  padding: 0 10px;
}
.container .shop[data-v-6ff6cb32] {
  display: inline-block;
  font-size: 18px;
  color: #656468;
  font-weight: 600;
  padding: 15px;
  flex: 1;
}
.container .type[data-v-6ff6cb32] {
  cursor: pointer;
  font-size: 14px;
  color: #66b1ff;
  padding: 0 0 0 20px;
}
.container .font[data-v-6ff6cb32] {
  display: flex;
}
.main[data-v-6ff6cb32]  .el-textarea__inner {
  height: 108px;
}
.btnclass[data-v-51e825b9]  .el-button--primary:hover {
  border-radius: 20px;
  color: #2794f8;
  background: #d2e6fc;
  border-color: #b3d8ff;
}
.btnclass[data-v-51e825b9]  .el-button {
  font-size: 2px;
  padding: 5px;
  min-width: 78px;
}
.main[data-v-51e825b9]  .vxe-body--column {
  padding: 5px 0 !important;
}
.body[data-v-51e825b9] {
  display: flex;
  flex-direction: column;
}
.body-text[data-v-51e825b9] {
  margin-bottom: 15px;
}
.header[data-v-51e825b9] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.text[data-v-51e825b9] {
  font-size: 20px;
  font-weight: bold;
}
.text1[data-v-51e825b9] {
  font-size: 18px;
}
.calculation[data-v-51e825b9] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-51e825b9] {
  padding: 0 10px;
  display: inline-block;
}
table[data-v-51e825b9],
td[data-v-51e825b9],
th[data-v-51e825b9] {
  border: 1px solid #d4d4d4;
}
table[data-v-51e825b9] {
  border-collapse: collapse;
  height: 100px;
  width: 100%;
}
th[data-v-51e825b9] {
  height: 65px;
}
.top[data-v-51e825b9] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
}
.top-text[data-v-51e825b9] {
  font-family: STHeiti;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.top-text1[data-v-51e825b9] {
  font-family: STHeiti;
  color: #fff;
  font-size: 12px;
}
.fotter-top[data-v-51e825b9] {
  display: flex;
  background-color: #4ca48c;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.footer-Toptext[data-v-51e825b9] {
  font-family: STHeiti;
  color: #fff;
  font-size: 24px;
}
.fotter-main[data-v-51e825b9] {
  display: flex;
  height: 30px;
  justify-content: center;
}
.footer-maintext[data-v-51e825b9] {
  font-family: STHeiti;
  color: #FFFFFF;
  font-size: 20px;
}
.el-col-6[data-v-51e825b9] {
  width: 20%!important;
}
.branchWrap[data-v-51e825b9] {
  margin: 0 -10px;
  height: 140px;
}
.branchWrap div[data-v-51e825b9] {
  padding: 10px 10px;
  border-bottom: 1px solid #dfe6ec;
  height: 70px;
  line-height: 200%;
}
.branchWrap div[data-v-51e825b9]:last-child {
  border: none;
}
.lineHeight28[data-v-51e825b9] {
  line-height: 30px;
}
.tip[data-v-51e825b9] {
  margin-top: 10px;
  width: 100%;
  max-height: 100px;
  overflow-y: scroll;
  border: 1px solid #ff633c;
  position: relative;
  background-color: #ff633c;
  color: #fff;
  border-radius: 4px;
  font-size: 16px ;
  padding: 0 10px;
}

.home[data-v-6d65704e] {
  overflow-x: hidden;
}
.el-input__inner[data-v-6d65704e] {
  width: 30%;
}
.content[data-v-6d65704e] {
  background: #fff;
  width: 98%;
  margin: 0 auto 10px;
}
.container[data-v-6d65704e] {
  padding: 0 20px;
}
.container .shop[data-v-6d65704e] {
  display: inline-block;
  font-size: 18px;
  color: #656468;
  font-weight: 600;
  padding: 15px;
  flex: 1;
}
.container .type[data-v-6d65704e] {
  cursor: pointer;
  font-size: 14px;
  color: #66b1ff;
  padding: 0 0 0 20px;
}
.container .font[data-v-6d65704e] {
  display: flex;
}
.clear[data-v-6d65704e] {
  clear: both;
}
.container[data-v-6d65704e]  .ant-select {
  width: 100%;
}
.container[data-v-6d65704e]  .el-autocomplete {
  width: 100%;
}
.container[data-v-6d65704e]  .el-select {
  width: 100%;
}
.container[data-v-6d65704e]  .el-input__inner {
  width: 100%;
}
.container[data-v-6d65704e]  .el-form-item {
  margin-bottom: 12px;
}
.container[data-v-6d65704e]  .title {
  margin-bottom: 0px;
}
.container[data-v-6d65704e]  .el-textarea__inner {
  height: 118px;
}
.container[data-v-6d65704e]  .el-row {
  padding: 10px 0;
}
.container .button[data-v-6d65704e] {
  line-height: 0;
}
.color[data-v-6d65704e] {
  color: red;
}
.el-col-6[data-v-6d65704e] {
  padding: 15px 0px;
}
.Icon[data-v-6d65704e] {
  color: #606266;
  margin: 0 14px;
  font-size: 1.5em;
  vertical-align: middle;
}
.calculation[data-v-6d65704e] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-checkbox-group[data-v-6d65704e]  .el-checkbox:last-of-type {
  margin-right: 30px;
}
.clear[data-v-6d65704e] {
  position: absolute;
  right: 35px;
  bottom: 18px;
}
.img[data-v-8f07e9ba] {
  margin-left: 20px;
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 2px;
  border: 1px solid #E5E9F2;
}
.el-icon-close[data-v-8f07e9ba] {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -25px;
  margin-top: 2px;
  font-size: 24px;
  z-index: 999;
  color: #ebeef5;
}
.calculation[data-v-8f07e9ba] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-8f07e9ba] {
  padding: 0 10px;
  display: inline-block;
}
.main[data-v-8f07e9ba]  .el-divider--horizontal {
  margin: 0;
}
.main[data-v-8f07e9ba]  .el-textarea__inner {
  height: 108px;
}
.main[data-v-8f07e9ba]  .el-select {
  width: 100%;
}
.boxclass[data-v-8f07e9ba] {
  width: 100%;
  border: 1px solid #ecf0f1;
}
.flex-c[data-v-8f07e9ba]  .el-input-group__append {
  padding: 0 8px;
}
.topcss[data-v-8f07e9ba] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
.topcss[data-v-8f07e9ba]  .el-form-item {
  margin-bottom: 0px;
}
.topcss[data-v-8f07e9ba]  .el-input__inner {
  height: 70px;
  border-radius: 8px;
}
.tip[data-v-8f07e9ba] {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  max-height: 100px;
  overflow-y: scroll;
  white-space: pre-wrap;
  border: 1px solid #ff633c;
  position: relative;
  background-color: #ff633c;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 10px;
}
.tip[data-v-8f07e9ba]:before, .tip[data-v-8f07e9ba]:after {
  content: "";
  display: block;
  border-width: 6px;
  position: absolute;
  top: 50%;
  left: 10px;
  height: 5px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #ff633c;
}
.tip[data-v-8f07e9ba]:after {
  top: -14%;
  border-color: transparent transparent #ff633c;
}
.stpclass[data-v-8f07e9ba] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.calculations[data-v-05b600a9] {
  padding: 0px 25px;
  font-size: 14px;
}
.calculations span[data-v-05b600a9] {
  display: inline-block;
}
.line[data-v-001c1579] {
  text-align: center;
}
.container[data-v-001c1579]  .el-autocomplete {
  width: 100%;
}
.container[data-v-001c1579]  .el-select {
  width: 100%;
}
.container[data-v-001c1579]  .el-input__inner {
  width: 100%;
}
.container[data-v-001c1579]  .el-row {
  line-height: 0;
}
.calculation[data-v-001c1579] {
  border: 1px solid #ebeef5;
  padding: 10px;
  font-size: 14px;
}
.calculation span[data-v-001c1579] {
  padding: 0 10px;
  display: inline-block;
}
.calculationclass[data-v-3a9efd6d] {
  border: 1px solid #EBEEF5;
  padding: 10px;
  font-size: 14px;
}
.calculationclass span[data-v-3a9efd6d] {
  margin-right: 10px;
  display: inline-block;
}
.main[data-v-3a9efd6d]  .el-textarea__inner {
  height: 108px;
}
.main[data-v-3a9efd6d]  .el-select {
  width: 100%;
}
.eventclass[data-v-3a9efd6d]  .el-date-editor {
  width: 100%;
}
.eventclass[data-v-3a9efd6d]  .el-input {
  width: 100%;
}
.wscn-http404-container[data-v-6b3aeb0e] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-6b3aeb0e] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-6b3aeb0e] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-6b3aeb0e] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-6b3aeb0e] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  animation-name: cloudLeft-data-v-6b3aeb0e;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-6b3aeb0e] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  animation-name: cloudMid-data-v-6b3aeb0e;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-6b3aeb0e] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  animation-name: cloudRight-data-v-6b3aeb0e;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes cloudLeft-data-v-6b3aeb0e {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-6b3aeb0e {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-6b3aeb0e {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-6b3aeb0e] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-6b3aeb0e] {
  font-size: 32px;
  font-weight: bold;
  line-height: 0;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 0px;
  animation-name: slideUp-data-v-6b3aeb0e;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-6b3aeb0e] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  animation-name: slideUp-data-v-6b3aeb0e;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-6b3aeb0e] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  animation-name: slideUp-data-v-6b3aeb0e;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-6b3aeb0e] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  animation-name: slideUp-data-v-6b3aeb0e;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-data-v-6b3aeb0e {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.error-container[data-v-6b10a48b] {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-container .error-content .pic-error[data-v-6b10a48b] {
  position: relative;
  float: left;
  width: 120%;
  overflow: hidden;
}
.error-container .error-content .pic-error-parent[data-v-6b10a48b] {
  width: 100%;
}
.error-container .error-content .pic-error-child[data-v-6b10a48b] {
  position: absolute;
}
.error-container .error-content .pic-error-child.left[data-v-6b10a48b] {
  top: 17px;
  left: 220px;
  width: 80px;
  opacity: 0;
  animation-name: cloudLeft-data-v-6b10a48b;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.error-container .error-content .pic-error-child.mid[data-v-6b10a48b] {
  top: 10px;
  left: 420px;
  width: 46px;
  opacity: 0;
  animation-name: cloudMid-data-v-6b10a48b;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.error-container .error-content .pic-error-child.right[data-v-6b10a48b] {
  top: 100px;
  left: 500px;
  width: 62px;
  opacity: 0;
  animation-name: cloudRight-data-v-6b10a48b;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes cloudLeft-data-v-6b10a48b {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-6b10a48b {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-6b10a48b {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.error-container .error-content .bullshit[data-v-6b10a48b] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.error-container .error-content .bullshit-oops[data-v-6b10a48b] {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #0187fb;
  opacity: 0;
  animation-name: slideUp-data-v-6b10a48b;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-headline[data-v-6b10a48b] {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  opacity: 0;
  animation-name: slideUp-data-v-6b10a48b;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-info[data-v-6b10a48b] {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 21px;
  color: #999999;
  opacity: 0;
  animation-name: slideUp-data-v-6b10a48b;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-return-home[data-v-6b10a48b] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #0187fb;
  border-radius: 100px;
  opacity: 0;
  animation-name: slideUp-data-v-6b10a48b;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-data-v-6b10a48b {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.editable-row-operations a[data-v-6b13dbe5] {
  margin-right: 8px;
}
.primary[data-v-6b13dbe5] {
  margin-top: 60px;
}
.primary button[data-v-6b13dbe5] {
  margin-left: 20px;
}
.primary button[data-v-6b13dbe5]:nth-child(1) {
  margin-left: 0px;
}
.my-alertmodal .anticon.anticon-alert {
  color: #0984e3;
}
.vxe-table {
  z-index: 9;
}
.el-loading-mask {
  z-index: 2;
}
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
}
::-webkit-scrollbar-track {
  border-radius: 0;
}
body .el-table th.gutter {
  display: table-cell !important;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(95, 95, 95, 0.4);
  transition: all 0.2s;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(95, 95, 95, 0.7);
}
.el-select__tags-text {
  display: inline-block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .el-tag__close.el-icon-close {
  top: -5px;
}
.el-cascader-menu__list {
  height: 300px;
}
.el-drawer__body {
  padding: 20px;
}
.el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.el-notification {
  min-width: 300px;
}
.el-notification__group {
  margin-left: 0;
  margin-right: 8px;
}
.el-form-item__content {
  font-size: 12px;
}
.el-drawer__body {
  overflow: auto;
}
.button {
  line-height: 38px;
}
.el-form-item__label {
  font-size: 12px;
}
.el-form-item {
  margin-bottom: 22px;
}
.el-form {
  line-height: 38px;
}
.dialogclass .el-dialog__body {
  padding: 0px 20px;
}
.el-step__title {
  font-size: 12px;
  line-height: 24px;
}
.flex-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.AG-table-box {
  height: calc(100vh - 60px);
  overflow-y: auto;
  background: #f1f2f5;
  margin-left: 5px;
}
.AG-table-herder {
  width: 100%;
}
.AG-table-center {
  padding: 0 18px;
  box-sizing: border-box;
}

.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  mask-size: cover!important;
  display: inline-block;
}

@font-face {
  font-family: "iconfont"; /* Project id 3152663 */
  /* Color fonts */
  src: 
       url(../../static/fonts/iconfont.f74e4dad.woff2) format('woff2'),
       url(../../static/fonts/iconfont.9efd37a8.woff) format('woff'),
       url(../../static/fonts/iconfont.050be3a3.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xianyu-xuanzhong:before {
  content: "\e8d6";
}

.icon-daifabu:before {
  content: "\e68d";
}

.icon-daishouhuo1:before {
  content: "\e68e";
}

.icon-yishouchu:before {
  content: "\e68f";
}

.icon-yanjizhong:before {
  content: "\e690";
}

.icon-fabuchenggong:before {
  content: "\e691";
}

.icon-fabushibai:before {
  content: "\e692";
}

.icon-fabuzhong:before {
  content: "\e693";
}

.icon-zhijianzhong:before {
  content: "\e694";
}

.icon-weixinxiaoxi:before {
  content: "\e721";
}

.icon-xiaoxizhongxin:before {
  content: "\e689";
}

.icon-baojiaxiaoxi:before {
  content: "\e68a";
}

.icon-xiaoxishezhi:before {
  content: "\e68b";
}

.icon-chaoshixiaoxi:before {
  content: "\e68c";
}

.icon-daizhifu:before {
  content: "\e688";
}

.icon-daidingjia:before {
  content: "\e685";
}

.icon-yichengjiao:before {
  content: "\e686";
}

.icon-daiqueren:before {
  content: "\e687";
}

.icon-dairuku:before {
  content: "\e67d";
}

.icon-jinrixiaoliang:before {
  content: "\e67e";
}

.icon-dangqianjimai:before {
  content: "\e67f";
}

.icon-jinrijimai:before {
  content: "\e680";
}

.icon-jinridaimai:before {
  content: "\e681";
}

.icon-shenqingyonghu:before {
  content: "\e682";
}

.icon-jinrilirun:before {
  content: "\e683";
}

.icon-jinrixiaoshoue:before {
  content: "\e684";
}

.icon-recommend:before {
  content: "\e8bd";
}

.icon-xianshi:before {
  content: "\e8c1";
}

.icon-jf2-01:before {
  content: "\e8c4";
}

.icon-tuijian2:before {
  content: "\e8c6";
}

.icon-jifen-01:before {
  content: "\e67b";
}

.icon-jf1:before {
  content: "\e679";
}

.icon-zhuanzhuan-copy:before {
  content: "\e8ac";
}

.icon-quxiao:before {
  content: "\e89a";
}

.icon-jinrijilu:before {
  content: "\e674";
}

.icon-jin1xiaoshi:before {
  content: "\e675";
}

.icon-benyuelirun:before {
  content: "\e676";
}

.icon-zuorijilu:before {
  content: "\e677";
}

.icon-benyuejilu:before {
  content: "\e678";
}

.icon-anliwenzi:before {
  content: "\e672";
}

.icon-anlitupian:before {
  content: "\e673";
}

.icon-jinriqingqiu:before {
  content: "\e66f";
}

.icon-keyongyue:before {
  content: "\e670";
}

.icon-zongqingqiu:before {
  content: "\e671";
}

.icon-a-yinhangka:before {
  content: "\e66e";
}

.icon-zhengchang-02:before {
  content: "\e66c";
}

.icon-shixiao-02:before {
  content: "\e66d";
}

.icon-zongjine:before {
  content: "\e66b";
}

.icon-fuwu:before {
  content: "\e669";
}

.icon-jifen:before {
  content: "\e66a";
}

.icon-pingtaizijin1:before {
  content: "\e879";
}

.icon-shaixuan:before {
  content: "\e668";
}

.icon-paizhao-02:before {
  content: "\e662";
}

.icon-shoudong-02:before {
  content: "\e664";
}

.icon-saoma-02:before {
  content: "\e667";
}

.icon-xuliehaogenzong1:before {
  content: "\e665";
}

.icon-xianchangweixiu1:before {
  content: "\e666";
}

.icon-jiqiliebiao:before {
  content: "\e661";
}

.icon-zhijiangongzuotai:before {
  content: "\e663";
}

.icon-xiaoxi:before {
  content: "\e614";
}

.icon-LG1:before {
  content: "\e660";
}

.icon-zhongxing1:before {
  content: "\e659";
}

.icon-wangluosuojiesuo:before {
  content: "\e65a";
}

.icon-suoni1:before {
  content: "\e65b";
}

.icon-zhenweishibie1:before {
  content: "\e65c";
}

.icon-nuojiya:before {
  content: "\e65d";
}

.icon-jindu:before {
  content: "\e65e";
}

.icon-wangluosuo:before {
  content: "\e65f";
}

.icon-caiwuxiaoxi:before {
  content: "\e836";
}

.icon-caigouxiaoxi:before {
  content: "\e837";
}

.icon-xiaoshouxiaoxi:before {
  content: "\e838";
}

.icon-xitongxiaoxi:before {
  content: "\e839";
}

.icon-kucunxiaoxi:before {
  content: "\e83a";
}

.icon-xinshoubangzhu:before {
  content: "\e85f";
}

.icon-a-gongzhonghaotubiao_huaban1:before {
  content: "\e658";
}

.icon-daishouhuo:before {
  content: "\e64d";
}

.icon-daifahuo:before {
  content: "\e64e";
}

.icon-daifahuo2:before {
  content: "\e64f";
}

.icon-daishouhuo2:before {
  content: "\e650";
}

.icon-weiruku2:before {
  content: "\e651";
}

.icon-weiruku:before {
  content: "\e652";
}

.icon-wuxuruku:before {
  content: "\e653";
}

.icon-shouhou:before {
  content: "\e654";
}

.icon-yiruku:before {
  content: "\e655";
}

.icon-jinrizhongbiao2:before {
  content: "\e656";
}

.icon-jinrizhongbiao:before {
  content: "\e657";
}

.icon-tuijian:before {
  content: "\e857";
}

.icon-a-EEjiesuoyingguo:before {
  content: "\e63a";
}

.icon-a-AUjiesuoriben:before {
  content: "\e63b";
}

.icon-a-GSMVZWjiesuomeiguo:before {
  content: "\e63c";
}

.icon-a-SBjiesuoribenruanyin:before {
  content: "\e63d";
}

.icon-a-dojiesuoriben:before {
  content: "\e63e";
}

.icon-a-Cspirejiesuomeiguo:before {
  content: "\e63f";
}

.icon-a-TFjiesuomeiguo:before {
  content: "\e640";
}

.icon-a-zhenweishibie2:before {
  content: "\e638";
}

.icon-zhenweishibie:before {
  content: "\e637";
}

.icon-aiguoyunshang:before {
  content: "\e633";
}

.icon-aiguoguanli:before {
  content: "\e634";
}

.icon-zhanhaohuishou:before {
  content: "\e635";
}

.icon-zhanhaoERP:before {
  content: "\e636";
}

.icon-nubiya:before {
  content: "\e632";
}

.icon-imac:before {
  content: "\e967";
}

.icon-xinrongyao:before {
  content: "\e630";
}

.icon-heimei:before {
  content: "\e631";
}

.icon-icon-meizu:before {
  content: "\e6c2";
}

.icon-logo:before {
  content: "\e6c3";
}

.icon-pingguo:before {
  content: "\e6b4";
}

.icon-huawei:before {
  content: "\e6b5";
}

.icon-OPPO:before {
  content: "\e6b6";
}

.icon-xiaomi:before {
  content: "\e6b7";
}

.icon-sanxing:before {
  content: "\e6b8";
}

.icon-guge:before {
  content: "\e6b9";
}

.icon-motuoluola:before {
  content: "\e6ba";
}

.icon-vivo:before {
  content: "\e6bb";
}

.icon-zhenwo:before {
  content: "\e6bc";
}

.icon-zhongxing:before {
  content: "\e6bd";
}

.icon-yijia:before {
  content: "\e6be";
}

.icon-LG:before {
  content: "\e6bf";
}

.icon-suoni:before {
  content: "\e6c0";
}

.icon-huashuo:before {
  content: "\e6c1";
}

.icon-jinduchaxun:before {
  content: "\e62e";
}

.icon-a-pingguoxinxijinSN:before {
  content: "\e62f";
}

.icon-paizhao1:before {
  content: "\e7f8";
}

.icon-xitongleixing:before {
  content: "\e7f9";
}

.icon-kefu2:before {
  content: "\e7fa";
}

.icon-saoyisao:before {
  content: "\e7fb";
}

.icon-huiyuanjifenchongzhi:before {
  content: "\e7fc";
}

.icon-fabu2:before {
  content: "\e7fd";
}

.icon-chaojibaoxiu:before {
  content: "\e62b";
}

.icon-a-guobieSN-IMEI:before {
  content: "\e62c";
}

.icon-xiaomisuo:before {
  content: "\e62d";
}

.icon-Tban6SPyixiaguanjie:before {
  content: "\e815";
}

.icon-pingguobaoxiu:before {
  content: "\e816";
}

.icon-weixiuID1:before {
  content: "\e817";
}

.icon-wangluosuo2:before {
  content: "\e818";
}

.icon-zhengzaiweixiu2:before {
  content: "\e819";
}

.icon-anzhuoxinxi:before {
  content: "\e81a";
}

.icon-Vbanwangluoheibai:before {
  content: "\e81b";
}

.icon-yunyingshang2:before {
  content: "\e81d";
}

.icon-ruanyinwangluoheibai:before {
  content: "\e81e";
}

.icon-goumairiqi1:before {
  content: "\e81f";
}

.icon-a-SNIMEIhuzhuan:before {
  content: "\e820";
}

.icon-a-guobiejinSN:before {
  content: "\e821";
}

.icon-wangluosuoheibai1:before {
  content: "\e822";
}

.icon-rongliangyanse:before {
  content: "\e823";
}

.icon-Vbanwangluojiesuo:before {
  content: "\e824";
}

.icon-zhengjibaogao:before {
  content: "\e830";
}

.icon-IDsuoheibai1:before {
  content: "\e806";
}

.icon-Sbanwangluoheibai:before {
  content: "\e807";
}

.icon-a-MACIDsuo:before {
  content: "\e808";
}

.icon-MDMsuo:before {
  content: "\e809";
}

.icon-KDDIwangluojiesuo:before {
  content: "\e80a";
}

.icon-Tbanwangluoheibai:before {
  content: "\e80b";
}

.icon-chanpinxiaoshouren:before {
  content: "\e80c";
}

.icon-a-ATTwangluojiesuo1-24h:before {
  content: "\e80e";
}

.icon-Tban8xiguanjie:before {
  content: "\e80f";
}

.icon-a-MACIDsuo1:before {
  content: "\e810";
}

.icon-IDsuojihuo:before {
  content: "\e811";
}

.icon-KDDIwangluoheibai:before {
  content: "\e812";
}

.icon-anzhuobaoxiu:before {
  content: "\e813";
}

.icon-a-ATTwangluojiesuo1-48h:before {
  content: "\e814";
}


/* 字体文件 */



/* DIN 字体-加粗 */
@font-face {
    font-family: "DIN";
    src: url(../../static/fonts/DIN-Bold.20720c3a.otf);
}

/* DIN 字体-中等 */
@font-face {
    font-family: "DIN-Medium";
    src: url(../../static/fonts/DIN-Medium.1bbe3460.otf);
}

/* DIN 字体-常规 */
@font-face {
    font-family: "DIN-Regular";
    src: url(../../static/fonts/DIN-Regular.799221d7.otf);
}
/* 三极力量体简-加粗 */
@font-face {
    font-family: "strong-Bold";
    src: url(../../static/fonts/三极力量体简-粗.263c1c52.ttf);
}
@charset "UTF-8";
.vxe-loading {
  background-color: rgba(255, 255, 255, 0.6);
}

.vxe-loading .vxe-loading--spinner {
  height: 180px !important;
  width: 4% !important;
  top: 35%;
  background-image: url(../../static/img/loding.75378a4f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

:root {
  --gay: #888;
  --lightGay:#F1F2F5;
  --black:#101010;
  --lightBlack:#333;
  box-sizing: border-box;
}

.vxe-loading .vxe-loading--spinner:before, .vxe-loading .vxe-loading--spinner:after {
  display: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.gay {
  color: var(--gay) !important;
}

.bold {
  font-weight: bold;
}

.lightGay {
  color: var(--lightGay) !important;
}

.ellipsis {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器的部分 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出内容 */
}

.mypopover.el-popover {
  padding: 0 !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.popup-message[data-v-64ee0ae2] {
  font-family: "Source Han Sans Regular";
  color: #333333;
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: fit-content;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  z-index: 9999;
}
.popup-message .pop-view[data-v-64ee0ae2] {
  position: relative;
  min-height: 120px;
  height: auto;
  padding: 15px;
  padding-bottom: 13px;
}
.popup-message .pop-view .pop-title[data-v-64ee0ae2] {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 52px 9px 52px;
  position: relative;
}
.popup-message .pop-view .pop-title[data-v-64ee0ae2]::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 20px;
}
.popup-message .pop-view .pop-content[data-v-64ee0ae2] {
  font-weight: 400;
  font-size: 14px;
  padding: 0 52px 5px 52px;
}
.popup-message .pop-view .pop-btn[data-v-64ee0ae2] {
  display: flex;
  justify-content: flex-end;
}
.popup-message .pop-view .pop-btn .save[data-v-64ee0ae2] {
  margin-right: 20px;
}
.popup-message .pop-view .delete[data-v-64ee0ae2] {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 18px;
  right: 23px;
}
.success[data-v-64ee0ae2] {
  background: #F6FFED;
  border: 1px solid #73D13D;
  color: #73D13D;
}
.success .pop-view[data-v-64ee0ae2] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error[data-v-64ee0ae2] {
  background: #FFF1F0;
  border: 1px solid #FF7875;
}
