* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    word-wrap: break-word;
    list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 400;
}

strong,
b {
    font-weight: 700;
}

body {
    background: #f0f0f0;
    color: #333;
    font-style: normal;
    font-size: 16px;
    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;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

.Header {
    height: 50px;
    line-height: 1;
    position: relative;
    text-align: center;
}

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

.Header .search-icon:hover {
    cursor: pointer;
}

.close {
    display: none;
}

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

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

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

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

.Header .top-menu-icon {
    display: block;
    position: absolute;
    top: 9px;
    left: 12px;
}

.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 {
    opacity: 0;
    background-color: #fff;
    line-height: 1;
    width: 300px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    transition: all 0.3s;
    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 .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;
}

.Titel_box {
    z-index: 9999;
    position: relative;
    display: inline-block;
}

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

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

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

#Nav.column_4 ul li {
    width: 25%;
}

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

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

#primary-menu {
    background-color: #f8f8f8;
    padding: 10px 0;
    overflow: hidden;
}

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

#primary-menu li {
    display: inline-block;
    float: left;
    line-height: 1.5;
    text-align: center;
}

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

.top-menu {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.15);
    display: none;
    z-index: 999;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
}

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

.top-menu ul li {
    list-style: none;
    text-align: left;
}

.top-menu ul li a {
    background-color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
}

.top-menu ul li a:hover {
    background-color: #f8f8f8;
}

h1.into-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.detail-show {
    height: 50px !important;
}

.oneLine {
    display: inline-block !important;
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    height: 21px !important;
}

.into-title {
    text-decoration: none;
    overflow: hidden;
    color: black;
    width: 63%;
    white-space: normal;
    height: 41px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.into-title a,
.into-title a:visited {
    color: #222;
}

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

#primary {
    width: 100%;
}

#main {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

.content-main {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

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;
}

h2.section-title .posts-counter {
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 12px;
}

h2.section-title .posts-counter strong {
    color: #76b852;
    padding: 0 2px;
}

h2.section-title .posts-counter .allTit {
    margin-left: 15px;
}

h2.section-title .posts-counter .allTit:hover {
    cursor: pointer;
}

h2.section-title .posts-counter .genericon {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: 0.3s all;
}

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

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

.content-list .two-image-item img {
    width: 100%;
    height: auto;
}

.content-list .interaction .into-like {
    margin-right: 15px;
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
}

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

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

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

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

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

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

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

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

.content-list .interaction,
.single #primary article.hentry .interaction {
    font-size: 13px;
    color: #999;
}

.content-list .interaction:after,
.single #primary article.hentry .interaction:after {
    clear: both;
    content: " ";
    display: block;
}

.content-list .interaction .into-author a,
.content-list .interaction,
.content-list .interaction .into-like a,
.single #primary article.hentry .interaction .into-author a,
.single #primary article.hentry .interaction .into-comment a,
.single #primary article.hentry .interaction .into-like a {
    color: #999;
}

.content-list .interaction .into-author a:hover,
.content-list .interaction .into-comment a:hover,
.content-list .interaction .into-like a:hover,
.single #primary article.hentry .interaction .into-author a:hover,
.single #primary article.hentry .interaction .into-comment a:hover,
.single #primary article.hentry .interaction .into-like a:hover {
    color: #333;
}

.content-list .interaction .into-date,
.single #primary article.hentry .interaction .into-date {
    margin-right: 15px;
}

.content-list .interaction .into-author,
.single #primary article.hentry .interaction .into-author {
    margin-right: 15px;
}

.content-list .interaction .into-author .avatar,
.single #primary article.hentry .interaction .into-author .avatar {
    width: 20px;
    border-radius: 50%;
    margin: -3px 4px 0 0;
    vertical-align: middle;
}

.content-list .interaction .into-comment,
.single #primary article.hentry .interaction .into-comment {
    margin-right: 15px;
}

.not-found {
    padding: 20px;
}

.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;
}

.page-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.2;
}

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

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

.single .into-header {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.single .into-header .interaction {
    height: 30px;
}

.single .into-header .interaction:after {
    content: " ";
    clear: both;
    display: block;
}

.single .into-header .interaction .into-author {
    margin-right: 15px;
}

.single .into-header .interaction .into-author,
.single .into-header .interaction .into-category,
.single .into-header .interaction .into-date {
    float: left;
}

.single .into-header .interaction .bdsharebuttonbox {
    display: inline-block;
}

.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%;
}

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

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

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

.breadcrumbs {
    border-bottom: 1px solid #f4f4f4;
    padding: 0 12px;
}

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

.breadcrumbs h1 span.title {
    border-bottom: 2px solid #ff4c4c;
    display: inline-block;
    padding: 14px 0 13px;
    margin-bottom: -1px;
}

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

.single-breadcrumbs a {
    color: #999;
    text-decoration: underline;
}

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

.show-desc {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin: 20px 0;
    padding: 15px 30px;
    font-size: 15px;
    position: relative;
}

.show-desc:before {
    background: url(../images/quote-left.png) no-repeat 0 0;
    background-size: 12px 12px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    top: 7px;
    left: 7px;
    position: absolute;
    opacity: 0.2;
}

.show-desc:after {
    background: url(../images/quote-right.png) no-repeat 0 0;
    background-size: 12px 12px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    bottom: 7px;
    right: 7px;
    position: absolute;
    opacity: 0.2;
}

.show-desc p {
    font-size: 15px;
}

.show-desc .excerpt-text {
    color: #333;
    position: absolute;
    left: 40px;
    top: -12px;
    font-size: 17px;
}

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

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

.single #primary .into-footer .into-tags {
    float: left;
}

.single #primary .into-footer .into-footer-right {
    float: right;
    position: relative;
    top: -1px;
}

.single #primary .into-footer .into-like {
    display: inline-block;
    font-size: 13px;
}

.single #primary .into-footer .into-like a {
    background-color: #76b852;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 1px 7px 1px 8px;
}

.single #primary .into-footer .into-like a:hover {
    opacity: 0.85;
}

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

.single #primary .into-footer .into-like a.liked:hover {
    opacity: 1;
}

.custom-share {
    float: right;
    position: relative;
    top: 3px;
    display: none;
}

.custom-share:before {
    position: absolute;
    content: "分享";
    display: block;
    right: 100%;
    top: -3px;
    width: 31px;
}

.custom-share .bdsharebuttonbox a {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 0 0 4px;
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3px;
    border-radius: 4px;
}

.custom-share .bdsharebuttonbox .bds_qzone {
    background-color: #fdbe3d;
    background-image: url(../images/qzone-white.png);
}

.custom-share .bdsharebuttonbox .bds_tsina {
    background-color: #ff763b;
    background-image: url(../images/weibo-white.png);
}

.custom-share .bdsharebuttonbox .bds_weixin {
    background-color: #7bc549;
    background-image: url(../images/wechat-white.png);
}

.custom-share .bdsharebuttonbox .bds_sqq {
    background-color: #56b6e7;
    background-image: url(../images/qq-white.png);
}

.related-content {
    padding: 20px 0 0;
}

.related-content .section-title {
    font-weight: 700;
    margin-bottom: 1px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 12px;
}

.related-content ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.related-content ul li {
    list-style: none;
    margin-bottom: 15px;
    width: 100%;
}

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

.related-content .two-image-item {
    display: block;
    float: left;
    width: 32%;
    max-width: 120px;
    min-width: 108px;
    margin: 0 12px 0 0;
    line-height: 0.5;
}

.related-content .into-title {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 5px;
}

.into-header,
.related-content .interaction {
    font-size: 13px;
    color: #999;
}

.related-content .interaction a {
    color: #999;
}

.related-content .interaction a:hover {
    color: #333;
}

.related-content .interaction .into-like {
    margin-right: 10px;
}

.related-content .interaction .into-like em {
    font-style: normal;
}

.related-content .interaction .into-like a.liked {
    color: #76b852;
}

.related-content .interaction .into-comment {
    margin-right: 10px;
}

.into-tags {
    color: #999;
}

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

.into-tags .tag-links a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px;
    position: relative;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.into-content p {
    line-height: 1.85;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.into-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;
}

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

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

blockquote {
    color: #999;
    font-size: 18px;
    font-style: italic;
    padding: 0.25em 50px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 64px;
    position: absolute;
    left: 0;
    top: -15px;
    color: #ccc;
}

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

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

#primary p,
.widget p {
    line-height: 1.85em;
}

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

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

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

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

.comments-title span {
    margin-left: 2px;
}

.comments-title span:before {
    content: '\f428';
    color: #aaa;
    font-size: 18px;
    margin-right: 5px;
}

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

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

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

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

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

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

.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: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 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    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: 15px;
    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;
}

.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;
    z-index: 2;
}

.comment-list .children:before {
    color: #f7f7f7;
    top: -16px;
    left: 13px;
    font-family: "fontawesome";
    font-size: 16px;
    content: "\f0d8";
    position: absolute;
    width: 16px;
    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 .comment-respond {
    margin: 25px 0;
}

.comment-respond h3 {
    margin-top: 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;
}

.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;
    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: url(../images/down-arrow.png) 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;
}

@-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-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

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

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

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

#Footer {
    background-color: #f8f8f8;
    color: #777;
    font-size: 13px;
    padding: 20px;
    text-align: center;
}

#Footer a {
    color: #777;
}

#Footer .footer-nav {
    margin: 0 0 10px;
}

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

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

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

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

#wpadminbar ul#wp-admin-bar-root-default>li.zhutibaba a {
    background: url(../images/zhutibaba-favicon.png) 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;
}

.full-width {
    float: none;
    width: 100% !important;
}

.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;
}

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

ul.bannerlist {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

.bannerlist {
    width: 100%;
    overflow: hidden;
}

.bannerlist,
.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: 0;
    right: 10px;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 9px;
    top: 6px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s;
}

.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;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    display: none;
}

#banner-wrap {
    position: relative;
}

#banner-wrap .bannerlist {
    line-height: 0.5;
}

#banner-wrap .bannerlist li {
    display: none;
}

#banner-wrap .bannerlist li:first-child {
    display: block;
}

#banner-wrap .bx-wrapper,
#banner-wrap .bannerlist,
#banner-wrap .two-image-item {
    height: 100%;
    overflow: hidden;
}

#banner-wrap .into-category {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
}

#banner-wrap .listitem {
    position: relative;
}

#banner-wrap .listitem img {
    width: 100%;
}

#banner-wrap .listitem .two-image-item {
    display: block;
}

#banner-wrap .listitem .into-header {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 20px;
}

#banner-wrap .listitem .into-title {
    font-weight: 400;
    line-height: 1.3em;
    font-size: 1.4em;
}

#banner-wrap .listitem .into-title a {
    color: #fff;
}

#banner-wrap .listitem .into-title a:hover {
    text-decoration: none;
}

.gradient {
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%);
    bottom: 0;
    content: "";
    display: none;
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

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;
}

.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;
}

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

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

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

@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;
        margin-bottom: 20px;
    }
}

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

@font-face {
    font-family: "socialshare";
    src: url(../fonts/iconfont.eot);
    src: url(//www.zhutibaba.com/demo/m-site/wp-content/themes/fonts/iconfont.eot?#iefix) format("embedded-opentype"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype"), url(../images/iconfont.svg#iconfont) format("svg");
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share {
    position: relative;
    top: -4px;
    z-index: 9;
}

@media only screen and (max-width: 1180px) {
    .top-notice {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    #Nav.column_4 ul li {
        width: 12.5%;
    }
}

@media only screen and (max-width: 749px) {
    #primary-menu {
        padding: 8px 0;
        overflow: hidden;
    }
    #primary-menu li {
        margin: 0;
        text-align: center;
    }
    #primary-menu li a {
        font-size: 0.9em;
    }
    #Nav.flexible-menuf #primary-menu {
        padding-left: 12px;
        padding-right: 0;
        overflow: hidden;
    }
    #Nav.flexible-menu ul li {
        margin-right: 12px;
    }
    .single #primary .into-footer .into-tags {
        float: none;
    }
    .single #primary .into-footer .into-tags .tag-links span {
        display: none;
    }
    .single #primary .into-footer .into-footer-right {
        float: none;
        margin-top: 10px;
    }
    .goodPre {
        background: red;
        color: white;
        padding: 9px;
        font-size: 13px;
        border-radius: 10px;
    }
    .custom-share:before {
        display: none;
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-form-url {
        width: 100%;
    }
    .footer-columns {
        display: none;
    }
    .error-404 .page-content .search-form input.search-field {
        width: 200px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 748px) {
    .content-list .two-image-item {
        width: 32%;
        margin-right: 15px;
    }
    .content-list .into-title {
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    .content-list .imagesList {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .title {
        font-size: 24px;
    }
    #banner-wrap .listitem .into-header {
        padding: 10px;
    }
    #banner-wrap .listitem .into-title {
        font-size: 1.1em;
    }
    .single .content-main,
    #Footer {
        padding: 10px;
    }
    .content-list .two-image-item {
        width: 32%;
        margin: 0 10px 0 0;
    }
    .content-list .into-title {
        font-size: 1em;
        margin-bottom: 5px;
    }
    .content-list .imagesList {
        margin: 10px 0 0;
    }
    .into-header .into-date {
        margin-right: 15px;
    }
    .content-list .interaction .into-date,
    .content-list .interaction .into-like,
    .content-list .interaction .into-comment {
        margin-left: 0;
        margin-right: 10px !important;
    }
    .single .into-header .interaction .social-share,
    .related-content .interaction {
        display: block;
    }
    .pagination .page-numbers {
        font-size: 13px;
        padding: 0 6px;
        height: 30px;
        line-height: 30px;
    }
    .page-title,
    .single h1.into-title,
    .page h1.into-title {
        font-size: 1.2em;
    }
    .single .gallery-slider li img {
        margin-bottom: 0;
    }
    .single .gallery-slider li .image-desc {
        background-color: #333;
        position: static;
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }
    #comments .comment-metadata,
    .comment-respond .comment-metadata {
        display: none;
    }
    .related-content .into-title {
        font-size: 1em;
        margin: 0;
    }
}

@media only screen and (max-width: 359px) {
    .content-list .into-title {
        margin-bottom: 1px;
    }
}

.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-pager {
    z-index: 99;
}

article.hentry .edit-link a:hover,
.comment-content a:hover,
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
#Footer a:hover,
.author-box .author-meta .author-name a:hover,
article.hentry .edit-link a,
.comment-author a,
.comment-content a,
.comment-reply-title small a:hover,
.sidebar .widget a,
.site-footer .widget a {
    color: #ff4c4c;
}

h2.section-title .title,
.breadcrumbs h1 span.title,
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    border-bottom-color: #ff4c4c;
}

.Header,
#back-top a .fa,
button,
.btn,
input[type=submit],
input[type=reset],
input[type=button] {
    background-color: #ff4c4c;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #ffbe02;
}

.page-content a,
.into-content a {
    color: #037ef3;
}

h2.section-title .posts-counter strong,
.related-content .interaction .into-like a.liked,
.content-list .interaction .into-like a.liked {
    color: #76b852 !important;
}

.single #primary .into-footer .into-like a {
    background-color: #76b852;
}