* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fffdf8;
  min-width: 1200px;
}

a {
  text-decoration: none;
}

.s_inner {
  min-width: 1200px;
  overflow: hidden;
}

.s_zt {
  position: relative;
  overflow: hidden;
  width: 1920px;
  line-height: normal;
  margin-left: 50%;
  left: -960px;
}

.footer {
  width: 100%;
  height: 100px;
  background: #391f0b;
}

.ui-nowrap {
  white-space: nowrap;
}

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

.ui-flex {
  display: flex;
}

.ui-flex-1 {
  flex: 1;
}

.ui-jtop {
  justify-content: flex-start;
}

.ui-jright {
  justify-content: flex-end;
}

.ui-cont-sb {
  justify-content: space-between;
}

.ui-cont-sa {
  justify-content: space-around;
}

.ui-jcenter {
  justify-content: center;
}

.ui-cont-center {
  align-items: center;
}

.ui-cont-flex-start {
  align-items: flex-start;
}

.ui-cont-flex-end {
  align-items: flex-end;
}

.ui-cont-baseline {
  align-items: baseline;
}

.ui-inline-block {
  display: inline-block;
}

.ui-row {
  flex-direction: row;
}

.ui-column {
  flex-direction: column;
}

.box_s {
  display: flex;
  flex-direction: column;
}

.ui-cous {
  cursor: pointer;
}

.ui-flex {
  display: flex;
}

.items {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.items span {
  min-width: 60px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}

.time {
  font-size: 13px;
  color: #999;
}

.bottom {
  margin-top: 13px;
  line-height: 12px;
}

.button {
  padding: 0;
  float: right;
}

.image {
  width: 100%;
  display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.w1200 {
  padding-top: 50px;
}
.w1200 a {
  box-sizing: border-box;
  text-decoration: none;
  padding: 10px;
}
.w1200 a:hover dl dt img {
  transform: scale(1.2);
}
.w1200 a:hover dl dd {
  top: -60px;
}
.w1200 dl {
  padding: 5px;
  width: 370px;
  height: 230px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.w1200 dl dt {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.w1200 dl dt img {
  width: 100%;
  height: 220px;
  transition: all 0.3s;
  transform: scale(1);
}
.w1200 dl dd {
  color: #fff;
  height: 150px;
  line-height: 50px;
  position: relative;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

b {
  color: #fc6d26;
}

.sb_title {
  padding-left: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #fc6d26;
  padding-top: 15px;
}

.top_title_top {
  text-align: center;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.top_title_top .inner-text {
  color: #f00;
  line-height: 50px;
  font-size: 16px;
}

.top_title {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fc6d26;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}

.kefuxitong {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
.kefuxitong h3 {
  font-size: 36px;
}
.kefuxitong .text {
  text-align: left;
}
.kefuxitong .img {
  margin-top: 15px;
}

.douyin {
  text-align: center;
  width: 360px;
  margin: 0 auto;
}
.douyin img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */