@charset "utf-8";
button,
hr {
  overflow: visible;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
a {
  outline: none;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6f7479;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
  line-height: 0;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
strong,
.strong {
  color: #36383c;
  /* font-weight: normal; */
}
a.linker {
  color: #737980;
  font-size: 12px;
}
a.link:hover,
a.linker:hover {
  color: #2d56b1;
  transition: color 0.3s ease-out;
}
a.link.more:after,
a.linker.more:after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -4px;
  background: url(../images/common/icons-universal.png) -177px 3px no-repeat;
}
a.linker.more:hover:after,
a.link.more:hover:after {
  background-position: -190px 4px;
}
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
/* region 分页器 */
.search-result-pager {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-container {
  font-size: 0;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.pagination-container > * {
  font-size: 14px;
  vertical-align: middle;
}
.pagination-toFirst,
.pagination-toLast {
  display: none;
}
.pagination {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  float: left;
  width: 30px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.pagination > li.ellipsis > a {
  line-height: 21px;
}
.pagination > li + li > a {
  margin-left: 15px;
}
.pagination > li:nth-child(2) > a,
.pagination > li:last-child > a {
  margin-left: 10px;
}
.pagination > .disabled > a,
.pagination > .ellipsis > a {
  cursor: default;
}
.pagination > .active > a {
  background: #2cc6d0;
  color: #fff;
  cursor: default;
}
@media (min-width: 1024px) {
}
.pagination-text {
  display: none;
}
.pagination > li:first-child > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px auto;
  background: url(../images/arrow-left.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:first-child > a:hover:before {
  background: url(../images/arrow-left-h.svg) center no-repeat;
}
.pagination > li:last-child > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px auto;
  background: url(../images/arrow-right.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:last-child > a:hover:before {
  background: url(../images/arrow-right-h.svg) center no-repeat;
}
#nav-main.all-nav .nav-title .hot,
#nav-main .topbar-nav .nav-inner .hot {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #e41e2b;
}
@media (min-width: 1024px) {
  #nav-main.all-nav .nav-title .hot,
  #nav-main .topbar-nav .nav-inner .hot {
    top: 3px;
    left: 103px;
  }
  .pagination-go {
    display: inline-block !important;
  }
  .pagination-go .goBtn {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    background: #2cc6d0;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .pagination-go .goBtn:hover {
    background: #7ad7dc;
  }
  .pagination-go input {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding-left: 5px;
    background: #fff;
    border: 1px solid #ddd;
  }
}
.pagination > .pagination-goto-mb,
.pagination-go {
  display: none;
}
.pagination-to {
  height: 24px;
  width: 36px;
  border: solid 1px #d2d2d2;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.pagination-to:hover {
  border-color: #999;
}
.pagination-to:focus {
  border-color: #666;
  color: #666;
}
.pagination-to + .pagination-text,
.pagination-text + .pagination-to {
  margin-left: 3px;
}
.pagination-submit {
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #d2d2d2;
  margin-left: 12px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .pagination-submit:hover {
    border-color: #e41f2b;
    color: #e41f2b;
  }
}
.pagination > li.pagination-selectTo {
  display: none;
}
.pagination-selectTo select {
  float: left;
  min-width: 70px;
  height: 24px;
  padding-left: 6px;
  border: solid 1px #d2d2d2;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
.pagination-toFirst:before {
  background-position: 0 0;
}
.pagination-toLast:before {
  background-position: -16px 0;
}
@media (max-width: 1023px) {
  .pagination-container {
    line-height: 28px;
    text-align: center;
  }
  .pagination > li > a {
    width: 30px;
    height: 30px;
    padding-left: 8px;
    line-height: 30px;
    padding-right: 8px;
    background: #fff;
    border-radius: 4px;
  }
  .pagination > li.ellipsis > a {
    width: 30px;
    height: 30px;
    padding-left: 8px;
    line-height: 22px;
    padding-right: 8px;
    background: #f5f5f5;
    border-radius: 4px;
  }
  .pagination > li:nth-child(5) {
    display: none;
  }
  .pagination > li:nth-child(6) {
    display: none;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 32px;
  }
  .pagination > li:nth-child(2) > a,
  .pagination > li:last-child > a {
    margin-left: 15px;
  }
  .pagination > li:first-child > a:before,
  .pagination > li:last-child > a:before,
  .pagination-toFirst:before,
  .pagination-toLast:before {
    margin: 6px auto;
  }
  .pagination > .pagination-goto-mb {
    display: none;
  }
  .pagination > .pagination-goto-mb.on-focus {
    border-color: #666;
  }
  .goto-mb-input {
    width: 34px;
    height: 26px;
    padding: 0 5px;
    border: none;
    line-height: 21px;
    color: #666;
  }
  .pagination-goto-mb span {
    height: 26px;
    padding: 0 5px;
    text-align: left;
  }
  .pagination-toFirst,
  .pagination-toLast {
    display: inline-block;
    width: 32px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    background-color: #f7f8f8;
    cursor: pointer;
    display: none;
  }
  .pagination-text {
    display: none !important;
  }
  #nav-main.all-nav .nav-title .hot,
  #nav-main .topbar-nav .nav-inner .hot {
    top: 6px;
    left: 92px;
  }
}
/* endregion 分页器 */
.hadheight {
  height: 70px;
}
@media (max-width: 978px) {
  .hadheight {
    height: 60px;
  }
}
