@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    background: #f0f0f0;
    transition: .3s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear:after,
.clear:before {
    display: table;
    content: "";
    line-height: 0
}

.clear:after {
    clear: both
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

.hide {
    display: none
}

.wrap-left,
.wrap-right {
    margin-bottom: 20px;
}

.wrap-left {
    width: 72%;
    transition-duration: .5s;
}

.primary .wrap-left {
    width: 100%;
}

.wrap-right {
    width: 28%
}

.primary .wrap-right {
    display: none;
}

.title-2,
.title-1 {
    display: inline-block;
    font-size: 18px !important;
    color: #333;
    font-weight: 700 !important;
    height: 58px;
    line-height: 58px;
}

.title-2 {
    position: relative;
    margin-left: 20px;
}

.title-2:after,
.tit-hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #ff6f3d;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.navbar {
    margin: 0 auto;
    position: relative;
    height: 75px;
    line-height: 75px;
    text-align: center;
    z-index: -1;
    overflow: visible;
}

.logo {
    float: left;
    font-size: 22px
}

.logo a {
    display: block;
    font-size: 0;
}

.logo img {
    max-height: 35px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

#menu {
    float: left;
    margin-left: 25px;
}

#menu li {
    float: left;
    display: block;
    padding: 0 12px;
    font-size: 16px;
    position: relative;
}

#menu li i {
    transition: all .3s;
}

#menu li a>i {
    margin-right: 3px;
}

#menu li.selected:hover:before,
#menu li.on:before {
    width: 100%;
    left: 0;
    margin: 0;
}

#menu li.selected:before,
#menu li.on:before {
    width: calc(100% - 20px);
    left: 0;
    margin: 0 10px;
}

#menu li:hover a,
#menu li.on a {
    color: #fc7247
}

#menu>li>i {
    margin-left: 3px;
    transition: all .3s
}

#menu>li>ul {
    opacity: 0;
    list-style: none;
    padding: 5px;
    margin-left: -15px;
    margin-top: -10px;
    min-width: 110px;
    border-radius: 4px;
    background: #2c2c2c;
    position: absolute;
    z-index: 888;
    top: 100%;
    visibility: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    transition: transform .3s, opacity .1s;
    box-sizing: border-box;
}

#menu>li>ul li:before {
    background-color: transparent;
}

#menu>li>ul li a {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    color: #ccc;
}

#menu>li>ul:before {
    border: 8px solid transparent;
    border-bottom-color: #2c2c2c;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -16px;
    width: 16px;
    height: 16px;
}

#menu>li>ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0;
    margin: 0;
    transition: none;
}

#menu>li:hover ul {
    display: block;
    opacity: 1;
    top: auto;
    visibility: visible;
    margin-top: -4px;
    transition: all .3s;
}

#menu>li:hover i {
    transform: rotate(180deg);
    color: #fc7247;
    transition: all .3s;
}

#menu.active li:hover ul.sub-nav {
    display: none;
}

#menu.active>li>ul {
    max-width: 100%;
    overflow: hidden;
    opacity: 1;
    display: none;
    margin-top: 0;
}

#menu.active li:hover ul {
    margin-top: 0
}

#menu.active>li>ul li {
    height: 40px;
    line-height: 40px;
}

#menu.active>li>ul li a {
    width: auto;
    text-align: left;
    margin-left: 40px;
    padding: 10px 0;
    font-size: 14px;
}

#menu.active>li>ul li a:hover {
    background-color: transparent
}

#menu.active li {
    position: relative;
}

#menu.active>li:hover i {
    transform: none;
    color: #fc7247;
    transition: all .3s;
}

#menu.active>li>ul {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#menu.active li em.dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    line-height: 50px;
}

#menu.active>li>ul {
    position: static;
}

#menu li.selected a,
#menu li:hover ul a:hover,
#menu li ul li.selected a {
    color: #fc7247;
}

#menu li.selected ul a,
#menu li:hover ul a {
    color: #ccc;
}

/* ===== 导航深色 ===== */
.header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    z-index: 998;
    background: #1e1e1e;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-navigation.slideUp {
    top: -75px;
}

#menu li a {
    color: #d4d4d4;
}

#menu li:hover a,
#menu li.on a,
#menu li.selected a {
    color: #ff8a65;
}

/* ===== 搜索框 - 加亮边框 ===== */
.search-box {
    position: relative;
    float: right;
    margin-top: 18px;
}

.search-box form.search-form {
    width: 320px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    border-radius: 6px;
    background: #2a2a2a;
    border: 1.5px solid #777;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}

.search-box form.search-form:focus-within {
    border-color: #ff8a65;
    box-shadow: 0 0 14px rgba(255, 138, 101, 0.3);
}

.search-box input {
    float: left;
    width: 75%;
    background-color: #2a2a2a;
    color: #e8e8e8;
    height: 39px;
    border: none;
    padding: 0 5%;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
}

.search-box input::placeholder {
    color: #999;
    font-size: 13px;
}

.search-box button {
    float: left;
    width: 25%;
    background-color: #3a3a3a;
    color: #ddd;
    height: 39px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    border-radius: 0 5px 5px 0;
    transition: background 0.3s ease;
}

.search-box button:after {
    content: "搜谱";
    font-size: 14px;
    color: #ddd;
}

.search-box button:hover {
    background-color: #4a4a4a;
}

.slideUp .search-form.active {
    max-height: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}

.ls-btn-box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.ls-btn-box span,
.ls-btn-box a {
    display: block;
    float: left;
    width: 16px;
    font-size: 16px;
    color: #d4d4d4;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

.ls-btn-box span i {
    vertical-align: 1px;
}

.ls-btn-box a.m-login {
    margin-right: 8px;
}

.m-menu-btn {
    display: none;
    z-index: 1;
    margin-top: -8px;
}

.m-menu-btn span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #d4d4d4;
    border-radius: 30px;
    z-index: 1;
}

.m-menu-btn span:nth-child(2) {
    width: 10px;
    margin-left: 1px;
}

.nav-mask {
    display: none;
}

.p-top {
    padding-top: 95px;
}

/* ===== 页面菜单 ===== */
.page-menu {
    overflow: hidden;
}

ul.page-menu-list {
    float: left;
    max-width: 77%;
    margin: 19px -10px 21px;
    list-style: none;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

ul.page-menu-list li {
    position: relative;
    float: left;
    display: block;
}

ul.page-menu-list li a {
    display: block;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    color: #7c7c7c;
    line-height: 35px;
    text-align: center;
    margin: 5px 10px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 24%);
}

ul.page-menu-list li.current a,
ul.page-menu-list li a:hover {
    border-color: #fe6e66;
    background-color: #fe6e66;
    background: linear-gradient(90deg, #f3698f 10%, #f94a72 90%);
    color: #fff;
    box-shadow: 1px 1px 5px rgba(251, 0, 0, .24);
}

.t-release {
    float: right;
    max-width: 23%;
    position: relative;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    background-color: #fff7e7;
    color: #6b3612;
    border-radius: 20px;
    list-style: none;
    text-align: center;
    margin: 26px 5px 0;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 28%);
    box-sizing: border-box;
}

.t-release p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-release i {
    color: #000;
    font-size: 18px;
    margin-right: 3px;
}

.t-release em {
    color: #f66;
    font-weight: 700;
    margin-right: 3px;
}

/* ===== 轮播 ===== */
.swiper-main {
    margin-bottom: 11px;
}

.swiper-main .swiper-container {
    margin-right: 7px;
}

.swiper {
    width: 60%;
    float: left;
}

li.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

li.swiper-slide h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 356px;
    border-radius: 2px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
    height: 42px;
    line-height: 42px;
    width: 32px;
    overflow: hidden;
    background-image: none;
    text-align: center;
    transition: all .25s ease 0s;
    background: rgba(0, 0, 0, 0.4);
}

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 38px;
    color: #fff;
}

.swiper-button-next i {
    padding-left: 4px
}

.swiper-button-prev i {
    padding-right: 4px;
}

.swiper-main .swiper-container-horizontal>.swiper-pagination-bullets {
    right: 20px;
    width: auto;
    left: auto;
}

.swiper-main .swiper-pagination-bullet {
    background: #fff;
    opacity: .7;
}

.swiper-main .swiper-pagination-bullet-active {
    background: #f9feff;
    opacity: .9;
}

.swiper-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-rt {
    width: 40%
}

.swiper-rt-box {
    margin-left: 9px;
}

ul.swiper-rt-lists {
    margin: 0 -8px;
}

ul.swiper-rt-lists .swiper-bm-item {
    width: 50%;
}

ul.swiper-rt-lists .swiper-bm-item:first-child {
    width: 100%;
    margin-bottom: 16px;
}

ul.swiper-rt-lists .swiper-bm-item:first-child a {
    height: 180px;
}

.swiper-bm {
    padding: 0;
    margin: 16px -8px 0;
    border-radius: 2px;
}

.swiper-bm-item {
    width: 20%;
    float: left;
}

.swiper-bm-item a {
    position: relative;
    display: block;
    max-width: 100%;
    height: 160px;
    padding: 0 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-bm-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.swiper-bm-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.swiper-bm>li:hover span.mask {
    display: block;
}

.item-opt-text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: all .6s;
    opacity: 1;
}

.item-opt-text span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -15px;
    content: " ";
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: all .6s;
}

.swiper-bm-item:hover .item-opt-text {
    background: rgba(0, 0, 0, 0.41);
}

.swiper-bm-item:hover .item-opt-text span:after {
    opacity: 1;
}

.item-opt-text span {
    font-size: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    margin-top: -20px;
    letter-spacing: 2px;
    text-align: center;
    transition: all .6s;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
}

/* ===== 首页文章列表 ===== */
#item-lists {
    padding: 0 0 11px;
    margin: 0 -9px;
}

li.item-list {
    width: 25%;
    float: left;
    padding: 9px;
    box-sizing: border-box;
}

.item-content {
    position: relative;
    font-size: 0;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

li.item-list a.item-img {
    display: block;
    position: relative
}

li.item-list img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

li.item-list:hover span.mask {
    display: block;
}

.item-info {
    font-size: 12px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height .25s;
    transition: max-height .25s;
}

li.item-list:hover .item-info {
    max-height: 95px;
}

.item-info a {
    display: inline-block;
    width: 100%;
    min-height: 41px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 14px;
    color: #a0a0a0;
    font-family: 'Microsoft Yahei';
    padding: 8px 10px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

li.item-list:hover .item-info a {
    white-space: normal;
    max-height: 64px;
    color: #666;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.post-meta {
    font-size: 0;
    height: 0;
    overflow: hidden;
    line-height: 20px;
    color: #b7b7b7;
    padding: 0 10px;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

li.item-list:hover .post-meta {
    height: 20px;
    margin-bottom: 15px;
}

.post-meta span {
    display: inline-block;
    font-size: 12px;
    max-width: 50%;
    overflow: hidden;
}

.post-meta span:last-child {
    float: right;
}

.post-meta i {
    margin-right: 3px;
}

/* ===== 文章列表（大图模式） ===== */
li.item-list2 {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
}

li.item-list2:last-child {
    border-bottom: none;
}

.item-left {
    float: left;
    width: 220px;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
}

.item-left>a>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.art-list li:hover img {
    transform: scale(1.1);
}

.item-right {
    font-size: 15px;
    margin-left: 235px;
    overflow: hidden;
}

.item-right h1 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 3px;
}

.item-right h1>a {
    color: #222;
    font-weight: 600;
}

.item-right h1>a:hover {
    color: #fe5b34;
}

.item-right>p {
    font-size: 14px;
    color: #444;
    max-height: 84px;
    line-height: 28px;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
    margin-bottom: 8px;
}

.art-meta {
    color: #888;
    font-size: 0;
}

.art-meta span {
    display: inline-block;
    max-width: 50%;
    line-height: 20px;
    font-size: 13px;
    padding-right: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
}

.art-meta span i {
    vertical-align: 0;
    margin-right: 3px;
}

.art-meta a {
    color: #666;
    margin-right: 4px;
}

.art-meta a:hover {
    color: #dd3333;
}

/* ===== 文章详情页 ===== */
.article-box {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.crumbs {
    font-size: 14px;
    color: #888;
    line-height: 21px;
    padding: 0 0 20px;
    border-bottom: 1px solid #f5f5f5;
}

.crumbs a {
    color: #888
}

.crumbs a:hover {
    color: #B9CB41;
}

.article h1 {
    font-size: 26px;
    color: #1a1a1a;
    text-align: left;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.article p {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 30px;
    margin: 15px 0;
}

.article a:hover {
    color: #B9CB41;
}

.article img {
    max-width: 100%;
    height: auto;
}

.article-info {
    line-height: 26px;
    background: #FBFBFB;
    padding: 15px 20px 10px;
    margin: 20px 0 0;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.article-info>div {
    margin-bottom: 5px;
}

.article-info a {
    color: #428bca;
    margin-right: 5px;
}

.article-info>div>span {
    color: #555;
}

span.article-info-name {
    font-weight: 600;
}

.article-metas {
    position: relative;
    margin: 20px 0 0;
}

.article-share {
    float: right;
    padding: 3px 0;
}

.article-share ul li {
    display: inline-block;
    padding-right: 20px;
}

.article-share ul li a {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.article-share ul li a:hover {
    color: #B9CB41;
}

.share {
    text-align: right;
    color: #999
}

.share a {
    text-align: center;
    margin-left: 6px;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    border: 1px #eee solid;
    cursor: pointer;
    box-sizing: border-box;
}

.share a.weixin svg {
    fill: #25D38A;
    width: 20px;
    height: 20px
}

.share a.weibo svg {
    fill: #EC4141
}

.share a.qq svg {
    fill: #0085FF
}

.share a.qqzone svg {
    fill: #FECC2F
}

.share a.weixin:hover {
    background-color: #25D38A;
    border-color: #25D38A
}
.share a.weixin:hover svg {
    fill: #fff
}

.share a.weibo:hover {
    background-color: #EC4141;
    border-color: #EC4141
}
.share a.weibo:hover svg {
    fill: #fff
}

.share a.qq:hover {
    background-color: #0085FF;
    border-color: #0085FF
}
.share a.qq:hover svg {
    fill: #fFF
}

.share a.qqzone:hover {
    background-color: #FECC2F;
    border-color: #FECC2F
}
.share a svg {
    width: 20px;
    height: 20px
}
.share a:hover svg {
    fill: #fff
}

.share a.weixin .qrpopup {
    position: absolute;
    top: -190px;
    right: 75px;
    padding: 8px 8px 0;
    background-color: #fff;
    border: 1px #eee solid;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.share a.weixin:hover .qrpopup {
    top: -164px;
    opacity: 1;
    visibility: visible;
}

.share a.weixin .qrpopup span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

.article-meta {
    padding: 10px 0;
    float: left;
}

.article-metas a,
.article-metas span {
    font-size: 14px;
    color: #888
}

.article-metas span {
    padding-left: 20px;
}

.article-metas a:hover {
    color: #B9CB41;
}

.article-metas i {
    color: #888;
    margin-right: 5px;
}

/* ===== 上下篇 ===== */
.prev-next {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    border-radius: 2px;
}

.prev-next p>a {
    color: #333;
}

.prev-next p.art-next:hover>a,
.prev-next p.art-prev:hover>a {
    color: #EF353D;
}

.prev-next p.art-next:hover>a:after {
    content: '»';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    font-size: 58px;
    color: #ccc;
    line-height: 34px;
}

.prev-next p.art-prev:hover>a:after {
    content: '«';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    font-size: 58px;
    color: #ccc;
    line-height: 34px;
}

.prev-next p>a>span {
    display: block;
    color: #999;
    cursor: default;
    margin-bottom: 3px;
}

p.art-prev,
p.art-next {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p.art-prev {
    padding: 0 20px 0 45px;
    text-align: left;
    border-right: 1px solid #eee;
}

p.art-prev>a:after {
    content: '«';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 58px;
    color: #EDEDED;
    line-height: 34px;
    margin-top: -21px;
}

p.art-next {
    padding: 0 45px 0 20px;
    text-align: right
}

p.art-next>a:after {
    content: '»';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    color: #EDEDED;
    font-size: 58px;
    line-height: 34px;
}

/* ===== 相关推荐 ===== */
.related {
    margin-bottom: 20px;
    background: #fff;
    padding: 0 0 10px;
    border-radius: 2px;
}

.related-tit {
    font-size: 16px;
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

ul.related-main {
    padding: 20px 0 0 20px;
}

ul.related-main>li {
    width: 25%;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.related-main>li>a {
    display: block;
    padding: 0 0 10px;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
}

.related-img {
    position: relative;
    height: 260px;
    border-radius: 0;
    overflow: hidden;
}

.related-img img {
    height: 100%;
    width: 100%;
}

.related-main p {
    font-size: 14px;
    color: #444;
    height: 46px;
    line-height: 23px;
    padding: 10px 10px 0;
    overflow: hidden;
}

.related-main li:hover p {
    color: #fe5b34;
    text-decoration: underline;
}

.related-main li:hover .related-img>span.mask {
    display: block;
}

.com-tit {
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}

/* ===== 侧边栏 ===== */
.sidebar-box {
    margin-left: 20px;
}

.widget {
    border: 1px solid #eee;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 2px;
}

.widget:first-child {
    margin-top: 0;
}

.mod-main {
    padding: 10px 0;
}

.mod-main>li {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px 20px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.mod-main>li a {
    display: block;
    color: #222;
}

.mod-main>li p {
    font-size: 12px;
    color: #777;
    height: 13px;
    line-height: 13px;
    margin: 7px 0;
}

.mod-main>li p i {
    margin-right: 2px;
}

.mod-main>li img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    transition: all .6s;
}

.mod-main>li:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.mod-post-left {
    float: left;
    width: 100px;
    height: 75px;
    border-radius: 2px;
    overflow: hidden;
}

.mod-post-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod-post-right {
    height: 75px;
    color: #222;
    margin-left: 110px;
}

.mod-post-right h1 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.mod-post-right h1 a {
    color: #222;
}

.mod-post>li {
    padding: 0 20px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.mod-post>li:first-child {
    margin-top: 5px;
}

.mod-post>li:last-child {
    border: 0;
    margin-bottom: 0;
}

.mod-main>li a:hover>.mod-post-right {
    color: #fe5b34;
}

.mod-main>li a:hover {
    color: #fe5b34;
}

.mod-main>li a:hover .mod-post-right h1 a {
    color: #fe5b34;
}

.mod-tags {
    padding: 16px 16px 20px
}

.mod-tags>a {
    float: left;
    display: block;
    color: #726161;
    border-radius: 2px;
    font-size: 14px;
    width: 33.3333%;
    overflow: hidden;
}

.mod-tags>a>span {
    display: block;
    width: auto;
    line-height: 25px;
    margin: 4px;
    padding: 3px 6px;
    text-align: center;
    background: #f5f6f7;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod-tags>a>span:hover {
    color: #fff;
}

a.a-tag-1>span:hover {
    background: #f44336;
}
a.a-tag-2>span:hover {
    background: #4caf50;
}
a.a-tag-3>span:hover {
    background: #0B0B0B;
}
a.a-tag-4>span:hover {
    background: #00bcd4;
}
a.a-tag-5>span:hover {
    background: #2196f3;
}
a.a-tag-6>span:hover {
    background: #e91e63;
}
a.a-tag-7>span:hover {
    background: #34495e;
}
a.a-tag-8>span:hover {
    background: #003366;
}
a.a-tag-9>span:hover {
    background: #B37333;
}
a.a-tag-10>span:hover {
    background: #CC0000;
}

/* ===== 选项 ===== */
.option {
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 0 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .02);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 2px;
}

.op-title {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 20px;
    color: #333;
}

.option ul {
    position: relative;
    padding: 10px 20px;
}

.option ul.lm-tag-list {
    border-bottom: 1px dashed #dedede;
}

.option ul li {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin: 10px 0;
}

.option ul li strong {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}

.option>ul>li>.siftMore {
    margin-left: 55px;
    width: auto;
    line-height: 26px;
}

.siftMore a {
    color: #777;
    margin-right: 20px;
    float: left;
    display: block;
}

.option a.red-blod {
    color: #f66;
    font-weight: 700;
}

/* ===== 友情链接 ===== */
.links {
    font-size: 15px;
    background: #fff;
    padding: 20px 20px 10px 5px;
    margin-bottom: 20px;
    border-radius: 2px;
    clear: both;
    border: 1px solid #eee;
}

.links li {
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
}

li.links-title {
    font-weight: 700;
    color: #555;
}

.links li a {
    font-size: 14px;
    color: #555;
}

.links li a:hover {
    color: #fe5b34;
}

/* ===== 页脚深色 ===== */
.footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #1e1e1e;
    box-sizing: border-box;
}

.footer p {
    color: #aaa;
    font-size: 14px;
    line-height: 26px;
}

.footer p a {
    color: #aaa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.footer p a:hover {
    color: #ff8a65;
}

/* ===== 回到顶部 ===== */
.backtop {
    z-index: 999;
    bottom: 77px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer;
}

.backtop .bt-box {
    margin-bottom: 6px;
    width: 40px;
    height: 40px;
    line-height: 33px;
    background: #444;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    text-align: center;
}

#backtop i.fa {
    font-size: 18px;
    vertical-align: -4px;
    color: #ddd;
}

#backtop i.fa-angle-up {
    font-size: 24px;
}

#backtop i.fa-angle-down {
    vertical-align: -7px;
    font-size: 24px;
}

.backtop .bt-box:hover {
    opacity: .8
}

.backtop a,
.backtop i {
    color: #eee;
}

.backtop .top,
.option>ul>li>span.toggleBtn {
    display: none;
}

/* ===== 响应式 ===== */
@media only screen and (max-width: 1180px) {
    .container {
        width: 1024px;
    }
    .header .container {
        padding: 0 9px;
        box-sizing: border-box;
    }
    .header {
        height: 60px;
        line-height: 60px;
    }
    #menu li {
        padding: 0 10px;
    }
    .search-box form.search-form {
        width: 220px;
    }
    .swiper-slide img {
        height: 308px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 156px;
    }
    .swiper-bm-item a {
        height: 136px;
    }
    #item-lists {
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%
    }
    li.item-list {
        width: 50%;
    }
    .wrap-right {
        display: none;
    }
    .wrap-left {
        width: 100%;
    }
    .nav-icon {
        float: right;
        margin: 6px 0 0 12px;
        width: auto
    }
    .m-nav-on {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateX(80%);
        transform: translateX(80%);
        transition: .3s;
    }
    .logo {
        float: none;
        width: 150px;
        margin: 0 auto;
    }
    .header-navigation,
    .page-menu {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .ls-btn-box {
        display: block;
        overflow: hidden;
    }
    #menu {
        width: 238px;
        background: #1e1e1e;
        position: fixed;
        top: 0;
        bottom: 0;
        margin-left: 0;
        left: -250px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 999;
    }
    #menu.active {
        left: 0;
    }
    #menu.active li:hover {
        background-color: transparent;
    }
    #menu>li>ul {
        background: transparent;
        visibility: visible;
        margin-top: 0;
        position: static;
        box-shadow: none;
        padding: 0;
        opacity: 1;
        display: none;
    }
    #menu li.on ul.sub-nav {
        display: block;
    }
    #menu>li>ul li a {
        line-height: 1;
        color: #aaa;
        padding: 8px 0;
        text-align: left;
        margin-left: 40px;
        height: auto;
    }
    #menu>li>ul:before {
        display: none;
    }
    .mask.active,
    .nav-mask.active {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    #menu {
        padding-top: 20px;
    }
    #menu li {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #333;
    }
    #menu li a {
        display: block;
        margin: 0 25px;
        letter-spacing: 1px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        height: auto;
        line-height: 50px;
        color: #d4d4d4;
        font-size: 15px;
    }
    #menu li a:hover {
        color: #ff8a65;
    }
    #menu li>i {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0;
        font-size: 18px;
        z-index: 99;
        color: #888;
        cursor: pointer;
    }
    #menu li>i:hover {
        color: #ff8a65;
    }
    .m-menu-btn {
        display: block;
    }
    .m-menu-btn {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
    }
    .nav-mask.active+.m-menu-btn {
        position: fixed;
        top: 0;
        z-index: 1000;
        left: 245px;
        background: 0 0;
        border: 0;
        margin-top: 10px;
        margin-right: 0;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .nav-mask.active+.m-menu-btn span {
        width: 16px;
        background: #fff;
        -webkit-transition: all .3s ease-out .3s;
        -o-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
    }
    .nav-mask.active+.m-menu-btn span:nth-child(1) {
        margin-bottom: 0;
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        -ms-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px);
    }
    .nav-mask.active+.m-menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .nav-mask.active+.m-menu-btn span:nth-child(3) {
        margin-top: 10px;
        -webkit-transform: rotate(45deg) translate(-5px, -5px);
        -ms-transform: rotate(45deg) translate(-5px, -5px);
        transform: rotate(45deg) translate(-5px, -5px);
    }
    .right-wrap {
        width: 100%;
    }
    .left-wrap,
    .main {
        width: 100%
    }
    .lm-name,
    .view {
        display: none
    }
    #menu>li:hover ul {
        transition: none;
    }
    .login {
        display: none;
    }
    /* 移动端搜索框 */
    .search-box {
        position: fixed;
        top: 75px;
        left: -100%;
        right: 0;
        width: 100%;
        transition: all 0.25s;
        z-index: -1;
        opacity: 0;
        background-color: #1e1e1e;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        margin-top: 0;
        border-top: 2px solid #ff8a65;
        float: none;
    }
    .search-box.active {
        left: 0;
        opacity: 1;
        z-index: 100;
        transition: all 0.25s;
    }
    .search-box form.search-form {
        display: block;
        width: 85%;
        padding: 15px 0;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 4px;
        height: auto;
        box-sizing: border-box;
        border: 1.5px solid #777;
        background: #2a2a2a;
        float: none;
    }
    .search-box form.search-form input[type=text] {
        float: left;
        display: block;
        width: 85%;
        height: 38px;
        line-height: 38px;
        padding: 0 14px;
        border-right: none;
        border-radius: 4px 0 0 4px;
        outline: none;
        border: none;
        box-sizing: border-box;
        background: #2a2a2a;
        color: #e8e8e8;
        font-size: 14px;
    }
    .search-box form.search-form button {
        display: block;
        width: 15%;
        color: #ddd;
        border: none;
        height: 38px;
        background-color: #3a3a3a;
        font-size: 0;
        padding: 0;
        border-radius: 0 4px 4px 0;
        line-height: 38px;
    }
    .search-box form.search-form button:after {
        content: "搜谱";
        font-size: 14px;
        color: #ddd;
    }
    .swiper-main {
        margin-bottom: 0;
    }
    .swiper-rt,
    .swiper-bm {
        padding: 0 12px;
        box-sizing: border-box;
    }
    .swiper-main .swiper-container {
        margin-right: 0
    }
    .swiper {
        float: none;
        width: 100%
    }
    .swiper-slide img {
        height: 412px;
    }
    .swiper-rt-box {
        margin-left: 0;
    }
    .swiper-rt {
        float: none;
        width: 100%;
    }
    li.swiper-bm-item {
        width: 50%;
        margin-bottom: 16px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child {
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .swiper-bm,
    ul.swiper-rt-lists {
        margin: 0;
    }
    .swiper-bm li.swiper-bm-item:last-child {
        display: none;
    }
    .swiper-bm-item a {
        height: 275px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 303px;
    }
    .t-release {
        margin-right: 0;
    }
    #item-lists {
        margin: 0 11px;
        box-sizing: border-box;
    }
    li.item-list {
        width: 33.3333%;
    }
    .item-info {
        position: static;
        max-height: 95px;
    }
    .item-info a {
        white-space: normal;
        max-height: 64px;
        color: #666;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
    }
    .post-meta {
        height: 20px;
        margin-bottom: 15px;
    }
    .m-nav-on .m-nav {
        position: fixed;
        left: -80%;
        top: 0;
        padding-left: 15px;
        margin-top: 0;
        line-height: 68px;
    }
    .m-mask {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .7);
    }
    .m-nav-on .m-mask {
        visibility: visible;
        opacity: 1;
    }
    .user ul li a img {
        height: 34px;
        width: 34px;
    }
    .userinfo {
        margin-top: 6px;
    }
    .user ul li a span {
        display: none
    }
    span.r-hide {
        display: none;
    }
    .article h1 {
        font-size: 20px;
        color: #1a1a1a;
    }
    .article p {
        font-size: 15px;
        color: #2a2a2a;
        line-height: 28px;
    }
    .related-img {
        height: 320px;
    }
    .item-left {
        width: 120px;
        height: 80px;
    }
    .item-right {
        margin-left: 135px;
    }
    .item-right h1 {
        font-size: 15px;
        height: 26px;
        line-height: 26px;
    }
    .item-right>p {
        font-size: 13px;
        line-height: 22px;
        max-height: 66px;
    }
}

@media only screen and (max-width: 820px) {
    .swiper-slide img {
        height: 370px;
    }
    .swiper-bm-item a {
        height: 255px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 283px;
    }
    ul.page-menu-list {
        max-width: 60%;
    }
    .t-release {
        max-width: 40%;
    }
    .related-img {
        height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .header-navigation {
        height: 56px;
        line-height: 56px;
        border-bottom: 1px solid #333;
        box-shadow: 0 0 3px rgb(0 0 0 / 8%);
    }
    .navbar {
        height: 56px;
        line-height: 56px;
    }
    .logo {
        width: 120px;
    }
    .logo a img {
        margin-bottom: 3px;
    }
    .p-top {
        padding-top: 66px;
    }
    li.item-list {
        width: 50%;
    }
    .option>ul>li>.siftMore {
        padding-right: 20px;
        width: auto;
    }
    .option>ul>li>span.toggleBtn {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 35px;
        height: 67px;
        line-height: 67px;
        font-size: 18px;
        color: #6c6c6c;
        text-align: center;
        cursor: pointer;
        z-index: 11;
    }
    .option>ul>li>span.toggleBtn i {
        vertical-align: 1px;
    }
    .item-left {
        width: 120px;
        height: 80px;
    }
    .item-left a,
    .item-left img {
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .item-right {
        margin-left: 130px;
    }
    .item-right h1 {
        font-size: 16px;
        height: 28px;
        margin-bottom: 0;
    }
    .item-right h1>a {
        color: #222;
    }
    .item-right>p {
        height: 29px;
        margin: 3px 0 0;
        line-height: 29px;
        color: #444;
    }
    .share,
    .article-meta {
        text-align: center;
    }
    .footer {
        right: 0;
        text-align: center;
        background: #1e1e1e;
        bottom: 0;
        padding: 10px;
        box-shadow: 0 0 5px #ccc;
    }
    ul.related-main>li {
        width: 50%;
    }
    .related-img {
        height: 238px;
    }
    .article-meta {
        padding: 10px 0;
        float: none;
        width: 100%;
        height: 19px;
        overflow: hidden;
        white-space: nowrap;
    }
    .article-metas span {
        padding: 0 10px;
    }
    .article-metas span:nth-child(4),
    .article-metas span:nth-child(5) {
        display: none
    }
    .article-share {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
    .share>a.weixin:hover .qrpopup {
        top: -155px;
        width: 168px;
        left: 10px;
        box-sizing: border-box;
    }
    .prev-next {
        margin: 20px 0;
    }
    .article-metas {
        margin: 20px 0 0;
    }
    .share>a.weixin:hover .qrpopup {
        top: -170px;
        left: 75px;
        box-shadow: 0 2px 10px rgb(116 116 116 / 10%);
    }
    p.art-prev,
    p.art-next {
        width: 100%;
    }
    p.art-prev {
        padding: 0;
        margin-bottom: 15px;
        border: 0;
    }
    .prev-next p>a>span {
        display: inline;
        margin-right: 10px;
    }
    p.art-next {
        padding: 0;
        text-align: left;
    }
    p.art-prev>a:after,
    p.art-next>a:after {
        content: '';
    }
    .links {
        display: block;
        background: #fff;
        border: 1px solid #eee;
    }
    .related-img {
        height: 495px;
    }
    .article h1 {
        font-size: 18px;
        font-weight: 700;
    }
    .article p {
        font-size: 14px;
        color: #2a2a2a;
        line-height: 26px;
    }
    .search-box {
        top: 56px;
    }
    .search-box form.search-form {
        width: 90%;
        padding: 12px 0;
    }
    .search-box form.search-form input[type=text] {
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }
    .search-box form.search-form button {
        height: 38px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 540px) {
    .header-navigation,
    .navbar {
        height: 50px;
        line-height: 50px;
    }
    .p-top {
        padding-top: 60px;
    }
    .navbar-list {
        max-height: 100%;
        line-height: 38px;
    }
    .boxclose span {
        width: 26px;
        height: 26px;
        background-size: 100%;
    }
    .boxclose span:hover {
        background-size: 100%;
    }
    a.boxclose {
        top: 6px;
        right: 15px;
        height: 26px;
    }
    .search-box {
        top: 50px;
    }
    .search-box form.search-form {
        width: 92%;
        padding: 10px 0;
        border: 1.5px solid #777;
    }
    .search-box form.search-form input[type=text] {
        width: 83%;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    .search-box form.search-form button {
        width: 17%;
        height: 36px;
        line-height: 36px;
    }
    .search-box form.search-form button i {
        vertical-align: 2px;
    }
    .header-navigation,
    .page-menu {
        padding: 0 10px;
    }
    .swiper-slide img {
        height: 270px;
    }
    .swiper-bm-item a {
        height: 180px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 202px;
    }
    .swiper-rt,
    .swiper-bm {
        padding: 0;
        box-sizing: border-box;
    }
    #item-lists {
        margin: 0;
    }
    .option ul,
    li.item-list {
        padding: 8px;
    }
    .option>ul>li>span.toggleBtn {
        height: 62px;
        line-height: 62px;
    }
    .article p {
        font-size: 14px;
        color: #2a2a2a;
        line-height: 26px;
    }
    .article h1 {
        font-size: 17px;
        font-weight: 700;
    }
    .related-img {
        height: 330px;
    }
    span.comm-avator img {
        display: none;
    }
    .comm-sumbit span {
        display: none;
    }
    span.comm-avator em {
        margin-left: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 35px;
        line-height: 35px;
        width: 28px;
        outline: none;
    }
    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 31px;
    }
    .comm-user li {
        width: 100%;
    }
    .comm-user>ul>li:nth-child(odd)>.comm-group {
        margin-right: 0;
    }
    .comm-user>ul>li:nth-child(even)>.comm-group {
        margin-left: 0;
    }
    li.item-list2 {
        padding: 12px;
    }
    .item-left {
        width: 100px;
        height: 70px;
    }
    .item-right {
        margin-left: 112px;
    }
    .item-right h1 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }
    .item-right>p {
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    .art-meta span {
        font-size: 11px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .header-navigation,
    .page-menu {
        padding: 0px 8px;
    }
    .search-box form.search-form {
        width: 94%;
        padding: 10px 0;
        border: 1.5px solid #777;
    }
    .search-box form.search-form input[type=text] {
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding: 0 10px;
    }
    .search-box form.search-form button {
        height: 34px;
        line-height: 34px;
    }
    .search-box form.search-form button:after {
        font-size: 12px;
    }
    li.swiper-bm-item {
        margin-bottom: 8px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .swiper-bm-item a {
        height: 111px;
    }
    .swiper-rt-lists li:nth-child(2) a {
        padding-right: 4px;
    }
    .swiper-rt-lists li:nth-child(3) a {
        padding-left: 4px;
    }
    .swiper-bm li:nth-child(odd) a {
        padding-right: 4px;
    }
    .swiper-bm li:nth-child(even) a {
        padding-left: 4px;
    }
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 155px;
    }
    ul.page-menu-list {
        height: 47px;
        line-height: 47px;
    }
    .t-release {
        max-width: 50%;
        margin-top: 12px;
    }
    ul.page-menu-list {
        max-width: 50%;
        margin: 7px -8px 11px 0;
    }
    ul.page-menu-list li a {
        margin: 5px 8px 5px 0;
    }
    #item-lists {
        margin: 0 4px;
    }
    .siftMore a {
        margin-right: 15px;
    }
    li.item-list {
        padding: 4px;
    }
    .item-info {
        max-height: 70px;
    }
    .item-info h1 a {
        height: 38px;
        min-height: 38px;
        white-space: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .art-meta span {
        display: none;
    }
    .item-right>p {
        margin: 0;
    }
    .art-meta span:first-child {
        display: block;
        max-width: 100%;
    }
    li.item-list2 {
        padding: 8px;
        margin-bottom: 8px;
    }
    .article-box {
        padding: 15px 8px 20px;
        border-radius: 0;
    }
    .crumbs {
        padding: 0 0 11px;
    }
    .prev-next {
        margin: 8px 0;
        padding: 15px 8px;
    }
    .title-2,
    .title-1 {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
    }
    .title-2 {
        margin-left: 15px;
    }
    ul.related-main {
        padding: 8px 0 0 8px;
    }
    ul.related-main>li {
        margin-bottom: 8px;
    }
    ul.related-main>li>a {
        margin-right: 8px;
    }
    .related-img {
        height: 246px
    }
    .related,
    .comm-form {
        margin-bottom: 8px;
    }
    .comm-form {
        padding: 8px;
    }
    .comm-user li {
        margin-bottom: 8px;
    }
    .wrap-left,
    .wrap-right {
        margin-bottom: 11px;
    }
    .comm-msgs>.comm-msg-list {
        padding: 0 8px;
    }
    .article h1 {
        font-size: 16px;
        font-weight: 700;
    }
    .article p {
        font-size: 13px;
        color: #2a2a2a;
        line-height: 24px;
    }
    .item-left {
        width: 80px;
        height: 60px;
    }
    .item-right {
        margin-left: 92px;
    }
    .item-right h1 {
        font-size: 13px;
        height: 22px;
        line-height: 22px;
    }
    .item-right>p {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px;
    }
    .art-meta span {
        font-size: 10px;
        padding-right: 8px;
        max-width: 70%;
    }
}

@media only screen and (max-width: 375px) {
    ul.swiper-rt-lists .swiper-bm-item:first-child a {
        height: 140px;
    }
    .related-img {
        height: 236px;
    }
    .article h1 {
        font-size: 15px;
    }
    .article p {
        font-size: 13px;
        line-height: 24px;
    }
}

/* ===== 通用 ===== */
.ecomment {
    margin: 0;
    padding: 0;
}

.ecomment {
    margin-bottom: 12px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    background: #FFFFEE;
    padding: 3px;
    border: solid 1px #999;
}

.ecommentauthor {
    float: left;
    color: #F96;
    font-weight: bold;
}

.ecommenttext {
    clear: left;
    margin: 0;
    padding: 0;
}

.art-meta a,
.meta-box a {
    margin: 0 6px;
    color: #666;
    text-decoration: none;
}

.art-meta a:hover,
.meta-box a:hover {
    color: #dd3333;
    text-decoration: underline;
}

strong {
    font-weight: bold !important;
}

/* ===== FontAwesome ===== */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-user:before {
    content: "\f007"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-search:before {
    content: "\f002"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-weixin:before {
    content: "\f1d7"
}
.item-right h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.wrap-right .mod-post h3 {
    font-size: 15px !important;
    font-weight: normal !important;
}
.tab-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 800px;
}
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.item-right.ml0{margin-left:0px}
.mod-post-right.ml0{margin-left:0px;height: auto;}
.mod-post-right.ml0 h3{height: auto;}

.hbadge li{display: inline-flex;width: 90%;padding: 12px 0px 12px 10px;margin-bottom: 0px;}
.hbadge>li:first-child {
    margin-top: 15px;
}
.hbadge li span{font-size: 13px;margin-right: 5px;}
.hbadge li a {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333b55;
    overflow: hidden;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.badge {display:inline-block;padding:.15em .6em;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.color1,.color14{color:rgb(88, 40, 219);background-color:rgba(212, 62, 241, 0.1)}
.color2,.color15{color:#ff5473;background-color:rgba(255,84,115,.1)}
.color3,.color16{color:#6a933e;background-color:rgba(72,135,24,.1)}
.color4,.color17{color:#ff6f06;background-color:rgba(255,111,6,.1)}
.color5,.color18{color:#8e4aff;background-color:rgba(154,72,245,.1)}
.color6,.color19{color:#c58516;background-color:rgba(179,103,8,.1)}
.color7,.color20,.color0{color:#2997f7;background-color:rgba(41,151,247,.1)}
.color8,.color21{color:#5c7cff;background-color:rgba(77,130,249,.1)}
.color9,.color22{color:#04b9b6;background-color:rgba(8,196,193,.1)}
.color10,.color23{color:#d6064c;background-color:rgba(194,41,46,.1)}
.color11,.color24{color:#18a52a;background-color:rgba(18,185,40,.1)}
.color12,.color25{color:#e434e1;background-color:rgba(213,72,245,.1)}
.color13,.color26{color:#888;background-color:rgba(136,136,136,.1)}