.text-center {
    text-align: center;
}
.navbar-brand {
  background: url('../img/logo.png') no-repeat center;
}

.home__hd {
  color: #fff;
  padding: 15px 15px 25px 15px !important;
  background: url('../img/jiuyuan.jpg') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home__hd div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.home__hd .page__desc{
  color: #fff;
}

.show {
  display: block !important;
}

.wx-share {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/wx-share.png) top center no-repeat;
  background-size: 320px auto;
  background-color: rgba(0,0,0,.75);
  z-index: 999;
}

.share-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 100%;
  z-index: 999;
  background: #ff4081;
}
.share-btn span {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
/** weui style */
body, html {
	height: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif
}

ul {
	list-style: none
}

#post-content p {
    text-indent: 28px;
}
#post-content ol {
    margin-left: 43px;
}
#post-content ol p {
    text-indent: 0px;
}

.banner img, .weui-media-box__hd img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page, body {
	background-color: #f8f8f8;
  font-size: 14px;
}

.link {
	color: #1aad19
}

.page {
	/*overflow-y: auto;*/
	-webkit-overflow-scrolling: touch;
	z-index: 1
}

.page.js_show {
	opacity: 1
}

.page__hd {
	padding: 20px
}

.page__bd_spacing {
	padding: 0 15px
}

.page__ft {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center
}

.page__ft img {
	height: 19px
}

.page__ft.j_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.page__title {
	text-align: left;
	font-size: 20px;
	font-weight: 400
}

.page__desc {
	margin-top: 5px;
	color: #888;
	text-align: left;
	font-size: 14px
}

.page__bd .author{
  padding: 0 15px;
}

.card {
  margin: 10px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.weui-flex__item .card {
  margin: auto !important;
  padding: 10px;
  text-align: center;
}
.weui-flex__item .card h4 {
  margin-bottom: 5px;
}

#content .weui-media-box__info {
    margin-top: 0px;
    padding: 0 15px 15px;
}

.pager {
  margin-top: 10px; 
  margin-bottom: 10px
}

.ship-flow .weui-flex__item {
  padding: 10px;
}

.ship-anli .weui-panel__bd {
  padding: 0 10px;
}
.ship-anli .weui-flex__item {
  padding: 5px;
}
.ship-anli .weui-flex__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ship-review {
  margin-top: 8px; 
  overflow: auto;
}
.ship-review .icon {
  font-size:16px;
}
.ship-review .pull-right {
  color:gray;
}

.padding-15 {
  padding: 15px;
}

.services {
  margin: 15px 0;
}

.weui-grid {
  text-align: center;
}

.weui-grid .weui-grid__icon {
  width: auto;
  display: inline-block;
}