html {
  font-size: 16px;
  min-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1200px;
  transform-origin: top center;
  overflow-x: auto;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #000;
  background: #F5F6FA;
}

@media screen and (max-width: 1200px) {
  body {
    transform: scale(calc(100vw / 1200));
    height: calc(1200px * (100vh / 100vw));
  }
}

h6 {
  min-width: 80px;
  text-align: right;
}

a {
  text-decoration: none !important;
  color: #000;
}

/* 面包屑 */
.fix-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #5D5D5D;
}

.navbar {
  margin: 10px 0 20px 0;
  color: #5D5D5D;
}

.navbar-tabs {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-box {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #D8D8D8;
}

.left-arrow {
  width: 18px;
}

.home-icon {
  width: 18px;
  margin-right: 10px;
}

.sign-line {
  color: #AEAEAE;
  margin: 0 6px;
}


/* 上一篇--下一篇 */
.up-down {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.w-40 {
  width: 40%;
}

.up {
  margin-bottom: 10px;
  font-size: 14px;
  color: #868686;
  text-align: left;
}

.down {
  margin-bottom: 10px;
  font-size: 14px;
  color: #868686;
  text-align: right;
}

.up-down-conter {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #353535;
}

/* 留言咨询表单容器样式 */
.consultation-form {
  border-radius: 7px;
  background: linear-gradient(180deg, #F2F4FF 0%, #FFFFFF 100%);
  box-sizing: border-box;
  /* border: 1px solid #FFFFFF; */
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

/* 标题样式 */
.consultation-form>div:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E9F5;
}

/* 表单行样式 - 修改为顶部对齐 */
.consultation-form>div>div {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  /* 修改为顶部对齐 */
}

/* 标签样式 - 添加顶部对齐 */
.consultation-form span {
  width: 80px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  text-align: right;
  /* padding-top: 11px; */
  /* 与输入框内边距一致 */
}

/* 输入框基础样式 */
.consultation-form input[type="text"],
.consultation-form textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #D9DCE8;
  border-radius: 4px;
  font-size: 14px;
  background-color: #FFFFFF;
  transition: border-color 0.3s;
}

/* 文本域特殊样式 */
.consultation-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* 提交按钮样式 */
.consultation-form button {
  display: block;
  width: 120px;
  margin: 20px auto 0;
  padding: 10px 0;
  background-color: #8E6CD2;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* 按钮悬停效果 */
.consultation-form button:hover {
  background-color: #7B5ABD;
}


/* 招商热线 */
.zs-phone {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
}

.zs-phone-zu {
  background-image: url('/static/img/zsrx.png');
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
}

.zs-phone-dh {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
}

.zs-phone-bot {
  width: 90%;
  margin: 0 auto;
}

.zs-phone-bot-title {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.zs-phone-bot-inp {
  width: 100%;
  margin: 10px 0;
  height: 40px;
  border-radius: 2px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  padding-left: 10px;
}

.zs-phone-btnzu {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.zs-phone-btn {
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 35px;
  color: #fff;
}


/*分页样式*/
.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 20px 0;

  border-radius: 4px;

}

.pagination>li {

  display: inline;

}

.pagination>li>a,

.pagination>li>span {

  position: relative;

  float: left;

  padding: 6px 12px;

  margin-left: -1px;

  line-height: 1.42857143;

  color: #337ab7;

  text-decoration: none;

  background-color: #fff;

  border: 1px solid #ddd;

}

.pagination>li:first-child>a,

.pagination>li:first-child>span {

  margin-left: 0;

  border-top-left-radius: 4px;

  border-bottom-left-radius: 4px;

}

.pagination>li:last-child>a,

.pagination>li:last-child>span {

  border-top-right-radius: 4px;

  border-bottom-right-radius: 4px;

}

.pagination>li>a:hover,

.pagination>li>span:hover,

.pagination>li>a:focus,

.pagination>li>span:focus {

  z-index: 2;

  color: #23527c;

  background-color: #eee;

  border-color: #ddd;

}

.pagination>.active>a,

.pagination>.active>span,

.pagination>.active>a:hover,

.pagination>.active>span:hover,

.pagination>.active>a:focus,

.pagination>.active>span:focus {

  z-index: 3;

  color: #fff;

  cursor: default;

  background-color: #337ab7;

  border-color: #337ab7;

}

.pagination>.disabled>span,

.pagination>.disabled>span:hover,

.pagination>.disabled>span:focus,

.pagination>.disabled>a,

.pagination>.disabled>a:hover,

.pagination>.disabled>a:focus {

  color: #777;

  cursor: not-allowed;

  background-color: #fff;

  border-color: #ddd;

}

.pagination-lg>li>a,

.pagination-lg>li>span {

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

}

.pagination-lg>li:first-child>a,

.pagination-lg>li:first-child>span {

  border-top-left-radius: 6px;

  border-bottom-left-radius: 6px;

}

.pagination-lg>li:last-child>a,

.pagination-lg>li:last-child>span {

  border-top-right-radius: 6px;

  border-bottom-right-radius: 6px;

}

.pagination-sm>li>a,

.pagination-sm>li>span {

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

}

.pagination-sm>li:first-child>a,

.pagination-sm>li:first-child>span {

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;

}

.pagination-sm>li:last-child>a,

.pagination-sm>li:last-child>span {

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

}

/*搜索按钮*/
#search-btn {
  cursor: pointer;
}


.el-empty {
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 500px;
}

.el-empty__image svg {
  fill: currentColor;
  color: #e9e9e9;
}

.el-empty__description {
  margin: 16px 0;
  color: #909399;
  font-size: 14px;
}

.el-empty__bottom {
  margin-top: 20px;
}

.el-button {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
}

.el-button--primary {
  color: #fff;
  background: #409eff;
  border-color: #409eff;
}

.el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}



/* 分类 */
.category-box {
  width: 100%;
  background: linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 45%);
  border-radius: 8px 8px 8px 8px;
  border: 0px solid;
  position: relative;
  overflow: hidden;
}

.tree-icon {
  width: 150px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.category-item-box {
  padding: 10px 40px;
  display: flex;
  align-items: baseline;
  font-size: 14px;
}


.category-title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 15px !important;
  color: #353535;
  text-align: right;
}

.category-item {
  padding: 3px 15px;
  margin: 0 5px;
  margin-bottom: 10px;
  color: #353535;
  text-decoration: none;
  box-sizing: content-box;
}

.category-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 9;
}

.category-active-item {
  background: #EBF1FF;
  border-radius: 20px;
  border: 1px solid #054EBB;
}

.category-search {
  width: 249px;
  height: 30px;
  padding-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
}

.category-btn {
  background: linear-gradient(0deg, #8859D9, #8859D9), #054EBB;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
}

.category-item-box .btn-search {
  background-color: #8859D9;
  border: none;
  width: 90px;
  margin-left: 10px;
  border-radius: 1px;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.keyword-input {
  border: 1px solid #F5F6FA;
}