@import "../fonts/iconfont.css";

html {
    color: #333;
    background: #f7f7fb;
    font-size: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

html::-webkit-scrollbar-track {
    background: #b3b1b1;
    border-radius: 8px
}

html::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px
}

html::-webkit-scrollbar-thumb:hover {
    background: #646464;
    border-radius: 8px
}

html::-webkit-scrollbar-thumb:active {
    background: #444;
    border-radius: 8px
}

::selection {
    background: #0084ff;
    color: #fff
}

::-moz-selection {
    background: #0084ff;
    color: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

audio,
canvas,
video {
    width: 100%;
    display: inline-block
}

body,
button,
input,
select,
textarea {
    font: 14px/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

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

fieldset,
img {
    border: 0
}

li,
ul {
    list-style: none
}

a {
    color: #393e46;
    text-decoration: none
}

a:hover {
    color: #0084ff;
    text-decoration: none
}

small {
    font-size: .9em
}

img {
    max-width: 100%
}

input,
textarea,
button {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    font-size: 100%;
    font-weight: 600;
    color: #000;
    line-height: 1.35
}

code,
pre,
pre tt {
    font-family: Courier, courier new, monospace
}

pre {
    font-size: 87.5%;
    margin-bottom: 1rem;
    padding: 1.25rem;
    background: #f8f8f8;
    border: 0;
    display: block;
    overflow: auto
}

pre::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

pre::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px
}

pre::-webkit-scrollbar-track {
    background: #b3b1b1;
    border-radius: 8px
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: .8em;
    height: 10px
}

table {
    border-collapse: collapse;
    margin: 0 0 1rem;
    border-spacing: 0;
    word-break: normal
}

th,
td {
    border: 1px solid #3c3738;
    padding: 8px 12px
}

.textwrap,
.textwrap td,
.textwrap th {
    word-wrap: break-word;
    word-break: break-all
}

.textwrap-table {
    table-layout: fixed
}

.serif {
    font-family: Palatino, Optima, Georgia, serif
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.bn {
    border: none !important
}

.pd {
    padding: 1.5em
}

.mb {
    margin-bottom: 20px
}

.mt {
    margin-top: 20px
}

.mr {
    margin-right: 20px
}

.br {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.bj {
    background: #fff;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    margin-bottom: 1px;
    border-radius: 2px;
    width: 100%
}

.nav-sb {
    box-shadow: 0 3px 14px rgba(199, 209, 215, .4);
    background: #fff
}

.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.multi-ellipsis {
    position: relative;
    line-height: 1.4em !important;
    height: 2.8em !important;
    overflow: hidden
}

.multi-ellipsis:after {
    content: "";
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 62%);
    background: -o-linear-gradient(right, transparent, #fff 62%);
    background: -moz-linear-gradient(right, transparent, #fff 62%);
    background: linear-gradient(to right, transparent, #fff 62%)
}

.brightness:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

@-webkit-keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header {
    height: 80px;
    font-size: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
    background: #fff
}

.h-wrap {
    height: 80px;
    position: relative
}

.logo-area {
    padding-top: 9px;
    padding-right: 40px
}

.logo-dark {
    display: none
}

.pc-nav {
    max-width: 80%;
    height: 80px
}

.pc-nav li {
    float: left
}

.pc-nav li a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    display: block
}

.pc-nav li a:after {
    content: "\e762";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:after {
    content: "\e760";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 44px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.pc-nav .sub-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    left: -8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: none
}

.pc-nav .sub-nav a:hover {
    color: #0084ff
}

.pc-nav li a:only-child::after {
    content: ""
}

.pc-nav .li-cate {
    position: relative
}

.pc-nav .active {
    color: #0084ff
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0
}

.dropdown-nav {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #323841;
    list-style: none
}

.dropdown-nav .active a,
.dropdown-nav .active a:hover,
.dropdown-nav li a:hover {
    background-color: #0084ff;
    color: #fff
}

.pc-nav {
    font-size: 14px;
    margin-right: 10px
}

.pc-nav li {
    position: relative;
    list-style: none;
    display: block;
    float: left
}

.pc-nav li a {
    text-transform: none;
    line-height: 80px;
    height: 80px;
    padding: 0 18px;
    display: block
}

.pc-nav li a i.fa {
    padding-right: 3px;
    position: relative;
    top: 0
}

.pc-nav li .sub-nav {
    text-align: left;
    position: absolute;
    top: 80px;
    left: -17px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #eaeeef
}

.pc-nav li .sub-nav li {
    float: none;
    height: 40px;
    min-height: 40px
}

.pc-nav li .sub-nav li a {
    line-height: 40px;
    height: 40px;
    padding: 0 35px;
    color: #1a1a1a;
    white-space: nowrap;
    min-width: 110px
}

.pc-nav li .sub-nav li a i.iconfont {
    padding-right: 3px
}

.pc-nav li .sub-nav li a:hover {
    background: 0 0
}

.pc-nav .active a,
.pc-nav .active a:focus {
    color: #fff
}

.pc-nav li>ul>li a.current-menu-item {
    background: 0 0
}

.pc-nav li.current-menu-ancestor a,
.pc-nav li.current-menu-item a,
.pc-nav li.current-post-ancestor a,
.pc-nav li:hover a {
    position: relative
}

.pc-nav li .icons {
    margin-right: 5px;
    font-size: 17px;
    top: 1px;
    position: relative
}

.pc-nav .nav-ul>li:hover>.sub-nav {
    display: block;
    padding: 20px 0;
    opacity: 1
}

.nav-ul>li,
.nav-ul>li>li {
    float: left
}

.pc-nav .nav-ul li ul li:hover>.sub-nav {
    display: block;
    padding: 20px 0
}

.pc-nav li ul li .sub-nav {
    top: -20px;
    left: 100%
}

.pc-nav li ul.sub-nav li>a.menu-th3:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.pc-nav .has-child>a:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.m-nav-btn,
.nav-sousuo,
span.toggle-btn {
    display: none
}

#search-area {
    position: absolute;
    bottom: -84px;
    right: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 2px
}

.search-button {
    cursor: pointer;
    width: 60px;
    height: 80px;
    line-height: 80px;
    display: block;
    margin-right: -15px;
    text-align: center
}

.search-button i.iconfont {
    font-size: 24px
}

.searchform {
    width: 100%
}

.s-input {
    width: 78%;
    border: none;
    background: 0 0;
    font-weight: 400;
    padding: 1.2em;
    color: #333;
    border-radius: 2px
}

.s-button {
    width: 20%;
    border: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #0084ff;
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 2px
}

.mask-hidden {
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    visibility: hidden
}

.mask-show {
    visibility: visible;
    opacity: .4
}

.article-con {
    width: 67%
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

.container-ad {
    padding: 90px 0 0;
    color: #888
}

.yd-wrapper {
    display: none
}

.catename {
    width: 100%;
    padding: 1.5em;
    position: relative;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    border-radius: 2px;
    background: #fff;
    margin-bottom: 8px
}

.catename h1 {
    font-weight: 400;
    font-size: 18px;
    border-left: 3px solid #0084ff;
    padding-left: 15px
}

.catename-head {
    position: relative;
    height: 0;
    padding-top: 37%;
    margin-bottom: 8px;
    color: #666;
    text-align: center;
    background-color: rgba(100, 100, 100, .1)
}

.catename-head .catename-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.catename-head .catename-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: ""
}

.catename-head .catename-bg img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catename-head .catename-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box
}

.catename-head .catename-user {
    position: relative;
    width: 100%;
    color: #fff
}

.catename-head .catename-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    box-sizing: border-box
}

.catename-head .catename-avatar img {
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: cover
}

.catename-head .catename-name {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff
}

.catename-head .catename-desc {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px !important;
    line-height: 1.46 !important;
    max-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.catename-head .catename-group {
    background-color: #fff;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 4px 8px;
    color: #006eff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid #006eff;
    overflow: hidden
}

.post-con {
    width: 100%;
    padding: 1.5em;
    background: #fff;
    margin-bottom: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    border-radius: 2px
}

.post-con .figure {
    width: 240px;
    height: 160px;
    overflow: hidden
}

.post-con .thumbnail {
    display: block;
    overflow: hidden
}

.post-con .figure img {
    height: 160px;
    width: 245px;
    border-radius: 5px
}

.post-con .content {
    margin-left: 260px;
    color: #393e46;
    padding-top: 2px
}

.post-con .content h2 {
    position: relative;
    font-size: 20px;
    font-weight: 400
}

.post-con .content strong {
    color: #036cff
}

.post-con .intro {
    padding: 1.1em 0;
    text-align: justify;
    word-wrap: break-word;
    word-break: normal
}

.post-con .posttop:before {
    content: "\5b\7f6e\9876\5d";
    color: #f56c6c
}

.post-con time.time,
span.view,
span.dianzan {
    padding-right: 1em
}

.post-con span.tag,
span.cate {
    max-width: 22em
}

.post-con .content i.iconfont {
    padding-right: 5px;
    color: #999
}

.post-con .imagemogr i.iconfont {
    padding-right: 5px;
    color: #999
}

.pagebar {
    margin-top: 8px;
    margin-bottom: 0
}

.comment-pagebar {
    margin-top: 40px;
    text-align: center
}

.page-numbers {
    padding: 0 1em;
    line-height: 34px;
    margin: 0 5px 8px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    border-radius: 2px
}

a.last {
    margin: 0 0 8px
}

a.next {
    margin: 0 0 8px
}

.current {
    background-color: #0084ff;
    color: #fff
}

a.page-numbers:hover {
    background-color: #0084ff;
    color: #fff
}

.list-post {
    padding: 1.5em;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    border-radius: 2px;
    background: #fff
}

.list-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
    margin-top: -.5em;
    position: relative
}

.list-title .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.list-title .more i.iconfont {
    font-size: 24px
}

.list-post .list-article {
    width: 47.99%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-right: 4%;
    border-bottom: 1px solid #eee
}

.list-post .list-article:nth-of-type(even) {
    margin-right: 0
}

.list-post .list-article:nth-last-of-type(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #eee
}

.list-post .list-content {
    color: #393e46
}

.list-post .list-content h2 {
    font-size: 16px;
    font-weight: 400
}

.list-post .list-intro {
    text-align: justify;
    padding: .5em 0;
    word-wrap: break-word;
    word-break: normal
}

.list-post .time,
.list-post .view {
    padding-right: 1em;
    color: #393e46
}

.list-post .list-content i.iconfont {
    padding-right: .3125rem;
    color: #999
}

.list-link .more {
    font-size: 24px
}

.list-post .link-rule {
    font-size: 12px;
    font-weight: 400;
    padding-left: 1em;
    color: #393e46;
    font-family: auto
}

.list-post .link-post {
    padding-left: .1875rem;
    padding-right: .1875rem
}

.list-post .link-post li {
    float: left;
    padding-right: 1.6em;
    font-size: 16px
}

.list-link .link-post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#sidebar {
    width: 32%
}

.widget_ad,
.widget_hotlist,
.widget_tags,
.widget_link {
    padding: 1.5em
}

.widget_about {
    padding: 0
}

.widget_aside_ad,
.widget_tags,
.widget_hotlist,
.widget_about,
.widget_link {
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    background: #fff;
    border-radius: 2px;
    margin-bottom: 8px
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
    margin-top: -.5em;
    position: relative;
    margin-bottom: 20px
}

.widget_about .bg {
    width: 100%;
    border-radius: 2px;
    height: 11.25rem
}

.widget_about .avatar {
    width: 100%;
    text-align: center;
    margin-top: -42px
}

.widget_about .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, .8)
}

.widget_about .wrap {
    padding: 0 1.5em 1.5em;
    text-align: center
}

.widget_about .name {
    font-size: 20px;
    color: #333;
    font-weight: 600
}

.widget_about .info {
    color: #666;
    padding-top: 5px;
    line-height: 26px;
    overflow: hidden
}

.widget_about .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    margin-top: .5rem
}

.widget_about .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.widget_about .font-theme {
    line-height: 1.5;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500
}

.widget_about .text-muted {
    color: #9ca0ad;
    font-size: .75rem
}

.widget_about i {
    color: #ffac8b;
    font-size: 18px;
    margin-left: 5px
}

.aside_ad {
    display: block;
    line-height: 0
}

.aside_ad img {
    width: 100%;
    border-radius: 2px
}

.widget_link li,
.widget_tags li {
    display: inline-block
}

.widget_tags li a {
    display: inline-block;
    padding: 0 .5rem 0 .1625rem;
    margin: 2px 5px 2px 0;
    overflow: hidden
}

.widget_link li a {
    display: inline-block;
    padding: .5rem .5rem 0 0;
    margin: 2px 5px 2px 0;
    overflow: hidden;
    font-size: 16px
}

.aside_hotlist li:first-child {
    padding-top: 0
}

.aside_hotlist li:last-child {
    padding-bottom: 0
}

.aside_hotlist .img {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

.aside_hotlist .img img {
    width: 100px;
    height: 70px;
    border-radius: 5px
}

.aside_hotlist .text {
    margin-left: 115px;
    height: 70px;
    padding-top: 1px
}

.aside_hotlist .list {
    padding: .6em 0
}

.aside_hotlist .list .title {
    line-height: 1.6em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.aside_hotlist .time,
.aside_hotlist .view {
    padding-right: 1em
}

.aside_hotlist .tag,
.aside_hotlist .cate {
    max-width: 22em
}

.aside_hotlist .info,
.aside_hotlist .info i.iconfont {
    padding-right: 5px;
    color: #393e46
}

.article-main {
    padding: 1.5em;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    background: #fff;
    border-radius: 2px;
    margin-bottom: 8px
}

.article-main .article-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.article-main .article-title {
    font-size: 24px;
    font-weight: 600
}

.article-main .header-info {
    color: #393e46;
    padding-top: 10px;
    padding-bottom: 10px
}

.article-main .header-info a {
    color: #393e46
}

.article-main .header-info span,
.article-main .header-info time {
    padding-right: .6em
}

.article-main .header-info span:last-child {
    padding-right: 0
}

.article-main .header-info a span,
.article-main .header-info a time {
    padding-right: 0
}

.article-main .header-info i.iconfont {
    padding-right: 4px
}

.article-main .header-intro {
    display: none
}

.article-main .article-content {
    padding-top: 10px;
    position: relative;
    font-size: 15px;
    width: 100%;
    word-break: break-all;
    text-align: justify
}

.article-main .article-content .article-ad {
    margin-bottom: 10px
}

.article-main .article-content p {
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.875;
    user-select: none
}

.article-main .article-content a {
    color: #333;
    text-decoration: none
}

.article-main .article-content a:hover {
    color: #0084ff;
    text-decoration: none
}

.article-main .article-content .ue-image,
.article-main .article-content img {
    border-radius: 2px
}

.article-main .firstRow {
    background: #ebebeb;
    font-weight: 600
}

.article-main .article-content p a:before {
    content: "\e72f";
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.article-main .article-content h1 {
    font-size: 20px;
    margin-bottom: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f5
}

.article-main .article-content h2,
.article-main .article-content h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f5
}

.article-main .article-content h4,
.article-main .article-content h5 {
    font-size: 16px;
    margin: 16px 0;
    border-left: 3px solid #0084ff;
    padding-left: 15px
}

.article-main .article-content h1:before,
.article-main .article-content h2:before,
.article-main .article-content h3:before,
.article-main .article-content h4:before,
.article-main .article-content h5:before {
    content: "#";
    padding-right: 5px
}

.article-main .article-content li,
.article-main .article-content ul {
    list-style: inherit
}

.article-main .article-content audio {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f1f3f4
}

.article-content .tag-wrap {
    font-size: 14px;
    margin-top: 10px
}

.article-content .tag-wrap a {
    font-size: 12px;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 6px;
    opacity: .8;
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
    background: #f3f3f3
}

.article-content .h-time {
    font-size: 14px;
    color: #999aaa
}

.article-cover {
    position: relative;
    height: 0;
    padding-top: 37%;
    margin-bottom: 8px;
    color: #666;
    background-color: rgba(100, 100, 100, .1)
}

.article-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.article-media:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: ""
}

.article-media img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.article-border {
    padding: 1.5em;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0
}

.article-border h1 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f5
}

.article-border .article-white {
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.article-border time,
.article-border span {
    display: none
}

.list-copyright {
    display: flex
}

.list-copyright .footer-logo-img {
    height: 3.125rem;
    margin-right: .8125rem;
    border-radius: .3125rem
}

.list-copyright .footer-logo-content {
    flex: 1 1
}

.list-copyright .prise {
    margin-top: .3125rem;
    margin-bottom: 0;
    text-align: center
}

.list-copyright .prise i {
    font-size: 18px;
    padding-right: 5px
}

.list-copyright .like {
    display: inline-block;
    padding: 4px 35px;
    font-size: 18px;
    line-height: 30px;
    color: #006eff;
    border: 1px solid #006eff;
    border-radius: 4px;
    vertical-align: top
}

.list-copyright .shuang {
    display: inline-block;
    padding: 4px 30px;
    font-size: 18px;
    line-height: 30px;
    color: #006eff;
    border: 1px solid #006eff;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: top
}

.list-copyright .prised,
.list-copyright .like:hover,
.list-copyright .shuang:hover {
    color: #fff;
    background-color: #006eff;
    cursor: pointer;
    border-color: #006eff
}

.list-ad {
    background: #fff;
    margin-bottom: 8px
}

.entry-page {
    overflow: hidden;
    margin-bottom: 8px
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

span.pull-left-ico:before {
    content: "\e761";
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    padding-right: 5px
}

span.pull-right-ico:after {
    content: "\e760";
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    padding-left: 5px
}

span.pull-left-random:before {
    content: "\e73a";
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    padding-right: 5px
}

span.pull-right-random:after {
    content: "\e73a";
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    padding-left: 5px
}

.entry-page-next,
.entry-page-prev {
    position: relative;
    width: 49.5%;
    padding: 60px 15px 10px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    border-radius: 2px;
    overflow: hidden
}

.entry-page-prev {
    float: left
}

.entry-page-next:before,
.entry-page-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: ""
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
    background: rgba(0, 0, 0, .7)
}

.entry-page-next a,
.entry-page-prev a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff
}

.entry-page-next a span,
.entry-page-prev a span {
    padding: 10px 15px 0;
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.entry-page-next a:hover,
.entry-page-prev a:hover {
    color: #fff;
    text-decoration: none
}

.entry-page-next .entry-page-info,
.entry-page-prev .entry-page-info {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden
}

.entry-page-next {
    float: right
}

.entry-page-prev:before {
    background-color: #267beb;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, .3), transparent)
}

.entry-page-next:before {
    background-color: #267beb;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .3), transparent)
}

.entry-page-prev:hover:before,
.entry-page-next:hover:before {
    background-color: #267beb
}

.list-post .comment-title {
    font-size: 1.25rem;
    text-align: center
}

.list-post .comments-area {
    text-align: center;
    padding: 1.875rem
}

.comments-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3%;
    padding-right: 3%;
    position: relative
}

.comments-info li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 10px
}

.comments-info li:nth-child(3) {
    padding-right: 0
}

.comments-info li .verify {
    position: absolute;
    right: .3%;
    top: 1px;
    z-index: 1;
    height: 38px;
    border-radius: 3px
}

.comments-box textarea.textarea {
    border-radius: 3px;
    margin: 0 10px 10px 0;
    padding: 13px;
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none
}

.comments-submit input.input {
    width: 100%;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #0084ff;
    color: #fff;
    padding: 0 20px
}

.comment-list,
.comments-list .comment {
    margin-top: 20px
}

.comment-list .title {
    font-size: 18px;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px
}

.comment-list .title a {
    font-size: 14px;
    color: #b5b8c2
}

.comments-list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

.comments-author {
    float: left;
    width: 40px;
    margin-right: 15px
}

.comments-author img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef
}

.comments-body i {
    color: #ffac8b;
    font-size: 14px;
    margin-left: 5px
}

.comments-list .nickname {
    margin-bottom: 10px;
    font-size: 14px;
    color: #575868
}

.comments-list .comments-time {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: hsl(0deg 1% 17%/60%)
}

.comments-list .comments-text {
    padding-left: 55px;
    line-height: 1.6
}

.comments-list span.comment-text-reply {
    color: #000
}

.comments-list span.comment-text-reply:before {
    content: "@";
    font-family: iconfont !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.comments-list .nickname a.comment-reply-link {
    font-size: 12px;
    color: #c2c2e2
}

.comments-list .nickname a.comment-reply-link:hover {
    color: #006eff
}

.comments-list .nickname a.comment-reply-link:before {
    content: "\e70f";
    font-family: iconfont !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.comments-list .comments-text p {
    font-size: 14px;
    color: #575868;
    word-wrap: break-word;
    word-break: normal
}

.comments-list .comment-children {
    position: relative;
    margin: 15px 0 0 55px;
    padding: 20px;
    list-style: none;
    background: #f8f8f8;
    border-radius: 4px
}

.comments-list .comment-children:before {
    position: absolute;
    left: 15px;
    top: -17px;
    border: 9px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    content: ""
}

.comments-list .comment-children .comment {
    margin-top: 1px
}

.comments-list .comment-children .comments-author {
    width: 30px;
    margin-right: 10px
}

.comments-list .comment-children .comments-author img {
    width: 30px;
    height: 30px
}

.comments-list .comment-children .comments-body .nickname,
.comments-list .comment-children .reply {
    line-height: 30px
}

.comments-list .comment-children .comments-body .comments-time {
    display: inline-block
}

.comments-list .comment-children .comments-body .comments-text {
    padding-left: 40px
}

.post-loop .loop-list {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
    padding: .6em 0
}

.post-loop .loop-list a {
    display: block;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-loop .loop-list a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 9px;
    font-size: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #ccc;
    content: "";
    vertical-align: top
}

.footer {
    width: 100%;
    color: rgba(255, 255, 255, .7);
    background: #2d3236
}

.footer .footer-main {
    width: 55%;
    padding: 3% 0
}

.footer .footer-main .copyright,
.footer-main .icp {
    margin-bottom: .5em
}

.footer .footer-main .copyright a,
.footer-main .icp a,
.footer-main .intro a {
    color: inherit
}

.footer .footer-main .intro {
    font-size: 10px
}

.footer .footer-col-sns {
    margin-right: 0;
    float: right
}

.footer .footer-col-sns .footer-sns {
    display: inline-block;
    margin-top: 50px;
    font-size: 0
}

.footer .footer-col-sns .footer-sns a {
    display: inline-block;
    margin: 7px 0 7px 15px;
    vertical-align: top
}

.footer .footer-col-sns .footer-sns a:first-child {
    margin: 7px 0
}

.footer .footer-col-sns .footer-sns i {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8)
}

.footer .footer-col-sns .footer-sns i:hover {
    background: #0084ff;
    color: #f8f8f8
}

.footer .footer-col-sns .sns-wx {
    position: relative;
    overflow: hidden
}

.footer .footer-col-sns .sns-wx span,
.sns-wx:hover span {
    -webkit-transition: all .2s ease-out .1s;
    -o-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

.footer .footer-col-sns .sns-wx span {
    position: absolute;
    z-index: 1;
    top: -170px;
    left: 0;
    margin-left: -57px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    background-size: 95%;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    opacity: 0
}

.footer .footer-col-sns .sns-wx span:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    line-height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    content: ""
}

.footer .footer-col-sns .sns-wx:hover {
    overflow: visible
}

.footer .footer-col-sns .sns-wx:hover span {
    top: -165px;
    opacity: 1
}

.footer #totop {
    display: none
}

.toolbar {
    bottom: 80px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer
}

.toolbar .btn {
    display: block;
    padding: 12px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 1px 3px rgb(26 26 26/.2);
    background-color: #2c63ff;
    border-color: #2c63ff
}

.toolbar i.iconfont {
    color: #fff;
    font-size: 18px
}

#tips-overlay {
    display: none
}

#tips-opacity {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2d2d2d;
    z-index: 4;
    opacity: .5
}

.tips-box {
    background: #fff;
    position: fixed;
    text-align: center;
    z-index: 100;
    width: 300px;
    top: 45%;
    left: 50%;
    margin: -190px 0 0 -150px
}

.tips-title {
    padding-bottom: .25rem;
    padding-top: .25rem;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600
}

.tips-muted {
    color: #9ca0ad;
    font-size: .875rem;
    margin-bottom: .5rem
}

.tips-content {
    padding: 10px
}

.btn-close-tips {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 44;
    cursor: pointer;
    transform: translateY(150%);
    text-align: center
}

.btn-close-tips i {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: rgb(14 14 14/.8);
    font-weight: 700
}

.ias-trigger {
    text-align: center;
    font-weight: 600;
    padding: 1em;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(26 26 26/.2)
}

.ias-trigger:hover {
    background: #0084ff;
    color: #f8f8f8
}

.navs-link {
    width: 32.8%;
    display: inline-block;
    padding: 15px;
    font-size: 12px;
    box-shadow: 0 0 0 1px rgb(0 0 0/4%);
    height: 92.1875px;
    margin-right: 8px;
    margin-bottom: 8px;
    vertical-align: top
}

.navs-link:nth-child(3n) {
    margin-right: 0
}

.navs-link h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
    color: hsl(0deg 0% 16%)
}

.navs-link p {
    color: hsl(0deg 0% 16%)
}

@media screen and (max-width:760px) {

    audio,
    canvas,
    video {
        width: 100%
    }

    .pc-wrapper {
        display: none
    }

    .yd-wrapper {
        display: initial
    }

    .m-multi-ellipsis {
        height: 2.8em !important
    }

    .post-con .intro {
        display: none !important
    }

    .entry-page-next,
    .entry-page-prev {
        width: 100%;
        margin-bottom: 8px;
        float: none
    }

    .post-con {
        margin-bottom: 8px;
        padding: 3vw
    }

    .post-con .figure {
        width: 35%;
        height: auto;
        padding-top: 5px
    }

    .post-con .figure img {
        width: 100%;
        height: 5.375rem
    }

    .post-con .content {
        margin-left: 38%;
        padding-top: 7px
    }

    .post-con .content h2 {
        font-size: 16px;
        white-space: unset;
        padding-bottom: 60px
    }

    .post-con .tag,
    .post-con .cate {
        display: none !important
    }

    .article-cover .article-border {
        padding: 3vw
    }

    .article-border .article-white {
        margin-top: 1rem;
        margin-bottom: 0
    }

    .article-white .subscribe {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .catename-head {
        height: auto;
        padding-top: 37vw;
        background: 0 0
    }

    .catename-head .catename-bg {
        height: 37vw;
        z-index: 1
    }

    .catename-head .catename-inner {
        position: relative;
        height: auto;
        padding: 0 15px 15px;
        margin-top: -40px;
        background: #fff
    }

    .catename-head .catename-user {
        color: #333
    }

    .catename-head .catename-avatar {
        margin-bottom: 15px;
        z-index: 1
    }

    .catename-head .catename-name {
        color: #333
    }

    .comments-info li {
        width: 100%;
        padding-right: 0%
    }

    .list-copyright .footer-logo-img {
        display: none
    }

    .list-copyright .footer-logo-content {
        display: none
    }

    .list-copyright .footer-prise-content {
        flex: 1 1
    }
}

@media screen and (max-width:1200px) {
    .m-multi-ellipsis {
        position: relative;
        line-height: 1.4em !important;
        overflow: hidden
    }

    .m-multi-ellipsis:after {
        content: "";
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 20px
    }

    .h-wrap,
    .header {
        height: 60px
    }

    .logo-area {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 5px 0 0
    }

    .logo-area img.logo {
        width: 90pt;
        height: 57px
    }

    .m-nav-btn {
        display: block;
        height: 0
    }

    .pc-nav {
        margin-right: 0
    }

    .responsive-nav {
        width: 75%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .92);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9;
        display: none
    }

    .nav-sb {
        box-shadow: none
    }

    .m-nav {
        margin-top: 70px;
        width: 100%
    }

    .m-nav-btn i.iconfont {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        line-height: 56px;
        text-align: center
    }

    .m-nav-btn i.active {
        color: #fff;
        z-index: 10
    }

    .nav-ul>li {
        line-height: 38px;
        position: relative;
        width: 100%;
        display: inherit;
        margin-right: 0;
        text-align: left
    }

    .nav-ul>li:first-child {
        border-top: none
    }

    .nav-ul>li>a {
        height: 50px;
        font-size: 16px;
        display: block;
        text-indent: 4vw;
        color: #fff;
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .nav-ul>li>a i.fa {
        font-size: 1em;
        padding-right: 3px
    }

    span.toggle-btn {
        position: absolute;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #aaa;
        text-align: center;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 100;
        border-left: 1px solid rgba(255, 255, 255, .1);
        display: block
    }

    span.toggle-btn i.iconfont {
        color: #eee;
        font-size: 18px
    }

    .m-nav-btn .active:before {
        content: "\e758"
    }

    .icon-down:before {
        content: "\e762"
    }

    .toggle-btn .active:before {
        content: "\e75f"
    }

    .m-nav .sub-nav {
        background-color: rgb(69 77 84/80%)text-align:left;
        position: relative;
        left: 0;
        min-width: 100%;
        z-index: 10;
        font-size: 14px;
        top: 0;
        border-radius: 0
    }

    .m-nav .sub-nav>li {
        position: relative;
        text-align: left;
        line-height: 50px;
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .sub-nav li:last-child {
        border-bottom: 0 solid transparent
    }

    .m-nav .sub-nav>li>a {
        text-indent: 1.5em;
        color: #fff;
        display: block;
        height: 50px;
        font-size: 16px;
        text-indent: 2em
    }

    .m-nav .sub-nav>li ul li>a {
        text-indent: 3em
    }

    .search-button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        height: 60px;
        width: 60px;
        display: block;
        margin-right: 0
    }

    .search-button i.iconfont {
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        font-size: 24px
    }

    #search-area {
        left: 0;
        width: 96%;
        bottom: -70px
    }

    .article-con {
        width: 100%
    }

    #sidebar {
        width: 100%;
        display: none
    }

    .container-ad {
        padding: 68px 0 1px !important;
        color: #888
    }

    .catename {
        display: none;
        margin-bottom: 8px
    }

    .catename h1 {
        font-weight: 400;
        font-size: 1.25rem;
        border-left: 0 solid #0084ff;
        padding-left: 0;
        text-align: center
    }

    .pagebar {
        text-align: center;
        margin-top: 18px;
        margin-bottom: 10px
    }

    .nav-links .last {
        display: none
    }

    .pagination {
        display: none
    }

    .list-post {
        padding: 1.5em 3vw;
        margin-bottom: 8px
    }

    .list-post .list-article {
        width: 100%
    }

    .list-post .list-article:nth-last-of-type(-n+2) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .list-post .list-article:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 solid #eee
    }

    .widget_aside_ad,
    .widget_tags,
    .widget_hotlist {
        margin-bottom: 8px
    }

    .widget_aside_ad img {
        width: 100%
    }

    .widget_tags,
    .widget_hotlist {
        padding: 20px 15px 15px
    }

    .article-main {
        padding: 3vw
    }

    .article-main .header-info .comment,
    .article-main .header-info .like,
    .article-main .header-intro {
        display: none
    }

    .article-cover .article-border {
        padding: 3vw
    }

    .comments-body .nickname {
        line-height: 16px
    }

    .comments-list .comments-text {
        padding-left: 40px;
        line-height: 1.6
    }

    .comments-author {
        float: left;
        width: 30px;
        margin-right: 10px
    }

    .comments-author img {
        width: 30px;
        height: 30px;
        border-radius: 100px;
        border: 2px solid #fff;
        box-shadow: 2px 2px 3px #efefef
    }

    .comments-list .comment-children {
        position: relative;
        margin: 15px 0 0;
        padding: 20px;
        list-style: none;
        background: #f8f8f8;
        border-radius: 4px
    }

    .comments-list .comment-children:before {
        left: 35px
    }

    .entry-page {
        overflow: hidden;
        margin-bottom: 0
    }

    .entry-page-next,
    .entry-page-prev {
        margin-bottom: 8px
    }

    .navs-link {
        width: 100%;
        margin-right: 0
    }

    .post-loop .loop-list {
        width: 100%
    }

    .list-post .link-rule {
        display: none !important
    }

    .footer .footer-main {
        width: 100%;
        padding: 6% 0;
        text-align: center
    }

    .footer .footer-col-sns {
        float: initial;
        text-align: center
    }

    .footer .footer-col-sns .footer-sns {
        margin-bottom: 30px;
        margin-top: 0
    }
}