/*基础样式*/
html,
body,
header,
footer,
nav,
section,
aside,
div,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
h3,
h4,
p,
dl,
dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f4f5f7;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI',
    'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei',
    sans-serif;
  font-size: 14px;
}

header {
  flex: 0 0 auto;
}

.main-content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

a {
  text-decoration: none;
  color: #ffffff;
  outline: none;
}

input {
  border: none;
  outline: none;
  padding: 0;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
/*header*/
.header-title {
  background: #ffffff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 10px;
  height: 36px;
  position: relative;
  z-index: 999;
}

.herder-logo {
  display: inline-block;
  width: 30%;
  height: 100%;
}

.herder-logo-img {
  max-width: 100%;
  height: auto;
  scale: 0.8;
}

.header-icon {
  display: flex;
  justify-content: flex-end;
}
.header-icon img {
  width: 30%;
  display: inline-block;
}

.full-mark-one,
.full-mark-two {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  background: rgba(82, 82, 82, 0.3);
  z-index: 99;
  display: none;
}

.crumbs {
  position: absolute;
  top: 42px;
  right: 10px;
  width: 182px;
  height: 149px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 99;
  padding: 17px 15px;
  display: none;
  overflow: hidden;
}

.crumbs-line {
  width: 167px;
  height: 1px;
  background: #f8f8f8;
  margin: 16px 0;
}

.home-page,
.contact-us,
.upload {
  height: 17px;
  width: max-content;
  padding: 0 100px 0 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}

.search-more {
  position: absolute;
  top: 36px;
  right: 0;
  width: 100%;
  height: 208px;
  background: #fff;
  padding: 0 10px;
  z-index: 99;
  display: none;
  overflow: auto;
}

.search-more-input-box {
  position: absolute;
  padding: 0 10px 0 10px;
  top: 44px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.search-more-form {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.search-more-input {
  font-size: 14px;
  width: 100%;
  padding-right: 46px;
  height: 36px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
}

.search-more-button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 36px;
  height: 36px;
  background: #ff6000;
  border-radius: 0px 4px 4px 0px;
}
.search-more-button img {
  scale: 0.5;
}

.search-more-nav {
  position: absolute;
  /* width: 300px; */
  width: 100%;
  padding: 0 10px 0 10px;
  height: auto;
  top: 94px;
  left: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.search-more-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.search-more-item {
  display: block;
  font-size: 14px;
  color: #999999;
  width: auto;
  height: 23px;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  line-height: 23px;
}

.search-more-icon {
  text-align: center;
  margin-bottom: 5px;
}

/*footer*/
.public-advertising {
  font-size: 12px;
  height: 109px;
  width: 100vw;
  padding: 12px 10px;
  background: #0f131a;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  color: #7e7e7e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.public-advertising-text {
  display: flex;
  margin-bottom: 4px;
  height: 16px;
}

.public-advertising-text > p {
  margin: 0 12px;
}

.public-advertising-text-collect {
  margin-bottom: 4px;
}

.public-advertising-line {
  width: 100%;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 4px;
  margin-top: 4px;
}

/*public nav*/
.public-nav {
  height: 113px;
  background: #fff;
  overflow: hidden;
  width: auto;
}

.public-nav-box {
  overflow: hidden;
  padding: 10px;
  margin: 10px;
  height: 93px;
  background: linear-gradient(130deg, #ffdec9 0%, #fff2eb 100%);
  background-size: 100% 100%;
  box-shadow: 0px 0px 6px 1px rgba(255, 96, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.public-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-nav-item div {
  width: 35px;
}

/* 公共卡片区域 */
.public {
  padding: 0 10px;
  position: relative;
}

.public .public-main-item {
  height: atuo;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.public-main-item:last-child {
  margin-bottom: 10px;
}

.public-main-list-item {
  padding: 10px;
  overflow: hidden;
}

.public-main-list-img {
  width: auto;
  height: 135px;
  border-radius: 6px 6px 6px 6px;
  background: url('../images/list.jpg') no-repeat;
  background-size: cover;
}

.public-main-list-title {
  height: 16px;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.public-main-list-title > p {
  font-size: 16px;
}

.item-title-text {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-introduce {
  width: auto;
  height: auto;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 6px;
  margin-top: 7px;
  overflow: hidden;
}

.item-introduce > textarea {
  outline: none;
  background-color: transparent;
  padding: 0;
  border: none;
  resize: none;
  border-color: #f9f9f9;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 页码 */
.page-number {
  text-align: center;
  margin-bottom: 12px;
  color: #999999;
}

/* 翻页 */
.seven {
  width: auto;
  height: 30px;
  /* background: skyblue; */
  border-radius: 2px 2px 2px 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.prev {
  width: 72px;
  height: 30px;
  background: #ff6000;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  margin-right: 12px;
  line-height: 30px;
  text-align: center;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.next {
  width: 72px;
  height: 30px;
  background: #ff6000;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  margin-right: 20px;
  line-height: 30px;
  text-align: center;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.page-disabled {
  cursor: not-allowed;
  background: #d2d2d2;
}

.go {
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-text {
  width: 56px;
  height: 30px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: none;
  outline: none;
  margin-left: 6px;
  margin-right: 6px;
}
