:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ffb30e;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4646b4;
  --bs-primary: #4646b4;
  --secondary: #a096e6;
  --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-base: "Source Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 4674413 */
  src: url("../fonts/iconfont/iconfont.woff2?t=1726793575659") format("woff2"), url("../fonts/iconfont/iconfont.woff?t=1726793575659") format("woff"), url("../fonts/iconfont/iconfont.ttf?t=1726793575659") format("truetype");
}
.iconfont, .qa-list-item-title::before, .list-side > ul > li > a::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e667";
}

.icon-tag:before {
  content: "\e752";
}

.icon-clock:before {
  content: "\e621";
}

.icon-shouji:before {
  content: "\e603";
}

.icon-dianhua:before {
  content: "\e65c";
}

.icon-laba:before {
  content: "\e62c";
}

.icon-search:before {
  content: "\e614";
}

.icon-weixin:before {
  content: "\e602";
}

.icon-qq:before {
  content: "\e882";
}

.icon-close:before {
  content: "\e61f";
}

.icon-top:before {
  content: "\e6af";
}

.icon-shopping-car:before {
  content: "\e600";
}

.icon-user:before {
  content: "\e601";
}

.icon-arrow-you:before {
  content: "\e631";
}

.icon-zichan-quanbushebei:before {
  content: "\e668";
}

.icon-home:before {
  content: "\e8fa";
}

.icon-jiantou:before {
  content: "\e628";
}

.icon-jiantouyou:before {
  content: "\e629";
}

.icon-jiantoushang:before {
  content: "\e62a";
}

.icon-jiantouxia:before {
  content: "\e62b";
}

.icon-yunsousuo:before {
  content: "\e627";
}

.icon-dilixinxi:before {
  content: "\e60e";
}

.icon-rengongzhineng:before {
  content: "\e7a3";
}

.icon-tianwang:before {
  content: "\e604";
}

.icon-qingbao:before {
  content: "\e7d9";
}

.icon-geanzhencha:before {
  content: "\e60d";
}

.icon-houtaiguanli-danganguanli:before {
  content: "\e639";
}

.icon-danganguanli:before {
  content: "\e649";
}

.icon-zhifabanan:before {
  content: "\e87d";
}

.icon-wangshangxinfang:before {
  content: "\e60c";
}

.icon-liaotian:before {
  content: "\e637";
}

.icon-zhuanti:before {
  content: "\e630";
}

.icon-zhuantishenhedan-guanjianzi:before {
  content: "\e686";
}

.icon-liaotian1:before {
  content: "\e638";
}

.icon-wenjuantiaocha:before {
  content: "\e662";
}

.icon-xinjian:before {
  content: "\e664";
}

.icon-zhuanti1:before {
  content: "\e657";
}

.icon-headlines:before {
  content: "\e90b";
}

.icon-banzupaiban:before {
  content: "\e661";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-11-16 14:14:05
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2023-11-19 00:20:53
 */
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

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

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

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

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

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

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

.p-5 {
  padding: 5px !important;
}

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

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

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

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

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

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

.m-10 {
  margin: 10px !important;
}

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

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

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

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

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

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

.p-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

.m-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

.p-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

.m-20 {
  margin: 20px !important;
}

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

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

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

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

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

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

.p-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

.m-25 {
  margin: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.no-lineheight {
  line-height: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-break {
  word-break: break-word;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-overline {
  text-decoration: overline;
}
.text-none {
  text-decoration: none;
}
.text-primary {
  color: #4646b4 !important;
}
.text-secondary {
  color: #a096e6 !important;
}
.text-success {
  color: #28a745 !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-gold {
  color: #ffc999 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #343a40 !important;
}
.text-body {
  color: #131313 !important;
}
.text-white {
  color: #fff !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-gray {
  color: #6c757d !important;
}
.text-reset {
  color: inherit !important;
}
.text-reset-hover {
  color: inherit !important;
}
.text-reset-hover:hover {
  color: inherit !important;
}
.text-small {
  font-size: 0.875rem !important;
}
.text-smaller {
  font-size: 0.75rem !important;
}
.text-smallest {
  font-size: 0.5rem !important;
}
.text-large {
  font-size: 1.25rem !important;
}

.bold {
  font-weight: bold !important;
}
.bold-normal {
  font-weight: normal !important;
}
.bold-light {
  font-weight: lighter !important;
}
.bold-bolder {
  font-weight: bolder !important;
}
.bold-100 {
  font-weight: 100 !important;
}
.bold-200 {
  font-weight: 200 !important;
}
.bold-300 {
  font-weight: 300 !important;
}
.bold-400 {
  font-weight: 400 !important;
}
.bold-500 {
  font-weight: 500 !important;
}
.bold-600 {
  font-weight: 600 !important;
}
.bold-700 {
  font-weight: 700 !important;
}
.bold-800 {
  font-weight: 800 !important;
}
.bold-900 {
  font-weight: 900 !important;
}
.bold-inherit {
  font-weight: inherit !important;
}
.bold-initial {
  font-weight: initial !important;
}
.bold-unset {
  font-weight: unset !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1357px;
}
.container::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.row::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

[class^=col-] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-eight,
.col-1-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.col-eight {
  width: 12.5%;
}

.col-1-2 {
  width: 20%;
}

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.gutter-5 > [class^=col-],
.gutter-5 > .col {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-10 > [class^=col-],
.gutter-10 > .col {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gutter-15 > [class^=col-],
.gutter-15 > .col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 > [class^=col-],
.gutter-20 > .col {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.gutter-25 > [class^=col-],
.gutter-25 > .col {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-30 > [class^=col-],
.gutter-30 > .col {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.gutter-35 > [class^=col-],
.gutter-35 > .col {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutter-40 > [class^=col-],
.gutter-40 > .col {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.gutter-45 > [class^=col-],
.gutter-45 > .col {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-50 > [class^=col-],
.gutter-50 > .col {
  padding-left: 25px;
  padding-right: 25px;
}

.flex-fill {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card {
  border-radius: 10px;
}
.card-header {
  padding: 10px;
  border: 1px solid #e9ecef;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.card-header.primary {
  background: #4646b4;
  color: #fff;
  border-color: #4646b4;
}
.card-header h4 {
  margin: 0;
}
.card-header .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4646b4;
  margin-right: 10px;
}
.card .card-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #4646b4;
  padding: 20px 0;
  float: left;
}
.card-body {
  padding: 10px;
  border: 1px solid #e9ecef;
  border-top: none;
}
.card.border {
  border: 1px solid #e9ecef;
  border-radius: 10px;
}
.card.border > .card-header {
  border: 0;
  border-bottom: 1px solid #e9ecef;
}
.card.border > .card-body {
  border: 0;
}
.card.no-border {
  border: none;
}
.card.no-border > .card-header {
  border-top: 0;
}
.card.no-border > .card-body {
  border: 0;
}

.breadcrumb {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li .iconfont, .breadcrumb ul li .qa-list-item-title::before, .breadcrumb .list-side > ul > li > a::before {
  font-size: 18px;
  margin-right: 5px;
  color: #999;
}
.breadcrumb ul li.divider {
  margin: 0 10px;
  color: #ccc;
  font-size: 14px;
}
.breadcrumb ul li.active {
  color: #999;
}
.breadcrumb ul li.active a {
  color: #999;
}
.breadcrumb ul li.active a:hover {
  color: #4646b4;
}

.pagination {
  font-size: 14px;
}
.pagination::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pagination-total, .pagination-pager, .pagination-jump {
  float: left;
  line-height: 32px;
  margin-right: 10px;
}
.pagination-pager a {
  display: inline-block;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 2px;
  color: #4646b4;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  font-size: 13px;
}
.pagination-pager a:hover, .pagination-pager a.active {
  background-color: #4646b4;
  color: #fff;
  border-color: #4646b4;
}
.pagination-pager a.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
.pagination-jump {
  position: relative;
  margin-right: 0;
}
.pagination-jump input {
  width: 50px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination-jump input:focus {
  outline: none;
  border-color: #4646b4;
}
.pagination-jump button {
  height: 30px;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination-jump button:hover {
  background-color: #4646b4;
  color: #fff;
  border-color: #4646b4;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  background: #f0f1f5;
  color: #131313;
  font-family: var(--font-family-base);
  background-color: #f0f1f5;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #131313;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #9c1e23;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow {
  box-shadow: 0 0px 10px rgba(54, 54, 163, 0.15);
}

.no-border {
  border: 0 !important;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  background: rgba(240, 241, 245, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1099;
}
.loading-spin {
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.loading-spin::after, .loading-spin::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #4646b4;
}
.loading-spin::before {
  border-color: #4646b4;
}
.loading-spin::before {
  -webkit-animation: loading 5s linear infinite;
     -moz-animation: loading 5s linear infinite;
       -o-animation: loading 5s linear infinite;
          animation: loading 5s linear infinite;
}
.loading-spin::after {
  animation: loading 5s linear infinite reverse;
}

.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #4646b4;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.scrollup svg {
  fill: #4646b4;
  width: 10px;
  padding-top: 9px;
}

.tag {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #adb5bd;
  color: #fff;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 3px;
}
.tag + .tag {
  margin-left: 4px;
}
.tag-red {
  background: #dc3545;
}
.tag-maroon {
  background: #754e5a;
}
.tag-orange {
  background: #ffb30e;
}
.tag-green {
  background: #28a745;
}
.tag-blue {
  background: #007bff;
}
.tag-purple {
  background: #6f42c1;
}
.tag-pink {
  background: #e83e8c;
}
.tag-wine {
  background: #8b4513;
}

.u-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-list li a {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #6c757d;
  border-bottom: 1px dashed #dee2e6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.u-list li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dee2e6;
}
.u-list li a:hover {
  color: #4646b4;
  border-color: #4646b4;
}

.list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #e9ecef;
  border-radius: 10px;
}
.list-item-thumb {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.list-item-thumb img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.list-item-title {
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
.list-item:hover .list-item-thumb img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.swiper-show {
  width: 100%;
  position: relative;
}
.swiper-show .swiper-button-prev,
.swiper-show .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4646b4;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-show .swiper-button-prev:after,
.swiper-show .swiper-button-next:after {
  font-size: 20px;
}
.swiper-show .swiper-button-prev:hover,
.swiper-show .swiper-button-next:hover {
  box-shadow: 0 0 10px 0 #4646b4;
}
.swiper-show-left, .swiper-show-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-show-left {
  left: 0;
}
.swiper-show-right {
  right: 0;
}
.swiper-show-inner {
  float: left;
  width: 1180px;
  margin: 0 64px;
}

.round-img {
  width: 100%;
  height: 100%;
}
.round-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.tabs {
  width: 100%;
}
.tabs-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.tabs-nav-item {
  float: left;
  padding: 10px 40px;
  font-size: 16px;
  background-color: #4646b4;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.tabs-nav-item + .tabs-nav-item {
  margin-left: 2px;
}
.tabs-nav-item.active {
  color: #fff;
  font-weight: bold;
}
.tabs-nav-item.active a {
  color: #fff;
}
.tabs-content {
  clear: both;
  margin-top: 20px;
}
.tabs-content-item {
  display: none;
}
.swiper-pagination {
  width: auto;
  left: unset;
  right: 20px;
  bottom: 14px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 20px;
}

.header {
  width: 100%;
  height: 150px;
  position: relative;
}
.header-inner {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-inner-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-inner-left {
  width: 250px;
}
.header-inner-center {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-inner-right {
  margin-left: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-inner-right .lang {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #6c757d;
  border-radius: 20px;
  text-transform: uppercase;
}
.header-inner-right .shopping-car {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.header-inner-right .shopping-car .iconfont, .header-inner-right .shopping-car .qa-list-item-title::before, .header-inner-right .shopping-car .list-side > ul > li > a::before {
  font-size: 24px;
}
.header-inner-right .user {
  margin-left: 20px;
}
.header-inner-right .user .iconfont, .header-inner-right .user .qa-list-item-title::before, .header-inner-right .user .list-side > ul > li > a::before {
  font-size: 24px;
}
.header-inner .logo {
  width: 100%;
}
.header-inner .logo img {
  width: 100%;
  height: 100%;
}
.header-inner .search-bar {
  height: 55px;
  width: 100%;
  padding-top: 8px;
  background-color: #9c1e23;
}

.search-form {
  background-color: #fff;
  border-radius: 30px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-form-dropdown {
  -webkit-flex: 0 0 150px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9ecef;
  height: 38px;
  border-radius: 30px 0 0 30px;
}
.search-form-dropdown-menu {
  position: absolute;
  display: none;
  overflow: hidden;
  top: 100%;
  left: 0;
  width: 100%;
  background: #a096e6;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.search-form-dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-form-dropdown-menu li {
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.search-form-dropdown-menu li:hover {
  background-color: #4646b4;
}
.search-form-dropdown-menu li:first-child {
  padding-top: 20px;
}
.search-form-dropdown-menu li:last-child {
  padding-bottom: 20px;
}
.search-form input {
  float: left;
  margin-left: 20px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  line-height: 38px;
  border: none;
  background-color: transparent;
  color: #343a40;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
}
.search-form button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  border: none;
  color: #9c1e23;
  background-color: transparent;
  cursor: pointer;
}
.search-form.large input {
  height: 50px;
  line-height: 50px;
}

.nav {
  width: 100%;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav ul li {
  float: left;
  position: relative;
}
.nav ul li .nav-link {
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 3px 5px;
  border-radius: 5px;
}
.nav ul li .nav-link:hover, .nav ul li .nav-link.active {
  background-color: #9c1e23;
  color: #fff;
}
.nav ul .nav-dropdown-menu {
  position: absolute;
  min-width: 200px;
  top: 100%;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  z-index: 999;
  display: none;
}
.nav ul .nav-dropdown-menu a {
  display: block;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #495057;
}
.nav ul .nav-dropdown-menu a:hover {
  color: #4646b4;
}
.nav ul .nav-dropdown-menu-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.nav ul .nav-dropdown-menu .border-right {
  border-right: 1px solid #dee2e6;
}
.nav ul .nav-dropdown-menu-inner {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.nav ul .nav-dropdown-menu-custom {
  left: -100%;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.nav ul .nav-dropdown-menu-custom.large {
  width: 890px;
}
.nav ul .nav-dropdown-menu-custom.medium {
  width: 600px;
}
.nav ul .nav-dropdown-menu-custom .nav-dropdown-menu-inner {
  padding: 30px;
}
.nav ul .nav-dropdown-menu-custom a {
  text-align: left;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -o-background-size: 20px;
     background-size: 20px;
}
.nav ul .nav-dropdown-menu-custom a img {
  margin-top: -3px;
  width: 20px;
  height: 20px;
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-1 {
  background-image: url("../images/nav/icon/1.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-2 {
  background-image: url("../images/nav/icon/2.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-3 {
  background-image: url("../images/nav/icon/3.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-4 {
  background-image: url("../images/nav/icon/4.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-5 {
  background-image: url("../images/nav/icon/5.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-6 {
  background-image: url("../images/nav/icon/6.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-7 {
  background-image: url("../images/nav/icon/7.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-8 {
  background-image: url("../images/nav/icon/8.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-9 {
  background-image: url("../images/nav/icon/9.png");
}
.nav ul .nav-dropdown-menu-custom a.nav-icon-10 {
  background-image: url("../images/nav/icon/10.png");
}

.section-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.section-title-name {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-title-name h1 {
  margin-bottom: 0;
}
.section-title-name-desc {
  margin-left: 10px;
  font-size: 16px;
  color: #adb5bd;
  text-transform: uppercase;
}
.section-title-more {
  color: #adb5bd;
}
.section-title-more:hover {
  color: #4646b4;
}

.bg-white {
  background-color: #fff;
}

.content {
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}

.footer {
  background-color: #aaaaaa;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.footer-info-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-info-right-qrcode {
  width: 100px;
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 20px;
  text-align: center;
}
.footer-info-right-qrcode img {
  margin-bottom: 10px;
}
.footer-info-right-links {
  margin-top: 10px;
}
.footer-info-right-links a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 19px;
  border-radius: 50%;
}
.footer-info-right-links a.weixin {
  background-color: #43b02a;
  margin-right: 10px;
}
.footer-info-right-links a.weixin:hover {
  background-color: #3c9a23;
}
.footer-info-right-links a.qq {
  background-color: #00a6ff;
  margin-right: 10px;
}
.footer-info-right-links a.qq:hover {
  background-color: #0089cc;
}
.footer-copyright {
  background: #9c1e23;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-copyright img {
  width: 16px;
  height: 16px;
}

.headline {
  background: #a096e6;
  color: #fff;
  padding: 0 15px;
}
.headline .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headline-title {
  font-size: 24px;
}
.headline-swiper {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  height: 50px;
  padding-bottom: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-swiper .swiper {
  width: 100%;
  height: 100%;
}
.headline-swiper .swiper-slide {
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline-right {
  cursor: pointer;
}
.headline a {
  color: #fff;
}

.home-banner {
  background: #a096e6;
  width: 100%;
  position: relative;
}
.home-banner img {
  display: block;
}
.home-banner .swiper-wrapper {
  z-index: 1;
}
.home-banner-pagination {
  position: absolute;
  z-index: 2;
  width: auto !important;
  bottom: 10px !important;
  top: unset !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-knowledge {
  padding-top: 0;
  padding-bottom: 40px;
}
.home-digest {
  background-color: #eaeef1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-sales-promotion {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-sales-promotion .list-item-thumb {
  height: 202px;
  border-radius: 10px 10px 0 0;
}
.home-sales-promotion .list-item-thumb img {
  height: auto;
}
.home-sales-promotion .list-item-title {
  position: static;
  background-color: white;
  color: #131313;
}
.home-quote {
  background-color: #eaeef1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-quote .list-item {
  padding-bottom: 15px;
  background-color: white;
  border-radius: 10px;
}
.home-quote .list-item-thumb {
  border-radius: 10px 10px 0 0;
  height: 410px;
}
.home-quote .list-item-thumb img {
  height: auto;
}
.home-quote .list-item-title {
  position: static;
  color: #131313;
  border-radius: 0;
  background-color: white;
  padding-bottom: 10px;
}
.home-quote .list-item-desc {
  padding: 0 20px;
  padding-top: 0;
  background-color: white;
  color: #adb5bd;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.5;
}
.home-quote-pagination {
  position: static;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-quote-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home-quote-pagination .swiper-pagination-bullet-active {
  background-color: #4646b4;
  width: 30px;
  border-radius: 20px;
}
.home-brag {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-brag-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4646b4;
  border-radius: 10px;
  overflow: hidden;
}
.home-brag-item-video {
  border-radius: 10px 10px 0 0;
}
.home-brag-item-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-brag-item-card {
 /* background-image:url("../images/home/digest/bg1.png");
  background-size: cover; */
  
  color: white;
  text-align: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
		  
}
.home-brag-item-card-down {
  border-radius: 0 0 10px 10px;
}
.home-brag-item-card-up {
  border-radius: 10px 10px 0 0;
}
.home-brag-item-card-cover {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-brag-item-card-cover img {
  height: 80px;
  width: 80px;
}
.home-brag-item-card-cover-title {
  margin-top: 10px;
  width: 200px;
  padding: 8px 10px;
  background-color: #fff;
  color: #4646b4;
  border-radius: 40px;
}
.home-brag-item-card.secondary {
  /* background-color: #a096e6; */
}
.home-brag-item-card.secondary .list-item-thumb {
  color: #a096e6;
}
.home-brag-item-card-content {
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 40px;
  line-height: 1.8;
}
.home-brag-item-card:hover .home-brag-item-card-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.home-brag-item-card:hover .home-brag-item-card-cover {
  display: none;
}
.home-brag-item-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-brag-item-flex .home-brag-item-card {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-quicklink {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.home-quicklink-item a {
  display: block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.home-quicklink-item a.title {
  border-left: 3px solid #000000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
.home-quicklink-item a:last-child {
  margin-bottom: 0;
}
.home-quicklink-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.home-quicklink-form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-quicklink-form-input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.home-quicklink-form input,
.home-quicklink-form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #dee2e6;
}
.home-quicklink-form input {
  height: 32px;
  line-height: 32px;
}
.home-quicklink-form button {
  height: 32px;
  line-height: 32px;
  width: 100px;
  background-color: #e9ecef;
  color: #6c757d;
  border: none;
}

.knowledge-card {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.knowledge-card-item {
  -webkit-flex: 150px 0 0;
     -moz-box-flex: 150px;
      -ms-flex: 150px 0 0px;
          flex: 150px 0 0;
  text-align: center;
}
.knowledge-card-item-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.knowledge-card-item-img img {
  width: 100%;
  height: 100%;
}
.knowledge-card-item-img-font {
  display: block;
}
.knowledge-card-item-img-back {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.knowledge-card-item:hover .knowledge-card-item-img-font {
  display: none;
}
.knowledge-card-item:hover .knowledge-card-item-img-back {
  display: block;
  opacity: 1;
}
.knowledge-card-item-title {
  font-size: 18px;
  margin-top: 10px;
}

.home-banner {
  background: #a096e6;
  width: 100%;
  position: relative;
}
.home-banner img {
  display: block;
}
.home-banner .swiper-wrapper {
  z-index: 1;
}
.home-banner-pagination {
  position: absolute;
  z-index: 2;
  width: auto !important;
  bottom: 10px !important;
  top: unset !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-body {
  overflow: hidden;
  position: relative;
}
.home-body-bg {
  position: absolute;
  z-index: 2;
}
.home-body-front {
  position: relative;
  z-index: 1;
}
.home-body-1 {
  margin-left: -960px;
  top: 320px;
}
.home-body-2 {
  top: 100px;
  right: 20px;
}
.home-body-3 {
  left: -20px;
  top: 600px;
}
.home-body-4 {
  top: 850px;
  right: -120px;
}
.home-body-5 {
  left: -20px;
  top: 1230px;
}
.home-body-6 {
  top: 1850px;
  right: 10px;
}

.subpage-title {
  width: 100%;
}
.subpage-title h2 {
  margin-bottom: 0;
  padding-left: 20px;
  border-left: 3px solid #000000;
  line-height: 1;
}
.subpage-header {
  border-bottom: 2px solid #9c1e23;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.subpage-header-left {
  float: left;
}
.subpage-header-left-icon {
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 35px;
  background: #4646b4;
  border-radius: 5px;
  vertical-align: middle;
}
.subpage-header-left h1 {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  vertical-align: middle;
}
.subpage-header-right {
  float: right;
}
.subpage-filter {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}
.subpage-filter-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.subpage-filter-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.subpage-filter-item label {
  color: #adb5bd;
  min-width: 80px;
}
.subpage-filter-item-content {
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subpage-filter-option {
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpage-filter-option.active {
  color: #dc3545;
}
.subpage-filter-option img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.subpage-filter-tags {
  margin-top: -5px;
  margin-left: -5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.subpage-filter-tags .tag {
  margin-left: 5px;
  margin-top: 5px;
}
.subpage-filter-tags .tag .bold {
  margin-right: 5px;
  color: #4646b4;
}
.subpage-desc {
  background: #a096e6;
  color: #fff;
  padding: 60px;
}
.subpage-desc-title {
  text-align: center;
}
.subpage-desc p {
  line-height: 1.8;
}
.subpage-content {
  margin-top: 20px;
}
.subpage-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
}
.subpage-content table th,
.subpage-content table td {
  padding: 10px;
}
.subpage-content table th {
  background-color: #e9ecef;
  font-weight: bold;
  border-right: 1px dashed #ced4da;
}
.subpage-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.list-side-header {
  background-color: #a096e6;
  padding: 10px 20px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-side-header-title {
  margin: 0;
  font-weight: normal;
}
.list-side-header a {
  color: #fff;
}
.list-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-side > ul > li {
  background-color: #fff;
  margin-bottom: 5px;
}
.list-side > ul > li > a {
  position: relative;
  display: block;
  background-color: #dee2e6;
  padding: 10px 30px;
}
.list-side > ul > li > a::before {
  content: "\e629";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  color: #495057;
}
.list-side > ul > li > ul {
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.list-side > ul > li > ul > li a {
  display: block;
  position: relative;
  padding: 8px 30px;
  padding-left: 30px;
}
.list-side > ul > li > ul > li a::before, .list-side > ul > li > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #adb5bd;
}
.list-side > ul > li > ul > li a::before {
  left: 8px;
  width: 14px;
  height: 14px;
}
.list-side > ul > li > ul > li.active {
  color: #4646b4;
}
.list-side > ul > li > ul > li.active a {
  color: #4646b4;
}
.list-side > ul > li > ul > li.active a::before, .list-side > ul > li > ul > li.active a::after {
  border-color: #4646b4;
}
.list-side > ul > li > ul > li.active a::after {
  background-color: #4646b4;
}
.list-side > ul > li:hover > a {
  background-color: #4646b4;
  color: #fff;
}
.list-side > ul > li:hover > a::before {
  color: #fff;
}
.list-side > ul > li.active > a {
  background-color: #9c1e23;
  color: #fff;
}
.list-side > ul > li.active > a::before {
  content: "\e62a";
  color: #fff;
}
.list-side > ul > li.active > ul {
  display: block;
}

.right-side-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6c757d;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.right-side-title h2 {
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}
.right-side-title a {
  color: #ced4da;
  font-size: 22px;
}
.right-side-title a:hover {
  color: #4646b4;
}

.news-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dee2e6;
}
.news-list-thumb {
  border-radius: 10px;
  overflow: hidden;
  -webkit-flex: 0 0 273px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 273px;
          flex: 0 0 273px;
}
.news-list-thumb img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
}
.news-list-content {
  margin-left: 20px;
}
.news-list-content-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.news-list-content-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #6c757d;
}
.news-list-content-status {
  margin-top: 20px;
  color: #6c757d;
}
.news-list:hover .news-list-thumb img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.news-list.small {
  width: 100%;
}
.news-list.small .news-list-thumb {
  -webkit-flex: 0 0 110px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-height: 150px;
}
.news-list.small .news-list-content {
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-list.small .news-list-content-title {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list.small .news-list-content-desc {
  font-size: 14px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qa-list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.qa-list-item-title {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.qa-list-item-title::before {
  content: " \e629";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 2px);
  top: -moz-calc(50% - 2px);
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #ced4da;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.qa-list-item-title:hover {
  color: #4646b4;
}
.qa-list-item-content {
  display: none;
  line-height: 1.8;
  font-size: 16px;
  color: #6c757d;
}
.qa-list-item.active .qa-list-item-title {
  color: #4646b4;
}
.qa-list-item.active .qa-list-item-title::before {
  content: " \e62a";
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 50%;
}
.qa-list-item.active .qa-list-item-content {
  display: block;
}

.searcher {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.tag-pink {
  background-color: #e83e8c;
  color: #fff;
  padding: 0 10px;
}

.detail-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.detail-status {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #6c757d;
  border-bottom: 1px dashed #dee2e6;
}
.detail-status-item + .detail-status-item {
  margin-left: 40px;
}
.detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dee2e6;
}
.detail-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.detail-content p {
  margin-bottom: 20px;
}

.vr-table {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0 10px;
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.vr-table-header {
  background-color: #e9ecef;
}
.vr-table-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vr-table-row:nth-child(even) {
  background-color: #f8f9fa;
}
.vr-table-row.thead {
  background-color: #dee2e6;
  font-weight: bold;
}
.vr-table-row.thead .vr-table-cell {
  border-right: 1px dashed #fff;
}
.vr-table-row:hover {
  background-color: rgba(70, 70, 180, 0.1);
}
.vr-table-cell {
  padding: 10px;
  text-align: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.vr-table-cell a {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vr-table-cell label {
  color: #ced4da;
  display: none;
  margin-bottom: 0;
  font-size: 14px;
  min-width: 60px;
  font-weight: normal;
}
.vr-table-cell img {
  width: 20px;
  height: auto;
  margin-bottom: 0;
}

.vr-table-cell-1 {
  -webkit-flex: 0 0 80px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 12px;
}
.vr-table-cell-2 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.vr-table-cell-3 {
  -webkit-flex: 0 0 420px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  font-size: 12px;
}
.vr-table-cell-4 {
  -webkit-flex: 0 0 160px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-size: 12px;
}

.vr-table-cell-5 {
  -webkit-flex: 0 0 120px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 12px;
}
.vr-table-cell-6 {
  -webkit-flex: 0 0 120px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 12px;
}
.vr-table-cell-head {
  background-color: #e9ecef;
  font-weight: bold;
  border-right: 1px solid #dee2e6;
}
.vr-table-cell-body {
  border-right: 1px solid #dee2e6;
}
.vr-table-cell-foot {
  background-color: #e9ecef;
  font-weight: bold;
  border-right: 1px solid #dee2e6;
}