* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'FZHTJW';
  font-display: swap;
  src: url("../font/FZHTJW.TTF") format("truetype");
}

body {
  font-family: FZHTJW !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-justify-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-justify-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-s {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.one {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {
  width: 100%;
  max-width: 750px;
  height: 37px;
  padding: 10px 16px 10px 30px;
  background-color: #e4dad3;
  position: fixed;;
  top: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .header-logo {
  width: 62px;
  height: 23px;
}

.header .right img {
  width: 18px;
  height: 16px;
}

.video_div {
  line-height: 0;
}

.display-mo {
  font-size: 20px;
}

.footer {
  overflow: hidden;
  font-size: 10px;
  color: #707070;
  text-align: center;
  background-color: #e4dad3;
  padding: 23px 34px 27px;
}

.footer .f-top {
  margin: 0 0 48px;
}

.footer .f-top img {
  width: 11px;
  height: 6px;
  margin-left: 5px;
}

.footer .follow img {
  width: 21px;
  height: 17px;
}

.footer .bottom-logo {
  width: 191px;
  height: 70px;
  margin: 48px auto 0;
}

.footer a {
  color: #707070;
}

.Indexes {
  background: #f7f7f7;
}

.Indexes a {
  color: #707070;
}

.Indexes .active {
  color: #000;
}
.Indexes .headTop {
  font-size: 17px;
  font-weight: normal;
  color: #707070;
  position: relative;
  padding: 15px 0;
  background-color: #e9dfd8;
}

.Indexes .headTop p {
  width: 100%;
  text-align: center;
  line-height: 1;
}

.Indexes .headTop .icon1 {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 16px;
}
.Indexes .top {
  font-size: 15px;
  color: #707070;
  background-color: #fff;
}

.Indexes .top .navTab {
  border-bottom: 1px solid #A5A5A5;
}

.Indexes .top div {
  line-height: 42px;
  padding: 0 28px;
}

.Indexes .module {
  padding: 0 25px;
}

.Indexes .module .title {
  font-size: 14px;
  color: #868585;
  margin: 15px 0;
}

.Indexes .module .lately {
  font-size: 14px;
  color: #868585;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid rgba(165, 165, 165, 0.3);
}

.Indexes .module .lately .location {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.Indexes .module .lately .refresh {
  width: 15px;
  height: 17px;
}

.Indexes .module .label {
  font-size: 14px;
  color: #868585;
  padding: 10px 5px;
  border: 1px solid rgba(165, 165, 165, 0.3);
  background-color: #fff;
  border-radius: 2px;
  margin-right: 9px;
  margin-bottom: 11px;
  width: calc(33% - 6px);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Indexes .module .label:nth-child(3n) {
  margin-right: 0;
}

.company {
  color: #707070;
  background: #f7f7f7;
}

.company a {
  color: #707070;
}

.company .first {
  font-size: 17px;
  padding: 13px 14px;
  background-color: #fff;
}

.company .first img {
  width: 15px;
  height: 19px;
  margin-right: 5px;
}

.company .first p {
  line-height: 1;
}

.company .item {
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #a5a5a5;
}
/*# sourceMappingURL=style.css.map */