 @font-face {
     font-family: Noto Sans SC;
     font-weight: 100;
     src: url(../fonts/NotoSansSC-Thin.62155297.woff2) format("woff2"), url(../fonts/NotoSansSC-Thin.c695f43e.woff) format("woff"), url(../fonts/NotoSansSC-Thin.30fd1899.otf) format("opentype")
 }
 
 @font-face {
     font-family: Noto Sans SC;
     font-weight: 300;
     src: url(../fonts/NotoSansSC-Light.c2cbe070.woff2) format("woff2"), url(../fonts/NotoSansSC-Light.f27b741b.woff) format("woff"), url(../fonts/NotoSansSC-Light.ce5a6e16.otf) format("opentype")
 }
 
 @font-face {
     font-family: Noto Sans SC;
     font-weight: 400;
     src: url(../fonts/NotoSansSC-Regular.64778228.woff2) format("woff2"), url(../fonts/NotoSansSC-Regular.a13acdc0.woff) format("woff"), url(../fonts/NotoSansSC-Regular.4809f99c.otf) format("opentype")
 }
 
 @font-face {
     font-family: Noto Sans SC;
     font-weight: 500;
     src: url(../fonts/NotoSansSC-Medium.846b9f0e.woff2) format("woff2"), url(../fonts/NotoSansSC-Medium.9ab10683.woff) format("woff"), url(../fonts/NotoSansSC-Medium.b66e8f6d.otf) format("opentype")
 }
 
 @font-face {
     font-family: Noto Sans SC;
     font-weight: 700;
     src: url(../fonts/NotoSansSC-Bold.276991d3.woff2) format("woff2"), url(../fonts/NotoSansSC-Bold.d9a15ec9.woff) format("woff"), url(../fonts/NotoSansSC-Bold.68638deb.otf) format("opentype")
 }
 
 @font-face {
     font-family: Noto Sans SC;
     font-weight: 900;
     src: url(../fonts/NotoSansSC-Black.1fc5893e.woff2) format("woff2"), url(../fonts/NotoSansSC-Black.5357a23c.woff) format("woff"), url(../fonts/NotoSansSC-Black.6e1f3f1c.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 100;
     src: url(../fonts/Oswald-ExtraLight.woff2) format("woff2"), url(../fonts/Oswald-ExtraLight.woff) format("woff"), url(../fonts/Oswald-ExtraLight.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 300;
     src: url(../fonts/Oswald-Light.woff2) format("woff2"), url(../fonts/Oswald-Light.woff) format("woff"), url(../fonts/Oswald-Light.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 400;
     src: url(../fonts/Oswald-Regular.woff2) format("woff2"), url(../fonts/Oswald-Regular.woff) format("woff"), url(../fonts/Oswald-Regular.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 500;
     src: url(../fonts/Oswald-Medium.woff2) format("woff2"), url(../fonts/Oswald-Medium.woff) format("woff"), url(../fonts/Oswald-Medium.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 700;
     src: url(../fonts/Oswald-Bold.woff2) format("woff2"), url(../fonts/Oswald-Bold.woff) format("woff"), url(../fonts/Oswald-Bold.otf) format("opentype")
 }
 
 @font-face {
     font-family: Oswald;
     font-weight: 900;
     src: url(../fonts/Oswald-SemiBold.woff2) format("woff2"), url(../fonts/Oswald-SemiBold.woff) format("woff"), url(../fonts/Oswald-SemiBold.otf) format("opentype")
 }
 
 @font-face {
     font-family: "iconfont";
     /* Project id 4069992 */
     src: url('iconfonts/iconfont.woff2?t=1684221136227') format('woff2'), url('iconfonts/iconfont.woff?t=1684221136227') format('woff'), url('iconfonts/iconfont.ttf?t=1684221136227') format('truetype');
 }
 
 :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;
     color: #595757;
     text-align: left;
     background-color: #fff;
 }
 
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin-top: 0;
     /* margin-bottom: .5rem */
 }
 
 p {
     margin-top: 0;
     /* margin-bottom: 1rem */
 }
 
 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
 }
 
 a {
     color: #333;
     text-decoration: none;
     background-color: transparent
 }
 
 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;
     /* max-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
 }
 
 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
 }
 
 .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;
     /* margin-right: -15px;
    margin-left: -15px */
 }
 
 .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;
 }
 
 .container-heart {
     max-width: 1440px; 
     /* width: 75%; */
     width: 84%;
 }

 .border-lr {
    border-left: 1px solid rgba(207, 207, 207, 0.7424);
    border-right: 1px solid rgba(207, 207, 207, 0.7424);
 }
 
 .container {
     /* 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: 100;
 }
 /* 公共 banner */
 
 .common-page1 {
    margin-top: 6.25rem;
    position: relative;
 }

 .common-line-b {
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 60%; */
    height: 1.125rem;
    background: #B4030B;
    animation: wh 0.5s ease-in-out forwards;
 }
 
 .common-page1 .common-wrap {
     position: relative;
 }

 .common-line-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.625rem;
    /* height: 80%; */
    background: #B4030B;
    animation: h 0.5s ease-in-out forwards;
 }

 @keyframes h {
    from { height: 0; }
    to { height: 80%; } 
}
 
 .common-msg {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 27.75rem; */
    width: 100%;
    height: auto;
    padding: 3.5rem;
    background: transparent;
 }
 

 .common-msg h3 {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #333333;
 }
 .common-msg h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.75rem;
    color: #333333;
 }

 .common-msg.white h2 {
    color: #FFFFFF;
 }

 /* 返回顶部 */
#goTop {
    cursor: pointer;
    position: fixed;
    right: 5%;
    top: 90%;
    z-index: 22;
    width: 3.75rem;
    height: 3.75rem;
    background: #B4030B;
    display: flex;
    justify-content: center;
    align-items: center;
}

#goTop i {
    font-size: 1.5rem;
    color: #FFFFFF;
}
 
 /* 公共bread */
 .common-bread {
    border-bottom: 1px solid rgba(207, 207, 207, 0.7424);
    position: relative;
 }

 .common-bread .bread-1 {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    z-index: 6;
 }

 .common-bread .bread-tabs .tabs-item {
    padding: 2.5rem 0 1rem;
    margin-right: 2.5rem;
    position: relative;
 }

 .common-bread .tabs-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: transparent;
 }

 .common-bread .tabs-item.active::before {
    background: #B4030B;
 }

 .common-bread .tabs-item a {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.25rem;
    color: #333333;
 }

 .common-bread .tabs-item.active a {
    color: #B4030B;
 }

 /* 左右padding */
 .common-padding {
    /* padding: 0 10rem; */
    padding: 0 11%;
 }

 .common-box {
    position: relative;
    overflow: hidden;
    padding-top: 4rem !important;
 }

 /* title */
 .common-title {}

 .common-title h3 {
    padding-bottom: 1.625rem;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #333333;
    position: relative;
 }

 .common-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    /* bottom: -1.625rem; */
    bottom: 0;
    width: 1.875rem;
    height: .375rem;
    background: #B4030B;
 }

 /* 渐变颜色 */
 
 .txt_L-g {
     display: inline-block;
     background: linear-gradient(57deg, #172EF1 3%, #00CAD5 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-fill-color: transparent;
 }
 /* 面包额 */
 
 .breadcrumb {
    margin-top: 6.25rem;
    border-bottom: 1px solid rgba(207, 207, 207, 0.7424);
    position: relative;
}

.breadcrumb::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.125rem;
    /* width: 60%; */
    width: 0;
    height: 1.125rem;
    background: #B4030B;
    z-index: 2;
    animation: wh 0.5s ease-in-out forwards;
}

@keyframes wh {
    from { width: 0; }
    to { width: 60%; } 
}

.breadcrumb .breadcrumb-wrap {
    padding: 1.5rem 10rem;
}

.breadcrumb .breadcrumb-item {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #DADADA;
    margin-right: .5rem;
}

.breadcrumb .breadcrumb-item a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #DADADA;
}

.breadcrumb .breadcrumb-item.current a,
.breadcrumb .breadcrumb-item:last-child {
    color: #B4030B;
}

 /* 分页 */
 
 .paging {}
 .paging .paging-wrap {
    margin-top: 2.5rem;
    font-size: .875rem;
    line-height: 2rem;
    color: #333333;
    white-space: nowrap;
    justify-content: center;
}

.paging .paging-wrap a,
.paging .paging-wrap a.active {
    font-size: .875rem;
    line-height: 2rem;
    color: #333333;
    margin: 0.5rem 0.4rem 2rem;
    font-weight: normal;
    width: 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
}

.paging .paging-wrap a:first-child,
.paging .paging-wrap a:last-child {
    width: 5.25rem;
}

.paging .paging-wrap a.active::before,
.paging .paging-wrap a:hover::before {
    border-radius: 2px !important;
    border: none !important;
    background: #B4030B;
}

.paging .paging-wrap span,
.paging .paging-wrap span button {
    position: relative;
}

.paging .paging-wrap a::before,
.paging .paging-wrap a.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;
    /* opacity: 0.5; */
    border-radius: 2px;
    border: 0.5px solid #999999;
}

.paging .paging-wrap a:hover,
.paging .paging-wrap a.active {
    color: #fff;
}

.paging .paging-wrap .jump {
    margin-left: 1rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}

.paging .paging-wrap span.input {
    display: inline-block;
    width: 2.5rem;
    position: relative;
}

.paging .paging-wrap input {
    font-weight: 400;
    width: 2.5rem;
    font-size: 1rem;
    line-height: 2rem;
    border: 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 button {
    font-weight: 500;
    margin: 0 1rem;
    font-size: .875rem;
    line-height: 2rem;
    width: 4.125rem;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background: #B4030B;
}

 
 
 .page.page1.common-page1 {
     min-height: 35vw;
 }
 /* 滚动条 */
 
 .blueScrollX {
     overflow-x: auto;
     /* ie */
     /*立体滚动条的颜色*/
     scrollbar-face-color: rgb(0, 202, 213，1);
     /*滚动条的基本颜色*/
     scrollbar-base-color: #fff;
     /*滚动条空白部分的颜色*/
     scrollbar-highlight-color: #fff;
     /*立体滚动条亮边的颜色*/
     scrollbar-3dlight-color: #fff;
     /*三角箭头的颜色*/
     scrollbar-arrow-color: rgb(0, 202, 213，1);
     /* 火狐 窄条 */
     scrollbar-width: thin;
     /* 火狐 第一个滚轮颜色，第二个滚动条背景色 */
     scrollbar-color: rgb(0, 202, 213，1) #fff;
 }
 
 .blueScrollY {
     overflow-y: auto;
     /* ie */
     /*立体滚动条的颜色*/
     scrollbar-face-color: rgb(0, 202, 213，1);
     /*滚动条的基本颜色*/
     scrollbar-base-color: #fff;
     /*滚动条空白部分的颜色*/
     scrollbar-highlight-color: #fff;
     /*立体滚动条亮边的颜色*/
     scrollbar-3dlight-color: #fff;
     /*三角箭头的颜色*/
     scrollbar-arrow-color: rgb(0, 202, 213，1);
     /* 火狐 窄条 */
     scrollbar-width: thin;
     /* 火狐 第一个滚轮颜色，第二个滚动条背景色 */
     scrollbar-color: rgb(0, 202, 213，1) #fff;
 }
 
 .blueScrollY::-webkit-scrollbar {
     width: 4px;
     background-color: transparent;
 }
 
 .blueScrollX::-webkit-scrollbar {
     background-color: transparent;
     height: 4px;
 }
 /* 上下两头按钮样式 无法分开设置图标 */
 /* .blueScrollY::-webkit-scrollbar-button {
    background: #fff url(./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, #172EF1 0%, #00CAD5 100%);
 }
 
 @media screen and (max-width:1440px) {
     body,
     html {
         font-size: 14px;
     }
     .breadcrumb .breadcrumb-wrap {
        padding: 1.5rem 2rem;
     }
     .common-padding {
        padding: 0 5%;
     }
 }
 
 @media (max-width:1200px) {
     .container-heart {
         /* width: 90%; */
     }
     body,
     html {
         font-size: 12px;
     }
     .breadcrumb-wrap span.breadcrumb-item {
         font-size: 14px;
         line-height: 20px;
     }
     .common-msg {
        padding: 2.5rem;
     }
     .common-msg h3 {
        font-size: 14px;
        line-height: 18px;
     }
     .common-msg h2 {
        font-size: 24px;
        line-height: 32px
     }
 }
 
 @media (max-width:992px) {
     .container-heart {
         /* width: 92.5%; */
     }
 }
 
 @media (max-width:768px) {
     body,
     html {
         font-size: 10px;
     }
     .container-heart {
         width: 90%;
     }
     .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-page1 .page1-img-box img {
         height: 400px;
         width: auto !important;
     }
     
     .common-msg {
        width: 21.75rem;
        padding: 1.5rem;
     }
     .common-msg h3 {
        font-size: 12px;
        line-height: 16px;
     }
     .common-msg h2 {
        font-size: 16px;
        line-height: 24px
     }
 }
 
 @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;
     }
     .common-bread .bread-tabs .tabs-item {
        margin-right: 1.5rem;
    }
 }
