article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 14px;
  margin: 0;
  color: #333;
  background-color: #fff;
  line-height: 1;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
p {
  margin: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row:after {
  content: '';
  clear: both;
  display: block;
}
.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.cb,
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.themeOrange {
  background-color: #ef7545;
}
.themeRed {
  background-color: #ef4545;
}
.themeLightBlue {
  height: 70px;
  background-image: linear-gradient(270deg, #549bf9 0%, #3d70e7 100%);
}
.themeBlue {
  background-color: #406ded;
}
.themeGreen {
  background-color: #55ae6a;
}
.header {
  background: #fff;
}
.headerBox {
  margin: 0 auto;
  text-align: center;
  padding: 18px 0 17px;
  width: 1200px;
  position: relative;
  font-size: 0;
}
.header__info {
  overflow: hidden;
  float: left;
}
.header__info:after {
  content: '';
  display: table;
  clear: both;
}
.header__info:after {
  content: '';
  display: table;
  clear: both;
}
.header__logo {
  float: left;
}
.header__name {
  float: left;
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #dcdcdc;
  font-size: 28px;
  line-height: 40px;
}
.header__name:hover {
  text-decoration: none;
}
.header__searchBar {
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}
.header__searchBar:after {
  content: '';
  display: table;
  clear: both;
}
.header__searchBar:after {
  content: '';
  display: table;
  clear: both;
}
.header__searchBar input {
  height: 40px;
  width: 174px;
  float: left;
  border: none;
  border-width: 1px 0 1px 1px;
  padding-left: 1em;
  border-radius: 20px 0 0 20px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #9f9da8;
  background: #f2f4f5ff;
}
.header__searchBar input:focus {
  outline: 0;
  /* border: 1px solid #4085ed; */
  /* border-width: 1px 0 1px 1px; */
}
/* .header__searchBar input:focus ~ button {
  border: 1px solid#4085ed;
  border-width: 1px 1px 1px 0;
} */
.header__searchBar button {
  float: left;
  width: 46px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  border: none;
  border-left: none;
  background: #f2f4f5;
  outline: 0;
  border-radius: 0 20px 20px 0;
}
.header__searchBar button:hover {
  background: #e5e5e5;
}
.header__searchBar button:hover i {
  color: #ddd;
}
.header__searchBar button i {
  color: #ccc;
  font-size: 18px;
}
.header__entry {
  height: 40px;
  float: right;
  list-style-type: none;
  margin: 0;
  padding-left: 48px;
  min-height: 1px;
  font-size: 0;
}
.headerEntry:after {
  content: '';
  display: table;
  clear: both;
}
.headerEntry:after {
  content: '';
  display: table;
  clear: both;
}
.headerEntry__item {
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}

.headerEntry__link {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  line-height: 40px;
}
.headerEntry__link:hover {
  font-weight: bold;
}
.headerEntry__link--active {
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
  position: relative;
}
.headerEntry__link--active::after {
  content: '';
  width: 40px;
  height: 5px;
  background: #fe0f09;
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: -2.5px;
  transform: translateX(-50%);
}
#_searchBtn {
  background-image: url(../img/sc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
nav {
  position: relative;
}
.nav_left {
  position: relative;
  width: 250px;
  height: 70px;
  padding-left: 52px;
  display: block;
  float: left;
  margin-right: 110px;
}
.nav_left::before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/kmicon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.nav_left:hover {
  background: #396fd6;
  cursor: pointer;
}
.nav_left:hover > .nav_left_content {
  display: block;
}
.nav_left > span {
  display: block;
  width: 100%;

  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 70px;
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav_left_content {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  width: 800px;
  padding: 34px 30px 29px;
  background: #ffffff;
  border: 0.5px solid #dfe1eb;
  box-shadow: 0 -5px 5px 0 rgba(46, 46, 46, 0.05);
  border-radius: 0 0 12px 12px;
  z-index: 99999999;
}
.nav_left .navCategory2 {
  height: 21px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.nav_left .navShow__item {
  width: 120px;
  height: 12px;
  font-size: 13px;
  text-align: left;
  margin: 0 27px 30px 0;
  float: left;
}
.nav_left .navShow__item a {
  color: #344049;
}
.nav_left .navShow__item a:hover {
  color: #fe0f09;
  text-decoration: none;
}
.navList {
  height: 70px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.navList > .new_navList:nth-child(3) > .new_navList2::after,
.navList > .new_navList:nth-child(4) > .new_navList2::after {
  display: none;
}
.navList:after {
  content: '';
  display: table;
  clear: both;
}
.navList:after {
  content: '';
  display: table;
  clear: both;
}
.navListFlag li {
  float: left;
  margin-right: 20px;
}
.new_navList {
  height: 70px;
  line-height: 70px;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  width: 120px;
}
.new_navList:hover {
  background: #396fd6;
}
.new_navList2 > li {
  list-style: none;
}
.new_navList2 .open_box_list {
  width: 120px;
  background: #ffffff;
  border: 0.5px solid #dfe1eb;
  box-shadow: 0 -5px 5px 0 #2e2e2e0d;
  border-radius: 0 0 12px 12px;
  position: absolute;
  left: 0;
  top: 70px;
  display: none;
  z-index: 99999;
  padding: 12px 0px;
}
.new_navList2 .open_box_list > a {
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #6f758f;
  border-radius: 8px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new_navList2 .open_box_list > a:hover {
  background: #ecedf5;
  font-weight: 700;
  color: #2e2e2e;
}

.new_navList2:hover .open_box_list {
  display: block;
  z-index: 99999;
}
.new_navList2 > li > a {
  width: 100%;
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  text-align: left;
}
.new_navContent {
  width: 120px;
  background: #ffffff;
  border: 0.5px solid #dfe1eb;
  box-shadow: 0 -5px 5px 0 #2e2e2e0d;
  border-radius: 0 0 12px 12px;
  position: absolute;
  left: 0;
  top: 70px;
  display: none;
  z-index: 99999;
  padding: 12px 0px;
}
.new_navContent > div,
.new_navContent > li {
  padding: 0 10px;
  list-style: none;
}
.new_navContent > li {
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #6f758f !important;
  border-radius: 8px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_navContent > li:hover {
  background: #ecedf5;
}
.new_navContent > li:hover > a {
  font-weight: 700;
  color: #2e2e2e;
}
.new_navContent > li > a {
  display: block;
  color: #6f758f;
  border-radius: 8px;
  font-size: 14px;
  line-height: 40px;
}
.new_navContent > div > span,
.new_navContent > div > span > a {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  color: #6f758f;
  border-radius: 8px;
  font-size: 14px;
  line-height: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_navContent > div:hover > span > a,
.new_navContent > div:hover > span,
.new_navContent > div:hover > li,
.new_navContent > div:hover > a {
  background: #ecedf5;
  font-size: 14px;
  color: #2e2e2e;
  list-style: none;
  font-weight: 700;
}
.new_navContent div:hover .new_navContent-left {
  display: block;
}
.new_navContent-left > li > a {
}
.new_navList:hover .new_navContent {
  display: block;
}
.new_navList > a {
  color: #ffffff;
  text-decoration: none !important;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.new_navList > a > span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(../img/sj.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.new_navList2::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url(../img/sj.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.new_navContent-left {
  display: none;
  width: 350px;
  min-height: 100%;
  position: absolute;
  left: -350px;
  top: -1px;
  background: #ffffff;
  border: 0.5px solid #dfe1eb;
  box-shadow: 0 -5px 5px 0 #2e2e2e0d;
  border-radius: 0 0 12px 12px;
  padding: 23px 30px 5px;
  z-index: 9999;
}
.new_navContent-leftTit,
.new_navContent-left > li > a {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #2e2e2e;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe1eb;
  margin-bottom: 25px;
}
.new_navContent-left .open_box_list {
  line-height: 1;
}
.new_navContent-left .open_box_list > a,
.nivtitle > a {
  min-width: 50%;
  display: inline-block;
  font-size: 13px;
  color: #344049;
  text-align: left;
  margin-bottom: 30px;
  font-weight: initial;
}
.nivtitle {
  line-height: 1;
  display: none;
}
.nivtitle > a {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_navContent-left .open_box_list > a:hover,
.nivtitle > a:hover {
  color: #fe0f09;
}
.new_navContent-leftList {
  font-size: 0;
}
.new_navContent-leftList > a {
  max-width: 100%;
  min-width: 50%;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #344049;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
  float: left;
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new_navContent-leftList > a:hover {
  font-family: MicrosoftYaHei;
  color: #fe0f09;
}
.navInfo:after {
  content: '';
  display: table;
  clear: both;
}
.navInfo:after {
  content: '';
  display: table;
  clear: both;
}
.navInfo__link {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 400;
  position: relative;
}
.navInfo__link:before {
  content: '';
  width: 12px;
  height: 14px;
  background: url(../img/i-hot0.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: -17px;
}
.navInfo__link--hot {
  position: relative;
}
.navInfo__link--hot:before {
  content: '';
  width: 12px;
  height: 14px;
  background: url(../img/i-hot.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: -17px;
}
.navInfo__item {
  float: left;
}
.navInfo__item ~ .navInfo__item {
  margin-left: 30px;
}
.navContent {
  width: 100%;
  height: 52px;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #eee;
}
.footer__top {
  background-color: #fff;
}
.footer__bottom {
  background-color: #fff;
  padding: 40px 0 0;
  box-sizing: border-box;
}
.footer__about {
  width: 176px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.container > .footer__about:nth-child(4),
.container2 > .footer__about:nth-child(4) {
  width: 191px;
}
.footer__tl {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;

  font-weight: 700;
  font-size: 22px;
  color: #2e2e2e;
}
.footer__item a {
  line-height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #6f758f;
  font-size: 300;
}
.footer__item a:hover {
  color: #fe0f09;
}
.footer__a:hover {
  color: #fe0f09;
  border: 1px solid #fe0f09;
}
.footer__ewm {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 80px;
  vertical-align: top;
}
.footer__img {
  display: inline-block;
  margin-left: 25px;
  width: 150px;
}
.footer__img img {
  display: block;
  max-width: 100%;
}
.footer__img p {
  line-height: 24px;
  font-weight: 300;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #6f758f;
}
.footer__text {
  display: inline-block;
}
.footer__tel {
  font-size: 20px;
  font-weight: 700;
}
.footer__email {
  font-size: 16px;
  margin: 15px 0 10px;
}
.footer__a {
  display: inline-block;
  width: 130px;
  height: 36px;
  border: 0.5px solid #6f758f;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  margin-top: 9px;
}

.footer__spe {
  width: 1200px;
  height: 150px;
  background: url(../img/footer__bg.png) no-repeat;
  background-size: 100%;
  padding: 19px 30px;
  box-sizing: border-box;
  margin: 40px auto 30px;
}
.footer__speItem {
  width: 208px;
  display: block;
  font-size: 16px;
  color: #666;
  margin: 0 10px;
  position: relative;
  text-align: center;
  float: left;
}
.footer__speItem img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 12px;
}
.footer__speItem span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #2e2e2e;
  text-align: center;
}
.footer__speItem span a {
  color: #2e2e2e;
}
.footer__speItem a:hover span {
  color: #fe0f09;
}
.footer__speItem--last {
  border-right: 0;
}
.footer__speItem .footer__num {
  font-size: 12px;
  width: 90px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 65px;
  border-radius: 10px;
  transform: translateX(-50%);
  background-image: url(../img/footer_icons.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.footer__p {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 14px 0;
  color: #999eb5;
}
.footer__p p {
  margin-bottom: 10px;
}
.footer__p a {
  color: #999eb5;
}
.footer__china {
  width: 16px;
  height: 16px;
}
.friend {
  box-sizing: border-box;
  padding-bottom: 43px;
}
.friend__tl {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px;
  box-sizing: border-box;
  position: relative;
}
.friend table {
  padding-left: 20px;
  box-sizing: border-box;
}
.friend td {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 34px;
}
.friend td:hover a {
  color: #f54334;
}
.friend ul {
  overflow: hidden;
}
.friend ul li {
  float: left;
  color: #999eb5;
  font-size: 14px;
  letter-spacing: 0;
  padding-right: 10px;
  border-right: 1px solid #999eb5;
  margin-right: 10px;
  margin-bottom: 15px;
}
.friend ul li a {
  color: #6f758f;
}
.friend ul li a:hover {
  color: #f54334;
}
.header__info h1 {
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
/* 2020.310右侧悬浮样式 */
.suggest {
  width: 56px;
  height: 56px;
  display: block;
  background-image: url(https://static.wangxiao.cn/newPC/img/footer__icon.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.suggest:hover {
  background-image: url(https://static.wangxiao.cn/newPC/img/11.png);
}
/* 20210601敏感词修改隐藏导航直播课入口 */
.navList > li > .navItem {
  display: none !important;
}

/* 悬浮新增 */
.index-top {
  position: absolute;
  top: 55px;
  right: 0;
  cursor: pointer;
  width: 125px;
}

.index-right {
  position: fixed;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.index-bottom {
  width: 100%;
  height: 154px;
  background: url(https://static.wangxiao.cn/zhuanti/2021/index/img/index-bottom.png)
    no-repeat center;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  cursor: pointer;
}

.bottom-close {
  width: 35px;
  height: 35px;
  background: url(https://static.wangxiao.cn/zhuanti/2021/99/xuanfu/close.png)
    no-repeat center;
  background-size: cover;
  position: fixed;
  right: 10px;
  bottom: 30px;
  pointer-events: auto;
  z-index: 300;
  cursor: pointer;
}

@media only screen and (min-width: 1921px) and (max-width: 2562px) {
  .index-bottom {
    height: 200px;
  }
}
/* 新登陆状态 */
.topTools__login-box {
  cursor: pointer;
  position: relative;
  width: 45px;
}

.userCard__avatar2024 {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  border-radius: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.topTools__login-box::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/userCardBef.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.userCard__content {
  position: absolute;
  display: none;
  right: 0;
  top: 32px;
  width: 230px;
  height: 350px;
  background: #ffffff;
  border: 0.5px solid #dfe1eb;
  box-shadow: 0 0 5px 0 #2e2e2e0d;
  border-radius: 12px;
  z-index: 999999999999999;
  overflow: hidden;
}
.topTools__temp:hover .userCard__content,
.userCard__content:hover {
  display: block;
}
.topTools__temp > a:hover {
  text-decoration: underline;
}
.userCard__header {
  width: 230px;
  height: 87px;
  background: rgba(75, 139, 243, 0.1);
  box-shadow: 0 0 5px 0 #2e2e2e0d;
  padding: 23px 15px;
}
.userCard__contentBox {
  padding: 10px;
}
.userCard__contentBox > a {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  padding-left: 38px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #6f758f;
  text-align: left;
}
.userCard__contentBox > a:hover {
  position: relative;
  background: #ecedf5;
  color: rgba(46, 46, 46, 1);
  font-weight: bold;
  border-radius: 8px;
}
.yhq {
  border-top: 1px solid rgba(230, 230, 239, 1);
}
.userCard__contentBox > a span {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 10px;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.userCard__contentBox > a:nth-child(1) span {
  background-image: url(../img/login1s.png);
}
.userCard__contentBox > a:nth-child(2) span {
  background-image: url(../img/login2s.png);
}
.userCard__contentBox > a:nth-child(3) span {
  background-image: url(../img/login3s.png);
}
.userCard__contentBox > a:nth-child(4) span {
  background-image: url(../img/login4s.png);
}
.userCard__contentBox > a:nth-child(5) span {
  background-image: url(../img/login5s.png);
}
.userCard__contentBox > a:nth-child(6) span {
  background-image: url(../img/login6s.png);
}
.userCard__contentBox > a:nth-child(1):hover span {
  background-image: url(../img/login1.png);
  filter: grayscale(0);
}
.userCard__contentBox > a:nth-child(2):hover span {
  background-image: url(../img/login2.png);
}
.userCard__contentBox > a:nth-child(3):hover span {
  background-image: url(../img/login3.png);
}
.userCard__contentBox > a:nth-child(4):hover span {
  background-image: url(../img/login4.png);
}
.userCard__contentBox > a:nth-child(5):hover span {
  background-image: url(../img/login5.png);
}
.userCard__contentBox > a:nth-child(6):hover span {
  background-image: url(../img/login6.png);
}
.userCard__header .userCard__avatar2024 {
  width: 42px;
  height: 42px;
  margin-top: 0;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.userCard__avatar2024Naem {
  width: 128px;
  float: left;
  line-height: 42px;

  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
  margin-left: 5px;
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 登录注册 */
.topTools__temp {
  display: inline-block;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
}
.topTools__login,
.topTools__reg,
.topTools__temp {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #fe0f09;
}
.friend > table img {
  height: 40px;
}
/* 右侧悬浮 */
/* 新app */
.newIconBg {
  margin: 0 auto 7px;
  width: 28px;
  height: 28px;
  display: block;
  background-image: url(https://static.wangxiao.cn/zhuanti/2024/0221/ztk@2x.png);
  background-repeat: no-repeat;
}
.newIcon {
  color: #f74628;
  margin-top: 7px;
}
.fixedItem--focus .newIcon {
  color: #fff;
}
.fixedItem--focus .newIconBg {
  background-image: url(https://static.wangxiao.cn/zhuanti/2024/0221/ztk@2s.png);
}

.icon_r1,
.icon_r2,
.icon_r3,
.icon_r4,
.icon_r5,
.icon_r6,
.icon_r7 {
  margin: 0 auto 5px;
  width: 28px;
  height: 28px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.icon_r1 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r01.png);
}
.icon_r2 {
  width: 29px;
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r02.png);
}
.icon_r3 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r03.png);
}
.icon_r4 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r04.png);
}
.icon_r5 {
  margin-bottom: 0;
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r05.png);
}
.icon_r6 {
  width: 26px;
  height: 51px;
  margin-bottom: 0;
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r06.png);
}
.icon_r7 {
  margin-bottom: 0;
  background-image: url(//static.wangxiao.cn/2024/newPc/img/to.png);
}
.fixedItem--focus .icon_r1 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r01s.png);
}
.fixedItem--focus .icon_r2 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r02s.png);
}
.fixedItem--focus .icon_r3 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r03s.png);
}
.fixedItem--focus .icon_r4 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r04s.png);
}
.fixedItem--focus .icon_r5 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r05s.png);
}
.fixedItem--focus .icon_r6 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/r06s.png);
}
.fixedItem--focus .icon_r7 {
  background-image: url(//static.wangxiao.cn/2024/newPc/img/tos.png);
}
.fixed {
  position: fixed;
  top: 20%;
  right: 0px;
  width: 56px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12); */
  border: 1px solid #eeeeee;
  border-radius: 10px;
  z-index: 2;
}
.fixedItem {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.fixedItem p {
  color: #272536;
}
.fixedItem ~ .fixedItem {
  border-top: 1px solid #eeeeee;
}
.fixed > .fixedItem--focus:first-child {
  border-radius: 10px 10px 0 0;
}
.fixed > .fixedItem--focus:last-child {
  border-radius: 0 0 10px 10px;
}
.fixedItem {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.fixedItem p {
  color: #272536;
}
.fixedItem ~ .fixedItem {
  border-top: 1px solid #eeeeee;
}
.fixedItemContent {
  display: none;
  position: absolute;
  right: 56px;
  top: -30px;
  width: 139px;
  height: 132px;
  box-sizing: border-box;
  padding: 13px 0 0 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAACEBAMAAABSYcUZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURQAAAAAAABMTE/v7+////28pFoAAAAAEdFJOUwEFDMFNMn4+AAAA40lEQVRo3u3a0Q2DMAxFUboBzgZBTBAxQZP9Z2pLIWkrVZXs+9GP9wY4cgwJQvE0gbmYKzOBfEIWyJuyOPPq+JWHMzqTtuZMzb07ltbmzrWXEyhmL6czLZDBLBFmsbPDQWYWI0aMGDFixIgRI0aMmO9MhhhDmGNVQaYwTD1WFWTOcqJMff6LR5lWMsLUfVVhphWGqX/FMIuCWsw8cOj1YzYDtDWhgwI6tqhDNOtzJ0aMGDFixIgRI0aMmN8MdJGNXatDl/y2+pkxcnDv8RYopo+HWCLGMajhEGhUhRqcgcZ4gNwAgcruuisjQnAAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-size: contain;
}
.fixedItemContent img {
  width: 110px;
}
.fixedItem--focus {
  background: #fe0f09;
}
.fixedItem--focus i {
  color: #fff;
}
.fixedItem--focus p {
  color: #fff !important;
}
.fixedItem--focus .fixedItemContent {
  display: block;
}
.fixedLink {
  display: block;
  text-align: center;
  color: #666666;
}
.fixedLink:hover {
  text-decoration: none;
}
.fixedLink i {
  display: block;
  margin: 0 auto 2px;
  font-size: 24px;
}
.fixedLink--goBack:hover i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF3WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0xMS0yOFQxMDozMDoxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YjlkODI2MzYtMmFhNy01YjRiLWI5MzAtYTM3YTVlYjUzNTNjIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhmYTcxZjIyLTAyYWMtMjA0Yi1iZDczLTg0NTlmNThmOTJlZSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjhmYTcxZjIyLTAyYWMtMjA0Yi1iZDczLTg0NTlmNThmOTJlZSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGZhNzFmMjItMDJhYy0yMDRiLWJkNzMtODQ1OWY1OGY5MmVlIiBzdEV2dDp3aGVuPSIyMDE4LTExLTI4VDEwOjMwOjE1KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOWQ4MjYzNi0yYWE3LTViNGItYjkzMC1hMzdhNWViNTM1M2MiIHN0RXZ0OndoZW49IjIwMTktMDEtMDRUMTY6MjI6NTIrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++xJv8wAAANlJREFUKBVj+P//PwMBHAXE54DYnJBaQgaFA/Gf/xDwAYiNyTUsEIh/QQ26DqVfA7EuqYZ5AfFPqAHdQMwGxFuh/FdArEmsYS5A/A2qcSKSOAcQ74KKPwViFUKG2QHxV6iGWUDMiCbPBcQHofKPgFgBl2EWQPwJqnABEDPhCAJeID4GVXcXiGXQDTOGxhYIrABiZgKxzA/EZ6DqbwKxBMwwUOy8gUqsA2JWItIeCAsD8UWovitALMoA9ft/aGyxEWkQDIsC8TWo/g0ggWVQr3GSaBAMS0EjpQYAN1KkKIPnz08AAAAASUVORK5CYII=);
}
.fixedLink--goBack i {
  width: 19px;
  height: 11px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0wMS0wNFQxNjoxNzo1MCswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMDEtMDRUMTY6MjQ6MjQrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMDEtMDRUMTY6MjQ6MjQrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWRmYTQxN2EtYTIzMi03ZjQ3LTkzNzgtMGFlNWIyNGY3ZDQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlkZmE0MTdhLWEyMzItN2Y0Ny05Mzc4LTBhZTViMjRmN2Q0NyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjlkZmE0MTdhLWEyMzItN2Y0Ny05Mzc4LTBhZTViMjRmN2Q0NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OWRmYTQxN2EtYTIzMi03ZjQ3LTkzNzgtMGFlNWIyNGY3ZDQ3IiBzdEV2dDp3aGVuPSIyMDE5LTAxLTA0VDE2OjE3OjUwKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp3xG2wAAADfSURBVCgVY0hLS2MggKOA+BwQm2OT////PxwTMigciP8A8X8g/gDExuQaFgjEv6AGXYfSr4FYl1TDvID4J9SAbiBmA+KtUP4rINYk1jAXIP4G1TgRSZwDiHdBxZ8CsQohw+yA+CtUwywgZkST5wLig1D5R0CsgMswCyD+BFW4AIiZcAQBLxAfg6q7C8Qy6IYZQ2MLpGAFEDMTiGV+ID4DVX8TiCVghoFi5w1UYh0QsxKR9kBYGIgvQvVdAWJRBqjf/0Nji41Ig2BYFIivQfVvAAksg3qNk0SDYFgKGik1ACeuUwVtAv8fAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fixedLink--goBack p {
  width: 2.2em;
  margin-right: auto;
  margin-left: auto;
}
.navShow__list {
  padding-bottom: 10px;
  overflow: hidden;
}
