@charset "utf-8";
/*
theme name: mp
theme uri: http://www.zhutibaba.com/themes/mp
author: 主题巴巴
author uri: http://www.zhutibaba.com
description: 手机门户 (mobile portal 简称 mp) 是一款由主题巴巴原创的wordpress手机门户主题，如果您希望搭建一个手机门户网站，那么这款主题会是一个非常不错的选择。
version: 1.1.5
license: gnu general public license v2 or later
license uri: http://www.gnu.org/licenses/gpl-2.0.html
text domain: mp
tags: one-column, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
0. reset
--------------------------------------------------------------*/
@import url(/uploads/css/wtmacss/font-awesome.min.css);
html {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

sup {
  top: -.5em;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
pre {
	white-space: pre-wrap;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure > img {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# accessibility
--------------------------------------------------------------*/
/* text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* above wp toolbar. */
}

/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.5075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
1. defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
}

strong,
b {
  font-weight: bold;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: ;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #bfbfbf;
  outline: none;
}

textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
}

button:hover,
.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}

button:focus,
textarea:focus {
  outline: 0;
}

table {
  font-size: 14px;
  color: #333333;
  border-width: 1px;
  border-color: #e9e9e9;
  border-collapse: collapse;
  width: 100%;
}

table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #f0f0f0;
}

table tr:hover td {
  background-color: #f9f9f9;
}

table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #ffffff;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.alignnone {
  display: block;
}

/* clear floats */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}

body {
  background: #f0f0f0;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:active, a:focus {
  outline: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

/* =genericons, thanks to fontsquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
  font-family: 'genericons';
  src: ;
  src:  format("embedded-opentype"),  format("woff"),  format("truetype"),  format("svg");
  font-weight: normal;
  font-style: normal;
}

/* genericons */
.comments-title span:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comment-list .children li:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_happythemes_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.wp-custom-header {
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.wp-custom-header img {
  margin: 0 auto;
}

.site-header {
  position: relative;
}

.site-header .search-icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 12px;
}

.site-header .search-icon:hover {
  cursor: pointer;
}

.site-header .search-icon span:before {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.site-header .search-icon .genericon-search.active {
  display: none;
}

.site-header .search-icon .genericon-close {
  display: none;
}

.site-header .search-icon .genericon-close.active {
  display: inline-block;
}

.site-header #simple-menu {
  display: block;
  position: absolute;
  top: 15px;
  left: 12px;
}

.site-header #simple-menu:hover {
  cursor: pointer;
}

.site-header #simple-menu.simple-menu:before {
  font-family: genericons;
  color: #fff;
  content: '\f419';
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.site-header #simple-menu.simple-menu.closemenu:before {
  font-family: genericons;
  color: #fff;
  content: none;
  content: '\f405';
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.site-start {
  line-height: 1;
  position: relative;
  margin-top: 5px;
  text-align: center;
  /* custom background colors for secondary bar (demo only) */
}

.site-start.bar-red {
  background-color: #ed1c24;
}

.site-start.bar-blue {
  background-color: #146eb4;
}

.site-start.bar-orange {
  background-color: #ff6a00;
}

.site-start.bar-green {
  background-color: #2c9f45;
}

.site-start.bar-pink {
  background-color: #fd5c63;
}

.site-start.bar-purple {
  background-color: #b84592;
}

.site-start.bar-sky-blue {
  background-color: #0389ff;
}

.site-start.bar-light-green {
  background-color: #7fbb00;
}

.search-input {
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #333;
  text-indent: 5px;
}

.search-input:focus {
  background-color: #fff;
  border-color: #bfbfbf;
}

.search-submit {
  border-left: none;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

/* header search */
.header-search {
  display: none;
  background-color: #fff;
  line-height: 1;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

.header-search:before {
  color: #fff;
  top: -10px;
  right: 17px;
  font-family: "fontawesome";
  font-size: 16px;
  content: "\f0d8";
  position: absolute;
}

.header-search:after {
  color: #999;
  font-family: 'genericons';
  font-size: 22px;
  content: '\f400';
  position: absolute;
  top: 19px;
  left: 20px;
}

.header-search .search-input {
  background: #f5f5f5;
  border: none;
  color: #222;
  font-size: 16px;
  width: 259px;
  height: 32px;
  padding-left: 30px;
  position: absolute;
  top: 13px;
  left: 13px;
}

.header-search .search-submit {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.header-search .search-submit:hover {
  opacity: 0.85;
}

/*--------------------------------------------------------------
2.1 logo
--------------------------------------------------------------*/
.site-branding {
  z-index: 9999;
  position: relative;
  display: inline-block;
}

.site-branding #logo {
  height: 50px;
}

.site-branding .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.site-branding img {
  max-height: 40px;
  vertical-align: middle;
  width: auto;
}

.site-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 50px;
}

.site-title a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.site-title a:hover {
  text-decoration: none;
}

.site-description {
  color: #fff;
  font-size: 0.85em;
}

/*--------------------------------------------------------------
2.1 navigation menu
--------------------------------------------------------------*/
#primary-nav.menu_column_1 ul li {
  width: 100%;
}

#primary-nav.menu_column_2 ul li {
  width: 50%;
}

#primary-nav.menu_column_3 ul li {
  width: 33.3333%;
}

#primary-nav.menu_column_4 ul li {
  width: 25%;
}

#primary-nav.menu_column_5 ul li {
  width: 20%;
}

#primary-nav.menu_column_6 ul li {
  width: 16.6666%;
}

#primary-nav.menu_column_7 ul li {
  width: 14.2857%;
}

#primary-nav.menu_column_8 ul li {
  width: 12.5%;
}

#primary-nav.flexible-menu #primary-menu {
  padding-left: 20px;
  padding-right: 0;
}

#primary-nav.flexible-menu ul li {
  margin-right: 20px;
}

/* primary menu */
#primary-menu {
  padding: 10px 0;
}

#primary-menu ul {
  margin: 0;
  padding: 0;
}

#primary-menu li {
  display: inline-block;
  float: left;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: center;
}

#primary-menu li a {
  color: #fff;
}

/* mobile menu */
#sidr ul li {
  list-style: none;
}

#simple-menu {
  display: inline-block;
}

.icon-menu {
  background-color: #fff;
  padding: 15px 15px 5px;
}

.icon-menu:after {
  clear: both;
  content: " ";
  display: block;
}

.icon-menu ul {
  border-bottom: 1px solid #e9e9e9;
}

.icon-menu ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.72em;
}

.icon-menu ul li img {
  display: block;
  margin: 0 auto 0;
  line-height: 1;
}

.icon-menu ul li .fa {
  display: block;
}

.icon-menu ul li a {
  display: block;
}

.icon-menu.mp_grid_5 img {
  max-width: 52px;
}

.icon-menu.mp_grid_5 .fa {
  font-size: 32px;
}

.icon-menu.mp_grid_4 img {
  max-width: 64px;
}

.icon-menu.mp_grid_4 .fa {
  font-size: 40px;
}

.icon-menu.mp_grid_3 img {
  max-width: 80px;
}

.icon-menu.mp_grid_3 .fa {
  font-size: 52px;
}

.icon-menu.mp_grid_2 img {
  max-width: 120px;
}

.icon-menu.mp_grid_2 .fa {
  font-size: 64px;
}

/*--------------------------------------------------------------
3. homepage
--------------------------------------------------------------*/
.entry-title a,
.entry-title a:visited {
  color: #222;
}

.entry-title a:hover {
  text-decoration: none;
}

/* site content */
#primary {
  background-color: #fff;
  width: 100%;
}

.home #primary,
.home .site-main {
  background-color: transparent;
}

.home #site-bottom {
  margin-top: 0;
}

.home .content-block .post-small.last, .home .content-block .post-small:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*--------------------------------------------------------------
3.2 recent content
--------------------------------------------------------------*/
#recent-content .notice {
  background: #fff;
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
}

#recent-content .notice p {
  margin-bottom: 10px;
}

.home-zhuanti-section {
  background-color: #fff;
  margin: 0 0 15px 0;
  padding: 12px 15px 4px 15px;
}

.zhuanti-heading {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
}

.zhuanti-heading h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.zhuanti-heading .desc {
  color: #aaa;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
}

.zhuanti-heading .section-more {
  float: right;
}

.zhuanti-heading .section-more a {
  color: #aaa;
  font-size: 13px;
}

.home-zhuanti-list {
  padding: 15px 0 15px 0;
}

.home-zhuanti-list .thumbnail-wrap {
  margin-bottom: 0;
}

.home-zhuanti-list h3.zhuanti-title {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  width: 94%;
  padding: 8px 3%;
  text-align: center;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000000', endcolorstr='#a6000000', gradienttype=0);
}

.home-zhuanti-list h3.zhuanti-title a {
  color: #fff;
}

.home-zhuanti-list .zhuanti-list-item {
  position: relative;
  line-height: 0.5;
}

.home-zhuanti-list .zhuanti-list-item:nth-of-type(5), .home-zhuanti-list .zhuanti-list-item:nth-of-type(6), .home-zhuanti-list .zhuanti-list-item:nth-of-type(7), .home-zhuanti-list .zhuanti-list-item:nth-of-type(8) {
  margin-top: 20px;
}

.home-zhuanti-list .desc {
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}

/* zhuanti */
.entry-content .zhuanti-block {
  border-bottom: 1px dashed #ddd;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 13px;
}

.entry-content .zhuanti-block:last-child {
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-content .zhuanti-block a {
  text-decoration: none !important;
}

.entry-content .zhuanti-block .zhuanti-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 12px 0;
}

.entry-content .zhuanti-block .zhuanti-title a {
  background-color: #ffbe02;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}

.entry-content .zhuanti-block .zhuanti-desc {
  color: #999;
  font-size: 15px;
  line-height: 1.7;
  margin: 15px 0;
}

.entry-content .zhuanti-block .thumbnail-link {
  display: block;
  line-height: 0.5;
}

.entry-content .zhuanti-block img {
  margin: 0 !important;
}

.entry-content .zhuanti-block ul {
  margin: 0;
}

.entry-content .zhuanti-block ul li {
  font-size: 0.9em;
  margin-bottom: 10px;
  padding-left: 14px;
  max-height: 22px;
  overflow: hidden;
}

.entry-content .zhuanti-block ul li:before {
  top: 11px;
}

.entry-content .zhuanti-block ul li a {
  color: #333;
}

/* mini page */
.mini-page {
  background-color: #fff;
  border-radius: 4px;
  width: 540px;
  margin: 30px auto;
  padding: 20px 30px 30px 30px;
}

.mini-page h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.mini-page h4 a:hover {
  color: #037ef3;
}

.mini-page ul {
  margin-bottom: 20px;
}

.mini-page ul li {
  color: #999;
  list-style: none;
  max-height: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  padding-left: 14px;
  padding-right: 50px;
}

.mini-page ul li:before {
  border-radius: 50%;
  background-color: #ccc;
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}

.mini-page ul li:after {
  content: " ";
  clear: both;
  display: block;
}

.mini-page ul li a {
  color: #666;
}

.mini-page ul li a:hover {
  color: #037ef3;
}

.mini-page ul li em {
  color: #aaa;
  font-size: 13px;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}

.mini-header {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}

.mini-branding {
  text-align: center;
}

.mini-branding .site-title {
  float: none;
}

.mini-branding .site-title a {
  color: #037ef3;
}

.mini-branding img {
  width: auto;
  max-height: 60px;
}

.mini-branding h1 {
  font-size: 26px;
}

.mini-footer {
  border-top: 1px solid #e9e9e9;
  color: #999;
  font-size: 13px;
  padding-top: 15px;
  text-align: center;
}

.mini-footer a {
  color: #999;
}

.mini-footer a:hover {
  color: #333;
}

.ht_custom_grid_1_4 {
  float: left;
  margin-right: 2%;
  width: 23.5%;
}

.ht_custom_grid_1_4:nth-of-type(4n 0) {
  margin-right: 0;
  clear: right;
}

.ht_custom_grid_1_4:nth-of-type(4n 1) {
  clear: left;
}

@media only screen and (max-width: 600px) {
  .ht_custom_grid_1_4 {
    width: 49%;
    margin-bottom: 15px;
  }
  .ht_custom_grid_1_4:nth-of-type(2n 0) {
    margin-right: 0;
    clear: right;
  }
  .ht_custom_grid_1_4:nth-of-type(2n 1) {
    clear: left;
  }
  .home-zhuanti-list {
    padding-bottom: 0;
  }
}

.home-latest.content-block {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
}

.home-latest.content-block ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2.section-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 12px;
  position: relative;
}

h2.section-title .title {
  color: #999;
  font-size: 14px;
  display: inline-block;
  padding: 9px 0 8px;
}

.content-ad {
  border-bottom: 1px solid #f0f0f0;
  line-height: 0.5;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.content-ad .widget-title {
  display: none !important;
}

.content-grid {
  padding: 15px;
}

.content-grid .hentry {
  margin-bottom: 20px;
}

.content-grid .hentry .entry-title {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.35;
}

.content-grid .hentry img {
  background-color: #f8f8f8;
}

.content-grid .mp_loadmore {
  margin: 0;
}

.content-block {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 12px 15px 15px 15px;
}

.content-block ul li {
  list-style: none;
}

.content-block .post-big {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
  position: relative;
  line-height: 0.5;
}

.content-block .post-big:nth-of-type(2n) {
  margin-right: 0;
}

.content-block .post-big:nth-of-type(2n 1) {
  clear: left;
}

.content-block .post-big:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.content-block .post-big img {
  width: 100%;
}

.content-block .post-big .entry-title {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%);
  position: absolute;
  bottom: 0;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.3;
  padding: 3%;
  width: 94%;
  color: #fff;
}

.content-block .post-big .thumbnail-link {
  display: block;
}

.content-block .post-small {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  line-height: 1.4;
  list-style: none;
}

.content-block .post-small:before, .content-block .post-small:after {
  display: block;
  clear: both;
  content: " ";
}

.content-block .post-small img {
  background-color: #f8f8f8;
  float: left;
  width: 120px;
  margin: 0 15px 0 0;
}

.content-block .post-small .entry-title {
  font-weight: normal;
}

.content-block .post-small .post-link {
  display: block;
}

.content-block .post-small .post-link:after {
  content: " ";
  clear: both;
  display: block;
}

.content-block .post-small .entry-overview {
  position: relative;
}

.content-block .post-small .entry-meta {
  color: #bbb;
  display: none;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.content-block .post-small .entry-meta:after {
  clear: both;
  display: block;
  content: " ";
}

.content-block .post-small .entry-meta.no-thumbnail {
  margin-top: 8px;
  position: static;
}

.content-block .post-small .entry-meta.no-thumbnail .entry-meta-left {
  position: static;
  float: left;
}

.content-block .post-small .entry-meta .entry-meta-left {
  position: absolute;
  left: 135px;
  bottom: 0;
}

.content-block .post-small .entry-meta .entry-meta-right {
  float: right;
}

.content-block .post-small .entry-meta i {
  color: #ccc;
  font-size: 10px;
}

.content-block .post-small .entry-meta .entry-comment {
  margin-left: 10px;
}

.content-block .post-small .entry-meta .flaticon-chat-comment-oval-speech-bubble-with-text-lines {
  font-size: 12px;
  position: relative;
  top: -1px;
}

.content-block .post-small .entry-meta .entry-source {
  margin-right: 8px;
}

.content-block .block-more {
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
  padding-top: 15px;
  line-height: 1.1;
  text-align: center;
}

.section-heading {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
  margin: 0 0 15px 0;
}

.section-heading .section-title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.section-heading .section-more {
  display: inline-block;
  float: right;
  position: relative;
  top: -2px;
}

.section-heading .section-more li {
  display: inline-block;
  margin-left: 15px;
}

.post-link {
  display: block;
  position: relative;
}

.content-list .thumbnail-link {
  float: left;
  width: 32%;
  margin: 0 15px 0 0;
  line-height: 0.5;
  max-width: 120px;
}

.content-list .thumbnail-link img {
  width: 100%;
  height: auto;
}

.content-list .hentry {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px;
  position: relative;
}

.content-list .entry-title {
  font-size: 1.3em;
  line-height: 1.25;
  margin-bottom: 15px;
}

.content-list .entry-title a:hover {
  color: #333;
}

.content-list .gallery-list {
  margin: 18px 0 10px;
}

.content-list .gallery-list:after {
  clear: both;
  content: " ";
  display: block;
}

.content-list .gallery-list li {
  list-style: none;
  margin-bottom: 0 !important;
}

.content-list .gallery-list li img {
  width: 100%;
}

.content-list .gallery-list li:last-child {
  margin-right: 0;
}

.single #primary article.hentry .entry-meta {
  font-size: 12px;
  color: #aaa;
}

.single #primary article.hentry .entry-meta:after {
  clear: both;
  content: " ";
  display: block;
}

.single #primary article.hentry .entry-meta a {
  color: #aaa;
}

.single #primary article.hentry .entry-meta a:hover {
  color: #333;
}

.single #primary article.hentry .entry-meta .entry-date,
.single #primary article.hentry .entry-meta .entry-source,
.single #primary article.hentry .entry-meta .entry-views {
  margin-right: 10px;
}

.single #primary article.hentry .entry-meta .entry-author {
  margin-right: 10px;
}

.single #primary article.hentry .entry-meta .entry-author .avatar {
  width: 20px;
  border-radius: 50%;
  margin: -3px 4px 0 0;
  vertical-align: middle;
}

.single #primary article.hentry .entry-meta .entry-comment i {
  position: relative;
  top: -1px;
}

.not-found {
  padding: 5px 0 0 0;
}

.error404 .error-404 {
  padding: 20px;
}

/*--------------------------------------------------------------
3.3 pagination
--------------------------------------------------------------*/
.mp_loadmore {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  margin: -16px 0 0 0;
  padding: 6px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.mp_loadmore:hover {
  color: #fff;
}

.scroller-status {
  font-size: 14px;
  text-align: center;
}

.scroller-status img {
  width: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}

.scroller-status .infinite-scroll-request {
  background-color: #fff;
  color: #999;
  display: none;
  padding: 10px 0;
}

.scroller-status .infinite-scroll-last,
.scroller-status .infinite-scroll-error {
  background-color: #fff;
  color: #999;
  display: none;
  padding: 10px 0;
}

.pagination {
  background-color: #fff;
  display: none;
  width: 100%;
  text-align: center;
}

.pagination .page-numbers {
  border-top: 2px solid transparent;
  background-color: #fff;
  color: #555;
  display: inline-block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding: 0 13px;
  text-transform: uppercase;
}

.pagination .page-numbers:hover {
  background-color: #fafafa;
  border-bottom: 2px solid #ff4c4c;
  text-decoration: none;
}

.pagination .page-numbers.dots:hover {
  color: #333;
  background-color: transparent;
}

.pagination .page-numbers.current {
  background-color: #fafafa;
  border-bottom: 2px solid #ff4c4c;
}

.pagination .prev,
.pagination .next {
  position: relative;
}

/*--------------------------------------------------------------
4. single post/page
--------------------------------------------------------------*/
.page-title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.page .site-main {
  padding: 20px;
}

.single .site-main {
  padding: 20px;
}

.single .entry-header {
  margin-bottom: 15px;
}

.single .entry-header .entry-meta {
  height: 30px;
}

.single .entry-header .entry-meta:after {
  content: " ";
  clear: both;
  display: block;
}

.single .entry-header .entry-meta .entry-author {
  margin-right: 15px;
}

.single .entry-header .entry-meta .bdsharebuttonbox {
  display: inline-block;
  float: left;
}

.single .bx-wrapper {
  visibility: hidden;
  margin-bottom: 25px;
}

.single .gallery-slider {
  display: none;
  height: 100%;
}

.single .gallery-slider:after {
  clear: both;
  content: " ";
  display: block;
}

.single .gallery-slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single .gallery-slider li img {
  width: 100%;
  margin-bottom: 0;
}

.single .gallery-slider li:before {
  content: none;
}

.single .gallery-slider li .image-desc {
  background-color: #333;
  background-color: rgba(50, 50, 50, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 12px 2%;
  position: absolute;
  bottom: 0;
  width: 97%;
}

.single #primary .entry-footer {
  text-align: center;
}

.single #primary .entry-footer .entry-like,
.single #primary .entry-footer .entry-sponsor {
  display: inline-block;
  font-size: 16px;
  margin: 0 2px;
}

.single #primary .entry-footer .entry-like em {
  font-style: normal;
}

.single #primary .entry-footer .entry-like a {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 30px;
}

.single #primary .entry-footer .entry-like a.liked {
  background-color: #bbb;
  border-color: #bbb;
  color: #fff;
}

.single #primary .entry-footer .entry-like a:hover {
  color: #fff !important;
}

.single #primary .entry-footer .entry-sponsor span {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 30px;
  cursor: pointer;
}

.single #primary .entry-footer .entry-sponsor span:hover {
  color: #fff !important;
}

.single .entry-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* entry tags */
.entry-tags {
  text-align: center;
  margin-bottom: 10px;
  color: #999;
}

.entry-tags span {
  font-size: 14px;
  margin-right: 10px;
}

.entry-tags .tag-links a {
  background-color: #f5f5f5;
  border-radius: 2px;
  display: inline-block;
  color: #999;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin: 0 2px 5px 0;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
}

.entry-tags .tag-links a:hover {
  color: #fff;
  text-decoration: none;
}

.single-credit {
  margin: 30px 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid #efefef;
  color: #999;
}

.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
  margin-bottom: 10px;
}

.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}

.error404 .entry-content label,
.error404 .page-content label {
  display: inline-block;
}

.breadcrumbs {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 15px;
}

.breadcrumbs h1 {
  font-size: 1em;
  line-height: 1;
}

.breadcrumbs h1 span.title {
  display: inline-block;
  padding: 12px 0 12px;
}

.single-breadcrumbs {
  color: #aaa;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
}

.single-breadcrumbs .fa {
  margin: 0 5px;
}

.single-breadcrumbs a {
  color: #aaa;
}

.single-breadcrumbs a:hover {
  color: #333;
}

.single-excerpt {
  border: 1px solid #efefef;
  color: #777;
  margin: 0 0 20px 0;
  padding: 15px;
  line-height: 1.7;
  font-size: 14px;
  position: relative;
}

.single-excerpt p {
  font-size: 14px;
}

.single #primary .entry-category-single {
  margin-right: 15px;
}

.single .entry-header .entry-meta .custom-share {
  float: right;
  margin-bottom: 0;
  text-align: left;
}

.single .entry-header .entry-meta .custom-share:before {
  color: #999;
  position: absolute;
  content: "分享";
  font-size: 11px;
  display: block;
  right: 100%;
  top: 0;
  width: 32px;
  text-align: center;
}

.single .entry-header .entry-meta .custom-share .bdshare-button-style0-16 a,
.single .entry-header .entry-meta .custom-share .bdshare-button-style0-16 .bds_more {
  float: left;
}

.custom-share {
  position: relative;
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

.custom-share .bdshare-button-style0-16 a,
.custom-share .bdshare-button-style0-16 .bds_more {
  float: none;
}

.custom-share .bdsharebuttonbox a {
  background-color: #f5f6f7;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 0 0 4px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 0;
}

.custom-share .bdsharebuttonbox a:hover {
  background-color: #eee;
  opacity: 1;
}

.custom-share .bdsharebuttonbox .bds_qzone {
  background-image: ;
}

.custom-share .bdsharebuttonbox .bds_tsina {
  background-image: ;
}

.custom-share .bdsharebuttonbox .bds_weixin {
  background-image: ;
}

.custom-share .bdsharebuttonbox .bds_sqq {
  background-image: ;
}

/* single post nav */
#post-nav {
  margin: 15px 0 0 0;
}

#post-nav .thumbnail-wrap {
  max-height: 90px;
  overflow: hidden;
}

#post-nav img {
  width: 100%;
}

#post-nav .post-previous h4,
#post-nav .post-previous span {
  left: 10px;
  padding-right: 10px;
}

#post-nav .post-next h4,
#post-nav .post-next span {
  right: 10px;
  padding-left: 10px;
}

#post-nav .post-previous,
#post-nav .post-next {
  border-radius: 3px;
  position: relative;
  max-height: 90px;
  overflow: hidden;
  line-height: 0.5;
}

#post-nav span,
#post-nav h4 {
  color: #fff;
  position: relative;
  z-index: 99;
}

#post-nav span {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
}

#post-nav h4 {
  font-size: 0.75em;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  line-height: 1.4;
  max-height: 38px;
  overflow: hidden;
}

#post-nav a {
  display: block;
}

#post-nav .shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  transition: 0.3s all;
}

#post-nav .shadow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* related  posts */
.related-content {
  border-top: 1px solid #e9e9e9;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.related-content .section-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.related-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* entry content */
.entry-content {
  /* begin wp 5.0  styles */
  /* end wp 5.0  styles */
}

.entry-content a {
  text-decoration: underline;
}

.entry-content .wp-post-image {
  margin-bottom: 20px;
  width: 100%;
}

.entry-content img {
  margin-bottom: 20px;
  max-width: 100%;
}

.entry-content .wp-caption img {
  margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.35;
}

.entry-content h1 {
  font-size: 26px;
}

.entry-content h2 {
  font-size: 22px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 16px;
}

.entry-content h5, .entry-content h6 {
  font-size: 14px;
}

.entry-content p {
  line-height: 1.85;
  margin-bottom: 20px;
}

.entry-content code p,
.entry-content blockquote p,
.entry-content form p,
.entry-content table p {
  text-indent: 0;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 25px 0;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 0 25px;
}

.entry-content ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 18px;
  position: relative;
}

.entry-content ul li:hover:before {
  color: #333;
}

.entry-content ul li:before {
  border-radius: 3px;
  background-color: #ccc;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
}

.entry-content ul li ul li {
  list-style: none;
}

.entry-content ol li {
  list-style: inside decimal;
  margin: 0 0 10px 0;
}

.entry-content select {
  padding: 0 5px;
}

.entry-content select:focus, .entry-content select:active {
  outline: none;
}

.entry-content dl {
  margin-bottom: 20px;
}

.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em;
}

.entry-content input[type="radio"] {
  -webkit-appearance: radio;
}

.entry-content input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.entry-content table {
  margin-bottom: 20px;
}

.entry-content select {
  border: 1px solid #e9e9e9;
  font-size: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 2em;
  max-width: 100%;
  -webkit-appearance: menulist;
}

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px;
}

.entry-content input[type="file"] {
  border: none;
}

.entry-content textarea {
  width: 100%;
  height: 200px;
}

.entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0;
}

.entry-content .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  color: #999;
}

.entry-content .wp-block-gallery {
  margin: 0 0 9px 0;
}

.entry-content .wp-block-gallery li {
  padding: 0;
}

.entry-content .wp-block-gallery li:before {
  content: none;
}

.entry-content .wp-block-gallery li img {
  margin: 0;
}

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry-content .wp-block-image figcaption {
  margin-top: -20px;
}

.entry-content cite {
  font-size: 15px;
  margin-bottom: 20px;
}

.entry-content iframe,
.entry-content .wp-block-audio,
.entry-content .wp-block-video {
  margin-bottom: 20px;
}

.entry-content * p {
  text-indent: 0;
}

.entry-content .page-links {
  color: #999;
  text-align: center;
}

.entry-content .page-links .page-links-title {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #999;
}

.entry-content .page-links span {
  border: 1px solid #efefef;
  background-color: #fff;
  display: inline-block;
  margin: 0 -3px;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
}

.entry-content .page-links a {
  text-decoration: none;
}

.entry-content .page-links a:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.entry-content .widget_tag_cloud .tagcloud a {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #333 !important;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 0 6px 0;
  padding: 0 5px;
  text-decoration: none;
}

.entry-content .widget_tag_cloud .tagcloud a:hover {
  border-color: #fff;
  color: #fff !important;
}

blockquote {
  border-left: 5px solid #ddd;
  color: #999999;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  line-height: 1.45;
  position: relative;
}

blockquote p {
  font-size: 0.95em;
}

blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

/*--------------------------------------------------------------
5. archive/search page
--------------------------------------------------------------*/
.search .content-block,
.archive .content-block {
  padding-bottom: 2px;
}

.search .content-block .post-small:last-child,
.archive .content-block .post-small:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-no-results .page-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.no-results .entry-content p,
.not-found .entry-content p {
  text-indent: 0;
}

/*--------------------------------------------------------------
6. comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 30px;
}

.comment-respond {
  border-top: 1px solid #f0f0f0;
  margin: 15px 0 5px;
  padding: 25px 0 0 0;
}

.comments-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 25px;
  padding-top: 25px;
}

.comments-title:before {
  top: 30px !important;
}

.comment-reply-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comment-list {
  list-style: none;
}

.comment-author {
  font-size: 14px;
}

.comment-meta {
  margin-bottom: 5px;
}

.comment-list .reply,
.comment-metadata {
  font-size: 13px;
}

.comment-author .fn {
  font-weight: normal;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #999;
}

.comment-list .trackback a:visited,
.comment-list .pingback a:visited,
.comment-metadata a:visited,
.comment-list .reply a:visited {
  color: #999;
}

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
  color: #333;
}

.comment-author a:hover {
  color: #333;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0 0 20px 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  position: relative;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
  padding-top: 0;
}

.comment-list > li:first-child > article .reply,
.comment-list > .pingback:first-child .reply,
.comment-list > .trackback:first-child .reply {
  top: 0;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: auto;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content {
  padding-left: 50px;
}

.comment-list .reply {
  visibility: hidden;
  position: absolute;
  top: 20px;
  right: 0;
}

.comment-body:hover .reply {
  visibility: visible;
}

.comment-author {
  display: inline;
}

.comment-metadata {
  display: inline;
  margin-left: 7px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:hover {
  text-decoration: none;
}

#cancel-comment-reply-link:hover {
  text-decoration: none;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: '\f467';
  color: #aaa;
  margin-right: 2px;
}

.comment-content {
  font-size: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 0;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  margin: 0 0 -1px 0;
  z-index: 2;
}

.comment-list .children:before {
  color: #f7f7f7;
  top: -16px;
  left: 13px;
  font-family: "fontawesome";
  font-size: 20px;
  content: "\f0d8";
  position: absolute;
  width: 20px;
  text-align: center;
}

.comment-list .children li article {
  border-top-color: #eee;
}

.comment-list .children li:first-child article {
  border-top: none;
  padding-top: 0;
}

.comment-list .children li:first-child article .reply {
  top: 0;
}

.comment-list .children li:last-child article {
  margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #999;
}

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.no-comments a,
.form-allowed-tags a,
.form-allowed-tags code a {
  color: #999;
}

.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.no-comments a:hover,
.form-allowed-tags a:hover,
.form-allowed-tags code a:hover {
  color: #333;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  margin-bottom: 10px;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px;
}

.comment-form textarea {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 32%;
  margin-right: 2%;
}

.comment-form .comment-form-url {
  width: 32%;
}

.comment-form .comment-form-author {
  float: left;
}

.comment-form .comment-form-email {
  float: left;
}

.comment-form .comment-form-url {
  float: right;
}

.comment-form:after {
  content: '';
  display: block;
  clear: both;
}

.comment-form .submit {
  font-size: 14px;
  padding: 0 18px;
}

.comment-form label {
  font-size: 14px;
}

.comment-form-cookies-consent {
  display: none;
  margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 20px;
}

.comment-navigation {
  font-size: 13px;
}

.comment-navigation:after {
  clear: both;
  content: " ";
  display: block;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

#comment-nav-above {
  margin-bottom: 20px;
}

#comment-nav-below {
  margin-bottom: 0;
}

.must-log-in {
  background: #f7f7f7;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-radius: 3px;
  margin-bottom: -27px;
  z-index: 2;
  position: relative;
}

.must-log-in a {
  color: #fff;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 -10px 0 10px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.must-log-in a:hover {
  background-image: ;
  background-repeat: repeat;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
7. footer
--------------------------------------------------------------*/
.top-notice {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0 2px 0 rgba(50, 50, 50, 0.1);
  position: fixed;
  padding: 12px 5px 20px 5px;
  top: 45px;
  right: 6px;
  width: 180px;
  text-align: center;
}

.top-notice:before {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background:  no-repeat;
  background-size: 16px 16px;
  content: " ";
  display: block;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.top-notice img {
  width: 100%;
  max-width: 170px;
}

/* css3 bounce */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translatey(0);
    transform: translatey(0);
  }
  40% {
    -moz-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  60% {
    -moz-transform: translatey(-10px);
    transform: translatey(-10px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  40% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  60% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  40% {
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  60% {
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
}

/* back to top button */
#back-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#back-top:hover {
  transition: 0.3s bottom ease;
}

#back-top a .fa {
  border-radius: 18px;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

#back-top a:hover span {
  color: #fff;
}

#back-top a:hover {
  text-decoration: none;
}

/* site bottom */
#site-bottom {
  background-color: #fff;
  color: #999;
  font-size: 13px;
  margin: 15px 0 65px;
  padding: 15px 10px;
  text-align: center;
}

#site-bottom a {
  color: #999;
}

#site-bottom .footer-nav {
  margin: 0 0 5px 0;
}

#site-bottom .footer-nav li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0 6px;
}

#site-bottom .footer-nav li:last-child {
  border-right: none;
  padding-right: 0;
}

#site-bottom .footer-nav li a strong {
  display: none;
}

#site-bottom .footer-nav li li {
  display: none;
}

.friend-section {
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 18px 15px 0 15px;
}

.friend-section .friend-wrap {
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 6px;
}

.friend-section strong {
  float: left;
  margin: 0 10px 0 0;
}

.friend-section ul {
  display: inline;
}

.friend-section ul li {
  float: left;
  font-size: 13px;
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
}

.friend-section ul li:after {
  content: "/";
  color: #ddd;
  display: inline-block;
  position: relative;
  left: 10px;
}

.friend-section ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.friend-section ul li:last-child:after {
  content: none;
}

.friend-section ul li a {
  color: #999999;
}

.friend-section ul li a:hover {
  color: #333;
}

.bottom-menu {
  background-color: rgba(255, 255, 255, 0.75);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: none;
  padding: 8px 0 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.bottom-menu:after {
  clear: both;
  content: " ";
  display: block;
}

.bottom-menu ul li {
  list-style: none;
  text-align: center;
  font-size: 0.65em;
  line-height: 1;
  margin-bottom: 8px;
}

.bottom-menu ul li img {
  display: block;
  max-width: 64px;
  margin: 0 auto 4px;
  line-height: 1;
}

.bottom-menu ul li .fa {
  display: block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0 4px 0;
}

.bottom-menu ul li a {
  display: block;
}

/*--------------------------------------------------------------
9. misc.
--------------------------------------------------------------*/
.widget_ad {
  position: relative;
  line-height: 0.5;
}

.widget_ad .widget-title {
  border-bottom: none;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  left: auto;
  right: 5px;
  background: rgba(50, 50, 50, 0.2);
  padding: 3px 5px;
  line-height: 1;
  border-radius: 3px;
  width: auto;
  z-index: 0;
}

.single-top-ad,
.home #recent-content .widget_ad {
  margin-bottom: 15px;
}

#wpadminbar ul#wp-admin-bar-root-default > li.zhutibaba a {
  background:  no-repeat left center;
  background-size: 24px 24px;
  -webkit-backface-visibility: hidden;
  padding-left: 26px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.header-search input[type="search"] {
  line-height: 33px;
}

/* css3 effects */
/* responsive menu */
.full-width {
  float: none;
  width: 100% !important;
}

/* bxslider */
/** variables
===================================*/
/** reset and layout
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on chrome)*/
  -webkit-transform: translatez(0);
}

/** theme
===================================*/
.bxslider {
  width: 100%;
  overflow: hidden;
}

.bxslider,
.bx-wrapper,
.bx-viewport,
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 13px;
  right: 15px;
}

/* loader */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background:  center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* pager */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: arial;
  font-weight: bold;
  line-height: 1;
  position: absolute;
}

@-moz-document url-prefix() {
  .bx-wrapper .bx-pager {
    line-height: 16px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.1s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
  height: 8px;
  top: -2px;
  position: relative;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* direction controls (next / prev) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: none;
}

#featured-slider {
  position: relative;
  max-height: 210px;
  overflow: hidden;
}

#featured-slider .bx-wrapper,
#featured-slider .bx-viewport,
#featured-slider .bxslider li.featured-slide {
  max-height: 210px;
  overflow: hidden;
}

#featured-slider .bxslider {
  line-height: 0.5;
}

#featured-slider .bxslider li {
  display: none;
}

#featured-slider .bxslider li:first-child {
  display: block;
}

#featured-slider .bx-wrapper,
#featured-slider .bxslider,
#featured-slider .thumbnail-link {
  height: 100%;
  overflow: hidden;
}

#featured-slider .entry-category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
}

#featured-slider .featured-slide {
  position: relative;
}

#featured-slider .featured-slide img {
  width: 100%;
}

#featured-slider .featured-slide .thumbnail-link {
  display: block;
}

#featured-slider .featured-slide .entry-header {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 12px 12px 12px 12px;
}

#featured-slider .featured-slide .entry-title {
  font-weight: normal;
  line-height: 1.3em;
  font-size: 1.4em;
}

#featured-slider .featured-slide .entry-title a {
  color: #fff;
}

#featured-slider .featured-slide .entry-title a:hover {
  text-decoration: none;
}

.gradient {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#00000000', endcolorstr='#a6000000', gradienttype=0);
  bottom: 0;
  content: "";
  display: none;
  height: 60%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ht_grid_1_2 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}

.ht_grid_1_2:nth-of-type(2n) {
  margin-right: 0;
}

.ht_grid_1_2:nth-of-type(2n 1) {
  clear: left;
}

.ht_grid_1_2:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.mp_grid_1_2 {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
}

.mp_grid_1_2:nth-of-type(2n) {
  margin-right: 0;
}

.mp_grid_1_2:nth-of-type(2n 1) {
  clear: left;
}

.mp_grid_1_2:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_2_custom {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.ht_grid_1_2_custom:nth-of-type(2n) {
  margin-right: 0;
}

.ht_grid_1_2_custom:nth-of-type(2n 1) {
  clear: left;
}

.ht_grid_1_2_custom:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_2_custom img {
  width: 100%;
}

.mp_grid_2 ul li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}

.mp_grid_2 ul li:nth-of-type(2n) {
  margin-right: 0;
}

.mp_grid_2 ul li:nth-of-type(2n 1) {
  clear: left;
}

.mp_grid_2 ul li:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.mp_grid_3 ul li {
  float: left;
  width: 31.333333%;
  margin-right: 3%;
}

.mp_grid_3 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.mp_grid_3 ul li:nth-of-type(3n 1) {
  clear: left;
}

.mp_grid_3 ul li:nth-of-type(3n 0) {
  margin-right: 0;
  clear: right;
}

.mp_grid_4 ul li {
  float: left;
  width: 22.75%;
  margin-right: 3%;
}

.mp_grid_4 ul li:nth-of-type(4n) {
  margin-right: 0;
}

.mp_grid_4 ul li:nth-of-type(4n 1) {
  clear: left;
}

.mp_grid_4 ul li:nth-of-type(4n 0) {
  margin-right: 0;
  clear: right;
}

.mp_grid_5 ul li {
  float: left;
  width: 17.6%;
  margin-right: 3%;
}

.mp_grid_5 ul li:nth-of-type(5n) {
  margin-right: 0;
}

.mp_grid_5 ul li:nth-of-type(5n 1) {
  clear: left;
}

.mp_grid_5 ul li:nth-of-type(5n 0) {
  margin-right: 0;
  clear: right;
}

/* the modal (background) */
.modal {
  display: none;
  /* hidden by default */
  position: fixed;
  /* stay in place */
  z-index: 1;
  /* sit on top */
  padding-top: 100px;
  /* location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* full width */
  height: 100%;
  /* full height */
  overflow: auto;
  /* enable scroll if needed */
  background-color: black;
  /* fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* black w/ opacity */
  z-index: 1000;
}

/* modal content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #888;
  font-size: 14px;
  width: 400px;
  padding: 25px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s img;
  animation-duration-border: 1px solid #f0f0f0;
  animation-duration-border-radius: 4px;
  animation-duration-width: 100%;
  animation-duration-max-width: 100%;
}

.modal-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* add animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* the close button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* theme fonts and colors */
body,
input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
table,
label {
  font-family: arial,"pingfang sc","microsoft yahei",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: arial,"pingfang sc","microsoft yahei",sans-serif;
}

/* menu colors */
.color1 .fa {
  color: #ff4c4c;
}

.color2 .fa {
  color: #037ef3;
}

.color3 .fa {
  color: #ffbe02;
}

.color4 .fa {
  color: #76b852;
}

.color5 .fa {
  color: #fd5c63;
}

.color6 .fa {
  color: #cf8d2e;
}

.color7 .fa {
  color: #f47721;
}

.color8 .fa {
  color: #da1884;
}

.color9 .fa {
  color: #0077c8;
}

.color10 .fa {
  color: #ff4f81;
}

.color11 .fa {
  color: #8e43e7;
}

.color12 .fa {
  color: #b84592;
}

.color13 .fa {
  color: #ff4f81;
}

.color14 .fa {
  color: #db3552;
}

.color15 .fa {
  color: #a0ac48;
}

.color16 .fa {
  color: #f66733;
}

.color17 .fa {
  color: #cd595a;
}

.color18 .fa {
  color: #0085c3;
}

.color19 .fa {
  color: #14d4f4;
}

.color20 .fa {
  color: #7b868a;
}

/* grid system */
.ht_grid_1_2 {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.ht_grid_1_2:nth-of-type(2n) {
  margin-right: 0;
}

.ht_grid_1_2:nth-of-type(2n 1) {
  clear: left;
}

.ht_grid_1_2:nth-of-type(2n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_3 {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.ht_grid_1_3:nth-of-type(3n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_3:nth-of-type(3n 1) {
  clear: left;
}

.ht_grid_1_4 {
  float: left;
  margin-right: 3%;
  width: 22.75%;
}

.ht_grid_1_4:nth-of-type(4n 0) {
  margin-right: 0;
  clear: right;
}

.ht_grid_1_4:nth-of-type(4n 1) {
  clear: left;
}

.ht_fixed_grid_1_3 {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
}

.ht_fixed_grid_1_3:nth-of-type(3n 0) {
  margin-right: 0;
  clear: right;
}

.ht_fixed_grid_1_3:nth-of-type(3n 1) {
  clear: left;
}

/* responsive grid */
@media only screen and (max-width: 959px) {
  .ht_grid_1_4 {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .ht_grid_1_4:nth-of-type(2n 0) {
    margin-right: 0;
    clear: right;
  }
  .ht_grid_1_4:nth-of-type(2n 1) {
    clear: left;
  }
}

@media only screen and (max-width: 600px) {
  .ht_grid_1_4 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ht_grid_1_3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
