::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar:hover {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-color: #ffc107;
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 5px;
}
/* 组件过渡 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.list-complete-item {
  transition: all 0.3s;
}
.list-complete-enter, .list-complete-leave-to
/* .list-complete-leave-active for below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
}
.list-complete-leave-active {
  position: absolute;
}
.bdr-cp {
  cursor: pointer !important;
}
.bdr-usn {
  user-select: none;
}
.bdr-fs-10 {
  font-size: 10px !important;
}
.bdr-fs-11 {
  font-size: 11px !important;
}
.bdr-fs-12 {
  font-size: 12px !important;
}
.bdr-fs-13 {
  font-size: 13px !important;
}
.bdr-fs-14 {
  font-size: 14px !important;
}
.bdr-fs-15 {
  font-size: 15px !important;
}
.bdr-fs-16 {
  font-size: 16px !important;
}
.bdr-fs-17 {
  font-size: 17px !important;
}
.bdr-fs-18 {
  font-size: 18px !important;
}
.bdr-fs-19 {
  font-size: 19px !important;
}
.bdr-fs-20 {
  font-size: 20px !important;
}
.bdr-mx-1330 {
  max-width: 1330px;
}
.bdr-min-1330 {
  min-width: 1330px;
}
.bdr-mx-1200 {
  max-width: 1200px;
}
.bdr-min-1200 {
  min-width: 1200px;
}
.bdr-mx-800 {
  max-width: 800px;
}
.bdr-min-800 {
  min-width: 800px;
}
.bdr-confirm-main,
.bdr-alert-main {
  margin: 0 30px;
  width: 420px;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 4px;
}
.bdr-confirm-box,
.bdr-alert-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2061;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}

@media screen and (min-width: 1024px) {
  .bdr-container {
    max-width: 1330px;
  }
}
.bdr-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.logo_bg_color_1 {
  background-color: #cfd000;
}
.logo_bg_color_2 {
  background-color: #fb9904;
}
.logo_bg_color_3 {
  background-color: #fc6605;
}
.logo_bg_color_4 {
  background-color: #fb3103;
}
.logo_bg_color_5 {
  background-color: #cd0205;
}
.logo_bg_color_6 {
  background-color: #9b0163;
}
.logo_bg_color_7 {
  background-color: #640265;
}
.logo_bg_color_8 {
  background-color: #040263;
}
.logo_bg_color_9 {
  background-color: #09399b;
}
.logo_bg_color_10 {
  background-color: #046665;
}
.logo_bg_color_11 {
  background-color: #349706;
}
.logo_bg_color_12 {
  background-color: #63cf00;
}
