@charset "utf-8";

@font-face {
    font-family: HarmonyOS_Sans;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/harmonyos_sans.subset.woff2) format('woff2')
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    color: #666;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background-color: #f1f1f1;
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: fixed;
    background-position: center center;
    /*background-image:url(../images/body_bg.jpg);*/
}

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

nav ul {
    list-style: none;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #333;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
    font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
}

a:hover,
a:focus {
    color: #b10b0b;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    color: #333;
}

a:hover {
    opacity: .9;
    text-decoration: none;
    color: #448EF6;
}

p {
    line-height: 20px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

del {
    text-decoration: line-through;
}

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

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

.content-wrap {
    width: 100%;
    overflow: hidden
}

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

.entry-content p.more,
hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
}

input,
select,
button,
textarea {
    vertical-align: middle;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}

:focus {
    outline: 0
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.clear {
    clear: both;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.bizad1,
.bizad2,
.bizad3 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.homedia.sell20 {
    margin-top: 5px;
}

.mb-20 {
    margin-bottom: -20px;
}

.box-shadow {
    background-color: #fff;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(165, 152, 152, 0.38);
}

article,
input,
textarea,
b,
ul,
li,
button,
a {
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.in-out {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    clear: both;
}

::-webkit-scrollbar-track {
    background: rgb(221, 221, 221);
}

::-webkit-scrollbar-thumb {
    background: rgb(88, 165, 195);
    border-radius: 4px;
}

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

i.fa {
    padding-right: 3px;
}

#percentageCounter {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    z-index: 2;
    background-color: #448EF6;
}

.arc_v1 {
    background: #d1d5dc;
    color: #fff;
}

.arc_v2 {
    background: #448EF6;
    color: #fff;
}

.arc_v3 {
    background: #f6b044;
    color: #fff;
}

.arc_v4 {
    background: #c444f6;
    color: #fff;
}

.arc_v5 {
    background: #f64444;
    color: #fff;
}

.arc_v6 {
    color: #fff;
    background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%);
    background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}

.arc_v7 {
    background: #000;
    color: #fff;
}

#divPrevious ul li a:hover,
ul.two-box-list li a:hover,
a.widget-posts-title:hover {
    margin-left: 8px;
}

/*festival-skin*/
.snow {
    display: block;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: rgba(125,137,95,0.1); */
    pointer-events: none;
}

body.skinbg .widget-cover.vip1 {
    background-image: url(../images/gj_vip_470.png);
    -webkit-transform: translate(-55%);
    transform: translate(-55%);
    top: -13px;
}

/*media*/
.homedia {
    text-align: center;
    width: auto;
    overflow: hidden;
}

.homedia.xgtj-recom {
    display: block;
    margin: 0 auto 5px;
    text-align: center;
    border-bottom: 0px solid rgba(0, 0, 0, .05);
}

.homedia.single-recom img,
.homedia.related-recom img,
.homedia.xgtj-recom img {
    border-radius: 8px;
}

.homedia.single-recom {
    margin: 20px 10px 10px;
}

.homedia.itmedia {
    display: block;
    margin: 0px auto 15px;
    text-align: center;
    border-radius: 8px;
}

main#main.sale-article-main .homedia.single-recom {
    margin-top: 0;
    margin-bottom: 20px;
}

.homedia.related-recom {
    margin: 0px auto 10px;
}

.home-page .homedia.related-recom {
    margin: 5px auto 15px;
}

.post-recom {
    margin: 20px 0 0px 0;
    padding-bottom: 20px;
}

.cataimg-main .homedia.xgtj-recom {
    margin-bottom: 20px;
}

.sellist-main .homedia.xgtj-recom {
    margin-bottom: 20px;
}

.homedia.special-recom {
    margin-bottom: 20px;
    border-radius: 8px;
}

.homedia.syimgad,
.homedia.sytextad,
.homedia.textbtad {
    margin-top: 20px;
    border-radius: 8px;
}

.home-search .homedia.xgtj-recom,
.home-tag .homedia.xgtj-recom,
.home-category .homedia.xgtj-recom {
    margin: 0px auto 20px;
}

.home-author .homedia.xgtj-recom {
    margin: 10px auto 20px;
}

.topmedia {
    margin: 20px auto -15px;
}

/*.homedia.sytextad {float: left;clear: both;display: block;width: 100%;}*/
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 8px;
    right: 20px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*special*/
.special-item {
    width: 49%;
    float: left;
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
    box-shadow: 0px 0px 10px -1px rgba(158, 158, 158, 0.2);
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}

.special-item:nth-child(even) {
    float: right;
}

.special-item:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.special-item-thumb {
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.special-item-thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.special-item-thumb img {
    width: 100%;
    height: 100%;
    align-self: center;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.special-number {
    padding: 8px 18px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    font-size: 13px;
    background-color: #dddcda;
    display: inline-block;
    color: #000000;
}

.special-title {
    padding: 15px 15px 10px 15px;
}

.special-item-info {
    margin: 0px auto 10px;
}

.special-count {
    font-size: 12px;
    color: #aaaeb3;
    margin-top: 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.special-count time {
    margin-right: 10px;
}

.special-posts {
    height: 204px;
}

.special-posts li {
    padding: 5px 0;
    line-height: 1.5;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.special-posts li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #448ef6;
    border-radius: 8px;
    margin: 0 10px 0 0;
    vertical-align: .1em;
    display: inline-block;
}

.special-posts li span {
    padding: 0 8px;
    line-height: 24px;
    font-size: 12px;
    background-color: #f6f6f6;
    float: right;
    color: #999;
    position: relative;
    top: -1px;
    margin-left: 8px;
}

/*404*/
.error-page {
    text-align: center;
    margin-top: 0px;
}

.not-found-title {
    color: #d5d7da;
    font-size: 14em;
    margin: 0;
    line-height: 1
}

.not-found-back {
    color: #979797
}

.error-page .search-submit {
    top: 0;
}

.search-form {
    position: relative;
    max-width: 600px;
    margin: 20px auto;
}

.error-page .search-box input,
.widget-area .search-box input {
    color: #113a5d;
    border-color: #F4F6F9;
    border-radius: 8px;
    background-color: #d5d7da;
    border: 1px #ddd solid;
    width: 100%;
    padding-left: 1em;
    padding-right: .6em;
    height: 36px;
}

.error-page .search-submit {
    border: 0;
    padding: 0;
    background: 0 0;
    width: 30px;
    height: 30px;
    line-height: 36px;
    color: #969696;
    position: absolute;
    right: 5px;
    top: 2px;
    line-height: normal;
    text-align: center;
}

.error-page .search-submit i.fa.fa-search {
    font-size: 1.35em;
}

.error-page p {
    margin-top: 8px;
    font-size: 15px;
}

.index404 ul#tag_cloud {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.index404 .pic-box {
    margin-top: 5px;
}

.index404 ul#tag_cloud li {
    display: inline-block;
    margin: 5px 4px 0;
    padding: 6px;
    border-radius: 36px;
}

.index404 ul#tag_cloud li a {
    background: rgb(84, 181, 219);
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
}

/*.top-main {padding-top:150px;}*/
.top-header {
    height: 112px;
}

.site-main {
    margin-top: 20px;
}

.top-bar {
    position: relative;
    width: 100%;
    z-index: 69;
    box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
    background-color: #fff;
}

.new-header {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.secnav-b {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.new-header-b,
.secnav-b.fixed-nav {
    border-bottom: 0px solid rgba(0, 0, 0, .05);
}

nav.top-bar-navigation {
    float: right;
}

nav.top-bar-navigation ul {
    float: left;
}

nav.top-bar-navigation ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 15px;
}

nav.top-bar-navigation>ul>li:first-child {
    padding-left: 0;
}

nav.top-bar-navigation>ul>li:hover>a,
nav.top-bar-navigation>ul>li.active>a {
    color: #1878ff;
}

nav.top-bar-navigation ul li a {
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 55px;
    color: #555;
}

nav.top-bar-navigation>ul>li.menu-item-has-children>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;
    top: -1px;
    left: 5px;
    overflow: hidden;
}

/*width:8px;height:8px;background-color:#f92900;border-radius:50%;position:absolute;top:15px;right:0;color:transparent;*/
nav.top-bar-navigation ul li>ul {
    float: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 55px;
    padding: 8px 10px;
    border-radius: 4px;
    z-index: 100;
}

nav.top-bar-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

nav.top-bar-navigation ul li>ul:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 5%;
    z-index: 1;
    border-top: 2px solid #54b5db;
    width: 90%;
}

nav.top-bar-navigation ul li:hover ul li {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

nav.top-bar-navigation ul li>ul>li {
    color: #448EF6;
    position: relative;
    display: block;
    float: left;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

nav.top-bar-navigation ul li>ul>li>a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 4px 0 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
}

nav.top-bar-navigation ul li>ul>li>a:hover {
    color: #448EF6;
    opacity: 1;
}

nav.top-bar-navigation ul li>ul>li a:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #448EF6;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

nav.top-bar-navigation ul li>ul>li>a:hover:before {
    opacity: 1;
}

.top-admin {
    letter-spacing: 1px;
    color: #555;
    font-size: 14px;
    line-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.top-admin .login {
    height: 50px;
}

.top-admin a {
    color: #555;
    line-height: 20px;
    padding-right: 10px;
}

a.topregister {
    padding: 0;
}

.top-admin a.at-night {
    position: relative;
    box-sizing: border-box;
    -webkit-transition: background-color .1s, border .1s;
    transition: background-color .1s, border .1s;
    cursor: pointer;
    padding-right: 0;
}

a.top-tnrt {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #3b5160;
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px 1px;
    border-radius: 4rem;
    margin-left: 15px;
}

.box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    width: 1000px;
}

.top-bar-left .logo {
    line-height: 50px;
    white-space: nowrap;
}

.top-bar-left .logo img {
    display: inline-block;
    height: 56px;
}

img.sublogo {
    display: inline-block;
    width: 120px !important;
}

@-webkit-keyframes changeImg {
    from {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

i.wb-switch {
    display: block;
    position: relative;
    width: 36px;
    height: 20px;
    border: 1px solid #394e5d;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #3b5160;
    -webkit-transition: background-color .1s, border .1s;
    transition: background-color .1s, border .1s;
    cursor: pointer;
}

i.wb-switch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 18px;
    border-radius: 36px;
    background-color: #3b5160;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
}

i.wb-switch:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px !important;
    height: 16px !important;
    border-radius: 36px;
    background-color: #54b5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
}

li.mobile_night i.wb-switch {
    display: inline-block;
    line-height: 1.4;
    top: 5px;
}

.mobile-menu .widget {
    display: none;
}

body.night i.wb-switch:after {
    background-color: #ff5d8f;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

.shan {
    position: absolute;
    -webkit-animation: changeImg 3s ease 0s;
    -o-animation: changeImg 3s ease 0s;
    animation: changeImg 3s ease 0s;
    top: -50%;
    width: 30%;
    height: 200%;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.btn-article {
    display: block;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    line-height: 2.4;
    outline: none;
    border: none;
}

.search-btn a {
    height: 36px;
    line-height: 20px;
    padding: 8px 15px;
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #3b5160;
}

.search-warp {
    float: right;
    width: 460px;
    height: 36px;
    background: #f3f5f6;
    border-radius: 8px;
    padding-right: 103px;
    margin: 10px 0 10px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.search-warp .search-area {
    width: 100% !important;
    height: 36px;
    font-size: 14px;
    color: #9199a1;
    padding: 0;
    margin: 0;
    border-radius: 5px 0 0 5px;
    position: relative;
}

.search-warp .search-area input.search-input {
    width: 100%;
    height: 36px;
    line-height: 20px;
    padding: 8px 16px;
    font-size: 14px;
    color: #9199a1;
    border-radius: inherit;
    background: #f3f5f6;
    border: 0px;
}

.search-warp button.showhide-search {
    height: 36px;
    line-height: 21px;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    background: #3b5160;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
}

.search-warp button.showhide-search:hover {
    background: #54b5db;
}

.site-wrap {
    padding-top: 75px;
}

/*s-drop-down*/
.s-drop-down {
    position: absolute;
    z-index: 9;
    top: 38px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.s-drop-down a {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
}

span.s-drop-n {
    color: #fff;
    background: #999;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
}

span.s-drop-n.num1 {
    background-color: #f00;
}

span.s-drop-n.num2 {
    background-color: #f60;
}

span.s-drop-n.num3 {
    background-color: #0188FB;
}

span.s-drop-t {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

span.s-drop-v {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

.search-area.open .s-drop-down,
.s-drop-down.open

/*,.search-warp form input.search-input:focus ~ .s-drop-down*/
    {
    opacity: 1;
    visibility: visible;
}

/*secnav*/
.top-bar.fixed-nav {
    position: fixed;
    top: 0;
}

.secnav {
    height: 56px;
    position: relative;
}

.top-bar.fixed-nav.fixed-enabled .secnav,
.secnav.fixed-nav {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
}

.top-bar.fixed-nav.fixed-appear .secnav,
.secnav.fixed-nav.fixed-enabled.fixed-appear {
    height: 56px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

.fav-subnav {
    position: absolute;
    width: 100%;
    padding-right: 30px;
}

/*.secnav.fixed-nav.fixed-enabled .fav-subnav {top:-115px;-webkit-animation-name:slideDown;-moz-animation-name:slideDown;-o-animation-name:slideDown;animation-name:slideDown;}
.secnav.fixed-nav.fixed-enabled.fixed-appear .fav-subnav {top:0;-webkit-animation-name:slideUp;-moz-animation-name:slideUp;-o-animation-name:slideUp;animation-name:slideUp;}*/
.secnav.fixed-nav .fav-subnav {
    height: 0;
}

.secnav.fixed-nav.fixed-appear .fav-subnav {
    height: auto;
}

/*banner*/
.main {
    width: 72%;
    background: #fff;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    border-radius: 8px;
    padding: 15px;
}

.main-slider {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.sp-slideshow {
    float: left;
    position: relative;
    width: 65.5%;
    height: 335px;
}

.no-small-slider .sp-slideshow {
    width: 100%;
}

.small-slider {
    width: 32.5%;
    float: right;
}

.small-slider-item {
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.small-slider-item:last-child {
    margin-bottom: 0px;
}

.small-slider-item a.small-slider-img {
    position: absolute;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

i.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 5%, rgba(0, 0, 0, 0.18));
}

.small-slider-item .title {
    color: hsla(0, 0%, 100%, .9);
    background-color: rgba(56, 56, 56, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

span.badge {
    border-radius: 2px;
    font-weight: 400;
    padding: .20em .35em;
    font-size: 12px;
    margin: 0 .40rem 0 0;
    position: relative;
    top: -1px;
}

span.arc_v2 {
    background: #448EF6;
    color: #fff;
}

.entyr-icon {
    align-items: center;
    /* background-color:rgba(0,0,0,0.6);*/
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 19px;
    justify-content: center;
    left: 5px;
    line-height: 1;
    position: absolute;
    top: 5px;
}

.entyr-icon i.fa {
    font-size: 20px;
}

/*幻灯片*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease-out 0s;
}

.swiper-container {
    border-radius: 5px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

a.block-fea {
    position: absolute;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

header.swiper-header {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

span.swiper-title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin: 10px 5px 5px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
}

.swiper-pagination {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    cursor: pointer;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-bullet {
    float: left;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}

.swiper-pagination.swiper-pagination-clickable span {
    margin: 5px 3px;
    display: block;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.small-slider-item.swiper-container {
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

/*toptext*/
.toptext {
    border-bottom: 1px solid #f2f2f2;
    padding: 0px 0 10px 0;
    margin: -5px auto 15px;
}

.toptext ul li {
    float: left;
    width: 49.5%;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toptext ul li:hover {
    background: #f1f1f1;
    border-radius: 5px;
    padding-left: 8px;
}

.toptext ul li:nth-child(even) {
    float: right;
}

.toptext ul li em {
    padding: 0px 5px;
    background: #666;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    white-space: nowrap;
    font-style: normal;
}

.toptext ul li em.color-1 {
    background: #f3420b;
}

.toptext ul li em.color-2 {
    background: #f90;
}

.toptext ul li em.color-3 {
    background: #448ef6;
}

.toptext ul li em.color-4 {
    background: #01bf1a;
}

/*side侧栏*/
.side {
    width: 26.666%;
}

.widget {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: -5px 0 12px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, .8);
}

.widget-title:before {
    border-top: 1px solid #54b5db;
    width: 20px;
}

/*.widget-title:before {display:block;content:'';position:absolute;top:44%;left:40%;right:0;z-index:1;}*/
.widget-title:before {
    display: inline-block;
    z-index: 1;
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f92900 !important;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fbc606, 40px 0 #448ef6;
    float: right;
    right: 44px;
    top: 11px;
    border-color: transparent;
}

.widget-title i.fa {
    font-size: 18px;
    color: #000;
    padding-right: 8px;
}

.widget-title i.fa.fa-divTags:before {
    content: "\f02c";
}

.widget-title i.fa.fa-side_con:before {
    content: "\f06d";
}

.widget-title i.fa.fa-divCalendar:before {
    content: "\f073";
}

.widget-title i.fa.fa-divContorPanel:before {
    content: "\f0e4";
}

.widget-title i.fa.fa-divFavorites:before {
    content: "\f005";
}

.widget-title i.fa.fa-divSearchPanel:before {
    content: "\f002";
}

.widget-title i.fa.fa-divStatistics:before {
    content: "\f1ea";
}

.widget-title i.fa.fa-divMisc:before {
    content: "\f02d";
}

.widget-title i.fa.fa-divLinkage:before {
    content: "\f127";
}

.widget-title i.fa.fa-divPrevious:before,
.widget-title i.fa.fa-divArchives:before {
    content: "\f15c";
}

.widget-title i.fa.fa-divComments:before {
    content: "\f086";
}

.widget-title i.fa:before,
.widget-title i.fa.fa-divNavBar:before,
.widget-title i.fa.fa-authors:before,
.widget-title i.fa.fa-divCatalog:before {
    content: "\f0c9";
}

.widget-title span {
    display: inline-block;
    padding: 0 10px 0 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: #333;
}

/**/
.site-header {
    border-bottom: 1px solid rgba(99, 99, 99, .1);
    margin-bottom: 20px;
}

.main-navigation {
    line-height: 40px;
    margin: 0 auto;
    height: 40px;
}

.menu-nav-inline {
    float: left;
    position: relative;
    max-width: 60%;
    height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-nav-inline li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    line-height: 40px;
    padding: 0 20px 0 0;
    white-space: nowrap;
}

.menu-nav-inline a {
    position: relative;
    display: block;
}

.menu-nav-inline .menu-item.active a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #3ca5f6;
    border-radius: 2px;
    content: "";
}

.menu-nav-inline:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 30px;
    background: #efefef;
    right: -2px;
    bottom: 6px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: -webkit-gradient(linear, 10% 10%, 10% 100%, from(#fff), to(#ffffff), color-stop(0.5, rgba(221, 221, 221, .58)));
}

.primary-menu {
    float: right;
    max-width: 39%;
}

.primary-menu ul {
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0;
}

.primary-menu ul li {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.primary-menu ul li:first-child {
    margin-top: 0;
    transition: margin-top .8s;
}

.primary-menu a {
    font-size: 12px !important;
}

.primary-menu span i,
.primary-menu a:hover {
    color: #54b5db;
}

.primary-menu a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    color: #54b5db;
}

/*msg-alert*/
.msg-alert {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    background-color: rgba(88, 165, 195, 0.16);
    color: #333333;
    text-align: center;
    z-index: 20;
    margin: -10px auto 10px;
    transition: max-height 0s linear .3s, bottom .3s ease-out, opacity .3s;
    height: 0;
    opacity: 0;
    display: none;
}

.loading.ball-pulse>div {
    background-color: #005ad3;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px 3px;
    animation-fill-mode: both;
    display: inline-block;
}

.loading.ball-pulse>span {
    margin: 0 auto 0 10px;
}

.loading.ball-pulse>div:first-child {
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.loading.ball-pulse>div:nth-child(2) {
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.loading.ball-pulse>div:nth-child(3) {
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.msg-alert--hover {
    opacity: 1;
    height: 32px;
    transition: bottom .1s ease-out, opacity .1s;
    display: block;
}

/*pic-box*/
.pic-box .two-box-tit {
    margin-bottom: 15px;
}

.pic-box {
    margin-top: 20px;
    border-radius: 8px;
}

ul.pic-box-list {
    overflow: hidden;
    margin: 10px 7px 0 7px;
}

.pic-box-list li {
    width: 25%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
}

.pic-box-list li a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 7px 5px 7px;
    border: #f1f1f1 1px solid;
    border-radius: 8px;
}

i.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.pic-box-list li h3 {
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 15px;
    background-size: 20px;
}

.pic-box-list li p {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    margin: 5px 0;
    padding: 0 10px;
}

.pic-box-list li p b.datetime {
    float: left;
    font-weight: normal;
    margin-left: 0;
}

.pic-box-list li p span.viewd {
    float: right;
}

/*imglist*/
.side-content .imglist.pic-box-list {
    margin-top: 20px;
}

.home-index .imglist.pic-box-list {
    margin-top: 0;
    margin-left: -7px;
    margin-right: -7px;
}

.imglist.pic-box-list {
    margin: 10px -7px 0;
    overflow: visible;
    display: table;
    clear: both;
}

.imglist.pic-box-list li {
    width: 33.333%;
    overflow: visible;
}

.imglist.pic-box-list li a {
    border: #f1f1f1 0px solid;
}

li.sell-list:hover,
.imglist.pic-box-list li a:hover {
    transform: translate(0, -5px);
    color: #54b5db;
}

.imglist.pic-box-list li h3 {
    padding: 5px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    min-height: 64px;
}

.imglist.pic-box-list p {
    padding: 0 2px 10px 2px;
    border-bottom: 1px solid #ddd;
}

/*ads*/
.adimgs {
    margin: 20px 0px 10px;
    display: block;
}

/*list*/
.post-list {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.post-list:first-child {
    margin-top: -20px;
}

.entry-container {
    display: block;
    position: relative;
    min-height: 118px;
    padding: 20px 0px 20px 230px;
}

.featured-container {
    position: relative;
}

.featured-container:before,
.entry-container:before {
    position: absolute;
    content: '';
    left: -19px;
    width: 4px;
    height: 23px;
    background: #409eff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.featured-container:before {
    top: 5px;
}

.featured-container:hover:before,
.entry-container:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.pic-box-list li a:hover .pic-thumb img,
.rowimg .feaimg:hover a.feaimg-content,
.entry-container:hover a.block-fea {
    transition: All .7s ease;
    -webkit-transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
    -o-transform: scale(1.2) rotate(-6deg);
    -ms-transform: scale(1.2) rotate(-6deg);
    transform: scale(1.2) rotate(-6deg);
}

.feaimg {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    align-items: flex-start;
    border-radius: 5px;
}

.feaimg:after {
    content: '';
    display: block;
    padding-top: 100%;
    padding-top: 66.66666%;
    background: #fff;
    border-radius: 8px;
}

.fea-21x9:after {
    padding-top: 42.857143%;
}

.block-image.feaimg {
    width: 210px;
    height: 158px;
    position: absolute;
    padding-top: 0;
    margin-right: 20px;
    left: 0;
}

.featitle {
    margin-bottom: 5px;
}

header.entry-header {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 40%;
}

.post-list header.entry-header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.entry-title {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    text-shadow: 0px 1px 5px rgba(228, 228, 228, .58);
}

.entry-container .entry-title {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.entry-title a {
    color: #333;
}

.entry-summary p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin: 0.7em 0;
}

.ss p {
    height: 80px;
}

.entry-summary {
    position: relative;
}

.list-usable {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 10%;
    background-image: url(../images/wzgx.png);
    width: 100px;
    height: 60px;
    transform: rotate(28deg);
    opacity: .58;
    filter: contrast(888%);
    background-size: cover;
}

.entry-meta {
    font-size: 11px;
    color: #939393;
    letter-spacing: 0px !important;
    line-height: 1;
}

.fea-meta {
    margin-bottom: 5px !important;
}

.entry-meta a {
    color: #939393;
}

.entry-title a:hover,
.entry-meta a:hover {
    color: #448EF6;
}

.avatar {
    border-radius: 50%;
}

img.avatar.avatar-140.photo {
    margin-right: 5px;
}

span.separator {
    color: #e1e1e1;
    padding: 0 5px;
}

.rowimg {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    margin-top: 10px;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.feaimg-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

.featured {
    padding-top: 1.25rem;
}

.feaimg.fea-21x9 {
    margin-top: 10px;
}

ul.widget-box.side_con li {
    margin: 10px 0;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

ul.widget-box.side_con li:last-child {
    margin-bottom: 5px;
}

ul.widget-box.side_con li:before {
    position: absolute;
    left: 2px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3f8efd;
    content: "";
}

ul.widget-box.side_con li p {
    margin-top: 4px;
    line-height: 1.5;
    font-size: 13px;
    margin-left: -15px;
    color: #666;
    white-space: normal;
    padding: 5px 10px;
    background: #f7f7f7;
    position: relative;
    border-radius: 4px;
}

ul.widget-box.side_con li p:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #f7f7f7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 15px;
    bottom: 100%;
}

.sell-ul li .pic-thumb img,
.imglist li .pic-thumb img,
ul.pic-box-list .pic-thumb img,
i.two-thumb img,
.post-list img.lazy {
    width: 100%;
    align-self: center;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.feaimg.fea-21x9 a.feaimg-content {
    display: flex;
}

.feaimg.fea-21x9 img.lazy.bigpic {
    align-self: center;
    width: 100%;
}

.pic-thumb {
    display: flex;
    width: 100%;
    height: 177px;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

i.two-thumb {
    align-self: center;
    display: flex;
    width: 100%;
    height: 141px;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.part-mor .pic-thumb {
    height: 123px;
}

.sell-ul li .pic-thumb {
    height: 235px;
}

.home-index .sell-ul li .pic-thumb {
    height: 175px;
}

.home-index .sell-ul {
    margin: 0px -10px 0 -10px;
}

.home-index .sell-ul li.sell-list {
    height: 285px;
}

.imglist li .pic-thumb {
    height: 165px;
}

/*a.widget-posts-title {max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;line-height:inherit;}*/
.widget-posts-meta i {
    font-size: 13px;
    color: #969696;
    font-style: normal;
    float: right;
}

.hotimg {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-overlay-content {
    color: #fff;
}

.list-item.list-overlay-content {
    border-radius: 3px;
    overflow: hidden;
}

.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.media.media-2x1 {
    border-radius: 3px !important;
}

.media-2x1:after {
    padding-top: 50%;
}

.media:after {
    content: '';
    display: block;
}

.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

span.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    opacity: .22;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.list-overlay-content .list-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem;
    background: #222831;
    background: -webkit-linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
}

.h-2x {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.list-title {
    line-height: 1.4285714286;
    display: block;
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    padding-bottom: 0 !important;
}

.list-overlay-content .list-footer {
    margin-top: 0.25rem;
    cursor: pointer;
}

.text-xs {
    font-size: 10px !important;
}

.list-overlay-content .text-muted:not(i) {
    color: rgba(255, 255, 255, 0.5) !important;
}

.list-overlay-content a:hover {
    color: #fff;
}

.search-c .entry-container strong {
    font-weight: 500;
    color: #f92900;
}

/*最新文章替换*/
.divPrevious li {
    margin: 0px 0 10px;
}

.divPrevious li:hover {
    transform: translate(-1px, -1px);
    cursor: pointer;
}

.divPrevious li:last-child {
    margin-bottom: 5px;
}

.divPrevious li span.rankLeft {
    display: inline-block;
    width: 45px;
    float: left;
}

.divPrevious li span.rankNum {
    font-size: 20px;
    letter-spacing: .91px;
    line-height: 38px;
    font-weight: 700;
    width: 31px;
    color: #bbb;
    display: inline-block;
    float: left;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.divPrevious li span.rankNum.num-1 {
    color: #ef7900;
}

.divPrevious li span.rankNum.num-2 {
    color: #2775a7;
}

.divPrevious li span.rankNum.num-3 {
    color: #1bb4bb;
}

.divPrevious li span.rankNum.num-4 {
    color: #b997b3;
}

.divPrevious li span.slash {
    display: inline-block;
    background-image: url(../images/normal-sprite.png);
    background-position: -206px 0;
    width: 13px;
    height: 31px;
    margin-top: 4px;
    float: left;
}

.divPrevious li span.text {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    padding-left: 5px;
}

.divPrevious li span.text a {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.side_random li.r-item {
    float: left;
    width: 48%;
    position: relative;
    line-height: 1.46;
    margin: 0px 0 15px;
    overflow: hidden;
}

.side_random li.r-item:nth-child(even) {
    float: right;
}

.side_random li.r-item:nth-last-of-type(-n+2) {
    border-bottom: 0;
    margin-bottom: -3px;
}

.side_random li .r-item-wrap {
    position: relative;
}

.side_random li .r-thumb {
    position: relative;
    height: 0;
    display: block;
    padding-top: 66.666%;
    border-radius: 8px;
    background: #f8f9fa;
    overflow: hidden;
}

.side_random li img {
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    max-width: 100%;
    vertical-align: top;
}

.r-item-wrap:hover a.r-thumb img {
    opacity: .68;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.side_random li h4.r-title {
    margin: 0;
    bottom: 0;
    opacity: 1;
    padding: 5px 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.side_random li h4.r-title a {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

/*site-imgs*/
ul.widget-box.services li {
    width: auto;
    line-height: 30px;
    position: relative;
}

li.site-imgs {
    margin-bottom: 8px;
}

li.site-about {
    margin-top: 8px;
}

li.site-about a {
    display: inline-block;
    background-color: #f60;
    width: 33.333%;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

li.site-about a.ad_link {
    background-color: #38ca34;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

li.site-about a.weibo_link {
    background-color: #3690cf;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

/*网站项目*/
#divproject ul {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    padding: 0;
    border-top: 0px solid #EEEEEE;
    margin-bottom: -10px;
    margin-top: -10px;
}

#divproject ul li.divproject-ebox {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px 10px 20px;
    background-color: #fff;
    color: #777;
    border-bottom: 1px dashed #ddd;
}

#divproject ul li.divproject-ebox:hover {
    background-color: #F9F9F9;
}

.divproject-01,
.divproject-03 {
    border-right: 1px dashed #ddd;
}

#divproject ul li.divproject-100 {
    width: 100%;
    border-bottom: 1px dashed transparent;
    padding: 10px 0px 20px 0px;
}

#divproject ul li h4 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
}

#divproject ul li p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #bbb;
    margin: 0 0 5px;
}

#divproject ul li a.btn {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    padding: 5px 12px;
    border-color: #ddd;
    color: #666;
}

#divproject ul li a:hover {
    color: #fff;
}

/*动态标签*/
#divTags ul li a,
#hottags ul li a {
    text-align: center;
    height: auto;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 8px;
    transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    table-layout: fixed;
    word-break: break-all;
    float: left;
    width: 31.3333%;
    margin: 0 1% 8px 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#divTags ul li.divTags0 a,
#hottags ul li.divTags0 a {
    color: #003366;
    opacity: .9;
}

#divTags ul li.divTags1 a,
#hottags ul li.divTags4 a {
    color: #993300;
    opacity: .9;
}

#divTags ul li.divTags2 a,
#hottags ul li.divTags2 a {
    color: #05792D;
    opacity: .9;
}

#divTags ul li.divTags3 a,
#hottags ul li.divTags3 a {
    color: #16929D;
    opacity: .9;
}

#divTags ul li.divTags4 a,
#hottags ul li.divTags4 a {
    color: #CC0000;
    opacity: .9;
}

#divTags ul li.divTags5 a,
#hottags ul li.divTags5 a {
    color: #0B0B0B;
    opacity: .9;
}

#divTags ul li.divTags6 a,
#hottags ul li.divTags6 a {
    color: #B433FF;
    opacity: .9;
}

#divTags ul li.divTags7 a,
#hottags ul li.divTags7 a {
    color: #B37333;
    opacity: .9;
}

#divTags ul li.divTags8 a,
#hottags ul li.divTags8 a {
    color: #567E95;
    opacity: .9;
}

#divTags ul li.divTags9 a,
#hottags ul li.divTags9 a {
    color: #428BCA;
    opacity: .9;
}

#divTags ul li.divTags10 a,
#hottags ul li.divTags10 a {
    color: #33B0CA;
    opacity: .9;
}

#divTags ul li.divTags0 a:hover,
#hottags ul li.divTags0 a:hover {
    background-color: #003366;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags1 a:hover,
#hottags ul li.divTags1 a:hover {
    background-color: #993300;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags2 a:hover,
#hottags ul li.divTags2 a:hover {
    background-color: #05792D;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags3 a:hover,
#hottags ul li.divTags3 a:hover {
    background-color: #16929D;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags4 a:hover,
#hottags ul li.divTags4 a:hover {
    background-color: #CC0000;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags5 a:hover,
#hottags ul li.divTags5 a:hover {
    background-color: #0B0B0B;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags6 a:hover,
#hottags ul li.divTags6 a:hover {
    background-color: #B433FF;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags7 a:hover,
#hottags ul li.divTags7 a:hover {
    background-color: #B37333;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags8 a:hover,
#hottags ul li.divTags8 a:hover {
    background-color: #567E95;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags9 a:hover,
#hottags ul li.divTags9 a:hover {
    background-color: #428BCA;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags10 a:hover,
#hottags ul li.divTags10 a:hover {
    background-color: #33B0CA;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

ul.widget-box.divTags li a:before {
    content: '#';
    padding-right: 2px;
}

#divTags ul.divTags,
#hottags ul.hottags {
    overflow: hidden;
    margin-bottom: -5px;
    padding: 0;
    line-height: 30px;
    margin-top: 0;
}

/*divLinkage*/
ul.widget-box.divFavorites,
ul.widget-box.authors,
ul.widget-box.divCatalog,
ul.widget-box.divArchives,
ul.widget-box.divLinkage {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: -5px;
}

ul.widget-box.divFavorites li,
ul.widget-box.authors li,
ul.widget-box.divCatalog li,
ul.widget-box.divArchives li,
ul.widget-box.divLinkage li {
    width: 50%;
    float: left;
    line-height: 30px;
}

ul.divLinkage li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
}

/*zanshang.post-actions>a {display:inline-block;line-height:1;padding:10px 15px;font-size:14px;cursor:pointer;border:1px solid #0ebaa6;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;color:#fff;background:#0ebaa6;height:36px;margin-right:10px;}
.post-actions>a.collected {background:#eba016;border:1px solid transparent;}
.post-actions div.san-praise-sdk {display:inline-block;line-height:1;padding:10px 15px;font-size:14px;cursor:pointer;border:1px solid #3690cf;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;color:#fff;background:#3690cf;height:36px;}
.post-actions>a:hover,.post-actions div.san-praise-sdk:hover {background:#666;border:1px solid #666;color:#fff;}
.hide_box {z-index:999;filter:alpha(opacity=50);background:#666;opacity:0.5;-moz-opacity:0.5;left:0;top:0;height:99%;width:100%;position:fixed;display:none;}
.dasbox a {color:#fff;}
.rewards-popover-mask {position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;display:none;}
.rewards-popover {position:fixed;top:50%;left:50%;margin:-200px 0 0 -275px;width:550px;background-color:#FFF;padding:40px 20px 50px;border-radius:4px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.4);z-index:9999;display:none;text-align:center;}
.rewards-popover h3 {font-size:18px;font-weight:bold;text-align:center;margin:0 15px 30px;}
.rewards-popover-item {display:inline-block;width:200px;margin:0 20px;}
.rewards-popover-item h4 {margin:0 20px 10px;font-size:15px;}
.rewards-popover-item img {width:200px;height:200px;background-color:#eee;border-radius:2px;padding:5px;}
span.rewards-popover-close {position:absolute;top:0;right:0;margin:15px;font-size:16px;line-height:1;color:#999;cursor:pointer;}
.rewards-popover-mask.primary,.rewards-popover.primary {display:block;}
.z-thumbs-up {cursor:pointer;}
.read_outer.zanter a {line-height:32px;}*/
a.shoucang,
a.lcFavBtn {
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    margin: 0 3px 10px 0;
    background: rgb(84, 181, 219);
}

a.lcFavBtn.collected,
a.shoucang.collected {
    background: #3b5160;
}

.readlist i.fa {
    padding-right: 2px;
}

a.shoucang:before,
a.lcFavBtn:before {
    content: "\f006";
    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;
    padding-right: 2px;
}

a.shoucang.collected:before,
a.lcFavBtn.collected:before {
    content: "\f005";
}

.z-thumbs-up {
    cursor: pointer;
}

/*side_random*/
.widget-box.side_random {
    overflow: hidden;
}

.side_random li.r-item {
    float: left;
    width: 48.5%;
    position: relative;
    line-height: 1.46;
    padding: 0 3px;
    margin: 0px 0 15px;
    overflow: hidden;
}

.side_random li.r-item:nth-child(even) {
    float: right;
}

.side_random li.r-item:nth-last-of-type(-n+2) {
    border-bottom: 0;
    margin-bottom: -10px;
}

.side_random li .r-item-wrap {
    position: relative;
}

.side_random li .r-thumb {
    position: relative;
    height: 0;
    display: block;
    padding-top: 62.5%;
    border-radius: 8px;
    background: #f8f9fa;
    overflow: hidden;
}

.side_random li img {
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    max-width: 100%;
    vertical-align: top;
}

.r-item-wrap:hover a.r-thumb img {
    opacity: .68;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.side_random li h4.r-title {
    margin: 0;
    bottom: 0;
    opacity: 1;
    padding: 5px 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.side_random li h4.r-title a {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

/* side_countdown */
#side_countdown h3 i.fa:before {
    content: "\f252";
}

.side_countdown .item .title {
    font-size: 12px;
    color: #909399;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.side_countdown .item .title span {
    color: #4e7cf2;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
}

.side_countdown .item .progress {
    display: flex;
    align-items: center;
}

.progress-bar {
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #ebeef5;
    width: 0;
    min-width: 0;
    flex: 1;
    margin-right: 5px;
}

.progress-inner {
    width: 0;
    height: 100%;
    border-radius: 5px;
    transition: width 0.35s;
    -webkit-animation: progress 750ms linear infinite;
    animation: progress 750ms linear infinite;
}

.progress-inner.progress-inner-1 {
    background: #bde6ff;
    background-image: linear-gradient(135deg, #50bfff 25%, transparent 25%, transparent 50%, #50bfff 50%, #50bfff 75%, transparent 75%, transparent 100%);
    background-size: 30px 30px;
}

.progress-percentage {
    color: #909399;
}

.progress-inner.progress-inner-2 {
    background: #ffd980;
    background-image: linear-gradient(135deg, #f7ba2a 25%, transparent 25%, transparent 50%, #f7ba2a 50%, #f7ba2a 75%, transparent 75%, transparent 100%);
    background-size: 30px 30px;
}

.progress-inner.progress-inner-3 {
    background: #ffa9a9;
    background-image: linear-gradient(135deg, #ff4949 25%, transparent 25%, transparent 50%, #ff4949 50%, #ff4949 75%, transparent 75%, transparent 100%);
    background-size: 30px 30px;
}

.progress-inner.progress-inner-4 {
    background: #67c23a;
    background-image: linear-gradient(135deg, #4f9e28 25%, transparent 25%, transparent 50%, #4f9e28 50%, #4f9e28 75%, transparent 75%, transparent 100%);
    background-size: 30px 30px;
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 30px 0
    }
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 30px 0
    }
}

/*dashang*/
p.dasbox a {
    line-height: 32px;
}

button.diggit {
    width: 45px;
    margin: 0 auto;
    background: #4693e9;
    color: #fff;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    padding-top: 2px;
}

.hidebody {
    z-index: 999;
    background: #000;
    opacity: .5;
    -moz-opacity: .5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.showbody {
    width: 23vw;
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -11.5vw;
    margin-top: -15%;
    display: none;
}

.showbody a.showbody_c {
    display: inline-block;
    top: 10px;
    position: absolute;
    right: 10px;
}

.showbody img {
    border: none;
    border-width: 0;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: none;
}

.showbody a.showbody_c img {
    border-radius: 0;
}

.reward_img {
    margin: 0 auto;
    border-radius: .1875rem;
    border-radius: .625rem;
}

.reward_bg {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pay_box {
    display: inline-block;
    margin-right: 10px;
    padding: 15px 0;
}

.pay_box:first-child {
    margin-left: 10px;
}

.pay_box img {
    width: auto;
}

span.pay_box_span {
    width: 16px;
    height: 16px;
    background: url(../images/noselect.svg);
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.pay_box.choice span.pay_box_span {
    background: url(../fonts/select.svg);
}

.reward_bg img {
    display: inline !important;
}

/*pagination*/
.pagination {
    overflow: hidden;
    margin-top: 15px;
}

.pagination ul {
    display: inline-block;
}

.pagination ul>li {
    display: inline-block;
}

.pagination ul>li>a,
.pagination ul>li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 3px 5px 0px 0px;
    border-radius: 8px;
}

.pagination ul>li:first-child a {
    margin-left: 0;
}

.pagination ul>li.active span,
.pagination ul>li>a:hover {
    background-color: #448ef6;
    color: #fff;
    border-color: transparent;
}

#loadmore {
    float: right;
}

a#post_over {
    font-size: 14px;
    padding: 6px 20px;
    background-color: #fff;
    display: block;
    border-radius: 8px;
    color: #666;
    border: 1px solid #ddd;
}

a#post_over:hover,
a#post_over.disabled {
    background: #448ef6;
    color: #fff;
}

.pagination.autoload #loadmore {
    float: inherit;
    text-align: center;
}

.pagination.autoload #loadmore a#post_over {
    padding: 10px 20px;
}

.catlist-main .ias_loader,
.catlist-main .ias_trigger,
.catlist-main .ias-trigger-prev {
    text-align: center;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #58a5c3;
    color: #fff;
    margin-top: 15px;
}

.home-main .ias_loader,
.home-main .ias_trigger,
.home-main .ias-trigger-prev {
    float: left;
    text-align: center;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #58a5c3;
    color: #fff;
}

.pagination.turnpages ul {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*gonggao*/
section#gonggao {
    padding: 0;
}

section#gonggao h3 {
    display: none;
}

ul.widget-box.gonggao {
    overflow: hidden;
}

ul.widget-box.gonggao strong {
    margin: -1px 0 0 20px;
    background: #00AAEE;
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

ul.widget-box.gonggao h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 20px;
    color: #333;
}

ul.widget-box.gonggao p {
    margin: 10px 15px 15px 15px;
    line-height: 1.8;
    color: #666;
    text-indent: 2em;
}

/*abautor*/
section.widget.abautor {
    padding: 0;
}

.widget_avatar {
    position: relative;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 45px;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.widget_avatar a {
    display: block;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -46px;
    padding: 6px;
    background-color: transparent;
    border-radius: 100%;
}

img.widget-about-image {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 99px;
}

.widget-about-intro {
    text-align: center;
    margin: 15px 0 10px;
}

.widget-about-intro .name {
    font-weight: 600;
}

.widget-about-intro .name h3 {
    display: inline-block;
}

.widget-about-intro .widget-about-desc {
    font-size: 12px;
    line-height: 1;
    margin: 7px 0;
    font-weight: normal;
}

.widget-about-intro .widget-article-newest {
    text-transform: uppercase;
    margin: 12px 0;
    position: relative;
}

ul.widget-about-posts {
    padding: 0 15px 10px 15px;
    margin-top: -5px;
}

ul.widget-about-posts li {
    line-height: 30px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 13px;
    text-align: left;
}

ul.widget-about-posts li:before {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3f8efd;
    content: "";
}

span.coll-commnums,
.widget-posts-meta {
    font-size: 13px;
    color: #969696;
    font-style: normal;
    float: right;
    margin-left: 3px;
}

.widget-posts-text {
    text-align: left;
}

.widget-about-intro .widget-article-newest {
    text-transform: uppercase;
    margin: 12px 0;
    position: relative;
}

.widget-article-newest:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    z-index: 1;
}

.widget-article-newest span {
    padding: 0 10px 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    color: rgb(68, 142, 246);
}

/*搜索*/
ul.widget-box.divSearchPanel {
    text-align: center
}

ul.widget-box.divSearchPanel input[type="text"] {
    width: 221px;
    height: 36px;
    color: #999;
    font-size: 14px;
    border: 1px solid #ddd;
    border-right: 0;
    line-height: 36px;
    display: inline-block;
    border-radius: 2px 0 0 2px;
    padding: 2px 10px;
}

ul.widget-box.divSearchPanel input[type="submit"] {
    border: 0;
    margin-left: -6px;
    cursor: pointer;
    width: 52px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*日历*/
#divCalendar table {
    width: 100%;
    text-align: center;
}

#divCalendar caption {
    padding: 0px 0 10px;
    font-size: 15px;
    text-align: center;
}

#divCalendar caption a {
    font-size: 30px;
    line-height: 20px;
}

#divCalendar caption a:nth-child(even) {
    font-size: 16px;
    position: relative;
    top: -3px;
    margin: 0 20px;
}

#divCalendar table thead th {
    padding: 5px 3px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    text-align: center;
}

#divCalendar table tbody td {
    padding: 5px 3px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    text-align: center;
}

#divCalendar table tbody td a {
    display: block;
    margin: 0 3px;
    background-color: #22aeec;
    color: #fff;
}

/*comment*/
.comment-item {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}

.comment-item:last-child {
    border-color: transparent;
    margin-bottom: -5px;
}

.comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    color: #262626;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
}

span.comment-avatar {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

span.comment-avatar i.thumb {
    padding-top: 100%;
    border-radius: 100%;
}

.comment-meta span.autlv {
    margin: 2px 0 0 5px;
}

.meta-item {
    max-width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.comment-views {
    font-size: 10px;
    color: #888;
    white-space: nowrap;
}

.comment-content {
    padding: 5px 10px;
    background: #f7f7f7;
    border-radius: 6px;
    font-size: 12px;
    color: #262626;
    margin-bottom: 5px;
    position: relative;
    transition: all .2s;
}

.comment-content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #f7f7f7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
}

.comment-content p {
    text-align: justify;
    line-height: 20px;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.comment-content p img {
    max-height: 22px;
    vertical-align: bottom;
    margin-right: 3px;
}

.comment-item h4 {
    font-size: 12px;
    line-height: 23px;
    height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

/*two-box-list*/
/*two-list*/
.two-box {
    float: left;
    width: 49.2345%;
    margin-top: 20px;
    border-radius: 8px;
}

.two-box:nth-child(even) {
    float: right;
}

.two-box-tit {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid rgba(221, 221, 221, .8);
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
}

.two-box-tit h3:after {
    position: absolute;
    width: 60px;
    height: 3px;
    content: "";
    background: #3690cf;
    left: 0;
    bottom: -1px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.two-box-tit h3 {
    font-weight: inherit;
    position: relative;
    display: inline-block;
}

.two-list-img {
    padding: 15px;
    display: block;
    overflow: hidden;
}

a.figure-thumb {
    float: left;
    width: 37%;
    height: 141px;
    margin: 4px 2% 0 0;
    overflow: hidden;
    transition-duration: .5s;
    display: flex;
}

a.figure-thumb i.thumb {
    padding-top: 75%;
    align-self: center;
}

ul.two-box-list {
    float: left;
    width: 61%;
    min-height: 150px;
}

span.two-list-date {
    float: right;
    color: #999;
    margin-left: 8px;
}

li.two-list-title {
    line-height: 30px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

li.two-list-title:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 4px transparent solid;
    border-right-width: 0;
    border-left-color: #ddd;
    top: 10px;
    left: 0;
}

a.figure-thumb:hover i.two-thumb,
a.figure-thumb:hover i.thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

/*links*/
.link-box {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.hot-news-title {
    margin-top: 11px;
    padding-bottom: 11px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(221, 221, 221, .8);
}

.hot-news-title h3 {
    font-size: 16px;
    color: #333;
    margin-right: 16px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
    margin-left: 0px;
    border-left: 4px solid #3690cf;
    font-weight: 400;
}

.link-box span.more-i {
    margin-top: 0;
}

span.subtxt {
    margin-left: 15px;
    font-size: 12px;
    color: #666;
}

span.suburl {
    float: right;
    display: inline-block;
    font-style: normal;
    color: #999;
    margin-right: 15px;
}

span.suburl a {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}

span.suburl a i.fa {
    margin-left: 5px;
}

ul#link-home {
    font-size: 0;
    padding: 20px 20px 4px 25px;
}

ul#link-home li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 9%;
    margin-right: 1%;
    margin-bottom: 15px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul#link-home li img {
    width: 16px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

ul#link-home li a {
    vertical-align: middle;
}

/*article-update-tips*/
.article-update-tips {
    background: #f9f4d9;
    color: #8f7f5d;
    padding: 10px 15px;
    position: relative;
    margin: 0 10px;
    border-radius: 5px;
    text-align: center;
}

.article-update-tips span.red {
    color: #f00;
    margin: 0 3px;
}

.article-update-tips.Update {
    color: #666;
    background: rgba(255, 208, 118, 0.28);
    border: 1px solid #f60;
}

/*catalog*/
h1.widget-list-title {
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    color: #333;
    font-weight: 500;
}

/**/
.entry-header .place {
    border-bottom: #e4e3e3 1px solid;
    margin-bottom: 15px;
    font-weight: 500;
}

.nat_tit {
    float: left;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}

.nat_tit:after {
    content: "";
    position: absolute;
    left: 0;
    background: #0d93d6;
    width: 100%;
    height: 3px;
    bottom: -1px;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.entry-header .place span.fr {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}

.entry-header .place span a {
    padding-right: 5px;
}

.page-title {
    font-size: 24px;
    color: #333;
    margin: 0;
    margin-bottom: 14px;
    margin-top: 14px;
    font-weight: 600;
}

.contimg {
    float: left;
    margin: 0 10px 0 0;
}

span.autlv {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    vertical-align: text-top;
    font-weight: normal;
    border-radius: 2px;
    line-height: 1.4;
    padding: 0 4px;
    margin-left: 5px;
    letter-spacing: 0px;
    margin-top: 1px;
}

.aut-0 {
    background: #d1d5dc;
}

.aut-1 {
    background: #fd4d4c;
}

.aut-2 {
    background: #f6b044;
}

.aut-3 {
    background: #c444f6;
}

.aut-4 {
    background: #f69644;
}

.aut-5 {
    background-image: linear-gradient(to right, #3ca5f6 0%, #a86af9 100%);
    background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}

.aut-6 {
    background: #f64444;
}

.postArticle-meta {
    position: absolute;
    bottom: 8px;
    right: 0;
    line-height: 36px;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.entry-meta-time {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

.postArticle-meta:after {
    background-color: #0f2540;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 48px;
    top: 4px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 2px;
}

.postArticle-meta span.day {
    float: right;
}

.border-theme {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .05);
}

.gaoyuan {
    text-align: justify;
    margin: 10px;
    border: 1px #f0f0f0 dashed;
    background: #f4f5f7 url(../images/blockquote.png) 1px 3px no-repeat;
    padding: 13px 26px 13px 32px;
    border-radius: 8px;
    position: relative;
}

.gaoyuan:after {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    position: absolute;
    background: url(../images/blockquote.png) 0 0 no-repeat;
    right: 2px;
    bottom: 3px;
    background-size: 100%;
    z-index: 26;
    transform: rotateZ(180deg);
}

.gaoyuan.yc {
    padding: 20px 30px 20px 39px;
}

.gaoyuan.yc:after {
    right: 8px;
    bottom: 8px;
}

.gaoyuan a {
    padding: 0 5px;
    color: #448ef6;
    font-weight: bold;
}

.gaoyuan span {
    margin: 0 3px;
    color: #c00000;
}

.gaoyuan p {
    line-height: 1.5;
    word-wrap: break-word;
}

.gaoyuan p strong {
    color: #217dff;
}

.entry-content {
    text-align: justify;
    padding-top: 20px;
    padding: 10px 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.contpost-meta {
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 35px;
}

.entry-content p {
    font-size: 15px;
    position: relative;
    color: rgba(51, 51, 51, .88);
    margin: 5px 0 10px;
    line-height: 180%;
}

.entry-content blockquote p {
    margin: 5px 0;
}

.entry-content img.copycode {
    top: -2px;
    position: relative;
}

.entry-content a {
    color: #fc5449;
    margin: 0 3px;
}

.entry-content a.fancybox {
    margin: 0 auto;
    color: #333;
}

.entry-content blockquote {
    margin: 18px -30px 20px -30px;
    padding: 10px 36px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 4px solid #4693e9;
    border-right: 4px solid #4693e9;
    background: #fafafa;
}

.entry-content pre {
    border-left: 6px solid #737F99;
    width: 100% !important;
}

.entry-content ul li {
    margin: 5px 0px 5px 20px;
    list-style: disc;
    list-style-type: inherit;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-indent: 0em !important;
}

.entry-content h1,
.entry-content h2 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #4693e9;
    margin: 10px 0px 15px 0px;
    padding: 10px 0 10px 20px;
    background: #f5f5f5;
}

.entry-content h3 {
    font-size: 16px;
    border-left: 4px solid #ffae49;
    margin: 15px 00px 20px 00px;
    padding: 7px 0 6px 20px;
    color: #555;
    font-weight: bold;
}

.entry-content h4 {
    font-size: 15px;
    border-left: 4px solid #02aabb;
    padding: 5px 0 6px 20px;
    margin: 10px 0px 15px 0px;
}

.entry-content h5,
.entry-content h6 {
    font-size: 14px;
    margin: 10px 0px 12px 0px;
    padding: 3px 0 3px 20px;
    padding: 3px 0 3px 20px;
    border-left: 4px solid #bbbbbb;
    font-weight: initial;
    margin-bottom: 7px;
}

.entry-content p.lvse {
    text-indent: 1em !important;
    color: #7da33c;
    background: #ecf2d6 url('../images/wpgo_sc_notice.png') -1px -1px no-repeat;
    border: 1px solid #aac66d;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}

.entry-content p.hongse {
    text-indent: 1em !important;
    color: #c66;
    background: #ffecea url('../images/wpgo_sc_error.png') -1px -1px no-repeat;
    border: 1px solid #ebb1b1;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}

.entry-content p.huangse {
    text-indent: 1em !important;
    color: #ad9948;
    background: #fff4b9 url('../images/wpgo_sc_warn.png') -1px -1px no-repeat;
    border: 1px solid #eac946;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}

.entry-content p.huise {
    text-indent: 1em !important;
    color: #777;
    background: #eaeaea url('../images/wpgo_sc_tips.png') -1px -1px no-repeat;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}

.entry-content p.lanse {
    text-indent: 0em !important;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #169FE6;
    display: inline-block;
}

.entry-content p.putong {
    text-indent: 1em !important;
    margin: 10px 0;
    padding: 10px 15px;
    background: #FFF;
    border: 1px solid #E3E3E3;
    border-left: 3px solid #3DABCE;
}

.entry-content p.chunse {
    text-indent: 1em !important;
    font-family: 微软雅黑;
    padding: 15px 15px 15px 35px;
    margin: 20px 0px;
    border: 1px solid rgb(190, 31, 31);
    color: rgb(130, 11, 11);
    position: relative;
    font-size: 15px;
    line-height: 18px;
    white-space: normal;
    background: rgb(239, 206, 201);
}

.entry-content p.lanse a {
    color: #e6ff29 !important;
    font-weight: bold;
}

.entry-content table {
    width: 100% !important;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: auto;
    margin-bottom: 15px;
}

.entry-content table tr th {
    border: 1px solid #eee;
}

.entry-content table thead,
.entry-content table tfoot {
    background: #f5f5f5;
}

.entry-content table thead tr th,
.entry-content table tfoot tr th,
.entry-content table tbody tr td,
.entry-content table tr td,
.entry-content table tfoot tr td {
    line-height: 18px;
    text-align: left;
    border: 1px solid #eee;
}

.entry-content table thead tr th,
.entry-content table tfoot tr td {
    padding: 10px;
    color: #444;
}

.entry-content table thead tr th:first-child,
.entry-content table tfoot tr td:first-child {
    border-left: none;
}

.entry-content table thead tr th:last-child,
.entry-content table tfoot tr td:last-child {
    border-right: none;
}

.entry-content table tbody tr.even,
.entry-content table tbody tr.alt {
    background: #F8F8F8;
}

.entry-content table tbody tr:nth-child(even) {
    background: #F8F8F8;
}

.entry-content table tbody tr td {
    padding: 9px 10px;
}

.entry-content pre.prism-line-numbers {
    border-left: 6px solid #737F99;
}

.entry-content ol {
    margin: 0 2em;
}

.entry-content ol li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: inherit;
}

.entry-content ol li p {
    overflow: visible;
    text-indent: 0;
    margin: 5px 0 8px;
}

.entry-content ul {
    width: auto !important;
    margin: 0 1.2em;
    padding: 5px 0;
}

.entry-content ul {
    margin: .5em 1.2em;
    padding: 0;
}

.entry-content ul p,
.entry-content ul p {
    margin: 0 auto;
}

.entry-content strong {
    font-weight: bold;
    word-wrap: break-word;
}

.showall {
    display: none;
}

/*download_box*/
.download_box {
    position: relative;
    background: #ebeef5;
    padding: 30px;
    border-radius: 8px;
    margin: 15px auto;
    overflow: hidden;
}

.download_box img.ue-image,
.download_box a.view-image {
    float: right;
    height: 130px;
    width: 130px;
    margin-left: 25px;
}

form.download-form {
    margin-bottom: 15px;
}

form.download-form span {
    color: #42a1ff;
    font-weight: bold;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 2px;
}

input.download-code {
    max-width: 180px;
    line-height: 33px;
    padding: 0px 5px;
    border: 1px solid #ebeef5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input.download-submit {
    width: 80px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #42a1ff;
    color: #fff;
}

.download-details {
    line-height: 1.5;
    color: #666;
    position: relative;
}

.download-details p {
    margin: 0 auto;
}

.download-details p span {
    color: #ff6d50;
    font-weight: bold;
}

/*article-download*/
.article-download {
    position: relative;
    background: #ebeef5;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto 10px;
    overflow: hidden;
}

span.article-tipss {
    position: absolute;
    top: 10px;
    right: -50px;
    z-index: 1;
    width: 150px;
    height: 30px;
    background: #FFC107;
    color: #fff;
    line-height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    font-size: 12px;
    background-image: -webkit-linear-gradient(bottom, #fd6602a1, #fdb102, #ffe000);
    letter-spacing: 1px;
}

.download-up {
    padding-left: 60px;
    position: relative;
    border-bottom: #e4e3e3 1px solid;
    padding-bottom: 10px;
}

.article-download i.icon {
    font-size: 50px;
    font-size: 3.5em;
    background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -10px;
    left: 0;
}

.download-up .mdl-name {
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    margin: 0 auto;
    padding: 0;
}

.download-up .mdl-info {
    color: #666;
    line-height: 30px;
    height: 30px;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
}

.download-up .mdl-info em {
    font-style: normal;
    margin-right: 20px;
    font-weight: bold;
}

.download-up .mdl-info time {
    font-weight: bold;
}

.download-up .mdl-info-c em {
    color: #fd6002;
}

button.copy-button .share-input,
input#copy-content {
    max-width: 66px;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    margin: 0 auto;
    vertical-align: initial;
    color: #fdff79;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-up:after {
    content: "";
    background: #3faec7;
    background: linear-gradient(to right, #3faec7 0%, #3cd8c9 100%);
    width: 55px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.download-links {
    position: relative;
    margin-top: 20px;
}

.download-links ul {
    padding: 0 0px;
    position: relative;
    margin: 0 auto;
}

.download-links ul li {
    height: 35px;
    line-height: 35px;
    background: url(../images/down-ico.png) no-repeat left 8px center #fff;
    background-size: 16px;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    color: #666;
    margin: 0 auto;
    list-style: unset;
    list-style-type: inherit;
    text-indent: 0;
}

.download-links li.byxz {
    margin-top: 15px;
}

.download-links ul li span {
    float: right;
    width: 109px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #3faec7;
}

.download-links ul li button.copy-button {
    float: right;
    margin-left: 15px;
    background-color: #3faec7;
    border-color: transparent;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    color: #000;
}

.download-links ul li button.copy-button em {
    margin-left: 8px;
    margin-right: -10px;
    font-size: 15px;
    color: #fff;
}

.download-links ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.entry-content p iframe,.entry-content p video{width: 100%!important;height: auto!important;}*/
.entry-content p.p-media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.entry-content p.p-media object,
.entry-content p.p-media embed,
.entry-content p.p-media video,
.entry-content p.p-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}

/*al_mon_list*/
#cundang {
    margin-top: 30px;
}

.al_mon_list.item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.al_mon_list.item h3 {
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: #4693e9;
    line-height: 20px;
    margin-top: 0;
    border-left: 0;
    margin: 0 auto 20px;
    padding: 0;
    background: transparent;
    text-indent: 0 !important;
}

ul.al_post_list {
    padding: 0 0 0 20px;
    margin: 0 0 20px 140px;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
}

ul.al_post_list li {
    list-style: disc;
    margin-left: 20px;
    margin-right: 20px;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
}

ul.al_post_list li time {
    width: 40px;
    display: inline-block;
    float: left;
}

ul.al_post_list li a {
    max-width: 80%;
    float: left;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.muted {
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    float: right;
}

ul.widget-box.divLinkage li img {
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

/*article-download*/
.article-download {
    position: relative;
    background: #ebeef5;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto 10px;
    overflow: hidden;
}

span.article-tipss {
    position: absolute;
    top: 10px;
    right: -50px;
    z-index: 1;
    width: 150px;
    height: 30px;
    background: #FFC107;
    color: #fff;
    line-height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    font-size: 12px;
    background-image: -webkit-linear-gradient(bottom, #fd6602a1, #fdb102, #ffe000);
    letter-spacing: 1px;
}

.download-up {
    padding-left: 60px;
    position: relative;
    border-bottom: #e4e3e3 1px solid;
    padding-bottom: 10px;
}

.article-download i.fa {
    font-size: 50px;
    font-size: 3.5em;
    background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 5px;
    left: 0;
}

.download-up .mdl-name {
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    margin: 0 auto;
    padding: 0;
}

.download-up .mdl-info {
    color: #666;
    line-height: 30px;
    height: 30px;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
}

.download-up .mdl-info em {
    font-style: normal;
    margin-right: 20px;
    font-weight: bold;
}

.download-up .mdl-info time {
    font-weight: bold;
}

.download-up .mdl-info-c em {
    color: #fd6002;
}

button.copy-button .share-input,
input#copy-content {
    max-width: 66px;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    margin: 0 auto;
    vertical-align: initial;
    color: #fdff79;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-up:after {
    content: "";
    background: #3faec7;
    background: linear-gradient(to right, #3faec7 0%, #3cd8c9 100%);
    width: 55px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.download-links {
    position: relative;
    margin-top: 20px;
}

.download-links ul {
    padding: 0 0px;
    position: relative;
    margin: 0 auto;
}

.download-links ul li {
    height: 35px;
    line-height: 35px;
    background: url(../images/down-ico.png) no-repeat left 8px center #fff;
    background-size: 16px;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    color: #666;
    margin: 0 auto;
    list-style: unset;
    list-style-type: inherit;
    text-indent: 0;
}

.download-links li.byxz {
    margin-top: 15px;
}

.download-links ul li span {
    float: right;
    width: 109px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #3faec7;
}

.download-links ul li button.copy-button {
    float: right;
    margin-left: 15px;
    background-color: #3faec7;
    border-color: transparent;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    color: #000;
}

.download-links ul li button.copy-button em {
    margin-left: 8px;
    margin-right: -10px;
    font-size: 15px;
    color: #fff;
}

.download-links ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*single-nav*/
.single-nav {
    clear: both;
    background-color: #fff;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 15px;
    color: #666;
}

.single-nav.nowzbq {
    border-top: 1px solid #dddddd;
}

.j-lazy {
    position: relative;
    float: left;
    width: 49%;
    padding: 60px 15px 10px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
    overflow: hidden;
}

.entry-page-next.j-lazy {
    float: right;
}

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

.j-lazy a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}

.j-lazy a span {
    display: block;
    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-info {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

a.prev-article,
a.next-article {
    position: fixed;
    top: 40%;
    text-align: center;
    color: #ddd;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

a.prev-article i.fa,
a.next-article i.fa {
    font-size: 120px;
}

a.prev-article {
    left: 50%;
    margin-left: -650px;
}

a.next-article {
    right: 50%;
    margin-right: -650px;
}

a.prev-article:hover,
a.next-article:hover {
    color: #333;
}

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

span.item-thumb {
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

/*entry-footer*/
footer.entry-footer {
    display: table;
    width: 100%;
    padding: 10px 0 0 0;
}

.post-tags {
    text-align: center;
    display: block;
    overflow: hidden;
}

.post-tags a {
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 32px;
    display: inline-block;
    padding: 0 8px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    color: #555;
    cursor: pointer;
    font-size: 11px;
}

.post-tags a:hover {
    background: rgb(84, 181, 219);
    color: #fff;
}

.mobile_click .share {
    display: none;
}

.mobile_click.mobile_close .share {
    display: block;
}

.share {
    position: absolute;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    z-index: 203;
    padding: 15px 0;
    width: 110px;
    animation: left .5s;
    left: -43px;
    top: -200px;
}

.Menu-item {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
}

.Menu-item i.fa {
    padding-right: 0;
}

#mClick.mobile_close {
    position: relative;
}

#mClick.mobile_click,
#mClick.mobile_close {
    float: right;
    color: #fff;
    padding: 0 10px;
    background: rgb(84, 181, 219);
    border-radius: 2px;
    font-size: 11px;
    line-height: 32px;
    cursor: pointer;
}

a#mClick,
a#mStats {
    opacity: 1;
}

/*listree-box*/
.listree-box {
    display: none;
    position: fixed;
    z-index: 99;
    top: 45%;
    left: 0;
    background-color: rgb(88, 165, 195, .88);
    color: #fff;
    border-radius: 0 10px 10px 0;
}

h3.listree-titles {
    float: right;
    cursor: default;
    padding: 20px 8px 20px 6px;
}

h3.listree-titles a.listree-btn {
    color: #fff;
    display: block;
    width: 22px;
    text-align: center;
}

#listree-ol {
    max-height: 230px;
    overflow: scroll;
    overflow-x: hidden;
    float: left;
    height: 100%;
    min-height: 100px;
    line-height: 1.5;
    margin: 20px 0px 20px 20px;
    padding-right: 20px;
    align-items: center;
    border-right: 1px solid #eeeeef;
}

#listree-ol li {
    line-height: 1.8;
    margin-bottom: 10px;
}

#listree-ol li a {
    color: #fff;
}

a#listree-click.current,
#listree-ol li.current a {
    color: #f2ff2c;
}

#listree-ol::-webkit-scrollbar-track {
    background-color: #fff;
}

#listree-ol::-webkit-scrollbar-thumb {
    background: rgb(199, 201, 204);
}

#listree-ol::-webkit-scrollbar {
    width: 3px;
}

/*part-mor*/
.part-mor {
    padding: 20px 0px 5px 0px;
    border-radius: 5px;
}

.section-title {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 0px solid #f2f2f2;
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.section-cont-tags li {
    overflow: visible;
}

ul.section-cont-tags.pic-box-list {
    margin: 10px -5px 0 -5px;
    overflow: visible;
}

ul.section-cont-tags.pic-box-list h3 {
    font-size: 14px;
}

ul.section-cont-tags li a:hover {
    transform: translate(0, -5px);
    color: #54b5db;
}

/*footer*/
.site-footer {
    margin-top: 30px;
    border-top: 1px solid #448ef6;
    position: relative;
    z-index: 39;
    background: url(../images/footer-bg.png) #2a2a32;
}

.site-info.clearfix {
    border-top: 1px solid #448ef6;
}

.site-footer .footer-left {
    float: left;
    max-width: 857px;
}

.footer-right {
    width: 120px;
    padding-top: 23px;
}

.site-footer .footer-right {
    float: right;
    max-width: 314px;
}

.footer-l-top {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
}

.footer-l-top a {
    display: inline-block;
    color: #ddd;
    margin-right: 20px;
    font-size: 14px;
    padding: 0;
    line-height: 30px;
}

.footer-left a:hover {
    color: #fff;
}

.footer-l-top h3 {
    color: #f8f8f8;
}

.footer-l-top ul,
.footer-l-top li,
.footer-l-top h3 {
    display: inline-block;
}

.footer-l-btm {
    margin-bottom: 20px;
    line-height: 1.2;
    list-style: none;
}

.footer-l-btm p {
    line-height: 20px;
    font-size: 13px;
    color: #ddd;
}

.footer-l-btm p a {
    color: #ddd;
    font-size: 13px;
}

.footer-l-btm i.fa,
.footer-l-btm a {
    margin: 0 5px;
    padding-right: 0;
}

.site-info p {
    margin-bottom: 0;
}

.footer-l-btm p+p {
    margin-top: 10px;
}

.footer-l-btm p a img {
    height: 16px;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
    opacity: 1;
}

p.btm-text a:first-child {
    margin-left: 0px;
}

span.rt-sql {
    margin-left: 5px;
}

/*--scroll--*/
.backtop {
    z-index: 999;
    bottom: 65px;
    position: fixed;
    right: 0px;
    margin-right: 15px;
    cursor: pointer;
}

.backtop a,
.backtop i {
    color: #fff;
}

.backtop .bt-box {
    padding: 11px 12px;
    margin-bottom: 5px;
    width: 41px;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
    background: #58a5c3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.bt-box.weixin:hover,
.bt-box.tnrt:hover,
.bt-box.qq:hover,
.backtop .bt-box:hover {
    background: #3690cf;
}

.bt-box.weixin:hover a,
.bt-box.tnrt:hover a,
.bt-box.qq:hover a,
.backtop .bt-box:hover i {
    color: #fff;
}

.bt-box.tnrt a {
    font-size: 16px;
}

.backtop .weibo .pic {
    position: absolute;
    display: none
}

.backtop .weixin .pic {
    position: absolute;
    display: none
}

.backtop .top {
    display: none
}

.backtop .weibo .pic {
    left: -150px;
    bottom: 5px;
    max-width: 150px;
    padding: 8px;
    background: #fff;
    animation-duration: .5s;
    -webkit-animation: fade-in .5s;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop .weixin .pic {
    left: -133px;
    bottom: 4px;
    max-width: 132px;
    padding: 8px;
    background: #fff;
    animation-duration: .5s;
    -webkit-animation: fade-in .5s;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop a:hover,
.backtop i:hover {
    color: #f3f3f3;
}

.backtop .phone .phones {
    background: #ff6f3d;
}

#backtop i.fa {
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 0;
}

.bt-box.bt-comments {
    padding: 0;
}

.bt-box.bt-comments a {
    padding: 11px 12px;
    display: block;
}

/*browsehappy*/
#browsehappy {
    padding: .9em 0;
    border-bottom: 1px solid #ddd;
    background: #FFF7D3;
    color: #aa6800;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 14px
}

#browsehappy a {
    padding: 4px;
    color: #008DFD
}

#browsehappy a:hover {
    text-decoration: underline
}

/*sell*/
main#main.sale-article-main {
    padding-top: 30px;
}

.sellist-main {
    background: #fff;
    box-shadow: 20px -6px 21px -22px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.sell-ul {
    margin: 10px -10px 0 -10px;
    overflow: visible;
    display: table;
    clear: both;
}

.sell-ul li.sell-list {
    width: 33.333%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    height: 343px;
}

.sell-ul li.sell-list a i.thumb {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sell-ul li.sell-list>a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 10px 5px 10px;
    border-radius: 8px;
}

li.sell-list h3 {
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: rgba(49, 47, 47, 0.58);
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.sell-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    height: 52px;
    line-height: 25px;
    margin: 0.7em 0 0;
}

p.sell-time {
    color: #666;
    padding: 5px 0px 10px;
    margin: 5px 7px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

p.sell-time a {
    display: inline-block;
    color: #666;
}

p.sell-time a:last-child {
    float: right;
    margin-right: 5px;
    color: #666;
}

a.time-view b.datetime {
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

a.sell-author img {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

a.sell-author span.autlv {
    margin-top: 2px;
}

span.spid-box-sign {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    background-image: linear-gradient(120deg, #e27a15, #fe2483);
}

span.spid-box-sign.spid-cuxiao {
    background-image: linear-gradient(120deg, #c444f6, #fc5449);
}

.pos-rel {
    background: #3b5160;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 50px;
}

.left-wrap {
    width: 528px;
    overflow: hidden;
}

.left-wrap i.thumb {
    border-radius: 8px;
}

.right-wrap {
    width: 568px;
    overflow: hidden;
}

.right-inner {
    margin: 0 auto;
    position: relative;
}

.right-inner .entry-meta a,
.right-inner .entry-meta {
    color: #f5f5f5;
}

.tag-box {
    width: 100%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-top: 25px;
}

.item-tag-oprice {
    cursor: pointer;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fd4f4b;
    line-height: 38px;
}

.item-tag-oprice span.tag {
    font-size: 18px;
    color: #fff707;
    position: relative !important;
    top: 2px;
}

span.tag.wujia {
    top: -1px;
}

.item-tag {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #58a5c3;
    line-height: 38px;
    height: 38px;
    text-align: center;
    transition: all .3s;
}

.item-tag:hover {
    background: #3b5160;
}

.item-tag a {
    color: #fff;
    width: 100%;
    display: block;
}

.item-tag.f1,
.item-tag.f2,
.item-tag.f3 {
    float: left;
    width: 31.333%;
    margin-right: 2%;
}

.item-tag.f3.fr {
    width: 33.333%;
    margin-right: 0;
}

/*span.tag {border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;color:#fff;line-height:18px;padding:1px 8px 0 8px;background-color:rgba(0,0,0,0.35);}*/
.tag-box span.tag {
    background: transparent;
}

.main-shopping.container {
    text-align: center;
}

.right-title {
    color: #fff;
    line-height: 160%;
    font-size: 26px;
    margin: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main-shopping .contimg {
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.main-shopping .entry-meta.contpost-meta {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    display: inline-block;
}

.main-shopping .entry-meta.contpost-meta a {
    color: #fff;
}

.top-introduce {
    color: #ddd;
    margin: 0 auto;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 77%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;
}

.contpost-meta-oprice,
.sell_page_primary,
.contpost-meta-demo,
.contpostf-meta-zhengban {
    display: inline-block;
    color: #fff;
}

.main-shopping span.tag {
    color: #fff707;
    font-weight: bold;
    font-size: 20px;
}

.item-tag-cuxiao span.tag {
    text-decoration: line-through;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
}

.main-shopping span.cuxiao {
    margin-left: 15px;
    color: #fff707;
    font-weight: bold;
    font-size: 20px;
}

.sell_page_primary a,
.contpost-meta-demo a {
    background-color: #ff5f33;
    border-color: #ff5f33;
    background: linear-gradient(to right, #f7b733, #fc4a1a);
    border-radius: 50px;
    padding: 8px 20px;
    text-align: center;
    transition: all .3s;
    margin-left: 20px;
    color: #fff;
}

.contpost-meta-demo a.demopage {
    background: linear-gradient(to right, rgb(59, 186, 188), rgb(31, 194, 188));
    margin-left: 10px;
}

.contpost-meta-demo a.demopage.grey {
    background: linear-gradient(to right, rgb(201, 214, 255), rgb(226, 226, 226));
    color: #3b5160;
}

.contpost-meta-zhengban {
    margin-top: 20px;
    display: block;
    color: #f7d26e;
    position: relative;
    font-weight: bold;
}

section.cover-img {
    line-height: 2;
    margin-bottom: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    position: relative;
    overflow: hidden;
}

.cover-Pay {
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffffff;
    height: 18px;
    width: 100px;
    position: absolute;
    top: 4px;
    left: -34px;
    text-align: center;
    line-height: 18px;
    background: #c11e22;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    font-family: 黑体;
    z-index: 20;
}

.top-img {
    position: relative;
    text-align: center;
}

section.cover-img img {
    border-radius: 8px;
}

.cover-des-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    color: #fff;
    background: #58a5c3;
    text-align: center;
    transform: scale(0);
    transition: all .5s ease 0s;
    -webkit-transform: scale(0);
    -webkit-transition: all .5s ease 0s;
    padding: 15px 8px 15px 12px;
    display: flex;
}

.top-img:hover .cover-des-box {
    z-index: 1;
    transform: scale(1);
    transition: all .5s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transition: all .5s ease 0s;
}

.cover-des {
    align-self: center;
    margin: 0 auto;
}

.widget-item {
    margin-top: 15px;
}

a.cover-group {
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

a.cover-group.red {
    color: #f60;
    font-weight: 600;
}

a.cover-group:hover {
    background-color: #f0f0f0;
}

span.widget-cuxiao,
span.widget-tag {
    font-size: 16px;
    color: #f60;
    font-weight: bold;
}

/*二维码生成封面*/
.cl:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.vm {
    vertical-align: middle
}

.comiis_poster_box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0
}

.comiis_poster_box img {
    display: initial;
}

.comiis_poster_box_show {
    opacity: 1
}

.comiis_poster_fdico {
    position: fixed;
    z-index: 100
}

.comiis_poster_fdico a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px
}

.comiis_poster_fdico a img {
    width: 16px;
    height: 16px;
    padding-top: 8px;
    overflow: hidden
}

.comiis_poster_fdico a span {
    display: block;
    font-size: calc(20px/2);
    margin-top: 2px;
    overflow: hidden
}

.comiis_poster_okimg,
.comiis_poster_imgshow {
    height: calc(100% - 55px);
    text-align: center
}

.comiis_poster_okimg img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 30px);
    margin: 25px 20px 10px;
    border-radius: 6px;
}

.comiis_poster_oktit {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.comiis_poster_okclose {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    text-align: center;
    overflow: hidden
}

.comiis_poster_okclose a {
    display: block;
    height: 60px;
    line-height: 40px;
    overflow: hidden
}

.comiis_poster_okclose a img {
    width: 40px;
    height: 40px
}

.loading_color {
    width: 200px;
    height: 80px;
    margin: 0 auto
}

.loading_color span {
    display: inline-block;
    width: 3px;
    height: 30px;
    animation-name: scale;
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    -ms-animation-name: scale;
    -o-animation-name: scale;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite
}

.loading_color span.loading_color1 {
    background: #2ecc71
}

.loading_color span.loading_color2 {
    background: #3498db
}

.loading_color span.loading_color3 {
    background: #9b59b6
}

.loading_color span.loading_color4 {
    background: #e67e22
}

.loading_color span.loading_color5 {
    background: #c0392b
}

.loading_color span.loading_color6 {
    background: #e74c3c
}

.loading_color span.loading_color7 {
    background: #e74c8c
}

.loading_color1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s
}

.loading_color2 {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s
}

.loading_color3 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s
}

.loading_color4 {
    animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    -o-animation-delay: -0.7s
}

.loading_color5 {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
    -o-animation-delay: -0.6s
}

.loading_color6 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s
}

.loading_color7 {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -ms-animation-delay: -0.4s;
    -o-animation-delay: -0.4s
}

@-webkit-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-moz-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-ms-keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scale {

    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.comiis_poster_box_img {
    position: fixed;
    top: -2999px;
    width: 640px;
    overflow: hidden;
    background: #fff
}

.comiis_poster_img {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    position: relative
}

.comiis_poster_img img {
    width: 100%;
    height: auto
}

.comiis_poster_img .img_time {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 96px;
    line-height: 36px;
    font-size: 70px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2)
}

.comiis_poster_img .img_time span {
    display: block;
    margin-top: 16px;
    border-top: 3px solid #fff;
    font-weight: 500;
    font-size: 24px
}

.comiis_poster_tit {
    margin: 22px 28px 28px;
    height: 100px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #222;
    overflow: hidden
}

.comiis_poster_tita {
    text-align: center;
    padding: 22px 48px 10px;
    max-height: 88px;
    line-height: 42px;
    font-size: 25px;
    font-weight: 400;
    color: #222;
    overflow: hidden
}

.comiis_poster_txta {
    margin: 5px 28px;
    min-height: 68px;
    max-height: 136px;
    line-height: 34px;
    font-size: 23px;
    font-weight: 400;
    color: #aaa;
    overflow: hidden
}

.comiis_poster_user {
    padding: 0 29px 10px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    overflow: hidden
}

.comiis_poster_user .kmdico {
    float: left;
    margin-left: 2px;
    margin-top: 18px;
    height: 10px
}

.comiis_poster_user .kmuser {
    float: right;
    color: #369
}

.comiis_poster_user .kmuser img {
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    border-radius: 50%
}

.comiis_poster_user .kmuser .kmby {
    float: left;
    margin-right: 15px;
    color: #ccc
}

.comiis_poster_user_mt {
    margin-top: 20px
}

.comiis_poster_tops {
    padding: 8px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #666;
    overflow: hidden
}

.comiis_poster_imgs {
    width: 100%;
    height: 300px;
    position: relative
}

.comiis_poster_imgs .kmbkbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 250px;
    overflow: hidden
}

.comiis_poster_imgs .kmbkbg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden
}

.comiis_poster_imgs .kmbkimg {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    margin-left: -55px;
    width: 110px;
    height: 110px;
    border-radius: 6px
}

.comiis_poster_imgs .kmbkimg img {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 6px
}

.comiis_poster_tits {
    text-align: center;
    padding: 15px 28px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    color: #369;
    overflow: hidden
}

.comiis_poster_txts {
    margin: 5px 28px;
    min-height: 68px;
    max-height: 170px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    overflow: hidden
}

.comiis_poster_dico {
    padding: 20px 29px
}

.comiis_poster_nqmpfhx {
    background: none
}

.comiis_poster_x {
    width: 100%;
    height: 45px;
    background: url(../images/poster_x.jpg) repeat-x center;
    overflow: hidden
}

.comiis_poster_foot {
    padding: 13px 28px 30px;
    height: 100px;
    box-sizing: initial;
    overflow: hidden
}

.comiis_poster_foot .kmzw {
    float: left;
    margin-left: 1px;
    margin-right: 20px;
    width: 100px;
    height: 100px
}

.comiis_poster_foot .kmzwtip {
    margin-top: 13px;
    height: 68px;
    line-height: 36px;
    font-size: 20px;
    color: #aaa
}

.comiis_poster_foot .kmzwtips {
    float: left;
    margin-top: 12px;
    height: 68px;
    line-height: 36px;
    font-size: 22px;
    color: #aaa
}

.comiis_poster_foot .kmewm {
    float: right;
    width: 100px;
    height: 100px
}

.comiis_poster_fdico *,
#comiis_poster_box * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.comiis_poster_fdico {
    bottom: 82px;
    left: 12px;
}

.comiis_poster_a,
.comiis_footer_scroll a.comiis_poster_a {
    /* background:rgba(0,0,0,0.6);*/
}

.comiis_poster_a span,
.comiis_poster_a i {}

em,
cite,
i {
    font-style: normal;
}

a.comiis_poster_a:hover {}

.ewbg {
    width: 480px;
    height: 460px;
    background: url(../images/ewbg.jpg) center center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 270px;
}

.ewbg p {
    margin-left: 80px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ewfl {
    margin-left: 55px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.ewfl span {
    color: rgba(255, 51, 0, 1);
    margin: 0 5px;
}

.ewbottom {
    margin-top: 85px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: 65px;
}

/*文章阅读模式*/
.read_outer {
    float: right;
    color: #fff;
    padding: 0 10px;
    background: rgb(84, 181, 219);
    border-radius: 2px;
    font-size: 12px;
    line-height: 32px;
    margin: 0 10px 15px 0;
}

.read_outer a {
    color: #fff;
}

.readlist .read_outer.zanter a {
    display: block;
}

.box_read {
    margin: 0px auto 0px auto;
    width: 50%;
    height: 100%;
    overflow: scroll;
    overflow: auto;
    text-align: left;
    outline: none;
    padding-bottom: 35px;
}

.box_read .entry-content pre,
.box_read .entry-content pre code {
    width: 100%;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.box_read .entry-content blockquote {
    margin: 18px 0px 20px 0px;
}

.title_read {
    display: block;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.title_read h1 {
    font-size: 16px;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    position: relative;
}

div.box_read::-webkit-scrollbar {
    width: 8px;
}

div.box_read::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #448ef6;
    min-height: 40px;
}

div.box_read::-webkit-scrollbar-track {
    margin-bottom: 80px;
    border-radius: 30px;
    -webkit-background-origin: border;
}

.content_read::-webkit-scrollbar {
    width: 18px;
}

.close_read {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 24px;
    height: 24px;
    margin-left: -44px;
}

.close_read {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/close-read.png");
    cursor: pointer;
}

.close_read:hover {
    background-image: url("../images/close-hover.png");
}

.close_read:active {
    background-image: url("../images/close-active.png");
}

.loading_read {
    display: block;
    background-image: url("../images/loading.gif");
    width: 32px;
    height: 32px;
}

.readlist {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.readlist .read_outer,
.readlist #mClick {
    float: none;
    display: inline-block;
    margin: 0 8px 10px 0;
}

.readlist .read_outer.zanter {
    margin-left: 5px;
}

#bg_read p img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

/*footer.entry-footer.entry-page-footer .readlist {width:100%;text-align:center;margin:0 auto;}
footer.entry-footer.entry-page-footer .readlist .read_outer,footer.entry-footer.entry-page-footer .readlist #mClick {float:none;display:inline-block;margin:0 8px 10px 0;}
footer.entry-footer.entry-page-footer .readlist .read_outer.zanter {margin-left:5px;}*/
/*--comments --*/
#comments h3,
#comments h4 {
    line-height: 2;
    padding-bottom: 5px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #e2e2e2;
    color: #4693e9;
    font-size: 1.15em;
    width: 100%;
    position: relative;
}

#comments h3:after,
#comments h4:after,
#comments .comment-tab:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    background: #4693e9;
    left: 0;
    bottom: -1px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#comments .comment-tab {
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 5px;
    position: relative;
}

.come-comt {
    color: #333;
    font-size: 16px;
}

.commentlist {
    margin-bottom: 5px;
    margin-top: 20px;
}

.come-comt i.fa {
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.2em;
}

.comment-text-center {
    cursor: pointer;
    text-align: center;
    margin: 18px 0;
    font-size: 16px;
    font-size: 1.15em;
    color: #338A9C;
    font-weight: 500;
}

.comment-text-center i.fa {
    position: relative;
    font-size: 1.2em;
    top: 1px;
}

#comments span.come-comt {
    font-weight: 700;
    font-size: 16px;
    color: #888;
}

span.come-comt i.fa {
    font-size: 1.3em;
}

#comments span#comment_count {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    float: none !important;
}

#comments h5 {
    margin: 8px;
}

#comments h4 span {
    margin-right: 8px;
}

#comments h4 span.jubao {
    float: right;
    margin-right: 0;
}

#comments h4 span.jubao small {
    color: #338A9C;
}

#comments h4 span.jubao small:hover {
    color: #F05A28;
}

.comt-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.show-comments {
    width: 69%;
    float: left;
    overflow: hidden;
}

.show-sidebar {
    width: 30%;
    float: right;
    margin-top: 10px;
}

#frmSumbit #inpName,
#frmSumbit #inpEmail,
#frmSumbit #inpHomePage,
#frmSumbit #inpVerify {
    border: 1px solid transparent;
    padding-left: 10px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #333;
    background: #f9f9f9;
    margin-bottom: 0px;
    font-size: 15px;
    border-bottom: 1px solid #efebeb;
}

#frmSumbit .comt-box input#inpName {
    border-top-left-radius: 5px;
    border-right: 1px solid #ddd;
}

#frmSumbit .comt-box input#inpEmail {
    border-right: 1px solid #ddd;
}

#frmSumbit .comt-box input#inpHomePage {
    border-top-right-radius: 5px;
}

/*.form-name {margin-right:10px;}
.form-email {margin-right:10px;}
.form-group {margin-bottom:15px;margin-top:8px;}
*/
.liuyan {
    float: left;
    width: 33.333%;
    position: relative;
}

#frmSumbit .input-inpVerify #inpVerify {
    height: 33px;
    line-height: 33px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.form-inpVerify {
    float: right;
    width: 33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.commentpost .input-group-addon {
    border-left: 1px solid #eee;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    color: #555;
    text-align: center;
    vertical-align: middle;
}

.input-inpVerify {
    position: relative;
    display: inherit;
    border-collapse: separate;
}

.input-group-addon img {
    height: 100%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.commentpost label {
    height: auto;
    overflow: hidden;
    clear: left;
    float: left;
    line-height: 15px;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    margin: 0;
    padding: 6px 10px;
}

#frmSumbit .psumbit {
    padding-bottom: 10px;
    margin-top: -20px;
    line-height: 30px;
    padding-top: 10px;
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
}

#frmSumbit .button {
    color: #FFFFFF;
    background-color: #3690cf;
    height: 30px;
    width: 88px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 4px;
    float: right;
    margin: 2px 10px 0 10px;
}

#frmSumbit .button:hover {
    background-color: #57bdf7;
    cursor: pointer;
}

.msg .msgimg img {
    clear: left;
    float: left;
    margin-right: 10px;
    padding: 2px;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.msgarticle img {
    margin-top: 2px;
    padding: 0 2px;
}

#comments .msg {
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
}

#comments .msg:hover {
    background: #FBFBFB;
    background: linear-gradient(to right, rgba(243, 245, 249, 0.1), rgba(246, 246, 246, 0.18) 18%, rgba(246, 246, 246, 0.58) 78%, rgba(221, 221, 221, 0));
}

i.author-ident:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 58px;
}

i.author-ident.author1:after {
    background: url(../images/vjin.png) no-repeat;
    background-size: 20px;
}

i.author-ident.author2:after {
    background: url(../images/vhuang.png) no-repeat;
    background-size: 20px;
}

i.author-ident.author3:after {
    background: url(../images/vlan.png) no-repeat;
    background-size: 20px;
}

i.author-ident.author4:after {
    background: url(../images/vhong.png) no-repeat;
    background-size: 20px;
}

i.author-ident.author5:after {
    background: url(../images/vfen.png) no-repeat;
    background-size: 20px;
}

i.author-ident.author6:after {
    background: url(../images/vhui.png) no-repeat;
    background-size: 20px;
}

.widget-cover {
    position: absolute;
    left: 50%;
    z-index: 29;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -10%;
}

.widget-cover.vip0 {
    background-image: url(../images/gj_vip_5028_cover.png);
    top: -15%;
}

.widget-cover.vip4 {
    background-image: url(../images/gj_vip_319.png);
    top: -18%;
    transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    left: 0%;
}

.widget-cover.vip3 {
    background-image: url(../images/caiyun1.png);
    top: -18%;
}

.widget-cover.vip2 {
    background-image: url(../images/gj_vip_5060_cover.png);
    top: -12%;
}

.widget-cover.vip1 {
    background-image: url(../images/gj_vip_011.png);
}

.layvip4 {
    background-image: url(../images/gj_vip_121_1.png);
}

#cancel-reply small {
    margin: 0 10px;
    color: #ff6f3d;
    font-weight: 500;
}

#comments .msg .msgname {
    color: #999999;
    padding-top: 2px;
}

#comments .msg .msgarticle {
    color: #666;
    padding-top: 5px;
    padding-bottom: 3px;
    min-height: 30px;
    margin-left: 60px;
    text-align: justify;
    word-wrap: break-word;
}

#comments .msg .msgarticle .msg {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 10px;
    border-bottom: none;
    border-top: none;
    border: 1px solid #E0DDDD;
    border-radius: 5px;
    box-shadow: 0 0px 0px transparent;
    position: relative;
}

#comments .msg .msgarticle .msg:before,
#comments .msg .msgarticle .msg:after {
    position: absolute;
    width: 0;
    content: '';
    border: solid transparent;
}

#comments .msg .msgarticle .msg:after {
    z-index: 9;
    top: -15px;
    left: 9px;
    border-width: 8px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

#comments .msg .msgarticle .msg:before {
    z-index: 8;
    top: -18px;
    left: 8px;
    border-width: 9px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e5e5e5;
}

.msg .msgarticle .msg .msgname .dot {
    display: none;
}

a.comment_at {
    padding: 0px 5px 0px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #F35532;
    font-weight: bold;
    margin-right: 5px;
}

.interact-bar {
    position: relative;
    cursor: default;
    min-height: 20px;
    margin-top: 5px;
    text-align: justify;
    font-size: 13px;
    color: #9195a3;
}

.interact-bar a.comment-reply-link {
    margin-left: 6px;
    font-size: 13px;
    color: #9195a3;
}

.interact-bar a.comment-reply-link:hover {
    color: #4693e9;
}

.interact-bar a.comment_at {
    padding: 0px 5px 0px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #F35532;
    font-weight: bold;
    margin-right: 5px;
}

span.spot {
    color: #e1e1e1;
    padding: 0 10px 0 5px;
}

span.spot:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #42a1ff;
    -webkit-transform: rotate(135deg) translate(1px, 2px);
    transform: translate(25%, -50%);
}

#logo404 {
    background-color: #FFFFFF;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9EAA99;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#cw404 {
    width: 720px;
    margin: 20px auto;
}

#cw404 h1 {
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
}

#cw404 .kuang {
    font-size: 14px;
    border: 1px solid #9EAA99;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    background-color: #FFFFFF;
}

#cw404 #ts404 {
    text-align: center;
}

.contpost-meta a span.aut-1,
.author-meta .name span.aut-1,
#comments .msg .msgname.LayName .lay-1,
.right-inner a span.aut-1,
.sellist-main a.sell-author .aut-1,
section.widget.abautor .aut-1,
.article-main .aut-1,
#comments .msg .msgname .aut-1 {
    background-image: linear-gradient(to right, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
}

#comments .msg .msgname .aut-6 {
    background-image: linear-gradient(to right, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
}

span.autlv.autlvname {
    margin-right: 5px;
}

span.autlv.aut-tf {
    background: #c444f6;
}

.comment-meta span.autlv.lay-0,
#comments .msg .msgname.LayName .lay-0 {
    background-image: linear-gradient(to right, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
}

.comment-meta span.autlv.lay-1,
#comments .msg .msgname.LayName .lay-1 {
    background-image: linear-gradient(to right, #e090ef 0%, #fb70c4 100%);
    background-image: -webkit-linear-gradient(0deg, #e090ef 0%, #fb70c4 100%);
}

.comment-meta span.autlv.lay-2,
#comments .msg .msgname.LayName .lay-2 {
    background-image: linear-gradient(to right, #3abda5 0%, #88d9ff 100%);
    background-image: -webkit-linear-gradient(0deg, #3abda5 0%, #88d9ff 100%);
}

.comment-meta span.autlv.lay-3,
#comments .msg .msgname.LayName .lay-3 {
    background-image: linear-gradient(to right, #20b3cd 0%, #1c6af9 100%);
    background-image: -webkit-linear-gradient(0deg, #20b3cd 0%, #1c6af9 100%);
}

.lay-4 {
    background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
    background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}

#comments .msg .msgname.LayName .aut-5 {
    background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
    background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}

.msgname span a {
    margin-left: 5px;
    margin-right: 0;
}

.msgtxt span:last-child {
    font-size: 12px;
}

#comments .msg .msgarticle #comt-respond {
    padding: 10px;
}

.commentlist .comment {
    list-style: none;
    border-top: 1px solid #ddd;
}

.commentlist li.comment ul.children {
    margin-left: 20px;
}

.commentlist .depth-1 {
    margin: 10px 0 10px 0;
}

.commentlist li {
    position: relative;
}

.commentlist .comment-body {
    padding: 5px 0 5px 0
}

.commentlist .comment-body:hover {
    background: #fafafa url(../images/bg2.png) repeat;
}

.commentlist p {
    margin: 5px 0 5px 50px;
    line-height: 22px;
}

.reply a:link,
.reply a:visited {
    text-align: center;
    font-size: 12px;
}

.datetime {
    font-size: 12px;
    color: #aaa;
    ;
    margin-left: 50px;
}

.commentmetadata {
    font-size: 12px;
    color: #aaa;
    margin-left: 50px;
}

ol.commentlist li div.vcard img.avatar {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin: 4px 6px 0 0;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
}

ol.commentlist li div.floor {
    float: right;
    color: #bbb
}

#respond {
    padding: 5px 10px 10px;
    overflow: hidden;
}

#respond_box {
    clear: both;
    border-top: 1px solid #ddd;
}

#respond h3 {
    margin: 5px 0 6px 0;
}

#comment {
    background: #fff;
}

#comments .msg:hover .commentpost {
    background: #FBFBFB;
}

#commentform p {
    color: #333;
}

#commentform label {
    color: #868686;
}

#commentform input {
    border: 1px solid #ddd;
    width: 160px;
    margin: 4px 5px 4px 0;
    padding: 3px;
    box-shadow: inset 2px 3px 5px #eee;
}

#commentform input:focus {
    border: 1px solid #ccc;
}

#commentform textarea {
    width: 95%;
    height: 120px;
    font-size: 13px;
    padding: 4px;
    margin: 4px 0 0 0;
    border: 1px solid #ddd;
    box-shadow: inset 2px 3px 5px #eee;
}

#commentform textarea:focus {
    border: 1px solid #ccc;
}

#commentform input#submit,
#commentform input#reset {
    width: 110px;
    height: 32px;
    background: #606060;
    color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
    box-shadow: none;
}

#commentform #submit:hover,
#commentform #reset:hover {
    font-weight: bold;
}

#real-avatar .avatar {
    float: right;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 20px;
    _margin-right: 10px;
}

.commentpost h4 i.fa {
    margin-right: 5px;
}

#comments .msg .msgimg img.avatar:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#comment-tools {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    text-align: center;
}

.tools_title {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 2px 10px 0 7px;
    text-align: left;
    background: rgba(248, 248, 248, 0.8);
}

.tools_text {
    width: 100%;
    float: left;
    background: #f8f8f8;
}

#txaArticle {
    width: 100%;
    height: 120px;
    border: 0px solid #ddd;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
}

textarea#txaArticle {
    background-color: transparent;
    resize: none;
    background: url(../images/comment.png) right 10px bottom 15px no-repeat;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}

textarea#txaArticle:focus {
    background-position-x: 800px;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}

#comment-tools a {
    padding: 1px 5px;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    font-size: 16px;
    font-size: 1.15em;
}

#comment-tools i.fa {
    color: #0069b3;
}

.tools_title a,
.tools_title a i.fa {
    font-size: 20px;
}

.tools_title a.psumbit-kjhf i.fa {
    font-size: 15px;
}

span.com-title {
    margin-left: 5px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

#comments .msg .msgarticle .noimg .msgimg img {
    display: none !important;
}

#comments .msg .msgarticle ul.msgarticle {
    margin-left: 0;
}

#comments .msg .msgarticle .noimg .msgtxt .msgarticle .noimg {
    margin: 15px 10px 5px 0;
}

#comments .msg .msgarticle .noimg .msgarticle {
    padding-top: 8px;
    margin-left: 0;
    line-height: 160%;
}

#comments .msg .msgarticle #comment {
    visibility: visible !important;
    animation-name: fadeInDown !important;
}

#comments .msg .msgarticle p {
    padding-top: 10px;
}

#comments .msg .msgarticle form#frmSumbit p {
    margin-bottom: 5px;
    padding-top: 5px;
}

.msgname .dot {
    font-size: 13px;
    color: #d1d1d1;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    float: right;
    opacity: .8;
}

.msgname .dot.shafa {
    color: #d11a1a;
    font-size: 12px;
}

.msgname .dot.yizi {
    color: #ef8f31;
    font-size: 12px;
}

.msgname .dot.bandeng {
    color: #ba8147;
    font-size: 12px;
}

.msgname .dot.liangxi {
    color: #cd7bfe;
    font-size: 12px;
}

.msgname .dot.diban {
    color: #8ea4ba;
    font-size: 12px;
}

.msgarticle #ComtoolsFrame {
    height: 52px;
    overflow: hidden;
}

.msgname:hover .comment-reply-link {
    display: block;
}

.msgtxt {
    position: relative;
    font-size: 14px;
    font-size: 1.2em;
}

.msgname a.comment-reply-link {
    background: #EDEDED;
    display: none;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    top: -1px;
    font-size: 12px;
    float: right;
}

#comments .msg .msgarticle .msg a.comment-reply-link {
    margin-right: 10px;
}

.msgname a.comment-reply-link:hover {
    background: #3690cf;
    color: #fff;
    border: 1px solid transparent;
    font-size: 12px;
}

#comments span.iliuyan {
    float: right;
    margin-right: 0;
}

#comments span.iliuyan a {
    font-size: 13px;
    font-size: 0.95em;
    color: #999;
}

#comments span.iliuyan a:hover {
    color: #3690cf;
}

span.WB-OS {
    position: relative;
    margin-left: 0;
    top: -2px;
    letter-spacing: 3px;
}

.msgname:hover span.WB-OS {
    display: initial;
}

#comments-nav {
    text-align: center;
    margin-top: 18px;
}

.com-page-list a {
    position: relative;
    margin-right: 5px;
    padding: 2px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.com-page-list a.on,
.com-page-list a:hover {
    color: #fff;
    background: #3690cf;
    border: 1px solid transparent;
}

.com-page-list.pagination {
    padding: 10px 0 15px 0;
}

.msgimg {
    position: relative;
}

#comments .msg .msgarticle .msg i.author-ident {
    display: none;
}

.commentlist .pagination {
    margin: 10px auto -15px;
    text-align: center;
}

#comments .msg .msgarticle img {
    position: relative;
    top: -2px;
    max-height: 22px
}

/*---UBB表情---*/
#faces {
    padding: 1px 3px;
}

#faces i.fa {
    font-size: 1.2em;
    font-size: 17px;
    cursor: pointer;
}

#ComtoolsFrame {
    *display: none;
    margin-top: -20px;
    padding: 25px 0 5px
}

#ComtoolsFrame img {
    display: inline-block;
    max-height: 25px;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

#ComtoolsFrame img:hover {
    background: rgba(68, 142, 246, 0.28);
    border-radius: 6px;
}

.msgarticle #ComtoolsFrame {
    height: 52px;
    overflow: hidden;
}

.face-show:hover #ComtoolsFrame {
    *display: block
}

/*weiyu*/
p.weiyutime {
    list-style: none;
    padding-left: 16px;
    padding-bottom: 12px;
    border-left: 2px solid #eee;
    font-size: 15px;
    font-size: 1.1em;
    color: #666;
    position: relative;
    line-height: 155%;
    margin: 0 0 0px 16px;
}

p.weiyutime span {
    color: #d11a1a;
}

p.weiyutime br {
    line-height: 200%;
}

p.weiyutime:after {
    position: absolute;
    top: 2px;
    left: -9px;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #4693e9;
    border: 2px solid #a8ccf5;
    box-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff;
}

/*tag/link*/
ul.tag_could,
ul.xoxo.blogroll {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

ul.tag_could {
    margin-bottom: 15px;
}

ul.tag_could li,
ul.xoxo.blogroll li {
    width: 20%;
    float: left;
    margin-left: 0px;
    list-style: none;
}

ul.tag_could li a,
ul.xoxo.blogroll li a {
    display: block;
    padding: 8px 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin: 20px 10px 0 0;
    text-align: center;
    text-decoration: none;
    color: #2D313B;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.tag_could li a {
    border: 1px solid #dddddd;
}

ul.tag_could li a:hover {
    border: 1px solid #c11e22;
    color: #A40000;
}

ul.xoxo.blogroll li a:hover {
    border: 1px solid #F35532;
    color: #F35532;
}

#linkcat-2 {
    margin-bottom: 30px;
}

#linkcat-2 h2 {
    margin-bottom: 0;
}

#linkcat-2 ul.xoxo.blogroll li a {
    padding: 6px;
    margin-top: 15px;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

#linkcat-2 ul.xoxo.blogroll li a:hover {
    background: #f35532;
    color: #fff;
}

.xoxo.blogroll li img {
    width: 16px;
    max-width: 100%;
    height: 16px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    box-shadow: none;
}

#linkcat-2 ul.xoxo.blogroll img {
    width: auto;
    height: auto;
}

ul.tag_could li a em {
    font-style: inherit;
}

/*page_readers*/
.page_readers ul {
    margin-left: -3%;
    font-size: 0;
    margin-bottom: 20px;
    margin: 0 0 20px -3%;
}

.page_readers ul li {
    width: 30.33%;
    margin: 0 0 3% 3%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fdfdfd;
    zoom: 1;
}

.page_readers ul li a {
    display: block;
    color: #666;
}

.page_readers ul li span.readersimg {
    float: left;
    display: inline;
    margin-right: 10px;
}

.page_readers ul li span.readersimg img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
}

.page_readers ul li span.readersinfo {
    padding-left: 60px;
    font-size: 12px;
    color: #888;
    line-height: 25px;
    display: block;
}

span.readersinfo span {
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.page_readers ul li.top {
    padding: 15px 10px 10px;
}

.page_readers ul li.top span.podium {
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: #0c60ee;
    position: absolute;
    top: 10px;
    right: -29px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page_readers ul li.top:nth-child(1) .podium {
    background-color: #f30;
}

.page_readers ul li.top:nth-child(2) .podium {
    background-color: #fb9906;
}

.page_readers ul li.top:nth-child(3) .podium {
    background-color: #5da7fb;
}

.page_readers ul li.top span.readersimg {
    float: none;
}

.page_readers ul li.top span.readersimg img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.page_readers ul li.top span.readersinfo {
    margin-top: 8px;
    padding: 0;
    text-align: center;
}

.page_readers ul li:hover {
    transform: translate(0, -6px);
}

/*mofang*/
.mofang {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
    margin-right: 50px;
}

.cube {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-15deg) rotateY(-20deg) translateZ(-100px);
    transform: rotateX(-15deg) rotateY(-20deg) translateZ(-100px);
    -webkit-transform-origin: center center -100px;
    transform-origin: center center -100px;
    -webkit-animation: around 5s cubic-bezier(.94, -.6, .45, 1.31) infinite;
    animation: around 5s cubic-bezier(.94, -.6, .45, 1.31) infinite
}

.cube div {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0;
    position: absolute
}

.cube div a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: normal;
    font-size: 16px;
    letter-spacing: 3px
}

.cube .front {
    -webkit-transform: rotateY(0) translateZ(40px);
    transform: rotateY(0) translateZ(40px);
    background-color: rgba(0, 191, 255, .7);
    border: 2px solid rgba(0, 191, 255, .7)
}

.cube .back {
    -webkit-transform: rotate(180deg) rotateY(-0deg) rotateX(-180deg) translateZ(40px);
    transform: rotate(180deg) rotateY(-0deg) rotateX(-180deg) translateZ(40px);
    background-color: rgba(124, 252, 0, .7);
    border: 2px solid rgba(124, 252, 0, .7)
}

.cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(40px);
    transform: rotateY(-90deg) translateZ(40px);
    background-color: rgba(255, 215, 0, .7);
    border: 2px solid rgba(255, 215, 0, .7)
}

.cube .right {
    -webkit-transform: rotateY(90deg) translateZ(40px);
    transform: rotateY(90deg) translateZ(40px);
    background-color: rgba(255, 69, 0, .7);
    border: 2px solid rgba(255, 69, 0, .7)
}

.cube .top {
    -webkit-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
    background-color: rgba(255, 0, 157, .7);
    border: 2px solid rgba(255, 0, 157, .7)
}

.cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
    background-color: rgba(184, 111, 220, .7);
    border: 2px solid rgba(184, 111, 220, .7)
}

@-webkit-keyframes around {
    100% {
        -webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
        transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px)
    }
}

@keyframes around {
    100% {
        -webkit-transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px);
        transform: rotateX(-15deg) rotateY(-380deg) translateZ(-100px)
    }
}

/*-------automenu---------*/
.autoMenu {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 999;
    text-align: left;
}

.autoMenu ul {
    line-height: 2;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}

.autoMenu ul>li.sub {
    padding-left: 20px;
}

.autoMenu ul>li>a {
    color: #399c9c;
}

.autoMenu ul>li.active>a {
    color: #ff5370;
}

.btn-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
}

.icon-plus-sign {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 4px solid #91ba61;
    background: #91ba61;
    position: absolute;
    top: 3px;
    left: 3px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    top: 3px;
    left: 11.5px;
}

.icon-plus-sign:after {
    -webkit-transform: rotate(90deg);
}

.icon-minus-sign {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 4px solid #ff5370;
    background: #ff5370;
    position: absolute;
    top: 3px;
    left: 3px;
}

.icon-minus-sign:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    left: 3px;
    top: 11.5px;
}

/*catatop-bg*/
.catatop-bg {
    display: table;
    width: 100%;
    height: 260px;
    background-position: 50%;
    background-size: auto 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

[data-paralasic] {
    background-position: 50% 0;
}

.site-main.catopbg {
    padding-top: 0px;
}

.sellist-wrap .navcates {
    padding: 0 15px;
}

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

.catatop-bg-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.catatop-bg-inner h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-size: 3rem;
    color: #fff;
    position: relative;
}

.catatop-bg-inner h1 a {
    color: #fff;
}

.catatop-bg-desc {
    position: relative;
    padding: 15px 0 0;
    margin: 0 auto;
    width: 60%;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

/*nav.article-wrap nav.navcates,.page-wrap nav.navcates {margin-top:-25px;}*/
nav.navcates {
    margin-top: -5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

nav.navcates a {
    padding-right: 5px;
}

nav.navcates a:last-child {
    padding-right: 0;
}

#font-change a {
    padding-right: 0;
}

span#font-n {
    cursor: pointer;
}

.sale-wrap nav.navcates {
    margin-top: 10px;
    margin-bottom: -20px;
}

/*filter-sift*/
.filter-sift {
    font-size: 15px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .95);
    margin: 0px auto 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 34px 20px -24px rgba(0, 36, 100, 0.06);
}

.filter-tag .clearfix:before {
    display: none;
}

.article-header nav.navcates.place {
    margin-bottom: 0px;
}

.filter-tag {
    padding: 10px 5px 15px 0;
    border-bottom: 1px dotted #eee;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5px;
}

#kf-order,
.filter-tag:last-child {
    border-bottom: 0;
    margin-bottom: -3px;
}

.filter-l {
    line-height: 28px;
    padding: 0px 10px;
    border-radius: 4px;
    color: #333;
    background: #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.filter-l i {
    font-size: 15px;
    color: #34495e;
    margin-right: 3px;
}

.filter-tag .filter-r {
    width: auto;
    line-height: 26px;
    padding-right: 20px;
    margin-left: 80px;
}

.filter-tag .filter-r a {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    color: #808080;
    padding: 0 10px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}

.filter-tag .filter-r a.current,
.filter-tag li a:hover {
    background-color: #2096fb;
    color: #fff;
}

.filter-tag .filter-r i.icon {
    margin: 0 0 0 5px;
    font-size: 12px;
}

.filter-sift i.fa {
    padding: 0;
}

.filter-tag .filter-r a i.fa {
    padding-left: 5px;
}

/*search-null*/
.search-null {
    color: #888;
    text-align: center;
    margin-top: 20px;
    padding: 60px 0px;
}

.search-null i.fa {
    margin-bottom: 10px;
    font-size: 100px;
    color: #e4e8eb;
    display: block;
}

/*author*/
.main.author-main {
    margin: 0 auto;
    margin-top: 30px;
}

.author-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-height: 360px;
    padding: 50px 0 60px;
    background: #3b5160;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: -webkit-linear-gradient(0deg, rgb(41, 125, 118) 0%, #54b5db 100%);
}

.author-meta {
    padding: 20px 0;
    color: #fff;
}

.author-meta img.avatar {
    border: 6px solid #f3f5f6;
    position: relative;
}

.author-meta .name {
    font-size: 20px;
    margin: 15px auto 10px;
    font-weight: 600;
}

.author-meta .name span.autlv {
    margin-top: 6px;
}

.author-meta .desc {
    font-size: 16px;
}

.desc p {
    padding-top: 10px;
    max-width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*video*/
.single-post #videolee {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.single-post #videolee video#video,
.single-post #videolee iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    box-shadow: 0 0 8px #e5e9ef;
}

/*PC*/
.top-bar-left .logo img.d-none,
.m-nav-header,
span.toggle-btn,
.m-nav-logo,
.m-nav-search,
.mobile_top_nav {
    display: none;
}

/*diy*/
.entry-content .lcp_download_field label {
    display: inline-block;
    width: auto;
}

ul.plinks-ul.favorite,
ul.plinks-ul.misc {
    margin-right: -2%;
    padding: 15px 0 5px 0;
    overflow: hidden;
    margin-left: 0;
    margin-top: 10px;
}

ul.plinks-ul.favorite li,
ul.plinks-ul.misc li {
    margin-left: 0;
    list-style: none;
    margin-right: 2%;
    width: 18%;
    float: left;
    text-align: center;
}

ul.plinks-ul.favorite li img,
ul.plinks-ul.misc li img {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    object-fit: cover;
    vertical-align: middle;
}

ul.plinks-ul.favorite li h3,
ul.plinks-ul.misc li h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    border-left: 0;
    margin: 0 auto;
}

ul.plinks-ul.favorite li a,
ul.plinks-ul.misc li a {
    color: #333;
}

@media screen and (min-width:1800px) and (max-width:1920px) {

    body.home,
    body.skinbg {
        background-size: 108%;
    }
}

@media screen and (min-width:1921px) {

    body.home,
    body.skinbg {
        background-size: contain;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .left-wrap {
        width: 420px;
    }

    .right-wrap {
        width: 520px;
    }

    .right-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .top-introduce {
        margin-top: 0px;
    }

    .tag-box {
        margin-top: 20px;
        font-size: 14px;
    }

    .item-tag-oprice {
        padding: 0;
    }

    b.shan {
        display: none;
    }

    ul.pic-box-list .pic-thumb {
        height: 16.60156vw;
    }

    .entry-content {
        text-align: left;
    }

    .showbody {
        top: 58px;
        width: 46vw;
        margin-left: -23vw;
        margin-top: 0;
    }
}

/*--Ipad--*/
@media screen and (max-width:999px) {

    .top-bar-right,
    .side,
    b.shan {
        display: none;
    }

    body.skinbg {
        /*background-position:center 50px !important;background-size:auto !important;*/
        background-image: none !important;
        background-color: #f1f1f1 !important;
    }

    body.skinbg .navcates,
    body.skinbg .navcates a {
        color: #333 !important;
    }

    body.skinbg .pos-rel {
        background: rgba(59, 81, 96, .88) !important;
    }

    body.home-category.skinbg.catop,
    body.home-tag.skinbg.catop,
    body.home-search.skinbg.catop {
        background-position: center 180px !important;
    }

    .container.secnav {
        display: none !important;
    }

    .mobile-menu .widget,
    .m-nav-header,
    .top-bar-left .logo img.d-none,
    span.toggle-btn,
    .m-nav-logo,
    .m-nav-search {
        display: block;
    }

    img.sublogo,
    img.night-logo {
        display: none;
    }

    .top-bar-left.header-nav {
        float: none;
    }

    .author-header,
    .main,
    .side {
        width: 100%;
        margin-top: 0px;
    }

    .author-meta {
        padding: 10px 0;
    }

    .top-header {
        height: 55px;
    }

    .m-nav-header {
        margin: 0;
        position: relative;
        z-index: 999;
        background-color: #222;
        float: left;
    }

    .m_nav-list {
        position: absolute;
        top: 12px;
        left: 0px;
        border: none;
    }

    .m_nav-list a i {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 24px;
        height: 24px;
        background: 0 0;
    }

    .m_nav-list a span {
        display: inline-block;
        width: 24px;
        height: 1px;
        background: #000;
        transition: all .3s ease-out;
    }

    .m_nav-list a span:nth-child(2) {
        margin: 8px 0;
    }

    .m_nav-list.m_nav-close span:nth-child(2) {
        transform: scale3d(0, 1, 1);
    }

    .m_nav-list.m_nav-close span:nth-child(1) {
        transform: rotate(45deg) translate3d(6px, 6px, 0);
        transform-origin: center;
    }

    .m_nav-list.m_nav-close span:nth-child(3) {
        transform: rotate(-45deg) translate3d(7px, -7px, 0);
        transform-origin: center;
    }

    a#m-nav-so {
        display: inline-block;
        position: absolute;
        border-radius: 4px;
        top: 12px;
        right: 75px;
        margin-right: 10px;
        line-height: 28px;
        font-size: 18px;
        font-weight: 100;
        cursor: pointer;
        color: #666;
        padding: 0px 15px;
    }

    #m-nav-so.n-nav-so {
        right: 0;
        padding-right: 5px;
    }

    .m-nav-logo {
        display: inline-block;
        line-height: 50px;
        margin-left: 40px;
    }

    .m-nav-logo a {
        font-size: 28px;
        line-height: 46px;
        color: #424242;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .m-nav-logo img {
        width: 100%;
        height: auto;
        max-width: 160px;
    }

    .m-nav-search {
        display: block;
        height: 0;
        text-align: center;
        margin: 0 auto;
    }

    .mini-search {
        padding: 50px 10px;
        width: 100%;
        background: #f5f5f5;
        display: none;
        position: absolute;
        overflow: hidden;
        top: 55px;
        left: 0;
        z-index: 99;
        -webkit-box-pack: justify;
        border-color: #ebedf1;
        background-color: #3b5160;
        box-shadow: 0 5px 10px -5px #ffffff;
        border-radius: 0 0 10px 10px;
    }

    .mini_search {
        padding: 15px;
        width: 100%;
        background: #f5f5f5;
        display: none;
        position: absolute;
        overflow: hidden;
        top: 55px;
        left: 0;
        z-index: 99;
        -webkit-box-pack: justify;
        border-color: #ebedf1;
        background-color: rgba(34, 40, 49, 0.79);
    }

    .mini_search form.searchform {
        position: relative;
        width: auto;
        margin: 0 auto;
    }

    .mini-search input#ls {
        padding-left: 10px;
        width: 98%;
        height: 45px;
        border: 1px solid #E4E3E3;
        background: #fff;
        border-radius: 8px;
        font-size: 16px;
        padding-right: 60px;
    }

    .m-nav-search a.at-night {
        display: inline-block;
        position: absolute;
        border-radius: 4px;
        top: 15px;
        right: 40px;
        margin-right: 16px;
    }

    a.top-tnrt {
        display: inline-block;
        position: absolute;
        border-radius: 4px;
        top: 14px;
        right: 0;
        margin: 0 15px 0 0;
    }

    aside.mobile_nav ul li.active:before,
    aside.mobile_nav ul li:hover:before {
        opacity: 0;
    }

    /*a#m-nav-so i.fa.fa-search:after {margin-left: 3px;content: '搜索';font-size: 15px;}*/
    button.btn-search.dtb2 {
        font-size: 1.2em;
        transition: all 0.4s ease;
        width: 55px;
        border: none;
        background: transparent;
        cursor: pointer;
        position: absolute;
        height: 45px;
        line-height: 45px;
        right: 15px;
        color: #A9A9A9;
        border-left: 1px solid #e4e3e3;
    }

    a#m-nav-so i.fa {
        font-size: 20px;
        padding-right: 3px;
    }

    nav.top-bar-navigation,
    nav.top-bar-navigation ul {
        float: none;
    }

    .mobile_top_nav {
        display: block;
    }

    nav.top-bar-navigation ul li>ul>li>a:hover:before,
    nav.top-bar-navigation ul li>ul:after {
        display: none;
    }

    nav.top-bar-navigation ul li {
        float: none;
        display: block;
    }

    nav.top-bar-navigation>ul>li:first-child {
        padding-left: 20px;
    }

    nav.top-bar-navigation ul li a {
        letter-spacing: normal;
        font-size: 100%;
        line-height: inherit;
    }

    nav.top-bar-navigation ul li>ul {
        float: none;
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        padding: 0;
        border-radius: 8px;
        z-index: 100;
        display: none;
        -moz-transition: ease-in-out 0s;
        -webkit-transition: ease-in-out 0s;
        -o-transition: ease-in-out 0s;
        -ms-transition: ease-in-out 0s;
        transition: ease-in-out 0s;
    }

    nav.top-bar-navigation ul li>ul>li {
        color: #448EF6;
        position: relative;
        display: inherit;
        float: none;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        line-height: 1.42857143;
    }

    nav.top-bar-navigation ul li>ul>li>a {
        line-height: inherit;
        display: block;
        padding: .75rem 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px;
        white-space: nowrap;
    }

    nav.top-bar-navigation ul li:hover ul {
        background: rgba(230, 230, 230, 0.68);
        box-shadow: none;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
    }

    aside.mobile_nav {
        animation: right 1s;
        position: fixed;
        z-index: 90;
        bottom: 0px;
        top: 55px;
        left: -100%;
        margin: 0;
        padding: 0px;
        width: 100%;
        max-width: 320px;
        box-shadow: none;
        border-top: 0px solid white;
        overflow-y: auto;
        background: rgba(255, 255, 255, 1);
        overflow-x: hidden;
        -moz-transition: ease-in-out 0.6s;
        -webkit-transition: ease-in-out 0.6s;
        -o-transition: ease-in-out 0.6s;
        -ms-transition: ease-in-out 0.6s;
        transition: ease-in-out 0.6s;
    }

    aside.mobile_nav.mobile_nav_on {
        left: 0;
    }

    aside.mobile_nav.mobile_nav_on::-webkit-scrollbar-track {
        background: rgba(51, 51, 51, .1);
    }

    aside.mobile_nav.mobile_nav_on::-webkit-scrollbar-thumb {
        background: rgb(13, 147, 214);
        border-radius: 4px;
    }

    .mobile-menu .widget {
        margin: 15px 0;
        background: rgba(255, 255, 255, 0.88);
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .m_nav_sidebar {
        margin: -10px 15px 10px 15px;
        position: relative;
        padding: 15px 0;
    }

    .m_nav_sidebar .widget {
        border-radius: 8px;
    }

    aside.mobile_nav .m_nav_sidebar ul li {
        padding: 0;
    }

    aside.mobile_nav ul.widget_tabcelan ul li a {
        padding: 10px 5px 10px 30px;
    }

    ul.widget_tabcelan {
        border-radius: 8px;
    }

    .widget.wow.fadeInDown {
        visibility: visible !important;
        animation-name: fadeInDown !important;
    }

    ul.nav-pills {
        margin: 0 auto;
        position: relative;
        padding: 15px 0 10px 0;
        border-radius: 8px;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    }

    aside.mobile_nav ul li {
        list-style-type: none;
        position: relative;
        padding: 0 20px;
        line-height: 1.42857143;
    }

    aside.mobile_nav ul li.mobile_login,
    aside.mobile_nav ul li.m_night_nav,
    aside.mobile_nav ul li.qq_login {
        display: inline-block;
    }

    .mobile_top_nav {
        border-bottom: 1px solid #ddd;
        text-align: center;
        margin-top: -15px;
        padding: 20px 0 20px 0;
    }

    .mobile_top_nav li.qq_login {
        border-left: 1px solid #ddd;
    }

    li#nvabar-item-index {
        padding-top: 5px;
    }

    ul.sub-menu {
        background: rgba(230, 230, 230, 0.68);
    }

    ul.sub-menu li {
        border-bottom: 1px solid rgba(160, 160, 160, 0.26);
    }

    ul.sub-menu li:last-child {
        border-color: transparent;
    }

    .sub-menu li:nth-child(n) {
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    aside.mobile_nav ul li a {
        position: relative;
        display: block;
        padding: .75rem 0;
    }

    nav.top-bar-navigation .side_random li h4.r-title a {
        padding: 0;
    }

    aside.mobile_nav .side_con li a {
        padding: 0;
    }

    aside.mobile_nav>ul li.active a,
    aside.mobile_nav ul li ul li.active a {
        color: #0d93d6;
    }

    span.toggle-btn {
        position: absolute;
        height: 38px;
        width: 58px;
        line-height: 38px;
        color: #333;
        text-align: center;
        top: 0;
        right: 0px;
        cursor: pointer;
        z-index: 100;
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }

    li.mobile_night,
    li.mobile_login {
        display: inline-block;
    }

    li.two-list-title {
        width: 75%;
    }

    .post-tags {
        width: 100%;
        margin-bottom: 10px;
    }

    .read_outer {
        float: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    #mClick.mobile_click,
    #mClick.mobile_close {
        float: none;
        display: inline-block;
        margin-right: 5px;
    }

    .read_outer.san-praise-sdk {
        margin-right: 10px;
    }

    .post-tags a {
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .mobile_top_nav {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }

    .m_top_login img {
        border: 3px solid rgba(255, 255, 255, 0.68);
    }

    .mobile-menu .widget .widget-title span {
        background: transparent;
    }

    i.fa-chevron-down.active:before {
        content: "\f077";
    }

    .m_top_name a {
        margin-right: 8px;
        color: #fff;
    }

    .m_top_name a:last-child {
        margin-right: 0px;
    }

    .m_top_name {
        background: rgba(62, 62, 62, 0.38);
        margin-top: 15px;
        margin-bottom: -20px;
        padding: 10px 0;
        color: #fff;
    }

    /*mobile_nav_bg*/
    aside.mobile_aside.mobile_nav.mobile_nav_bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }

    aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile_top_nav {
        background-image: none !important;
        border-bottom-color: rgba(59, 81, 96, 0.28);
    }

    aside.mobile_aside.mobile_nav.mobile_nav_bg .m_top_name {
        background: transparent;
        margin-top: 0;
    }

    aside.mobile_aside.mobile_nav.mobile_nav_bg ul.nav-pills,
    aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile-menu .widget {
        margin: 15px;
        background: rgba(255, 255, 255, 0.58);
    }

    .mobile_nav_bg .m_top_name,
    .mobile_nav_bg .m_top_name a {
        color: #555;
    }

    /*.main-banner.pos-rel .container {background:#343434;}*/
    .left-wrap {
        width: 640px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .right-wrap {
        width: 640px;
        float: none;
        margin: 0 auto;
        margin-top: 30px;
    }

    .sell-ul li.sell-list {
        height: auto;
        margin-bottom: 15px;
    }

    ul.nav-pills>li:nth-of-type(n) a:after {
        display: none !important;
    }

    a.sell-author img {
        display: none;
    }

    li.sell-list h3 {
        padding: 5px 10px;
    }

    .box_read h1 {
        padding-right: 10px;
    }

    a.figure-thumb {
        width: 19.01901vw;
    }

    ul.two-box-list {
        width: 23.22322vw;
    }

    ul.pic-box-list .pic-thumb {
        height: 12.31231vw;
    }

    .imglist li .pic-thumb {
        height: 19.01901vw;
    }

    .sell-ul li .pic-thumb {
        height: 20.02002vw;
    }

    .part-mor .pic-thumb {
        height: 14.01401vw;
    }

    .catatop-bg {
        height: 180px;
    }

    ul#link-home li {
        width: 11.5%;
    }

    .entry-content {
        text-align: left;
    }

    body.home.cur {
        overflow: hidden;
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    body.home.cur #main,
    body.home.cur .catatop-bg,
    body.home.cur .pos-rel,
    body.home.cur .article-main,
    body.home.cur #sale-main,
    body.home.cur .site-footer {
        pointer-events: none;
        filter: blur(5px);
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .article-wrap nav.navcates,
    .page-wrap nav.navcates {
        margin-top: 30px;
        margin-bottom: -25px;
    }

    .showbody {
        top: 58px;
        width: 46vw;
        margin-left: -23vw;
        margin-top: 0;
    }
}

@media screen and (max-width:860px) {
    a.figure-thumb i.thumb {
        padding-top: 50%;
        align-self: center;
    }

    a.figure-thumb {
        width: 100%;
        margin-right: 0;
    }

    ul.two-box-list {
        width: 100%;
        margin-top: 8px;
    }
}

@media screen and (max-width:800px) {
    .sp-slideshow {
        width: 100%;
        margin-bottom: 15px;
        height: 50vw;
        float: none !important;
    }

    .small-slider {
        width: 100%;
    }

    .small-slider-item {
        float: left;
        width: 49%;
        height: 27.50000vw;
        margin-bottom: 0;
    }

    .small-slider-item:nth-child(even) {
        float: right;
    }

    .toptext {
        margin-top: 10px;
    }

    a.prev-article,
    a.next-article {
        display: none;
    }

    .small-slider-item .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        white-space: normal;
        padding: 5px 5px 6px 5px;
    }

    .form-inpVerify {
        width: auto;
    }

    .small-slider-item .title span.badge {
        top: 0;
    }

    .pagination.catpage #loadmore {
        display: none;
    }

    .pagination.catpage ul {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .site-footer .footer-left {
        max-width: 100%;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }

    .site-footer .footer-right {
        display: none;
    }

    li.two-list-title {
        width: auto;
    }

    .main.author-main {
        margin-top: 10px;
    }

    .author-meta img.avatar {
        width: 100px;
        height: 100%;
    }

    .left-wrap {
        width: 67.70833vw;
    }

    .right-wrap {
        width: 83.33333vw;
    }

    .sell-ul li.sell-list {
        width: 50%;
    }

    ul.al_post_list li a {
        max-width: 76%;
    }

    ul.tag_could li a,
    ul.xoxo.blogroll li a {
        white-space: nowrap;
        word-wrap: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mofang {
        width: 40px;
        height: 40px;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
        margin-right: 0;
    }

    .cube div {
        width: 60px;
        height: 60px
    }

    .cube div a {
        font-size: 12px;
        letter-spacing: 2px
    }

    .cube .front {
        -webkit-transform: rotateY(0) translateZ(30px);
        transform: rotateY(0) translateZ(30px);
    }

    .cube .back {
        -webkit-transform: rotateX(180deg) translateZ(30px);
        transform: rotateX(180deg) translateZ(30px)
    }

    .cube .left {
        -webkit-transform: rotateY(-90deg) translateZ(30px);
        transform: rotateY(-90deg) translateZ(30px)
    }

    .cube .right {
        -webkit-transform: rotateY(90deg) translateZ(30px);
        transform: rotateY(90deg) translateZ(30px)
    }

    .cube .top {
        -webkit-transform: rotateX(90deg) translateZ(30px);
        transform: rotateX(90deg) translateZ(30px)
    }

    .cube .bottom {
        -webkit-transform: rotateX(-90deg) translateZ(30px);
        transform: rotateX(-90deg) translateZ(30px)
    }

    .sell-ul li .pic-thumb {
        height: 28.64583vw;
    }

    .pos-rel {
        padding: 30px 0;
    }

    .top-introduce {
        margin-bottom: 15px;
        max-width: 80%;
    }

    .contpost-meta-oprice {
        display: block;
        margin-bottom: 20px;
    }

    .sell_page_primary a {
        margin-left: 0;
    }

    ul#link-home li {
        width: 15.666%;
    }
}

@media screen and (max-width:680px) {
    .entry-meta a img {
        display: none;
    }

    .entry-container {
        padding: 15px 0px 15px 175px;
    }

    .entyr-icon i.fa,
    .entry-container .entry-title {
        font-size: 16px;
        max-height: 49px;
    }

    .block-image.feaimg {
        width: 160px;
        height: 120px;
        margin-right: 15px;
    }

    .ss p {
        height: 55px;
        padding-bottom: 0;
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .entry-summary p {
        padding-bottom: 0;
    }

    .pic-box-list li {
        width: 50%;
    }

    .imglist.pic-box-list li h3 {
        font-size: 14px;
        min-height: 60px;
    }

    .rewards-popover {
        width: 80%;
        margin: 0 0 0 -40%;
        top: 20%;
    }

    .rewards-popover h3 {
        font-size: 14px;
    }

    .rewards-popover-item {
        width: 100px;
    }

    .rewards-popover-item h4 {
        font-size: 12px;
    }

    .rewards-popover-item img {
        width: 100px;
        height: 100px;
    }

    ul.al_post_list li a {
        max-width: 68%;
    }

    ul.tag_could li,
    ul.xoxo.blogroll li {
        width: 25%;
    }

    ul.pic-box-list .pic-thumb {
        height: 27.41176vw;
    }

    .part-mor .pic-thumb {
        height: 26.47058vw;
    }

    ul.plinks-ul.favorite li,
    ul.plinks-ul.misc li {
        width: 23%;
    }

    .download_box img.ue-image,
    .download_box a.view-image {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
}

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

    .entry-summary,
    .primary-menu {
        display: none;
    }

    .menu-nav-inline {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-box-pack: justify;
        padding: 0 10px;
        display: block;
        height: auto;
        text-overflow: clip;
    }

    ul.menu-nav-inline::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 0;
    }

    ul.menu-nav-inline::-webkit-scrollbar-track {
        background: transparent;
    }

    .menu-nav-inline li:last-child {
        padding-right: 10px;
    }

    .menu-nav-inline li:last-child:after {
        width: 0px;
    }

    .menu-nav-inline li {
        position: relative;
        display: inline-block;
        float: none;
    }

    li.menu-item:after {
        position: absolute;
        top: 12px;
        right: 8px;
        content: "";
        width: 1px;
        height: 16px;
        background: hsla(0, 0%, 39%, .1);
    }

    .entry-container {
        min-height: 112px !important;
        padding: 12px 0 !important;
        padding-left: 120px !important;
        display: block;
        position: relative;
    }

    .block-image.feaimg {
        float: left !important;
        width: 106px !important;
        height: 80px !important;
        margin: 4px 16px 4px 0 !important;
    }

    .entyr-icon i.fa {
        font-size: 14px;
    }

    .toptext ul li {
        width: 49%
    }

    .page-title {
        margin-top: 5px;
    }

    .entry-container .entry-meta {
        bottom: 8px;
        position: absolute;
        height: 22px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0px !important;
    }

    .blocktext .entry-meta.fea-meta {
        bottom: 2px;
    }

    #com_pagination ul {
        display: inline-block;
    }

    #loadmore {
        float: right;
        width: 100%;
        text-align: center;
    }

    .blockimg a.meta-cate,
    .blockimg a.meta-viewnums {
        display: none;
    }

    header.entry-header,
    span.entry-title,
    span.entry-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .post-list header.entry-header,
    header.entry-header {
        white-space: normal;
    }

    a#post_over:hover,
    a#post_over.disabled {
        background: transparent;
        color: #666;
    }

    header.entry-header .contimg,
    .postArticle-meta {
        display: none;
    }

    .article-update-tips {
        margin-top: 15px;
    }

    .contimg .avatar {
        width: 25px;
        height: 25px;
    }

    .contpost-meta {
        height: 25px !important;
        line-height: 25px !important;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .entry-page-next.j-lazy {
        float: none;
        margin-top: 10px;
    }

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

    .post-list.blocktext .entry-summary {
        display: block;
    }

    .post-list.blocktext .entry-summary p {
        margin: 5px 0 25px 0;
        padding: 0;
        min-height: 100%;
        max-height: 45px;
    }

    ul.al_post_list {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .featured {
        padding-bottom: 1.25rem;
    }

    .form-inpVerify {
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    ul#link-home li {
        width: 19%;
    }

    .error-page .search-box input {
        width: 90%;
    }

    .error-page .search-submit {
        right: 5%;
    }

    .index404 ul#tag_cloud {
        max-height: 126px;
        overflow: hidden;
    }

    .showbody {
        top: 58px;
        width: 300px;
        margin-left: -150px;
        margin-top: 0;
    }

    .pay_box:first-child {
        margin-right: 0px;
    }

    .page_readers ul li {
        width: 47%;
        padding: 15px 10px 10px;
    }

    .page_readers ul li span.readersimg {
        float: none;
    }

    .page_readers ul li span.readersimg img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .page_readers ul li span.readersinfo {
        margin-top: 8px;
        padding: 0;
        text-align: center;
    }

    .download-up {
        padding: 0 0 5px;
    }

    .download-up .mdl-name {
        padding-left: 40px;
    }

    .article-download i.fa {
        font-size: 2em;
        top: 2px;
    }

    h3.mdl-name {
        padding-left: 35px;
    }

    .special-item {
        width: 100%;
    }

    .special-posts {
        height: auto;
    }
}

@media screen and (max-width:560px) {
    .imglist.pic-box-list li {
        width: 50%;
    }

    #comments .msg .msgarticle .msg {
        margin-top: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #comments .msg .msgarticle .msg:before {
        left: 15px;
    }

    #comments .msg .msgarticle .msg:after {
        left: 16px;
    }

    .box_read {
        width: 90%;
    }

    .right-title {
        font-size: 22px;
    }

    .item-tag-oprice span.tag,
    .tag-box {
        font-size: 14px;
    }

    .item-tag-oprice {
        padding: 2px 10px;
    }

    p.jubao,
    p.sell-time a.sell-author {
        display: none;
    }

    p.sell-time a:last-child {
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    ul.tag_could li,
    ul.xoxo.blogroll li {
        width: 33.333%;
    }

    .two-box {
        width: 100%;
    }

    ul.two-box-list {
        min-height: auto;
    }

    .sellist-main,
    .site-main .row,
    .pic-list,
    .two-list {
        margin: 0 -15px;
    }

    .homedia.syimgad,
    .homedia.sytextad,
    .homedia.textbtad,
    .link-box {
        width: auto;
        margin: 20px -15px 0;
    }

    .sellist-wrap {
        padding: 0;
    }

    .imglist li .pic-thumb {
        height: 26.78571vw;
    }

    ul.plinks-ul.favorite li,
    ul.plinks-ul.misc li {
        width: 31.333%;
    }

    .footer-l-btm p {
        line-height: 180%;
    }

    .footer-l-btm p+p {
        margin-top: 5px;
    }

    a.lcFavBtn,
    .readlist .read_outer,
    .readlist #mClick {
        margin: 0 0.65217vw 6px 0;
    }

    .readlist i.fa {
        padding-right: 0px;
    }

    .readlist .read_outer.zanter {
        margin-left: 4px;
    }

    span.swiper-title {
        font-size: 15px;
    }

    .footer-l-top a {
        line-height: 25px;
    }

    .side.mside {
        display: block;
        width: 100%;
        margin: 20px auto 0;
    }

    .listree-box {
        top: 30%;
    }
}

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

    .featured a.meta-cate,
    .blockimg .entry-meta a:first-child,
    .blockimg time span.separator {
        display: none;
    }

    .blocktext .entry-meta a:first-child,
    .blocktext time span.separator {
        display: inline-block;
    }

    article.single-post h1.page-title {
        font-size: 20px !important;
    }

    article.single-post .contpost-meta {
        height: auto !important;
    }

    .entry-title,
    .entyr-icon i.fa,
    .entry-container .entry-title {
        font-size: 15px;
    }

    /*阅读全文*/
    .readtext {
        height: 800px;
        overflow: hidden;
        position: relative;
    }

    .readtext.plinks_text {
        height: auto;
    }

    .showall {
        display: block;
        text-align: center;
        margin: 15px 0 0;
        color: #54b5db;
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-top: 100px;
        line-height: 100px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    }

    .showwen {
        display: none !important;
    }

    body.night .showall {
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #1d1f20 70%);
    }

    ul.al_post_list li a {
        max-width: 60%;
    }

    span.muted {
        padding-top: 3px;
    }

    span.spid-box-sign {
        width: auto;
        padding: 0 10px;
        height: auto;
        line-height: 30px;
        top: 10px;
        right: 10px;
    }

    #comments .msg .msgarticle {
        text-align: left;
    }

    ul#link-home li {
        width: 24%;
    }

    .liuyan {
        width: 100%;
    }

    #frmSumbit .comt-box input#inpName,
    #frmSumbit .comt-box input#inpEmail {
        border-right-color: transparent;
    }

    #frmSumbit .comt-box input#inpName {
        border-top-right-radius: 5px;
    }

    #frmSumbit .comt-box input#inpHomePage {
        border-top-right-radius: 0px;
    }

    #frmSumbit .psumbit {
        border-radius: 0 0 5px 5px;
        padding-left: 10px;
    }

    .download-up .mdl-info {
        height: auto;
        margin: 5px auto;
    }

    .download-up .mdl-info span {
        display: block;
    }

    span.com-title {
        display: none;
    }

    .tools_title a.psumbit-kjhf i.fa {
        font-size: 16px;
    }

    form.download-form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    form.download-form span {
        display: none;
    }

    input.download-code {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        max-width: none;
    }

    input.download-submit {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        width: auto;
    }
}

@media screen and (max-width:425px) {
    .pic-box-list li h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        height: 57px;
    }

    .pic-box-list li p {
        margin: 0px 0 5px 0;
    }

    span.WB-OS,
    .pic-box-list li p span.viewd {
        display: none;
    }

    .backtop .bt-box {
        padding: 7px 8px;
        width: 33px;
    }

    .backtop .bt-box.bt-comments {
        padding: 0;
    }

    .bt-box.bt-comments a {
        padding: 7px 8px;
    }

    #backtop .qq i.fa {
        font-size: 14px;
    }

    .right-inner .entry-meta.contpost-meta {
        height: auto !important;
    }

    .left-wrap {
        width: 83.33333vw;
    }

    .not-found-title {
        font-size: 11em;
    }

    ul.tag_could li,
    ul.xoxo.blogroll li {
        width: 50%;
    }

    ul.plinks-ul.favorite li,
    ul.plinks-ul.misc li {
        width: 48%;
    }

    .top-introduce {
        max-width: 100%;
        text-overflow: ellipsis;
        text-align: justify;
        max-height: 54px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .contpost-meta-oprice {
        display: block;
        margin-bottom: 20px;
    }

    .main-shopping span.cuxiao {
        font-size: 18px;
    }

    .entyr-icon i.fa,
    .main-shopping .entry-meta.contpost-meta a.sing-bj,
    .main-shopping span.separator:nth-of-type(4) {
        display: none;
    }

    aside.mobile_nav {
        max-width: 310px;
    }
}

@media screen and (max-width:380px) {
    span.cuxiao {
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .item-tag-oprice {
        margin-bottom: 10px;
    }

    .item-tag.f1,
    .item-tag.f2,
    .item-tag.f3 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .item-tag.f3.fr {
        width: 100%;
        margin-right: 0;
    }

    .item-tag:last-child {
        margin-bottom: 0;
    }

    .sell-ul li.sell-list {
        width: 100%;
    }

    p.sell-time a.sell-author {
        display: inline-block;
    }

    p.sell-time a:last-child {
        float: right;
        width: auto;
        margin-right: 5px;
        text-align: left;
    }

    a.sell-author img {
        display: inline-block;
    }

    .comiis_poster_okimg img {
        margin: 50px 20px 10px;
    }

    #frmSumbit .button {
        margin-bottom: 6px;
    }

    .sell-ul li .pic-thumb {
        height: 52.63157vw;
    }

    .toptext {
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .toptext ul li {
        width: 100%;
        padding: 0;
    }

    .toptext ul li:hover {
        padding-left: 10px;
    }

    .catatop-bg-inner h1 {
        font-size: 1.8em;
    }

    a.lcFavBtn:before,
    .readlist i.fa,
    .msgname .dot {
        display: none;
    }

    span.rewards-popover-close i.fa.fa-close {
        display: block;
    }

    ul#link-home li {
        width: 32.333%;
    }
}

@media screen and (max-width:340px) {
    a#m-nav-so i.fa.fa-search:after {
        content: '';
    }

    ul.al_post_list li a {
        max-width: 73%;
    }

    span.muted {
        display: none;
    }
}

@media screen and (max-width:330px) {
    aside.mobile_nav {
        min-width: 100%;
        width: 100%;
    }

    .form-inpVerify {
        width: 100%;
        padding: 0 10px;
    }

    ,
    .msgimg,
    span.com-title {
        display: none;
    }

    #comments .msg .msgarticle,
    #comments .msg .msgarticle .msg {
        margin-left: 0;
    }

    .showbody {
        width: 88%;
        margin-left: -44%;
    }
}

/*黑夜夜间模式*/
body.night {
    background-color: #151617;
    color: #ffffff;
}

body.home.skinbg.night {
    background-color: #151617 !important;
    background-image: none !important;
}

body.night .entry-meta a {
    color: #939393;
}

body.night .logo-light {
    display: none;
}

body.night .top-bar-left .logo img.d-none {
    display: inline;
}

body.night .shan {
    display: none;
}

body.night a,
body.night .hot-news-title h3 {
    color: #ffffff;
}

body.night .layui-layer {
    background: #42494e;
    border-radius: 8px;
}

body.night .layui-layer-title {
    background: #42494e;
    color: #fff;
}

body.night input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #ffffff;
}

body.night input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ffffff;
}

body.night input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #ffffff;
}

body.night input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #ffffff;
}

/*导航*/
body.night .darkstats_click i {
    color: #fff200;
}

body.night .search-warp .search-area input.search-input {
    background-color: #535b61;
    color: #B1B1C1;
}

body.night .showhide-search {
    background: #ff5d8f;
}

body.night .search-warp .showhide-search i {
    color: #ffffff;
}

body.night .darkstats_click {
    color: #fff200 !important;
}

body.night .aui-dow-box {
    background-color: #383E43;
    box-shadow: none;
}

body.night .aui-down-menu-title {
    color: #fff;
}

body.night .aui-dow-box::after {
    border-bottom-color: #383E43;
}

body.night .aui-top-border {
    border-top: 1px solid #484c50;
}

body.night nav.top-bar-navigation ul li>ul {
    background-color: #383E43;
    box-shadow: none;
}

body.night nav.top-bar-navigation ul li>ul::after {
    border-bottom-color: #383E43;
}

body.night .stats {
    background-color: #383E43;
    box-shadow: none;
}

body.night .stats::after {
    border-bottom-color: #383E43;
}

body.night .stats ul li {
    color: #fff;
}

@media screen and (max-width:991px) {
    body.night .m_nav-list .lines .line {
        background: #fff;
    }

    body.night .m_nav-wrapper {
        background-color: #000000;
    }
}

/*首页列表*/
body.night .top-bar {
    background-color: #1D1F20;
}

body.night .section-cont .hunter-item a:hover {
    transform: translate(0, -5px);
    color: #448EF6;
}

body.night .sostats_close .sostats {
    box-shadow: none;
    background-color: rgba(56, 62, 67, .8);
}

body.night .primary-menu a {
    color: #54b5db;
}

body.night .top-bar-menu a {
    color: #F2F2F5;
}

body.night .top-admin,
body.night .top-admin a {
    color: #fff;
}

body.night #aus {
    background-color: #383E43;
    box-shadow: none;
}

body.night .top-bar a:hover {
    color: #fff;
}

body.night #aus::after {
    border-bottom-color: #383E43;
}

/*首页列表*/
body.night .box-shadow,
body.night .main {
    background-color: #1D1F20;
    box-shadow: none;
}

body.night .pic-box-list li a {
    border: rgba(29, 32, 33, 0.88) 1px solid;
}

body.night .main-navigation {
    box-shadow: none;
}

body.night .contt {
    background-color: #1D1F20;
}

body.night .entry-title a,
body.night .section-cont .hunter-item a {
    color: #ffffff;
}

body.night .entry-title a:hover,
body.night .widget-posts-title:hover,
body.night .primary-menu a:hover,
body.night .top-bar-menu a:hover {
    color: rgb(84, 181, 219);
}

body.night .rewards-popover {
    background-color: #292d30;
}

body.night .part-mor {
    margin-bottom: 0;
    margin-top: 20px;
}

body.night .section-title,
body.night .section-title .more {
    color: #ffffff;
    border-bottom: 0px;
}

body.night .section-cont .hunter-item a {
    background: #1d1f20;
}

body.night .section-cont .hunter-item a:hover .btn {
    background: #448EF6;
    color: #fff;
}

body.night ol.page-navigator li a {
    background: #7e868c;
    color: white;
}

body.night ol.page-navigator li a:hover {
    background: rgb(84, 181, 219);
    border-color: rgb(84, 181, 219);
}

body.night ol.page-navigator li.current a {
    border-color: rgb(84, 181, 219);
    background: rgb(84, 181, 219);
}

body.night .post-list {
    border-bottom: 1px solid #484c5078;
}

body.night .section-cont .hunter-item h4 .btn {
    background: #151617;
}

body.night .widget-list-title i {
    color: #fff;
}

body.night .widget-list-title {
    color: #fff;
}

/*底部*/
body.night .site-footer {
    background: #1D1F20;
    box-shadow: none;
}

body.night .footer-l-top a {
    color: #fff;
    margin-right: 20px;
}

body.night .footer-l-top {
    border-bottom: 1px solid #484c5080;
}

/*边栏列表*/
body.night .widget-article-newest span {
    background-color: #1D1F20;
}

body.night .widget-article-newest:before {
    border-top: 1px solid #484c50;
}

body.night .entry-content hr {
    background-color: #484c50;
}

body.night .widget,
body.night .fixed-sidebar .menu {
    background-color: #1D1F20;
    box-shadow: none;
    border: 0px solid #F3F3F3;
}

body.night .widget-title span {
    background: #1D1F20;
    color: #fff;
}

body.night .meta-item,
body.night #divPrevious ul li .title,
body.night .widget-title i {
    color: #fff;
}

body.night .site-info.clearfix,
body.night .site-footer {
    border-top: 1px solid #323538;
}

body.night .comment-content:before {
    border-bottom: 6px solid #292d2f;
}

body.night .download_box,
body.night .comment-content {
    background: #292d2f;
}

body.night .widget-posts-title,
body.night .hunter-widget-hunter-authors .item .item-main h2 a,
body.night .widget .item .meta,
body.night .hunter-widget-hunter-authors .item .item-main h3 a,
body.night .hunter-widget-hunter-authors .item .item-main h4 {
    color: #969696;
}

body.night .widget .item .comment-content {
    background-color: #292d2f;
}

body.night .widget .item .comment-content::before {
    border-bottom: 6px solid #292d2f;
}

body.night .widget-hunter-topics .wall-item {
    background: none;
}

body.night .widget .item h2 {
    color: #fff;
}

body.night .widget .item h2 a {
    color: #ffffff85;
}

body.night .viewAll {
    background: none;
}

body.night .wRecent .item {
    border-bottom: 1px dashed #eeeeee52;
}

body.night .wRecent .item a {
    color: #B1B1C1;
}

body.night .fixed-sidebar .menu .link-0,
body.night .hunter-widget-hunter-authors .item .item-main {
    color: #ffffff;
}

body.night .hunter-widget-hunter-authors .item {
    border-bottom: 1px dashed #484c50;
}

body.night #divproject ul li.divproject-ebox {
    background-color: #1d1f20;
    color: #fff;
}

body.night #divproject ul li a.btn,
body.night #divproject ul li p {
    color: #f8f8f8;
}

body.night #divCalendar table tbody td,
body.night #divCalendar table thead th {
    border: 1px solid #151617;
    background-color: #1d1f20;
}

/*内容页*/
body.night .nerpage {
    background-color: #1D1F20;
    box-shadow: none;
}

body.night .page_readers ul li span.readersinfo,
body.night span.readersinfo span,
body.night .page-title,
body.night .edit a {
    color: #ffffff;
}

body.night .border-theme {
    background-color: #484c50;
}

body.night .video-index {
    background-color: #1D1F20;
    box-shadow: none;
    border-radius: 5px;
}

body.night .gaoyuan {
    color: #ddd;
    background: #292d2f;
    border-color: #29292f;
    text-align: center;
}

body.night .gaoyuan.yc {
    text-align: justify;
}

body.night .gaoyuan.yc p strong {
    color: #feb844;
}

body.night .gaoyuan a {
    color: #448ef6;
}

body.night .gaoyuan span {
    color: #fdff6b;
}

body.night .gaoyuan:after {
    background: transparent;
}

body.night .entry-content p {
    color: #B1B1C1;
}

body.night .post-tags a {
    border: 1px solid transparent;
    background: rgb(21, 22, 23);
    color: #fff;
}

body.night .post-tags a:hover {
    background: rgb(84, 181, 219);
}

body.night .entry-content a {
    border-bottom: 1px solid #484c50;
}

body.night ul.al_post_list li a {
    border-bottom: 0;
}

body.night .entry-meta-time {
    color: #fff;
}

body.night .postArticle-meta:after {
    background-color: #fff;
}

body.night .entry-content li {
    color: #B1B1C1;
}

body.night .single-nav,
body.night .fn_article_nav {
    background-color: #1D1F20;
}

body.night .mofang a,
body.night #mArticle {
    color: #fff;
}

body.night .toc-arrow {
    border-bottom: 10px solid #1D1F20;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

body.night .title_read h1 {
    color: #fff;
}

body.night #bg_read {
    background-color: #1D1F20 !important;
}

body.night .Menu-item a {
    color: black;
}

body.night #txaArticle {
    border: 1px solid #535b61;
    background-color: #535b61;
    color: #B1B1C1;
}

body.night #frmSumbit #inpName,
body.night #frmSumbit #inpEmail,
body.night #frmSumbit #inpHomePage,
body.night #frmSumbit #inpVerify,
body.night #frmSumbit .psumbit {
    background: #535b61;
}

body.night .tools_title {
    background: transparent;
}

body.night .come-comt,
body.night #comments span#comment_count,
body.night #comments .msg .msgarticle,
body.night span.com-title {
    color: #fff;
}

body.night #comments .msg:hover {
    background: transparent;
}

body.night #comments .msg {
    border-bottom: 1px solid #484c50;
}

body.night #comments .msg .msgarticle .msg {
    border: 1px solid #484c50;
}

body.night #comments .msg .msgarticle .msg:before {
    border-bottom-color: #484c50;
}

body.night #comments .msg .msgarticle .msg:after {
    border-bottom-color: #1d1f20;
}

body.night .msgname a.comment-reply-link {
    background: #1d1f20;
    border: 1px solid #484c50;
}

body.night .pagination ul>li>a,
body.night .pagination ul>li span {
    background-color: #1d1f20;
    border: 1px solid #484c50;
}

body.night .pagination ul>li.active span,
body.night .pagination ul>li>a:hover {
    background-color: #448ef6;
    color: #fff;
    border-color: transparent;
}

body.night .entry-content p.putong {
    background: #484c50;
    border: 1px solid #484c50;
    border-left: 3px solid #3DABCE;
}

body.night .entry-content blockquote {
    border-top: 1px solid #484c50;
    border-bottom: 1px solid #484c50;
    background: #484c50;
}

body.night .entry-content h1,
body.night .entry-content h2 {
    background: #484c50;
}

body.night .entry-content p.lanse,
body.night .entry-content h1,
body.night .entry-content h2,
body.night .entry-content h3,
body.night .entry-content h4,
body.night .entry-content h5,
body.night .entry-content h6 {
    color: #fff;
}

body.night .entry-content p.lvse,
body.night .entry-content p.hongse,
body.night .entry-content p.huangse,
body.night .entry-content p.huise,
body.night .entry-content p.chunse,
body.night .entry-content p.lanse {
    background-color: #484c50;
    border: 1px solid #484c50;
}

body.night .sellist-main {
    background: #1d1f20;
}

body.night pre {
    background: #cdcdce;
}

body.night .prism-token.prism-punctuation {
    color: #333;
}

body.night .lcp-download {
    background-color: #484c50;
    border-color: #484c50;
}

body.night section.cover-img {
    background: #1d1f20;
}

body.night a.cover-group {
    background: #484c50;
    border-color: #1d1f20;
}

body.night .prism-token.prism-operator,
body.night .prism-token.prism-entity,
body.night .prism-token.prism-url,
body.night .prism-language-css .prism-token.prism-string,
body.night .prism-style .prism-token.prism-string {
    background: transparent;
    color: #333;
}

/*body.night .entyr-icon,body.night .feaimg-content,body.night a.block-fea, body.night a.feaimg-content, body.night i.thumb {filter: brightness(90%);}
body.night img {filter: brightness(88%);}*/
body.night #divTags ul li.divTags5 a,
body.night #hottags ul li.divTags5 a,
body.night span.sell-view,
body.night p.sell-info,
body.night a.time-view b.datetime {
    color: #f8f8f8;
}

body.night .entry-content table {
    background: #1d1f20;
    border: 1px solid #1d1f20;
}

body.night .entry-content table tbody tr:nth-child(even) {
    background: #36383a;
}

body.night .entry-content table thead tr th,
body.night .entry-content table tfoot tr th,
body.night .entry-content table tbody tr td,
body.night .entry-content table tr td,
body.night .entry-content table tfoot tr td {
    border-color: #454b50;
}

body.night .page_readers ul li {
    background: #484c50;
    border: 1px solid #484c50;
}

/*移动端*/
@media screen and (max-width:999px) {

    body.night aside.mobile_aside.mobile_nav.mobile_nav_bg ul.nav-pills,
    body.night aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile-menu .widget,
    body.night aside.mobile_nav ul.nav-pills {
        background: rgba(29, 31, 32, 0.5);
    }

    body.night .container {
        background: transparent;
    }

    body.night aside.mobile_nav {
        background: rgba(39, 39, 39, 1);
        background-image: none !important;
    }

    body.night aside.mobile_aside.mobile_nav.mobile_nav_bg .mobile-menu .widget {
        box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    }

    body.night .site-footer .footer-left,
    body.night .new-header.container,
    body.night #comments .msg:hover .commentpost {
        background: #1D1F20;
    }

    body.night .m-nav-logo img {
        display: none;
    }

    body.night .m-nav-logo img.night-logo {
        display: inherit;
    }

    body.night .mobile_nav_bg .m_top_name,
    body.night .mobile_nav_bg .m_top_name a,
    body.night span.toggle-btn,
    body.night a#m-nav-so,
    body.night .hot-news-title h3 {
        color: #ffffff;
    }

    body.night .m_nav-list a span {
        background: #ffffff;
    }

    body.night ul.sub-menu,
    body.night .mini-search {
        background-color: #333;
    }

    body.night li.mobile_night i.wb-switch {
        display: inline-block;
        line-height: 1.4;
        top: 5px;
    }

    body.night .widget-posts-text a,
    body.night .widget-posts-meta i {
        color: #F2F2F2;
    }
}

/*404*/
body.night .error-page p {
    color: #ffffff;
}

/*页脚news*/
body.night .news-foot {
    background: #1e2021;
    box-shadow: none;
    border-bottom: 1px solid #484c5080;
}

body.night .news-foot .item-thumb {
    border-radius: 5px 5px 0 0;
}

body.night .news-foot .item-main {
    border: 0px solid #f3f3f3;
    background: #1e2021;
}

body.night .news-foot h3 {
    color: #ffffff;
}

body.night .nercontt {
    border-bottom: 1px solid #484c50;
}

body.night .lcphidebox {
    border-color: #333;
}

body.night .lcphidebox .lcp-header {
    background: #333;
    border-bottom-color: #333;
}

body.night p.weiyutime:after {
    box-shadow: none;
}

body.night ul.tag_could li a,
body.night ul.xoxo.blogroll li a {
    color: #ffffff;
    border: 1px solid #484c50;
    border-bottom: 1px solid #484c50;
}

body.night .catatop-bg:before {
    background-color: rgba(0, 0, 0, 0.58);
}

/*diy*/
body.night ul.plinks-ul.favorite li a,
body.night ul.plinks-ul.misc li a {
    color: #fff;
    border-bottom: 0px;
}

body.night .toptext ul li:hover {
    background: #888;
}

/*wenda*/
body.night .q-content .q-header {
    background-color: #494c4e;
}

body.night .q-content .q-topic-item {
    background-color: #151617;
    border-bottom: 1px solid #555;
}

body.night .q-content .reply-count .count-of-replies,
body.night .q-content .reply-count .count-of-visits,
body.night .q-content .q-answer .as-title,
body.night .edui-default .edui-editor-breadcrumb span,
body.night .q-content .topic-title {
    color: #ccc;
}

body.night .q-content .topiclist-tab {
    background: #4a86e8;
    color: #fff;
}

body.night .q-content .q-pagination a {
    background-color: #555555;
}

body.night .q-content .q-answer .as-user a {
    color: #ffffff;
}

body.night .q-content .q-pagination .current {
    background-color: #4a86e8;
}

body.night .q-content .as-form-title {
    color: #448ef6;
}

body.night .q-content .edui-default .edui-editor {
    border: 1px solid #494c4e !important;
}

body.night .q-content .edui-default .edui-editor-bottomContainer td {
    border-top: 1px solid #494c4e !important;
}

body.night .q-content .edui-default .edui-editor-bottomContainer td {
    background: #494c4e;
    color: #fff;
}

body.night .q-content .edui-default .edui-editor-toolbarboxouter {
    border-bottom: 1px solid #efefef !important;
    background: #f3f4f4;
}

body.night .q-content .edui-default .edui-editor-iframeholder iframe {
    background: #d3d8d8;
    color: #fff;
}

body.night .edui-default .edui-listitem,
body.night .edui-default .edui-menu-body .edui-menuitem,
body.night .q-content .edui-default .edui-toolbar .edui-combox-body .edui-button-body {
    color: #333;
}

body.night .q-content .q-answer .order button,
body.night .q-content.q-single .q-header.topic-header,
body.night .q-content #question-form .q-header.q-add-header.clearfix {
    background: transparent;
}

body.night .widget-box.side_con li p {
    background-color: #37393a;
    color: #ddd;
}

body.night .widget-box.side_con li p:before {
    border-bottom: 6px solid #37393a;
}

body.night .article-update-tips {
    color: #fff;
    background: rgb(72, 76, 80);
    border-color: #939393;
}

body.night .article-update-tips span.red {
    color: #ffca0b;
}

body.night #comments .msg:hover .commentpost {
    background-color: transparent;
}

body.night .lcphidebox {
    border: solid 1px #16161a;
}

body.night .lcp_download_field,
body.night .lcp-download-subinfo,
body.night .lcphidebox .lcp-header,
body.night .lcphidebox .lcp-body {
    background: #161a21;
}

body.night .lcphidebox .price .oprice {
    color: #1e9fff;
}

body.night thead tr th,
body.night tbody tr td {
    background-color: #333;
    border: 1px solid #666;
}

body.night .lcp_download_field:hover {
    background-color: transparent;
}

body.night .lcp_hide_commentpost {
    background-color: #37393a;
    border-color: #37393a;
}

body.night .s-drop-down {
    background: #535b61;
}

body.night .s-drop-down a {
    border-bottom: 1px solid #666;
}

.mengceng {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 888;
    background-image: url(../images/cs.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ccc;
    position: fixed;
    z-index: 99999;
}

.sprk {
    font-size: 26px;
    flex: 1;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    color: #fff !important;
    background: #129aee;
    text-shadow: 1px 7px 4px #000000;
    box-shadow: 3px 8px 8px #000000;
    text-decoration: none;
    margin-bottom: 15px;
    animation: shareCodeBtnAn 0.5s ease-in-out infinite alternate;
}

@keyframes shareCodeBtnAn {
    from {
        transform: scale(0.93);
    }

    to {
        transform: scale(1);
    }
}

.sprk a {
    color: #fff;
}