﻿html {
  font-size: 16px;
}
body {
  font-size: 16px;
  margin: 0;
  min-width: 1000px;
  font-family: Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
}
a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: currentColor;
  transition: all 0.1s linear;
}
input {
  height: 36px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
}
.btn {
  height: 36px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 0 15px;
  cursor: pointer;
}
button:focus {
  outline: unset;
  outline: none\9
}
.strong {
  font-weight: 600;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.w180 {
  width: 180px;
}
.w480 {
  width: 480px;
}
.w800 {
  width: 800px;
}
.w1000 {
  width: 1000px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.ellipsis-rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--i);
  -webkit-box-orient: vertical;
}
.more {
  color: rgba(0, 0, 0, 0.6);
}
.more:hover {
  color: #c50001;
}

/* header */
.hd-top {
  display: flex;
  justify-content: space-between;
  line-height: 44px;
  font-size: 14px;
}
.welcome {
  color: #ea3d3c;
  animation: welcome 1.5s infinite linear alternate;
}
@keyframes welcome {
  to {
    transform: translateX(50px);
  }
}
.login {
  display: flex;
  align-items: center;
}
.login-split {
  margin: 0 10px;
}
/* banner */
.hd-main {
  height: 320px;
  background: url(../img/banner.jpg) no-repeat center bottom;
  background-size: cover;
}
.logo {
  margin-top: 87px;
  height: 60px;
  object-fit: cover;
  float: left;
}
.hd-search {
  margin-top: 87px;
  float: right;
}
.hd-search .search-input {
  padding: 8px 24px;
  line-height: 28px;
  background-color: #fff;
}
.hd-search .search-box {
  width: 560px;
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
}
.hd-search .search-input {
  width: calc(100% - 100px);
  border: unset;
  border: none\9
}
.hd-search .search-btn {
  width: 84px;
  border-radius: 8px;
  border: unset;
  border: none\9;
  background: #ea3d3c;
  color: #fff;
}
/* 导航栏 */
.hd-nav {
  background-color: #c50001;
  box-shadow: 0 -3px 8px -2px #c14343;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.navbar a {
  display: block;
  line-height: 60px;
  flex: 150px;
  text-align: center;
  transition: all 0.1s linear;
}
.navbar a:hover,
.navbar a.hover {
  color: #fff;
  background-color: #8f0001;
}
/* 面包屑导航 */
.breadcrumb {
  margin: 24px 0 42px;
}
.layui-breadcrumb a:hover {
  color: #c50001 !important;
}
.layui-breadcrumb a cite {
  color: #c50001;
}
/* 分页器 */
.layui-laypage a:hover {
  color: #c50001;
}
.layui-laypage a,
.layui-laypage span {
  font-size: 14px;
}
/* 无限滚动 */
.scroll-wrap{
  overflow: hidden;
}
/*下拉框*/
.layui-form-select dl dd.layui-this {
  background-color: #c50001;
}
/* 滚动插件样式*/
[data-scroll] {
  display: block;
}
[data-scroll]::after {
  content: "";
  border: 0px solid transparent;
}
/* 数据表格*/
.layui-table-page{
  text-align: right;
}
/* 热点模块 */
.hotspot {
  width: 358px;
  background: #fef8f1;
}

.hotspot-hd {
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #c50001;
  color: #c50001;
}

.hotspot-bd {
  overflow: hidden;
  padding: 24px;
}

.hotspot-bd li:not(:last-child) {
  margin-bottom: 24px;
}

.hotspot-bd li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.hotspot-bd li > a:hover {
  color: #c50001;
}
/* 信用公示查询页面 */
.cxgs-tabs {
  display: flex;
  justify-content: space-between;
}
.cxgs-tab {
  user-select: none;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #ebebeb;
}
.cxgs-tab.active {
  color: #f2f2f2;
  background: #e23b41;
}
.cxgs-tab-title {
  position: relative;
}
.cxgs-tab.active .cxgs-tab-title::before,
.cxgs-tab.active .cxgs-tab-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #f2f2f2;
}
.cxgs-tab.active .cxgs-tab-title::before {
  left: -17px;
}
.cxgs-tab.active .cxgs-tab-title::after {
  right: -17px;
}
.cxgs-tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  line-height: 37px;
  text-indent: -50px;
  background: #e23b41;
  color: #f2f2f2;
}
.cxgs-tab:not(.active):hover .cxgs-tab-bg {
  transition: 0.4s ease-in;
  width: 100%;
  text-indent: 0;
}
.cxgs-search-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxgs-date-pick {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.cxgs-search-input {
  height: 38px;
  padding: 8px 24px;
  background-color: #fff;
  border-right: unset;
  border-right: none\9;
  border-color: #eee;
  font-size: 14px;
  flex: 1;
}
.cxgs-search-input + .cxgs-search-btn {
  border-radius: 0 4px 4px 0;
}
.cxgs-search-btn {
  width: 81px;
  height: 38px;
  color: #fff;
  border: unset;
  border: none\9;
  background: #ea3d3c;
  border-radius: 4px;
}
.cxgs-more a {
  margin: 0 24px;
  font-size: 16px;
  color: #ea3d3c;
}
.cxgs-more-search {
  margin-top: 24px;
  display: flex;
  max-height: 0;
  border: 0 solid transparent;
  border-width: 1px 0;
  overflow: hidden;
  font-size: 14px;
}
.cxgs-more-search.active {
  padding: 24px 0 8px;
  border-color: #d8d8d8;
  max-height: 500px;
  transition: all 0.5s;
}
.cxgs-more-search.active {
  display: flex;
}
.cxgs-more-search-label {
  flex-shrink: 0;
  margin-right: 24px;
}
.cxgs-more-list li {
  float: left;
  margin-right: 42px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.cxgs-more-list li a:hover {
  color: #c50001;
}
/* 日期选择器 */
.layui-laydate .layui-this {
  background-color: #c50001 !important;
}
/* footer */
footer {
  margin-top: auto;
  background-color: #c50001;
}
.foot {
  height: 252px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot-info {
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.foot-copy {
  margin-top: 20px;
  line-height: 25px;
  font-size: 13px;
}
.record-searchout{margin:0 50px 34px;border:1px solid #d9d9d9;}
.record-searchout-item{display:flex;align-items: center;padding:24px;background-color:#fff;border-bottom:1px solid #d4d4d4;cursor: pointer;transition: all 0.5s ease-in-out}
.record-searchout-detail{border: none;background-color:#F4F4F4;padding-left:60px; }
.record-searchout-item.current,.record-searchout-item:hover{background: #FFF9F9;}
.record-searchout-detail:hover{background: #F4F4F4}
.record-searchout__avatar{width: 68px;height: 68px;margin-right: 21px;border-radius:50%;}
.record-searchout-content{flex:1}
/*.record-searchout-content-title{line-height:28px;margin-bottom: 10px;}*/
/*.record-searchout-content-title,.record-searchout-content-desc{display: flex;align-items: baseline}*/
.record-searchout-content>div,.record-searchout-content-desc>div{display:flex;align-items: baseline}
.record-searchout-content>div:not(:last-child){margin-bottom: 10px;}
.record-searchout-content__value{flex:1}
.record-searchout-name{font-size: 24px;color:#4a4a4a}
.record-searchout-content__label{color:#777}
.record-searchout-pagination{padding:24px; text-align: right;background-color: #fff;}
.record-searchout-info-head{padding:20px 20px 20px 40px}
.record-searchout-info__title{padding-left:10px;border-left:4px solid #d0021b;font-size:18px;font-weight:bold;line-height: 18px;}
.record-searchout-info-body{background-color:#f4f4f4}
.record-searchout-info-list-item{display:flex;padding:20px;}
.record-searchout-info-list-item:not(:last-child){border-bottom:1px solid #d4d4d4}
.record-searchout-info-list-item__name{font-size: 16px;font-weight:bold;text-align: right;}
.record-searchout-info-list-item__content{margin-left:10px;flex: 1;}
.record-searchout--empty{margin:0 50px 34px 50px;padding:100px;border: 1px solid #d4d4d4;text-align: center}
.record-searchout__text--empty{margin-top:22px;font-size: 22px;color: #9B9B9B;}

