
#loading1[data-v-9040f476] {
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  left: 0;
  top: 0;
}
#loading-center1[data-v-9040f476] {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute1[data-v-9040f476] {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object[data-v-9040f476] {
  width: 20px;
  height: 20px;
  background-color: #3d8ef7;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}
#object_one1[data-v-9040f476] {
  animation: object_one-9040f476 1.5s infinite;
}
#object_two1[data-v-9040f476] {
  animation: object_two-9040f476 1.5s infinite;
  animation-delay: 0.25s;
}
#object_three1[data-v-9040f476] {
  animation: object_three-9040f476 1.5s infinite;
  animation-delay: 0.5s;
}
@keyframes object_one-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
@keyframes object_two-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
@keyframes object_three-9040f476 {
75% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
}
[data-v-9040f476]::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 8px;
  /* 对应横向滚动条的宽度 */
  height: 8px;
}

/* 滚动条上的滚动滑块 */
[data-v-9040f476]::-webkit-scrollbar-thumb {
  /*background-color: #285c9a;*/
  /*background-color: #49b1f5;*/
  background-color: #c1c1c1;
  border-radius: 32px;
}

/* 滚动条轨道 */
[data-v-9040f476]::-webkit-scrollbar-track {
  /*background-color: #dbeffd;*/
  background-color: #f1f1f1;
  border-radius: 32px;
}

