@charset "UTF-8";
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.space-evenly {
  justify-content: space-evenly;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-fill {
  flex: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.outline-none {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
}

* {
  line-height: 1;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

body {
  font-size: 0.102941rem;
}

/* 头部样式 */
.appHeader {
  height: 0.735294rem;
}

.navBars {
  /* padding: 0; */
  position: relative;
}

#navbarSupportedContent ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#navbarSupportedContent ul li {
  height: 100%;
}
#navbarSupportedContent ul li + li {
  margin-left: 0.404412rem;
}
#navbarSupportedContent ul li > a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.220588rem;
  font-size: 0.117647rem;
}
#navbarSupportedContent ul li > a .dropdownIcon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0.095588rem;
  display: inline-block;
  width: 0.066176rem;
  height: 0.036765rem;
  margin-right: -0.110294rem;
  background: url("../img/down.png") no-repeat;
  background-size: contain;
  margin-left: 0.044118rem;
}
#navbarSupportedContent ul li:hover .dropdownMenu {
  display: block;
}
#navbarSupportedContent ul li:hover > a {
  color: #f68b24;
}
#navbarSupportedContent ul li:hover > a .dropdownIcon {
  background: url("../img/upActive.png");
}
#navbarSupportedContent ul li.active > a {
  color: #f68b24;
}
#navbarSupportedContent ul li.active > a .dropdownIcon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 0.066176rem;
  height: 0.036765rem;
  margin-right: -0.110294rem;
  background: url("../img/downActive.png");
}
#navbarSupportedContent ul li.active > a::before {
  content: "";
  width: 100%;
  height: 0.022059rem;
  position: absolute;
  bottom: 0;
  background-color: #f68b24;
}
#navbarSupportedContent ul li.active > a::after {
  position: absolute;
  bottom: 0.014706rem;
  left: 50%;
  height: 0.036765rem;
  overflow: hidden;
  transform: translateX(-50%);
  display: inline-block !important;
  border-right: 3.5px solid transparent;
  border-bottom: 3.5px solid #f68b24;
  border-top: unset;
  border-left: 3.5px solid transparent;
  content: "";
  margin-left: 0;
}
#navbarSupportedContent ul li.active:hover > a .dropdownIcon {
  background: url("../img/upActive.png");
}
#navbarSupportedContent ul .dropdownMenu {
  display: none;
  padding-top: 0.073529rem;
  position: absolute;
  transform: translate3d(-50%, 0.735294rem, 0);
  top: 0;
  left: 100%;
  will-change: transform;
  z-index: 99999;
}
#navbarSupportedContent ul .dropdownMenu > div {
  padding: 0.110294rem 0;
  white-space: nowrap;
  font-size: 0.102941rem;
  color: #666;
  position: relative;
  z-index: 999999;
}
#navbarSupportedContent ul .dropdownMenu > div ::before {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #fff;
  transform: rotate(-45deg) translateX(-50%);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: -13px;
  left: 50%;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
#navbarSupportedContent ul .dropdownMenu > div a {
  padding: 0 0.220588rem;
  line-height: 0.176471rem;
}
#navbarSupportedContent ul .dropdownMenu > div a:hover {
  background: #fff7ef;
}
#navbarSupportedContent ul .dropdownMenu > div a + a {
  margin-top: 0.073529rem;
}
#navbarSupportedContent ul .dropdownMenu > div a.activedItem {
  background: #fff7ef;
  color: #f68b24;
}

.carousel-item img {
  height: 320px;
}

.header-point {
  display: block;
  width: 0.044118rem;
  height: 0.044118rem;
  border-radius: 0.022059rem;
  align-self: flex-end;
  margin: 0 0.044118rem;
}

.underHeader {
  margin-top: 0.316176rem;
}

.breadcrumbs {
  text-indent: 0.073529rem;
  font-size: 0.102941rem;
  line-height: 0.147059rem;
  color: #666;
  margin-bottom: 0.073529rem;
}
.breadcrumbs > div {
  border-left: 3px solid #f68b24;
}
.breadcrumbs a {
  color: #666;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:last-child {
  color: #f68b24;
  text-decoration: none;
}

.left-header {
  height: 0.294118rem !important;
}

.caretSymbol {
  width: 4px;
  height: 7px;
  margin-left: 4px;
  background: url("../img/caretRight.png") no-repeat;
}

.more span:hover {
  background: #f68b24;
  color: #fff;
}
.more span:hover .caretSymbol {
  background: url("../img/caretRightActive.png");
}

.logo-right {
  font-size: 0.205882rem;
  letter-spacing: -0.007353rem;
  font-weight: 300;
  line-height: 1;
  align-self: flex-end;
  white-space: nowrap;
}

.logo {
  width: 0.713235rem;
  height: 0.286765rem;
}

.falseSearch {
  margin-top: 0.220588rem;
  height: 0.235294rem;
  width: 0.514706rem;
  margin-right: 0.036765rem;
  font-size: 0.088235rem;
  color: #999;
  cursor: pointer;
}

.trueSearch {
  margin-top: 0.220588rem;
  position: absolute;
  z-index: 5;
  right: 0;
  width: 1.617647rem;
  height: 0.235294rem;
  cursor: pointer;
  padding-left: 0.095588rem;
  font-size: 0.088235rem;
}

.searchIcon {
  width: 0.117647rem;
  height: 0.117647rem;
  margin-right: 0.051471rem;
}

@media (max-width: 576px) {
  .falseSearch {
    height: 32px;
    width: 70px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
  }

  .trueSearch {
    position: absolute;
    z-index: 5;
    right: 0;
    width: 220px;
    cursor: pointer;
    padding: 0 13px;
    font-size: 12px;
    overflow: hidden;
  }
  .trueSearch button {
    white-space: nowrap;
    text-align: center;
    padding-left: 5px;
    width: 4em;
    display: block;
    position: absolute;
    right: 0;
    outline: none;
  }
  .trueSearch input {
    text-indent: 38px;
  }
  .trueSearch .searchIcon {
    width: 15px;
    height: 16px;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -8px;
  }
}
.navbar-nav {
  height: 0.735294rem;
  /* margin-left: .720588rem; */
  font-size: 0.117647rem;
}
.navbar-nav li {
  height: 100%;
}
.navbar-nav li + li {
  margin-left: 0.294118rem;
}

.n100Y .navbar-nav li + li {
  margin-left: auto;
}

.navbar-nav li > a {
  display: block;
  max-height: 100%;
  line-height: 0.735294rem;
  height: 0.735294rem;
  white-space: nowrap;
}
.navbar-nav .active > a {
  color: #f68b24;
  position: relative;
}
.navbar-nav .active > a::before {
  content: "";
  width: 100%;
  height: 0.022059rem;
  position: absolute;
  bottom: 0;
  background-color: #f68b24;
}
.navbar-nav .active > a::after {
  position: absolute;
  bottom: 0.014706rem;
  left: 50%;
  height: 0.036765rem;
  overflow: hidden;
  transform: translateX(-50%);
  display: inline-block !important;
  border-right: 0.036765rem solid transparent;
  border-bottom: 0.036765rem solid #f68b24;
  border-top: unset;
  border-left: 0.036765rem solid transparent;
  content: "";
  margin-left: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  top: 0.073529rem !important;
  position: relative;
  line-height: initial;
}
.dropdown-menu.show::before {
  position: absolute;
  left: 15%;
  top: 0;
  transform: translateY(-100%);
  content: "";
  display: inline-block !important;
  border-right: 3px solid transparent;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-top: unset;
  border-left: 3px solid transparent;
}
.dropdown-menu.show::after {
  position: absolute;
  left: calc(15% + 0.003676rem);
  top: 0;
  transform: translateY(-100%);
  content: "";
  display: inline-block !important;
  border-right: 0.033088rem solid transparent;
  border-bottom: 0.033088rem solid #fff;
  border-top: unset;
  border-left: 0.033088rem solid transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #fff7ef;
}

/* 主体样式 */
.mainContainer.index {
  margin-top: 0.294118rem;
}

.mainContainer.search {
  margin-top: 0.220588rem;
}

.n100Y {
  transform: translateY(100%);
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}

.units {
  padding: 0.147059rem 0.110294rem 0;
  border-radius: 0.044118rem;
}
.units ul {
  margin-bottom: 0;
  padding-left: 0;
}
.units ul li {
  color: #999;
  font-size: 0.117647rem;
  list-style: none;
  display: inline-block;
  cursor: pointer;
  line-height: initial;
  white-space: nowrap;
}
.units ul li:hover {
  color: #666;
}
.units ul .active {
  color: #333;
  font-size: 0.132353rem;
  line-height: 1;
  position: relative;
}
.units ul .active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.022059rem;
  bottom: -0.154412rem;
  left: 0;
  background: #f68b24;
}
.units ul li + li {
  margin-left: 0.294118rem;
}

/* .badge{
  font-size: .088235rem;
  color: #666;
} */
.badge {
  color: #808080;
  font-size: 0.088235rem;
  line-height: 0.147059rem;
  font-weight: 400;
  padding: 0 0.073529rem;
  border-radius: 0.029412rem;
}
.badge img {
  margin-left: 0.029412rem;
}

.badge-primary-light {
  background: #f5f5f5;
}
.badge-primary-light + span {
  line-height: 0.176471rem;
  color: #999;
}

.badge-text-overflow {
  white-space: nowrap;
  max-width: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashedDivider {
  /* margin-top: .125rem; */
  margin: 0.132353rem auto 0;
  width: calc(100% - .220588rem);
  border-bottom: 1px dashed #e5e5e5;
}

.tabContent {
  margin-top: 0.220588rem;
}

.unit {
  color: #999;
  font-size: 0.095588rem;
}

.unit-title {
  line-height: 1;
  font-size: 0.102941rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #333;
  margin: 0.110294rem 0 0.080882rem;
}

.unitDesc {
  max-height: 0.294118rem;
  line-height: 0.147059rem;
  font-size: 0.095588rem;
  color: #888;
  display: -webkit-box;
  display: block\9 ;
  overflow: hidden;
  white-space: pre-wrap\9 ;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.beforeTags img {
  margin-right: 0.036765rem;
  height: 0.102941rem;
}

.units .unit {
  /* margin-left: auto; */
  margin-bottom: 0.301471rem;
  overflow: hidden;
  /* padding: 0 .132353rem; */
}
.units .unit > img {
  object-fit: cover;
}

.units-left-1 .unit:nth-child(3n+1) {
  margin-left: 0;
}
.units-left-1 .unitDesc {
  margin-top: 0.099265rem;
  margin-bottom: 0.0625rem;
  font-size: 0.095588rem;
  min-height: 0.294118rem;
  color: #333;
}
.units-left-1 .unitDesc:hover {
  color: #f68b24;
}
.units-left-1 .beforeTags {
  margin-top: 0.0625rem;
  margin-bottom: 0.117647rem;
  line-height: 0.102941rem;
}
.units-left-1 .tabContent .badge-light {
  line-height: 0.176471rem;
}
.units-left-1 .unit > img {
  width: 1.632353rem;
  height: 0.970588rem;
}

.units-left-2 .unit > img {
  width: 0.735294rem;
  height: 0.735294rem;
  border-radius: 0.044118rem;
  margin-right: 0.147059rem;
}
.units-left-2 .unit > div {
  width: calc(100% - 0.882353rem);
  height: 0.735294rem;
  border-radius: 0.044118rem;
  justify-content: flex-start !important;
  /* margin-right: .147059rem; */
}
.units-left-2 .unitDesc {
  font-size: 0.088235rem;
}

.box > .rightMain .right {
  padding: 0.205882rem 0.220588rem 0.044118rem;
  margin-bottom: 0.147059rem;
}
.box > .rightMain .right .title {
  font-size: 0.132353rem;
  position: relative;
  line-height: 1;
}
.box > .rightMain .right .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.022059rem;
  bottom: -0.147059rem;
  left: 0;
  background: #f68b24;
}
.box > .rightMain .right .dashedDivider {
  width: 100%;
}
.box > .rightMain .right .units {
  margin-top: 0.205882rem;
  padding: 0;
}
.box > .rightMain .right1 {
  height: 2.352941rem;
  padding-top: 0.147059rem;
  padding-bottom: 0.220588rem;
}
.box > .rightMain .right1 h4 {
  margin-bottom: 0.073529rem;
}
.box > .rightMain .right1 > p {
  color: #666;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-size: 0.095588rem;
  line-height: 0.147059rem;
  max-height: 0.588235rem;
  margin-bottom: 0;
}
.box > .rightMain .right1 button {
  width: 0.735294rem;
  height: 0.235294rem;
  line-height: 0.235294rem;
  margin-top: 0.113971rem;
  outline: none;
  background: #f68b24;
}
.box > .rightMain .right1 button:hover {
  background: #f8a250;
}
.box > .rightMain .right2 {
  padding: 0.205882rem 0.220588rem 0.044118rem;
  border-radius: 0.044118rem;
}
.box > .rightMain .right2 .unitDesc {
  color: #333;
}
.box > .rightMain .right2 .unitDesc:hover {
  color: #f68b24;
}
.box > .rightMain .right2 .units .unit {
  margin-bottom: 0.220588rem;
}
.box > .rightMain .right2 .units .unit > img {
  display: block;
  width: 0.514706rem;
  height: 0.514706rem;
  margin-right: 0.147059rem;
}
.box > .rightMain .right2 .units .unit > div {
  width: calc(100% - .661765rem);
  height: 0.514706rem;
}
.box > .rightMain .right2 + .right2:last-child {
  margin-bottom: 0;
}
.box > .rightMain .right3 {
  margin-top: 0.147059rem;
}
.box > .rightMain .right3 .tagList {
  margin-top: 0.147059rem;
}
.box > .rightMain .right3 .tagList li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.036765rem;
  border-radius: 0.029412rem;
  padding-left: 0;
  padding-right: 0;
  list-style-type: decimal;
}
.box > .rightMain .right3 .tagList li a {
  padding: 0 0.191176rem 0 0.080882rem;
  text-decoration: none;
  line-height: 0.235294rem;
  border-radius: 0.029412rem;
  height: 100%;
  width: 100%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.102941rem;
}
.box > .rightMain .right3 .tagList li a:hover {
  color: #f68b24;
}
.box > .rightMain .right3 .tagList li:hover {
  color: #e87200;
  text-decoration: none;
}
.box > .rightMain .right3 .tagList li:hover a {
  background-color: #f5f5f5;
}

.countData {
  padding: 0.132353rem 0;
  border-radius: 0.044118rem;
  background: #f5f5f5;
  margin: 0.147059rem 0 0.158088rem;
}
.countData .col + .col {
  border-left: 1px dashed #b2b2b2;
}
.countData span {
  color: #888;
}

.bottomLine img {
  margin-right: 0.058824rem;
}
.bottomLine span + img {
  margin-left: 0.147059rem;
}

.ad-box .content {
  height: 1.323529rem;
  border-radius: 0.044118rem;
  margin-bottom: 0.147059rem;
  white-space: nowrap;
  overflow: hidden;
}

.units-left-3 .unit {
  margin-bottom: 0.220588rem;
}
.units-left-3 .unit > img {
  width: 1.176471rem;
  height: 0.882353rem;
  border-radius: 0.044118rem;
  margin-right: 0.147059rem;
}
.units-left-3 .unit > div {
  width: calc(100% - 1.323529rem);
  justify-content: flex-start !important;
}
.units-left-3 .unit > div .unit-title {
  margin: 0;
}
.units-left-3 .unit > div .unitDesc {
  margin-bottom: 0.227941rem;
}
.units-left-3 .tags a + a {
  margin-left: 0.073529rem;
}

.units-left-4 .units,
.units-left-5 .units {
  padding: 0.205882rem 0.220588rem 0;
}

.units-left-4 .tags a + a,
.units-left-5 .tags a + a {
  margin-left: 0.073529rem;
}

.tags a span:hover {
  background: #fff7ef;
  color: #f68b24;
}

.units-left-3 .unitDesc {
  font-size: 0.088235rem;
  margin-top: 0.080882rem;
}

.two-line-ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.four-line-ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.halfUnits > div {
  width: calc((100% - 0.147059rem) / 2);
  border-radius: 0.044118rem;
}
.halfUnits > div + div {
  margin-left: 0.147059rem;
}
.halfUnits .unit > img {
  width: 2.426471rem;
  height: 0.882353rem;
}

@media (max-width: 576px) {
  .mainContainer {
    margin-top: 0.147059rem;
  }

  .units ul li + li {
    margin-left: 0.110294rem;
  }

  .unitDesc {
    font-size: 0.099265rem;
  }

  .bottomLine img {
    margin-right: 0.036765rem;
  }
  .bottomLine span + img {
    margin-left: 0.073529rem;
  }

  .halfUnits > div {
    width: 100%;
    border-radius: 0.044118rem;
  }
  .halfUnits > div + div {
    margin-left: 0;
    margin-top: 0.073529rem;
  }
  .halfUnits .unit > img {
    width: 100%;
    height: auto;
  }
}
.units-left-4 .unit-title,
.units-left-5 .unit-title {
  margin: 0.132353rem 0 0.088235rem;
  font-size: 0.102941rem;
}

.units-left-4 .unitDesc,
.units-left-5 .unitDesc {
  margin-bottom: 0.088235rem;
  font-size: 0.088235rem;
}

.units-left-4 .tabContent li,
.units-left-5 .tabContent li {
  font-size: 0.095588rem;
}

.units-left-6 .unit > img,
.units-left-7 .unit > img {
  width: 1.632353rem;
  height: 0.970588rem;
  margin-right: 0.147059rem;
}
.units-left-6 .unit > div,
.units-left-7 .unit > div {
  width: calc(100% - 1.779412rem);
  height: 0.970588rem;
  justify-content: flex-start !important;
}
.units-left-6 .unit > div .unit-title,
.units-left-7 .unit > div .unit-title {
  margin: 0;
}
.units-left-6 .unit > div .unitDesc,
.units-left-7 .unit > div .unitDesc {
  font-size: 0.088235rem;
  margin: 0.080882rem 0 0.227941rem;
}

.units-left-4 .tabContent li + li,
.units-left-5 .tabContent li + li,
.units-left-7 .tabContent li + li,
.units-left-8 .tabContent li + li,
.units-left-9 .tabContent li + li {
  margin-top: 0.147059rem;
  margin-left: 0;
}

.units-left-4 .tabContent ul,
.units-left-5 .tabContent ul {
  margin-top: 0.198529rem;
}

.units-left-4 .tabContent li a,
.units-left-5 .tabContent li a,
.units-left-7 .tabContent li a,
.units-left-8 .tabContent li a,
.units-left-9 .tabContent li a {
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.095588rem;
}

.tagList {
  padding: 0;
  margin-top: 0.205882rem;
  font-size: 12px;
  line-height: 28px;
}
.tagList li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
}
.tagList li:hover::marker {
  color: #e87200;
}
.tagList li:hover a {
  text-decoration: underline;
}

.units-left-6,
.units-left-7 {
  border-radius: 0.044118rem;
  margin-bottom: 0.147059rem;
}

.one-third {
  width: calc((100% - 0.294118rem) / 3);
  border-radius: 0.044118rem;
}

.friendLinks {
  margin-top: 0.132353rem;
  padding-bottom: 0.246324rem;
  border-radius: 6px;
}
.friendLinks .title {
  font-size: 0.147059rem;
  color: #333;
  position: relative;
}
.friendLinks .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.022059rem;
  bottom: -0.147059rem;
  left: 0;
  background: #f68b24;
}
.friendLinks .links {
  margin-top: 0.220588rem;
  font-size: 0.102941rem;
  line-height: 0.198529rem;
}
.friendLinks .links a {
  line-height: inherit;
  padding: 0 15px;
}
.friendLinks .links a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .one-third {
    width: 100%;
    margin-bottom: 0.073529rem;
  }
  .one-third:nth-child(odd) {
    margin-left: 0 !important;
  }

  .friendLinks {
    margin-bottom: 0.073529rem;
  }
}
/* 底部 */
footer {
  background: #212121;
  margin-top: 0.257353rem;
}
footer .title {
  color: #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  height: 0.654412rem;
}
footer .title .container {
  font-size: 20px;
  line-height: 1;
  border-left: 3px solid #f68b24;
  text-indent: 1em;
  color: #f5f5f5;
}
footer .category {
  font-size: 0.132353rem;
  color: #b3b3b3;
  padding-bottom: 0.235294rem;
  margin-top: 0.183824rem;
}
footer .category .subtitle {
  line-height: 1;
}
footer .category:hover .subtitle {
  color: #fff;
}
footer .category a {
  display: block;
  font-size: 0.102941rem;
  line-height: 0.198529rem;
  color: #666;
  margin: 0.058824rem 0;
}
footer .category ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .category a:hover {
  text-decoration: none;
  color: #fff;
}
footer .footer-bottom {
  background: #1b1d1c;
  font-size: 0.088235rem;
  color: #4d4d4d;
}
footer .footer-bottom .container {
  height: 0.477941rem;
}
footer .footer-bottom a {
  color: #4d4d4d;
  margin-right: 2em;
}
footer .footer-bottom a:hover {
  color: #f68b24;
}

.decimal li {
  padding: 0 0.073529rem;
  list-style-position: inside;
  list-style-type: square;
}
.decimal li::marker {
  color: #666;
}
.decimal li:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.decimal li:hover a {
  color: #f68b24;
  text-decoration: unset;
}

.leftMain > * {
  margin-bottom: 0.147059rem;
}

/* 搜索页 */
.articleListForTag .leftMain,
.search .leftMain {
  position: relative;
}
.articleListForTag .units,
.search .units {
  padding: 0;
}
.articleListForTag .units .tabContent,
.search .units .tabContent {
  margin-top: 0;
  padding: 0;
}
.articleListForTag .units .tabContent .unit,
.search .units .tabContent .unit {
  background: #fff;
  padding: 0.220588rem;
  border-radius: 0.044118rem;
  margin-bottom: 0.147059rem;
  width: 100%;
}
.articleListForTag .units .tabContent .unit > img,
.search .units .tabContent .unit > img {
  width: 1.176471rem;
  height: 0.882353rem;
  border-radius: 0.044118rem;
  margin-right: 0.330882rem;
}
.articleListForTag .units .tabContent .unit > div,
.search .units .tabContent .unit > div {
  width: calc(100% - 1.507353rem);
  height: 0.882353rem;
  position: relative;
  justify-content: flex-start !important;
}
.articleListForTag .units .tabContent .unit > div .unit-title,
.search .units .tabContent .unit > div .unit-title {
  margin: 0;
}
.articleListForTag .units .tabContent .unit > div .unitDesc,
.search .units .tabContent .unit > div .unitDesc {
  font-size: 0.088235rem;
  margin: 0.080882rem 0 0.227941rem;
}
.articleListForTag .units .tabContent .unit > div .unitDesc:hover,
.search .units .tabContent .unit > div .unitDesc:hover {
  color: #999;
}
.articleListForTag .units .tabContent .unit > div .niceIcon,
.search .units .tabContent .unit > div .niceIcon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-left: -0.191176rem;
  width: 0.117647rem;
  height: 0.117647rem;
  background: url("../img/nice.png") no-repeat;
}
.articleListForTag .units .tabContent .unit .tags a + a,
.search .units .tabContent .unit .tags a + a {
  margin-left: 0.073529rem;
}
.articleListForTag .units .tabContent .unit:hover .niceIcon,
.search .units .tabContent .unit:hover .niceIcon {
  display: block;
}
.articleListForTag .box .page-bar,
.search .box .page-bar {
  border-radius: 0;
}
.articleListForTag .searchResult,
.search .searchResult {
  padding: 0.220588rem;
  color: #999;
  font-size: 0.088235rem;
}
.articleListForTag .searchResult .title,
.search .searchResult .title {
  display: block;
  font-size: 0.125rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.110294rem;
}

/*新增分页样式*/
.page-bar {
  text-align: center;
  position: relative;
  border-radius: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 0;
}
.page-bar .paginationjs {
  display: inline-block;
}

.page-box {
  text-align: center;
}
.page-box a {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 6px;
  color: #707070;
  width: 28px;
  height: 28px;
  font: bold 14px/28px arial;
}
.page-box a:hover, .page-box a:active {
  background: #f68b24;
  color: #ffffff;
  text-decoration: none;
}
.page-box .cur {
  background: #f68b24;
  color: #fff;
  border: 1px solid #f68b24;
  text-decoration: none;
}
.page-box .disabled {
  width: 79px;
}

/* 标签云 */
.tagList .leftMain {
  position: relative;
}
.tagList .leftMain .units {
  padding: 0;
}
.tagList .leftMain .units .tabContent {
  margin-left: -0.073529rem;
  margin-right: -0.073529rem;
}
.tagList .leftMain .units .unit {
  border-radius: 0.044118rem;
  color: #666;
  font-size: 0.088235rem;
  margin-bottom: 0.147059rem;
  padding: 0 0.073529rem;
}
.tagList .leftMain .units .unit > div {
  padding: 0.147059rem;
}
.tagList .leftMain .units .unit:nth-child(4n+1) {
  margin-left: 0;
}
.tagList .leftMain .units .unit .badge {
  min-width: 0.735294rem;
  max-width: 15em;
  margin-right: 0.073529rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.132353rem;
  background: #f68b24;
  color: #fff;
  font-weight: 400 !important;
}
.tagList .leftMain .units .unit .badge:hover {
  background: #f8a250;
}
.tagList .leftMain .units .unit .desc {
  max-width: 20em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.110294rem;
}
.tagList .box .page-bar {
  border-radius: 0;
}

/* leftMain待填充的  */
.leftEmpty .leftMain {
  border-radius: 0.044118rem;
}
.leftEmpty .leftMain .units .title {
  font-size: 0.147059rem;
  color: #333;
  position: relative;
}
.leftEmpty .leftMain .units .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.022059rem;
  bottom: -0.147059rem;
  left: 0;
  background: #f68b24;
}
.leftEmpty .box > .leftMain > * {
  overflow: initial;
}

/* 联系我们 */
.contactUs .h6 + br ~ div {
  font-size: 0.102941rem;
  line-height: 0.205882rem;
  color: #666;
}
.contactUs .h6 + br ~ div .subtitle {
  font-weight: 600;
  color: #333;
  width: 6em;
  text-align-last: justify;
  white-space: nowrap;
  display: inline-block;
}
.contactUs .h6 + br ~ div .subtitle + div {
  flex: 1;
}

/* 栏目页 */
.columnList .leftMain .title {
  font-size: 0.132353rem;
  color: #333;
}
.columnList .leftMain .unit {
  background: #fff;
  padding: 0;
  border-radius: 0.044118rem;
  margin-bottom: 0.205882rem 0;
}
.columnList .leftMain .unit > img {
  width: 1.176471rem;
  height: 0.882353rem;
  border-radius: 0.044118rem;
  margin-right: 0.330882rem;
}
.columnList .leftMain .unit > div {
  width: calc(100% - 1.507353rem);
  height: 0.882353rem;
  position: relative;
  justify-content: flex-start !important;
}
.columnList .leftMain .unit > div .unit-title {
  margin: 0;
}
.columnList .leftMain .unit > div .unitDesc {
  font-size: 0.088235rem;
  margin: 0.080882rem 0 0.227941rem;
}
.columnList .leftMain .unit > div .unitDesc:hover {
  color: #999;
}
.columnList .leftMain .unit > div .niceIcon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-left: -0.191176rem;
  width: 0.117647rem;
  height: 0.117647rem;
  background: url("../img/nice.png") no-repeat;
}
.columnList .leftMain .unit .tags a + a {
  margin-left: 0.073529rem;
}
.columnList .leftMain .unit:hover .niceIcon {
  display: block;
}

.preAndNext {
  padding: 0.220588rem;
  line-height: 0.176471rem;
}

.detailsContent {
  padding: 0.220588rem;
}

.articleDetails .unitDesc:hover {
  color: #666666;
}

.contentToFill {
  padding: 0.294118rem 0.110294rem 0.220588rem;
}

.detailsContent h1 {
  font-size: 0.132353rem;
  color: #333;
  display: inline-flex;
  align-items: flex-start;
}
.detailsContent h1 img {
  margin-left: 0.073529rem;
}
.detailsContent .tags a + a {
  margin-left: 0.073529rem;
}
.detailsContent .bottomLine {
  color: #999;
  margin-top: 0.147059rem;
}
.detailsContent .dashedDivider {
  width: auto;
  margin: 0.147059rem 0 0.220588rem;
}
.detailsContent .serverRender {
  font-size: 0.102941rem;
  line-height: 0.176471rem;
  color: #666;
  line-height: initial;
  line-height: 1.5;
}
.detailsContent .serverRender p {
  line-height: 1.8;
}
.detailsContent .serverRender img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.detailsContent .serverRender a {
  color: #2b7df1;
}
.detailsContent .serverRender a:hover {
  text-decoration: underline;
}


/* 侧边栏 */
section.sidebar {
  width: 52px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -119px;
  z-index: 2;
}
section.sidebar ul{
  margin:0px;
  padding:0px;
}
section.sidebar .list {
  background-color: #eb4b3f;
  border-radius: 8px 0px 0px 8px;
  padding: 10px 0 6px;
}
section.sidebar .list .getDiscountBox,
section.sidebar .list .cooperationBox,
section.sidebar .list .demonstrationBox,
section.sidebar .list .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 13px;
  width: 40px;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
section.sidebar .list .getDiscountBox > i,
section.sidebar .list .cooperationBox > i,
section.sidebar .list .demonstrationBox > i,
section.sidebar .list .topBox > i {
  margin-bottom: 8px;
}
section.sidebar .list .getDiscountBox > .text,
section.sidebar .list .cooperationBox > .text,
section.sidebar .list .demonstrationBox > .text,
section.sidebar .list .topBox > .text {
  width: 26px;
  line-height: 14px;
  font-size: 12px;
  margin-bottom:0px
}
section.sidebar .list .cooperationBox {
  height: 74px;
  position: relative;
  cursor: default;
  margin: 16px auto 0;
}
section.sidebar .list .cooperationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .cooperationBox:hover .hoverList {
  display: block;
}
section.sidebar .list .cooperationBox .hoverList {
  width: 184px;
  height: 356px;
  background-color: #eb4b3f;
  border-radius: 10px;
  padding: 30px 20px 20px;
  position: absolute;
  left: -194px;
  top: -11px;
  display: none;
}
section.sidebar .list .cooperationBox .hoverList h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 22px;
  text-align: center;
}
section.sidebar .list .cooperationBox .hoverList ul li {
  background-color: #fd8076;
  border-radius: 4px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sidebar .list .cooperationBox .hoverList ul li:hover {
  background-color: #ff903f;
}
section.sidebar .list .cooperationBox .hoverList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  height: 40px;
  padding: 10px 14px;
  border-radius: 4px;
}
section.sidebar .list .cooperationBox .hoverList ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
section.sidebar .list .cooperationBox .hoverList ul li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList .button {
  display: block;
  width: 144px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #f68a23;
  font-size: 14px;
  margin-top: 36px;
}
section.sidebar .list .cooperationBox .hoverList .button:hover {
  background-color: #ff903f;
	color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList::after {
  content: "";
  height: 90px;
  width: 14px;
  position: absolute;
  right: -14px;
  top: 0;
}
section.sidebar .list .cooperationBox:hover .cooperation {
  background: url("../img/sidebar/cooperation.png") no-repeat;
  /* background: url("../img/sidebar/cooperation.png") no-repeat center; */
  background-size: 100% 100%;
}
section.sidebar .list .cooperationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .cooperationBox::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .demonstrationBox {
  padding: 7px 0 6px;
  position: relative;
  margin: 16px auto 0;
}
section.sidebar .list .demonstrationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .demonstrationBox:hover .demonstration {
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .demonstrationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .demonstrationBox:hover .detailsWrapper {
  display: block;
}
section.sidebar .list .pseudoClass::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 37px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .topBox {
  height: 42px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px auto 0;
}
section.sidebar .list .topBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .topBox:hover .top {
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .topBox i {
  margin-bottom: 0;
}
section.sidebar .list .cooperation {
  display: block;
  background: url("../img/sidebar/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .demonstration {
  display: block;
  background: url("../img/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .top {
  display: block;
  background: url("../img/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list p {
  color: #ffffff;
  font-size: 12px;
}
section.sidebar .detailsWrapper {
  width: 336px;
  height: 356px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -346px;
  top: -101px;
  display: none;
}
section.sidebar .detailsWrapper::after {
  content: "";
  width: 14px;
  height: 90px;
  position: absolute;
  right: -14px;
  top: 91px;
}
section.sidebar .detailsWrapper > ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
section.sidebar .detailsWrapper > ul li > div {
  font-size: 0;
}
section.sidebar .detailsWrapper > ul li > img {
  margin-right: 13px;
  width: 20px;
  height: 20px;
}
section.sidebar .detailsWrapper > ul li h6 {
  color: #333333;
  font-size: 14px;
  margin:3px  0 11px
}
section.sidebar .detailsWrapper > ul li p,
section.sidebar .detailsWrapper > ul li a {
  color: #999999;
  font-size: 12px;
  margin-bottom:0px;
}
section.sidebar .detailsWrapper > ul li p span,
section.sidebar .detailsWrapper > ul li a span {
  color: #f68a23;
}
section.sidebar .detailsWrapper > ul li .code {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  margin-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.sidebar .detailsWrapper > ul li .code img {
  width: 106px;
  height: 106px;
}
section.sidebar .none{
  display: none !important;
}
section.sidebar .list .getDiscountBox {
  height: 74px;
  position: relative;
  cursor: default;
  margin: 0 auto 0;
}
section.sidebar .list .getDiscountBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .getDiscountBox::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px dotted #dddddd;
}
section.sidebar .list .getDiscountBox:hover .getDiscount {
  background: url("../img/sidebar/discount.png") no-repeat;
  /* background: url("../img/sidebar/cooperation.png") no-repeat center; */
  background-size: 100% 100%;
}
section.sidebar .list .getDiscount {
  display: block;
  background: url("../img/sidebar/discount.png") no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
section.sidebar .list .getDiscountBox:hover .discountWrapper {
  display: block;
}
section.sidebar .discountWrapper {
  width: 184px;
	height: 210px;
	background-color: #eb4b3f;
	border-radius: 8px;
  padding: 17px;
  position: absolute;
  left: -194px;
  top: -10px;
  text-align: center;
  display: none;
}
section.sidebar .discountWrapper img{
  margin-bottom: 15px;
}
section.sidebar .discountWrapper p{
  font-size: 14px !important;
  color: #ffffff;
}
section.sidebar .discountWrapper::after {
  content: "";
  width: 14px;
  height: 90px;
  position: absolute;
  right: -14px;
  top: 0px;
}