@charset "UTF-8";
.d-flex {
  display: flex !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.rounded-circle {
  border-radius: 50% !important; }

.h-1 {
  height: 0.25rem !important; }

.h-2 {
  height: 0.5rem !important; }

.h-3 {
  height: 0.75rem !important; }

.h-4 {
  height: 1rem !important; }

.h-5 {
  height: 1.25rem !important; }

.h-6 {
  height: 1.5rem !important; }

.h-7 {
  height: 1.75rem !important; }

.h-8 {
  height: 2rem !important; }

.h-9 {
  height: 2.25rem !important; }

.h-10 {
  height: 2.5rem !important; }

.fz-12 {
  font-size: 0.75rem !important; }

.fz-13 {
  font-size: 0.8125rem !important; }

.fz-14 {
  font-size: 0.875rem !important; }

.fz-15 {
  font-size: 0.9375rem !important; }

.fz-16 {
  font-size: 1rem !important; }

.fz-17 {
  font-size: 1.0625rem !important; }

.fz-18 {
  font-size: 1.125rem !important; }

.fz-19 {
  font-size: 1.1875rem !important; }

.fz-20 {
  font-size: 1.25rem !important; }

.fz-21 {
  font-size: 1.3125rem !important; }

.fz-22 {
  font-size: 1.375rem !important; }

.fz-23 {
  font-size: 1.4375rem !important; }

.fz-24 {
  font-size: 1.5rem !important; }

.fz-25 {
  font-size: 1.5625rem !important; }

.fz-26 {
  font-size: 1.625rem !important; }

.fz-27 {
  font-size: 1.6875rem !important; }

.fz-28 {
  font-size: 1.75rem !important; }

.fz-29 {
  font-size: 1.8125rem !important; }

.fz-30 {
  font-size: 1.875rem !important; }

.fz-31 {
  font-size: 1.9375rem !important; }

.fz-32 {
  font-size: 2rem !important; }

.fz-33 {
  font-size: 2.0625rem !important; }

.fz-34 {
  font-size: 2.125rem !important; }

.fz-35 {
  font-size: 2.1875rem !important; }

.fz-36 {
  font-size: 2.25rem !important; }

.fz-37 {
  font-size: 2.3125rem !important; }

.fz-38 {
  font-size: 2.375rem !important; }

.fz-39 {
  font-size: 2.4375rem !important; }

.fz-40 {
  font-size: 2.5rem !important; }

.fz-41 {
  font-size: 2.5625rem !important; }

.fz-42 {
  font-size: 2.625rem !important; }

.fz-43 {
  font-size: 2.6875rem !important; }

.fz-44 {
  font-size: 2.75rem !important; }

.fz-45 {
  font-size: 2.8125rem !important; }

.fz-46 {
  font-size: 2.875rem !important; }

.fz-47 {
  font-size: 2.9375rem !important; }

.fz-48 {
  font-size: 3rem !important; }

.fz-49 {
  font-size: 3.0625rem !important; }

.fz-50 {
  font-size: 3.125rem !important; }

.p-1 {
  padding: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important; }

.m-1 {
  margin: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-3 {
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important; }

.m-4 {
  margin: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.p-5 {
  padding: 1.25rem !important; }

.pl-5 {
  padding-left: 1.25rem !important; }

.pr-5 {
  padding-right: 1.25rem !important; }

.pt-5 {
  padding-top: 1.25rem !important; }

.pb-5 {
  padding-bottom: 1.25rem !important; }

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.py-5 {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important; }

.m-5 {
  margin: 1.25rem !important; }

.ml-5 {
  margin-left: 1.25rem !important; }

.mr-5 {
  margin-right: 1.25rem !important; }

.mt-5 {
  margin-top: 1.25rem !important; }

.mb-5 {
  margin-bottom: 1.25rem !important; }

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important; }

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.p-6 {
  padding: 1.5rem !important; }

.pl-6 {
  padding-left: 1.5rem !important; }

.pr-6 {
  padding-right: 1.5rem !important; }

.pt-6 {
  padding-top: 1.5rem !important; }

.pb-6 {
  padding-bottom: 1.5rem !important; }

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-6 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important; }

.m-6 {
  margin: 1.5rem !important; }

.ml-6 {
  margin-left: 1.5rem !important; }

.mr-6 {
  margin-right: 1.5rem !important; }

.mt-6 {
  margin-top: 1.5rem !important; }

.mb-6 {
  margin-bottom: 1.5rem !important; }

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.p-7 {
  padding: 1.75rem !important; }

.pl-7 {
  padding-left: 1.75rem !important; }

.pr-7 {
  padding-right: 1.75rem !important; }

.pt-7 {
  padding-top: 1.75rem !important; }

.pb-7 {
  padding-bottom: 1.75rem !important; }

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important; }

.py-7 {
  padding-bottom: 1.75rem !important;
  padding-top: 1.75rem !important; }

.m-7 {
  margin: 1.75rem !important; }

.ml-7 {
  margin-left: 1.75rem !important; }

.mr-7 {
  margin-right: 1.75rem !important; }

.mt-7 {
  margin-top: 1.75rem !important; }

.mb-7 {
  margin-bottom: 1.75rem !important; }

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important; }

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important; }

.p-8 {
  padding: 2rem !important; }

.pl-8 {
  padding-left: 2rem !important; }

.pr-8 {
  padding-right: 2rem !important; }

.pt-8 {
  padding-top: 2rem !important; }

.pb-8 {
  padding-bottom: 2rem !important; }

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.py-8 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important; }

.m-8 {
  margin: 2rem !important; }

.ml-8 {
  margin-left: 2rem !important; }

.mr-8 {
  margin-right: 2rem !important; }

.mt-8 {
  margin-top: 2rem !important; }

.mb-8 {
  margin-bottom: 2rem !important; }

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.p-9 {
  padding: 2.25rem !important; }

.pl-9 {
  padding-left: 2.25rem !important; }

.pr-9 {
  padding-right: 2.25rem !important; }

.pt-9 {
  padding-top: 2.25rem !important; }

.pb-9 {
  padding-bottom: 2.25rem !important; }

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important; }

.py-9 {
  padding-bottom: 2.25rem !important;
  padding-top: 2.25rem !important; }

.m-9 {
  margin: 2.25rem !important; }

.ml-9 {
  margin-left: 2.25rem !important; }

.mr-9 {
  margin-right: 2.25rem !important; }

.mt-9 {
  margin-top: 2.25rem !important; }

.mb-9 {
  margin-bottom: 2.25rem !important; }

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important; }

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }

.p-10 {
  padding: 2.5rem !important; }

.pl-10 {
  padding-left: 2.5rem !important; }

.pr-10 {
  padding-right: 2.5rem !important; }

.pt-10 {
  padding-top: 2.5rem !important; }

.pb-10 {
  padding-bottom: 2.5rem !important; }

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.py-10 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important; }

.m-10 {
  margin: 2.5rem !important; }

.ml-10 {
  margin-left: 2.5rem !important; }

.mr-10 {
  margin-right: 2.5rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

.mb-10 {
  margin-bottom: 2.5rem !important; }

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.p-11 {
  padding: 2.75rem !important; }

.pl-11 {
  padding-left: 2.75rem !important; }

.pr-11 {
  padding-right: 2.75rem !important; }

.pt-11 {
  padding-top: 2.75rem !important; }

.pb-11 {
  padding-bottom: 2.75rem !important; }

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important; }

.py-11 {
  padding-bottom: 2.75rem !important;
  padding-top: 2.75rem !important; }

.m-11 {
  margin: 2.75rem !important; }

.ml-11 {
  margin-left: 2.75rem !important; }

.mr-11 {
  margin-right: 2.75rem !important; }

.mt-11 {
  margin-top: 2.75rem !important; }

.mb-11 {
  margin-bottom: 2.75rem !important; }

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important; }

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important; }

.p-12 {
  padding: 3rem !important; }

.pl-12 {
  padding-left: 3rem !important; }

.pr-12 {
  padding-right: 3rem !important; }

.pt-12 {
  padding-top: 3rem !important; }

.pb-12 {
  padding-bottom: 3rem !important; }

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-12 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important; }

.m-12 {
  margin: 3rem !important; }

.ml-12 {
  margin-left: 3rem !important; }

.mr-12 {
  margin-right: 3rem !important; }

.mt-12 {
  margin-top: 3rem !important; }

.mb-12 {
  margin-bottom: 3rem !important; }

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-13 {
  padding: 3.25rem !important; }

.pl-13 {
  padding-left: 3.25rem !important; }

.pr-13 {
  padding-right: 3.25rem !important; }

.pt-13 {
  padding-top: 3.25rem !important; }

.pb-13 {
  padding-bottom: 3.25rem !important; }

.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important; }

.py-13 {
  padding-bottom: 3.25rem !important;
  padding-top: 3.25rem !important; }

.m-13 {
  margin: 3.25rem !important; }

.ml-13 {
  margin-left: 3.25rem !important; }

.mr-13 {
  margin-right: 3.25rem !important; }

.mt-13 {
  margin-top: 3.25rem !important; }

.mb-13 {
  margin-bottom: 3.25rem !important; }

.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important; }

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important; }

.p-14 {
  padding: 3.5rem !important; }

.pl-14 {
  padding-left: 3.5rem !important; }

.pr-14 {
  padding-right: 3.5rem !important; }

.pt-14 {
  padding-top: 3.5rem !important; }

.pb-14 {
  padding-bottom: 3.5rem !important; }

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.py-14 {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important; }

.m-14 {
  margin: 3.5rem !important; }

.ml-14 {
  margin-left: 3.5rem !important; }

.mr-14 {
  margin-right: 3.5rem !important; }

.mt-14 {
  margin-top: 3.5rem !important; }

.mb-14 {
  margin-bottom: 3.5rem !important; }

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.p-15 {
  padding: 3.75rem !important; }

.pl-15 {
  padding-left: 3.75rem !important; }

.pr-15 {
  padding-right: 3.75rem !important; }

.pt-15 {
  padding-top: 3.75rem !important; }

.pb-15 {
  padding-bottom: 3.75rem !important; }

.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important; }

.py-15 {
  padding-bottom: 3.75rem !important;
  padding-top: 3.75rem !important; }

.m-15 {
  margin: 3.75rem !important; }

.ml-15 {
  margin-left: 3.75rem !important; }

.mr-15 {
  margin-right: 3.75rem !important; }

.mt-15 {
  margin-top: 3.75rem !important; }

.mb-15 {
  margin-bottom: 3.75rem !important; }

.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important; }

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.p-16 {
  padding: 4rem !important; }

.pl-16 {
  padding-left: 4rem !important; }

.pr-16 {
  padding-right: 4rem !important; }

.pt-16 {
  padding-top: 4rem !important; }

.pb-16 {
  padding-bottom: 4rem !important; }

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.py-16 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important; }

.m-16 {
  margin: 4rem !important; }

.ml-16 {
  margin-left: 4rem !important; }

.mr-16 {
  margin-right: 4rem !important; }

.mt-16 {
  margin-top: 4rem !important; }

.mb-16 {
  margin-bottom: 4rem !important; }

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.p-17 {
  padding: 4.25rem !important; }

.pl-17 {
  padding-left: 4.25rem !important; }

.pr-17 {
  padding-right: 4.25rem !important; }

.pt-17 {
  padding-top: 4.25rem !important; }

.pb-17 {
  padding-bottom: 4.25rem !important; }

.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important; }

.py-17 {
  padding-bottom: 4.25rem !important;
  padding-top: 4.25rem !important; }

.m-17 {
  margin: 4.25rem !important; }

.ml-17 {
  margin-left: 4.25rem !important; }

.mr-17 {
  margin-right: 4.25rem !important; }

.mt-17 {
  margin-top: 4.25rem !important; }

.mb-17 {
  margin-bottom: 4.25rem !important; }

.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important; }

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important; }

.p-18 {
  padding: 4.5rem !important; }

.pl-18 {
  padding-left: 4.5rem !important; }

.pr-18 {
  padding-right: 4.5rem !important; }

.pt-18 {
  padding-top: 4.5rem !important; }

.pb-18 {
  padding-bottom: 4.5rem !important; }

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.py-18 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important; }

.m-18 {
  margin: 4.5rem !important; }

.ml-18 {
  margin-left: 4.5rem !important; }

.mr-18 {
  margin-right: 4.5rem !important; }

.mt-18 {
  margin-top: 4.5rem !important; }

.mb-18 {
  margin-bottom: 4.5rem !important; }

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.p-19 {
  padding: 4.75rem !important; }

.pl-19 {
  padding-left: 4.75rem !important; }

.pr-19 {
  padding-right: 4.75rem !important; }

.pt-19 {
  padding-top: 4.75rem !important; }

.pb-19 {
  padding-bottom: 4.75rem !important; }

.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important; }

.py-19 {
  padding-bottom: 4.75rem !important;
  padding-top: 4.75rem !important; }

.m-19 {
  margin: 4.75rem !important; }

.ml-19 {
  margin-left: 4.75rem !important; }

.mr-19 {
  margin-right: 4.75rem !important; }

.mt-19 {
  margin-top: 4.75rem !important; }

.mb-19 {
  margin-bottom: 4.75rem !important; }

.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important; }

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important; }

.p-20 {
  padding: 5rem !important; }

.pl-20 {
  padding-left: 5rem !important; }

.pr-20 {
  padding-right: 5rem !important; }

.pt-20 {
  padding-top: 5rem !important; }

.pb-20 {
  padding-bottom: 5rem !important; }

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.py-20 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important; }

.m-20 {
  margin: 5rem !important; }

.ml-20 {
  margin-left: 5rem !important; }

.mr-20 {
  margin-right: 5rem !important; }

.mt-20 {
  margin-top: 5rem !important; }

.mb-20 {
  margin-bottom: 5rem !important; }

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.el-button--info {
  /*--el-button-bg-color:#17a2b8;
  --el-button-border-color: #17a2b8;
  &:hover{
      --el-button-bg-color:#17a2b8;
      --el-button-border-color: #17a2b8;
  }
  &:focus{
      --el-button-bg-color:#17a2b8;
      --el-button-border-color: #17a2b8;
  }
  &:active{
      --el-button-bg-color:#0f7180;
      --el-button-border-color: #0f7180;
  }*/ }

.text-primary {
  color: #007bff !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-info {
  color: #17a2b8 !important; }

.text-dark {
  color: #343a40 !important; }

.text-muted {
  color: #6c757d !important; }

.el-tag--info {
  color: #17a2b8 !important;
  background-color: rgba(37, 187, 211, 0.05) !important;
  border-color: rgba(37, 187, 211, 0.15) !important; }

.text-number {
  font-family: Consolas;
  font-size: 14px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important; }

html {
  font-size: inherit; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #faf5f8;
  font-family: "TA-Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum","tnum";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

ol, ul {
  padding-left: 2rem; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: var(--text-color);
  text-decoration: none; }

a:hover {
  color: var(--text-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre, code, kbd, samp {
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 0.875em;
  word-wrap: break-word; }

a > code {
  color: inherit; }

img, svg {
  vertical-align: middle; }

img, video {
  max-width: 100%;
  height: auto; }

p {
  margin: 0; }

.container-fluid {
  padding: 0 !important;
  margin: 0 !important; }

.container {
  width: 1198px;
  max-width: 1198px; }

.header {
  background: #faf9fd;
  height: 70px;
  line-height: 70px; }
  .header .logo img {
    width: 40%; }
  .header .btn-down img {
    width: 40%; }

.banner {
  width: 100%;
  background: url("../images/banner_bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  /* 背景图片位置 */ }
  .banner .title {
    padding: 5rem;
    min-height: 300px; }
    .banner .title img {
      width: 45%; }

.b1 img {
  width: 80%; }

.privacy {
  padding: 2rem; }
  .privacy h1 {
    font-size: 26px;
    padding-bottom: 10px;
    text-align: center; }
  .privacy .content {
    padding-top: 10px; }
    .privacy .content h2 {
      font-size: 20px;
      padding-top: 10px; }
    .privacy .content p {
      text-indent: 2rem;
      line-height: 26px;
      padding-bottom: 10px; }

.footer {
  background: #5d635f;
  padding: 2rem; }
  .footer a, .footer span {
    color: #fbfcfb; }
    .footer a:not(:last-child):after, .footer span:not(:last-child):after {
      content: "|";
      padding-right: 0.5rem;
      padding-left: 0.5rem; }

/*# sourceMappingURL=common.css.map */
