<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropleft {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
  width: 72px;
  height: 72px;
  background: rgba(5, 114, 255, 1);
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}
.phone-img {
  margin-bottom: 7px;
  width: 20px;
  height: 20px;
}
.hideMenu {
  display: none;
}
.showMenu {
  display: block;
}
.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -170px;
  bottom: 70px;
  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Safari and Chrome */
  -o-transform: rotate(30deg); /* Opera */
  -moz-transform: rotate(30deg);
}
.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}
.dropleft .item {
  margin-bottom: 12px;
}

#headerNavbarWrap .navbar-nav .nav-item:nth-child(8) a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -12.5px;
  /* color: #fff !important;
  border-bottom: 2px solid #fff; */
}
.content {
  padding-top: 28px;
  padding-bottom: 100px;
  background: rgba(245, 245, 245, 1);
}
.banner-img-wrap {
  padding: 0;
}
.banner-img {
  width: 100%;
  height: 100%;
}
a:hover {
  text-decoration: none;
}
.detail-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
.newsdetail {
  flex: 1;
}
@media screen and (min-width: 778px) {
  #headerNavbarWrap {
    display: none !important;
  }
}
.recommend {
  display: block;
  width: 282px;
  margin-right: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 1);
}
.recommend-list {
  margin-top: 20px;
}
.title {
  margin-top: 15px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 28px;
}
.recommend .news-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  letter-spacing: 1px;
}
.recommend .news-title {
  margin-bottom: 6px;
}
.recommend .news-desc {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recommend .news-img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.label-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 10px;
}
.label {
  height: 21px;
  line-height: 21px;
  margin-right: 10px;
  margin-bottom: 6px;
  text-align: center;
  padding-left: 9px;
  padding-right: 9px;
  background: rgba(227, 239, 255, 1);
  border-radius: 3px;
  color: rgba(5, 114, 255, 1);
}
.detail-wrap {
  margin-top: 40px;
}
.bread {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread .industry-type {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(106, 106, 106, 1);
  line-height: 22px;
}
.article {
  padding: 30px;
  margin-top: 17px;
  background: #fff;
}
article .title {
  font-size: 24px;
  margin-bottom: 10px;
}
article .news-desc {
  font-size: 16px;
  line-height: 28px;
}
.article-content {
  background: #fff;
  padding: 20px;
  border-top: 0px solid #e5e5e5;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(76, 76, 76, 1);
  line-height: 20px;
}
.article-content img {
  width: 100%;
  height: 100%;
}
.article-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pre-article-btn,
.next-article-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-right: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(5, 114, 255, 1);
}
.next-article-title,
.pre-article-title {
  flex: 1;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(76, 76, 76, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1200px) {
  .newsdetail {
    max-width: 888px;
  }
}

@media screen and (max-width: 1200px) {
  .newsdetail {
    max-width: 400px;
  }
}
@media screen and (max-width: 428px) {
  .content {
    padding-bottom: 32px;
  }
  #headerNavbarWrap .navbar-nav .nav-item:nth-child(8) a {
    color: #0572ff !important;
  }
  .detail-wrap {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .dropleft-h5 .btn-wrap {
    display: flex !important;
  }
  .recommend {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .newsdetail {
    max-width: 100%;
    order: -1; /*é»˜è®¤0 å€¼è¶Šå°è¶Šé&nbsp;å‰*/
    margin-bottom: 20px;
  }
}
</pre></body></html>