.bottom-conversion {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(100% - 74px));
  transition: transform 1s;
  z-index: 2;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.bottom-conversion.active {
  transform: translateY(0);
}
.bottom-conversion * {
  box-sizing: border-box;
}
.bottom-conversion .bottom-conversion-content {
  width: 1180px;
  margin: 0 auto;
}
.bottom-conversion .header {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.bottom-conversion .header > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 153px;
  height: 164px;
}
.bottom-conversion .header > div {
  display: inline-block;
}
.bottom-conversion .header > div p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.bottom-conversion .header > div p i {
  font-style: normal;
}
.bottom-conversion .header > div p i.t {
  font-size: 28px;
  line-height: 40px;
}
.bottom-conversion .header > div p i.m {
  font-size: 30px;
  color: #1FBB95;
  line-height: 39px;
}
.bottom-conversion .header > div .bc-img-box {
  display: inline-block;
  min-width: 55px;
  vertical-align: sub;
}
.bottom-conversion .header > div .bc-img-box img {
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  vertical-align: sub;
  width: 25px;
  height: 25px;
}
.bottom-conversion .header > div .bc-img-box img:nth-child(1) {
  z-index: 3;
}
.bottom-conversion .header > div .bc-img-box img:nth-child(2) {
  z-index: 2;
  margin-left: -10px;
}
.bottom-conversion .header > div .bc-img-box img:nth-child(3) {
  margin-left: -10px;
}
.bottom-conversion .header > a {
  position: absolute;
  right: 0;
  top: 15px;
  width: 196px;
  height: 42px;
  line-height: 42px;
  background: #666666;
  border-radius: 25px;
  color: #fff;
}
.bottom-conversion .header > a span {
  position: absolute;
  right: 14px;
  font-size: 20px;
  color: #fff;
  animation: toBottom 1s infinite linear;
}
.bottom-conversion .header > a span.active {
  transform: rotate(180deg);
  animation: toBottom 1s infinite linear reverse;
}
.bottom-conversion .conversion-box {
  position: relative;
  background: #fff;
  border-radius: 6px 6px 0px 0px;
}
.bottom-conversion .conversion-box .cb-part {
  display: flex;
}
.bottom-conversion .conversion-box .cb-part > li {
  display: inline-block;
  width: 50%;
  position: relative;
}
.bottom-conversion .conversion-box .cb-part > li .bc-content {
  padding-left: 30px;
}
.bottom-conversion .conversion-box .cb-part > li:first-child {
  border-right: 1px solid #E9E9E9;
}
.bottom-conversion .conversion-box .cb-part > li h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.bottom-conversion .conversion-box .cb-part > li h4 {
  font-size: 16px;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
.bottom-conversion .conversion-box .cb-part > li h4 i {
  color: #FF6200;
}
@keyframes toBottom {
  0% {
    top: 15px;
  }
  100% {
    top: 6px;
  }
}
li.bc-common-list {
  position: relative;
  width: 158px;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  cursor: pointer;
}
li.bc-common-list.border {
  border-color: #E6E6E6;
}
li.bc-common-list:after {
  position: absolute;
  content: '';
  bottom: 0;
  border: 12px solid transparent;
  border-top-color: transparent;
  transform: rotate(-45deg);
  right: -17px;
  transform-origin: bottom right;
}
li.bc-common-list.active {
  border-color: #FF6200;
}
li.bc-common-list.active:after {
  border-top-color: #FF6200;
}
li.bc-common-list div {
  position: relative;
}
li.bc-common-list i {
  position: absolute;
  display: inline-block;
  font-size: 8px;
  bottom: -1px;
  right: -1px;
  color: #fff;
  z-index: 3;
}
.js-bc-trader {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  min-height: 144px;
}
.js-bc-trader div {
  display: inline-block;
  margin-left: 6px;
}
.js-bc-trader div p {
  font-size: 12px;
  font-weight: 400;
  color: #111;
  line-height: 17px;
}
.js-bc-trader div p span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  margin: 0 auto;
  vertical-align: middle;
}
.js-bc-trader div > span {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 17px;
}
.money li,
.time li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  padding: 0 8px;
}
.money input,
.time input {
  outline: none;
  height: 36px;
  color: #999;
  padding: 8px 13px;
  border: 1px solid #E6E6E6;
}
.phone {
  margin-bottom: 37px;
}
.phone input {
  color: #999;
  outline: none;
  width: 399px;
  height: 36px;
  padding: 8px 13px;
  border: 1px solid #E6E6E6;
}
.phone input.error {
  border-color: #FF6200;
}
.componted {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background: #FF6200;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 110px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  margin-top: 34px;
}
.componted a {
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
}
.componted a .componting-loading cite {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.componted a .componting-loading cite:nth-child(2) {
  animation-delay: 0.2s;
}
.componted a .componting-loading cite:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.componted:after,
.componted:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 98, 0, 0.1);
  opacity: 0.3;
  z-index: 1;
  content: '';
}
.componted:after {
  animation: waiter 2s infinite linear -1s;
}
.componted:before {
  animation: waiter 2s infinite linear;
}
@-webkit-keyframes waiter {
  0% {
    width: 110px;
    height: 110px;
    opacity: 0.3;
    background: #FF6200;
    z-index: 0;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
    background: #FF6200;
    z-index: 0;
  }
}
.test-result-box .no-test {
  display: none;
}
.test-result-box .test-note {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.test-result-box .test-note:hover span {
  display: block;
}
.test-result-box .test-note span {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: content-box;
  color: #fff;
  font-size: 12px;
  min-height: 12px;
  border-radius: 2px;
  padding: 5px 6px;
  z-index: 999;
  width: 200px;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
}
.test-result-box .test-note span:before {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  border-bottom-color: #000;
}
.test-result-box .first {
  margin-top: 5px;
}
.test-result-box .bc-content {
  padding-left: 0 !important;
  text-align: center;
}
.test-result-box .bc-content .result {
  text-align: center;
  padding-top: 39px;
}
.test-result-box .bc-content .result span,
.test-result-box .bc-content .result cite {
  display: block;
}
.test-result-box .bc-content .result span {
  color: #666666;
}
.test-result-box .bc-content .result span.s {
  color: #333333;
}
.test-result-box .bc-content .result cite {
  font-size: 64px;
  color: #1FBB95;
  line-height: 82px;
  font-style: normal;
}
.test-result-box .bc-content .bc-chart {
  display: none;
}
.test-result-box.no-test-box .bc-chart {
  display: inline-block;
}
.test-result-box.no-test-box .no-test {
  display: block;
  text-align: center;
  padding-top: 28px;
  color: #999999;
}
.test-result-box.no-test-box .result {
  padding-top: 0;
}
.test-result-box.no-test-box .result span.s {
  display: none;
}
.test-result-box.no-test-box .bc-content {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.test-result-box.no-test-box #container,
.test-result-box.no-test-box .bc-btn {
  display: none;
}
.test-result-box .text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.test-result-box .bc-btn {
  display: inline-block;
  text-align: center;
  width: 260px;
  margin: 0 auto;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #FF6200;
  font-size: 18px;
  font-weight: 400;
  color: #FF6200;
  line-height: 45px;
  margin-top: 37px;
}
#container {
  width: 460px;
  height: 172px;
  margin: 0 auto;
}
.m-bottom-conversion {
  display: none;
  background: #000;
  background: rgba(0, 0, 0.88);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(100% - 84px));
  transition: transform 1s;
  z-index: 2;
}
.m-bottom-conversion.active {
  transform: translateY(0);
}
.m-bottom-conversion * {
  box-sizing: border-box;
}
.m-bottom-conversion .header {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  height: 84px;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-bottom-conversion .header > div:nth-child(2) {
  padding-top: 19px;
}
.m-bottom-conversion .header p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.m-bottom-conversion .header span {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.m-bottom-conversion .header cite {
  display: inline-block;
  margin-top: 16px;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.m-bottom-conversion .header cite span {
  position: absolute;
  font-size: 24px;
  color: #FF6200;
  right: 29px;
  animation: toMBottom 1s infinite linear;
}
.m-bottom-conversion .header cite span.active {
  transform: rotate(180deg);
  animation: none;
  top: 37px;
}
.m-bottom-conversion .m-bc-part h4 {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin: 0;
}
.m-bottom-conversion .m-bc-part li.bc-common-list {
  color: #fff;
  padding: 6px;
}
.m-bottom-conversion .m-bc-part li.bc-common-list.active i {
  color: #fff;
}
.m-bottom-conversion .m-bc-part li.bc-common-list i {
  color: #000;
}
.m-bottom-conversion .m-bc-part li.bc-common-list:nth-child(5),
.m-bottom-conversion .m-bc-part li.bc-common-list:nth-child(6) {
  display: none;
}
.m-bottom-conversion .m-bc-part li.bc-common-list input {
  background: #000;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 6px;
  outline: none;
  color: #fff;
}
.m-bottom-conversion .m-bc-part.parta {
  padding: 0 16px;
  padding-top: 18px;
}
.m-bottom-conversion .m-bc-part.parta .js-bc-trader {
  min-height: auto;
}
.m-bottom-conversion .m-bc-part.parta .js-bc-trader li {
  margin-bottom: 7px;
  flex: 0 0 40%;
}
.m-bottom-conversion .m-bc-part.parta .js-bc-trader div p {
  color: #fff;
  font-weight: 400;
}
.m-bottom-conversion .m-bc-part.partb {
  padding: 0 16px;
  padding-top: 20px;
}
.m-bottom-conversion .m-bc-part.partb ul {
  display: flex;
  justify-content: flex-start;
  color: #fff;
}
.m-bottom-conversion .m-bc-part.partb h4 {
  padding-bottom: 6px;
}
.m-bottom-conversion .m-bc-part.partb li.bc-common-list {
  width: auto;
  margin-right: 0;
  min-width: 100px;
  max-height: 30px;
}
.m-bottom-conversion .m-bc-part.partb li.bc-common-list.border {
  border-color: #666;
}
.m-bottom-conversion .m-bc-part.partb li.bc-common-list.active {
  border-color: #FF6200;
}
.m-bottom-conversion .m-bc-part.partb li.bc-common-list input {
  max-width: 150px;
  height: 30px;
  margin-top: -6px;
}
.m-bottom-conversion .m-bc-part.partb .bc-other {
  margin: 0 10px;
  margin-top: 6px;
}
.m-bottom-conversion .m-bc-part.partc {
  padding: 18px 16px;
}
.m-bottom-conversion .m-bc-part.partc h4 {
  padding-bottom: 6px;
}
.m-bottom-conversion .m-bc-part.partc li.bc-common-list {
  width: auto;
  margin-right: 0;
  max-width: 100px;
  max-height: 30px;
}
.m-bottom-conversion .m-bc-part.partd {
  padding: 0 16px;
  padding-bottom: 15px;
}
.m-bottom-conversion .m-bc-part.partd ul {
  display: flex;
  justify-content: space-between;
}
.m-bottom-conversion .m-bc-part.partd ul li {
  flex: 1;
}
.m-bottom-conversion .m-bc-part.partd h4 {
  padding-bottom: 6px;
}
.m-bottom-conversion .m-bc-part.partd h4 i {
  color: #FF6200;
}
.m-bottom-conversion .m-bc-part.partd input {
  width: 100%;
  height: 30px;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 6px;
  outline: none;
  background: #fff;
}
.m-bottom-conversion .m-bc-part.partd .sendText {
  display: block;
  text-align: center;
  line-height: 30px;
  background: #000;
  height: 30px;
  background: #FF6200;
  border-radius: 2px;
  margin-left: 7px;
  color: #fff;
}
.right-footer {
  margin-bottom: 74px !important;
}
@media (max-width: 1200px) {
  .bottom-conversion {
    display: none;
  }
  .m-bottom-conversion {
    display: block;
  }
}
@keyframes toMBottom {
  0% {
    top: 42px;
  }
  100% {
    top: 32px;
  }
}
@media (max-width: 400px) {
  .m-bottom-conversion .m-bc-part.parta {
    padding-top: 5px;
  }
  .m-bottom-conversion .m-bc-part.parta .js-bc-trader li {
    margin-bottom: 0;
  }
  .m-bottom-conversion .m-bc-part.partb {
    padding-top: 5px;
  }
  .m-bottom-conversion .m-bc-part.partc {
    padding-top: 5px;
  }
}
.bottom-convert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.84);
  display: none;
}
.convert-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
}
.bottom-img {
  width: 196px;
  position: absolute;
  bottom: 0;
}
.bottom-text {
  flex: 1;
  padding-left: 196px;
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}
.bottom-button > span {
  position: relative;
  width: 180px;
  height: 60px;
  display: inline-block;
  background: #ff6200;
  border-radius: 30px;
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.bottom-button > span::after {
  content: '';
  background: url('/baike/images/bottom_finger.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48px;
  height: 56px;
  position: absolute;
  right: -6%;
  top: 30%;
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .bottom-img {
    display: none;
  }
  .bottom-text {
    padding-left: 16px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1024px) {
  .bottom-img {
    display: none;
  }
  .bottom-text {
    padding-left: 16px;
    font-size: 30px;
  }
}
.m-bottom-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000000;
  opacity: 0.84;
  overflow: hidden;
}
.m-bottom-box .swiper-container {
  width: 100%;
  height: 100%;
}
.m-bottom-convert {
  width: 100%;
}
.m-bottom-convert .m-bottom-li {
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  height: 60px !important;
}
.m-bottom-convert .m-bottom-text {
  flex: 1;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
}
.m-bottom-convert .m-bottom-button > span {
  position: relative;
  width: 100px;
  height: 40px;
  display: block;
  background: #ff6200;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.m-bottom-convert .m-bottom-button > span::after {
  content: '';
  background: url('/baike/images/bottom_finger.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 36px;
  position: absolute;
  right: -8%;
  top: 42%;
}
* {
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Tahoma, Helvetica, Arial, \\5b8b\4f53, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}
.right-footer {
  display: none;
}
.mobile-ask .toAsk {
  display: none;
}
.icon-bookmark_24px {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.tag-item a {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}
.tag-item a:hover {
  color: #333333;
  background: #f5f5f5;
  border-radius: 15px;
}
.toAsk {
  width: 280px;
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.toAsk p {
  text-align: center;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.toAsk > ul {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 12px;
  margin-top: 30px;
}
.toAsk > ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 56px;
  margin: 0 auto;
}
.toAsk > ul img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.toAsk .toAskQuestion,
.toAsk > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ff6200;
  color: #fff;
  border-radius: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.toAsk .toAskQuestion:hover,
.toAsk > a:hover {
  color: #fff;
  background: #f05102;
}
.toAsk > span {
  color: #999;
  font-size: 12px;
  line-height: 22px;
}
.toAsk > span i {
  font-style: normal;
  color: #333333;
}
.bk-common-box {
  width: 280px;
  background: #fff;
}
.bk-common-box p.title {
  position: relative;
  color: #111;
  font-size: 16px;
  line-height: 21px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.bk-common-box p.title a {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  font-size: 20px;
}
.bk-common-box p.title span {
  color: #b3b3b3;
  cursor: pointer;
}
.bk-common-box p.title span:hover {
  background-color: #f5f5f5;
}
.bk-common-box ul {
  padding: 5px 0;
  padding-top: 15px;
  margin-bottom: 20px;
}
.bk-common-box li {
  width: 100%;
  padding: 0 18px 15px 20px;
}
.bk-common-box li .news_relatedQuestionItem {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.bk-common-box li .news_relatedQuestionItem:hover {
  color: #ff6200;
}
.bk-common-box li a {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
}
.bk-common-box li a:hover {
  color: #ff6200;
}
.bk-common-box .latest-artical-title {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  word-break: break-all;
}
.bk-right-tag ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bk-right-tag ul li {
  width: 50%;
}
.toBlog {
  margin: 20px auto;
}
.toBlog ul {
  margin-bottom: 0;
  padding-top: 0;
}
.toBlog > ul li {
  padding-top: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.toBlog > ul li:last-child {
  border: none;
}
.toBlog > ul li:hover p {
  color: #ff6200;
}
.toBlog > ul li:hover span.intro {
  color: #ff6200;
}
.toBlog > ul li .user-info img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.toBlog > ul li .user-info div {
  display: inline-block;
}
.toBlog > ul li .user-info p {
  font-size: 12px;
  color: #333;
  line-height: 22px;
}
.toBlog > ul li .user-info span {
  font-size: 12px;
  color: #999;
  line-height: 17px;
}
.toBlog > ul li .tit {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.toBlog > ul li .intro {
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.toBlog > ul li .other-info {
  margin-top: 12px;
  color: #333333;
}
.toBlog > ul li .other-info .icon-message_filled_24px,
.toBlog > ul li .other-info .icon-like_24px {
  font-size: 22px;
  vertical-align: middle;
  color: #999999;
}
.toBlog > ul li .other-info .comment-num {
  display: inline-block;
  margin-right: 20px;
}
.toBlog .jump-blog {
  border-top: 1px solid #f5f5f5;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.toBlog .jump-blog:hover {
  color: #ff6200;
}
.bk-top-nav {
  background: #fff;
  padding: 0 40px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
}
.bk-top-nav a {
  color: #999999;
}
.bk-media-nav {
  display: none;
  background: #e6e6e6;
  height: 40px;
  line-height: 40px;
  justify-content: space-between;
}
.bk-media-nav a {
  padding-left: 10px;
}
.bk-media-nav a span.icon-left_24px {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
  font-weight: bold;
}
.bk-media-nav > span {
  display: inline-block;
  color: #111;
  font-weight: bold;
  font-size: 14px;
  padding-right: 16px;
}
.recom-items {
  background: #fff;
}
.recom-items li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 13px 0;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.recom-items li:nth-last-child(1) {
  border-bottom: none;
}
.recom-items li .left-box {
  flex: 1;
  margin-right: 20px;
}
.recom-items li .left-box > p {
  font-weight: 500;
  color: #333;
  line-height: 22px;
  margin-bottom: 12px;
}
.recom-items li .left-box > p a {
  display: block;
}
.recom-items li .left-box > p a:hover {
  color: #ff6200;
}
.recom-items li .left-box > span {
  display: inline-block;
  min-height: 44px;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  max-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recom-items li .image-box {
  position: relative;
  flex: 0 1 30%;
  max-width: 190px;
  max-height: 106px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.recom-items li .image-box:after {
  position: absolute;
  content: '';
  outline: 1000px solid rgba(0, 0, 0, 0.3);
}
.recom-items .other-info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.recom-items .other-info div:nth-child(1) {
  flex: 1 1 71px;
  font-size: 12px;
}
.recom-items .other-info div:nth-child(1) .icon-bookmark_24px {
  font-size: 16px;
  margin-right: 0;
  vertical-align: sub;
}
.recom-items .other-info div:nth-child(1) .tag-item {
  line-height: 23px;
}
.recom-items .other-info div:nth-child(2) {
  font-size: 12px;
  line-height: 23px;
  color: #999999;
}
.recom-items .other-info div:nth-child(2) span {
  color: #333333;
}
.read-more {
  display: block;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #333333;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  background: #fff;
  cursor: pointer;
}
.read-more:hover {
  color: #ff6200;
}
.download-box {
  display: none;
  background: #f0f0f0;
  padding: 18px;
  text-align: center;
}
.download-box * {
  box-sizing: border-box;
}
.download-box a {
  display: inline-block;
  padding: 11px 45px;
  width: 100%;
  background: #ff6200;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  height: 40px;
}
.download-box span {
  color: #999;
  font-size: 14px;
}
.mar-bottom-20 {
  margin-bottom: 20px;
}
.mar-top-20 {
  margin-top: 20px;
}
/* .sidebox {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    .title-box {
        padding: 0 15px;
        height: 39px;
        line-height: 39px;
        border-bottom: 1px solid #e1e2e6;
        font-weight: bold;
        font-size: 15px;
        color: #333;
    }
}
.c00aa6d {
    color: #00aa6d;
}
.interestedbox {
    .change-btn {
        float: right;
        font-size: 12px;
        color: #afb2b9;
        text-decoration: none;
        font-weight: normal;
        &:hover {
            color: #ff6200;
            &:before {
                background-position: -17px -174px;
            }
        }
        &:before {
            position: relative;
            top: -2px;
            content: '';
            display: inline-block;
            margin-right: 4px;
            width: 12px;
            height: 12px;
            vertical-align: middle;
            background-image: url('//cdn.followme-acceleration.com/images/s_wb_sprite.png');
            background-repeat: no-repeat;
            background-position: 0 -174px;
        }
    }
    .list {
        margin: 0 15px;
        li {
            padding: 12px 0;
            border-bottom: 1px solid #f2f3f6;
            &:last-child {
                border-bottom: none;
            }
        }
    }
    .user-img {
        float: left;
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        img {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
    }
    .right-txt {
        margin-left: 35px;
        .user-name {
            font-size: 14px;
            line-height: 1.1;
            a {
                display: inline-block;
                color: #333;
                text-decoration: none;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                max-width: 110px;
                &:hover {
                    color: #ff6200;
                }
            }
        }
        .infotxt {
            margin-top: 3px;
            line-height: 1;
        }
        .m-num {
            float: right;
            font-size: 14px;
        }
        .left-txt {
            margin-right: 7px;
            font-size: 12px;
            color: #777;
        }
    }
}
.imgShadow {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
}
.selected {
    background: #fd6300;
    color: #fff;
}
.phone_selected {
    color: #fd6300;
    border-bottom: 4px solid #fd6300;
}
.display_block{
    display: block;
}
.display_none{
    display: none;
} */
.phone_footer {
  display: none;
}
@media screen and (max-device-width: 700px) {
  .phone_footer {
    display: block;
  }
}
.bottom-at-pc {
  display: block !important;
}
.bottom-at-mobile {
  display: none !important;
}
#chat-widget-container {
  z-index: 999 !important;
  cursor: pointer;
  bottom: 2px !important;
  right: 32px !important;
}
@media screen and (max-width: 880px) {
  .bottom-at-pc {
    display: none !important;
  }
  .bottom-at-mobile {
    display: block !important;
  }
}
.message-wrap * {
  box-sizing: border-box;
}
.message-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 999999;
}
.message-notice {
  width: 400px;
  position: relative;
  z-index: 99999;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top: 2px solid #ff8030;
}
.message-notice-content {
  padding: 39px 15px;
  background: #fff;
}
.message-notice-content i {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: 30px;
}
.message-notice-content p {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
}
.message-notice-content.message-success i {
  background-image: url(https://cdn.followme-acceleration.com/images/modify-ok.png);
}
.message-notice-content.message-error i {
  background-image: url(https://cdn.followme-acceleration.com/images/modify-false.png);
}
@media (max-width: 640px) {
  .message-notice {
    max-width: 90% !important;
    margin: 0 auto;
    box-shadow: 0 4px 20px 1px rgba(255, 255, 255, 0.3);
  }
  .message-notice-content {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
  }
  .message-notice-content i {
    display: none;
  }
  .message-notice-content p {
    margin: 0;
    font-size: 14px;
  }
}
.modal-wrap * {
  font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Tahoma, Helvetica, Arial, "\\5b8b体", sans-serif;
  box-sizing: border-box;
}
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1000;
}
.modal-content {
  position: relative;
  width: 80%;
  border-top: 2px solid #fc6223;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 18px;
  right: 20px;
  background: url('https://cdn.followme-acceleration.com/images/icon.png') no-repeat -338px 0px;
  cursor: pointer;
}
.modal-header {
  position: relative;
  padding: 0 20px;
  background: #f5f6fa;
  color: #333;
  height: 50px;
  line-height: 50px;
}
.modal-header * {
  font-size: 18px;
}
.modal-body {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  color: #111;
  text-align: center;
}
.modal-footer {
  text-align: center;
  background: #fff;
  padding: 20px 0;
  /* border-top: 1px solid #e8e8e8; */
}
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  text-decoration: none;
  padding: 4px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.btn:last-child {
  margin-right: 0;
}
.btn.default-btn {
  color: #555555;
  background-color: #ffffff;
  border-color: #e1e2e6;
}
.btn.default-btn:hover {
  color: #ff6200;
  background-color: #ffffff;
  border-color: #ff6200;
}
.btn.primary-btn {
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.btn.primary-btn:hover {
  color: #fff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.news-detail-page {
  /* background: #f7f6fb; */
}
.news-detail-page * {
  box-sizing: border-box;
}
.news-detail-page .content {
  margin: 0 auto;
  width: 1180px;
  padding-top: 70px;
}
.news-detail-page .content .m_content {
  display: flex;
  justify-content: space-between;
}
.news-detail-page .content .m_content .left {
  width: 880px;
}
.news-detail-page .content .m_content .left .banner-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.news-detail-page .content .m_content .left .banner-box span {
  position: absolute;
  color: #E9E9E9;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.news-detail-page .content .m_content .left h1 {
  color: #111;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  padding-bottom: 8px;
}
.news-detail-page .content .m_content .left .article-text {
  background: #fff;
  padding: 0 40px;
  padding-top: 31px;
}
.news-detail-page .content .m_content .left .article-text .article-header {
  display: flex;
  justify-content: space-between;
}
.news-detail-page .content .m_content .left .article-text .article-header .article-header-l {
  display: flex;
  align-content: center;
}
.news-detail-page .content .m_content .left .article-text .article-header .article-header-l img {
  display: inline-block;
  margin-right: 5px;
}
.news-detail-page .content .m_content .left .article-text .article-header span {
  line-height: 17px;
  font-size: 12px;
  color: #999;
}
.news-detail-page .content .m_content .left .article-text .article-header span i {
  display: inline-block;
  padding-left: 5px;
  color: #333;
  font-style: normal;
}
.news-detail-page .content .m_content .left .article-text .article-header span.line {
  color: #E9E9E9;
  display: inline-block;
  padding: 0 20px;
}
.news-detail-page .content .m_content .left .article-content {
  background: #fff;
  padding: 10px 40px 40px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.news-detail-page .content .m_content .left .article-content pre {
  white-space: pre-wrap;
}
.news-detail-page .content .m_content .left .article-content pre p,
.news-detail-page .content .m_content .left .article-content pre span {
  text-indent: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333333;
  line-height: 24px !important;
}
.news-detail-page .content .m_content .left .article-content pre img,
.news-detail-page .content .m_content .left .article-content pre table {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.news-detail-page .content .m_content .left .article-content pre .tag-link {
  color: #B7754A;
}
.news-detail-page .content .m_content .left .setZan {
  background: #fff;
  text-align: center;
  height: 41px;
  line-height: 41px;
}
.news-detail-page .content .m_content .left .setZan .button {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #E6E6E6;
  border-radius: 30px;
}
.news-detail-page .content .m_content .left .setZan .button:hover {
  border-color: #FF6200;
}
.news-detail-page .content .m_content .left .setZan .button.active span.icon-like_filled_24px1 {
  display: inline-block;
}
.news-detail-page .content .m_content .left .setZan .button.active span.icon-like_24px {
  display: none;
}
.news-detail-page .content .m_content .left .setZan .button span {
  font-size: 28px;
  vertical-align: middle;
  color: #ff6200;
}
.news-detail-page .content .m_content .left .setZan .button span.like_24px {
  display: inline-block;
}
.news-detail-page .content .m_content .left .setZan .button span.icon-like_filled_24px1 {
  display: none;
}
.news-detail-page .content .m_content .left .setZan cite {
  font-style: normal;
  font-size: 16px;
  vertical-align: middle;
}
.news-detail-page .content .m_content .left .tag-box {
  background: #fff;
  padding: 43px 40px 23px;
}
.news-detail-page .content .m_content .left .jyds {
  display: block;
  text-align: center;
  background: #fff;
  padding-bottom: 15px;
}
.news-detail-page .content .m_content .left .jyds img {
  max-width: 100%;
}
.news-detail-page .content .m_content .left .recomArticle-box {
  margin: 20px 0;
  background: #fff;
}
.news-detail-page .content .m_content .left .recomArticle-box p.title {
  color: #333;
  line-height: 25px;
  font-weight: 400;
  font-size: 18px;
  padding: 23px 0 18px 0;
  margin: 0 40px;
  border-bottom: 1px solid #E9E9E9;
}
.news-detail-page .content .m_content .left .article-video {
  margin: 20px 0;
  background: #fff;
  position: relative;
  padding-bottom: 30px;
}
.news-detail-page .content .m_content .left .article-video p.title {
  color: #333;
  line-height: 25px;
  font-weight: 400;
  font-size: 18px;
  padding: 20px 0;
  margin: 0 40px;
}
.news-detail-page .content .m_content .left .article-video p.title a {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 40px;
  font-size: 20px;
}
.news-detail-page .content .m_content .left .article-video p.title span {
  color: #B3B3B3;
  cursor: pointer;
}
.news-detail-page .content .m_content .left .article-video p.title span:hover {
  background-color: #f5f5f5;
}
.news-detail-page .content .m_content .left .article-video ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 40px;
}
.news-detail-page .content .m_content .left .article-video ul li {
  width: 260px;
  height: 173px;
  overflow: hidden;
  position: relative;
  margin-bottom: 11px;
  opacity: 1;
  transition: opacity 1s;
}
.news-detail-page .content .m_content .left .article-video ul li:hover {
  opacity: 0.8;
}
.news-detail-page .content .m_content .left .article-video ul li:hover .name {
  opacity: 0.9;
}
.news-detail-page .content .m_content .left .article-video ul li a {
  display: block;
  height: 173px;
  background-size: cover;
  background-position: center;
}
.news-detail-page .content .m_content .left .article-video ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 2px 2px;
  opacity: 0.7;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-right: 25px;
  padding-left: 14px;
  padding-bottom: 14px;
  transition: opacity 1s;
}
.news-detail-page .content .m_content .left .article-video ul li .play {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-detail-page .content .m_content .left .article-video ul li .play img {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-detail-page .content .m_content .right {
  width: 280px;
  /* background: #fff; */
  /* margin-top: -5px; */
}
.news-detail-page .content .m_content .right > img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.news-detail-page .content .m_content .right .rt_label {
  margin-top: 10px;
}
.news-detail-page .content .m_content .right .rt_label .rt_label_header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: 700;
}
.news-detail-page .content .m_content .right .rt_label .rt_label_content {
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.news-detail-page .content .m_content .right .rt_label .rt_label_content ul li {
  width: 50%;
  float: left;
  line-height: 20px;
  padding: 9px 0;
}
.news-detail-page .content .m_content .right .right_interest {
  margin-top: 10px;
}
.news-detail-page .content .m_content .right .right_img {
  width: 100%;
  float: right;
  display: block;
  margin-top: 10px;
}
.news-detail-page .content .m_content .right .right_img img {
  width: 100%;
}
.news-detail-page .img-left {
  position: fixed;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-detail-page .img-right {
  position: fixed;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  .news-detail-page .img-left {
    display: none;
  }
  .news-detail-page .img-right {
    display: none;
  }
}
.news-detail-page .img-center {
  display: none;
}
.detail-top-money,
.detail-bottom-money {
  position: relative;
  z-index: 0;
}
.detail-top-money img,
.detail-bottom-money img {
  max-width: 100%;
}
/* @media screen and (max-device-width: 700px) {
    .header{
    	display: none;
	}
	

	
    .main_search{
    	.content{
    		width: 100%;
    		margin-top: 0;
    		padding-bottom: 1.1rem;
    		.top_content{
    			display: none;
    		}
    		.m_content{
    			margin-top: 0;
    			.left{
    				width: 100%;
					.left_top{
						.lf_top_header{
							.the_title{
								p{
								    background: url(/baike/images/address.png) 0 .15rem no-repeat;
								    padding-left: .3rem;
								    background-size: 0.2rem;
								}
							}
						}
					}
					.left_bottom{
						.lf_bt_header{
							padding: 0 0.2rem;
							margin: 0.3rem 0;
							.div{
								width: .05rem;
    							height: 0.4rem;
							}
							span{
								margin-left:0.2rem;
							}
						}
						.lf_bt_content,.lf_bt_content1{
							a{
								&:hover{
									 color: #ff620;
								 }
							}
							ul{
								li{
									.inset_content{
										img{
											width: 3.3rem;
    										height: 2.0rem;
										}
										.word{
											margin-left: 3.6rem;
											height: 2rem;
											position: relative;
											margin-top: 0.1rem;
											p{
												&:first-child{
													display: block;
													display:inline-block;
													display: -webkit-box;
													-webkit-box-orient: vertical;
													-webkit-line-clamp: 2;
													overflow: hidden;
												};
											}
											a{
												&:hover{
													 color: #ff620;
												 }
											}
											.other_msg{
												display: none;
											}
											.w_content{
												display: block;
												margin-top: .4rem;
												font-size: .28rem;
												max-width: 100%;
												line-height: .3rem;
												white-space: nowrap;
												overflow: hidden;
												text-overflow: ellipsis;
											}
										}
									}
								}
							}
						}
					}
					.lf_top_footer{
						display: none;
					}
					.app_img{
						width: 96%;
						margin: 0.2rem auto;
					}
    			}
    			.right{
    				display: none;
    			}
    		}
    	}
    }
    .footer{
    	display: none;
    }
} */
.bk-friend {
  width: 100%;
  background: #212121;
}
.bk-friend .bk-friend-content {
  padding-top: 24px;
  width: 95%;
  margin: 0 auto;
}
.bk-friend div.title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  margin-right: 42px;
  text-align: center;
  margin-bottom: 33px;
}
.bk-friend .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bk-friend .links a {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 20px;
  line-height: 18px;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.bk-friend .links a:hover {
  text-decoration: underline;
}
.fm-top-nav {
  z-index: 999;
  display: block;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e6e6e6;
  font-size: 0;
  /* 右侧用户 */
  /* 用户信息 */
  /* 搜索 */
  /* 搜索框 */
  /* 搜索遮罩 */
}
.fm-top-nav + * {
  padding-top: 50px;
}
.fm-top-nav a {
  text-decoration: none;
}
.fm-top-nav .fm-nav-main {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.fm-top-nav .fm-nav-main .nav-right {
  float: right;
  height: 100%;
}
.fm-top-nav .fm-nav-main .nav-left > * {
  vertical-align: middle;
}
.fm-top-nav .nav-home-logo {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
.fm-top-nav .nav-home-logo img,
.fm-top-nav .nav-home-logo svg {
  height: 31px;
  vertical-align: middle;
}
.fm-top-nav .top-nav {
  margin-left: 20px;
}
.fm-top-nav .nav-btns {
  margin-left: 10px;
  float: right;
  height: 50px;
  line-height: 50px;
}
.fm-top-nav .nav-btns .nav-btn-item {
  height: 30px;
  width: 75px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 15px;
}
.fm-top-nav .nav-btns .nav-btn-item.nav-btn-reg {
  margin-left: 10px;
}
.fm-top-nav .nav-user-info {
  float: right;
  height: 50px;
  line-height: 50px;
  /* 消息 */
  /* 用户 */
  /* 去交易 */
}
.fm-top-nav .nav-user-info > div {
  display: inline-block;
}
.fm-top-nav .nav-user-info .nav-notice {
  position: relative;
  margin-right: 16px;
  width: 32px;
}
.fm-top-nav .nav-user-info .nav-notice:hover .nav-notice-list {
  opacity: 1;
  visibility: visible;
}
.fm-top-nav .nav-user-info .nav-notice-icon {
  display: inline-block;
  width: 100%;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.fm-top-nav .nav-user-info .nav-notice-icon:hover {
  background-color: #f5f5f5;
}
.fm-top-nav .nav-user-info .nav-notice-icon .fm-icon-nav-notice {
  position: relative;
  top: 2px;
  vertical-align: sub;
}
.fm-top-nav .nav-user-info .nav-notice-icon .fm-icon-nav-notice.has-msg:after {
  content: attr(data-message-num);
  position: absolute;
  display: block;
  box-sizing: border-box;
  left: 13px;
  top: -5px;
  padding: 0 3px 0 4px;
  font-size: 12px;
  background-color: #ff6200;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
}
.fm-top-nav .nav-user-info .nav-notice-list {
  right: -10px;
  left: auto;
}
.fm-top-nav .nav-user-info .nav-notice-list.arrow::before {
  right: 17px;
  left: auto;
}
.fm-top-nav .nav-user-info .nav-notice-list.arrow::after {
  right: 18px;
  left: auto;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item {
  padding: 0 30px 0 10px;
  min-width: 160px;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item > * {
  vertical-align: middle;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item .fm-icon-nav {
  margin-right: 6px;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item:hover {
  background-color: #f5f5f5;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item:hover .fm-icon-nav {
  background-position-y: -21px;
}
.fm-top-nav .nav-user-info .nav-notice-list .top-sub-menu-item .fm-msg-num {
  position: absolute;
  display: block;
  padding: 0 4px 0 3px;
  height: 14px;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  border-radius: 2px;
  background-color: #bdbdbd;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.fm-top-nav .nav-user-info .nav-user-detail {
  position: relative;
  /*策略市场*/
  /* 个人菜单 */
}
.fm-top-nav .nav-user-info .nav-user-detail.active .fm-icon-nav-slide {
  transform: rotate(180deg);
}
.fm-top-nav .nav-user-info .nav-user-detail .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1000;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  width: 280px;
  top: 50px;
  border-radius: 2px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all linear 0.1s;
  line-height: 1;
  z-index: 1001;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu.arrow:before {
  right: 46px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu.arrow:after {
  right: 47px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-accounts-current {
  height: 70px;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-accounts-current .icon-toggle {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  color: #767676;
  border-radius: 2px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-accounts-current .icon-toggle:hover {
  color: #212121;
  background: #F2F2F2;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-accounts-current .icon-toggle:active {
  color: #212121;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-account-list {
  width: 100%;
  max-height: 530px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item {
  box-sizing: border-box;
  height: 70px;
  padding: 14px 20px;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item:hover {
  background-color: #F0F0F0;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item.no-hover:hover {
  background-color: white;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item.demo-account {
  height: 50px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .demo-account {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .index-type {
  display: block;
  float: left;
  width: 75px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .index-type .account-index {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .index-type .user-type {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .account-info {
  display: block;
  float: left;
  max-width: 148px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .account-info .mt4account {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .account-item .account-info .broker-name {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding: 9px 0 0;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-title {
  padding-left: 31px;
  vertical-align: middle;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-title > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  vertical-align: middle;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-title .nav-fs-star-item {
  vertical-align: middle;
  margin-right: 6px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-des {
  vertical-align: middle;
  padding-left: 32px;
  font-size: 12px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-des .nav-fs-star-des1 {
  display: inline-block;
  color: #333;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-stars .nav-fs-star-des .nav-fs-star-des2 {
  display: inline-block;
  padding-left: 10px;
  color: #878787;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-btns {
  padding: 20px;
  font-size: 0;
  text-align: justify;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-btns .nav-fs-btn {
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: #ff6200;
  border-radius: 3px;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-btns .nav-fs-btn:first-child {
  margin-right: 2px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-btns .nav-fs-btn:hover {
  background-color: #ff7e00;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot .nav-fs-btns .nav-fs-btn > img {
  vertical-align: sub;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot:hover .nav-user-menu {
  opacity: 1;
  visibility: visible;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-followstar-foot:hover .fm-icon-nav-slide {
  transform: rotate(180deg);
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap {
  width: 100%;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group {
  padding: 8px 0;
  border-bottom: 1px solid #F2F2F2;
  list-style: none;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group.special {
  padding: 8px 0 12px 0;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item a {
  box-sizing: border-box;
  display: block;
  color: #333;
  height: 40px;
  padding: 8px 15px;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item a:hover {
  background-color: #F0F0F0;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item a .icon {
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-right: 12px;
  color: #767676;
  background-image: none;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item a .text {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  float: left;
  color: #333333;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item.special a {
  color: #ff6200;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item.special .icon {
  color: #ff6200;
}
.fm-top-nav .nav-user-info .nav-user-detail .nav-user-menu .nav-user-menu-group-wrap .nav-user-menu-group .menu-item.special .text {
  color: #ff6200;
}
.fm-top-nav .nav-user-info .nav-user-head {
  display: block;
  height: 50px;
  line-height: 50px;
}
.fm-top-nav .nav-user-info .nav-user-head > * {
  vertical-align: middle;
}
.fm-top-nav .nav-user-info .nav-user-head img.nav-user-avatar {
  width: 26px;
  height: 26px;
  border-radius: 2px;
}
.fm-top-nav .nav-user-info .nav-user-head .nav-user-nickname {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 124px;
  padding: 0 2px 0 6px;
  font-size: 14px;
  color: #666;
}
.fm-top-nav .nav-user-info .nav-post {
  margin-left: 10px;
}
.fm-top-nav .nav-user-info .nav-post > .fm-btn {
  width: 26px;
  height: 26px;
  padding: 4px;
  padding-top: 3px;
}
.fm-top-nav .nav-search-btn {
  display: inline-block;
  width: 32px;
  height: 50px;
  line-height: 50px;
  margin-right: 8px;
}
.fm-top-nav .nav-search-btn > a {
  display: inline-block;
  width: 100%;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
}
.fm-top-nav .nav-search-btn > a:hover {
  background-color: #f5f5f5;
}
.fm-top-nav .nav-search-btn > a .fm-fonticon {
  font-size: 24px;
  vertical-align: sub;
  position: relative;
  top: 1px;
  color: #999;
}
.fm-top-nav .nav-search-wrap {
  position: absolute;
  box-sizing: border-box;
  height: 50px;
  top: 0;
  left: 128px;
  width: calc(100% -  128px);
  opacity: 0;
  background-color: #fff;
  visibility: hidden;
  /* 搜索框布局 */
  /* 实际搜索框 */
  /* 搜索输入框 */
}
.fm-top-nav .nav-search-wrap.search-active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3,
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li {
  transform: translateX(0);
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3:nth-child(1),
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li:nth-child(1) {
  transition-delay: 20ms;
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3:nth-child(2),
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li:nth-child(2) {
  transition-delay: 40ms;
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3:nth-child(3),
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li:nth-child(3) {
  transition-delay: 60ms;
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3:nth-child(4),
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li:nth-child(4) {
  transition-delay: 80ms;
}
.fm-top-nav .nav-search-wrap.search-active .search-hot h3:nth-child(5),
.fm-top-nav .nav-search-wrap.search-active .search-hot ul li:nth-child(5) {
  transition-delay: 0.1s;
}
.fm-top-nav .nav-search-wrap.search-active .search-input > input {
  transform: translateX(0);
}
.fm-top-nav .nav-search-wrap .nav-search-content {
  position: relative;
  max-width: 1180px;
  min-width: 320px;
  margin: 0 auto;
}
.fm-top-nav .nav-search-wrap .nav-search-box {
  box-sizing: border-box;
  left: -64px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  max-width: 620px;
  position: relative;
  white-space: normal;
}
.fm-top-nav .nav-search-wrap .search-input {
  width: 100%;
  height: 30px;
}
.fm-top-nav .nav-search-wrap .search-input .search-btn2 {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
.fm-top-nav .nav-search-wrap .search-input .search-btn2.search-btn2-close:hover {
  background-color: #f5f5f5;
}
.fm-top-nav .nav-search-wrap .search-input .search-btn2.search-btn2-post:hover {
  background-color: #f5f5f5;
}
.fm-top-nav .nav-search-wrap .search-input > input {
  transform: translateX(5px);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  margin: 0 1px;
  outline: 0;
  width: calc(100% - 50px);
  border: 0;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  color: #333;
  caret-color: #ff6200;
}
.fm-top-nav .nav-search-wrap .search-hot {
  display: none;
  position: absolute;
  text-align: left;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #eee;
}
.fm-top-nav .nav-search-wrap .search-hot h3,
.fm-top-nav .nav-search-wrap .search-hot ul li {
  transform: translateX(100px);
  transition: all 0.4s;
}
.fm-top-nav .nav-search-wrap .search-hot h3 {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
  padding-left: 30px;
  font-weight: normal;
  line-height: 30px;
}
.fm-top-nav .nav-search-wrap .search-hot ul {
  list-style: none;
  padding: 0;
}
.fm-top-nav .nav-search-wrap .search-hot ul li {
  padding-left: 30px;
  font-size: 12px;
  cursor: pointer;
}
.fm-top-nav .nav-search-wrap .search-hot ul li:hover {
  background: #fff;
}
.fm-top-nav .nav-search-wrap .search-hot ul li:hover a {
  color: #ff6200;
}
.fm-top-nav .nav-search-wrap .search-hot ul li a {
  color: #333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fm-top-nav .nav-search-bg {
  z-index: 998;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
/* 一级导航 */
.top-nav {
  display: inline-block;
}
.top-nav ul,
.top-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item > a > span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
  background-color: transparent;
  transition: background-color linear 0.15s;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item > a {
  color: #333;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item.active > a {
  color: #ff6200;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item.active > a > span:after {
  background-color: #ff6200;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item:hover > a {
  color: #ff6200;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item.top-pta-menu {
  margin-left: 10px;
}
.top-nav ul.top-nav-menu > li.top-nav-menu-item.top-jyds-menu {
  position: relative;
}
/* 二级 */
.sub-wrap .top-sub-menu {
  box-sizing: border-box;
  position: absolute;
  left: -6px;
  top: 50px;
  width: auto;
  min-width: 130px;
  padding: 10px 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.sub-wrap .top-sub-menu:before {
  left: 20px;
}
.sub-wrap .top-sub-menu:after {
  left: 21px;
}
.sub-wrap .top-sub-menu .top-sub-menu-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  border-radius: 2px;
}
.sub-wrap .top-sub-menu .top-sub-menu-item > a {
  display: block;
  padding: 0 10px;
}
.sub-wrap .top-sub-menu .top-sub-menu-item .fm-icon-menu {
  vertical-align: middle;
  transform: scale(0.833);
  margin-right: 6px;
}
.sub-wrap .top-sub-menu .top-sub-menu-item:hover {
  background-color: #f5f5f5;
}
.sub-wrap .top-sub-menu .top-sub-menu-item:hover .fm-icon-menu {
  background-position-y: -29px;
}
.sub-wrap .top-sub-menu .top-sub-menu-item:last-child {
  margin-bottom: 0;
}
.sub-wrap .top-sub-menu .top-sub-menu-item > a {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
}
/* 导航条 */
ul.top-nav-menu {
  height: 50px;
  font-size: 0;
  background-color: #fff;
}
ul.top-nav-menu > li.top-nav-menu-item {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  /* 子菜单 */
}
ul.top-nav-menu > li.top-nav-menu-item:last-child {
  margin-right: 0;
}
ul.top-nav-menu > li.top-nav-menu-item > a {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  color: #999;
  font-size: 14px;
  vertical-align: middle;
}
ul.top-nav-menu > li.top-nav-menu-item > a > span {
  display: inline-block;
  position: relative;
  height: 100%;
}
ul.top-nav-menu > li.top-nav-menu-item > a .fm-fonticon {
  color: #999;
}
ul.top-nav-menu > li.top-nav-menu-item:hover > ul.top-sub-menu {
  opacity: 1;
  visibility: visible;
}
/*  响应式导航样式 */
.fm-nav-main2 {
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  align-items: center;
}
.fm-nav-main2 > div {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.fm-nav-main2 .fm-nav-swipermenu {
  padding-left: 16px;
}
.fm-nav-main2 .fm-nav-swipermenu .fm-swipermenu-wrap {
  width: 20px;
  font-size: 0;
  line-height: 0;
}
.fm-nav-main2 .fm-nav-swipermenu .fm-swipermenu-wrap .fm-swipermenu-line {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: top;
  height: 2px;
  width: 100%;
  background: #767676;
  margin-top: 3px;
  font-size: 0;
  line-height: 0;
  transition: all linear 0.2s;
}
.fm-nav-main2 .fm-nav-swipermenu .fm-swipermenu-wrap.active .fm-swipermenu-line:first-child {
  margin-top: 0;
  top: 5px;
  transform: rotateZ(45deg);
}
.fm-nav-main2 .fm-nav-swipermenu .fm-swipermenu-wrap.active .fm-swipermenu-line:nth-child(2) {
  opacity: 0;
}
.fm-nav-main2 .fm-nav-swipermenu .fm-swipermenu-wrap.active .fm-swipermenu-line:last-child {
  top: -5px;
  transform: rotateZ(-45deg);
}
.fm-nav-main2 .fm-swipermenu-content {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all linear 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list {
  position: relative;
  width: 200px;
  height: 100%;
  overflow-y: auto;
  left: -200px;
  background-color: #fff;
  transition: all linear 0.2s;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list ul.top-nav-menu > li.top-nav-menu-item {
  display: block;
  min-height: 50px;
  height: auto;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list .sub-wrap .top-sub-menu {
  position: static;
  display: none;
  opacity: 1;
  visibility: visible;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list .sub-wrap .top-sub-menu.active {
  display: block;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list .top-nav ul.top-nav-menu > li.top-nav-menu-item:hover > a {
  color: unset;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list .top-nav ul.top-nav-menu > li.top-nav-menu-item.top-pta-menu {
  margin-left: 0;
}
.fm-nav-main2 .fm-swipermenu-content .fm-swipermenu-list .top-nav ul.top-nav-menu > li.top-nav-menu-item.top-jyds-menu:after {
  left: 68px;
  right: unset;
}
.fm-nav-main2 .fm-swipermenu-content.active {
  opacity: 1;
  visibility: visible;
}
.fm-nav-main2 .fm-swipermenu-content.active .fm-swipermenu-list {
  left: 0;
}
.fm-nav-main2 .fm-nav-logo {
  flex-grow: 1.2;
  text-align: center;
}
.fm-nav-main2 .fm-nav-userinfo {
  text-align: right;
  padding-right: 16px;
}
.fm-nav-main2 .fm-nav-userinfo .fm-nav-useravatar {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  overflow: hidden;
}
.fm-nav-main2 .fm-nav-userinfo .fm-nav-useravatar img {
  width: 100%;
  height: 100%;
}
.fm-nav-main2 .fm-nav-userinfo .fm-nav-userbutton {
  font-size: 16px;
}
.fm-nav-main2 .fm-nav-userinfo .fm-nav-userlogin {
  padding-right: 10px;
  color: #333;
}
.fm-nav-main2 .fm-nav-userinfo .fm-nav-userregister {
  color: #ff6200;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fm-nav-top-notice {
  height: 40px;
  z-index: 1000;
  background: #ed6c2d;
}
.fm-nav-top-notice .notice-content {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 100%;
}
.fm-nav-top-notice .notice-content a {
  color: #fff;
}
.fm-nav-top-notice .notice-content .under_f {
  display: block;
  margin-left: 30px;
  line-height: 18px;
}
.fm-nav-top-notice .notice-content .under_f.mobile {
  display: none;
}
.fm-nav-top-notice .notice-content .under_l {
  text-decoration: underline;
  margin-left: 36px;
}
.fm-nav-top-notice .notice-content .img_container {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #fff;
}
.fm-body-padding {
  padding-top: 40px;
}
.nav-editor-modal {
  font-size: 14px;
}
@media screen and (min-width: 1180px) {
  .fm-nav-normal {
    display: block;
  }
  .fm-nav-little {
    display: none;
  }
}
@media screen and (min-width: 880px) and (max-width: 1180px) {
  .fm-nav-normal {
    display: block;
  }
  .fm-nav-little {
    display: none;
  }
  .fm-top-nav .nav-home-logo {
    width: 30px;
    overflow: hidden;
  }
  .fm-top-nav .nav-search-wrap {
    left: 30px;
    width: calc(100% -  30px);
  }
}
@media screen and (max-width: 880px) {
  .fm-nav-normal {
    display: none;
  }
  .fm-nav-little {
    display: flex;
  }
  .fm-nav-top-notice .notice-content .under_f {
    display: none;
  }
  .fm-nav-top-notice .notice-content .under_f.mobile {
    margin-left: 0;
    display: block;
  }
  .fm-nav-top-notice .notice-content .under_l {
    display: none;
  }
  .fm-nav-top-notice .notice-content .img_container {
    right: 5px;
  }
}
.arrow {
  position: relative;
}
.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
}
.arrow.arrow-top::before {
  top: -16px;
  border-width: 8px;
  border-color: transparent transparent #e6e6e6;
}
.arrow.arrow-top::after {
  top: -14px;
  border-width: 7px;
  border-color: transparent transparent #fff;
}
.arrow.arrow-bottom::before {
  bottom: -16px;
  border-width: 8px;
  border-color: #e6e6e6 transparent transparent;
}
.arrow.arrow-bottom::after {
  bottom: -14px;
  border-width: 7px;
  border-color: #fff transparent transparent;
}
.arrow.arrow-border {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.fm-icon-nav.fm-icon-nav-search {
  width: 24px;
  height: 24px;
  background-position: -12px 3px;
  vertical-align: top;
}
.fm-icon-nav.fm-icon-nav-notice {
  width: 24px;
  height: 24px;
  background-position: -39px 3px;
}
.fm-icon-nav.fm-icon-nav-comment {
  background-position: -65px 1px;
}
.fm-icon-nav.fm-icon-nav-comment-active {
  background-position: -65px -21px;
}
.fm-icon-nav.fm-icon-nav-at {
  background-position: -88px 1px;
}
.fm-icon-nav.fm-icon-nav-at-active {
  background-position: -88px -24px;
}
.fm-icon-nav.fm-icon-nav-praise {
  background-position: -109px 1px;
}
.fm-icon-nav.fm-icon-nav-praise-active {
  background-position: -109px -21px;
}
.fm-icon-nav.fm-icon-nav-msg {
  background-position: -132px 1px;
}
.fm-icon-nav.fm-icon-nav-msg-active {
  background-position: -132px -21px;
}
.fm-btn {
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.fm-btn.fm-btn-color {
  background: #ff6200;
  color: #fff;
  border: 1px solid #ff6200;
}
.fm-btn.fm-btn-color:hover {
  background-color: #f05102;
  border-color: #f05102;
}
.fm-btn.fm-btn-color.disable {
  pointer-events: none;
  background-color: #ffc6a3;
  border-color: #ffc6a3;
}
.fm-btn.fm-btn-default {
  background: #fff;
  color: #ff6200;
  border: 1px solid #ff6200;
}
.fm-btn.fm-btn-default:hover {
  background: #ff6200;
  color: #fff;
}
.fm-btn.fm-btn-default.disable {
  pointer-events: none;
  background-color: #fff;
  border-color: #d7d7d7;
  color: #d9d9d9;
}
.showDropDownMenu {
  display: none;
}
.nav-user-accounts-current .demo-account,
.nav-user-accounts-current .true-account,
.nav-user-account-list {
  display: none;
}
.icon-toggle-ani {
  transform: rotate(180deg);
}
.yes-login,
.no_login {
  display: none;
}
.news-list-page * {
  box-sizing: border-box;
}
.news-list-page .content {
  margin: 0 auto;
  width: 1180px;
  padding-top: 70px;
}
.news-list-page .content .m_content {
  display: flex;
  justify-content: space-between;
}
.news-list-page .content .m_content .left {
  width: 880px;
}
.news-list-page .content .m_content .right {
  width: 280px;
}
@media (max-width: 880px) {
  .main_index .content {
    margin: 80px auto 0 !important;
  }
  .main_index .detail {
    width: 100% !important;
  }
  .main_index .detail .detail_header ul li {
    margin-left: 0 !important;
    margin-top: 20px;
    margin-right: 1%;
  }
  .main_index .detail .datail_content {
    width: 96%;
    margin: 0 auto;
  }
  .main_index .detail .module_content ul li {
    width: 49% !important;
    margin-left: 1% !important;
    margin-bottom: 1%;
  }
  .main_index .detail .module_content ul li .inset_content {
    width: 100%;
  }
  .main_index .bk-friend {
    display: none;
  }
  .m_content {
    flex-flow: wrap;
  }
  .m_content .banner-box,
  .m_content .bk-top-nav {
    display: none;
  }
  .m_content .article-text {
    padding: 0 10px !important;
    padding-top: 20px !important;
  }
  .m_content .left,
  .m_content .right,
  .m_content .toAsk,
  .m_content .bk-common-box {
    width: 100% !important;
  }
  .m_content .bk-top-nav {
    padding: 0 10px !important;
  }
  .m_content .article-content {
    padding: 10px 10px 40px 10px !important;
  }
  .m_content .article-content video {
    width: 100% !important;
    height: auto !important;
  }
  .m_content .tag-box {
    padding: 43px 10px 23px !important;
  }
  .m_content .recom-items li,
  .m_content .recomArticle-box p.title,
  .m_content .article-video p.title {
    margin: 0 10px !important;
  }
  .m_content .tag-item a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    vertical-align: middle;
  }
  .m_content .other-info {
    margin-top: 8px;
    height: 23px;
    overflow: hidden;
  }
  .m_content .recom-items li .left-box > p {
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .m_content .article-video p.title a {
    right: 10px !important;
  }
  .m_content .article-video ul {
    margin: 0 10px !important;
  }
  .m_content .article-video ul li {
    width: 48% !important;
  }
  .m_content h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    padding-bottom: 6px !important;
  }
  .news-detail-page .toAsk,
  .bottom-conversion {
    display: none;
  }
  .news-detail-page .mobile-ask .toAsk {
    margin-top: 20px;
    display: block;
  }
  .news-detail-page .right {
    margin-top: 0;
  }
  .bk-media-nav {
    display: flex;
  }
  .news-detail-page .content,
  .news-list-page .content {
    width: 100%;
    padding-top: 50px;
  }
  .right-footer,
  .download-box {
    display: block;
  }
  .black-footer {
    display: none;
  }
  body {
    padding-bottom: 0 !important;
  }
  .fm-user-auth .fm-user-auth-box {
    width: 100% !important;
    transform: translate(-50%, -50%);
    margin-left: 0 !important;
    margin-top: 0 !important;
    animation: none !important;
  }
  .news-detail-page .img-center {
    display: block;
  }
  .news-detail-page .img-center img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .img-left,
  .img-right {
    display: none;
  }
}
.right-footer {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
}
.right-footer .fm-ft-menugroup {
  padding: 2px 0;
  font-size: 0;
  white-space: nowrap;
}
.right-footer .fm-ft-menugroup > .fm-ftg-mgitem:hover {
  text-decoration: underline;
}
.right-footer .fm-ftg-font {
  padding: 0 2px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.right-footer .fm-friend-link {
  position: relative;
}
.right-footer .fm-icon-nav-slide {
  display: inline-block;
  font-size: 0;
  background-repeat: no-repeat;
  transition: transform ease 0.2s;
  width: 12px;
  height: 12px;
  background-image: url(https://cdn.followme-acceleration.com/images/svg/icon-nav.svg);
  background-position: 2px -4px;
}
.right-footer .fm-friend-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.right-footer .fm-friend-link .fm-friend-links {
  z-index: 123;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 0;
}
.right-footer .fm-friend-link .fm-friend-links .fm-friend-link-items {
  margin-top: 5px;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.right-footer .fm-friend-link .fm-friend-links .fm-friend-link-item {
  display: block;
  white-space: nowrap;
}
.right-footer .fm-friend-link .fm-friend-links .fm-friend-link-item:hover {
  color: #ff6200;
}
.right-footer .fm-friend-link:hover .fm-friend-links {
  visibility: visible;
  opacity: 1;
}
.right-footer .fm-friend-link:hover .fm-icon {
  transform: rotate(180deg);
}
.right-footer .fm-ftg-font {
  padding: 0 2px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
body,
html {
  /*padding: 50px;*/
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 Microsoft Yahei, Tahoma, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
p,
input {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
a,
img {
  border: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.clear {
  clear: both;
}
.ellipsis {
  /*width: 100%;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis a:hover {
  color: #ff6200;
}
.ellipsis_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* @media screen and (max-device-width: 700px) {
 [data-dpr="2"] .fontSize20 {font-size: 20px !important;} [data-dpr="3"] .fontSize20 {font-size: 30px !important;}
 [data-dpr="2"] .fontSize22 {font-size: 22px !important;} [data-dpr="3"] .fontSize22 {font-size: 33px !important;}
 [data-dpr="2"] .fontSize24 {font-size: 24px !important;} [data-dpr="3"] .fontSize24 {font-size: 36px !important;}
 [data-dpr="2"] .fontSize26 {font-size: 26px !important;} [data-dpr="3"] .fontSize26 {font-size: 39px !important;}
 [data-dpr="2"] .fontSize28 {font-size: 28px !important;} [data-dpr="3"] .fontSize28 {font-size: 42px !important;}
 [data-dpr="2"] .fontSize30 {font-size: 30px !important;} [data-dpr="3"] .fontSize30 {font-size: 45px !important;}
 [data-dpr="2"] .fontSize32 {font-size: 32px !important;} [data-dpr="3"] .fontSize32 {font-size: 48px !important;}
 [data-dpr="2"] .fontSize34 {font-size: 34px !important;} [data-dpr="3"] .fontSize34 {font-size: 51px !important;}
 [data-dpr="2"] .fontSize36 {font-size: 36px !important;} [data-dpr="3"] .fontSize36 {font-size: 54px !important;}
 [data-dpr="2"] .fontSize38 {font-size: 38px !important;} [data-dpr="3"] .fontSize38 {font-size: 57px !important;}
 [data-dpr="2"] .fontSize40 {font-size: 40px !important;} [data-dpr="3"] .fontSize40 {font-size: 60px !important;}
 [data-dpr="2"] .fontSize42 {font-size: 42px !important;} [data-dpr="3"] .fontSize42 {font-size: 63px !important;}
 [data-dpr="2"] .fontSize44 {font-size: 44px !important;} [data-dpr="3"] .fontSize44 {font-size: 66px !important;}
 [data-dpr="2"] .fontSize46 {font-size: 46px !important;} [data-dpr="3"] .fontSize46 {font-size: 69px !important;}
 [data-dpr="2"] .fontSize48 {font-size: 48px !important;} [data-dpr="3"] .fontSize48 {font-size: 72px !important;}
 [data-dpr="2"] .fontSize50 {font-size: 50px !important;} [data-dpr="3"] .fontSize50 {font-size: 75px !important;}
 [data-dpr="2"] .fontSize52 {font-size: 52px !important;} [data-dpr="3"] .fontSize52 {font-size: 78px !important;}
 [data-dpr="2"] .fontSize54 {font-size: 54px !important;} [data-dpr="3"] .fontSize54 {font-size: 81px !important;}
 [data-dpr="2"] .fontSize56 {font-size: 56px !important;} [data-dpr="3"] .fontSize56 {font-size: 84px !important;}
 [data-dpr="2"] .fontSize58 {font-size: 58px !important;} [data-dpr="3"] .fontSize58 {font-size: 87px !important;}
 [data-dpr="2"] .fontSize60 {font-size: 60px !important;} [data-dpr="3"] .fontSize60 {font-size: 90px !important;}
 [data-dpr="2"] .fontSize62 {font-size: 62px !important;} [data-dpr="3"] .fontSize62 {font-size: 93px !important;}
 [data-dpr="2"] .fontSize64 {font-size: 64px !important;} [data-dpr="3"] .fontSize64 {font-size: 96px !important;}
 [data-dpr="2"] .fontSize66 {font-size: 66px !important;} [data-dpr="3"] .fontSize66 {font-size: 99px !important;}
 [data-dpr="2"] .fontSize68 {font-size: 68px !important;} [data-dpr="3"] .fontSize68 {font-size: 102px !important;}
 [data-dpr="2"] .fontSize70 {font-size: 70px !important;} [data-dpr="3"] .fontSize70 {font-size: 105px !important;}
 [data-dpr="2"] .fontSize72 {font-size: 72px !important;} [data-dpr="3"] .fontSize72 {font-size: 108px !important;}
 [data-dpr="2"] .fontSize74 {font-size: 74px !important;} [data-dpr="3"] .fontSize74 {font-size: 111px !important;}
 [data-dpr="2"] .fontSize76 {font-size: 76px !important;} [data-dpr="3"] .fontSize76 {font-size: 114px !important;}
 [data-dpr="2"] .fontSize78 {font-size: 78px !important;} [data-dpr="3"] .fontSize78 {font-size: 117px !important;}
 [data-dpr="2"] .fontSize80 {font-size: 80px !important;} [data-dpr="3"] .fontSize80 {font-size: 120px !important;}
 [data-dpr="2"] .fontSize82 {font-size: 82px !important;} [data-dpr="3"] .fontSize82 {font-size: 123px !important;}
 [data-dpr="2"] .fontSize84 {font-size: 84px !important;} [data-dpr="3"] .fontSize84 {font-size: 126px !important;}
 [data-dpr="2"] .fontSize86 {font-size: 86px !important;} [data-dpr="3"] .fontSize86 {font-size: 129px !important;}
 [data-dpr="2"] .fontSize88 {font-size: 88px !important;} [data-dpr="3"] .fontSize88 {font-size: 132px !important;}
 [data-dpr="2"] .fontSize90 {font-size: 90px !important;} [data-dpr="3"] .fontSize90 {font-size: 135px !important;}
 [data-dpr="2"] .fontSize92 {font-size: 92px !important;} [data-dpr="3"] .fontSize92 {font-size: 138px !important;}
 [data-dpr="2"] .fontSize94 {font-size: 94px !important;} [data-dpr="3"] .fontSize94 {font-size: 141px !important;}
 [data-dpr="2"] .fontSize96 {font-size: 96px !important;} [data-dpr="3"] .fontSize96 {font-size: 144px !important;}
 [data-dpr="2"] .fontSize98 {font-size: 98px !important;} [data-dpr="3"] .fontSize98 {font-size: 147px !important;}
}; */
html {
  height: 100%;
}
body {
  /* position: relative; */
  min-height: 100%;
  padding-bottom: 146px;
}
.main_search {
  position: relative;
}
.app {
  padding-bottom: 146px;
}
.inframe .app {
  padding-bottom: 0;
}
.fm-top-nav + * {
  margin-top: 0;
}
.fm-top-nav + .view {
  padding-top: 50px;
}
.new-footer {
  position: absolute;
  width: 100%;
  height: 146px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 -1px 0 0 #E6E6E6;
  bottom: -170px;
  right: 0;
  left: 0;
  z-index: 1;
}
.new-footer * {
  box-sizing: border-box;
}
.new-footer .content {
  padding-top: 15px;
  font-size: 12px;
  color: #666;
  margin: 0 auto!important;
}
.new-footer .content .links {
  max-width: 1198px;
  margin: 0 auto;
}
.new-footer .content .links a {
  color: #666;
  margin: 0 3px;
  line-height: 25px;
  display: inline-block;
}
.new-footer .content .links a:hover {
  color: #ff6200;
}
.new-footer .fm-ftg-font {
  padding: 0 2px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.new-footer .fm-ft-menu {
  padding: 2px 0;
  font-size: 0;
  white-space: nowrap;
}
.new-footer .fm-ft-menu > .fm-ftg-mgitem:hover {
  text-decoration: underline;
}
.new-footer .fm-ft-other {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.new-footer .fm-friend-link {
  position: relative;
}
.new-footer .fm-friend-link .fm-friend-links {
  z-index: 123;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 0;
}
.new-footer .fm-friend-link .fm-friend-links .fm-friend-link-items {
  margin-top: 5px;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.new-footer .fm-friend-link .fm-friend-links .fm-friend-link-item {
  display: block;
  white-space: nowrap;
}
.new-footer .fm-friend-link .fm-friend-links .fm-friend-link-item:hover {
  color: red;
}
.new-footer .fm-friend-link:hover .fm-friend-links {
  visibility: visible;
  opacity: 1;
}
.new-footer .fm-friend-link:hover .fm-icon {
  transform: rotate(180deg);
}
.new-footer .fm-ft-copy {
  color: #666;
}
.new-footer .fm-ft-lang {
  color: #666;
}
.new-footer .fm-ft-lang > .fm-ftg-mgitem:hover {
  text-decoration: underline;
}
.new-footer .fm-ft-social {
  margin-top: 10px;
  font-size: 0;
}
.new-footer .fm-ft-social .fm-ftsocial-item {
  display: inline-block;
  margin-right: 14px;
}
.new-footer .fm-ft-social .fm-ftsocial-item:hover .fm-icon {
  background-position-y: -49px;
}
.new-footer .fm-ftsocial-wechat {
  position: relative;
}
.new-footer .fm-ftsocial-wechat .fm-wechat-qr {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: -10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.new-footer .fm-ftsocial-wechat .fm-wechat-qr::before {
  left: 16px;
}
.new-footer .fm-ftsocial-wechat .fm-wechat-qr::after {
  left: 17px;
}
.new-footer .fm-ftsocial-wechat:hover .fm-wechat-qr {
  visibility: visible;
  opacity: 1;
}
.fm-icon {
  display: inline-block;
  font-size: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform ease 0.2s;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.fm-icon-social {
  background-image: url(https://cdn.followme-acceleration.com/images/svg/icon-social.svg);
  width: 30px;
  height: 30px;
}
.fm-icon-social.fm-icon-social-wechat-disable {
  background-position: 0 0;
}
.fm-icon-social.fm-icon-social-sina-disable {
  background-position: -44px 0;
}
.fm-icon-social.fm-icon-social-fb-disable {
  background-position: -88px 0;
}
.fm-icon-social.fm-icon-social-twitter-disable {
  background-position: -132px 0;
}
.fm-icon-social.fm-icon-social-linkedin-disable {
  background-position: -176px 0;
}
.fm-icon-nav.fm-icon-nav-slide {
  width: 12px;
  height: 12px;
  background-position: 2px -4px;
}
.fm-icon-nav {
  background-image: url(https://cdn.followme-acceleration.com/images/svg/icon-nav.svg);
  width: 20px;
  height: 20px;
}
.new-footer .fm-friend-link .fm-friend-links .fm-friend-link-items {
  margin-top: 5px;
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.new-footer .fm-ft-menu {
  padding: 2px 0;
  font-size: 0;
  white-space: nowrap;
}
.new-footer .fm-ft-menu a:hover,
.new-footer .fm-ft-menu .fm-friend-link:hover {
  color: #ff6200;
}
.new-footer .fm-friend-link:hover .fm-friend-links {
  visibility: visible;
  opacity: 1;
}
.new-footer .fm-friend-link .fm-friend-links {
  z-index: 123;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 0;
}
.new-footer .fm-ftg-font {
  padding: 0 2px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.new-footer .fm-friend-link .fm-friend-links .fm-friend-link-item {
  display: block;
  white-space: nowrap;
}
@media screen and (max-device-width: 700px) {
  .new-footer {
    display: none;
  }
}
.main_index {
  background: #f0f0f0;
  position: relative;
  width: 100%;
}
.main_index .phone_header {
  display: none;
  width: 100%;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
.main_index .content {
  margin: 80px auto 80px;
  position: relative;
}
.main_index .content .detail {
  width: 1198px;
  margin: 0 auto;
}
.main_index .content .detail .detail_header {
  background: #fff;
  border-radius: 3px;
}
.main_index .content .detail .detail_header ul {
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.main_index .content .detail .detail_header ul li {
  cursor: pointer;
  box-sizing: border-box;
  width: 105px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  float: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: calc((1198px - 2 * 15px - 10 * 105px) / 9 - 0.15px);
}
.main_index .content .detail .detail_header ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_index .content .detail .detail_header ul li:hover {
  background: #fd6300;
  color: #fff;
  border-color: #fd6300;
}
.main_index .content .detail .detail_header ul li:hover a {
  color: #fff;
}
.main_index .content .detail .detail_header ul li:nth-child(10n + 1) {
  margin-left: 0px;
}
.main_index .content .detail .detail_header ul li.second {
  margin-top: 20px;
}
.main_index .content .detail .datail_content .content_module {
  margin-top: 28px;
}
.main_index .content .detail .datail_content .content_module .module_header .first_directory {
  font-size: 24px;
  float: left;
  font-weight: normal;
}
.main_index .content .detail .datail_content .content_module .module_header .list {
  float: right;
  font-size: 12px;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul li {
  display: none;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul li:nth-child(1),
.main_index .content .detail .datail_content .content_module .module_header .list ul li:nth-child(2),
.main_index .content .detail .datail_content .content_module .module_header .list ul li:nth-child(3) {
  display: block;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul li:hover {
  border: solid 1px #ff6200;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul li:hover a {
  color: #ff6200;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul .selected {
  background: #fe6200;
  color: #fff;
  border-color: #fe6200;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul .more {
  float: left;
  padding: 5px 10px;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul .more a {
  color: #666;
  font-size: 14px;
}
.main_index .content .detail .datail_content .content_module .module_header .list ul .more a:hover {
  color: #ff6200;
}
.main_index .content .detail .datail_content .content_module .module_content {
  margin-top: 20px;
  width: 100%;
}
.main_index .content .detail .datail_content .content_module .module_content ul {
  width: 100%;
  margin-left: calc((100% - 4 * 292px) / 3);
}
.main_index .content .detail .datail_content .content_module .module_content ul li {
  background: #fff;
  box-sizing: border-box;
  width: 292px;
  height: 98px;
  overflow: hidden;
  float: left;
  margin-left: calc((100% - 4 * 292px) / 3);
}
.main_index .content .detail .datail_content .content_module .module_content ul li .inset_content {
  border-bottom: 1px solid #ddd;
  width: 268px;
  height: 68px;
  margin: 0 auto;
  margin-top: 14.5px;
  padding-bottom: 13px;
  position: relative;
}
.main_index .content .detail .datail_content .content_module .module_content ul li .inset_content img {
  /*background: blue;*/
  width: 90px;
  height: 60px;
  float: left;
}
.main_index .content .detail .datail_content .content_module .module_content ul li .inset_content .word {
  font-size: 14px;
  margin-left: 100px;
  /* .time {
											padding-left: 15px;
											background: url(/baike/images/time.png) no-repeat 0 3.5px;
											position: absolute;
											top: 50px;
											display: inline-block;
											max-width: 130px;
											font-size: 10px;
											color: #999;
											a {
												display: inline-block;
												max-width: 130px;
												font-size: 10px;
												color: #999;
											}
										} */
}
.main_index .content .detail .datail_content .content_module .module_content ul li .inset_content .word p a {
  display: inline-block;
  line-height: 20px;
  height: 40px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main_index .content .detail .datail_content .content_module .module_content ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.main_index .content .detail .datail_content .content_module .module_content ul li:last-child .inset_content {
  border-bottom: 0;
}
.main_index .content .detail .datail_content .content_module .module_content ul li .last {
  border-bottom: 0;
}
.main_index .content .detail .datail_content .content_module .module_content ul:first-child {
  margin-left: 0;
}
.main_index .content_left {
  float: left;
  margin-top: 22px;
  margin-left: 25px;
}
.main_index .content_left .open_button {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #fe6200;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-device-width: 700px) {
  /* .header {
		display: none;
	}
	.main_index {
		padding-bottom: 1.1rem;
		.phone_header {
			display: block;
			line-height: 1rem;
		}
		.content {
			.detail {
				width: 100%;
				.detail_header {
					display: none;
				}
				.datail_content {
					.content_module {
						margin-top: 0.3rem;
						.module_header {
							.first_directory {
								margin-left: 0.3rem;
							}
							.list {
								width: 100%;
								ul {
									width: 98%;
									margin: 0 auto;
									overflow: hidden;
									li {
										float: left;
										width: 24%;
										margin-left: (4% / 3);
										margin-top: 5px;
										&:nth-child(4n + 1) {
											margin-left: 0;
										}
										a {
											display: inline-block;
											width: 100%;
											height: 100%;
											text-align: center;
											line-height: 0.8rem;
										}
									}
									.more {
										margin-top: 10px;
										width: 100%;
										text-align: center;
										box-sizing: border-box;
									}
								}
							}
						}
					}
					.module_content {
						display: none;
					}
				}
			}
		}
	}
	.footer {
		display: none;
	} */
}
.login_box {
  display: none;
}
.login_box .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}
.loginCont {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -220px;
  margin-left: -350px;
  width: 700px;
  height: 440px;
  z-index: 5000;
  background: #fff;
  overflow: hidden;
}
.login_title {
  height: 50px;
  border-top: 2px solid #ff6200;
  line-height: 50px;
  background: #f5f6fa;
}
.login_title .h1 {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
}
.icon {
  background-image: url(/baike/images/icon.png);
  background-repeat: no-repeat;
}
.close_btn {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 10px;
  height: 10px;
  background-position: -338px 0px;
}
.login_content {
  padding: 30px 30px 0;
}
.login_left {
  float: left;
  width: 400px;
}
.login_center {
  float: left;
  margin-top: 10px;
  width: 1px;
  height: 315px;
  background: #e1e2e6;
}
.login_right {
  float: left;
  margin-top: 15px;
  width: 170px;
  margin-left: 50px;
}
.othertipstxt {
  margin-top: 105px;
  color: #555;
  word-wrap: break-word;
}
.regbtn {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  height: 40px;
  border: 1px solid #ff6200;
  border-radius: 2px;
  color: #ff6200;
}
.regbtn:hover {
  background: #ff6200;
  color: #fff;
}
.login_left li {
  margin-top: 15px;
  width: 330px;
}
.elebox {
  border: 1px solid #D2D4D6;
  color: #fff;
  border-radius: 2px;
}
.i_name {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  width: 14px;
  height: 15px;
  background-position: -417px -33px;
}
.elebox input {
  height: 43px;
  padding-left: 5px;
  line-height: 45px;
  width: 290px;
  border: 0;
}
.i_password {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  width: 14px;
  height: 15px;
  background-position: -442px -33px;
}
.vcodebox {
  display: none;
}
.vcodebox .elebox {
  float: left;
  margin-right: 10px;
}
.vcodebox .elebox input {
  width: 150px;
}
.change_VCode {
  color: #999;
}
.change_VCode:hover {
  color: #ff6200;
}
.i_code {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background-position: -468px -34px;
}
.button_dl {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  height: 40px;
  background: #ff6200;
  border-radius: 2px;
  border-style: none;
  color: #fff;
  cursor: pointer;
}
.button_dl:hover {
  background: #ff7e00;
}
.otherlogin_txt span,
.otherlogin_txt a {
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
}
.i_xl {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  background-position: -81px 0px;
}
.i_qq {
  margin-right: 7px;
  width: 27px;
  height: 26px;
  background-position: -113px 0px;
}
.i_wx {
  width: 27px;
  height: 26px;
  background-position: -145px 0px;
}
.i_xl:hover {
  background-position: -83px -371px;
}
.i_qq:hover {
  background-position: -115px -371px;
}
.i_wx:hover {
  background-position: -147px -371px;
}
.login_status_wrap,
#messageBell {
  display: none;
}
.hide {
  display: none;
}
.fm-icon {
  display: inline-block;
  font-size: 0;
  background-repeat: no-repeat;
  transition: transform ease 0.2s;
}
.fm-icon-nav {
  background-image: url(https://cdn.followme-acceleration.com/images/svg/icon-nav.svg);
  width: 20px;
  height: 20px;
}
.fm-user-auth {
  z-index: 3333;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.65);
}
.fm-icon-nav.fm-icon-nav-close {
  width: 24px;
  height: 24px;
  background-position: -12px -21px;
}
.fm-user-auth .fm-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.fm-user-auth .fm-user-auth-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 462px;
  height: 520px;
  margin-left: -231px;
  margin-top: -260px;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  animation: logtransition 0.3s ease-out;
}
@keyframes logtransition {
  0% {
    margin-top: -240px;
  }
  100% {
    margin-top: -260px;
  }
}
/* 新底部样式 */
* {
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Tahoma, Helvetica, Arial, \\5b8b\4f53, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
/* body {
    box-sizing: border-box;
    position: relative;
    min-height: 100% !important;
    padding-bottom: 432px;
    height: auto;
    padding-top: 70px;
} */
.ask-main-index {
  box-sizing: border-box;
  position: relative;
  min-height: 100% !important;
  /* padding-bottom: 432px; */
  min-height: calc(100vh - 542px);
  height: auto;
  padding-top: 70px;
}
footer.black-footer {
  overflow: hidden;
  /* position: absolute; */
  width: 100%;
  /* height: 432px; */
  /* height: 542px; */
  background: #282828;
  /* bottom: 0;
    right: 0;
    left: 0; */
  z-index: 100;
}
footer.black-footer .footer-container {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}
footer.black-footer .footer-container .footer-items {
  display: flex;
  box-sizing: border-box;
  padding-top: 60px;
  margin: 0 auto;
  width: 1180px;
  justify-content: space-between;
  height: 284px;
}
footer.black-footer .footer-container .footer-items .left {
  width: 1000px;
  display: flex;
}
footer.black-footer .footer-container .footer-items .right {
  width: 180px;
  text-align: right;
}
footer.black-footer .footer-container .footer-items .right > span {
  display: block;
  line-height: 18px;
}
footer.black-footer .footer-container .footer-items ul {
  flex: 1;
}
footer.black-footer .footer-container .footer-items ul li {
  margin-bottom: 16px;
  line-height: 18px;
  text-align: left;
}
footer.black-footer .footer-container .footer-items a {
  color: #808080;
  transition: color 0.3s;
  text-align: right;
}
footer.black-footer .footer-container .footer-items a:hover {
  color: #FF6200;
}
footer.black-footer .footer-container .footer-items a:hover span {
  color: #FF6200;
}
footer.black-footer .footer-container .share-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
footer.black-footer .footer-container .share-box a {
  display: inline-block;
  font-size: 0;
  color: #616161;
  transition: color 0.3s;
  margin-right: 20px;
  font-size: 40px;
}
footer.black-footer .footer-container .share-box a:last-child {
  margin-right: 0;
}
footer.black-footer .footer-container .share-box a.icon-wechat {
  position: relative;
}
footer.black-footer .footer-container .share-box a.icon-wechat:hover .qr-box {
  display: block;
}
footer.black-footer .footer-container .share-box a.icon-wechat:hover {
  color: #6ECE46;
}
footer.black-footer .footer-container .share-box a.icon-weibo:hover {
  color: #FF6361;
}
footer.black-footer .footer-container .share-box a.icon-facebook:hover {
  color: #3B5998;
}
footer.black-footer .footer-container .share-box a.icon-tiwtter:hover {
  color: #4099FF;
}
footer.black-footer .footer-container .share-box .qr-box {
  display: none;
  position: absolute;
  width: 180px;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  top: -199px;
  left: -68px;
  transition: display 0.3s;
}
footer.black-footer .footer-container .share-box .qr-box span {
  display: block;
  padding-top: 10px;
  color: #333333;
  font-size: 12px;
}
footer.black-footer .footer-container .footer-text {
  text-align: center;
}
footer.black-footer .footer-container .footer-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
footer.black-footer .footer-container .footer-text p:nth-child(2) {
  line-height: 17px;
}
footer.black-footer .footer-container .footer-text a {
  font-size: 12px;
  color: #808080;
  transition: color 0.3s;
}
footer.black-footer .footer-container .footer-text a:hover {
  opacity: 0.8;
}
footer.black-footer .footer-container .device-box {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 50px;
}
footer.black-footer .footer-container .device-box > a:nth-child(1) {
  margin-right: 30px;
}
footer.black-footer .footer-container .device-box .device-name {
  color: #666666;
  display: block;
  padding-top: 2px;
  line-height: 20px;
}
footer.black-footer .footer-container .device-box .img-box {
  text-align: center;
}
footer.black-footer .footer-container .device-box .img-box span {
  font-size: 54px;
  opacity: 0.65;
  transition: color, opacity 0.3s;
}
footer.black-footer .footer-container .device-box .img-box span:hover {
  opacity: 1;
  color: #FF6200;
}
/* 添加热门推荐到新底部 */
.ask-bottom {
  width: 100%;
  background: #212121;
  height: 110px;
}
.ask-bottom .ask-bottom-containter {
  padding-top: 24px;
  width: 1180px;
  margin: 0 auto;
}
.ask-bottom .bottom-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.ask-bottom .bottom-tab a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  margin-right: 42px;
}
.ask-bottom .bottom-tab a.active {
  color: #fff;
}
.ask-bottom .bottom-tab a:last-child {
  margin-right: 0;
}
.ask-bottom .bottom-result {
  display: flex;
  justify-content: center;
}
.ask-bottom .bottom-result ul {
  display: none;
}
.ask-bottom .bottom-result ul.active {
  display: flex;
}
.ask-bottom .bottom-result ul li {
  margin-right: 50px;
  line-height: 18px;
}
.ask-bottom .bottom-result ul li:last-child {
  margin-right: 0;
}
.ask-bottom .bottom-result ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.ask-bottom .bottom-result ul li a:hover {
  /* color: #808080; */
  text-decoration: underline;
}
/********/
.about-pagination-bullet {
  width: 10px;
  height: 5px;
  margin-right: 5px;
  display: inline-block;
  background: #cdcdcd;
  border-radius: 3px;
}
.about-pagination-bullet-active {
  width: 18px;
  height: 5px;
  background: #ff6200;
  border-radius: 3px;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.at-pc {
  display: block !important;
}
.at-mobile {
  display: none !important;
}
.btn-seemore {
  width: 320px;
  height: 50px;
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 25px;
  border: 1px solid #ff6200;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #ff6200;
  line-height: 25px;
}
.btn-seemore:hover {
  background-color: #ff6200;
  color: #fff;
}
@media screen and (min-width: 1180px) {
  .section-title {
    font-size: 36px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #333;
    line-height: 50px;
    text-align: center;
  }
  .header-banner {
    width: 100%;
    height: 280px;
    padding-top: 0 !important;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .header-banner-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header-banner-title {
    font-size: 40px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #fff;
    line-height: 56px;
    padding-top: 120px;
  }
  .header-banner-subtitle {
    font-size: 18px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
    line-height: 25px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .container {
    padding: 0 2.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-title {
    font-size: 36px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #333;
    line-height: 50px;
    text-align: center;
  }
  .header-banner {
    width: 100%;
    height: 280px;
    padding-top: 0 !important;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .header-banner-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header-banner-title {
    font-size: 40px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #fff;
    line-height: 56px;
    padding-top: 120px;
  }
  .header-banner-subtitle {
    font-size: 18px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
    line-height: 25px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 776px) and (max-width: 1024px) {
  .container {
    padding: 0 2.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-title {
    font-size: 30px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #333;
    line-height: 42px;
    text-align: center;
  }
  .header-banner {
    width: 100%;
    height: 280px;
    padding-top: 0 !important;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .header-banner-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header-banner-title {
    font-size: 32px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #fff;
    line-height: 45px;
    padding-top: 128px;
  }
  .header-banner-subtitle {
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
    line-height: 22px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 776px) {
  .container {
    width: 90%;
  }
  .section-title {
    font-size: 24px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #333;
    line-height: 33px;
    text-align: center;
  }
  .header-banner {
    width: 100%;
    height: 280px;
    padding-top: 0 !important;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .header-banner-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header-banner-title {
    font-size: 28px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #fff;
    line-height: 40px;
    padding-top: 132px;
  }
  .header-banner-subtitle {
    font-size: 14px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    color: #fff;
    line-height: 20px;
    padding-top: 8px;
  }
  .at-pc {
    display: none !important;
  }
  .at-mobile {
    display: block !important;
  }
  .btn-seemore {
    width: 288px;
  }
}
a[data-v-460eac61] {
  text-decoration: none;
}
.collapse[data-v-460eac61] {
  padding: 0 16px;
}
.collapse-head[data-v-460eac61] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #333;
}
.collapse-head span[data-v-460eac61] {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: grey;
  line-height: 20px;
}
.collapse-head .icon-line[data-v-460eac61] {
  font-size: 18px;
  font-family: Followme-iconfont;
  font-weight: 400;
  color: grey;
  line-height: 18px;
}
.collapse-content[data-v-460eac61] {
  padding-left: 16px;
}
.collapse-content li[data-v-460eac61] {
  margin-bottom: 16px;
}
.collapse-content li a[data-v-460eac61] {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: grey;
  line-height: 18px;
}
a[data-v-6519f8e5] {
  text-decoration: none;
  color: grey;
}
.btn-lang[data-v-6519f8e5] {
  text-align: right;
  margin-top: 50px;
}
.btn-lang .lang-list[data-v-6519f8e5] {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #616161;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #616161;
}
.btn-lang .lang-list i[data-v-6519f8e5],
.btn-lang .lang-list span[data-v-6519f8e5] {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #616161;
  line-height: 18px;
}
.btn-lang .lang-list:hover i[data-v-6519f8e5],
.btn-lang .lang-list:hover span[data-v-6519f8e5] {
  color: #ff6200;
}
.btn-lang .lang-list:hover .lang-list-group[data-v-6519f8e5] {
  display: block;
}
.lang-list-group[data-v-6519f8e5] {
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
}
.lang-list-group .lang-list-items[data-v-6519f8e5] {
  margin-top: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  min-width: 130px;
}
.lang-list-group .lang-list-items .lang-list-item[data-v-6519f8e5] {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
  margin: 8px 0;
  text-align: left;
}
.lang-list-group .lang-list-items .lang-list-item a[data-v-6519f8e5] {
  color: grey;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: right;
}
.lang-list-group .lang-list-items .lang-list-item[data-v-6519f8e5]:hover {
  background-color: #eee;
  color: #ff6200;
}
@media screen and (max-width: 1024px) {
  .btn-lang[data-v-6519f8e5] {
    margin-top: 24px;
    text-align: center;
  }
}
a[data-v-e2953448] {
  text-decoration: none;
}
.link-title[data-v-e2953448] {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: grey;
  line-height: 22px;
}
.share .share-icon[data-v-e2953448] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.share .icon-contact[data-v-e2953448] {
  font-size: 50px;
  color: #606060;
}
.share .icon-wechat[data-v-e2953448] {
  position: relative;
}
.share .icon-wechat:hover .qr-box[data-v-e2953448] {
  display: block;
}
.share .icon-wechat:hover .icon-contact[data-v-e2953448] {
  color: #6ece46;
}
.share .icon-weibo:hover .icon-contact[data-v-e2953448] {
  color: #ff6361;
}
.share .icon-facebook:hover .icon-contact[data-v-e2953448] {
  color: #3b5998;
}
.share .icon-twitter:hover .icon-contact[data-v-e2953448] {
  color: #4099ff;
}
.qr-box[data-v-e2953448] {
  position: absolute;
  top: -68px;
  left: -210px;
  display: none;
  width: 180px;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  -webkit-transition: display 0.3s;
  transition: display 0.3s;
}
.qr-box span[data-v-e2953448] {
  display: block;
  padding-top: 10px;
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 776px) and (max-width: 1024px) {
  .link-title[data-v-e2953448] {
    margin: 20px auto;
  }
}
@media screen and (max-width: 776px) {
  .link-title[data-v-e2953448] {
    margin: 24px 0 16px 0;
    text-align: center;
  }
  .share .share-icon[data-v-e2953448] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .qr-box[data-v-e2953448] {
    left: 0;
    top: -200px;
  }
}
a[data-v-12431d31] {
  text-decoration: none;
  color: #fff;
}
ul[data-v-12431d31] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer[data-v-12431d31] {
  width: 100%;
  background: #282828;
}
.footer-container[data-v-12431d31] {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.mgt20[data-v-12431d31] {
  margin-top: 20px;
}
.at-mobile[data-v-12431d31] {
  display: none;
}
.at-pc[data-v-12431d31] {
  display: block;
}
.at-small[data-v-12431d31] {
  display: none;
}
.at-large[data-v-12431d31] {
  display: block;
}
.link-item-title[data-v-12431d31] {
  margin-bottom: 20px !important;
  font-size: 16px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: grey;
  line-height: 22px;
}
.link-box[data-v-12431d31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.link-box .link-item[data-v-12431d31] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.link-box .link-item li[data-v-12431d31] {
  margin-bottom: 16px;
}
.link-box .link-item li[data-v-12431d31]:last-child {
  margin-bottom: 0;
}
.link-box .link-item li a[data-v-12431d31] {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: grey;
  line-height: 18px;
}
.link-box .link-item li a[data-v-12431d31]:hover {
  color: #ff6200;
}
.asign-right[data-v-12431d31] {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.asign-right .download-app[data-v-12431d31] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
}
.asign-right .download-app .icon-app[data-v-12431d31] {
  font-size: 54px;
  color: #606060;
}
.asign-right .download-app span[data-v-12431d31] {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666;
  line-height: 17px;
}
.asign-right .download-app:hover .icon-app[data-v-12431d31],
.asign-right .download-app:hover span[data-v-12431d31] {
  color: #ff6200;
}
.asign-right .download-btn[data-v-12431d31] {
  width: 160px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  background: #141414;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.asign-right .download-btn-text[data-v-12431d31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.asign-right .download-btn-text span[data-v-12431d31]:first-child {
  font-size: 12px;
  font-family: HelveticaNeue;
  color: #606060;
  line-height: 14px;
}
.asign-right .download-btn-text span[data-v-12431d31]:nth-child(2) {
  font-size: 16px;
  font-family: HelveticaNeue-Bold;
  font-weight: 700;
  color: #606060;
  line-height: 19px;
}
.slogin[data-v-12431d31] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.slogin .logo[data-v-12431d31] {
  height: 44px;
  width: 140px;
  object-fit: cover;
  margin-right: 4px;
}
.slogin span[data-v-12431d31] {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #616161;
  line-height: 22px;
}
.copyright[data-v-12431d31] {
  padding-bottom: 28px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666;
  line-height: 17px;
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .footer-container[data-v-12431d31] {
    padding-left: 2.34%;
    padding-right: 2.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 776px) and (max-width: 1024px) {
  .at-small[data-v-12431d31] {
    display: block;
  }
  .at-large[data-v-12431d31] {
    display: none;
  }
  .footer-container[data-v-12431d31] {
    padding-left: 2.34%;
    padding-right: 2.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asign-right[data-v-12431d31] {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slogin[data-v-12431d31] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 776px) {
  .at-mobile[data-v-12431d31] {
    display: block;
  }
  .at-pc[data-v-12431d31] {
    display: none;
  }
  .at-small[data-v-12431d31] {
    display: block;
  }
  .at-large[data-v-12431d31] {
    display: none;
  }
  .footer-container[data-v-12431d31] {
    padding-left: 2.34%;
    padding-right: 2.34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slogin[data-v-12431d31] {
    margin-top: 20px;
  }
  .collapse-container[data-v-12431d31] {
    padding-top: 24px;
  }
  .collapse-container[data-v-12431d31]:after {
    content: "";
    display: block;
    margin: 0 16px;
    border-bottom: 1px solid #333;
  }
}
/* // 百科审核页 */
.bottom-link {
  width: 100%;
  text-decoration: none;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
  margin-top: 80px;
}
.bottom-p {
  line-height: 24px;
  color: #ffffff;
  font-size: 14px;
  padding-top: 30px;
}
.bottom-h2 {
  padding-top: 20px;
}
.bottom-contant {
  width: 1198px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.bottom-contant-left {
  align-items: flex-start;
  width: 66%;
}
.bottom-contant-right {
  align-items: flex-end;
  width: 34%;
  font-size: 14px;
}
.bottom-contant-right-msg {
  margin-top: 53px;
  margin-left: 65px;
  text-align: center;
}
.bottom-contant-right-img {
  height: 96px;
  margin: 6px;
}
.bottom-contant-right-p {
  font-size: 12px;
}
.bottom-msg {
  padding: 20px 0;
  line-height: 30px;
  font-size: 14px;
}
.footed-div {
  text-align: center;
  background-color: #222222;
  padding: 12px 0;
  font-size: 12px;
  color: gray;
}
@media screen and (max-width: 776px) {
  .bottom-link {
    width: 100%;
    text-decoration: none;
    background-color: #000000;
    font-size: 12px;
    color: #ffffff;
    margin-top: 80px;
  }
  .bottom-p {
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    padding-top: 30px;
  }
  .bottom-h2 {
    padding-top: 20px;
  }
  .bottom-contant {
    width: 95%;
    margin-left: 10px;
    text-align: left;
    flex-direction: column;
  }
  .bottom-contant-left {
    width: 100%;
  }
  .bottom-contant-right {
    width: 100%;
    font-size: 14px;
  }
  .bottom-contant-right-msg {
    margin: 7px;
    padding-bottom: 20px;
    text-align: center;
  }
  .bottom-contant-right-img {
    height: 96px;
    margin: 6px;
  }
  .bottom-contant-right-p {
    font-size: 12px;
  }
  .bottom-msg {
    padding: 20px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .footed-div {
    text-align: center;
    background-color: #222222;
    padding: 12px 0;
    font-size: 12px;
    color: gray;
  }
}
.phone_footer {
  width: 100%;
  height: 1.1rem;
  position: fixed;
  bottom: 0;
  background: #4f505a;
}
.phone_footer .posit .moreul {
  position: fixed;
  /*top: -2.02rem;*/
  bottom: 1.1rem;
  right: 10px;
  width: 25%;
  padding: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border: 0.01rem solid #666;
  box-shadow: 0.01rem 0.01rem 0.1rem #666, -0.01rem -0.01rem 0.1rem #666;
  background-color: #fff;
  animation: ani 0.3s ease-out;
}
@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.phone_footer .posit .moreul a {
  display: block;
  width: 100%;
  padding: 30px 0;
}
.phone_footer .posit .moreul a + a {
  border-top: 0.01rem solid #ccc;
}
.phone_footer ul li {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
}
.phone_footer ul li .logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.phone_footer ul li .logo span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.phone_footer ul li .logo i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 50%;
  margin-top: 0.1rem;
  transform: translateX(-50%);
}
.phone_footer ul li:nth-child(1) .logo i {
  background: url(/baike/images/footer.png) 0px 0.03rem no-repeat;
  background-size: 0.5rem;
}
.phone_footer ul li:nth-child(2) .logo i {
  background: url(/baike/images/footer.png) 0px -0.93rem no-repeat;
  background-size: 0.5rem;
}
.phone_footer ul li:nth-child(3) .logo i {
  background: url(/baike/images/footer.png) 0px -1.92rem no-repeat;
  background-size: 0.5rem;
}
.phone_footer ul li:nth-child(4) .logo i {
  background: url(/baike/images/footer.png) 0px -2.95rem no-repeat;
  background-size: 0.5rem;
}
.rank {
  background-color: #fafafa;
  border-radius: 6px;
  padding: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  font-size: 16px;
}
.rank .userInfo {
  display: flex;
}
.rank .userInfo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rank .userInfo .username {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 10px;
}
.rank .userInfo .username a:hover {
  color: #ff6200;
  text-decoration: underline;
}
.rank .action .fm-btn {
  width: 75px;
}
.rank .data-text {
  font-weight: 600;
  color: #00aa6d;
}
.rank .rate {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
}
.rankPhone {
  display: none;
}
@media screen and (max-device-width: 700px) {
  .rank {
    display: none;
  }
  .rankPhone {
    background-color: #fafafa;
    display: block;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.4rem;
    border-radius: 0.3rem;
  }
  .rankPhone .info {
    display: flex;
    justify-content: space-between;
  }
  .rankPhone .userInfo {
    line-height: 1rem;
  }
  .rankPhone .title {
    color: #969696;
  }
  .rankPhone .info img {
    width: 0.9rem;
    margin: 0 0.1rem;
    border-radius: 50%;
  }
  .rankPhone .fm-btn {
    width: 2rem;
    line-height: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    font-size: 0.4rem;
  }
  .rankPhone .data-text {
    font-weight: 600;
    color: #00aa6d;
    text-align: center;
    margin-bottom: 0.12rem;
  }
}
.knowledge {
  /* min-width: 300px; */
  /* padding: 5px;
	margin-top: 10px; */
}
.knowledge .knowledge_header {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: 700;
}
.knowledge .knowledge_header span {
  width: 113px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  width: 100%;
}
.knowledge .knowledge_content {
  background: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
}
.knowledge .knowledge_content ul {
  list-style: decimal inside !important;
}
.knowledge .knowledge_content ul li {
  line-height: 40px;
}
.popular_tags {
  min-width: 300px;
  /*padding: 5px;*/
  position: relative;
}
.popular_tags .popular_tags_header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*padding: 0 15px;*/
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: 700;
}
.popular_tags .popular_tags_content {
  background: #fff;
  padding: 5px 0px;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.popular_tags .popular_tags_content ul li {
  float: left;
  line-height: 20px;
  padding: 5px 10px;
}
.popular_tags .popular_tags_content a:hover {
  color: #ff6200;
}
@media screen and (max-device-width: 700px) {
  .popular_tags {
    position: static;
    margin: 0;
  }
  .popular_tags .popular_tags_header {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
  }
  .popular_tags .popular_tags_content {
    position: static;
    padding: 0.1rem 0;
  }
  .popular_tags .popular_tags_content ul li {
    float: left;
    padding-left: 5%;
    width: 40%;
    margin: 0.3rem 0;
  }
}
