/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: > 0.05%,last 11 versions,IE >=8,iOS >= 7,Android >= 4
*/

body {
  background-color: #eee;
}

/* 顶部导航栏样式开始 */

.header .logo>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo>a>img {
  width: 36px;
}

.header .logo>a>span {
  margin-left: 0.3em;
  font-size: 1.8em;
  letter-spacing: .1em;
  color: #fff;
}

/* 顶部导航栏样式结束 */



/* 文章大标题样式开始 */

.hero-area.breadcrumb-area {
  padding-top: 160px;
  padding-bottom: 86px;
}

.hero-area-content h1 {
  font-size: 44px;
}

.hero-area-content a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.breadcrumb-area ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-area ul li a:hover {
  color: inherit;
}

.breadcrumb-area ul li a::before {
  content: "|";
}

/* 文章大标题样式结束 */



/* 文章正文样式开始 */

.blog-detail {
  padding: 2em 0 5em;
}

.blog-detail h4 {
  margin: 4em 0 1.5em;
  text-align: center;
}

#prod-intro {
  text-indent: 2em;
  line-height: 2.4em;
}

li.item {
  list-style: disc;
  line-height: 2.4em;
}

.photo {
  text-align: center;
  margin-bottom: 2em;
}

/* 文章正文样式开始 */



/* 底栏样式开始 */

.footer {
  padding: 35px 0;
  color: #fff;
  text-align: center;
}

.footer::before {
  opacity: 1;
}

/* 底栏样式结束 */
