/* 主页的样式 */
.Industry-page {
  margin-bottom: 8px;
}
.header {
  width: 100%;
  height: 168px;
  background: url('../images/banner@2x.png') no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.header-box {
  height: 168px;
  padding: 22px 20px;
  width: auto;
  overflow: hidden;
}
.header-text {
  text-align: center;
}

.header-search {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 36px;
  top: 14px;
}

.header-search-form {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.header-search-input {
  overflow: hidden;
  width: 100%;
  padding-right: 46px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  text-indent: 10px;
  font-size: 14px;
  background-color: #fff;
}

.header-search-button {
  position: absolute;
  width: 36px;
  height: 36px;
  background: #ff6000;
  border-radius: 0px 4px 4px 0px;
  right: 0;
  top: 0;
}

.header-search-button > img {
  height: 16px;
}
.header-nav {
  position: relative;
  width: 100%;
  height: auto;
  top: 20px;
}
.header-nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.header-nav-item {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  background: rgba(82, 82, 82, 0.3);
  border-radius: 20px 20px 20px 20px;
  font-size: 12px;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #dfdfdf;
}

/* 滚动条 */
.source {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 34px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 12px;
  margin-bottom: 16px;

  overflow: hidden;
}
.source-icon {
  width: 90px;
  height: 18px;
  background: #fef4eb;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  color: #ff853b;
  align-items: center;
  margin-left: 10px;
}
.source-icon > img {
  height: 10px;
  width: 10px;
  margin: 4px;
}
.source-icon > p {
  font-size: 10px;
}
.source-animate-text {
  width: 100%;
  height: 18px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.source-animate-text > p {
  font-size: 12px;
  margin-left: 5px;
  color: #0f131a;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: wordsLoop 11s linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes wordsLoop {
  0% {
    transform: translateX(540px);
    -webkit-transform: translateX(540px);
  }
  100% {
    transform: translateX(-540px);
    -webkit-transform: translateX(-540px);
  }
}

.public-nav-page {
  margin-bottom: 10px;
}
/* 主页的样式 */

/* 行业分类 */
.content {
  position: relative;
}
.Industry {
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.Industry-box {
  padding: 11px 8px 3px 8px;
}
.Industry-more {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 15px;
  bottom: 0;
  background: #fff;
  height: 30px;
  width: 40px;
}

.Industry-more img {
  height: 15px;
}
.Industry-box > ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
.Industry-box ul li {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.Industry-nav-industry {
  margin-right: 3px;
  color: #999999;
  padding: 1px 6px 1px 6px;
}

.Industry-nav-items {
  color: #323232;
  margin-right: 5px;
  padding: 2px 6px 2px 6px;
  margin-bottom: 8px;
}

.Industry-nav-items-checked {
  color: #ff6000;
  background: #ffefe5;
  border-radius: 2px 2px 2px 2px;
}

/* 更多行业 */
.more-industries {
  position: absolute;
  height: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
  z-index: 99;
  overflow: auto;
  display: none;
}
.more-industries-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  padding: 12px 16px 12px 16px;
}
.more-industries-ul li {
  width: 25%;
}

.more-industries-items {
  float: left;
  width: 60px;
  height: 29px;
  margin-right: 16px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  padding: 0 5px;
}
.more-industries-items-active {
  background-color: #ff6000;
  color: #fff;
}
.page-up {
  text-align: center;
  margin-bottom: 10px;
  height: 30px;
}
