﻿
:root, :host {
    --van-tabbar-height: 68px;
}
@media (min-width: 800px) {
    html {
        max-width: 800px;
        position: relative;
        margin: 0 auto;
    }
    .van-tabbar--fixed {
        margin: 0 auto;
        /* width: 500px; */
        max-width: 800px;
        right: 0;
    }
    .van-popup {
        max-width: 100%;
        margin: 0 auto;
        right: 0;
    }
    .van-popup--bottom {
        max-width: 800px;
        margin: 0 auto;
        right: 0;
    }
}
body {
    font-size: 14px !important;
}
/*常用CSS*/
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3,
.my-3 {
    margin-top: .75rem !important
}

.mr-3,
.mx-3 {
    margin-right: .75rem !important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.m-5 {
    margin: 1.25rem !important
}

.mt-5,
.my-5 {
    margin-top: 1.25rem !important
}

.mr-5,
.mx-5 {
    margin-right: 1.25rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.25rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.25rem !important
}

.m-6 {
    margin: 1.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 1.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 1.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 1.5rem !important
}

.m-7 {
    margin: 1.75rem !important
}

.mt-7,
.my-7 {
    margin-top: 1.75rem !important
}

.mr-7,
.mx-7 {
    margin-right: 1.75rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 1.75rem !important
}

.ml-7,
.mx-7 {
    margin-left: 1.75rem !important
}

.m-8 {
    margin: 2rem !important
}

.mt-8,
.my-8 {
    margin-top: 2rem !important
}

.mr-8,
.mx-8 {
    margin-right: 2rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 2rem !important
}

.ml-8,
.mx-8 {
    margin-left: 2rem !important
}

.m-9 {
    margin: 2.25rem !important
}

.mt-9,
.my-9 {
    margin-top: 2.25rem !important
}

.mr-9,
.mx-9 {
    margin-right: 2.25rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 2.25rem !important
}

.ml-9,
.mx-9 {
    margin-left: 2.25rem !important
}

.m-10 {
    margin: 2.5rem !important
}

.mt-10,
.my-10 {
    margin-top: 2.5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 2.5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 2.5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 2.5rem !important
}

.m-11 {
    margin: 2.75rem !important
}

.mt-11,
.my-11 {
    margin-top: 2.75rem !important
}

.mr-11,
.mx-11 {
    margin-right: 2.75rem !important
}

.mb-11,
.my-11 {
    margin-bottom: 2.75rem !important
}

.ml-11,
.mx-11 {
    margin-left: 2.75rem !important
}

.m-12 {
    margin: 3rem !important
}

.mt-12,
.my-12 {
    margin-top: 3rem !important
}

.mr-12,
.mx-12 {
    margin-right: 3rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 3rem !important
}

.ml-12,
.mx-12 {
    margin-left: 3rem !important
}

.m-13 {
    margin: 3.25rem !important
}

.mt-13,
.my-13 {
    margin-top: 3.25rem !important
}

.mr-13,
.mx-13 {
    margin-right: 3.25rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 3.25rem !important
}

.ml-13,
.mx-13 {
    margin-left: 3.25rem !important
}

.m-14 {
    margin: 3.5rem !important
}

.mt-14,
.my-14 {
    margin-top: 3.5rem !important
}

.mr-14,
.mx-14 {
    margin-right: 3.5rem !important
}

.mb-14,
.my-14 {
    margin-bottom: 3.5rem !important
}

.ml-14,
.mx-14 {
    margin-left: 3.5rem !important
}

.m-15 {
    margin: 3.75rem !important
}

.mt-15,
.my-15 {
    margin-top: 3.75rem !important
}

.mr-15,
.mx-15 {
    margin-right: 3.75rem !important
}

.mb-15,
.my-15 {
    margin-bottom: 3.75rem !important
}

.ml-15,
.mx-15 {
    margin-left: 3.75rem !important
}

.m-16 {
    margin: 4rem !important
}

.mt-16,
.my-16 {
    margin-top: 4rem !important
}

.mr-16,
.mx-16 {
    margin-right: 4rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 4rem !important
}

.ml-16,
.mx-16 {
    margin-left: 4rem !important
}

.m-17 {
    margin: 4.25rem !important
}

.mt-17,
.my-17 {
    margin-top: 4.25rem !important
}

.mr-17,
.mx-17 {
    margin-right: 4.25rem !important
}

.mb-17,
.my-17 {
    margin-bottom: 4.25rem !important
}

.ml-17,
.mx-17 {
    margin-left: 4.25rem !important
}

.m-18 {
    margin: 4.5rem !important
}

.mt-18,
.my-18 {
    margin-top: 4.5rem !important
}

.mr-18,
.mx-18 {
    margin-right: 4.5rem !important
}

.mb-18,
.my-18 {
    margin-bottom: 4.5rem !important
}

.ml-18,
.mx-18 {
    margin-left: 4.5rem !important
}

.m-19 {
    margin: 4.75rem !important
}

.mt-19,
.my-19 {
    margin-top: 4.75rem !important
}

.mr-19,
.mx-19 {
    margin-right: 4.75rem !important
}

.mb-19,
.my-19 {
    margin-bottom: 4.75rem !important
}

.ml-19,
.mx-19 {
    margin-left: 4.75rem !important
}

.m-20 {
    margin: 5rem !important
}

.mt-20,
.my-20 {
    margin-top: 5rem !important
}

.mr-20,
.mx-20 {
    margin-right: 5rem !important
}

.mb-20,
.my-20 {
    margin-bottom: 5rem !important
}

.ml-20,
.mx-20 {
    margin-left: 5rem !important
}

.m-21 {
    margin: 5.25rem !important
}

.mt-21,
.my-21 {
    margin-top: 5.25rem !important
}

.mr-21,
.mx-21 {
    margin-right: 5.25rem !important
}

.mb-21,
.my-21 {
    margin-bottom: 5.25rem !important
}

.ml-21,
.mx-21 {
    margin-left: 5.25rem !important
}

.m-22 {
    margin: 5.5rem !important
}

.mt-22,
.my-22 {
    margin-top: 5.5rem !important
}

.mr-22,
.mx-22 {
    margin-right: 5.5rem !important
}

.mb-22,
.my-22 {
    margin-bottom: 5.5rem !important
}

.ml-22,
.mx-22 {
    margin-left: 5.5rem !important
}

.m-23 {
    margin: 5.75rem !important
}

.mt-23,
.my-23 {
    margin-top: 5.75rem !important
}

.mr-23,
.mx-23 {
    margin-right: 5.75rem !important
}

.mb-23,
.my-23 {
    margin-bottom: 5.75rem !important
}

.ml-23,
.mx-23 {
    margin-left: 5.75rem !important
}

.m-24 {
    margin: 6rem !important
}

.mt-24,
.my-24 {
    margin-top: 6rem !important
}

.mr-24,
.mx-24 {
    margin-right: 6rem !important
}

.mb-24,
.my-24 {
    margin-bottom: 6rem !important
}

.ml-24,
.mx-24 {
    margin-left: 6rem !important
}

.m-25 {
    margin: 6.25rem !important
}

.mt-25,
.my-25 {
    margin-top: 6.25rem !important
}

.mr-25,
.mx-25 {
    margin-right: 6.25rem !important
}

.mb-25,
.my-25 {
    margin-bottom: 6.25rem !important
}

.ml-25,
.mx-25 {
    margin-left: 6.25rem !important
}

.m-26 {
    margin: 6.5rem !important
}

.mt-26,
.my-26 {
    margin-top: 6.5rem !important
}

.mr-26,
.mx-26 {
    margin-right: 6.5rem !important
}

.mb-26,
.my-26 {
    margin-bottom: 6.5rem !important
}

.ml-26,
.mx-26 {
    margin-left: 6.5rem !important
}

.m-27 {
    margin: 6.75rem !important
}

.mt-27,
.my-27 {
    margin-top: 6.75rem !important
}

.mr-27,
.mx-27 {
    margin-right: 6.75rem !important
}

.mb-27,
.my-27 {
    margin-bottom: 6.75rem !important
}

.ml-27,
.mx-27 {
    margin-left: 6.75rem !important
}

.m-28 {
    margin: 7rem !important
}

.mt-28,
.my-28 {
    margin-top: 7rem !important
}

.mr-28,
.mx-28 {
    margin-right: 7rem !important
}

.mb-28,
.my-28 {
    margin-bottom: 7rem !important
}

.ml-28,
.mx-28 {
    margin-left: 7rem !important
}

.m-29 {
    margin: 7.25rem !important
}

.mt-29,
.my-29 {
    margin-top: 7.25rem !important
}

.mr-29,
.mx-29 {
    margin-right: 7.25rem !important
}

.mb-29,
.my-29 {
    margin-bottom: 7.25rem !important
}

.ml-29,
.mx-29 {
    margin-left: 7.25rem !important
}

.m-30 {
    margin: 7.5rem !important
}

.mt-30,
.my-30 {
    margin-top: 7.5rem !important
}

.mr-30,
.mx-30 {
    margin-right: 7.5rem !important
}

.mb-30,
.my-30 {
    margin-bottom: 7.5rem !important
}

.ml-30,
.mx-30 {
    margin-left: 7.5rem !important
}

.m-31 {
    margin: 7.75rem !important
}

.mt-31,
.my-31 {
    margin-top: 7.75rem !important
}

.mr-31,
.mx-31 {
    margin-right: 7.75rem !important
}

.mb-31,
.my-31 {
    margin-bottom: 7.75rem !important
}

.ml-31,
.mx-31 {
    margin-left: 7.75rem !important
}

.m-32 {
    margin: 8rem !important
}

.mt-32,
.my-32 {
    margin-top: 8rem !important
}

.mr-32,
.mx-32 {
    margin-right: 8rem !important
}

.mb-32,
.my-32 {
    margin-bottom: 8rem !important
}

.ml-32,
.mx-32 {
    margin-left: 8rem !important
}

.m-33 {
    margin: 8.25rem !important
}

.mt-33,
.my-33 {
    margin-top: 8.25rem !important
}

.mr-33,
.mx-33 {
    margin-right: 8.25rem !important
}

.mb-33,
.my-33 {
    margin-bottom: 8.25rem !important
}

.ml-33,
.mx-33 {
    margin-left: 8.25rem !important
}

.m-34 {
    margin: 8.5rem !important
}

.mt-34,
.my-34 {
    margin-top: 8.5rem !important
}

.mr-34,
.mx-34 {
    margin-right: 8.5rem !important
}

.mb-34,
.my-34 {
    margin-bottom: 8.5rem !important
}

.ml-34,
.mx-34 {
    margin-left: 8.5rem !important
}

.m-35 {
    margin: 8.75rem !important
}

.mt-35,
.my-35 {
    margin-top: 8.75rem !important
}

.mr-35,
.mx-35 {
    margin-right: 8.75rem !important
}

.mb-35,
.my-35 {
    margin-bottom: 8.75rem !important
}

.ml-35,
.mx-35 {
    margin-left: 8.75rem !important
}

.m-36 {
    margin: 9rem !important
}

.mt-36,
.my-36 {
    margin-top: 9rem !important
}

.mr-36,
.mx-36 {
    margin-right: 9rem !important
}

.mb-36,
.my-36 {
    margin-bottom: 9rem !important
}

.ml-36,
.mx-36 {
    margin-left: 9rem !important
}

.m-37 {
    margin: 9.25rem !important
}

.mt-37,
.my-37 {
    margin-top: 9.25rem !important
}

.mr-37,
.mx-37 {
    margin-right: 9.25rem !important
}

.mb-37,
.my-37 {
    margin-bottom: 9.25rem !important
}

.ml-37,
.mx-37 {
    margin-left: 9.25rem !important
}

.m-48 {
    margin: 9.5rem !important
}

.mt-48,
.my-48 {
    margin-top: 9.5rem !important
}

.mr-48,
.mx-48 {
    margin-right: 9.5rem !important
}

.mb-48,
.my-48 {
    margin-bottom: 9.5rem !important
}

.ml-48,
.mx-48 {
    margin-left: 9.5rem !important
}

.m-39 {
    margin: 9.75rem !important
}

.mt-39,
.my-39 {
    margin-top: 9.75rem !important
}

.mr-39,
.mx-39 {
    margin-right: 9.75rem !important
}

.mb-39,
.my-39 {
    margin-bottom: 9.75rem !important
}

.ml-39,
.mx-39 {
    margin-left: 9.75rem !important
}

.m-40 {
    margin: 10rem !important
}

.mt-40,
.my-40 {
    margin-top: 10rem !important
}

.mr-40,
.mx-40 {
    margin-right: 10rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 10rem !important
}

.ml-40,
.mx-40 {
    margin-left: 10rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3,
.py-3 {
    padding-top: .75rem !important
}

.pr-3,
.px-3 {
    padding-right: .75rem !important
}

.pb-3,
.py-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4,
.py-4 {
    padding-top: 1rem !important
}

.pr-4,
.px-4 {
    padding-right: 1rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.pt-5,
.py-5 {
    padding-top: 1.25rem !important
}

.pr-5,
.px-5 {
    padding-right: 1.25rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 1.25rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.25rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 1.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 1.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 1.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 1.5rem !important
}

.p-7 {
    padding: 1.75rem !important
}

.pt-7,
.py-7 {
    padding-top: 1.75rem !important
}

.pr-7,
.px-7 {
    padding-right: 1.75rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 1.75rem !important
}

.pl-7,
.px-7 {
    padding-left: 1.75rem !important
}

.p-8 {
    padding: 2rem !important
}

.pt-8,
.py-8 {
    padding-top: 2rem !important
}

.pr-8,
.px-8 {
    padding-right: 2rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 2rem !important
}

.pl-8,
.px-8 {
    padding-left: 2rem !important
}

.p-9 {
    padding: 2.25rem !important
}

.pt-9,
.py-9 {
    padding-top: 2.25rem !important
}

.pr-9,
.px-9 {
    padding-right: 2.25rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 2.25rem !important
}

.pl-9,
.px-9 {
    padding-left: 2.25rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.pt-10,
.py-10 {
    padding-top: 2.5rem !important
}

.pr-10,
.px-10 {
    padding-right: 2.5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 2.5rem !important
}

.pl-10,
.px-10 {
    padding-left: 2.5rem !important
}

.p-11 {
    padding: 2.75rem !important
}

.pt-11,
.py-11 {
    padding-top: 2.75rem !important
}

.pr-11,
.px-11 {
    padding-right: 2.75rem !important
}

.pb-11,
.py-11 {
    padding-bottom: 2.75rem !important
}

.pl-11,
.px-11 {
    padding-left: 2.75rem !important
}

.p-12 {
    padding: 3rem !important
}

.pt-12,
.py-12 {
    padding-top: 3rem !important
}

.pr-12,
.px-12 {
    padding-right: 3rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 3rem !important
}

.pl-12,
.px-12 {
    padding-left: 3rem !important
}

.p-13 {
    padding: 3.25rem !important
}

.pt-13,
.py-13 {
    padding-top: 3.25rem !important
}

.pr-13,
.px-13 {
    padding-right: 3.25rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 3.25rem !important
}

.pl-13,
.px-13 {
    padding-left: 3.25rem !important
}

.p-14 {
    padding: 3.5rem !important
}

.pt-14,
.py-14 {
    padding-top: 3.5rem !important
}

.pr-14,
.px-14 {
    padding-right: 3.5rem !important
}

.pb-14,
.py-14 {
    padding-bottom: 3.5rem !important
}

.pl-14,
.px-14 {
    padding-left: 3.5rem !important
}

.p-15 {
    padding: 3.75rem !important
}

.pt-15,
.py-15 {
    padding-top: 3.75rem !important
}

.pr-15,
.px-15 {
    padding-right: 3.75rem !important
}

.pb-15,
.py-15 {
    padding-bottom: 3.75rem !important
}

.pl-15,
.px-15 {
    padding-left: 3.75rem !important
}

.p-16 {
    padding: 4rem !important
}

.pt-16,
.py-16 {
    padding-top: 4rem !important
}

.pr-16,
.px-16 {
    padding-right: 4rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 4rem !important
}

.pl-16,
.px-16 {
    padding-left: 4rem !important
}

.p-17 {
    padding: 4.25rem !important
}

.pt-17,
.py-17 {
    padding-top: 4.25rem !important
}

.pr-17,
.px-17 {
    padding-right: 4.25rem !important
}

.pb-17,
.py-17 {
    padding-bottom: 4.25rem !important
}

.pl-17,
.px-17 {
    padding-left: 4.25rem !important
}

.p-18 {
    padding: 4.5rem !important
}

.pt-18,
.py-18 {
    padding-top: 4.5rem !important
}

.pr-18,
.px-18 {
    padding-right: 4.5rem !important
}

.pb-18,
.py-18 {
    padding-bottom: 4.5rem !important
}

.pl-18,
.px-18 {
    padding-left: 4.5rem !important
}

.p-19 {
    padding: 4.75rem !important
}

.pt-19,
.py-19 {
    padding-top: 4.75rem !important
}

.pr-19,
.px-19 {
    padding-right: 4.75rem !important
}

.pb-19,
.py-19 {
    padding-bottom: 4.75rem !important
}

.pl-19,
.px-19 {
    padding-left: 4.75rem !important
}

.p-20 {
    padding: 5rem !important
}

.pt-20,
.py-20 {
    padding-top: 5rem !important
}

.pr-20,
.px-20 {
    padding-right: 5rem !important
}

.pb-20,
.py-20 {
    padding-bottom: 5rem !important
}

.pl-20,
.px-20 {
    padding-left: 5rem !important
}

.p-21 {
    padding: 5.25rem !important
}

.pt-21,
.py-21 {
    padding-top: 5.25rem !important
}

.pr-21,
.px-21 {
    padding-right: 5.25rem !important
}

.pb-21,
.py-21 {
    padding-bottom: 5.25rem !important
}

.pl-21,
.px-21 {
    padding-left: 5.25rem !important
}

.p-22 {
    padding: 5.5rem !important
}

.pt-22,
.py-22 {
    padding-top: 5.5rem !important
}

.pr-22,
.px-22 {
    padding-right: 5.5rem !important
}

.pb-22,
.py-22 {
    padding-bottom: 5.5rem !important
}

.pl-22,
.px-22 {
    padding-left: 5.5rem !important
}

.p-23 {
    padding: 5.75rem !important
}

.pt-23,
.py-23 {
    padding-top: 5.75rem !important
}

.pr-23,
.px-23 {
    padding-right: 5.75rem !important
}

.pb-23,
.py-23 {
    padding-bottom: 5.75rem !important
}

.pl-23,
.px-23 {
    padding-left: 5.75rem !important
}

.p-24 {
    padding: 6rem !important
}

.pt-24,
.py-24 {
    padding-top: 6rem !important
}

.pr-24,
.px-24 {
    padding-right: 6rem !important
}

.pb-24,
.py-24 {
    padding-bottom: 6rem !important
}

.pl-24,
.px-24 {
    padding-left: 6rem !important
}

.p-25 {
    padding: 6.25rem !important
}

.pt-25,
.py-25 {
    padding-top: 6.25rem !important
}

.pr-25,
.px-25 {
    padding-right: 6.25rem !important
}

.pb-25,
.py-25 {
    padding-bottom: 6.25rem !important
}

.pl-25,
.px-25 {
    padding-left: 6.25rem !important
}

.p-26 {
    padding: 6.5rem !important
}

.pt-26,
.py-26 {
    padding-top: 6.5rem !important
}

.pr-26,
.px-26 {
    padding-right: 6.5rem !important
}

.pb-26,
.py-26 {
    padding-bottom: 6.5rem !important
}

.pl-26,
.px-26 {
    padding-left: 6.5rem !important
}

.p-27 {
    padding: 6.75rem !important
}

.pt-27,
.py-27 {
    padding-top: 6.75rem !important
}

.pr-27,
.px-27 {
    padding-right: 6.75rem !important
}

.pb-27,
.py-27 {
    padding-bottom: 6.75rem !important
}

.pl-27,
.px-27 {
    padding-left: 6.75rem !important
}

.p-28 {
    padding: 7rem !important
}

.pt-28,
.py-28 {
    padding-top: 7rem !important
}

.pr-28,
.px-28 {
    padding-right: 7rem !important
}

.pb-28,
.py-28 {
    padding-bottom: 7rem !important
}

.pl-28,
.px-28 {
    padding-left: 7rem !important
}

.p-29 {
    padding: 7.25rem !important
}

.pt-29,
.py-29 {
    padding-top: 7.25rem !important
}

.pr-29,
.px-29 {
    padding-right: 7.25rem !important
}

.pb-29,
.py-29 {
    padding-bottom: 7.25rem !important
}

.pl-29,
.px-29 {
    padding-left: 7.25rem !important
}

.p-30 {
    padding: 7.5rem !important
}

.pt-30,
.py-30 {
    padding-top: 7.5rem !important
}

.pr-30,
.px-30 {
    padding-right: 7.5rem !important
}

.pb-30,
.py-30 {
    padding-bottom: 7.5rem !important
}

.pl-30,
.px-30 {
    padding-left: 7.5rem !important
}

.p-31 {
    padding: 7.75rem !important
}

.pt-31,
.py-31 {
    padding-top: 7.75rem !important
}

.pr-31,
.px-31 {
    padding-right: 7.75rem !important
}

.pb-31,
.py-31 {
    padding-bottom: 7.75rem !important
}

.pl-31,
.px-31 {
    padding-left: 7.75rem !important
}

.p-32 {
    padding: 8rem !important
}

.pt-32,
.py-32 {
    padding-top: 8rem !important
}

.pr-32,
.px-32 {
    padding-right: 8rem !important
}

.pb-32,
.py-32 {
    padding-bottom: 8rem !important
}

.pl-32,
.px-32 {
    padding-left: 8rem !important
}

.p-33 {
    padding: 8.25rem !important
}

.pt-33,
.py-33 {
    padding-top: 8.25rem !important
}

.pr-33,
.px-33 {
    padding-right: 8.25rem !important
}

.pb-33,
.py-33 {
    padding-bottom: 8.25rem !important
}

.pl-33,
.px-33 {
    padding-left: 8.25rem !important
}

.p-34 {
    padding: 8.5rem !important
}

.pt-34,
.py-34 {
    padding-top: 8.5rem !important
}

.pr-34,
.px-34 {
    padding-right: 8.5rem !important
}

.pb-34,
.py-34 {
    padding-bottom: 8.5rem !important
}

.pl-34,
.px-34 {
    padding-left: 8.5rem !important
}

.p-35 {
    padding: 8.75rem !important
}

.pt-35,
.py-35 {
    padding-top: 8.75rem !important
}

.pr-35,
.px-35 {
    padding-right: 8.75rem !important
}

.pb-35,
.py-35 {
    padding-bottom: 8.75rem !important
}

.pl-35,
.px-35 {
    padding-left: 8.75rem !important
}

.p-36 {
    padding: 9rem !important
}

.pt-36,
.py-36 {
    padding-top: 9rem !important
}

.pr-36,
.px-36 {
    padding-right: 9rem !important
}

.pb-36,
.py-36 {
    padding-bottom: 9rem !important
}

.pl-36,
.px-36 {
    padding-left: 9rem !important
}

.p-37 {
    padding: 9.25rem !important
}

.pt-37,
.py-37 {
    padding-top: 9.25rem !important
}

.pr-37,
.px-37 {
    padding-right: 9.25rem !important
}

.pb-37,
.py-37 {
    padding-bottom: 9.25rem !important
}

.pl-37,
.px-37 {
    padding-left: 9.25rem !important
}

.p-48 {
    padding: 9.5rem !important
}

.pt-48,
.py-48 {
    padding-top: 9.5rem !important
}

.pr-48,
.px-48 {
    padding-right: 9.5rem !important
}

.pb-48,
.py-48 {
    padding-bottom: 9.5rem !important
}

.pl-48,
.px-48 {
    padding-left: 9.5rem !important
}

.p-39 {
    padding: 9.75rem !important
}

.pt-39,
.py-39 {
    padding-top: 9.75rem !important
}

.pr-39,
.px-39 {
    padding-right: 9.75rem !important
}

.pb-39,
.py-39 {
    padding-bottom: 9.75rem !important
}

.pl-39,
.px-39 {
    padding-left: 9.75rem !important
}

.p-40 {
    padding: 10rem !important
}

.pt-40,
.py-40 {
    padding-top: 10rem !important
}

.pr-40,
.px-40 {
    padding-right: 10rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 10rem !important
}

.pl-40,
.px-40 {
    padding-left: 10rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -.75rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -.75rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -.75rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.75rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -.75rem !important
}

.m-n4 {
    margin: -1rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important
}

.m-n5 {
    margin: -1.25rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -1.25rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.25rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.25rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.25rem !important
}

.m-n6 {
    margin: -1.5rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -1.5rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -1.5rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -1.5rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -1.5rem !important
}

.m-n7 {
    margin: -1.75rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -1.75rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -1.75rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -1.75rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -1.75rem !important
}

.m-n8 {
    margin: -2rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -2rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -2rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -2rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -2rem !important
}

.m-n9 {
    margin: -2.25rem !important
}

.mt-n9,
.my-n9 {
    margin-top: -2.25rem !important
}

.mr-n9,
.mx-n9 {
    margin-right: -2.25rem !important
}

.mb-n9,
.my-n9 {
    margin-bottom: -2.25rem !important
}

.ml-n9,
.mx-n9 {
    margin-left: -2.25rem !important
}

.m-n10 {
    margin: -2.5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -2.5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -2.5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -2.5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -2.5rem !important
}

.m-n11 {
    margin: -2.75rem !important
}

.mt-n11,
.my-n11 {
    margin-top: -2.75rem !important
}

.mr-n11,
.mx-n11 {
    margin-right: -2.75rem !important
}

.mb-n11,
.my-n11 {
    margin-bottom: -2.75rem !important
}

.ml-n11,
.mx-n11 {
    margin-left: -2.75rem !important
}

.m-n12 {
    margin: -3rem !important
}

.mt-n12,
.my-n12 {
    margin-top: -3rem !important
}

.mr-n12,
.mx-n12 {
    margin-right: -3rem !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -3rem !important
}

.ml-n12,
.mx-n12 {
    margin-left: -3rem !important
}

.m-n13 {
    margin: -3.25rem !important
}

.mt-n13,
.my-n13 {
    margin-top: -3.25rem !important
}

.mr-n13,
.mx-n13 {
    margin-right: -3.25rem !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -3.25rem !important
}

.ml-n13,
.mx-n13 {
    margin-left: -3.25rem !important
}

.m-n14 {
    margin: -3.5rem !important
}

.mt-n14,
.my-n14 {
    margin-top: -3.5rem !important
}

.mr-n14,
.mx-n14 {
    margin-right: -3.5rem !important
}

.mb-n14,
.my-n14 {
    margin-bottom: -3.5rem !important
}

.ml-n14,
.mx-n14 {
    margin-left: -3.5rem !important
}

.m-n15 {
    margin: -3.75rem !important
}

.mt-n15,
.my-n15 {
    margin-top: -3.75rem !important
}

.mr-n15,
.mx-n15 {
    margin-right: -3.75rem !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -3.75rem !important
}

.ml-n15,
.mx-n15 {
    margin-left: -3.75rem !important
}

.m-n16 {
    margin: -4rem !important
}

.mt-n16,
.my-n16 {
    margin-top: -4rem !important
}

.mr-n16,
.mx-n16 {
    margin-right: -4rem !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -4rem !important
}

.ml-n16,
.mx-n16 {
    margin-left: -4rem !important
}

.m-n17 {
    margin: -4.25rem !important
}

.mt-n17,
.my-n17 {
    margin-top: -4.25rem !important
}

.mr-n17,
.mx-n17 {
    margin-right: -4.25rem !important
}

.mb-n17,
.my-n17 {
    margin-bottom: -4.25rem !important
}

.ml-n17,
.mx-n17 {
    margin-left: -4.25rem !important
}

.m-n18 {
    margin: -4.5rem !important
}

.mt-n18,
.my-n18 {
    margin-top: -4.5rem !important
}

.mr-n18,
.mx-n18 {
    margin-right: -4.5rem !important
}

.mb-n18,
.my-n18 {
    margin-bottom: -4.5rem !important
}

.ml-n18,
.mx-n18 {
    margin-left: -4.5rem !important
}

.m-n19 {
    margin: -4.75rem !important
}

.mt-n19,
.my-n19 {
    margin-top: -4.75rem !important
}

.mr-n19,
.mx-n19 {
    margin-right: -4.75rem !important
}

.mb-n19,
.my-n19 {
    margin-bottom: -4.75rem !important
}

.ml-n19,
.mx-n19 {
    margin-left: -4.75rem !important
}

.m-n20 {
    margin: -5rem !important
}

.mt-n20,
.my-n20 {
    margin-top: -5rem !important
}

.mr-n20,
.mx-n20 {
    margin-right: -5rem !important
}

.mb-n20,
.my-n20 {
    margin-bottom: -5rem !important
}

.ml-n20,
.mx-n20 {
    margin-left: -5rem !important
}

.m-n21 {
    margin: -5.25rem !important
}

.mt-n21,
.my-n21 {
    margin-top: -5.25rem !important
}

.mr-n21,
.mx-n21 {
    margin-right: -5.25rem !important
}

.mb-n21,
.my-n21 {
    margin-bottom: -5.25rem !important
}

.ml-n21,
.mx-n21 {
    margin-left: -5.25rem !important
}

.m-n22 {
    margin: -5.5rem !important
}

.mt-n22,
.my-n22 {
    margin-top: -5.5rem !important
}

.mr-n22,
.mx-n22 {
    margin-right: -5.5rem !important
}

.mb-n22,
.my-n22 {
    margin-bottom: -5.5rem !important
}

.ml-n22,
.mx-n22 {
    margin-left: -5.5rem !important
}

.m-n23 {
    margin: -5.75rem !important
}

.mt-n23,
.my-n23 {
    margin-top: -5.75rem !important
}

.mr-n23,
.mx-n23 {
    margin-right: -5.75rem !important
}

.mb-n23,
.my-n23 {
    margin-bottom: -5.75rem !important
}

.ml-n23,
.mx-n23 {
    margin-left: -5.75rem !important
}

.m-n24 {
    margin: -6rem !important
}

.mt-n24,
.my-n24 {
    margin-top: -6rem !important
}

.mr-n24,
.mx-n24 {
    margin-right: -6rem !important
}

.mb-n24,
.my-n24 {
    margin-bottom: -6rem !important
}

.ml-n24,
.mx-n24 {
    margin-left: -6rem !important
}

.m-n25 {
    margin: -6.25rem !important
}

.mt-n25,
.my-n25 {
    margin-top: -6.25rem !important
}

.mr-n25,
.mx-n25 {
    margin-right: -6.25rem !important
}

.mb-n25,
.my-n25 {
    margin-bottom: -6.25rem !important
}

.ml-n25,
.mx-n25 {
    margin-left: -6.25rem !important
}

.m-n26 {
    margin: -6.5rem !important
}

.mt-n26,
.my-n26 {
    margin-top: -6.5rem !important
}

.mr-n26,
.mx-n26 {
    margin-right: -6.5rem !important
}

.mb-n26,
.my-n26 {
    margin-bottom: -6.5rem !important
}

.ml-n26,
.mx-n26 {
    margin-left: -6.5rem !important
}

.m-n27 {
    margin: -6.75rem !important
}

.mt-n27,
.my-n27 {
    margin-top: -6.75rem !important
}

.mr-n27,
.mx-n27 {
    margin-right: -6.75rem !important
}

.mb-n27,
.my-n27 {
    margin-bottom: -6.75rem !important
}

.ml-n27,
.mx-n27 {
    margin-left: -6.75rem !important
}

.m-n28 {
    margin: -7rem !important
}

.mt-n28,
.my-n28 {
    margin-top: -7rem !important
}

.mr-n28,
.mx-n28 {
    margin-right: -7rem !important
}

.mb-n28,
.my-n28 {
    margin-bottom: -7rem !important
}

.ml-n28,
.mx-n28 {
    margin-left: -7rem !important
}

.m-n29 {
    margin: -7.25rem !important
}

.mt-n29,
.my-n29 {
    margin-top: -7.25rem !important
}

.mr-n29,
.mx-n29 {
    margin-right: -7.25rem !important
}

.mb-n29,
.my-n29 {
    margin-bottom: -7.25rem !important
}

.ml-n29,
.mx-n29 {
    margin-left: -7.25rem !important
}

.m-n30 {
    margin: -7.5rem !important
}

.mt-n30,
.my-n30 {
    margin-top: -7.5rem !important
}

.mr-n30,
.mx-n30 {
    margin-right: -7.5rem !important
}

.mb-n30,
.my-n30 {
    margin-bottom: -7.5rem !important
}

.ml-n30,
.mx-n30 {
    margin-left: -7.5rem !important
}

.m-n31 {
    margin: -7.75rem !important
}

.mt-n31,
.my-n31 {
    margin-top: -7.75rem !important
}

.mr-n31,
.mx-n31 {
    margin-right: -7.75rem !important
}

.mb-n31,
.my-n31 {
    margin-bottom: -7.75rem !important
}

.ml-n31,
.mx-n31 {
    margin-left: -7.75rem !important
}

.m-n32 {
    margin: -8rem !important
}

.mt-n32,
.my-n32 {
    margin-top: -8rem !important
}

.mr-n32,
.mx-n32 {
    margin-right: -8rem !important
}

.mb-n32,
.my-n32 {
    margin-bottom: -8rem !important
}

.ml-n32,
.mx-n32 {
    margin-left: -8rem !important
}

.m-n33 {
    margin: -8.25rem !important
}

.mt-n33,
.my-n33 {
    margin-top: -8.25rem !important
}

.mr-n33,
.mx-n33 {
    margin-right: -8.25rem !important
}

.mb-n33,
.my-n33 {
    margin-bottom: -8.25rem !important
}

.ml-n33,
.mx-n33 {
    margin-left: -8.25rem !important
}

.m-n34 {
    margin: -8.5rem !important
}

.mt-n34,
.my-n34 {
    margin-top: -8.5rem !important
}

.mr-n34,
.mx-n34 {
    margin-right: -8.5rem !important
}

.mb-n34,
.my-n34 {
    margin-bottom: -8.5rem !important
}

.ml-n34,
.mx-n34 {
    margin-left: -8.5rem !important
}

.m-n35 {
    margin: -8.75rem !important
}

.mt-n35,
.my-n35 {
    margin-top: -8.75rem !important
}

.mr-n35,
.mx-n35 {
    margin-right: -8.75rem !important
}

.mb-n35,
.my-n35 {
    margin-bottom: -8.75rem !important
}

.ml-n35,
.mx-n35 {
    margin-left: -8.75rem !important
}

.m-n36 {
    margin: -9rem !important
}

.mt-n36,
.my-n36 {
    margin-top: -9rem !important
}

.mr-n36,
.mx-n36 {
    margin-right: -9rem !important
}

.mb-n36,
.my-n36 {
    margin-bottom: -9rem !important
}

.ml-n36,
.mx-n36 {
    margin-left: -9rem !important
}

.m-n37 {
    margin: -9.25rem !important
}

.mt-n37,
.my-n37 {
    margin-top: -9.25rem !important
}

.mr-n37,
.mx-n37 {
    margin-right: -9.25rem !important
}

.mb-n37,
.my-n37 {
    margin-bottom: -9.25rem !important
}

.ml-n37,
.mx-n37 {
    margin-left: -9.25rem !important
}

.m-n48 {
    margin: -9.5rem !important
}

.mt-n48,
.my-n48 {
    margin-top: -9.5rem !important
}

.mr-n48,
.mx-n48 {
    margin-right: -9.5rem !important
}

.mb-n48,
.my-n48 {
    margin-bottom: -9.5rem !important
}

.ml-n48,
.mx-n48 {
    margin-left: -9.5rem !important
}

.m-n39 {
    margin: -9.75rem !important
}

.mt-n39,
.my-n39 {
    margin-top: -9.75rem !important
}

.mr-n39,
.mx-n39 {
    margin-right: -9.75rem !important
}

.mb-n39,
.my-n39 {
    margin-bottom: -9.75rem !important
}

.ml-n39,
.mx-n39 {
    margin-left: -9.75rem !important
}

.m-n40 {
    margin: -10rem !important
}

.mt-n40,
.my-n40 {
    margin-top: -10rem !important
}

.mr-n40,
.mx-n40 {
    margin-right: -10rem !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -10rem !important
}

.ml-n40,
.mx-n40 {
    margin-left: -10rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-success {
    color: #1bc5bd !important
}

.text-info {
    color: #8950fc !important
}

.text-warning {
    color: #ffa800 !important
}

.text-danger {
    color: #f64e60 !important
}

.text-light {
    color: #f3f6f9 !important
}

.text-hui {
    color: #7f7f7f !important
}

.text-dark {
    color: #181c32 !important
}

.text-dark-75 {
    color: #3f4254 !important
}

.text-dark-65 {
    color: #5e6278 !important
}

.text-dark-50 {
    color: #7e8299 !important
}

.text-dark-25 {
    color: #d1d3e0 !important
}

.text-muted {
    color: #b5b5c3 !important
}

.text-primary {
    color: #3d9bee !important;
}

.text-white {
    color: #fff !important;
}

.font-size-base {
    font-size: 1rem
}

.font-size-sm {
    font-size: .925rem
}

.font-size-xs {
    font-size: .8rem
}

.font-size-lg {
    font-size: 1.08rem
}

.font-size-h1 {
    font-size: 2rem !important
}

.font-size-h2 {
    font-size: 1.75rem !important
}

.font-size-h3 {
    font-size: 1.5rem !important
}

.font-size-h4 {
    font-size: 1.35rem !important
}

.font-size-h5 {
    font-size: 1.25rem !important
}

.font-size-h6 {
    font-size: 1.175rem !important
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}
/*end 常用CSS*/

/* 常用按钮 */
.btn {
    border-color: transparent;
    outline: 0 !important;
    vertical-align: middle;
    padding: 0.55rem 0.75rem;
    /* font-size: .925rem; */
    line-height: 1.35;
    /* border-radius: 0.42rem; */
    display: inline-block;
    font-weight: 400;
    /* color: #3f4254; */
    text-align: center;
    border-radius: 4px !important;
    font-size: 1.2rem;
}

.btn-cancel {
    color: #f64e60;
    background-color: #ffe2e5;
}

.btn-default {
    color: #181c32 !important;
    background-color: #f1f3f4;
}

.btn-primary {
    color: #e1f0ff;
    background-color: #3699ff;
}

.btn-success {
    color: #e1f0ff;
    background-color: #1bc5bd;
}

.btn-danger {
    color: #e1f0ff;
    background-color: #f64e60;
}

.btn-warning {
    color: #e1f0ff;
    background-color: #ffa800;
}

.btn-info {
    color: #e1f0ff;
    background-color: #8950fc;
}

.btn-light {
    color: #7e8299;
    background-color: #f3f6f9;
}

.btn-outline-primary {
    color: #6993ff;
    background-color: transparent;
    border-color: #6993ff;
    border: 1px solid;
}

.btn-outline-success {
    color: #1bc5bd;
    background-color: transparent;
    border-color: #1bc5bd;
    border: 1px solid;
}

.btn-outline-danger {
    color: #f64e60;
    background-color: transparent;
    border-color: #f64e60;
    border: 1px solid;
}

.btn-outline-warning {
    color: #ffa800;
    background-color: transparent;
    border-color: #ffa800;
    border: 1px solid;
}

.btn-outline-info {
    color: #8950fc;
    background-color: transparent;
    border-color: #8950fc;
    border: 1px solid;
}

.btn-outline-light {
    color: #7e8299;
    background-color: transparent;
    border-color: #7e8299;
    border: 1px solid;
}

.btn-light {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.btn-light-danger {
    color: #f64e60;
    background-color: #ffe2e5;
    border-color: transparent
}

.btn-light-dark {
    color: #181c32;
    background-color: #d1d3e0;
    border-color: transparent
}

.btn-light-facebook {
    color: #3b5998;
    background-color: rgba(59,89,152,.1);
    border-color: transparent
}

.btn-light-google {
    color: #dd4b39;
    background-color: rgba(221,75,57,.1);
    border-color: transparent
}

.btn-light-info {
    color: #8950fc;
    background-color: #eee5ff;
    border-color: transparent
}

.btn-light-instagram {
    color: #e1306c;
    background-color: rgba(225,48,108,.1);
    border-color: transparent
}

.btn-light-primary {
    color: #3699ff;
    background-color: #e1f0ff;
    border-color: transparent
}

.btn-light-linkedin {
    color: #0077b5;
    background-color: rgba(0,119,181,.1);
    border-color: transparent
}

.btn-light-skype {
    color: #00aff0;
    background-color: rgba(0,175,240,.1);
    border-color: transparent;
}

.btn-light-success {
    color: #1bc5bd;
    background-color: #c9f7f5;
    border-color: transparent;
}

.btn-light-warning {
    color: #ffa800;
    background-color: #fff4de;
    border-color: transparent;
}

.btn-sm {
    width: auto;
    padding: 7px 23px !important;
}

    .btn-sm.btn-outline-primary, .btn-sm.btn-outline-success, .btn-sm.btn-outline-danger, .btn-sm.btn-outline-warning, .btn-sm.btn-outline-info, .btn-sm.btn-outline-light {
        padding: 6px 23px !important;
    }

.btn-block {
    display: block;
}
.text-dark {
    color: #181c32 !important
}
.text-dark-75 {
    color: #3f4254 !important
}
.text-dark-50 {
    color: #7e8299 !important
}
.text-muted {
    color: #b5b5c3 !important
}
/* end 常用按钮 */


/* 内容展示 */
.info-show {
    font-size: 1rem;
    margin-bottom: 4px;
}

.info-show-header {
    display: flex;
    justify-content: space-between;
}

.info-show-title {
    font-weight: 600;
    margin-bottom: 6px;
    border-bottom: 3px solid;
    padding-right: 23px;
    padding-bottom: 5px;
}

.info-show-title i {
    padding-right: 5px;
}

.info-show-body {
    margin-left: 7px;
    padding: 23px 16px 7px 26px;
    background-color: white;
    border-radius: 6px;
}

.info-show-header.text-danger + .info-show-body {
    border-left: 1px dashed #f99aa3;
}

.info-show-header.text-info + .info-show-body {
    border-left: 1px dashed #bc9bfd;
}

.info-show-header.text-warning + .info-show-body {
    border-left: 1px dashed #ffcc66;
}

.info-show-header.text-success + .info-show-body {
    border-left: 1px dashed #47e6de;
}

.info-show-div {
    display: flex;
    margin-bottom: 12px;
    /*border-bottom: 1px dashed #e6e6e6;
            padding-bottom: 8px;*/
}

.info-show-name {
    flex-basis: 69px;
    color: #666;
    text-align: justify;
    text-align-last: justify;
}

.info-show-symbol {
    flex-basis: 13px;
    padding-left: 2px;
}

.info-show-value {
    flex: 1;
    color: #333333;
    word-break: break-all;
}

.info-show-state {
    position: relative;
}

.info-show-888 {
    color: #888;
    font-size: 1rem;
}
/* end 内容展示 */

/*状态图片*/
.bg-state {
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-state {
    position: absolute;
    right: 0;
    top: 32px;
    width: 73px;
    height: 73px;
    z-index: 9;
}

    .bg-state div {
        transform: rotate(-31deg);
        font-size: 13px;
        font-weight: 400;
    }

.bg-state div.moreinfo {
    transform: rotate(-31deg);
    font-size: 16px;
    font-weight: 600;
}

.bg-state-danger {
    background-image: url('../images/svg/state-danger.svg');
    color: #f64e60;
}

.bg-state-dark {
    background-image: url('../images/svg/state-dark.svg');
    color: #181c32;
}

.bg-state-info {
    background-image: url('../images/svg/state-info.svg');
    color: #8950fc;
}

.bg-state-primary {
    background-image: url('../images/svg/state-primary.svg');
    color: #6993ff;
}

.bg-state-secondary {
    background-image: url('../images/svg/state-secondary.svg');
    color: #e4e6ef;
}

.bg-state-success {
    background-image: url('../images/svg/state-success.svg');
    color: #1bc5bd;
}

.bg-state-warning {
    background-image: url('../images/svg/state-warning.svg');
    color: #ffa800;
}
/*end 状态图片*/

/* 自定义 */
.border-radius {
    border-radius: 6px;
}
.d-block {
    display: block;
}
.bg-white {
    background-color: #fff !important
}

.bg-home-1 {
    background-color: #E6FAEF;
}

.bg-home-2 {
    background-color: #EFF2FE;
}

.bg-home-3 {
    background-color: #FFF7E8;
}
/* end 自定义 */
.van-tabbar-item__icon img {
    height: 29px;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.w-50 {
    width: 50%;
}

.h-50 {
    height: 50%;
}
.w-75 {
    width: 75%;
}
.h-75 {
    height: 75%;
}
.w-25 {
    width: 25%;
}
.h-25 {
    height: 25%;
}
.position-relative {
    position: relative;
}


