/*  -- 内外边距 -- */

.margin-0 {
    margin: 0;
}

.margin-xs {
    margin: 10px !important;
}

.margin-sm {
    margin: 20px !important;
}

.margin {
    margin: 30px !important;
}

.margin-lg {
    margin: 40px !important;
}

.margin-xl {
    margin: 50px !important;
}

.margin-top-mini {
    margin-top: 5px !important;
}

.margin-top-xs {
    margin-top: 10px !important;
}

.margin-top-sm {
    margin-top: 20px !important;
}

.margin-top {
    margin-top: 30px !important;
}

.margin-top-lg {
    margin-top: 40px !important;
}

.margin-top-xl {
    margin-top: 50px !important;
}

.margin-right-mini {
    margin-right: 5px !important;
}

.margin-right-xs {
    margin-right: 10px !important;
}

.margin-right-sm {
    margin-right: 20px !important;
}

.margin-right {
    margin-right: 30px !important;
}

.margin-right-lg {
    margin-right: 40px !important;
}

.margin-right-xl {
    margin-right: 50px !important;
}

.margin-bottom-mini {
    margin-bottom: 5px !important;
}


.margin-bottom-xs {
    margin-bottom: 10px !important;
}

.margin-bottom-sm {
    margin-bottom: 20px !important;
}

.margin-bottom {
    margin-bottom: 30px !important;
}

.margin-bottom-lg {
    margin-bottom: 40px !important;
}

.margin-bottom-xl {
    margin-bottom: 50px !important;
}

.margin-left-mini {
    margin-left: 5px !important;
}

.margin-left-xs {
    margin-left: 10px !important;
}

.margin-left-sm {
    margin-left: 20px !important;
}

.margin-left {
    margin-left: 30px !important;
}

.margin-left-lg {
    margin-left: 40px !important;
}

.margin-left-xl {
    margin-left: 50px !important;
}

.margin-lr-mini {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-lr-xs {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-lr-sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-lr {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-lr-lg {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.margin-lr-xl {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.margin-tb-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-tb-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-tb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-tb-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-tb-xl {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.padding-0 {
    padding: 0;
}

.padding-mini {
    padding: 5px !important;
}

.padding-xs {
    padding: 10px !important;
}

.padding-sm {
    padding: 20px !important;
}

.padding {
    padding: 30px !important;
}

.padding-lg {
    padding: 40px !important;
}

.padding-xl {
    padding: 50px !important;
}

.padding-top-mini {
    padding-top: 5px !important;
}

.padding-top-xs {
    padding-top: 10px !important;
}

.padding-top-sm {
    padding-top: 20px !important;
}

.padding-top {
    padding-top: 30px !important;
}

.padding-top-lg {
    padding-top: 40px !important;
}

.padding-top-xl {
    padding-top: 50px !important;
}

.padding-right-mini {
    padding-right: 5px !important;
}

.padding-right-xs {
    padding-right: 10px !important;
}

.padding-right-sm {
    padding-right: 20px !important;
}

.padding-right {
    padding-right: 30px !important;
}

.padding-right-lg {
    padding-right: 40px !important;
}

.padding-right-xl {
    padding-right: 50px !important;
}

.padding-bottom-mini {
    padding-bottom: 5px !important;
}

.padding-bottom-xs {
    padding-bottom: 10px !important;
}

.padding-bottom-sm {
    padding-bottom: 20px !important;
}

.padding-bottom {
    padding-bottom: 30px !important;
}

.padding-bottom-lg {
    padding-bottom: 40px !important;
}

.padding-bottom-xl {
    padding-bottom: 50px !important;
}

.padding-left-mini {
    padding-left: 5px !important;
}

.padding-left-xs {
    padding-left: 10px !important;
}

.padding-left-sm {
    padding-left: 20px !important;
}

.padding-left {
    padding-left: 30px !important;
}

.padding-left-lg {
    padding-left: 40px !important;
}

.padding-left-xl {
    padding-left: 50px !important;
}

.padding-lr-mini {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-lr-xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-lr-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-lr {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-lr-lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.padding-lr-xl {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-tb-mini {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-tb-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-tb-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-tb {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-tb-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-tb-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/* -- 浮动 --  */

.cf::after,
.cf::before {
    content: " ";
    display: table;
}

.cf::after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* ==================
          背景
 ==================== */

.line-red::after,
.lines-red::after {
    border-color: #e54d42;
}

.line-orange::after,
.lines-orange::after {
    border-color: #f37b1d;
}

.line-yellow::after,
.lines-yellow::after {
    border-color: #fbbd08;
}

.line-olive::after,
.lines-olive::after {
    border-color: #8dc63f;
}

.line-green::after,
.lines-green::after {
    border-color: #39b54a;
}

.line-cyan::after,
.lines-cyan::after {
    border-color: #1cbbb4;
}

.line-blue::after,
.lines-blue::after {
    border-color: #0081ff;
}

.line-purple::after,
.lines-purple::after {
    border-color: #6739b6;
}

.line-mauve::after,
.lines-mauve::after {
    border-color: #9c26b0;
}

.line-pink::after,
.lines-pink::after {
    border-color: #e03997;
}

.line-brown::after,
.lines-brown::after {
    border-color: #a5673f;
}

.line-grey::after,
.lines-grey::after {
    border-color: #8799a3;
}

.line-gray::after,
.lines-gray::after {
    border-color: #aaaaaa;
}

.line-black::after,
.lines-black::after {
    border-color: #333333;
}

.line-white::after,
.lines-white::after {
    border-color: #ffffff;
}

.bg-red {
    background-color: #e54d42;
    color: #ffffff;
}

.bg-orange {
    background-color: #f37b1d;
    color: #ffffff;
}

.bg-yellow {
    background-color: #fbbd08;
    color: #333333;
}

.bg-olive {
    background-color: #8dc63f;
    color: #ffffff;
}

.bg-green {
    background-color: #39b54a;
    color: #ffffff;
}

.bg-cyan {
    background-color: #1cbbb4;
    color: #ffffff;
}

.bg-blue,
.hover-blue:hover {
    background-color: #0081ff;
    color: #ffffff;
}

.bg-purple {
    background-color: #6739b6;
    color: #ffffff;
}

.bg-mauve {
    background-color: #9c26b0;
    color: #ffffff;
}

.bg-pink {
    background-color: #e03997;
    color: #ffffff;
}

.bg-brown {
    background-color: #a5673f;
    color: #ffffff;
}

.bg-grey {
    background-color: #8799a3;
    color: #ffffff;
}

.bg-gray {
    background-color: #f0f0f0;
    color: #333333;
}

.bg-black {
    background-color: #333333;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    color: #666666;
}

.bg-field {
    background-color: #f2f2f2;
    color: #000;
}

.bg-shadeTop {
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
    color: #ffffff;
}

.bg-shadeBottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
    color: #ffffff;
}

.bg-red.light {
    color: #e54d42;
    background-color: #fadbd9;
}

.bg-orange.light {
    color: #f37b1d;
    background-color: #fde6d2;
}

.bg-yellow.light {
    color: #fbbd08;
    background-color: #fef2ced2;
}

.bg-olive.light {
    color: #8dc63f;
    background-color: #e8f4d9;
}

.bg-green.light {
    color: #39b54a;
    background-color: #d7f0dbff;
}

.bg-cyan.light {
    color: #1cbbb4;
    background-color: #d2f1f0;
}

.bg-blue.light {
    color: #0081ff;
    background-color: #cce6ff;
}

.bg-purple.light {
    color: #6739b6;
    background-color: #e1d7f0;
}

.bg-mauve.light {
    color: #9c26b0;
    background-color: #ebd4ef;
}

.bg-pink.light {
    color: #e03997;
    background-color: #f9d7ea;
}

.bg-brown.light {
    color: #a5673f;
    background-color: #ede1d9;
}

.bg-grey.light {
    color: #8799a3;
    background-color: #e7ebed;
}

.bg-gradual-red {
    background-image: linear-gradient(45deg, #f43f3b, #ec008c);
    color: #ffffff;
}

.bg-gradual-orange {
    background-image: linear-gradient(45deg, #ff9700, #ed1c24);
    color: #ffffff;
}

.bg-gradual-green {
    background-image: linear-gradient(45deg, #39b54a, #8dc63f);
    color: #ffffff;
}

.bg-gradual-purple {
    background-image: linear-gradient(45deg, #9000ff, #5e00ff);
    color: #ffffff;
}

.bg-gradual-pink {
    background-image: linear-gradient(45deg, #ec008c, #6739b6);
    color: #ffffff;
}

.bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #ffffff;
}

.shadow[class*="-red"] {
    box-shadow: 6px 6px 8px rgba(204, 69, 59, 0.2);
}

.shadow[class*="-orange"] {
    box-shadow: 6px 6px 8px rgba(217, 109, 26, 0.2);
}

.shadow[class*="-yellow"] {
    box-shadow: 6px 6px 8px rgba(224, 170, 7, 0.2);
}

.shadow[class*="-olive"] {
    box-shadow: 6px 6px 8px rgba(124, 173, 55, 0.2);
}

.shadow[class*="-green"] {
    box-shadow: 6px 6px 8px rgba(48, 156, 63, 0.2);
}

.shadow[class*="-cyan"] {
    box-shadow: 6px 6px 8px rgba(28, 187, 180, 0.2);
}

.shadow[class*="-blue"] {
    box-shadow: 6px 6px 8px rgba(0, 102, 204, 0.2);
}

.shadow[class*="-purple"] {
    box-shadow: 6px 6px 8px rgba(88, 48, 156, 0.2);
}

.shadow[class*="-mauve"] {
    box-shadow: 6px 6px 8px rgba(133, 33, 150, 0.2);
}

.shadow[class*="-pink"] {
    box-shadow: 6px 6px 8px rgba(199, 50, 134, 0.2);
}

.shadow[class*="-brown"] {
    box-shadow: 6px 6px 8px rgba(140, 88, 53, 0.2);
}

.shadow[class*="-grey"] {
    box-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.shadow[class*="-gray"] {
    box-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.shadow[class*="-black"] {
    box-shadow: 6px 6px 8px rgba(26, 26, 26, 0.2);
}

.shadow[class*="-white"] {
    box-shadow: 6px 6px 8px rgba(26, 26, 26, 0.2);
}

.text-shadow[class*="-red"] {
    text-shadow: 6px 6px 8px rgba(204, 69, 59, 0.2);
}

.text-shadow[class*="-orange"] {
    text-shadow: 6px 6px 8px rgba(217, 109, 26, 0.2);
}

.text-shadow[class*="-yellow"] {
    text-shadow: 6px 6px 8px rgba(224, 170, 7, 0.2);
}

.text-shadow[class*="-olive"] {
    text-shadow: 6px 6px 8px rgba(124, 173, 55, 0.2);
}

.text-shadow[class*="-green"] {
    text-shadow: 6px 6px 8px rgba(48, 156, 63, 0.2);
}

.text-shadow[class*="-cyan"] {
    text-shadow: 6px 6px 8px rgba(28, 187, 180, 0.2);
}

.text-shadow[class*="-blue"] {
    text-shadow: 6px 6px 8px rgba(0, 102, 204, 0.2);
}

.text-shadow[class*="-purple"] {
    text-shadow: 6px 6px 8px rgba(88, 48, 156, 0.2);
}

.text-shadow[class*="-mauve"] {
    text-shadow: 6px 6px 8px rgba(133, 33, 150, 0.2);
}

.text-shadow[class*="-pink"] {
    text-shadow: 6px 6px 8px rgba(199, 50, 134, 0.2);
}

.text-shadow[class*="-brown"] {
    text-shadow: 6px 6px 8px rgba(140, 88, 53, 0.2);
}

.text-shadow[class*="-grey"] {
    text-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.text-shadow[class*="-gray"] {
    text-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.text-shadow[class*="-black"] {
    text-shadow: 6px 6px 8px rgba(26, 26, 26, 0.2);
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-mask {
    background-color: #333333;
    position: relative;
}

.bg-mask::after {
    content: "";
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.bg-mask view,
.bg-mask cover-view {
    z-index: 5;
    position: relative;
}

.bg-video {
    position: relative;
}

.bg-video video {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

/* ==================
          文本
 ==================== */

.text-xs {
    font-size: 0.8em !important;
}

.text-sm {
    font-size: 0.9em !important;
}

.text-df {
    font-size: 1em !important;
}

.text-lg {
    font-size: 1.1em !important;
}

.text-xl {
    font-size: 1.2em !important;
}

.text-xxl {
    font-size: 1.3em !important;
}

.text-sl {
    font-size: 1.4em !important;
}

.text-xsl {
    font-size: 3em !important;
}

.text-Abc {
    text-transform: Capitalize;
}

.text-ABC {
    text-transform: Uppercase;
}

.text-abc {
    text-transform: Lowercase;
}

.text-price::before {
    content: "¥";
    font-size: 80%;
    margin-right: 4px;
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-content {
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-red,
.line-red,
.lines-red {
    color: #e54d42 !important;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d !important;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08 !important;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f !important;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a !important;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4 !important;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #0081ff !important;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6 !important;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0 !important;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997 !important;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f !important;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3 !important;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #aaaaaa !important;
}

.text-black,
.line-black,
.lines-black {
    color: #333333 !important;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff !important;
}

.radius-df {
    border-radius: 25px;
}

.pointer:hover {
    cursor: pointer;
}

.bg-field {
    /*写边框颜色*/
    border-right: 5px solid #fff;
}

.bg-field>.fl {
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-field>.fr {
    width: 80%;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-field.w-4-6>.fl {
    width: 40%;
}

.bg-field.w-4-6>.fr {
    width: 60%;
}

.bg-field.w-3-7>.fl {
    width: 30%;
}

.bg-field.w-3-7>.fr {
    width: 70%;
}

.no-border {
    border: none;
}

.pre-wrap {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.text-blue {
    text-decoration: underline !important;
}

table thead {
    /*background: #e8ebf4;*/
}

.d-md-inline-block {
    display: inline-block!important;
}

@media (max-width: 768px){
    .d-md-inline-block {
        margin-top: 10px;
    }
}