@font-face {
    font-family: Noto Sans SC;
    font-weight: 100;
    src: url(/src/fonts/NotoSansSC-Thin.62155297.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Thin.c695f43e.woff) format("woff"), url(/src/fonts/NotoSansSC-Thin.30fd1899.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans SC;
    font-weight: 300;
    src: url(/src/fonts/NotoSansSC-Light.c2cbe070.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Light.f27b741b.woff) format("woff"), url(/src/fonts/NotoSansSC-Light.ce5a6e16.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans SC;
    font-weight: 400;
    src: url(/src/fonts/NotoSansSC-Regular.64778228.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Regular.a13acdc0.woff) format("woff"), url(/src/fonts/NotoSansSC-Regular.4809f99c.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans SC;
    font-weight: 500;
    src: url(/src/fonts/NotoSansSC-Medium.846b9f0e.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Medium.9ab10683.woff) format("woff"), url(/src/fonts/NotoSansSC-Medium.b66e8f6d.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans SC;
    font-weight: 700;
    src: url(/src/fonts/NotoSansSC-Bold.276991d3.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Bold.d9a15ec9.woff) format("woff"), url(/src/fonts/NotoSansSC-Bold.68638deb.otf) format("opentype")
}

@font-face {
    font-family: Noto Sans SC;
    font-weight: 900;
    src: url(/src/fonts/NotoSansSC-Black.1fc5893e.woff2) format("woff2"), url(/src/fonts/NotoSansSC-Black.5357a23c.woff) format("woff"), url(/src/fonts/NotoSansSC-Black.6e1f3f1c.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 100;
    src: url(/src/fonts/Oswald-ExtraLight.woff2) format("woff2"), url(/src/fonts/Oswald-ExtraLight.woff) format("woff"), url(/src/fonts/Oswald-ExtraLight.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 300;
    src: url(/src/fonts/Oswald-Light.woff2) format("woff2"), url(/src/fonts/Oswald-Light.woff) format("woff"), url(/src/fonts/Oswald-Light.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 400;
    src: url(/src/fonts/Oswald-Regular.woff2) format("woff2"), url(/src/fonts/Oswald-Regular.woff) format("woff"), url(/src/fonts/Oswald-Regular.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 500;
    src: url(/src/fonts/Oswald-Medium.woff2) format("woff2"), url(/src/fonts/Oswald-Medium.woff) format("woff"), url(/src/fonts/Oswald-Medium.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 700;
    src: url(/src/fonts/Oswald-Bold.woff2) format("woff2"), url(/src/fonts/Oswald-Bold.woff) format("woff"), url(/src/fonts/Oswald-Bold.otf) format("opentype")
}

@font-face {
    font-family: Oswald;
    font-weight: 900;
    src: url(/src/fonts/Oswald-SemiBold.woff2) format("woff2"), url(/src/fonts/Oswald-SemiBold.woff) format("woff"), url(/src/fonts/Oswald-SemiBold.otf) format("opentype")
}

 :root {
    --gray-black: #333333;
    --green: #439345;
    --green-black: #0a6053;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Noto Sans SC, Microsoft Yahei, sans-serif;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-family: Noto Sans SC, Microsoft Yahei, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::focus,
input::focus-visible {
    border: 0 none;
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
    outline-style: none;
    -webkit-appearance: none;
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari 和 Chrome */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: Noto Sans SC, Microsoft Yahei, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
    word-wrap: break-word;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    word-wrap: break-word;
    /* margin-bottom: .5rem */
}

p {
    margin-top: 0;
    /* margin-bottom: 1rem */
    word-wrap: break-word;
    text-align: justify;
}

dl,
ol,
ul {
    margin-top: 0;
    /* margin-bottom: 1rem; */
    list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-style-no {
    list-style: none;
}

dt {
    font-weight: 700
}

dd {
    /* margin-bottom: .5rem; */
    margin-left: 0
}

b,
strong {
    font-weight: 700;
    word-wrap: break-word;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    word-wrap: break-word;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none;
    display: block;
    /* width: 100%; */
    user-select: none;
    border: 0;
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    word-wrap: break-word;
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin-bottom: .5rem; */
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.text-left {
    text-align: left !important
}

.font-style-normal {
    font-style: normal !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    /* padding-right: 15px;
padding-left: 15px */
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block!important;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) */
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -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
}

.w-100 {
    width: 100% !important
}


/* swiper */

.div-animate {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    opacity: 0;
}

.div-animate>:first-child {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    opacity: 0;
}

.div-animate>:nth-child(2) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}

.div-animate>:nth-child(3) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.div-animate>:nth-child(4) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 0;
}

.div-animate>:nth-child(5) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
}

.div-animate>:nth-child(6) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

.div-animate>:nth-child(7) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    opacity: 0;
}

.div-animate>:nth-child(8) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    opacity: 0;
}

.div-animate.on {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.div-animate.on>* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.DinPro {
    font-family: Oswald;
}

.DinPro-100 {
    font-weight: 100;
}

.DinPro-300 {
    font-weight: 300;
}

.DinPro-400 {
    font-weight: 400;
}

.DinPro-500 {
    font-weight: 500;
}

.DinPro-700 {
    font-weight: 700;
}

.DinPro-900 {
    font-weight: 900;
}

.m-0-auto {
    margin: 0 auto;
}

.app-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

@media screen and (max-width: 1522px) {
    .app-container {
        width: 92%;
    }
}

.container-heart {
    max-width: 1200px;
    width: 80%;
}

.container {
    /* padding-top: 1.1vw; */
    /* padding-top: 5.3125rem; */
    overflow: hidden;
}


/* 去除video下载按钮 */

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 50px);
}


/* 清除浮动 */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/* 导航 */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff;
}

#page {
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}


/* 侧边栏 */

#shortcut-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 20;
}

.bold {
    font-weight: 600;
}

.color_yellow {
    color: rgba(205, 164, 38, 1);
}

.page a.more i.icon {
    transition: all 0.3s ease-in-out;
}

.page a.more:hover i.icon {
    transform: scale(1.2);
}

.noscroll {
    overflow-y: hidden;
}


/* 波浪动画 */

.parallax>use {
    animation: move-forever 12s linear infinite
}

.parallax>use:nth-child(1) {
    animation-delay: -2s
}

.parallax>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }
    100% {
        transform: translate(85px, 0%)
    }
}


/* 滚动条 */

.div-scroll-y::-webkit-scrollbar {
    width: 6px;
    height: 12.5rem;
    margin-right: 6px;
}

.div-scroll-y::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}

.div-scroll-y::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: none;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #cdcfcd;
}

.blueScrollX {
    overflow-x: auto;
    /* ie */
    /*立体滚动条的颜色*/
    scrollbar-face-color: rgba(0, 79, 255, 1);
    /*滚动条的基本颜色*/
    scrollbar-base-color: #fff;
    /*滚动条空白部分的颜色*/
    scrollbar-highlight-color: #fff;
    /*立体滚动条亮边的颜色*/
    scrollbar-3dlight-color: #fff;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: rgba(0, 79, 255, 1);
    /* 火狐 窄条 */
    scrollbar-width: thin;
    /* 火狐 第一个滚轮颜色，第二个滚动条背景色 */
    scrollbar-color: rgba(0, 79, 255, 1) #fff;
}

.blueScrollY {
    overflow-y: auto;
    /* ie */
    /*立体滚动条的颜色*/
    scrollbar-face-color: rgba(0, 79, 255, 1);
    /*滚动条的基本颜色*/
    scrollbar-base-color: #fff;
    /*滚动条空白部分的颜色*/
    scrollbar-highlight-color: #fff;
    /*立体滚动条亮边的颜色*/
    scrollbar-3dlight-color: #fff;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: rgba(0, 79, 255, 1);
    /* 火狐 窄条 */
    scrollbar-width: thin;
    /* 火狐 第一个滚轮颜色，第二个滚动条背景色 */
    scrollbar-color: rgba(0, 79, 255, 1) #fff;
}

.blueScrollX::-webkit-scrollbar,
.blueScrollY::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
}


/* 上下两头按钮样式 无法分开设置图标 */


/* .blueScrollY::-webkit-scrollbar-button {
    background: #fff url(/src/img/products/page2_icon_03.svg) center center no-repeat;
    background-size: auto 100%;
    color: rgba(0, 79, 255, 1);
} */

.blueScrollX::-webkit-scrollbar-track,
.blueScrollY::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

.blueScrollX::-webkit-scrollbar-thumb,
.blueScrollY::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: linear-gradient(220deg, rgba(0, 79, 255, 1) 0%, rgba(0, 79, 255, 0.21) 100%);
}

.page.page1.common1-page1 {
    padding-top: 4.75rem;
}

.common-page1 .page1-wrap {
    position: relative;
}

.common-page1 .page1-wrap .page1-bg {
    position: relative;
}

.common-page1 .banner-bg,
.common-page1 .page1-bg {
    max-height: 520px;
    overflow: hidden;
}

.common1-page1 .banner-bg,
.common1-page1 .page1-bg {
    max-height: 240px;
}

.common-page1 .page1-wrap .page1-bg::before,
.common-page1 .banner-bg::before {
    content: '';
    display: block;
    width: 50%;
    right: 0;
    bottom: 0;
    height: 62%;
    background: url(/src/img/index/banner-bo.png) right bottom no-repeat;
    background-size: contain;
    background-size: contain;
    position: absolute;
}

.common-page1 .page1-content {
    position: absolute;
    left: 50%;
    top: 0%;
    margin-top: 2.375rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, 0);
}

.common1-page1 .page1-content {
    margin-top: 0;
}

.common1-page1 .page1-wrap .page1-bg::before {
    height: 14.4375rem;
}

.common-page1 .page1-content h2 {
    font-size: 4rem;
    line-height: 4rem;
    padding: 1rem 0;
    background: linear-gradient(23deg, #FFFFFF 30%, rgba(255, 255, 255, 0.25) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.common-page1 .page1-content h2.white {
    color: #ffffff;
}

.common-page1 .page1-content h2.gray {
    color: #333333;
}

.page.page1.common-page {
    position: relative;
    padding-bottom: 5rem;
    padding-top: 60px;
}

.page.page1.common-page .linear-g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    background: linear-gradient(180deg, #FEFCF4 0%, rgba(255, 255, 255, 0) 100%);
}

.page.page1.common-page .editorial {
    display: block;
    width: 100%;
    height: 7.5rem;
    max-height: 7.5rem;
    margin: 0;
}

.page.page1.common-page.common-page .drop {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    opacity: 1;
    width: 17rem;
    max-width: 260px;
    top: auto;
    bottom: -6rem;
}

.page.page1.common-page .drop img {
    width: 100%;
}

.page.page1.common-page .drop .drop-content {
    width: 10rem;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page.page1.common-page .drop .drop-content p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #E6C86D;
    margin-bottom: 2.375rem;
}

.page.page1.common-page .drop .drop-content p:nth-of-type(2n) {
    width: 1.4925rem;
    height: .1494rem;
    transform: rotate(90deg);
    opacity: 1;
    border: 2px solid #e6c86d;
}

.page.page1.common-page .drop .drop-content p:last-child {
    opacity: 0.85;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.2rem;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 0;
}

@media screen and (max-width:626px) {
    .common-page1 .page1-wrap {}
    .common-page1 .page1-wrap img {
        height: 220px;
        width: auto!important;
    }
}

@media screen and (max-width:720px) {
    .common1-page1 .page1-wrap img {
        height: 120px;
        width: auto!important;
    }
}


/* 切换箭头 */

.common-swag {}

.common-swag ul {}

.common-swag ul li {
    position: relative;
}

.common-swag ul li::before {
    content: '';
    position: absolute;
    right: calc(100% + 1.5rem);
    top: 50%;
    margin-top: -0.375rem;
    height: 0.75rem;
    width: 1000px;
    background: url(/src/img/common/swag_white.svg) right center no-repeat;
    background-size: auto 100%;
    opacity: 0;
}

.common-blue-swag ul li::before {
    background: url(/src/img/common/swag_blue.svg) right center no-repeat;
    background-size: auto 100%;
}

.common-swag ul li::after {
    content: '';
    height: 2px;
    width: 1000px;
    position: absolute;
    right: calc(100% + 1.5rem);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    opacity: 0;
}

.common-swag ul li.active::before {
    opacity: 1;
    right: calc(100% + 1rem);
    transition: all 0.3s ease-in;
}

.common-swag ul li.active::after {
    opacity: 1;
    transition: all 0.1s ease-in;
}

.common-blue-swag ul li.active::after {
    background: rgba(0, 79, 255, 1);
    opacity: 1;
    transition: all 0.1s ease-in;
}

@media screen and (max-width:750px) {
    .common-page1 .page1-wrap {}
    .common-swag ul li::before,
    .common-swag ul li::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .page.page1.common-page {
        /* margin-top: 3.4375rem; */
    }
    /* .page.page1.common-page .bg-top {
        display: none;
    } */
    /* .page.page1.common-page .page1-img-box img {
        height: 25rem;
        width: 100% !important;
    } */
    .page.page1.common-page .drop {
        top: 68%;
        width: 17rem;
    }
    .page.page1.common-page .page1-img-box {
        height: 35rem;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .page.page1.common-page .page1-img-box>img {
        height: 100%;
        width: auto!important;
    }
    .page.page1.common-page .drop .drop-content p {
        font-size: 1rem;
    }
    .page.page1.common-page .drop .drop-content p:last-child {
        font-size: 1.6rem;
    }
    .page.page1.common-page .editorial {
        height: 4.5rem;
        max-height: 4.5rem;
    }
}

.editorial {
    display: block;
    width: 100%;
    height: 80px;
    max-height: 80px;
    margin: 0
}


/* 二级子页 */

.common1-page1 .page1-bg {
    overflow: hidden;
}

.common1-page1 .page1-bg img {
    width: 100%;
}

.common1-page1 .page1-content h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
    font-weight: bold;
}


/* @media screen and (max-width:1453px) {
    .common1-page1 .page1-bg img {
        height: 100%;
        width: auto!important;
    }
} */


/* @media screen and (max-width:640px) {
    .common1-page1 .page1-bg img {
        height: 100%;
        width: auto!important;
    }
} */


/* 面包额 */

.breadcrumb {
    background-color: rgba(129, 132, 136, 0.15);
    padding: 1.5rem;
}

.breadcrumb .breadcrumb-item {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(29, 29, 31, 0.65);
}

.breadcrumb .breadcrumb-item a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(29, 29, 31, 0.65);
}

.breadcrumb .breadcrumb-item.current a {
    color: rgba(29, 29, 31, 1);
}


/* .breadcrumb {
    padding: 4.75rem 0 1.68rem;
}

.breadcrumb-wrap span.breadcrumb-item {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    opacity: 0.8;
    margin: 0 4px;
}

.breadcrumb-wrap span.breadcrumb-item:nth-of-type(1) {
    margin-left: 0;
}

.breadcrumb-wrap span.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-wrap span.breadcrumb-item:last-child {
    margin-right: 0;
} */


/* 分页 */

.paging {}

.paging .paging-wrap {
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(29, 29, 31, 1);
    white-space: nowrap;
    /* -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; */
}

.paging .paging-wrap a,
.paging .paging-wrap span.active {
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(29, 29, 31, 1);
    margin: 0.5rem 0.4rem;
    font-weight: 400;
    width: 2.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
}

.paging .paging-wrap span.active {
    /* margin-left: 0.9rem; */
    color: #fff;
}

.paging .paging-wrap a.prev,
.paging .paging-wrap a.next {
    color: rgba(0, 79, 255, 1);
}

.paging .paging-wrap span.active::before {
    background: rgba(0, 79, 255, 1);
}

.paging .paging-wrap a::before,
.paging .paging-wrap span.active::before,
.paging .paging-wrap span.input::before,
.paging .paging-wrap span button::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border: 1px solid rgba(0, 79, 255, 1);
    transform: skewX(-23.66deg);
}

.paging .paging-wrap span.input::before {
    /* left: -0.5rem; */
}

.paging .paging-wrap a:hover,
.paging .paging-wrap a.prev:hover,
.paging .paging-wrap a.next:hover {
    color: #fff;
}

.paging .paging-wrap a:hover::before {
    background-color: rgba(0, 79, 255, 1);
}

.paging .paging-wrap a.next {
    height: 2rem;
    display: block;
    color: #333;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

.paging .paging-wrap i {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
}

.paging .paging-wrap span {
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
    font-weight: 400;
    margin: 0 0.9rem;
    margin-left: 2rem;
    display: inline-block;
}

.paging .paging-wrap span.current {
    color: #439345;
}

.paging .paging-wrap span.input {
    position: relative;
}

.paging .paging-wrap input {
    font-weight: 400;
    width: 3rem;
    font-size: 1rem;
    line-height: 2rem;
    border: 0 none;
    color: #666;
    box-sizing: border-box;
    font-weight: 400;
    background: none;
    text-align: center;
}

.paging .paging-wrap span input:focus,
.paging .paging-wrap span input:focus-visible {
    border-color: transparent;
}

.paging .paging-wrap span.jump {
    margin-right: 0;
}

.paging .paging-wrap span button {
    font-weight: 400;
    margin: 0 0.4rem;
    font-size: 0.9rem;
    line-height: 2rem;
    width: 3.375rem;
    text-align: center;
    line-height: 2rem;
    background: none;
    border: 0 none;
    border-radius: 0.3rem;
    color: rgba(0, 79, 255, 1);
    margin-right: 0;
    position: relative;
}


/* 公共普通banner */

.page.page1.common-page {
    position: relative;
}

.content {
    font-size: 1em
}

.common-img-box {
    position: relative;
}

.common-img-box .bg-top {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media screen and (max-width:1440px) {
    body,
    html {
        font-size: 14px;
    }
    .page.page1.common-page.common-page1 .drop img {
        height: 20rem;
    }
}

@media (max-width:1200px) {
    .container-heart {
        width: 90%;
    }
    body,
    html {
        font-size: 12px;
    }
    .breadcrumb-wrap span.breadcrumb-item,
    .breadcrumb-wrap span.breadcrumb-item a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:1000px) {
    .page.page1.common-page {
        padding-top: 60px;
    }
    .footer-animate::after {
        content: '';
        width: 100%;
        height: 15vw;
        display: block;
        background-color: #fefcf4;
    }
}

@media (max-width:992px) {
    .container-heart {
        width: 92.5%;
    }
}

@media (max-width:768px) {
    body,
    html {
        font-size: 10px;
    }
    .container-heart {
        width: 95%;
    }
    .row-max-768 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: -15px;
    margin-left: -15px */
    }
    .rowno-max-768 {
        display: block;
    }
    .d-md-block {
        display: block!important;
    }
    #shortcut-bar {
        display: none;
    }
    .page.page1.common-page.common-page1 .page1-img-box {
        height: 400px;
        overflow: hidden;
    }
    .page.page1.common-page.common-page1 .page1-img-box img {
        height: 400px;
        width: auto !important;
    }
}

@media (max-width:576px) {
    .row-max-576 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: -15px;
    margin-left: -15px */
    }
    .rowno-max-576 {
        display: block;
    }
    /* .page.page1.common-page {
    margin-top: 60px;
} */
    .container {
        padding-top: 0;
    }
    .page.page1.common-page .drop {
        width: 17rem;
    }
    .page.page1.common-page .drop .drop-content p:nth-of-type(2n) {
        border-width: 1px;
    }
    .footer-animate::after {
        content: '';
        width: 100%;
        height: 20vw;
        display: block;
        background-color: #fefcf4;
    }
}