﻿*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* .html-gray{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter:none; } */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

ol,
ul {
    list-style: none
}

i {
    font-style: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    border-radius: 0;
    vertical-align: baseline
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body,
html {
    height: 100%
}

body {
    font-size: 1.6rem;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    background: #F5F7FA;
    color: #606266;
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

a {
    text-decoration: none;
    color: #303133
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

.hid {
    display: none
}

#TopNav {
    background: #da291c;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0
}

#TopNav a:hover {
    font-weight: 600;
    text-decoration: none
}

#TopNav a:hover .noticePop {
    font-weight: 400;
}

.top_nav_li a {
    color: #fff;
    text-decoration: none
}

#TopMenu {
    margin: 0;
    padding: 0 0 0 60px;
    float: left
}

#TopMenu ul {
    list-style: none
}

#TopMenu ul li {
    float: left;
    margin-right: 15px
}

#TopMenu ul li.selected {
    font-weight: 600;
    color: #fff
}

#Personal {
    float: right;
    margin-right: 40px;
    color: #fff
}

#Personal>a {
    margin-right: 20px;
    color: #fff;
    display: inline-block;
}

.top-right {
    float: right;
    margin-right: 40px;
    color: #fff
}

.top-right .btn {
    height: 40px;
    line-height: 40px;
    float: left
}

.top-right .user {
    display: block;
    float: right;
    width: 32px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 50%;
    height: 32px;
    margin-top: 4px
}

.top-right .user img {
    display: block;
    width: 100%;
    height: 100%
}

.top-right .btn-downapp .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle
}

#TopNav a.btn-login {
    width: 52px;
    padding: 3px 12px;
    height: 26px;
    color: #da291c;
    background: #fff;
    border-radius: 13px
}

.user-enter {
    float: left;
    margin: 4px 0 0 0;
    padding: 0 0 20px 20px;
    position: relative
}

.user-enter img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px
}

.draw-down-menu {
    width: 152px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    z-index: 500;
    position: absolute;
    right: 0;
    top: 36px
}

.draw-down-menu>a {
    width: 100%;
    display: block;
    color: #303133;
    padding: 10px 15px
}

.draw-down-menu li {
    line-height: initial
}

.draw-down-menu li:hover {
    background: #edeff2
}

.draw-down-menu li:first-child {
    border-bottom: 1px solid #edeff2
}

.draw-down-menu li:last-child {
    border-top: 1px solid #edeff2
}

.container {
    width: 1350px;
    margin: 0 auto
}

.r-main-wrap {
    background: #fff;
    display: block;
    margin-left: 220px;
    overflow: hidden
}

.r-main-padding {
    padding: 15px 30px 0;
    display: block
}

.topnav-wrap {
    width: 100%;
    padding: 40px 0;
    background: #fff
}

.topnav {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.wrap-m {
    margin: 5px 250px 0 236px;
    height: 30px;
    padding-top: 10px
}

.wrap-r {
    float: right;
    width: 234px;
    display: block
}

.wrap-l {
    float: left;
    width: 170px
}

.wrap-l-logo {
    background: url(../../logo/z-blog-logo.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    
    width: 200px;
    height: 84px;
    margin-top: 16px;
    display: inline-block
}

.wrap-l-logo-s {
    display: none
}

.wrap-l p {
    display: none
}

.wrap-inner-m {
    float: right
}

.search-button {
    background: #da291c;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 60px;
    color: #fff;
    font-size: 16px;
    float: left
}

.wrap-inner-l {
    margin: 0 70px 0 0
}

.search-text {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    padding: 3px 5px 2px
}

.content {
    width: 730px;
    float: left;
    margin-right: 35px
}

.midd-w {
    width: 100%;
    position: relative
}

.hot-lab {
    width: 100%;
    margin: 0;
    padding: 0
}

.hot-lab .main-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 10px;
    color: #9ba1b1;
    overflow: hidden;
    width: 100%
}

.hot-lab .main-title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    color: #565d74;
    padding-left: 8px;
    margin: 0 15px 0 0;
    display: inline;
    border-left: 4px solid #0152d9;
    float: left
}

.cont-lab {
    margin: 30px 0 15px;
    overflow: hidden
}

.hot-rec {
    width: 230px;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 15px
}

.feature-img {
    float: left;
    width: 230px;
    height: 148px;
    border: 1px solid #e8e8e8;
    overflow: hidden
}

.feature-minw {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 230px;
    height: 146px
}

.feature-minw img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 100%;
    width: expression(this.width > 230 ? "230px" : this.width)
}

*html.cont-lab .feature-img .feature-minw img {
    width: expression(this.width>230&&this.width>this.height?148:auto);
    height: expresion(this.height>148?148:auto)
}

.hot-rec-title {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #37424f;
    width: 230px;
    height: 25px;
    display: block;
    float: left;
    overflow: hidden
}

.space-20 {
    width: 17px;
    height: 100px;
    display: block;
    float: left
}

.latest-article {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6eaed;
    float: left;
    margin-bottom: 30px
}

.latest-article-hd {
    margin-left: 250px
}

.latest-article-title a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #37424f;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-article-img {
    float: left;
    position: relative;
    border: #e8e8e8 1px solid;
    width: 230px;
    height: 150px;
    overflow: hidden
}

.img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 230px;
    height: 150px
}

.img img {
    vertical-align: middle;
    max-height: 150px;
    width: expression(this.width > 230 ? "230px" : this.width)
}

*html.cont-lab .latest-article .img img {
    width: expression(this.width>230&&this.width>this.height?150:auto);
    height: expresion(this.height>150?150:auto)
}

.rss {
    background: url(../../images/rss.png) no-repeat;
    width: 30px;
    height: 20px;
    display: block;
    float: right;
    margin-top: 5px
}

.love-ico-wh {
    background: url(../../images/hover.png);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 3px;
    width: 65px
}

.love14-ico {
    background: url(../../images/love14-ico.png) no-repeat;
    padding-left: 17px;
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 15px;
    display: block;
    line-height: 17px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.latest-article-img a:hover {
    text-decoration: none
}

.latest-article-bd {
    margin-left: 240px;
    float: left
}

.latest-article-list {
    float: left;
    margin: 7px 0
}

.latest-article-list li {
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 7px;
    color: #b8b8b8;
    height: 20px;
    line-height: 1.5;
}

.latest-article-list li span {
    margin-right: 7px
}

.comment-bottom-title a:hover,
.content-site-nav a:hover,
.latest-article-list li a,
.latest-article-title a:hover,
.news-list li a:hover,
.postmeta a,
.select-box-768 li a:hover {
    color: #0152d9
}

.latest-article-cont {
    color: #747f8c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    display: block;
    float: left;
    width: 100%
}

.loading-bd {
    text-align: center
}

.loading-bd a {
    background: #fafafa;
    color: #9fa0a0;
    display: block;
    width: 100%;
    float: left;
    padding: 8px 0
}

.loading-now {
    text-align: center;
    height: 24px;
    margin: 0 auto;
    display: none;
}

.loading-now span {
    background: url(../../images/load.gif) 0 0 no-repeat;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding-left: 30px
}

.main-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    color: #9ba1b1;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    width: 100%
}

.main-title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    color: #565d74;
    margin: 0 15px 10px 0;
    display: inline
}

.border-none {
    border: none
}

.tag-cloud-wrap {
    overflow: hidden;
    float: left;
    width: 100%
}

.tag-cloud-list {
    float: left;
    width: 100%;
    text-align: center;
    display: none
}

.tag-cloud-list a:hover {
    text-decoration: none
}

.tag-cloud-list a {
    background: #e6eaed;
    margin: 0 0 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    color: #38485a;
    background: #fa7642
}

.tag-day {
    display: block
}

.tag-cloud-head {
    margin: 20px 0 40px;
    position: relative
}

.r.tc-slide-wrap {
    position: relative;
    height: 41px
}

.tc-slide-bg {
    cursor: pointer;
    background: url(../../images/tag-col-slide.png) repeat-x;
    height: 9px;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden
}

.tc-slide-btn {
    cursor: pointer;
    background: url(../../images/tag-col-handle.png) no-repeat;
    width: 40px;
    height: 41px;
    display: block;
    position: absolute;
    top: -13px;
    left: 0
}

.tc-slide-time table {
    color: #bebdbd;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center
}

.line {
    border-bottom: 1px solid #ebebeb;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

.occasion-r {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    color: #0b6aa5;
    margin-right: 10px
}

.email-subscription {
    margin-top: 20px;
    line-height: 30px;
    float: left;
    font-size: 16px
}

.email-subscription-column .bd span {
    float: left;
    color: #565d74
}

.email-subscription-column .bd .input {
    height: 28px;
    width: 165px;
    padding: 0 5px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4;
    margin: 0 6px;
    float: left
}

.email-button {
    height: 30px;
    width: 60px;
    background: url(../../images/email-sub-btn.png) repeat-x;
    margin: 0;
    border: 1px solid #c6cbd0;
    float: left;
    color: #565d74
}

.email-file-title {
    border: 1px solid #e9e9e9;
    height: 30px;
    margin: 20px 0;
    text-align: center
}

.next-ico i {
    background: url(../../images/jindu-ico.png) no-repeat;
    width: 9px;
    height: 12px;
    margin: 0 10px;
    float: left;
    margin: 10px 0 0 10px;
    display: inline-block;
    overflow: hidden
}

.next-l,
.next-l-no {
    float: left;
    width: 30px;
    height: 30px
}

.next-r,
.next-r-no {
    float: right;
    width: 30px;
    height: 30px
}

.next-l i {
    background-position: 0 0
}

.next-l-no i {
    background-position: 0 -14px
}

.next-r i {
    background-position: -10px 0
}

.next-r-no i {
    background-position: -10px -14px
}

.email-file-title .input {
    float: left;
    width: 235px;
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    background: #f5f4f4
}

.email-file-list li {
    float: left;
    width: 75px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0b6aa5;
    margin-bottom: 7px
}

.email-file-list li a.selected {
    color: #c02a2a
}

.note {
    font-size: 12px;
    color: #969696
}

.note2 {
    font-size: 14px;
    color: #565d74
}

.advertisement {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem
}

.textarea1 {
    width: 95%;
    height: 80px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4;
    overflow: auto;
    padding: 5px;
    margin-bottom: 10px
}

.stat-data {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem
}

.stat-data-r {
    float: right;
    color: #bb260d
}

.stat-data-lay {
    margin-bottom: 10px;
    display: block
}

.weekly-reading-wrap {
    border: 1px solid #f0f4f7;
    padding: 1px;
    margin: 20px 0
}

.weekly-reading-wrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0 20px 10px
}

.weekly-reading-wrap h4 {
    padding: 5px 10px;
    background: #f9fbfc;
    color: #b6b5b5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400
}

.weekly-reading-wrap h4 a {
    color: #0a6aa6
}

.weekly-reading-list {
    padding: 20px 10px 10px
}

.weekly-reading-list li {
    margin-bottom: 15px;
    display: block
}

.weekly-reading-list li dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px
}

.weekly-reading-list li dt .title {
    font-weight: 700;
    color: #0a70af
}

.weekly-reading-list li dd {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem
}

.attention-list {
    list-style: disc;
    display: inline-block;
    color: #565d74;
    margin-top: 20px;
    margin-left: -10px
}

.attention-list li {
    margin: 0 0 10px 30px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem
}

.attention-list li span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400
}

.submi-infor-wrap {
    margin: 30px 0 0;
    position: relative
}

.submi-infor-wrap table td,
.submi-infor-wrap table th {
    padding-bottom: 20px
}

.submi-infor-wrap table th {
    text-align: right;
    vertical-align: -webkit-baseline-middle
}

.submi-infor-wrap table th.summary-th {
    vertical-align: top
}

.submi-infor-wrap .input {
    width: 100%;
    padding: 5px 1%;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4
}

.submi-infor-wrap textarea {
    width: 100%;
    padding: 5px 1%;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4;
    height: 130px;
    overflow: auto
}

.submi-infor-wrap textarea.textarea3 {
    height: 480px
}

.submi-infor-wrap textarea.textarea2 {
    height: 100px
}

.submi-infor-wrap .note {
    padding: 5px 0 0
}

.submi-infor-wrap .yc-btn {
    margin-top: 4px
}

.submi-infor-wrap .yc-close {
    margin-top: 7px
}

#ai-summary {
    background: linear-gradient(180deg, rgba(134, 89, 252, 1), rgba(3, 187, 255, 1), rgba(1, 188, 255, 1));
    border-radius: 6px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
}

#ai-summary:hover {
    text-decoration: none;
}

#ai-summary span {
    background: linear-gradient(180deg, #01BCFF 0%, #8659FC 100%);
    display: flex;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    padding: 0 12px;
    border-radius: 6px;
    line-height: 24px;
}

.error {
    color: red
}

.edit-ico-box {
    padding: 0 0 10px;
    height: 22px
}

.text-select {
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4;
    color: #565d74;
    float: left;
    margin: 2px 5px 0 0
}

.submi-infor-wrap .line {
    margin: 20px 0 40px
}

.submi-infor-bottom {
    color: #d21111;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 13px;
    font-size: 1.3rem
}

.submi-infor-btn {
    background: #1185cd;
    color: #fff;
    border: 0;
    height: 30px;
    width: 100px;
    font-size: 13px;
    font-size: 1.3rem
}

.personal-infor-wrap {
    margin: 20px 0 0
}

.error-wrap {
    background: #f1f1f1;
    border: 1px solid #e4e3e3;
    padding: 50px 20px;
    margin-bottom: 50px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.error-wrap h5 {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 700
}

.error-cont {
    margin: 0 0 0 180px
}

.error-int {
    width: 100%
}

.error-cont p {
    margin: 10px 0;
    font-weight: 700
}

.error-cont ul {
    list-style: inside;
    text-indent: 20px
}

.error-img {
    background: url(../../images/error-img.png) no-repeat;
    float: left;
    width: 160px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 50px
}

.error-cont a {
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    background: #0152d9;
    color: #fff;
    float: left;
    border-radius: 20px
}

.error-cont a:hover {
    text-decoration: none
}

.change-wrap {
    position: relative;
    margin-bottom: 250px;
    margin-top: 20px;
    float: left
}

.change-cont {
    margin: 0 260px 0 0;
    overflow: hidden
}

.change-button {
    margin: 0 0 10px;
    overflow: hidden
}

.change-button button {
    width: 82px;
    height: 30px;
    float: left;
    background: url(../../images/change-button.png) no-repeat;
    border: none;
    margin-right: 5px;
    text-indent: -999px
}

.change-button button:hover {
    opacity: .6
}

.change-button input {
    height: 30px;
    width: 75%;
    float: left;
    border: 1px solid #ccc
}

.change-cont p {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 14px;
    color: #babcc3
}

.save {
    clear: both;
    background: #1185cd;
    color: #fff;
    width: 100px;
    height: 30px;
    display: block;
    border: none
}

.change-img {
    width: 250px;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.change-img dt {
    width: 160px;
    height: 160px;
    float: left
}

.change-img dd img,
.change-img dt img {
    width: 100%;
    height: auto
}

.change-img dd {
    width: 50px;
    height: 50px;
    float: right
}

.img-common {
    border: 1px solid #e6e6e6;
    background: #f0f0f0;
    overflow: hidden
}

td.edit_image {
    padding: 10px 0
}

.similarlist {
    width: 100%;
    border-top: 1px solid #eaeaea;
    float: left;
    margin-top: 10px
}

.similarlist .title {
    background: #fdfdfd;
    width: 100%;
    float: left;
    color: #8e8e8e;
    font-size: 14px;
    padding: 5px 10px
}

.tagname-list {
    width: 100%;
    background: #fff;
    float: left;
    padding: 0 10px
}

.tagname-list li {
    background: url(../../images/similarico.png) 0 13px no-repeat;
    padding: 7px 10px 7px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #888d9f
}

.tagname-list li a.searchmatch {
    color: #f8f8f8
}

#source-notice a {
    color: red
}

.tag-detailed-wrap .hd {
    overflow: hidden
}

.tag-pic {
    width: 150px;
    float: right;
    color: #565d74;
    display: inline-block;
    -moz-box-shadow: 5px 3px 10px #f7f6f6;
    box-shadow: 3px 2px 10px #f7f6f6
}

.nav-l,
.status,
.tag-pic img {
    float: left
}

.tag-txt {
    line-height: 1.6
}

.tag-txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400
}

.tag-txt img {
    float: right;
    margin: 0 0 10px 10px
}

.tag-detailed-tab {
    margin-top: 20px;
    color: #565d74
}

.tag-detailed-tab .title th {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fafafa
}

.item td a,
.item td.td-con a,
.tag-detailed-tab .title th a {
    color: #565d74
}

.item td a:hover,
.item td.td-con a:hover,
.tag-detailed-tab .title th a:hover {
    color: #34a4ee
}

.tag-detailed-tab .title th a.selected:hover,
.tag-detailed-tab .title th a:hover {
    color: #f1f1f1
}

.item td {
    border-bottom: 1px dotted #e3e3e3;
    text-align: center
}

.item td.td-con {
    padding: 10px 5px;
    text-align: left;
    line-height: 1.5
}

.td-date {
    width: 140px;
    font-size: 14px;
    color: #747f8c
}

.searchmatch {
    color: #fa7070
}

.sequence a {
    text-align: left;
    display: inline-block;
    background: #a5acb5;
    padding: 2px 10px;
    border-radius: 5px;
    position: relative
}

.tag-detailed-tab .title .sequence a {
    color: #fafafa
}

.sequence a.selected {
    padding: 2px 12px 2px 6px;
    background: #676d82 url(../../images/priceupdown.png) right 7px no-repeat
}

.sidebar {
    float: right;
    width: 300px;
    overflow: hidden
}

.sidebar-fixed {
    position: fixed;
    top: 48px
}

.sidebar-fixed .news-list li {
    margin-bottom: 8px
}

.sidebar-fixed .mod-column {
    margin-bottom: 0
}

.mod-column {
    width: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff
}

.mod-column .hd {
    border-bottom: 1px solid #da291c;
    width: 300px;
    overflow: hidden
}

.mod-column .hd .head-tit,
.mod-column .hd .head-tit-sel,
.mod-column .hd h3 {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px
}

.mod-column .hd .head-tit,
.mod-column .hd h3 {
    background: #da291c;
    color: #fff
}

.mod-column .hd .head-tit-sel {
    background: #fff;
    color: #da291c;
    padding: 4px 10px
}

.tag-list {
    margin-top: 10px;
    float: left;
    width: 300px
}

.tag-list li {
    float: left;
    margin: 0 7px 10px 0;
    display: block;
    white-space: nowrap
}

.tag-list li a {
    color: #fff;
    font-size: 14px;
    display: block;
    float: left;
    padding: 5px 10px;
    background-color: #fa7642
}

.tag-list li a:hover {
    text-decoration: none
}

.hot-article-list {
    margin: 10px 0;
    
}

.hot-article-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px
}

.hot-article-thumb {
    width: 80px;
    height: 60px;
    flex: 0 0 80px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #f5f7fa;
    display: block
}

.hot-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hot-article-info {
    margin-left: 10px;
    flex: 1
}

.hot-article-title {
    font-size: 14px;
    color: #37424f;
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hot-article-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #b8b8b8
}

.hot-article-meta span + span {
    margin-left: 8px
}

.hot-article-meta a {
    color: #b8b8b8
}

.hot-article-meta a:hover {
    color: #0152d9
}

.comment-1 {
    margin-top: 20px;
    border-bottom: 1px solid #e6eaed;
    padding: 0 2px 15px;
    float: left;
    width: 100%
}

.postmeta {
    color: #747f8c;
    font-size: 12px;
    font-size: 1.2rem
}

.paopao-wrap {
    margin: 10px 0 15px 0
}

.paopao-bd {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #38485a;
    background: #e6eaed;
    border: 0 solid #e6eaed;
    border-width: 0 1px;
    padding: 10px 15px;
    border-radius: 5px
}

.paopao-sj {
    background: url(../../images/zx_paopao-sj.gif) no-repeat;
    width: 11px;
    height: 7px;
    display: block;
    overflow: hidden;
    margin-left: 20px
}

.comment-bottom-title {
    font-size: 12px;
    font-size: 1.2rem
}

.comment-bottom-title p {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.comment-bottom-title a {
    color: #38485a;
    font-weight: 700;
    margin-left: 10px
}

.comment-more {
    float: right;
    margin-top: 20px;
    background: #f0f2f4;
    border-radius: 20px
}

.comment-more a {
    padding: 0 15px;
    line-height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #38485a
}

.l-nav-list {
    margin: 50px 0 0;
    float: left
}

.l-nav-item {
    display: block;
    width: 160px;
    float: right;
    margin: 8px 0;
    font-size: 16px;
    font-size: 1.6rem
}

.l-nav-item-class {
    position: relative
}

.l-nav-item-ico {
    float: right;
    display: inline-block;
    padding-right: 25px;
    background: url(../../images/mainbav-ico.png) no-repeat;
    color: #565d74
}

.l-nav-wrap li a.home-ico {
    background-position: right 1px
}

.l-nav-wrap li a.rec-ico {
    background-position: right -23px
}

.l-nav-wrap li a.class-ico {
    background-position: right -46px
}

.l-nav-wrap li a.tag-ico {
    background-position: right -71px
}

.l-nav-wrap li a.comment-ico {
    background-position: right -97px
}

.l-nav-wrap li a.submit-ico {
    background-position: right -122px;
    color: #c02a2a
}

.l-nav-wrap li a.read-ico {
    background-position: right -148px
}

.l-nav-item a:hover {
    color: #565d74
}

.l-nav-wrap {
    width: 200px;
    float: left;
    display: block;
    margin-right: 20px;
    position: fixed;
    top: 65px;
    z-index: 8
}

.l-nav-cont {
    position: relative;
    float: left
}

.class-ico-cont {
    position: absolute;
    z-index: 999;
    right: -242px;
    top: -30px;
    background: #f9f9f9;
    border: 3px solid #a9adb9;
    width: 220px;
    display: block;
    padding: 0
}

.class-side-item {
    margin: 0;
    float: left;
    width: 100%
}

.line-g {
    height: 1px;
    width: 214px;
    overflow: hidden;
    background: #cccfd7;
    margin: 0;
    float: left
}

.class-ico-list li a {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 7px 0;
    background: #fff
}

.class-ico-list li a:hover {
    background: #f5f4f4;
    text-decoration: none
}

.class-ico-list li a span {
    float: left;
    display: inline-block
}

.class-side-c {
    text-align: right;
    width: 80px;
    line-height: 16px;
    margin-right: 10px;
    color: #565d74;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem
}

.class-side-e {
    font-size: 12px;
    font-size: 1.2rem;
    width: 110px;
    color: #d2d1d1
}

.sj-ico {
    background: url(../../images/class-side-ico.png) no-repeat;
    width: 8px;
    height: 11px;
    display: block;
    position: absolute;
    left: -8px;
    top: 30px
}

.weixin {
    float: right;
    text-align: center;
    color: #a7a6a6;
    font-size: 14px;
    font-size: 1.4rem
}

.weixin p {
    margin-bottom: 10px
}

.app_ad {
    float: right;
    margin-bottom: 10px
}

.writer-hd {
    float: left;
    width: 300px;
    margin-top: 20px;
    padding-bottom: 10px
}

.writer-hd dt {
    float: left;
    margin-right: 10px
}

.writer-hd dd {
    margin-left: 60px;
    font-size: 14px;
}

.sup-bg {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px;
    margin-left: 10px;
    background: #096;
    color: #fff;
    border-radius: 5px
}

.writer-bd {
    float: left;
    margin-top: 10px;
    border-top: 1px dotted #dfdfdf;
    padding-top: 10px
}

.writer-bd h3 {
    width: 300px;
    display: block;
    color: #565d74;
    font-size: 14px;
    overflow: hidden
}

.writer-column .note {
    float: right;
    margin-top: 8px
}

.zhiku-hd {
    margin-top: 20px;
    padding-bottom: 20px
}

.zhiku-hd h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 10px
}

.zhiku-hd p {
    line-height: 1.5
}

.more-text {
    float: right;
    font-size: 14px;
    color: #0152d9
}

.news-list {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px
}

.news-list li {
    margin-bottom: 10px;
    float: left;
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-list li a {
    display: block;
    color: #565d74;
    padding-left: 10px;
    height: 2rem;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px
}

.mod-column .news-list li a {
    max-width: 260px
}

.doc-column .news-list li a {
    font-weight: 400;
    float: left;
    max-width: 235px;
    padding-left: 0;
    margin-top: 1px;
}

.doc-column .news-list li span {
    float: left;
    color: #d6d6d6;
    font-size: 14px;
    margin: 0
}

.n-tag {
    width: 5px;
    height: 5px;
    background: #2991d8;
    display: inline-block;
    float: left;
    margin-top: .9rem;
    overflow: hidden
}

.doc-tag {
    background: url(../../images/DOC-icons.gif) no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    float: left;
    margin: .15rem 0 0
}

.pdf-tag {
    background-position: -1px 2px
}

.txt-tag {
    background-position: -37px 2px
}

.word-tag {
    background-position: -72px 2px
}

.exc-tag {
    background-position: -104px 2px
}

.ppt-tag {
    background-position: -138px 2px
}

.new-icon {
    width: 24px;
    height: 24px;
    float: left;
    margin: -.0625rem 0 0
}

.single-post-toppic {
    width: 100%;
    height: auto;
    margin-top: 20px
}

.single-post-toppic img {
    width: 100%;
    height: auto;
    max-width: 700px;
}

.single-post-header h1,
.single-post-header h2 {
    color: #303133;
    margin-bottom: .9rem;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700
}

.single-post-tag {
    font-size: 1.4rem;
    vertical-align: middle;
}

.single-post-tag .yc-btn {
    font-size: 12px;
    padding: 1px 4px;
}

.article-user {
    float: left;
    width: 3.7rem;
    height: 3.7rem;
}

.article-user img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.article-u-info {
    margin-left: 4.5rem;
    font-size: 0;
}

.article-u-info a {
    font-size: 1.4rem;
    height: 2rem;
    display: inline-block;
}

.single-post-tag .yc-btn {
    display: inline-block;
    margin-left: .95rem;
}

.article-u-info .time-ico {
    font-size: 1.2rem;
    height: 1.65rem;
    line-height: 1.5;
}

.article-statement {
    margin-top: 4rem;
    color: #BFC2CC;
    font-size: 1.3rem;
}

.article-source>a {
    font-size: 1.4rem;
    color: #606266;
    margin-top: 2rem;
}

.subbtn span {
    background: url(../../images/zan1-ico.png) no-repeat;
    padding-top: 50px;
    text-align: center;
    width: 85px;
    height: 85px;
    float: left;
    display: block;
    overflow: hidden;
    color: #4F5F6E;
}

.subbtn span:hover {
    background-position: 0 -130px;
    color: #9B9B9B;
}

.single-post-foot1 .subbtn {
    border: 1px solid #EDEFF2;
}

.single-post-foot1 .subbtn span {
    background: none;
    width: auto;
    height: auto;
    padding-top: 0;
    float: none;
}

.single-post-article {
    margin: 20px 0;
}

.single-post-foot {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding-bottom: 20px;
}

.link {
    overflow: hidden
}

.link a {
    display: inline-block
}

.share-des {
    float: left;
    margin: 5px 10px 0 0;
    font-size: 18px;
    line-height: 24px
}

.subbtn {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    margin: 30px auto 20px;
    border-radius: 50%;
    text-align: center;
}

.author-lay-wrap .subbtn {
    margin: 10px 0 0;
    float: right
}

.single-post-ico {
    float: right;
    position: relative
}

.worknav {
    float: left;
    width: 100%
}

.zan-num {
    display: none;
    background: #DA291C;
    color: #FFF;
    padding: 2px 5px;
    font-size: 12px;
    font-style: normal;
    width: auto;
}

#copy-num {
    background: #DA291C;
    color: #FFF;
    top: -22px;
    display: none;
    padding: 2px 5px;
    font-size: 12px;
    width: auto;
    position: absolute;
}

.subbtn {
    cursor: pointer;
}

.subbtn:hover {
    text-decoration: none;
}

.subbtn .zan-num {
    display: none;
    background: #DA291C;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    font-style: normal;
    width: auto;
    position: absolute;
    top: -25px;
    left: 35px;
    font-size: 12px;
}

.subbtn .subbtn-dz {
    width: 28px;
    height: 28px;
    margin: 14px auto 3px;
    display: block;
}

.share-to-other-platform.bdsharebuttonbox {
    width: 100%;
    justify-content: space-around;
}

.share-to-other-platform.bdsharebuttonbox::after {
    content: none;
}

.bdsharebuttonbox .platform {
    line-height: initial;
    padding-left: 0;
    margin: 0;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
}

.bdsharebuttonbox .platform.p-weixin {
    background-image: url(../../images/share_icon_weixin.png);
    background-position: 0;
    background-size: 100%;
}

.bdsharebuttonbox .platform.p-qq {
    background-image: url(../../images/share_icon_qq.png);
    background-position: 0;
    background-size: 100%;
}

.bdsharebuttonbox .platform.p-sina {
    background-image: url(../../images/share_icon_sina.png);
    background-position: 0;
    background-size: 100%;
}

.platform.subbtn {
    margin: 0;
    background-image: none
}

.common-ico {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 20px;
    position: relative
}

.single-post-ico {
    position: relative
}

.single-post-ico .zan-num {
    position: absolute;
    top: -25px;
    left: 10px
}

.single-post-ico .copy {
    left: 58px
}

.love-ico-wh .zan-num {
    position: absolute;
    top: -25px;
    left: 35px
}

.faver-ico-normal {
    background-image: url(../../images/ic_zxcollection.png)
}

.faver-ico-sel {
    background-image: url(../../images/ic_zxcollectionfill.png)
}

.copy-ico-normal {
    background-image: url(../../images/ic_zxlink.png)
}

.copy-ico-sel {
    background-image: url(../../images/ic_zxlink.png)
}

.complain-ico-normal {
    background-image: url(../../images/ic_zxcomplain.png)
}

.share-ico-normal {
    background-image: url(../../images/ic_zxforward.png)
}

.share-ico-sel {
    background-image: url(../../images/ic_zxforward.png)
}

.share-box {
    position: absolute;
    top: -56px;
    right: 0;
    background: #f5fafe;
    border: 1px solid #e9e9e9;
    padding: 3px 5px
}

.share-box:before {
    content: "";
    width: 16px;
    height: 9px;
    display: block;
    position: absolute;
    bottom: -9px;
    right: 10px;
    margin-left: -8px;
    background-image: url(../../images/class-side-ico3.png)
}

.set-up-list {
    float: right;
    position: relative;
    line-height: 24px;
    height: 24px;
    vertical-align: middle
}

.status {
    float: left
}

.set-up-ico {
    background: url(../../images/set-up.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 10px
}

.set-up-menu {
    position: absolute;
    top: 27px;
    right: 0;
    width: 80px;
    background: #fff;
    border: 1px solid #ccc
}

.set-up-menu li {
    text-align: center;
    font-size: 14px;
    padding: 2px 0
}

.set-up-menu li:hover {
    background: #f3f2f2
}

.set-up-menu li a:hover {
    text-decoration: none
}

.newspage-cont .single-post-comment {
    margin-right: 320px
}

.single-post-comment {
    clear: both;
    margin: 15px 0 15px 0;
    overflow: hidden
}

.single-post-comment .title h3 {
    color: #565d74;
    margin-bottom: 5px
}

.single-post-comment .title span {
    color: #b5b9bf;
    font-size: 12px;
    font-size: 1.2rem
}

.widearea-wrapper {
    width: 100%;
    height: 110px;
    background: #e6eaed;
    float: left;
    text-align: center;
    line-height: 110px;
    margin: 10px 0 30px;
    font-size: 1.2rem
}

.widearea-wrapper-user {
    margin: 10px 0 30px;
    display: block;
    overflow: hidden
}

.widearea-wrapper-user .textarea {
    width: 100%;
    height: 110px;
    background: #e6eaed;
    border: 1px solid #dde2e6;
    padding: 5px 1%;
    margin: 5px 0 10px;
    overflow-y: auto;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none
}

.widearea-wrapper a {
    color: #1483c9
}

.widearea-wrapper-user .button {
    background: #0152d9;
    color: #fff;
    border: none;
    height: 30px;
    width: 100px;
    font-weight: 400;
    float: right
}

.comment {
    border-bottom: 1px solid #e6eaed;
    padding-bottom: 10px;
    margin: 15px 0;
    overflow: hidden
}

.comment-wrapper {
    margin: 0 0 0 63px
}

.comment-head {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden
}

.comment-head-name {
    float: left;
    color: #1483c9;
    height: 24px;
    line-height: 24px;
    display: inline-block
}

.comment .avatar,
.writer-hd .avatar {
    float: left
}

.avatar {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.comment-head-r {
    float: right;
    line-height: 24px;
    color: #b6bcc4
}

.comment-head-r span {
    float: left;
    text-align: left;
    line-height: 16px
}

.comment-head-r a {
    background: url(../../images/com-ico.png) no-repeat;
    margin: 0 5px;
    height: 15px;
    padding-left: 20px;
    line-height: 16px;
    display: inline-block;
    float: left;
    border-left: 1px solid #e3e4e4
}

.comment-head-r .delete-ico,
.comment-head-r .love-ico,
.comment-head-r .love-ico-sel,
.comment-head-r .reply-ico,
.comment-head-r .reply-ico-sel {
    color: #b6bcc4
}

.comment-head-r .love-ico {
    background-position: 0 0;
    border: 0
}

.comment-head-r .love-ico-sel {
    background-position: 0 -48px;
    border: 0
}

.comment-head-r .reply-ico {
    background-position: 7px -73px;
    padding-left: 30px;
    margin-right: 0
}

.comment-head-r .reply-ico-sel {
    background-position: 7px -119px;
    padding-left: 30px;
    margin-right: 0
}

.comment-head-r .delete-ico {
    background-position: 10px -144px;
    padding-left: 30px;
    border: 0;
    border-left: 1px solid #e3e4e4
}

.comment-head-r .delete-ico:hover {
    background-position: 10px -168px
}

.comment-head-r .love-ico:hover {
    background-position: 0 -24px
}

.comment-head-r .reply-ico:hover {
    background-position: 7px -96px
}

.comment-bottom {
    font-size: 12px;
    font-size: 1.2rem;
    color: #b6bcc4
}

.comment-cont-wrap {
    background: #e6eaed;
    padding: 10px 15px;
    margin: 10px 0 20px;
    position: relative
}

.comment-cont {
    margin: 10px 0;
    color: #38485a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6
}

.comment-cont-sj {
    background: url(../../images/comme-sj-ico.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -11px
}

.comment-cont-sj-up {
    background: url(../../images/zx_paopao-sj.gif) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    left: 5px
}

.comment-bottom-color {
    font-size: 14px;
    color: #747f8c
}

.comment-bottom-color a {
    color: #2277b7
}

.comment-head-r a:hover {
    color: #747f8c;
    text-decoration: none
}

.content-site-nav {
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f4f7;
    font-size: 16px;
    margin: 0 0 20px 0;
    height: 40px;
    line-height: 40px;
    word-wrap: break-word;
    clear: both;
    overflow: hidden
}

.content-site-nav a {
    color: #565d74;
    display: inline
}

.content-site-nav span {
    display: inline-block
}

.content-site-nav h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #565d74;
    padding-left: 8px;
    margin: 0 15px 10px 0;
    display: inline;
    float: left
}

.new-comment-r {
    float: right;
    display: inline-block;
    border-left: 1px solid #dfe2e3;
    padding: 0 10px 0 10px;
    overflow: hidden
}

.nav-r {
    float: right;
    display: inline-block;
    margin-right: 10px
}

.nav-r a {
    color: #0152d9;
    line-height: 35px;
    margin-bottom: 0;
    display: inline-block
}

.sort-r {
    float: right;
    font-size: 14px;
    margin-right: 10px
}

.sort-r a {
    color: #0152d9;
    padding: 0 5px;
    line-height: 40px
}

.sort-r a.sel {
    font-weight: 700;
    color: #333
}

.page-num {
    text-align: right;
    float: right;
    margin: 20px 0
}

.page-num a {
    float: left;
    padding: 5px 10px;
    margin: 4px;
    background: #e6eaed;
    color: #565d74
}

.page-num a:hover {
    text-decoration: none;
    background: #565d74;
    color: #fff
}

.page-num span {
    float: left
}

.page-num a.current {
    background: #565d74;
    color: #fff
}

.page-num a.disabled {
    background: #e6eaed;
    color: #565d74
}

.collect-bd-list {
    margin-top: 15px;
    float: left
}

.collect-bd-list li {
    margin: 5px 0;
    padding: 10px;
    float: left;
    width: 280px;
    background: #f1f1f1
}

.collect-bd-list li .title {
    float: left;
    color: #747f8c
}

.collect-bd-list li .title:hover {
    color: #34a4ee
}

.num {
    float: right;
    background: #34a4ee;
    padding: 0 10px;
    width: 80px;
    text-align: center;
    color: #fff;
    border-radius: 15px
}

.comment .time {
    float: left;
    font-size: 14px
}

.comment-personal-wrapper {
    margin-left: 135px
}

.personal-lab .content-site-nav {
    margin: 0
}

.personal-lab .content-site-nav span {
    padding: 0
}

.num-l {
    float: right;
    display: inline-block;
    margin-right: 10px
}

.personal-post-comment {
    margin: 0
}

.personal-comment {
    margin: 0;
    padding: 0 10px;
    border: 0
}

.personal-comment-wrapper {
    margin-left: 100px;
    padding: 20px 0 20px 20px;
    border-left: 3px solid #e6eaed;
    position: relative
}

.personal-comment .time {
    padding-top: 20px
}

.bubble-ico {
    background: url(../../images/bubble.png) no-repeat;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    left: -13px;
    top: 20px
}

.comment-title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #747f8c;
    line-height: 1.8
}

.comment-title a {
    color: #2277b7
}

.personal-infor-wrap table th {
    text-align: right;
    vertical-align: top
}

.personal-infor-wrap table td .input {
    height: 28px;
    width: 98%;
    padding: 0 1%;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4
}

.personal-input {
    width: 200px
}

.personal-infor-wrap table td .textarea {
    width: 98%;
    padding: 0 1%;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f4f4;
    height: 40px;
    overflow: auto
}

.personal-infor-wrap table td.note {
    color: #babcc3;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0
}

.personal-infor-wrap table tr.tr td {
    padding: 20px 0 20px
}

.submi-infor-bottom {
    color: #d21111;
    border-top: 1px solid #ebebeb;
    margin: 30px 0;
    padding-top: 20px;
    font-size: 13px;
    font-size: 1.3rem
}

.avatar-button {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px
}

.verification {
    color: red;
    font-size: 12px;
    font-size: 1.2rem
}

.verification a {
    color: #1185cd
}

#delimage {
    cursor: pointer
}

.default_but {
    font-size: 14px;
    padding: 3px 5px;
    border: #999 solid 1px;
    border-radius: 4px;
    display: block;
    background: -moz-linear-gradient(top, #fff, #d4d2d5) background:-o-linear-gradient(top, #fff, #d4d2d5);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#d4d2d5));
    background: linear-gradient(top, #fff, #d4d2d5)
}

.cms-wrap {
    padding: 20px 20px 0;
    background-color: #fff;
    overflow: hidden;
    float: left;
    margin-top: 50px
}

.cms-hd {
    background: #0152d9;
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden
}

.cms-hd-list {
    float: left;
    margin-left: 10px
}

.cms-hd-list li a {
    color: #696767
}

.cms-hd-item {
    float: left;
    padding: 2px 10px;
    border: 1px solid #ccc;
    position: relative;
    background: #fff
}

.cms-hd-item-ul {
    position: absolute;
    left: 0;
    top: 25px;
    border: 1px solid #ccc;
    background: #fff;
    width: 83px;
    text-align: center
}

.cms-hd-item-ul li a {
    display: block;
    padding: 2px 0
}

.cms-hd-item-ul li a:hover {
    background: #0152d9;
    color: #fff
}

.cms-bd {
    margin: 50px 0 0;
    float: left
}

.pending-articles-tab {
    margin: 0 0 30px
}

.pending-articles-tab tr th {
    margin: 0;
    padding: 0
}

.pending-articles-tab tr th .title {
    width: 100%;
    border-bottom: 1px solid #0152d9;
    height: 30px;
    float: left
}

.pending-articles-tab tr th .title b {
    width: 120px;
    background: #0152d9;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    margin: 0;
    border-radius: 10px 10px 0 0
}

.pending-articles-tab tr td {
    padding: 10px 0
}

.pending-articles-tab tr td a {
    color: #1185cd
}

.fz-14 {
    font-size: 14px;
    font-size: 1.4rem
}

.common-top {
    margin: 0 0 5px
}

#messages {
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
    padding: 5px 8px;
    margin-bottom: 15px
}

blockquote {
    background: #fdfdfd;
    border-left: 5px solid #0152d9;
    padding: 5px 20px;
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 700
}

.backToTop {
    border: 1px #f0f0f0 solid;
    background: #fff;
    position: fixed;
    bottom: 150px;
    right: 10px;
    cursor: pointer;
    display: none
}

.backToTop b {
    background: url(../../images/side_bar_cbe98acd.png) center no-repeat;
    width: 16px;
    height: 16px;
    padding: 15px;
    display: block
}

.hidden {
    display: none
}

.footer {
    background: #fff;
    width: 100% !important;
    display: block;
    text-align: center;
    border-top: 3px solid #565d74;
    padding: 10px 0;
    font-size: 14px
}

.footer a {
    color: #606266
}

#top-box-class,
#top-box-home,
#top-box-search,
#top-box-user {
    display: none
}

.unsubscribe-content,
.unsubscribe-fail,
.unsubscribe-succ {
    margin: 40px 0
}

.unsubscribe-content .title {
    font-size: 20px
}

.unsubscribe-content p {
    text-align: center;
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 1.8
}

.unsubscribe {
    background: #34a4ee;
    color: #fff;
    height: 30px;
    width: 100px;
    line-height: 30px;
    display: block;
    margin: 20px auto 0;
    text-align: center
}

.unsubscribe-succ .title {
    width: 200px;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    padding-left: 50px;
    margin: 0 auto 20px
}

.unsubscribe-succ .unsubscribe-ico {
    background: url(../../images/unsubscribe-ico.png) no-repeat;
    background-size: 35px 35px;
    padding-left: 50px;
    display: block;
    margin-right: 10px;
    width: 200px;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 auto 20px
}

.unsubscribe-fail .unsubscribe-ico {
    background: url(../../images/unsubscribe2-ico.png) no-repeat;
    background-size: 35px 35px;
    padding-left: 50px;
    display: block;
    margin-right: 10px;
    width: 200px;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 auto 20px
}

.unsubscribe-fail p,
.unsubscribe-succ p {
    text-align: center
}

.newspage-cont .content {
    float: left;
    width: 100%;
    margin-right: -320px;
    margin-bottom: 20px
}

.newspage-cont .content-lay {
    margin-right: 320px
}

#yc-div .yc-btn {
    float: left
}

.yc-btn {
    border: 1px solid #DA291C;
    background-color: rgba(218, 41, 28, 0.1);
    color: #DA291C;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 1rem;
}

.yc-close {
    width: 20px;
    height: 20px;
    background: url(../../images/tag-close.png) no-repeat;
    display: inline-block;
    float: left;
    margin: 3px 0 0 8px
}

.yc-pop {
    width: 650px;
    height: 560px;
    border: 1px solid #b7bac2;
    border-top: 3px solid #0152d9;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -325px;
    top: 50%;
    margin-top: -280px
}

.yc-pop .head {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #f2f2f5;
    position: relative
}

.yc-pop .head .yc-ico {
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    float: left;
    background-color: #0152d9;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.yc-pop .head .close {
    color: #696e78;
    background: url(../../images/tag-close2.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 25px
}

.yc-pop h5 {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #0152d9;
    padding-bottom: 10px
}

.yc-pop .bottom {
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #f2f2f5;
    width: 100%;
    text-align: right
}

.yc-pop .bottom .btn {
    background-color: #ccc;
    color: #fff;
    padding: 0 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 12px 15px 0;
    border-radius: 5px;
    float: right
}

.yc-pop .bottom .agree-btn {
    background-color: #0152d9
}

.author-lay-wrap {
    margin: 40px auto;
}

.author-lay {
    margin-right: 200px;
    overflow: hidden;
}

.author-lay .author-lay-ico {
    width: 100px;
    height: 100px;
    float: left;
}

.author-lay .author-lay-ico img {
    border-radius: 50%;
}

.author-lay .author-lay-text {
    margin-left: 110px;
}

.author-lay .author-lay-text h5 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #4F5F6E;
}

.author-tag {
    background-color: #0152D9;
    color: #fff;
    padding: 2px 12px;
    margin: 0 0 10px;
    display: inline-block;
}

.protocol-wrap {
    line-height: 1.9;
    color: #000
}

.protocol-wrap h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.protocol-wrap p {
    margin-bottom: 15px
}

.gray-signupbutton {
    background-color: #999;
    background-image: none;
    border-radius: 4px
}

.protocol-wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.worknav {
    border-bottom: 1px solid #EDEFF2;
}

.classtag-title {
    font-size: 1.2rem;
    color: #909399;
    font-weight: 400;
}

.classtag-ico {
    display: block;
    margin-bottom: 20px;
}

.classtag-ico a {
    color: #0152D9;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}


/* -------------------------移动端----------------------- */
.news-section {
    background-color: #fff;
    margin-top: 1rem;
    padding: .5rem 0 0;
}

.news-part-title {
    font-weight: bold;
    margin: 1.5rem auto;
    text-align: center;
    color: #303133;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}

.news-part-title::before {
    content: "";
    bottom: 0;
    z-index: -1;
    position: absolute;
    left: 50%;
    height: 1rem;
    width: 7.2rem;
    margin-left: -3.6rem;
    ;
    background: url(../../images/pic_line.png) no-repeat;
    background-size: 100%;
}

.comment-el {
    padding: 1.5rem 1.5rem 1rem;
    border: none;
    margin: 0;
}

.comment-content {
    margin-left: 5rem;
    ;
}

.comment-avatar {
    float: left;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-name {
    font-size: 1.4rem;
    color: #606266;
}

.comment-self {
    font-size: 1.6rem;
    margin: .2rem 0 .75rem;
    color: #303133;
    line-height: 2.25rem;
}

.comment-dir {
    color: #909399;
    font-size: 1.2rem;
    line-height: 2rem;
}

.comment-dz {
    float: right;
}

.comment-dz .icon-good {
    fill: #606266;
    width: 2rem;
    height: 2rem;
}

.comment-number {
    font-size: 1.2rem;
    color: #909399;
    float: right;
    line-height: 2rem;
    margin-left: .5rem;
}

.comment-delete {
    margin-left: 1rem;
    float: right;
}

.comment-delete-ico {
    fill: #606266;
    width: 2rem;
    height: 2rem;
    margin-top: -1px;
}

.relate-article {
    padding: 1.5rem;
}

.article-info {
    height: 8rem;
    position: relative
}

.article-title {
    font-size: 1.6rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.article-publish-time {
    font-size: 1.2rem;
    left: 0;
    position: absolute;
    bottom: 0;
}

.article-img {
    width: 10.6rem;
    height: 8rem;
    border-radius: 4px;
    float: right;
    margin-left: 1rem;
}

.news-part-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 2rem;
    font-size: 1.4rem;
    color: #DA291C;
}

.news-part-more .next {
    width: 1.5rem;
    height: 1.5rem;
}


.relate-document {
    padding: 1.5rem 0;
    margin: 0 1.5rem;
    border-bottom: 1px solid #EDEFF2;
}

.document-title {
    font-size: 1.6rem;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

a.document-title:hover {
    text-decoration: none;
}

.document-info {
    color: #606266;
    margin-top: .9rem;
    font-size: 0;
}

.doc-icon {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
}

.document-info span:last-child::after {
    display: none;
}

.document-info span {
    font-size: 1.2rem;
    margin-right: .45rem;
    display: inline-block;
    vertical-align: middle;
}

.document-info span:after {
    margin-left: .45rem;
    content: "";
    height: 1rem;
    width: .2rem;
    background: #BFC2CC;
    display: inline-block;
    vertical-align: middle;
}

.document-info .vip {
    color: #DDB97B
}

.lesson-lay.lesson-vi {
    width: 100%;
    float: none;
    padding: 1.5rem;
}

.lesson-lay.lesson-vi .ke-image {
    width: 9rem;
    height: 9rem;
}

.lesson-lay.lesson-vi .ke-image img {
    height: 100%;
}

.lesson-lay.lesson-vi .lesson-r-box {
    margin: 0 0 0 10rem;
}

.comment-tags .love-ico-sel {
    fill: #FFA300;
}

.co-fix {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
}

.co-fix svg {
    width: 100%;
    height: 100%;
}

.co-fix .badge {
    background: #F95355;
    position: absolute;
    top: -1rem;
    right: -.6rem;
    font-size: .8rem;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    border-radius: 1rem;
    padding: .1rem;
    min-width: 1.8rem;
    text-align: center;
}


@media screen and (max-width:85em) {
    .container {
        max-width: 1320px;
        margin: 0 auto
    }

    .hot-rec {
        width: 32%;
        display: block;
        float: left;
        overflow: hidden
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 220px
    }

    .feature-img img {
        max-width: 220px;
        max-height: 100%
    }

    .space-20 {
        width: 2%
    }

    .worknav {
        border-top: none;
        margin-top: 2rem;
        border-bottom: none;
    }

    .classtag-ico a {
        background: #F5F7FA;
        border-radius: 20px;
        color: #303133;
        padding: 0 1.5rem;
    }

    .classtag-ico a:hover {
        text-decoration: none;
    }

    .classtag-ico {
        margin-top: 1rem;
    }


    .author-lay-wrap {
        margin: 1rem auto 1.5rem;
        border-radius: 0.5rem;
        padding: 1.5rem
    }

    .single-post-foot1 .author-lay-wrap {
        background: #F5F7FA;
    }

    .author-lay {
        margin-right: 200px;
        overflow: hidden
    }

    .author-lay .author-lay-ico {
        width: 3rem;
        height: 3rem;
        float: left;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
    }

    .author-lay .author-lay-ico img {
        width: 100%;
        height: 100%;
    }

    .author-lay .author-lay-text {
        margin-left: 4rem;
        line-height: 3rem;
    }

    .author-lay .author-lay-text h5 {
        font-size: 1.6rem;
        font-weight: 600;
        color: #303133
    }

    .author-lay p {
        clear: both;
        margin-top: .5rem;
        font-size: 1.2rem;
        line-height: 1.65rem;
    }

    .author-tag {
        background-color: #0152d9;
        color: #fff;
        padding: 2px 12px;
        margin: 0 0 10px;
        display: inline-block
    }

    .new-icon {
        width: 24px;
        height: 24px;
        float: left;
        margin: -.0625rem 0 0
    }

    .single-post-article {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .writer-hd dd {
        font-size: 1.4rem;
        line-height: 5rem
    }

    .share-to-other-platform {
        display: flex;
        margin: 1.5rem auto 0;
    }

    .platform.subbtn {
        font-size: 1.2rem
    }

    .platform.subbtn span {
        margin: 0
    }

    .platform .subbtn-dz {
        margin-top: .4rem;
        width: 2rem;
        height: 2rem;
    }

    .page-num a {
        padding: 3px 6px;
    }


}


@media screen and (max-width:82.1em) {
    .container {
        max-width: 1280px;
        margin: 0 auto
    }

    .content {
        width: 660px
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 200px
    }

    .feature-img img {
        max-width: 200px;
        max-height: 100%
    }
}

@media screen and (max-width:80em) {
    .container {
        max-width: 1240px;
        margin: 0 auto
    }

    .content {
        width: 620px
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 190px
    }

    .feature-img img {
        max-width: 190px;
        max-height: 100%
    }
}

@media screen and (max-width:78em) {
    .container {
        max-width: 1200px;
        margin: 0 auto
    }

    .content {
        width: 580px
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 180px
    }

    .feature-img img {
        max-width: 180px;
        max-height: 100%
    }
}

@media screen and (max-width:75em) {
    .container {
        max-width: 1150px;
        margin: 0 auto
    }

    .content {
        width: 530px
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 160px
    }

    .feature-img img {
        max-width: 160px;
        max-height: 100%
    }
}

@media screen and (max-width:73em) {
    .container {
        max-width: 1120px;
        margin: 0 auto
    }

    .content {
        width: 500px
    }
}

@media screen and (max-width:70em) {
    .container {
        width: 100%
    }

    .content {
        width: 67%;
        margin-right: 10px
    }

    .r-main-wrap {
        margin-left: 0;
        width: 100%
    }

    .l-nav-wrap {
        width: 100%;
        background: 0 0;
        position: inherit;
        background: #e6eaed
    }

    .l-nav-list li.l-nav-item {
        float: left;
        padding: 10px 7px 10px 20px;
        margin: 0;
        cursor: pointer
    }

    .l-nav-list li.l-nav-item a {
        color: #565d74;
        font-size: 17px;
        font-size: 1.7rem;
        padding-left: 25px
    }

    .l-nav-wrap li a.home-ico {
        background-position: left 3px
    }

    .l-nav-wrap li a.rec-ico {
        background-position: left -23px
    }

    .l-nav-wrap li a.class-ico {
        background-position: left -46px
    }

    .l-nav-wrap li a.tag-ico {
        background-position: left -71px
    }

    .l-nav-wrap li a.comment-ico {
        background-position: left -95px
    }

    .l-nav-wrap li a.submit-ico {
        background-position: left -122px;
        color: #c02a2a
    }

    .l-nav-wrap li a.read-ico {
        background-position: left -148px
    }

    .l-nav-wrap li.selected {
        background: #0152d9
    }

    .l-nav-wrap .submit-n.selected {
        background: #c02a2a
    }

    .l-nav-wrap li.selected a {
        background: url(../../images/mainbav-ico-hover.png) no-repeat;
        color: #fff
    }

    .l-nav-wrap li.selected a.home-ico {
        background-position: left 3px
    }

    .l-nav-wrap li.selected a.rec-ico {
        background-position: left -22px
    }

    .l-nav-wrap li.selected a.class-ico {
        background-position: left -46px
    }

    .l-nav-wrap li.selected a.tag-ico {
        background-position: left -71px
    }

    .l-nav-wrap li.selected a.comment-ico {
        background-position: left -95px
    }

    .l-nav-wrap li.selected a.submit-ico {
        background-position: left -122px
    }

    .l-nav-wrap li.selected a.read-ico {
        background-position: left -148px
    }

    .l-nav-wrap li a:hover {
        text-decoration: none
    }

    .l-nav-item {
        width: auto
    }

    .l-nav-list {
        margin: 0 0 0 30px
    }

    .line,
    .weixin {
        display: none
    }

    .collect-bd-list li {
        margin-left: 10px
    }

    .wrap-r-ico768-list {
        display: block
    }

    #top-box-home {
        display: block
    }

    .topnav-wrap {
        padding: 0 0 20px;
        margin-top: 20px
    }

    .class-ico-cont {
        width: 220px;
        left: 0;
        top: 42px
    }

    .class-ico-cont:before {
        content: "";
        width: 11px;
        height: 8px;
        display: block;
        position: absolute;
        top: -8px;
        left: 60px;
        margin-left: -8px;
        background-image: url(../../images/class-side-ico2.png)
    }

    .sj-ico {
        display: none
    }

    .class-ico-list ul li.class-side-item a {
        padding-left: 0
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 200px
    }

    .feature-img img {
        max-width: 200px;
        max-height: 100%
    }

    .app_ad {
        display: none
    }
}

@media screen and (max-width:64em) {
    .content {
        width: 65%
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 180px
    }

    .feature-img img {
        max-width: 180px
    }

    .l-nav-list li.l-nav-item {
        float: left;
        padding: 10px 0 10px 15px
    }
}

@media screen and (max-width:62em) {
    .content {
        margin-right: 0;
        width: 100%
    }

    .wrap-m {
        margin: 5px 10px 0 236px;
        padding-top: 0
    }

    .wrap-l-logo {
        margin-top: 5px
    }

    .wrap-r {
        display: none
    }

    .mod-column {
        display: none
    }

    .sidebar {
        float: left;
        margin-left: 0;
        width: 100%
    }

    #writer-column {
        display: block;
        float: left
    }

    #writer-column .collect-bd,
    #writer-column .writer-hd,
    .mod-column,
    .writer-column .hd {
        width: 100%
    }

    .latest-article-hd {
        margin-left: 250px
    }

    .love-ico-wh {
        position: absolute;
        bottom: 4px;
        right: 0;
        padding: 5px 3px;
        width: 65px
    }

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 230px
    }

    .feature-minw img {
        vertical-align: middle;
        max-height: 150px;
        max-width: 100%;
        width: expression(this.width > 230 ? "230px" : this.width)
    }

    .l-nav-list {
        margin-left: 0
    }

    .newspage-cont .mod-column {
        display: block
    }

    .newspage-cont .sidebar {
        width: 300px
    }
}

@media screen and (max-width:54em) {
    .single-post-article {
        font-size: 10px;
    }

    .r-main-padding {
        padding: 1.5rem 1.5rem 0;
    }

    #TopMenu {
        display: none
    }

    .l-nav-item-ico {
        background: 0 0
    }

    .l-nav-wrap li.selected {
        background: #fff
    }

    .l-nav-wrap .submit-n.selected {
        background: 0 0
    }

    .l-nav-wrap li.selected a {
        color: #565d74
    }

    .l-nav-list li.l-nav-item a {
        padding: 0 10px
    }

    .wrap-l-logo {
        display: none
    }

    .wrap-l-logo-s {
        background: url(../../logo/z-blog-logo.png) no-repeat;
        background-size: 45px 45px;
        width: 45px;
        height: 45px;
        display: inline-block;
        float: left;
        border-radius: 6px;
        margin: 3px 10px 0 0
    }

    .wrap-l {
        width: auto
    }

    .wrap-l p {
        display: inline-block;
        float: left;
        font-size: 18px;
        font-weight: 700;
        color: #38485a;
        line-height: 53px
    }

    .wrap-r-ico768-list li a {
        width: 52px;
        height: 52px;
        display: inline-block;
        float: right;
        border-left: 1px solid #e6eaed;
        padding: 8px 0
    }

    .wrap-r-searchico768 {
        background: url(../../images/search-ico.gif) center no-repeat
    }

    .wrap-r-userico768 {
        background: url(../../images/user768-ico.gif) center no-repeat
    }

    .wrap-r-classico2768 {
        background: url(../../images/class-ico-2.gif) center no-repeat
    }

    .wrap-r-homeico768 {
        background: url(../../images/class-ico.gif) center no-repeat
    }

    .select-box-768 .select-input {
        border: none;
        width: 97%;
        padding: 0 1%;
        margin: 5px 0;
        height: 30px;
        color: #38485a;
        font-size: 1.4rem
    }

    .topnav {
        border-bottom: 1px solid #e6eaed;
        float: left;
        padding: 0
    }

    .l-nav-wrap {
        display: none;
        top: 60px;
        background-color: #fff
    }

    #Personal,
    #top-box-class,
    .l-nav-cont,
    .wrap-m {
        padding: 10px;
        border: 1px solid #e6eaed;
        transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        background: #fff;
        border-radius: 5px
    }

    #Personal:before,
    #top-box-class:before,
    .l-nav-cont:before,
    .wrap-m:before {
        content: "";
        width: 20px;
        height: 12px;
        margin-left: -8px;
        background-image: url(../../images/triangle.png)
    }

    .l-nav-cont {
        position: absolute;
        top: 0;
        right: 10px
    }

    .l-nav-cont:before {
        position: absolute;
        top: -12px;
        right: 168px
    }

    .l-nav-cont .l-nav-item-class {
        display: none
    }

    #top-box-class {
        display: none;
        position: absolute;
        top: 60px;
        right: 10px;
        float: left
    }

    #top-box-class:before {
        position: absolute;
        top: -12px;
        right: 115px
    }

    .wrap-m {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        margin: 0;
        width: 100%;
        height: auto
    }

    .wrap-m:before {
        position: absolute;
        top: -12px;
        right: 75px
    }

    .wrap-inner-l {
        margin: 0 65px 0 0
    }

    #TopNav {
        display: none;
    }

    #Personal {
        position: absolute;
        top: 60px;
        right: 10px
    }

    #Personal:before {
        position: absolute;
        top: -12px;
        right: 12px
    }

    #Personal {
        float: left;
        font-size: 1.6rem
    }

    #Personal em,
    .author-lay-wrap .author-tag {
        display: none
    }

    #Personal a {
        color: #5f7083;
        margin: 0 10px
    }

    #Personal a:nth-child(2) {
        display: none
    }

    #Personal a:hover,
    .l-nav-cont li a:hover {
        color: #0152d9;
        text-decoration: underline
    }

    .select-box-768list li {
        float: left;
        margin: 5px 10px 5px 0;
        text-align: center;
        padding: 2px 10px
    }

    .select-box-768list li a {
        color: #5f7083
    }

    .class-ico-cont {
        display: none
    }

    .l-nav-item-ico {
        padding: 0
    }

    .l-nav-list {
        margin: 0
    }

    .l-nav-list li {
        margin-right: 15px
    }

    .newspage-cont .content,
    .newspage-cont .content-lay,
    .newspage-cont .single-post-comment {
        margin-right: 0
    }

    .newspage-cont .mod-column .hd,
    .newspage-cont .news-list li,
    .newspage-cont .sidebar,
    .newspage-cont .writer-hd {
        width: 100%
    }

    .newspage-cont .news-list li a {
        max-width: 80%
    }

    .newspage-cont .sidebar-fixed {
        position: inherit
    }

    .newspage-cont .sidebar-fixed .mod-column {
        margin-bottom: 30px
    }

    .topnav-wrap {
        margin-top: 0;
        margin-bottom: 20px;
        overflow: hidden
    }

    .author-lay-wrap .subbtn {
        margin: 30px auto;
        float: none
    }

    .author-lay {
        margin-right: 0
    }

    .single-post-header h1,
    .single-post-header h2 {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }

    .article-wiki p {
        font-size: 1.7em
    }

    .article-wiki h2 {
        font-size: 2.2em;
    }

    .article-wiki h3 {
        font-size: 2.0em;
        text-indent: 1.5em;
    }

    .article-wiki h4 {
        font-size: 1.8em;
        text-indent: 2em;
    }

    .wrap-m {
        top: 102px !important;
        z-index: 1003
    }

    .wrap-m:before {
        right: 50px !important
    }
}

@media screen and (max-width:48em) {
    .wrap-inner-l {
        margin: 0 75px 0 0
    }

    .hot-rec {
        width: 32%;
        overflow: hidden
    }

    .space-20 {
        width: 2%
    }

    .img,
    .latest-article-img {
        width: 180px
    }

    .img img {
        max-width: 180px;
        max-height: auto
    }

    .latest-article-hd {
        margin-left: 200px
    }

    .footer-friend {
        display: none
    }
}

@media screen and (max-width:46.25em) {

    .feature-img,
    .feature-minw,
    .hot-rec-title {
        width: 200px
    }

    .feature-img img {
        max-width: 200px
    }
}

@media screen and (max-width:40.12em) {

    .author-tag,
    .wrap-l p span {
        display: none
    }

    .feature-img,
    .feature-minw {
        width: 150px;
        height: 120px
    }

    .feature-img img {
        max-width: 150px;
        max-height: 100%
    }

    .hot-rec-title {
        width: 150px
    }

    .change-cont {
        margin: 0
    }

    .change-button button {
        margin-bottom: 5px
    }

    .change-cont p {
        margin-bottom: 15px
    }

    .change-img {
        width: 250px;
        float: right;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 170px
    }

    .tag-detailed-tab table td,
    .tag-detailed-tab table th {
        display: none
    }

    .tag-detailed-tab table td.timetd,
    .tag-detailed-tab table th.timetd {
        display: block
    }

    .author-lay {
        margin: 0;
        width: 100%
    }

    .subbtn {
        float: none;
        margin: 20px auto 30px
    }
}

@media screen and (max-width:30.5em) {
    .latest-article-title a {
        font-size: 16px
    }

    .latest-article-cont {
        display: none
    }

    .latest-article-img {
        border: 0
    }

    .latest-article-list li:first-child,
    .latest-article-list li:nth-child(2) span {
        display: none
    }

    .set-up-list {
        display: none
    }

    .latest-article {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .latest-article-list li span {
        margin-right: 5px
    }

    .latest-article-list li {
        margin-right: 5px
    }

    .wrap-r-ico {
        margin-top: 0
    }

    .img,
    .latest-article-img {
        width: 100px;
        height: 70px
    }

    .img img {
        max-width: 100px;
        max-height: 100%
    }

    .latest-article-hd {
        margin-left: 110px
    }

    #select768-submit,
    .love-ico-wh,
    .space-20,
    .tag-pic {
        display: none
    }

    .personal-input {
        width: 98%
    }

    .feature-img,
    .feature-minw {
        width: 130px;
        height: 100px
    }

    .hot-rec-title {
        width: 130px
    }

    .feature-img img {
        max-width: 130px;
        height: auto
    }

    .tag-txt {
        margin: 0;
        line-height: 1.6
    }

    .error-img {
        background: url(../../images/error-img.png) no-repeat;
        background-size: 130px 163px;
        float: left;
        width: 130px;
        height: 163px;
        overflow: hidden
    }

    .error-cont {
        margin: 0 0 0 140px
    }

    .l-nav-wrap .submit-n {
        display: none
    }

    .single-post-header h2 {
        font-size: 24px;
        font-size: 2.4rem
    }

    .comment-personal-wrapper {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .wrap-l p {
        display: none
    }

    .collect-bd-list li {
        width: 100%;
        margin-left: 0
    }

    .personal-comment-wrapper {
        margin-left: 70px
    }
}

@media screen and (max-width:27em) {
    .hot-rec {
        width: 100%;
        overflow: hidden
    }

    .feature-img {
        width: 99%;
        height: auto
    }

    .feature-minw {
        width: 432px;
        height: 200px
    }

    .feature-minw img {
        vertical-align: middle;
        height: auto;
        max-width: 100%;
        width: expression(this.width > 230 ? "230px" : this.width)
    }

    .hot-rec-title {
        width: 100%
    }

    .single-post-ico {
        margin: 0 auto;
        width: 140px;
        height: 30px;
        float: none
    }

    .common-ico {
        margin: 0
    }

    .copy-ico-normal {
        margin: 0 20px
    }

    .single-post-foot {
        padding-bottom: 0
    }

    .single-post-ico .zan-num {
        left: -15px
    }

    .single-post-ico .copy {
        left: 40px
    }

    .complain-ico-normal {
        display: none
    }
}

@media screen and (max-width:20em) {

    .img,
    .latest-article-img {
        width: 60px;
        height: 60px
    }

    .img img {
        max-width: 60px;
        max-height: 100%
    }

    .latest-article-hd {
        margin-left: 70px
    }

    .latest-article-list li.source {
        display: none
    }

    .share-ico {
        float: left
    }

    .widearea-wrapper {
        font-size: 14px
    }

    .l-nav-list li.l-nav-item,
    .select-box-768list li {
        padding: 0
    }

    .l-nav-list li.l-nav-item a {
        padding: 0 10px 5px
    }

    #Personal a {
        margin: 0 5px
    }

    #writer-column .collect-bd {
        width: 100%
    }

    .comment-head-r {
        width: 100%;
        float: left;
        margin-top: 10px
    }
}


.bg {
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: .3;
    opacity: .3
}

input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #909399
}

input[type=text]:-moz-placeholder,
textarea::-moz-placeholder {
    color: #909399
}

input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #909399
}

input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #909399
}

.common-Dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 438px;
    margin-left: -219px;
    margin-top: -135px;
    min-height: 250px
}

.common-Dialog>h4.title {
    letter-spacing: 1px;
    margin: 0;
    color: #303133;
    font-size: 24px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #edeff2
}

.common-Dialog .closeIcon {
    color: #b8b8b8;
    float: right;
    background-size: 100%;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: block;
    margin: 24px 25px 0 0
}

.common-Dialog .closeIcon i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../images/dialog-close.png) center no-repeat;
    background-size: 100%
}

.common-Dialog .body {
    margin: 0 25px;
    overflow: hidden;
    -ms-overflow-style: scrollbar
}

.common-Dialog .msg {
    text-align: center;
    color: #000;
    margin: 35px 0 40px 0;
    font-weight: 700
}

.common-Dialog .bottom {
    margin: 0 0 50px 0;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    box-sizing: content-box
}

.common-Dialog .bottomBtn {
    margin: 0 auto;
    width: 80%
}

.dialog-table .tbody {
    overflow: auto;
    margin: 15px 0;
    padding: 0 20px
}

.dialog-table li {
    font-size: 14px;
    height: 68px;
    border-bottom: 1px solid #eee
}

.dialog-table li .fc-grey {
    font-size: 12px;
    padding-top: 8px;
    color: #909399
}

.dialog-table .item-lr {
    position: relative
}

.dialog-table .name {
    color: #303133;
    font-weight: bolder;
    padding-top: 10px;
    margin-right: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dialog-table .item-r {
    position: absolute;
    right: 2px;
    top: 16px
}

.btnRadio-wr {
    padding: 0 0 10px 0
}

.label {
    font-size: 12px;
    color: #303133;
    margin: 0 10px 0 20px;
    cursor: pointer
}

.label .fz-grey {
    color: #909399
}

.btnRadio {
    box-sizing: content-box;
    cursor: pointer;
    background: #fff;
    border: 1px solid #bfc2cc;
    display: block;
    float: left;
    width: 12px;
    margin: 2px 2px 0 0;
    height: 12px;
    position: relative;
    border-radius: 50%
}

.btnRadio .rfg {
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.btnRadio.check {
    background: #1ca472;
    border: 1px solid #1ca472
}

.dialog-input {
    position: relative;
    margin: 25px 0 15px 0
}

.dialog-input input {
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #edeff2;
    width: 100%;
    font-size: 14px
}

.dialog-input span {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #909399
}

.dialog-input input.bgInput {
    background: #f5f7fa;
    color: #303133;
    border: none;
    line-height: 33px;
    font-size: 11px;
    padding: 0 10px
}

.cbtn-xs {
    display: block;
    box-sizing: content-box;
    font-size: 14px;
    cursor: pointer;
    background-color: #0f88eb;
    color: #fff;
    border: 1px solid #0f88eb;
    width: 74px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px
}

.cbtn-m {
    display: block;
    box-sizing: content-box;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    margin-left: 30px;
    font-size: 14px;
    float: left;
    width: 68px;
    border-radius: 5px;
    text-align: center
}

.cbtn {
    display: block;
    font-size: 16px;
    cursor: pointer;
    background-color: #0f88eb;
    color: #fff;
    border: 1px solid #0f88eb;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 1px
}

a.cbtn-m:hover,
a.cbtn-xs:hover {
    text-decoration: none
}

a.cbtn-m.btnlook1:hover,
a.cbtn-xs.btnlook1:hover {
    color: #fff
}

a.cbtn-m.btnlook2:hover,
a.cbtn-xs.btnlook2:hover {
    color: #dd4f2b
}

a.cbtn-m.btnlook3:hover,
a.cbtn-xs.btnlook3:hover {
    color: #fff
}

a.cbtn-m.btnlook5:hover,
a.cbtn-xs.btnlook5:hover {
    color: #909399
}

.btnlook1 {
    background: #dd4f2b;
    border: 1px solid #dd4f2b;
    color: #fff
}

.btnlook2 {
    background: #fff;
    color: #dd4f2b;
    border: 1px solid #dd4f2b
}

.btnlook1:active {
    background: #c14425;
    border: 1px solid #c14425
}

.btnlook2:active {
    background-color: #fff;
    color: #c14425;
    border: 1px solid #c14425
}

.btnlook3 {
    background: #bfc2cc;
    border: 1px solid #bfc2cc;
    color: #fff
}

.btnlook4 {
    background: #fff;
    border: none;
    color: #f24724
}

.btnlook5 {
    background: #fff;
    border: 1px solid #bfc2cc;
    color: #909399
}

.btnDisable {
    -moz-opacity: .5;
    opacity: .5
}

.btnlook1.btnDisable {
    -moz-opacity: .5;
    opacity: .5
}

.btnRadio.check {
    background: #dd4f2b;
    border: 1px solid #dd4f2b
}

.font-primary {
    color: #dd4f2b !important
}

a.cmbtn-xs.btnlook1:hover {
    color: #fff
}

a.cmbtn-xs.btnlook2:hover {
    color: #dd4f2b
}

a.cmbtn-xs.btnlook3:hover {
    color: #fff
}
