/* ↓↓↓↓↓↓↓↓移动端自适应px为rem */
.NewsDetail .container,
.EncycDetail .container,
.ExhibitDetail .container {
  width: 12rem;
}
.NewsDetail .searchArea,
.EncycDetail .searchArea,
.ExhibitDetail .searchArea {
  height: 1.5rem;
}

.NewsDetail .searchArea .search-wrapper,
.EncycDetail .searchArea .search-wrapper,
.ExhibitDetail .searchArea .search-wrapper {
  font-size: 0.09rem;
}
.NewsDetail .searchArea .logo-wrapper,
.NewsDetail .searchArea .logo-wrapper img,
.EncycDetail .searchArea .logo-wrapper,
.EncycDetail .searchArea .logo-wrapper img,
.ExhibitDetail .searchArea .logo-wrapper,
.ExhibitDetail .searchArea .logo-wrapper img {
  width: 1.7rem;
  height: 0.66rem;
}

.EncycDetail .search-wrapper,
.EncycDetail .search-wrapper .ipt-wrapper,
.ExhibitDetail .search-wrapper,
.ExhibitDetail .search-wrapper .ipt-wrapper {
  width: 6.3rem;
  height: 0.44rem;
  display: flex;
}

.NewsDetail .addressArea,
.EncycDetail .addressArea,
.ExhibitDetail .addressArea {
  height: 0.44rem;
  display: flex;
  align-items: center;
  min-width: 12rem;
}
.NewsDetail .addressArea .address-wrapper,
.EncycDetail .addressArea .address-wrapper,
.ExhibitDetail .addressArea .address-wrapper {
  font-size: 0.12rem;
}

.NewsDetail .footer-wrap,
.EncycDetail .footer-wrap,
.ExhibitDetail .footer-wrap {
  height: 1.62rem;
  min-width: 12rem;
}

.NewsDetail .footer-main,
.EncycDetail .footer-main,
.ExhibitDetail .footer-main {
  width: 12rem;
  padding: 0.4rem 0;
  font-size: 0.12rem;
}

.NewsDetail .footer-main a,
.EncycDetail .footer-main a,
.ExhibitDetail .footer-main a {
  font-size: 0.14rem;
}

.NewsDetail .footer-left,
.EncycDetail .footer-left,
.ExhibitDetail .footer-left {
  margin-right: 0.76rem;
}

.NewsDetail .footer-menu a,
.EncycDetail .footer-menu a,
.ExhibitDetail .footer-menu a {
  margin-right: 0.2rem;
}

.NewsDetail .footer-menu a::after,
.EncycDetail .footer-menu a::after,
.ExhibitDetail .footer-menu a::after {
  width: 0.01rem;
  height: 0.1rem;
  right: -0.1rem;
}

.NewsDetail .footer-record,
.EncycDetail .footer-record,
.ExhibitDetail .footer-record {
  margin-top: 0.14rem;
}

.NewsDetail .footer-record a,
.EncycDetail .footer-record a,
.ExhibitDetail .footer-record a {
  margin: 0 0.12rem;
}

.NewsDetail .footer-right img,
.EncycDetail .footer-right img,
.ExhibitDetail .footer-right img {
  width: 0.82rem;
  height: 0.3rem;
  margin-left: 0.12rem;
}

/* 头部 */
.EncycDetail .header,
.NewsDetail .header,
.ExhibitDetail .header {
  min-width: 12rem;
  height: 0.72rem;
}

.EncycDetail .header .container,
.NewsDetail .header .container,
.ExhibitDetail .header .container {
  height: 0.72rem;
  display: flex;
}

.EncycDetail .header .container .logo-wrapper,
.NewsDetail .header .container .logo-wrapper,
.ExhibitDetail .header .container .logo-wrapper {
  position: relative;
  height: 100%;
}

.EncycDetail .header .container .nav-wrapper .nav-item,
.NewsDetail .header .container .nav-wrapper .nav-item,
.ExhibitDetail .header .container .nav-wrapper .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 84px; */
  padding: 0 0.24rem;
  height: 100%;
  line-height: 0.26rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  transition: all 0.2s;
}

.EncycDetail .header.header-fixed .container .nav-wrapper .nav-item,
.NewsDetail .header.header-fixed .container .nav-wrapper .nav-item,
.ExhibitDetail .header.header-fixed .container .nav-wrapper .nav-item {
  color: #fff;
}

.EncycDetail .header .container .linkus-wrapper,
.NewsDetail .header .container .linkus-wrapper,
.ExhibitDetail .header .container .linkus-wrapper {
  flex: 0 0 3.8rem;
  height: 0.72rem;
  line-height: 0.56rem;
  font-size: 0.14rem;
}

.EncycDetail .header .container .linkus-wrapper .icon,
.NewsDetail .header .container .linkus-wrapper .icon,
.ExhibitDetail .header .container .linkus-wrapper .icon {
  width: 0.14rem;
  height: 0.14rem;
  background-size: 0.14rem 0.14rem;
  margin-right: 0.04rem;
}
/* ↑↑↑↑↑↑↑↑↑移动端自适应px为rem */
/* ↓↓↓↓↓↓↓↓↓其他公共样式修改 */
.Quotation #paging-wrapper,
.Exhibit #paging-wrapper,
.News #paging-wrapper,
.Encyc #paging-wrapper {
  margin-right: 0;
}
/* ↑↑↑↑↑↑↑↑↑其他公共样式修改 */

.Index .newsArea {
  display: flex;
}

.Index .swiper-container {
  width: 100%;
  height: 100%;
}

.Index .newsArea .carousel {
  flex: 0 0 680px;
  width: 680px;
  height: 370px;
  background: #000;
}

.Index .newsArea .carousel .swiper-wrapper {
  position: relative;
}

.Index .newsArea .carousel .swiper-wrapper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.Index .newsArea .carousel .carousel-pic {
  width: 100%;
  height: 100%;
}

.Index .newsArea .news-wrapper {
  flex: 1;
  padding: 0 24px;
  background: #f9f9f9;
}
.Index .newsArea .news-wrapper .seo_init {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}

.Index .newsArea .news-wrapper span.seo_init {
  color: #111111;
}
.Index .newsArea .news-wrapper span.seo_init:hover {
  color: #068a60;
}

.Index .newsArea .news-wrapper .lead-news {
  padding: 0 0 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}

.Index .newsArea .news-wrapper .lead-news:hover .rich-content-preview {
  color: #068a60;
}

.Index .newsArea .news-wrapper .lead-news:hover .rich-content-preview a {
  color: #068a60;
}

.Index .newsArea .news-wrapper .lead-news .title {
  margin-top: 24px;
  font-size: 20px;
  height: 56px;
  font-weight: bold;
  color: #111111;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Index .newsArea .news-wrapper .lead-news .rich-content-preview {
  font-size: 14px !important;
  color: #444444;
  height: 40px;
  margin-top: 20px;
}

.Index .newsArea .news-wrapper .lead-news .info {
  height: 13px;
  font-size: 14px;
  color: #888888;
  margin-top: 28px;
}

.Index .newsArea .news-wrapper .lead-news .info .time {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  border-left: 1px solid #ececec;
  padding: 0 8px;
  margin-left: 8px;
}

.Index .newsArea .news-wrapper .news-list {
  padding: 10px 0;
}

.Index .newsArea .news-wrapper .news-list .news-item {
  height: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.Index .newsArea .news-wrapper .news-list .news-item a {
  color: #111111;
}

.Index .newsArea .news-wrapper .news-list .news-item.hot a {
  color: #068a60;
}

.Index .newsArea .news-wrapper .news-list .news-item .title {
  flex: 1;
}

.Index .newsArea .news-wrapper .news-list .news-item .time {
  color: #888888;
}

.Index .priceArea {
  display: flex;
}

.Index .priceArea .quotation-wrapper {
  width: 760px;
  flex: 0 0 760px;
}

.Index .priceArea .quotation-wrapper .index-title {
  color: #888;
}

.Index .priceArea .quotation-wrapper .index-title .curr {
  font-weight: bold;
  color: #068a60;
}

.Index .priceArea .quotation-wrapper .index-title .line {
  width: 1px;
  height: 18px;
  vertical-align: middle;
  margin: 0 16px;
}

.Index .priceArea .quotation-wrapper .quotation-box {
  margin-top: 25px;
  position: relative;
}

.Index .priceArea .quotation-wrapper .quotation-box .price-table {
  position: absolute;
  left: 0;
  top: 0;
}

.Index .priceArea .quotation-wrapper .quotation-box .trend-wrapper {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column;
}

.Index .priceArea .quotation-wrapper .quotation-box .trend-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  height: 30px;
  text-align: center;
}

.Index .priceArea .quotation-wrapper .quotation-box .trend-wrapper #trend {
  margin-top: 20px;
  width: 760px;
  height: 450px;
}

.Index .advert {
  width: 100%;
  height: 90px;
  margin-bottom: 40px;
  position: relative;
}

.Index .advert img {
  width: 100%;
  height: 100%;
}

.Index .advert-wrapper {
  flex: 1;
  width: 410px;
  margin-left: 30px;
}

.Index .advert-wrapper .list {
  width: 100%;
  padding: 12px 9px 16px;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #ececec;
  font-size: 0;
}
.Index .advert-wrapper .list:last-child {
  margin-bottom: 0;
}

.Index .advert-wrapper .list .item {
  display: inline-block;
  width: 50%;
  padding: 0 3px;
  margin-bottom: 6px;
}

.Index .advert-wrapper .list .item .box {
  width: 100%;
  height: 145px;
  position: relative;
}

.Index .advert-wrapper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 8px;
  overflow: hidden;
  z-index: 999;
}

.Index .advert-wrapper .title strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  display: inline-block;
  transition: all 5s linear;
}

.Index .advert-wrapper .title:hover strong {
  width: auto;
  transform: translateX(-100%);
}

.Index .advert-wrapper .list .item .pic_loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/logo2.png) no-repeat 0 0/100% 100%;
}

.Index .advert-wrapper .list .item .small_ad_pic_loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/default-smallAd.jpg) no-repeat 0 0/100% 100%;
}

.Index .advert-wrapper .list .item .big_ad_pic_loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/default-bigAd.jpg) no-repeat 0 0/100% 100%;
}

.Index .advert-wrapper .list .item img {
  width: 100%;
  height: 100%;
}

.Index .priceArea .label,
.Index .partnerArea .label {
  position: absolute;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  padding: 0 03px;
  border-radius: 6px 0 0 0;
  color: #fff;
  z-index: 999;
}

.Index .partnerArea {
  position: relative;
  /* padding: 15px; */
  background: #f9f9f9;
}

.Index .partnerArea .partner-list {
  font-size: 0;
}

.Index .partnerArea .partner-list .partner-item {
  display: inline-block;
  width: 190px;
  height: 80px;
  margin-right: 6px;
  vertical-align: top;
}
.Index .partnerArea .partner-list .partner-bg {
  display: inline-block;
  width: 100%;
  height: 110px;
  vertical-align: top;
}
.Index .partnerArea .partner-list .partner-item:last-child {
  margin-right: 0;
}

.Index .partnerArea .partner-list .partner-item img {
  width: 100%;
  height: 100%;
}

.Index .marketArea {
  display: flex;
}

.Index .marketArea .market-wrapper {
  flex: 0 0 760px;
}

.Index .marketArea .market-wrapper .market-box {
  padding: 15px 24px;
  margin-top: 25px;
  height: 336px;
  border: 1px solid #ececec;
}

.Index .marketArea .market-wrapper .market-box .market-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 249, 0);
  font-size: 0;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item {
  display: inline-block;
  width: 33.33%;
  height: 12.5%;
  line-height: 28px;
  font-size: 14px;
  color: #111111;
  padding-left: 12px;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .index-list-type {
  position: absolute;
  top: 12px;
  left: 0;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper {
  text-align: left;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper .title {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper .desc-wrapper {
  font-size: 12px;
  margin-top: 10px;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper .desc-wrapper .desc {
  font-size: 12px;
  color: #444444;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 400px;
  margin-right: 5px;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper .desc-wrapper .link {
  color: #2274da;
}

.Index .marketArea .market-wrapper .market-box .market-list .market-item .info-wrapper .desc-wrapper .link:hover {
  color: #2274da !important;
  text-decoration: underline;
}

.Index .marketArea .adsense-wrapper {
  flex: 1;
  height: 336px;
  margin-left: 30px;
  margin-top: 51px;
}

.Index .marketArea .adsense-wrapper .adsense-list .adsense-item {
  width: 100%;
  height: 160px;
}

.Index .marketArea .adsense-wrapper .adsense-list .adsense-item:last-child {
  margin-top: 16px;
}

.Index .marketArea .adsense-wrapper .adsense-list .adsense-item img {
  width: 100%;
  height: 100%;
}

.Index .marketArea .adsense-wrapper .adsense-list .adsense-item .title {
  font-size: 14px;
  color: white;
  position: absolute;
  bottom: 17px;
  left: 14px;
  z-index: 3;
}

.Index .linkArea .link-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.Index .linkArea .link-wrapper .new-link-wrapper {
  border-top: 1px solid #ececec;
  width: 100%;
  display: flex;
  padding: 22px 22px;
}
.Index .linkArea .link-wrapper .new-link-wrapper .look-move a {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}

.Index .linkArea .link-wrapper .new-link-wrapper:last-of-type {
  border-bottom: 1px solid #ececec;
}
.Index .linkArea .link-wrapper .new-link-wrapper .new-title {
  font-size: 14px;
  font-weight: bold;
  color: #068a60;
  margin-right: 56px;
  width: 42px;
}
.Index .linkArea .link-wrapper .new-link-wrapper .new-info {
  display: flex;
  flex: 1;
}
.Index .linkArea .link-wrapper .new-link-wrapper .new-info-item {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  margin-right: 40px;
}
.Index .linkArea .link-wrapper .sub-link-wrapper {
  flex: 0 0 50%;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.Index .linkArea .link-wrapper .sub-link-wrapper:nth-child(1),
.Index .linkArea .link-wrapper .sub-link-wrapper:nth-child(2) {
  border-top: 1px solid #ececec;
}

.Index .linkArea .link-wrapper .sub-link-wrapper:nth-child(2n + 1) {
  border-left: 1px solid #ececec;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .title {
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: bold;
  color: #068a60;
  border-bottom: 1px solid #ececec;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .link-box {
  padding: 28px 24px;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .link-box .sub-link-box .sub-title {
  font-size: 14px;
  color: #111111;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .link-box .sub-link-box .link-list {
  margin-top: 24px;
  font-size: 0;
  margin-bottom: 24px;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .link-box .sub-link-box .link-list .link-item {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  margin-bottom: 24px;
}

.Index .linkArea .link-wrapper .sub-link-wrapper .link-box .sub-link-box .link-list .link-item a {
  color: #888888;
}

.Index .index-title {
  font-size: 20px;
  color: #111111;
}

.Index .index-title .more a {
  font-size: 14px;
  color: #888888;
  line-height: 26px;
  float: right;
  cursor: pointer;
}

.Index .carousel-hook .swiper-button-prev,
.Index .carousel-hook .swiper-button-next {
  width: 40px;
  height: 40px;
}

.Index .carousel-hook .swiper-button-prev {
  left: 14px;
}

.Index .carousel-hook .swiper-button-next {
  right: 14px;
}

.Index .carousel-hook .swiper-button-prev,
.Index .carousel-hook .swiper-container-rtl .swiper-button-next {
  background: url(/img/arrow-left.png) no-repeat;
  background-size: 100% 100%;
}

.Index .carousel-hook .swiper-button-next,
.Index .carousel-hook .swiper-container-rtl .swiper-button-prev {
  background: url(/img/arrow-right.png) no-repeat;
  background-size: 100% 100%;
}

.Index .carousel-hook .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.Index .carousel-hook .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 5px;
  background: white;
}

.Index .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
  padding-right: 30px;
  bottom: 30px !important;
}

.Index .header .logo-wrapper {
  display: block;
}

.Index .header .nav-wrapper .nav-item {
  /* padding: 0 14px; */
}

.AboutInfo .mainArea {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.AboutInfo .nav-wrapper {
  flex: 0 0 200px;
  margin-right: 16px;
}

.AboutInfo .nav-wrapper .title {
  width: 200px;
  height: 44px;
  line-height: 44px;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-bottom: none;
  padding: 0 16px;
  font-size: 14px;
}

.AboutInfo .nav-wrapper .nav-list {
  padding: 0 25px 30px;
  border: 1px solid #ececec;
}

.AboutInfo .nav-wrapper .nav-list .nav-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
}

.AboutInfo .nav-wrapper .nav-list .nav-item a {
  font-size: 14px;
  color: #444444;
}

.AboutInfo .nav-wrapper .nav-list .nav-item.curr a {
  color: #068a60;
}

.AboutInfo .main-r {
  flex: 1;
}

.AboutInfo .main-r .synopsis-wrapper {
  padding: 40px 30px;
  border: 1px solid #ececec;
}

.AboutInfo .main-r .synopsis-wrapper .title {
  text-align: center;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.AboutInfo .main-r .synopsis-wrapper div p u {
  text-decoration: underline !important;
}
.AboutInfo .main-r .synopsis-wrapper div p b {
  font-weight: bold !important;
}
.AboutInfo .main-r .synopsis-wrapper p {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  margin-bottom: 38px;
  text-indent: 2em;
}

.AboutInfo .main-r .synopsis-wrapper .pic-wrapper {
  margin: 38px 0;
  padding: 24px;
  font-size: 0;
  text-align: center;
}

.AboutInfo .main-r .synopsis-wrapper .pic-wrapper img {
  flex: 1;
}

.AboutInfo .main-r .synopsis-wrapper .pic-wrapper img:nth-child(2) {
  margin-left: 14px;
}

.AboutInfo .main-r .link-wrapper {
  padding: 40px 30px;
  border: 1px solid #ececec;
}

.AboutInfo .main-r .link-wrapper > .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}

.AboutInfo .main-r .link-wrapper .info {
  margin-bottom: 24px;
  font-size: 14px;
  color: #444444;
  line-height: 30px;
}

.AboutInfo .main-r .link-wrapper .info .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 14px;
}

.AboutInfo .main-r .link-wrapper .info .icon.icon-address {
  background: url(../../img/aboutinfo/icon-address.png) no-repeat;
  background-size: 100% 100%;
}

.AboutInfo .main-r .link-wrapper .info .icon.icon-phone {
  background: url(../../img/aboutinfo/icon-phone.png) no-repeat;
  background-size: 100% 100%;
}

.AboutInfo .main-r .link-wrapper .info .icon.icon-email {
  background: url(../../img/aboutinfo/icon-email.png) no-repeat;
  background-size: 100% 100%;
}

.AboutInfo .main-r .link-wrapper .info .icon.icon-qq {
  background: url(../../img/aboutinfo/icon-qq.png) no-repeat;
  background-size: 100% 100%;
}

.AboutInfo .main-r .link-wrapper .map {
  width: 100%;
  height: 500px;
}

.AboutInfo .main-r .link-wrapper .map img {
  width: 100%;
}

.AboutInfo .main-r .legal-wrapper {
  padding: 40px 30px 0;
  border: 1px solid #ececec;
}

.AboutInfo .main-r .legal-wrapper > .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.AboutInfo .main-r .legal-wrapper div p u {
  text-decoration: underline !important;
}
.AboutInfo .main-r .legal-wrapper div p b {
  font-weight: bold !important;
}
.AboutInfo .main-r .legal-wrapper .lump {
  margin-bottom: 40px;
}

.AboutInfo .main-r .legal-wrapper .lump > .title {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

.AboutInfo .main-r .legal-wrapper .lump .text {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
  text-indent: 2em;
}

.AboutInfo .main-r .legal-wrapper .lump:last-child p {
  text-align: right;
}
.AboutInfo .main-r .legal-wrapper .lump:last-child p:last-child {
  margin-right: 27px;
}

.Encyc .mainArea {
  display: flex;
  margin: 20px auto 40px;
}

.Encyc .mainArea .main-l {
  flex: 0 0 900px;
  min-height: 400px;
  position: relative;
}

.Encyc .mainArea .main-l .encyc-nodata {
  width: 100%;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.Encyc .mainArea .main-l .recomend-wrapper {
  padding: 15px 40px;
  border: 1px solid #f2f2f2;
  margin-top: 30px;
}

.Encyc .mainArea .main-l .recomend-wrapper .title {
  color: #111;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.Encyc .mainArea .main-l .recomend-wrapper .pic_loader-wrapper {
  height: 170px !important;
}

.Encyc .mainArea .main-l .list-box {
  position: relative;
}
.Encyc .mainArea .main-l .list-box {
  position: relative;
}

.Encyc .mainArea .main-l .list-box .img {
  width: 160px;
  height: 104px;
  margin-bottom: 25px;
}
.Encyc .mainArea .main-l .list-box .img img {
  width: 100%;
  height: 100%;
}
.Encyc .mainArea .main-l .list-box .text {
  font-size: 14px;
  color: #666666;
}

.Encyc .mainArea .main-l .list {
  font-size: 0;
}

.Encyc .mainArea .main-l .list .item {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 17px;
  vertical-align: top;
}

.Encyc .mainArea .main-l .list .item:nth-child(3n + 1) {
  padding-right: 10px;
}

.Encyc .mainArea .main-l .list .item:nth-child(3n + 2) {
  padding: 0 5px;
}

.Encyc .mainArea .main-l .list .item:nth-child(3n) {
  padding-left: 10px;
}

.Encyc .mainArea .main-l .list .item .box {
  cursor: pointer;
  background: white;
  border: 1px solid #f2f2f2;
}

.Encyc .mainArea .main-l .list .item .box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.Encyc .mainArea .main-l .list .item .box:hover .info .title {
  color: #068a60;
}

.Encyc .mainArea .main-l .list .item .box:hover .info .rich-content-preview {
  color: #068a60;
}

.Encyc .mainArea .main-l .list .item .box:hover .info .rich-content-preview a {
  color: #068a60;
}

.Encyc .mainArea .main-l .list .item .box .pic_loader-wrapper {
  width: 100%;
  height: 190px;
}

.Encyc .mainArea .main-l .list .item .box .info {
  padding: 24px 16px;
}

.Encyc .mainArea .main-l .list .item .box .info .title {
  font-size: 14px;
  height: 20px;
  font-weight: bold;
  color: #111111;
}

.Encyc .mainArea .main-l .list .item .box .info .rich-content-preview {
  font-size: 12px;
  color: #444444;
  margin-top: 10px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Encyc .mainArea .main-r {
  flex: 1;
  margin-left: 20px;
}

.Encyc .mainArea .main-r .search-wrapper {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: relative;
  margin-bottom: 16px;
  font-size: 14px;
  color: #111111;
}
.Encyc .mainArea .main-r .bake-qr {
  width: 281px;
  height: 281px;
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 24px;
  margin-top: 16px;
}
.Encyc .mainArea .main-r .search-wrapper .search {
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 0 37px 0 16px;
}

.Encyc .mainArea .main-r .search-wrapper .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.Encyc .mainArea .main-r .search-wrapper .icon-search {
  background: url(../../img/icon-search.png) no-repeat;
  background-size: 36px 36px;
}

.Encyc .mainArea .main-r .search-wrapper .icon-search2 {
  background: url(../../img/icon-search2.png) no-repeat;
  background-size: 36px 36px;
}
.Encyc .mainArea .main-r .main-r-box .newsList {
  padding-top: 23px;
}

.Encyc .mainArea .main-r .main-r-box .newsList .content li {
  padding-bottom: 19px;
}
.Encyc .mainArea .main-r .main-r-box .newsList .content li::before {
  top: 8px;
}
.Encyc .mainArea .main-r .main-r-box .newsList .content li:last-child {
  padding-bottom: 24px;
}

.EncycDetail .mainArea {
  margin-right: 0.6rem;
  font-size: 0.14rem;
  flex: 1;
}
.EncycDetail .mainArea .textU a {
  font-size: 0.14rem !important;
}


.EncycDetail .mainArea .basic-wrapper > .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #111111;
}

.EncycDetail .mainArea .basic-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.EncycDetail .mainArea .basic-wrapper .list .textU p,
.EncycDetail .mainArea .basic-wrapper .list .textU span {
  font-size: 0.15rem !important;
}

.EncycDetail .mainArea .basic-wrapper .list .item {
  flex: 0 0 50%;
  font-size: 0.14rem;
  color: #111111;
  line-height: 0.22rem;
}

.EncycDetail .mainArea .basic-wrapper .list .item > .title {
  color: #888888;
  display: inline-block;
  width: 0.86rem;
}

.EncycDetail .mainArea .link-wrapper {
  display: flex;
  border: 0.01rem solid #ececec;
  margin-top: 0.2rem;
}

.EncycDetail .mainArea .link-wrapper > .title {
  flex: 0 0 0.6rem;
  height: 1rem;
  line-height: 1rem;
  background: #f9f9f9;
  border-right: 0.01rem solid #ececec;
  font-size: 0.14rem;
  color: #888888;
  text-align: center;
}

.EncycDetail .mainArea .link-wrapper .list {
  padding: 0.1rem 0.5rem;
}

.EncycDetail .mainArea .link-wrapper .list .item {
  display: inline-block;
  width: 2rem;
  height: 0.35rem;
  line-height: 0.35rem;
}

.EncycDetail .mainArea .link-wrapper .list .item a {
  font-size: 0.14rem;
  color: #2274da;
}

.EncycDetail .mainArea .info-wrapper {
  margin-top: 0.4rem;
}

.EncycDetail .mainArea .info-wrapper .lump {
  margin-bottom: 0.3rem;
}

.EncycDetail .mainArea .info-wrapper .lump .lump-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #f2f2f2;
}
.EncycDetail .mainArea .info-wrapper .lump .lump-item .item-text {
  width: 0.04rem;
  height: 0.2rem;
  background: #1aa87b;
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.14rem;
}
.EncycDetail .mainArea .info-wrapper .lump .para,
.EncycDetail .mainArea .info-wrapper .lump span,
.EncycDetail .mainArea .info-wrapper .lump a {
  font-size: 0.14rem !important;
}
.EncycDetail .mainArea .info-wrapper .lump .lump-item > .title {
  font-size: 0.2rem;
  color: #111111;
}

.EncycDetail .mainArea .info-wrapper .lump .text {
  font-size: 0.14rem;
  color: #444444;
  line-height: 0.3rem;
  margin-bottom: 0.08rem;
  text-indent: 2em;
}
.EncycDetail .search-wrapper .ipt-wrapper .ipt {
  font-size: 0.14rem;
  width: 5.3rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.EncycDetail .search-wrapper .ipt-wrapper .ipt::-webkit-input-placeholder {
  font-size: 0.14rem;
}

.EncycDetail .search-wrapper .ipt-wrapper .search-btn {
  font-size: 0.16rem;
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Exhibit .mainArea {
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.Exhibit .mainArea .main-l {
  min-height: 400px;
  flex: 0 0 900px;
  position: relative;
}

.Exhibit .mainArea .main-l .other-wrapper {
  width: 100%;
}
.Exhibit .mainArea .main-l .other-wrapper .table-header {
  width: 860px;
  height: 60px;
  background: #f9f9f9;
}
.Exhibit .mainArea .main-l .other-wrapper .table-header th {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body {
  height: 121px;
  border-bottom: 1px solid #ececec;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body .exhibition-pictures {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 121px;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body .exhibition-pictures .img-box {
  width: 120px;
  height: 80px;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body .exhibition-pictures .img-box img {
  width: 120px;
  height: 80px;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body .exhibition-name {
  text-align: center;
}

.Exhibit .mainArea .main-l .other-wrapper .table-body .seo_init {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
}

.Exhibit .mainArea .main-l .other-wrapper .table-body:hover .seo_init {
  color: #068a60;
}
.Exhibit .mainArea .main-l .other-wrapper .table-body .past_text {
  width: 48px;
  height: 19px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
  line-height: 18px;
  padding: 3px 7px;
}

.Exhibit .mainArea .main-r {
  flex: 1;
  margin-left: 21px;
  width: 319px;
}
.Exhibit .mainArea .main-r .news-box .img-box {
  width: 100%;
  height: 160px;
}
.Exhibit .mainArea .main-r .news-box .img-box img {
  width: 100%;
  height: 100%;
}
.Exhibit .mainArea .main-r .news-box .text-box {
  display: flex;
  align-items: start;
  margin-top: 12px;
}
.Exhibit .mainArea .main-r .news-box .text-box .text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  line-height: 20px;
}

.Exhibit .mainArea .main-r .news-box .text-box .is-news {
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 20px;
  margin-right: 7px;
  color: #ff692e;
  border: 1px solid #ff692e;
  border-radius: 2px;
}
.Exhibit .mainArea .main-r .news-box .text-box p {
  font-size: 12px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.Exhibit .mainArea .main-r .news-box:hover .text-box .text {
  color: #068a60;
}
.Exhibit .mainArea .main-r .main-r-box:nth-child(2) {
  margin-top: 22px;
}
.Exhibit .mainArea .main-r .main-r-box .title p {
  margin-left: 1px;
}
.Exhibit .mainArea .main-r .main-r-box .newsList {
  padding-top: 23px;
}
/* 滚动条与隐藏 */
.Exhibit .mainArea .main-r .main-r-box .exhibitNewsList {
  max-height: 593px;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent;
}

.Exhibit .mainArea .main-r .main-r-box .exhibitNewsList::-webkit-scrollbar {
  width: 0.5em;
}

.Exhibit .mainArea .main-r .main-r-box .exhibitNewsList::-webkit-scrollbar-track {
  background-color: transparent;
}

.Exhibit .mainArea .main-r .main-r-box .exhibitNewsList::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.Exhibit .mainArea .main-r .main-r-box .newsList li {
  padding-bottom: 23px;
}
.Exhibit .mainArea .main-r .main-r-box .newsList li::before {
  top: 8px;
}
.Exhibit .mainArea .main-r .main-r-box .newsList li:last-child {
  padding-bottom: 24px;
}

.ExhibitDetail .mainArea {
  background: rgba(207, 66, 48, 0);
  border: 0.01rem solid #ececec;
  margin-top: 0.2rem;
  padding: 0.3rem 0.3rem 0.2rem;
  margin-bottom: 0.4rem;
  min-height: 650px;
}

.ExhibitDetail .mainArea .info-wrapper {
  border-bottom: 0.01rem dashed #ececec;
  padding-bottom: 0.15rem;
}

.ExhibitDetail .mainArea .info-wrapper .rich-content div p {
  width: 11.4rem !important;
  overflow: hidden !important;
}
.ExhibitDetail .mainArea .info-wrapper > .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #111111;
  margin-bottom: 0.1rem;
  text-align: center;
}
.ExhibitDetail .mainArea .info-wrapper > .past {
  width: 0.62rem;
  height: 0.24rem;
  border: 0.01rem solid #f52f3e;
  border-radius: 0.02rem;
  line-height: 0.24rem;
  text-align: center;
  margin: 0 auto;
  color: #f52f3e;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
}
.ExhibitDetail .mainArea .info-wrapper .info {
  height: 0.34rem;
  line-height: 0.34rem;
  color: #444444;
  line-height: 0.3rem;
  font-size: 0.14rem;
}

.ExhibitDetail .mainArea .intro-wrapper {
  padding-top: 0.3rem;
}
.ExhibitDetail .mainArea .intro-wrapper .rich-content img {
  max-width: 11.4rem !important;
}
.ExhibitDetail .mainArea .intro-wrapper > .title {
  font-size: 0.14rem;
  font-weight: bold;
  color: #111111;
  margin-bottom: 0.15rem;
}

.ExhibitDetail .mainArea .intro-wrapper .pic-list {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}

.ExhibitDetail .mainArea .intro-wrapper .pic-list .pic-item {
  flex: 0 0 33.33%;
  padding-right: 12px;
  height: 230px;
  margin-bottom: 12px;
}

.ExhibitDetail .mainArea .intro-wrapper .pic-list .pic-item:nth-child(3n) {
  padding-right: 0;
}

.ExhibitDetail .mainArea .intro-wrapper .pic-list .pic-item .box {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.ExhibitDetail .mainArea .intro-wrapper .pic-list .pic-item .box img {
  width: 100%;
  height: 100%;
}

.Market .mainArea {
  margin: 20px auto 40px;
}

.Market .mainArea .choose-wrapper {
  padding: 34px 30px;
  background: #f7f7f7;
  border: 1px solid #ececec;
}

.Market .mainArea .choose-wrapper .box {
  height: 32px;
  line-height: 32px;
  display: flex;
  font-size: 14px;
  margin-bottom: 24px;
}
.Market .mainArea .choose-wrapper .box:last-child {
  margin-bottom: 0px;
}

.Market .mainArea .choose-wrapper .box > .title {
  margin-right: 30px;
  flex: 0 0 100px;
  color: #888888;
}

.Market .mainArea .choose-wrapper .box .list .item {
  display: inline-block;
  margin-right: 30px;
  color: #111111;
  cursor: pointer;
}

.Market .mainArea .choose-wrapper .box .list .item:hover {
  color: #068a60;
}

.Market .mainArea .choose-wrapper .box .list .item.curr {
  color: #068a60;
}

.Market .mainArea .choose-wrapper .box .layui-input {
  height: 32px;
}

.Market .mainArea .choose-wrapper .box > .layui-btn {
  width: 70px;
  height: 32px;
  line-height: 32px;
  color: #068a60;
  padding: 0;
}

.Market .mainArea .main-l {
  border: 1px solid #ececec;
  margin-top: 10px;
  position: relative;
}

.Market .mainArea .main-l .market-table {
  text-align: center;
  margin: 0;
}

.Market .mainArea .main-l .market-table th {
  text-align: center;
}

.Market .mainArea .main-l .market-table tbody tr {
  height: 100px;
}

.Market .mainArea .main-l .market-table tbody tr::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  width: 1140px;
  margin-left: -570px;
  margin-top: 100px;
  border-bottom: 1px dashed #ececec;
}

.Market .mainArea .main-l .market-table tbody tr td {
  color: #444;
  padding: 0 30px;
}

.Market .mainArea .main-l .market-table tbody tr td .link {
  color: #2274da;
}

.Market .mainArea .main-l .market-table tbody tr td .pic-wrapper {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-right: 20px;
}

.Market .mainArea .main-l .market-table tbody tr td .pic-wrapper img {
  width: 100%;
  height: 100%;
}

.Market .mainArea .main-l .market-table tbody tr td .info-wrapper {
  text-align: left;
}

.Market .mainArea .main-l .market-table tbody tr td .info-wrapper .title {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.Market .mainArea .main-l .market-table tbody tr td .info-wrapper .desc {
  font-size: 12px;
  color: #444444;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Market .mainArea .main-l .market-table tbody tr .flex-wrapper {
  display: flex;
}

.Market .mainArea .main-l .paging-wrapper {
  padding: 0 30px;
}
/* 木材市场详情 */
.MarketDetail .mainArea {
  margin-top: 13px;
  border: 1px solid #ececec;
  padding: 30px;
  margin-bottom: 40px;
}
.MarketDetail .mainArea .info-wrapper {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 30px;
  padding-top: 30px;
}
.MarketDetail .mainArea .info-wrapper:nth-child(1) {
  padding-top: 16px;
}

.MarketDetail .mainArea .info-wrapper p.title {
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
}
.MarketDetail .mainArea .info-wrapper .infoBox {
  margin-left: 1px;
  min-height: 250px;
}

.MarketDetail .mainArea .info-wrapper .infoBox .info-l {
  display: flex;
  flex: 1;
  padding-top: 55px;
}
.MarketDetail .mainArea .info-wrapper .info-l .infoLittleBox:first-child {
  margin-right: 0px;
}
.MarketDetail .mainArea .info-wrapper .info-l .infoLittleBox:last-child {
  margin-left: 40px;
}

.MarketDetail .mainArea .info-wrapper .infoLittleBox .info {
  margin-bottom: 16.5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 1.5;
  min-width: 300px;
}

.MarketDetail .mainArea .info-wrapper .infoBox .info-r {
  float: right;
}

.MarketDetail .mainArea .info-wrapper .infoBox .info-r input {
  display: none;
}
.MarketDetail .mainArea .info-wrapper .infoBox .info-r .mapBox {
  width: 428px;
  height: 250px;
}
.MarketDetail .mainArea .info-wrapper .infoBox .info-r .mapBox > div {
  width: 100%;
  height: 100%;
}

.MarketDetail .mainArea .info-wrapper h5.title {
  margin-top: -1px;
  margin-left: 1px;
  margin-bottom: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  line-height: 1;
}

.MarketDetail .mainArea .info-wrapper .content {
  margin-left: 1px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 30px;
}
.MarketDetail .mainArea .info-wrapper .market-list {
  display: flex;
  flex-wrap: wrap;
}
.MarketDetail .mainArea .info-wrapper li {
  margin-right: 15px;
  margin-bottom: 0;
  width: 369px;
  height: 216px;
  margin-bottom: 15px;
}
.MarketDetail .mainArea .info-wrapper li:nth-child(3n) {
  margin-right: 0px;
}

.MarketDetail .mainArea .info-wrapper .market-list li img {
  width: 100%;
  height: 100%;
}

.MarketDetail .mainArea .main .seller-wrapper > .title {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 20px;
  margin-top: 29px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  cursor: pointer;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item {
  flex: 0 0 25%;
  margin-bottom: 30px;
  width: 0;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:nth-child(4n + 1) {
  padding-right: 12px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:nth-child(4n + 2) {
  padding: 0 8px 0 4px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:nth-child(4n + 3) {
  padding: 0 4px 0 8px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:nth-child(4n) {
  padding-left: 12px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item .pic_loader-wrapper {
  width: 100%;
  height: 160px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item .title {
  margin-top: 15px;
  color: #111;
  line-height: 30px;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item .content {
  margin-top: 10px;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:hover .title,
.MarketDetail .mainArea .main .seller-wrapper .seller-list .item:hover .content {
  color: #068a60;
}

.Merchant .mainArea {
  margin: 20px auto 40px;
}

.Merchant .mainArea .choose-wrapper {
  padding: 34px 30px;
  background: #f7f7f7;
  border: 1px solid #ececec;
}

.Merchant .mainArea .choose-wrapper .box {
  height: 32px;
  line-height: 32px;
  display: flex;
  font-size: 14px;
  margin-bottom: 24px;
}
.Merchant .mainArea .choose-wrapper .box:last-child {
  margin-bottom: 0px;
}

.Merchant .mainArea .choose-wrapper .box > .title {
  flex: 0 0 100px;
  color: #888888;
  margin-right: 28px;
}

.Merchant .mainArea .choose-wrapper .box .list .item {
  display: inline-block;
  margin-right: 30px;
  color: #111111;
  cursor: pointer;
}

.Merchant .mainArea .choose-wrapper .box .list .item:hover {
  color: #068a60;
}

.Merchant .mainArea .choose-wrapper .box .list .item.curr {
  color: #068a60;
}

.Merchant .mainArea .choose-wrapper .box .layui-input {
  height: 32px;
}

.Merchant .mainArea .choose-wrapper .box > .layui-btn {
  width: 70px;
  height: 32px;
  line-height: 32px;
  color: #068a60;
  padding: 0;
}

.Merchant .mainArea .main-l {
  border: 1px solid #ececec;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.Merchant .mainArea .main-l .merchant-table {
  width: 1200px;
  text-align: center;
  margin: 0;
}

.Merchant .mainArea .main-l .merchant-table th {
  text-align: center;
}

.Merchant .mainArea .main-l .merchant-table tbody tr {
  cursor: pointer;
  height: 160px;
}

.Merchant .mainArea .main-l .merchant-table tbody .nopointer {
  cursor: default;
  height: 160px;
}

.Merchant .mainArea .main-l .merchant-table tbody tr td {
  color: #444;
}

.Merchant .mainArea .main-l .merchant-table tbody tr::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  width: 1140px;
  margin-left: -570px;
  margin-top: 160px;
  border-bottom: 1px dashed #ececec;
}

.Merchant .mainArea .main-l .merchant-table .info-wrapper {
  text-align: left;
}

.Merchant .mainArea .main-l .merchant-table .info-wrapper .title {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.Merchant .mainArea .main-l .merchant-table .info-wrapper .desc {
  font-size: 12px;
  color: #444444;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Merchant .mainArea .main-l .merchant-table .info-wrapper .link-qq {
  margin-top: 24px;
}

.Merchant .mainArea .main-l .paging-wrapper {
  padding: 0 30px;
}
/* 木业商户详情 */
.MerchantDetail .banner {
  width: 100%;
  height: 280px;
  background: url('../img/merchant/banner.png') no-repeat;
  background-size: 100% 100%;
  color: white;
  font-family: Source Han Sans CN;
}

.MerchantDetail .banner .container {
  position: relative;
  border: 0.0001px solid transparent;
}
.MerchantDetail .banner .container .merchantImg {
  position: absolute;
  right: 40px;
  top: 45px;
  z-index: 9;
  width: 359px;
  height: 200px;
  border: 1px solid #fff;
}
.MerchantDetail .banner .container .merchantImg img {
  width: 100%;
  height: 100%;
}

.MerchantDetail .banner .container > .title {
  margin-top: 61px;
  margin-bottom: 25px;
  margin-left: 21px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.MerchantDetail .mainArea .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
}

.MerchantDetail .banner .container .infoBox {
  margin-left: 1px;
  margin-left: 21px;
}
.MerchantDetail .banner .container .infoBox .info-t {
  display: flex;
}

.MerchantDetail .banner .container .infoBox .info-l {
  margin-right: 91px;
  width: 210px;
}
.MerchantDetail .banner .container .infoBox .info-l p {
  width: 210px;
}

.MerchantDetail .banner .container .tips {
  margin-bottom: 14px;
  line-height: 1;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.MerchantDetail .banner .container .infoBox .info-b .tips {
  width: 700px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.MerchantDetail .banner .container .infoBox .info-b .tips p {
  width: 700px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.MerchantDetail .notice {
  width: 1200px;
  min-height: 120px;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin: -60px auto 0;
  padding: 30px 21px 30px 21px;
  position: relative;
}
.MerchantDetail .notice p.title {
  margin-bottom: 22px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  position: relative;
  z-index: 2;
}
.MerchantDetail .underline {
  position: absolute;
  left: 31px;
  top: 50px;
  width: 60px;
  height: 8px;
  background-color: rgba(219, 219, 219, 0.5);
  z-index: 1;
}

.MerchantDetail .notice .text {
  margin-left: 75px;
  margin-right: 84px;
  line-height: 1.5;
}

.MerchantDetail .mainArea {
  margin: 100px auto 40px;
  position: relative;
  padding-left: 21px;
}

.MerchantDetail .mainArea .title {
  width: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  position: relative;
  z-index: 2;
}

.MerchantDetail .mainArea .list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}

.MerchantDetail .mainArea .list .item {
  flex: 0 0 25%;
  margin-bottom: 14px;
}

.MerchantDetail .mainArea .list .item:nth-child(4n + 1) {
  padding-right: 11px;
}

.MerchantDetail .mainArea .list .item:nth-child(4n + 2) {
  padding: 0 7px 0 4px;
}

.MerchantDetail .mainArea .list .item:nth-child(4n + 3) {
  padding: 0 4px 0 7px;
}

.MerchantDetail .mainArea .list .item:nth-child(4n + 4) {
  padding-left: 11px;
}

.MerchantDetail .mainArea .list .item .box {
  background: white;
  border: 1px solid #f2f2f2;
}

.MerchantDetail .mainArea .list .item .box .pic_loader-wrapper {
  width: 100%;
  height: 180px;
}

.MerchantDetail .mainArea .list .item .box .info {
  padding: 20px 12px;
  color: #888888;
  font-size: 12px;
}

.MerchantDetail .mainArea .list .item .box .info > .name {
  font-size: 14px;
  color: #111111;
}

.MerchantDetail .mainArea .list .item .box .info > p {
  margin-top: 12px;
}

.MerchantDetail .mainArea .list .item .box .info .area {
  margin-top: 10px;
}
.NewsDetail {
  justify-content: center;
}

.NewsDetail .mainArea {
  margin: 0.4rem auto;
  display: flex;
  min-height: 650px;
}

.NewsDetail .mainArea .infoContent {
  line-height: 1.5;
}
.sizeImgFix img {
  max-width: 6rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.NewsDetail .mainArea .main-l {
  flex: 1;
}

.NewsDetail .mainArea .main-l .title {
  line-height: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #111111;
}

.NewsDetail .mainArea .main-l .info {
  margin-top: 0.25rem;
  margin-bottom: 0.38rem;
  line-height: 0.15rem;
  font-size: 0.14rem;
  color: #888888;
}
.NewsDetail .mainArea .main-l .infoContent {
  margin-bottom: 0.38rem;
  padding-bottom: 0.4rem;
  line-height: 1.5;
  border-bottom: solid 1px #ececec;
}

.NewsDetail .mainArea .main-l .navigation p {
  color: #111;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  cursor: pointer;
}

.NewsDetail .mainArea .main-l .navigation p .no-data {
  color: #888 !important;
  cursor: no-drop;
}
/* 右方排行区块 */
.NewsDetail .public-rank-box > .title.borderb-none {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.14rem;
  padding-left: 0.16rem;
}

.NewsDetail .public-rank-box .list {
  height: 4.6rem;
  padding: 0.1rem 0.16rem;
}

.NewsDetail .public-rank-box .item {
  height: 0.44rem;
}

.NewsDetail .public-rank-box .item .num {
  flex: 0 0 0.24rem;
  font-size: 0.2rem;
  margin-right: 0.07rem;
}

.NewsDetail .public-rank-box .item .blas {
  width: 0.07rem;
  height: 0.2rem;
}

.NewsDetail .public-rank-box .item .title {
  margin-left: 0.1rem;
  font-size: 0.14rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type4 .newsList {
  padding-top: 0.22rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type4 .newsList li {
  padding-bottom: 0.19rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type4 .newsList li:last-child {
  padding-bottom: 0.24rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type123 .newsList {
  padding-top: 0.23rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type123 .newsList li {
  padding-bottom: 0.19rem;
}
.NewsDetail .mainArea .main-r .main-r-box.type123 .newsList li:last-child {
  padding-bottom: 0.24rem;
}
.NewsDetail .mainArea .main-r {
  margin-left: 0.2rem;
  width: 2.8rem;
}

.NewsDetail .mainArea .main-r .main-r-box {
  margin-top: 0.16rem;
}

.NewsDetail .mainArea .main-r .main-r-box .title {
  padding-left: 0.16rem;
  width: 2.8rem;
  height: 0.44rem;
  font-size: 0.14rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .newsList li {
  padding: 0rem 0.15rem 0.19rem 0.26rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .newsList li::before {
  top: 0.08rem;
  left: 0.16rem;
  width: 0.04rem;
  height: 0.04rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .newsList li .text {
  font-size: 0.14rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .newsList li .time {
  margin-top: 0.07rem;
  font-size: 0.12rem;
}
.NewsDetail .mainArea .main-r .main-r-box .content .woodList {
  padding: 0.24rem 0.16rem 0rem 0.16rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .woodList li {
  padding-bottom: 0.14rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .woodList a:last-child li {
  padding-bottom: 0.23rem;
}
.NewsDetail .mainArea .main-r .main-r-box .content .woodList li .img {
  width: 1.2rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .woodList .text {
  font-size: 0.14rem;
  line-height: 0.4rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .tagList {
  padding: 0.19rem 0.11rem 0.19rem 0.11rem;
}

.NewsDetail .mainArea .main-r .main-r-box .content .tagList li {
  padding: 0.11rem 0.15rem 0.12rem 0.16rem;
  margin: 0.05rem;
  font-size: 0.14rem;
  border: 0.01rem solid #e6e6e6;
}

.News .mainArea {
  display: flex;
}

.News .mainArea .main-l {
  flex: 0 0 900px;
  position: relative;
  min-height: 400px;
}

.News .main-l .navList {
  display: flex;
  justify-content: space-between;
  width: 345px;
  height: 60px;
}
.News .main-l .navList .title {
  display: flex;
  justify-content: center;
  line-height: 60px;
  height: 100%;
  width: 85px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  cursor: pointer;
}

.News .main-l .navList .active {
  font-weight: bold;
  color: #068a60;
  border-bottom: 1px solid #068a60;
}
.News .main-l .knowledge {
  display: block;
}
.News .main-l .price {
  display: none;
}
.News .main-l .trend {
  display: none;
}

.News .mainArea .main-l .hot-list {
  border-top: 1px solid #ececec;
}

.News .mainArea .main-l .hot-list a:last-child .hot-item {
  border-bottom: 1px solid #ececec;
}

.News .mainArea .main-l .hot-list .hot-item {
  display: flex;
  height: 188px;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.News .mainArea .main-l .hot-list .hot-item .pic_loader-wrapper {
  flex: 0 0 200px;
  width: 200px;
  height: 140px;
}

.News .mainArea .main-l .hot-list .hot-item .box {
  flex: 1;
  height: 140px;
  padding-right: 32px;
  margin-left: 16px;
  position: relative;
}

.News .mainArea .main-l .hot-list .hot-item .box .title {
  font-size: 16px;
  color: #111111;
}

.News .mainArea .main-l .hot-list .hot-item .box .info {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-size: 14px;
  color: #888888;
}

.News .mainArea .main-l .hot-list .hot-item:hover {
  background: #fafafa;
}

.News .mainArea .main-l .hot-list .hot-item:hover .rich-content-preview {
  color: #068a60;
}

.News .mainArea .main-l .hot-list .hot-item:hover .rich-content-preview a {
  color: #068a60;
}
.News .mainArea .main-r .main-r-box .newsList {
  padding-top: 20px;
}
.News .mainArea .main-r .main-r-box .newsList li {
  padding-bottom: 19px;
}
.News .mainArea .main-r .main-r-box .newsList li:last-child {
  padding-bottom: 20px;
}
.News .knowledge .tagList {
  margin-bottom: 20px;
}

.Quotation .mainArea {
  display: flex;
  margin-top: 20px;
}

.Quotation .mainArea .main-l {
  flex: 0 0 900px;
  min-height: 400px;
  margin-bottom: 10px;
}

.Quotation .mainArea .main-r {
  margin-left: 20px;
  flex: 1;
}
.Quotation .mainArea .main-l {
  position: relative;
}

.QuotationDetail .mainArea {
  display: flex;
  margin-top: 40px;
}

.QuotationDetail .mainArea .main-l {
  flex: 0 0 900px;
  display: flex;
  flex-flow: column;
}

.QuotationDetail .mainArea .main-l .title {
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  text-align: center;
}

.QuotationDetail .mainArea .main-l .tableArea {
  margin: 0 auto 40px;
}

.QuotationDetail .mainArea .main-l .tableArea .layui-table td,
.QuotationDetail .mainArea .main-l .tableArea .layui-table th {
  text-align: center;
}

.QuotationDetail .mainArea .main-l .tableArea > .title {
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  text-align: center;
}

.QuotationDetail .mainArea .main-l .tableArea .time {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  margin-top: 15px;
  text-align: center;
}

.QuotationDetail .mainArea .main-l .tableArea .layui-form {
  margin-top: 30px;
}

.QuotationDetail .mainArea .main-l .echart-wrapper #trend {
  width: 900px;
  height: 550px;
  margin-top: 20px;
}

.QuotationDetail .mainArea .main-r {
  flex: 1;
  margin-left: 20px;
}

.QuotationDetail .followus {
  height: 90px;
  font-size: 14px;
  color: #888888;
  line-height: 90px;
  border-bottom: 1px solid #ececec;
}

.QuotationDetail .followus .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../img/icon-weixin.png) no-repeat;
  background-size: 30px 30px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}

.MarketQuotation .mainArea {
  display: flex;
  margin: 20px auto 40px;
}

.MarketQuotation .mainArea .main-l {
  flex: 0 0 900px;
}

.MarketQuotation .mainArea .main-l > .title {
  height: 44px;
  line-height: 44px;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-bottom: none;
  font-weight: bold;
  color: #068a60;
  padding: 0 24px;
}

.MarketQuotation .mainArea .main-l .list {
  padding: 14px 24px;
  background: rgba(249, 249, 249, 0);
  border: 1px solid #ececec;
}

.MarketQuotation .mainArea .main-l .list .item {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: flex;
}

.MarketQuotation .mainArea .main-l .list .item:nth-child(5n) {
  height: 54px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ececec;
}

.MarketQuotation .mainArea .main-l .list .item:nth-child(5n + 1) {
  height: 54px;
  padding-top: 10px;
}

.MarketQuotation .mainArea .main-l .list .item a {
  color: #111111;
  flex: 1;
}

.MarketQuotation .mainArea .main-l .list .item .time {
  flex: 0 0 100px;
  font-size: 14px;
  text-align: right;
}

.MarketQuotation .mainArea .main-r {
  flex: 1;
  margin-left: 20px;
}

.MarketQuotation .mainArea .main-r .list .item {
  width: 280px;
  height: 160px;
  margin-bottom: 16px;
}

.MarketQuotation .mainArea .main-r .list .item img {
  width: 100%;
  height: 100%;
}

.Search .mainArea {
  margin: 20px auto 40px;
  border: 1px solid #ececec;
}

.Search .mainArea .list .item {
  height: 136px;
  display: flex;
  font-size: 12px;
  color: #444444;
  padding: 0 60px 0 30px;
  align-items: center;
  border-bottom: 1px dashed #ececec;
}

.Search .mainArea .list .item:hover {
  background: #fafafa;
}

.Search .mainArea .list .item .pic {
  flex: 0 0 144px;
  height: 100px;
}

.Search .mainArea .list .item .info {
  margin-left: 20px;
  flex: 1;
}

.Search .mainArea .list .item .info .name {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.Search .mainArea .list .item .info .address {
  margin-top: 12px;
}

.Search .mainArea .list .item .info .link-qq {
  margin-top: 19px;
}

.Search .mainArea .list .item .keyword {
  flex: 0 0 400px;
}

.Search .mainArea .list .item .time {
  flex: 0 0 130px;
  text-align: center;
}

.SearchDetail .mainArea {
  margin: 20px auto 40px;
  border: 1px solid #ececec;
}

.SearchDetail .mainArea .text {
  font-size: 14px;
  color: #444444;
  line-height: 30px;
}

.SearchDetail .mainArea > .title {
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}

.SearchDetail .mainArea > .title .time {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  float: right;
}

.SearchDetail .mainArea .main-t {
  padding: 0 30px;
}

.SearchDetail .mainArea .main-t .box {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px dashed #ececec;
}

.SearchDetail .mainArea .main-t .box .pic {
  flex: 0 0 300px;
  height: 210px;
  width: 300px;
}

.SearchDetail .mainArea .main-t .box .info {
  flex: 1;
  margin-left: 20px;
}

.SearchDetail .mainArea .main-t .box .info .company {
  margin-top: 36px;
}

.SearchDetail .mainArea .main-t .box .info .company .link-qq {
  display: inline-block;
  margin-left: 5px;
}

.SearchDetail .mainArea .main-b {
  padding: 0 30px;
}

.SearchDetail .mainArea .main-b .box {
  padding: 30px 0;
}

.SearchDetail .mainArea .main-b .box > .title {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  margin-bottom: 15px;
}

/*# sourceMappingURL=index.css.map */
