/* 标准容器 */
.container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn {
  border: none;
}

/* 绿色 */
.green {
  color: rgba(6, 138, 96, 1) !important;
}

/* 列表前头小圈样式 */
.index-list-type {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(17, 17, 17, 1);
  margin-right: 8px;
}

.scale-out {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

/* 首页标签之间竖线样式 */
.line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(160, 185, 192, 1);
  margin: 0 7px;
}

/* 通用搜索框 */
.searchArea {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: left;
  display: none;
}

.searchArea .logo-wrapper {
  flex: 0 0 170px;
  height: 66px;
  margin-right: 120px;
}

.searchArea .logo-wrapper img {
  width: 100%;
  height: 100%;
}

.searchArea .ipt-wrapper {
  font-size: 0;
}

.searchArea .ipt-wrapper .ipt {
  width: 530px;
  height: 44px;
  background: rgba(6, 138, 96, 0);
  border: 1px solid #068a60;
  vertical-align: top;
  font-size: 14px;
  color: #555555;
  padding: 0 16px;
}

.searchArea .ipt-wrapper .search-btn {
  width: 100px;
  height: 44px;
  line-height: 44px;
  background: #068a60;
  vertical-align: top;
  font-size: 16px;
  color: white;
  border-radius: 0 2px 2px 0;
}

.searchArea .hot-search {
  margin-top: 16px;
}

.searchArea .hot-search a {
  padding: 0 10px;
  font-size: 12px;
  color: #888888;
  height: 10px;
  line-height: 10px;
  border-right: 1px solid #ececec;
  display: inline-block;
}

.searchArea .hot-search span:first-child {
  padding-left: 0;
}

.searchArea .hot-search span:last-child {
  border-right: none;
}

/* 地址通用样式 */
.addressArea {
  border: 1px solid #ececec;
  background: #f9f9f9;
  width: 100%;
}

.addressArea .address-wrapper {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  color: #888;
}

.addressArea .address-wrapper .address {
  display: inline-block;
  color: #111;
}

.addressArea .address-wrapper .address a {
  color: #111;
}

/* 价格列表样式 */

.price-table {
  width: 100%;
}

.price-table tr th {
  font-size: 14px;
  height: 44px;
  background: #f7f7f7;
  color: #888888;
}

.price-table tr td {
  text-align: center;
  height: 56px;
  border-bottom: 1px solid #ececec;
  box-sizing: content-box;
  font-size: 14px;
  color: #111111;
}

/* 右方超链接区块 */
.public-link-box {
  border: 1px solid #ececec;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.public-link-box > .title {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: bold;
  color: #068a60;
  padding-left: 16px;
}

.public-link-box .list .item {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #111111;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.public-link-box .list .item a {
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 查看更多箭头 */
.arrow-wrapper {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  cursor: pointer;
}

.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg);
}

/* 右方排行区块 */
.public-rank-box > .title {
  height: 44px;
  line-height: 44px;
  border: 1px solid rgba(236, 236, 236, 1);
  font-size: 14px;
  font-weight: bold;
  color: rgba(6, 138, 96, 1);
  padding-left: 16px;
}

.public-rank-box .list {
  width: 100%;
  border: 1px solid #ececec;
  padding: 10px 16px;
}
.public-rank-box .list .item a strong {
  font-weight: 400;
}

.public-rank-box .item {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
}

.public-rank-box .item .num {
  display: inline-block;
  flex: 0 0 24px;
  font-size: 20px;
  font-weight: bold;
  color: #888888;
  text-align: center;
  margin-right: 7px;
}

.public-rank-box .item:nth-child(1) .num,
.public-rank-box .item:nth-child(2) .num,
.public-rank-box .item:nth-child(3) .num {
  color: #f75c14;
}

.public-rank-box .item .blas {
  display: inline-block;
  width: 7px;
  height: 20px;
  background: url(../img/news/blas.png) no-repeat;
  background-size: 100% 100%;
}

.public-rank-box .item .title {
  flex: 1;
  width: 0;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #111111;
}

/* 二级导航通用样式 */
.navArea {
  position: relative;
  font-size: 0;
  height: 44px;
  line-height: 44px;
  background: #f9f9f9;
  /* border-bottom: 1px solid #ececec; */
}

.shortBborder::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #ececec;
  height: 1px;
  width: 1200px;
  margin: 0 auto;
}

.longBborder::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ececec;
  height: 1px;
  width: 100%;
  margin: 0 auto;
}

.navArea .item {
  display: inline-block;
  font-size: 14px;
  padding: 0 23px;
  line-height: 44px;
  font-size: 14px;
  color: #111111;
}

.navArea .item.curr {
  color: #068a60;
}

.navArea .item:hover {
  color: #068a60;
}

/* QQ联系 */
.link-qq {
  width: 76px;
  height: 24px;
  line-height: 24px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 12px;
  color: #2274da;
  text-align: center;
  cursor: pointer;
}

.link-qq .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-qq.png) no-repeat;
  background-size: 14px 14px;
  vertical-align: top;
  margin: 5px 3px 0 0;
}

/*新底部样式20211222*/
.footer-wrap {
  width: 100%;
  /* height: 162px; */
  background-color: #1e2223;
  line-height: 1;
}
.license_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #0000009e;
  display: none;
  justify-content: center;
  align-items: center;
}

.license_mask .license_img {
  max-width: 60%;
  max-height: 100vh;
} 
.footer-main {
  display: flex;
  width: 1200px;
  /* height: 100%; */
  margin: 0 auto;
  padding: 30px 0 20px;
  color: #a0b9c0;
  font-size: 12px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: space-between;
}

.footer-main .footer-main-left {
  display: flex;
}

.footer-main .footer_logo {
  padding-top: 37px;
  margin-right: 70px;
}

.footer-main .footer_logo img {
  width: 166px;
  height: 76px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  /* min-width: 64px; */
}

.footer-column:last-child {
  margin-right: 0;
}

.footer-main .footer-column-link,
.footer-main a.footer-column-link {
  margin-bottom: 10px;
  font-size: 14px;
  color: #959799;
  line-height: 22px;
}

.footer-main .footer-column-link-title,
.footer-main a.footer-column-link-title {
  font-weight: 600;
  font-size: 16px;
  color: #f9fafb;
  line-height: 24px;
}

.footer-main .footer-column-item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #959799;
  line-height: 22px;
}

.footer-main a {
  text-decoration: none;
  color: #a0b9c0;
  font-size: 12px;
  transition: color 0.2s;
  /* margin-right: 16px; */
}

.footer-main a:hover {
  /* color: #068a60; */
  color: #f9fafb;
}

.footer-main-qr-wrap {
  /* margin-left: 127px; */
}

.footer-main-qr-title {
  font-family: PingFang SC, Microsoft YaHei;
  font-weight: 600;
  font-size: 16px;
  color: #f9fafb;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer-main-qr {
  display: flex;
}

.footer-main-qr-item {
  margin-right: 40px;
}

.footer-main-qr-item:last-child {
  margin-right: 0;
}

.footer-main-qr-item img {
  width: 104px;
  height: 104px;
}

.footer-main-qr-item-text {
  font-weight: 400;
  font-size: 14px;
  color: #959799;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}

.footer-copyright-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #959799;
  line-height: 22px;
  text-align: center;
}

.footer-copyright-wrap a.beian {
  color: #959799;
}
.footer-copyright-wrap1 {
  padding-top: 0;
  padding-bottom: 30px;
}

.footer-left {
  flex: 1;
  margin-right: 76px;
}

.footer-menu a {
  margin-right: 20px;
  position: relative;
}

.footer-menu a::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #a0b9c0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.footer-menu a:last-of-type::after {
  display: none;
}

.footer-record {
  margin-top: 14px;
}

.footer-record a {
  margin: 0 12px;
}

.footer-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.footer-right img {
  margin-left: 12px;
}

.footer-right img:nth-of-type(1) {
  margin-left: 0;
}

/* .footer-link {
  padding-bottom: 39px;
  width: 82%;
}

.footer-link-title {
  font-size: 14px;
  font-weight: bold;
  color: #a0b9c0;
  padding-bottom: 17px;
}
.footer-link-list {
  line-height: 2;
} */

.footer-row {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-bottom: 8px;
  color: #b9bbbe;
  font-size: 14px;
}

.footer-row:last-child {
  margin-bottom: 0;
}

.footer-row a {
  margin-right: 0;
  color: #b9bbbe;
  font-size: 14px;
}

.footer-row a:hover {
  color: #fff !important;
}

.footer-row .row-line {
  width: 1px;
  height: 12px;
  background-color: #b9bbbe;
  margin: 0 10px;
}

.footer-link {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer-link-title {
  color: #b9bbbe;
}

.footer-link-list {
  line-height: 22px;
}

.footer-link-list a {
  font-size: 14px;
  line-height: 22px;
  margin-right: 10px;
}

.footer-link-list a:last-child {
  margin-right: 0;
}

/* 分页器样式 */
.paging-wrapper {
  margin: 30px 0;
  text-align: right;
}

/* a标签鼠标经过时颜色变化 */
a:hover {
  color: #068a60 !important;
}

.zIndex-1 {
  z-index: -1;
}

/* 重置layui鼠标经过时表格颜色变化 */
.layui-table tbody tr:hover {
  background: #fafafa !important;
}

/* 缩略图模块 */
.pic_loader-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pic_loader-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pic_loader-wrapper .big_pic {
  z-index: 2;
}

.pic_loader-wrapper .min_pic {
  z-index: 1;
}

/* 搜索 */
.search-wrapper .search-btn {
  text-align: center;
  font-size: 16px;
}

/* 右边侧边栏 */
.mainArea .main-r {
  margin-left: 20px;
  width: 280px;
}
.mainArea .main-r .main-r-box {
  width: 100%;
  margin-top: 16px;
}
.mainArea .main-r .main-r-box:last-child {
  margin-bottom: 16px;
}
.mainArea .main-r .main-r-box:first-child {
  margin-top: 20px;
}

.mainArea .main-r .main-r-box .title {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 16px;
  width: 280px;
  height: 44px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  font-weight: bold;
  font-size: 14px;
  color: #068a60;
}
.mainArea .main-r .main-r-box .content {
  border: 1px solid #ececec;
}
.mainArea .main-r .main-r-box .content .newsList {
  padding-top: 22px;
}
.mainArea .main-r .main-r-box .content .newsList li {
  position: relative;
  padding: 0px 15px 19px 26px;
  background-color: rgba(247, 247, 247, 0);
}
.mainArea .main-r .main-r-box .content .newsList li:last-child {
  padding-bottom: 24px;
}
.mainArea .main-r .main-r-box .content .newsList li::before {
  content: '';
  position: absolute;
  top: 8.5px;
  left: 16px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ff7800;
}
.mainArea .main-r .main-r-box .content .newsList li .text {
  font-size: 14px;
  color: #111111;
  word-break: break-all;
  overflow: hidden;

  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.mainArea .main-r .main-r-box .content .newsList li .time {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 1;
}
.mainArea .main-r .main-r-box .content .newsList li:hover .text,
.mainArea .main-r .main-r-box .content .newsList li:hover .time,
.mainArea .main-r .main-r-box .content .woodList li:hover .text {
  color: #068a60;
}
.mainArea .main-r .main-r-box .content .woodList {
  width: 100%;
  padding: 24px 16px 0px 16px;
}
.mainArea .main-r .main-r-box .content .woodList li {
  width: 100%;
  display: flex;
  padding-bottom: 14px;
}
.mainArea .main-r .main-r-box .content .woodList a:last-child li {
  padding-bottom: 23px;
}
.mainArea .main-r .main-r-box .content .woodList li .img {
  width: 120px;
  height: 40px;
  margin-right: 12px;
  background-color: #ececec;
}
.mainArea .main-r .main-r-box .content .woodList .img img {
  width: 100%;
  height: 100%;
}
.mainArea .main-r .main-r-box .content .woodList .text {
  font-size: 14px;
  color: #111111;
  line-height: 40px;
}
.mainArea .main-r .content .newsList li:last-child {
  padding-bottom: 20px;
}

.mainArea .main-r .main-r-box .content .tagList {
  display: flex;
  flex-wrap: wrap;
  padding: 19px 11px 19px 11px;
}

.mainArea .main-r .main-r-box .content .tagList li {
  padding: 11px 15px 12px 16px;
  margin: 5px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e6e6e6;
  background-color: rgba(247, 247, 247, 0);
  min-height: 19px;
  min-width: 19px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainArea .main-r .main-r-box .content .tagList li:hover {
  background-color: #f4f4f4;
}

/* 无搜索数据缺省图 */
.noData-mask {
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.noData-mask .img {
  width: 160px;
  height: 104px;
  margin-bottom: 25px;
}
.noData-mask .img img {
  width: 100%;
  height: 100%;
}
.noData-mask .text {
  font-style: 14px;
  color: #666666;
}

/* 市场等地方的暂无数据 */
.otherNodata {
  height: 237px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto !important;
}
.otherNodata img {
  width: 160px !important;
  height: 104px !important;
  margin-bottom: 10px !important;
}
.otherNodata p {
  font-style: 14px !important;
  color: #666666;
}
/* 资讯列表样式 此处使用大量！实属无奈之举 */
.rich-content-preview {
  margin-top: 20px;
  height: 70px;
  line-height: 1.5;
  overflow: hidden;
  font-size: 12px !important;
  color: #666 !important;
  background-color: transparent !important;
}
.rich-content-preview p {
  line-height: 1.5 !important;
  font-size: 12px !important;
  color: #666 !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rich-content-preview p span {
  line-height: 1.5 !important;
  font-size: 12px !important;
  color: #666 !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rich-content-preview div {
  display: none !important;
}
.rich-content-preview p:first-child {
  display: block;
  display: -webkit-box;
}
.rich-content-preview img {
  display: none !important;
}

/* 数据展示窗口样式 */
.showDataWin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  border: #111 1px solid;
  z-index: 999999;
}
/* .footer-link {
  display: none;
  padding-bottom: 39px;
  width: 82%;
}

.footer-link-title {
  font-size: 14px;
  font-weight: bold;
  color: #a0b9c0;
  padding-bottom: 17px;
}
.footer-link-list {
  line-height: 2;
} */
