/*! daimadog.com */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

nav {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}


svg:not(:root) {
    overflow: hidden
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

*::before,
*::after {
    box-sizing: inherit
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

html {
    -webkit-tap-highlight-color: transparent
}

.body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #4e585a;
    background-color: #f6f6f6;
    padding-top: 66px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

ol,
ul {
    list-style: none
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

a {
    color: #4e585a;
    text-decoration: none
}

a:focus,
a:hover {
    color: #202627;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a {
    touch-action: manipulation
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.2rem
}

h3,
h4,
h5,
h6 {
    font-size: 1rem
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Menlo;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

@font-face {
    font-family: 'iconfont';
    /* project id 563629 */
    src: url('//at.alicdn.com/t/font_563629_x5go2povplr.eot');
    src: url('//at.alicdn.com/t/font_563629_x5go2povplr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_563629_x5go2povplr.woff2') format('woff2'), url('//at.alicdn.com/t/font_563629_x5go2povplr.woff') format('woff'), url('//at.alicdn.com/t/font_563629_x5go2povplr.ttf') format('truetype'), url('//at.alicdn.com/t/font_563629_x5go2povplr.svg#iconfont') format('svg');
}

.iconfont {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.homebody {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #4e585a;
}

.homeheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 66px;
}

.header:before,
.header:after {
    display: table;
    content: "";
    line-height: 0
}

.header:after {
    clear: both
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 66px;
    background-color: #202935;
}

.logo {
    float: left;
    padding-right: 30px;
    margin: 19px 15px 0 30px;
    height: 28px;
    font-size: 28px;
    overflow: hidden;
    width: 105px
}

.logo a {
    display: block;
    color: #fff
}

.logo a:hover {
    color: #0ae
}

.logo .iconfont {
    display: block;
    margin-bottom: 100px
}

.site-brand-txt {
    float: left;
    margin-top: 19px;
    margin-left: 15px;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.88);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navbar {
    width: 740px;
    font-size: 16px;
    margin: 0 auto;
}

.site-navbar:after {
    content: '';
    display: table;
    clear: both;
}

.site-navbar>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-navbar>ul>li>a {
    line-height: 66px;
    padding: 0 15px;
    color: #fff
}

.site-navbar>ul>li>a:hover {
    color: #0ae
}

.site-navbar li {
    position: relative;
}

.site-navbar>ul>li {
    display: inline-block;
}

.site-navbar li:hover {
    z-index: 2
}

.site-navbar a {
    display: block;
    -webkit-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -ms-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s
}

.site-navbar li.has-sub-menu>a {
    padding-right: 12px
}

.site-navbar li.has-sub-menu:hover>a::after {
    border-top-color: #0ae
}

.site-navbar li.has-sub-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 56px
}

.site-navbar li.has-sub-menu>a::after {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    top: -2px;
    content: '';
    width: 4px;
    height: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff
}

.site-navbar li.active>a {
    color: #00AAF0
}

.site-navbar li.active>a::after {
    border-top-color: #0ae
}

.site-navbar .sub-menu {
    position: absolute;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    width: 140px;
    -webkit-transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    -moz-transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    -ms-transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    -o-transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    top: 100px;
    left: 50%;
    margin-left: -70px
}

.site-navbar .sub-menu ul {
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding: 5px 0
}

.site-navbar .sub-menu ul::before,
.site-navbar .sub-menu ul::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.site-navbar .sub-menu ul::before {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1)
}

.site-navbar .sub-menu ul::after {
    border-bottom: 5px solid #fff;
    margin-top: 1px
}

.site-navbar .sub-menu li {
    float: none;
    margin: 0;
    text-align: center
}

.site-navbar .sub-menu li a {
    display: block;
    line-height: 14px;
    padding: 12px 15px;
    text-align: center
}

.site-navbar .sub-menu li a:hover {
    background-color: #F2F2F4
}

.m-navbar-start {
    display: none
}

.wel {
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 66px;
}

.wel .wel-item {
    position: relative;
    float: left;
}

.wel .wel-item>a {
    display: block;
    padding: 0 12.5px;
    border-left-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.wel .wel-item-btn>a {
    margin: 17px 30px 0 15px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 50px;
    background-color: #0ae;
    color: #fff;
}

.m-wel {
    display: none;
}

.wel .has-sub-menu>a {
    padding-right: 25px;
}

.wel .avatar {
    float: left;
    margin-top: 19px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
}

.wel .has-sub-menu>a::after {
    position: relative;
    display: inline-block;
    margin-left: 0;
    top: -2px;
    content: '';
    width: 4px;
    height: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}

.wel .sub-menu {
    position: absolute;
    right: 10px;
    left: 1px;
    top: 100px;
    padding-top: 10px;
    -webkit-transition: opacity 0.25s, visibility 0.25s, top 0.25s;
    -moz-transition: opacity 0.25s, visibility 0.25s, top 0.25s;
    -ms-transition: opacity 0.25s, visibility 0.25s, top 0.25s;
    -o-transition: opacity 0.25s, visibility 0.25s, top 0.25s;
    transition: opacity 0.25s, visibility 0.25s, top 0.25s;
    visibility: hidden;
    opacity: 0;
}

.wel .sub-menu ul {
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding: 5px 0;
}

.wel .has-sub-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.wel .sub-menu a {
    -webkit-transition: color 0.25s, background-color 0.25s;
    -moz-transition: color 0.25s, background-color 0.25s;
    -ms-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
    display: block;
    line-height: 14px;
    padding: 12px 15px;
    text-align: center;
}

.wel .sub-menu a:hover {
    background-color: #F2F2F4;
}

.m-wel-start {
    display: none;
}

.search-btn {
    color: #fff;
    border: none;
    background: #202935;
    height: 50px;
    font-size: 20px;
    padding: 0 12px;
    border-radius: 0 2px 2px 0;
    width: 15%;
    cursor: pointer;
}

.m-mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}

.header-container {
    height: 66px;
    line-height: 50px;
    margin: 0 auto;
}

.header-container:after {
    content: '';
    display: table;
    clear: both;
}

.search-on .site-search {
    top: 66px;
    opacity: 1;
}

.site-search-form {
    padding: 25px 20%;
    overflow: hidden;
}

.search>.container {
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.search-input {
    float: left;
    color: #999;
    border: solid 1px #ddd;
    width: 85%;
    height: 50px;
    padding: 4px 12px;
    border-right: none;
    font-size: 16px;
    border-radius: 2px 0 0 2px;
    outline: none;
}

.search-start-btn {
    float: right;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}

.search-start-btn i:hover {
    color: #0ae;
}

.site-search {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 8;
    opacity: 0;
}


/*底部*/

.footer {
    position: relative;
    z-index: 9;
    clear: both;
    padding: 45px 0;
    font-size: 13px;
    background-color: #384047;
    color: #ccc;
    text-align: center;
}

.footer-container {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-logo {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ccc;
}

.footer-navs {
    margin-bottom: 15px;
}

.footer-navs ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 12px;
    padding-right: 13px;
}

.footer a {
    color: #ccc;
}

.footer-navs ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    height: 12px;
    width: 1px;
    background-color: #aaa;
}


/*主体内容*/

.wp-container {
    position: relative;
    margin: 15px auto;
    max-width: 1200px;
    padding: 0;
    overflow: hidden;
}


/*轮播图*/

.carousel {
    margin-bottom: 15px;
    z-index: 0;
    position: relative;
}


/*轮播图指示器*/

.carousel-indicators {
    bottom: 6px;
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}


/*轮播图图片*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner .item a {
    display: block;
    text-align: center;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}


/*轮播图切换按钮*/

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:hover {
    background-color: #000;
    opacity: .5;
    color: #fff;
}

.fa-angle-left {
    font-size: 30px;
    margin-top: 62%;
}

.fa-angle-right {
    font-size: 30px;
    margin-top: 62%;
}


/*热门讨论模块*/

.hot-com-single {
    margin-right: 340px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.hotsgle-content ul {
    list-style: none;
    overflow: hidden;
}

.hotsgle-content li {
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
    text-overflow: ellipsis;
}

.text-muted {
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 0px;
}

.hotsgle-content .label {
    margin-right: 8px;
    padding: 2px 7px;
    top: -1px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 2px;
    font-weight: normal;
    text-align: center;
}

.label-1 {
    background-color: #ff7878;
}

.label-2 {
    background-color: #f9c909;
}

.label-3 {
    background-color: #24f00c;
}

.label-4 {
    background-color: #63b4f0;
}

.label-5 {
    background-color: #912CEE;
}


/*主体内容（文章小工具）*/

.wp-content {
    width: 100%;
    float: left;
}

.left-body {
    position: relative;
    min-height: 500px;
    margin-right: 340px;
}


/*文章列表*/

.excerpts {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}


/*文章列表头*/

.excerpts-leader {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1;
}

.excerpts-leader h3 {
    float: left;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}

.excerpts-leader .more {
    float: right;
    font-size: 12px;
    line-height: 16px;
}

.excerpts-leader .more li {
    float: left;
    margin-left: 10px;
}

.excerpts-leader .more li a {
    display: block;
    color: #0ae;
}


/*文章子列*/

.excerpt {
    position: relative;
    padding-left: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.excerpt .focus {
    float: left;
    margin-left: -195px;
    width: 180px;
}


/*.excerpt .thumb {
    width: 220px;
    height: 150px;
}*/

.excerpt h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 15px;
    font-weight: bold;
    max-height: 46.8px;
    overflow: hidden;
}

.excerpt .note {
    font-size: 14px;
    color: #999;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 0;
}

.excerpt .meta {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 200px;
    right: 0;
    color: #bbbbbb;
    font-size: 12px;
}

.excerpt .meta time {
    float: left;
    margin-right: 20px;
}

.excerpt .meta .meta-cat {
    float: left;
}

.excerpt .meta a {
    color: #bbb;
}

.excerpt .meta .meta-cmt {
    float: right;
}

.excerpt img {
    border-radius: 4px;
}


/*分页按钮*/

.pagination {
    clear: both;
    text-align: center;
    font-size: 12px;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.pagination ul>li {
    display: inline;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #0ae;
    color: #fff;
    cursor: default;
}

.pagination ul>li>a,
.pagination ul>li>span {
    margin: 0 2px;
    float: left;
    padding: 7px 14px;
    background-color: #f6f6f6;
    color: #666;
    border-radius: 2px;
}


/*侧边栏*/

.sidebar {
    float: left;
    margin-left: -320px;
    width: 320px;
    position: relative;
}

.widget {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.widget h3 {
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
}

.widget_ui_posts ul {
    margin-top: -15px;
    padding: 0;
}

.widget_ui_posts li {
    padding: 15px 0 15px 115px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.widget_ui_posts li .thumbnail {
    width: 100px;
    float: left;
    margin-left: -115px;
}

.widget_ui_posts li .thumbnail img {
    border-radius: 4px;
}

.widget_ui_tags .items {
    overflow: hidden;
    padding: 15px 0 12px 15px;
}

.widget_ui_tags .items a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    line-height: 1;
    width: 48%;
    padding: 10px 0 9px;
    border-radius: 10px;
    float: left;
    margin-right: 1%;
    font-size: 12px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.widget_ui_tags .items a:hover {
    color: #fff;
    background-color: #45B6F7;
}

.widget-comments ul {
    margin-top: -10px;
    padding: 0;
}

.comment-item {
    padding: 15px 0 15px 55px;
    overflow: hidden;
}

.comment-item .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: -55px;
    position: relative;
}

.comment-item .text {
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.comment-item footer {
    font-size: 12px;
    color: #bbb;
    margin-top: 6px;
    line-height: 12px;
}

.comment-item time {
    margin-right: 15px;
}

.comment-item .user {
    margin-right: 15px;
}

.theme-abs {
    padding: 0;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.widget_ui_statistics ul {
    overflow: hidden;
    line-height: 26px;
    color: #888;
}

.widget_ui_statistics li {
    float: left;
    width: 50%;
}

.widget_ui_statistics li strong {
    color: #555555;
}

.widget-server li {
    border-bottom: 1px solid #f2f2f2;
}

.widget-server i {
    font-size: 50px;
    float: left;
    padding: 10px 0;
}

.server-dic {
    width: auto;
    margin-left: 70px;
    padding: 10px 0;
}

.widget-rewards li {
    overflow: hidden;
    font-size: 12px;
}

.widget-rewards a {
    padding-left: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    line-height: 24px;
    background-color: transparent;
}

.widget-rewards time {
    float: right;
    color: #bbb;
}

.widget-rewards .avatar {
    float: left;
    margin-left: -34px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.widget-rewards .uname {
    float: left;
    width: 90px;
    margin-right: 10px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget-rewards .price {
    color: #FF4639;
    display: inline-block;
    width: 50px;
    text-align: right;
}

.widget-rewards a:hover {
    background-color: #F8F8F8;
}


/*分类页上*/

.catleader {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.catleader h1 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 1;
    border-left: 5px solid #45B6F7;
    padding-left: 10px;
}

.catleader-desc {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}


/*文章页single*/


/*面包屑导航*/

.mbx {
    position: relative;
    margin: 15px auto;
    max-width: 1200px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #999;
    background: #fff;
}

.article-container {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.article-header {
    margin-bottom: 20px;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.article-content {
    font-size: 15px;
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.article-content p {
    margin-bottom: 25px;
    word-wrap: break-word;
    text-indent: 30px;
}

.article-content a {
    text-decoration: none;
    color: #45B6F7;
}

.article-content h1,
.article-content h2 {
    font-weight: bold;
    margin: 20px 0;
    padding-bottom: 10px;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
    margin: 25px 0;
    font-weight: bold;
}



.article-title {
    margin-top: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
}

.article-title a,
.article-title a:hover {
    color: #555;
}

.article-meta {
    font-size: 12px;
    color: #999;
}

.article-meta .item {
    margin-right: 20px;
}

.article-content ul {
    list-style: disc;
}

.article-content ul,
.article-content ol {
    margin: 0 0 20px 50px;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin-bottom: 6px;
}


/*文章过期提示*/

.article-timeout {
    position: relative;
    color: #999;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}


/*文章引用*/

.article-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    content: "\e60a";
    font-family: "iconfont";
    color: #ccc;
}

.article-content blockquote {
    position: relative;
    margin: 30px 0;
    padding: 10px 45px;
    border-radius: 3px;
    background-color: #f8f8fa;
}

.article-content blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    content: "\e6a7";
    font-family: "iconfont";
    color: #ccc;
}


/*pre代码样式*/

.prettyprint,
pre.prettyprint {
    background-color: #272822;
    border: none;
    overflow: auto;
    padding: 10px 15px;
    max-height: 637px;
}

.article-content pre,
.comment pre {
    margin: 20px 0;
    font: 12px/20px 'courier new';
    background: #272822;
    padding: 10px 15px;
    color: #F8F8D4;
    border: none;
    border-radius: 8px;
    white-space: pre-wrap;
    /* css3.0 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.prettyprint .kwd,
.prettyprint .tag {
    color: #F92659;
}

.prettyprint .pln {
    color: #66D9EF;
}

.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
    color: #F8F8F2;
}

.prettyprint .com {
    color: #93a1a1;
}

.prettyprint .lit {
    color: #AE81FF;
}

.prettyprint .str,
.prettyprint .atv {
    color: #E6DB74;
}

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
    color: #A6E22E;
}

.article-content iframe{
    max-width: 100%;
    margin: 4px auto 16px;
    display: block;
}

/*table样式*/

.article-content table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 100%;
    margin-bottom: 20px;
}

table {
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.article-content table td,
.article-content table th {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 10px;
}


/*图片样式*/

.article-content .wp-caption.alignnone {
    text-align: center;
}
.aligncenter{
    text-align: center;  
}

.article-content .wp-caption {
    max-width: 100%;
}

.article-content .alignnone {
    margin: 0 auto;
}

.article-content .wp-caption img {
    margin: 0 0 5px;
}

.article-content img {
    margin: 5px 0;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.wp-block-image figure{
    max-width: 100%;
}

/*打赏样式*/

.post-actions {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 30px;
    clear: both;
}

.post-actions .action.action-like {
    background-color: #45B6F7;
}

.post-actions .action {
    display: inline-block;
    opacity: 0.8;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #45B6F7;
    margin: 0 7px;
    border-radius: 20px;
}

.post-actions .action.action-rewards {
    background-color: #ec6149;
}

.post-actions .action .iconfont {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.post-actions .action:hover {
    opacity: 1;
    color: #fff;
}

.post-actions h4 {
    position: relative;
    color: #999;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}


/*打赏弹出层*/

.con-modal-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: transparent;
}

.con-modal-mask {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.reward-modal .con-modal {
    width: 500px;
}

.con-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.con-modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #bbb;
    cursor: pointer;
}

.con-modal main {
    padding: 20px 20px 20px 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.reward-modal h3 {
    margin: 10px 0 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.reward-modal-inputs label.active {
    border-color: #EC6149;
    color: #EC6149;
}

.reward-modal-inputs label {
    position: relative;
    float: left;
    margin: 0 2% 15px;
    width: 28.5%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.reward-modal-inputs label input {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input,
button,
select {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

.reward-modal-message {
    margin-bottom: 15px;
}

.reward-modal-message textarea {
    width: 96%;
    margin: 0 2%;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
    outline: none;
}

textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    resize: vertical;
    font-family: initial;
}

.reward-modal-pays {
    margin-bottom: 15px;
    text-align: center;
}

.reward-modal-pays h4 {
    margin: 0 0 10px;
    font-size: 12px;
    color: #999;
}

.reward-modal-pays label.active {
    border-color: #EC6149;
    color: #EC6149;
}

.reward-modal-pays label {
    display: inline-block;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0 10px;
    cursor: pointer;
}

.reward-modal-pays label input {
    display: none;
}

.reward-modal-action {
    padding: 15px 0;
    text-align: center;
}

.btn-reward {
    color: #fff;
    background-color: #FF5E52;
    border-color: #FF5E52;
    border-radius: 50px;
    padding: 8px 36px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*到顶部*/

.rollbar-rb {
    bottom: 15px;
}

.rollbar {
    position: fixed;
    right: 15px;
    width: 42px;
    z-index: 999;
}

.rollbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rollbar li {
    position: relative;
    margin-top: 1px;
    text-align: center;
}

.rollbar a {
    position: relative;
    z-index: 2;
    display: block;
    height: 42px;
    /* border-radius: 2px; */
    background-color: #aaa;
    color: #fff;
}

.rollbar .fa-qq {
    font-size: 22px;
}

.rollbar .iconfont {
    position: relative;
    line-height: 42px;
    font-size: 24px;
    height: 24px;
}

.rollbar a span {
    display: none;
}

.rollbar h6 {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 100%;
    /* right: -30%; */
    margin: -15px 10px 0 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #555;
    color: #fff;
    width: 95px;
    /* border-radius: 2px; */
    text-align: center;
    display: none;
}

.rollbar li:hover h6 {
    display: block;
}

.rollbar h6 i {
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #555;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbar li.rollbar-totop {
    display: none;
}

.rollbar a:hover {
    color: #fff;
    background-color: #555;
}

.rollbar li.rollbar-qrcode h6 {
    height: 120px;
    margin-top: -60px;
    padding: 0 5px 5px;
}


/*标签样式*/

.article-tags {
    margin: 10px 0;
    text-align: center;
}

.article-tags a {
    display: inline-block;
    padding: 4px 7px 3px;
    margin: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    background-color: #45B6F7;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 4px;
}


/*分享样式*/


/*上一篇下一篇*/

.article-nav {
    overflow: hidden;
    margin: 30px 0;
    font-size: 14px;
    color: #bbb;
}

.article-nav span {
    float: left;
    position: relative;
    width: 50%;
}

.article-nav a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
}

.article-nav span.article-nav-next {
    float: right;
    text-align: right;
}

.article-nav span.article-nav-next a {
    margin-left: 10px;
    margin-right: 0;
}

.article-nav span.article-nav-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee;
}

.article-nav a:hover {
    color: #45B6F7;
}


/*相关阅读*/

.relates {
    clear: both;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.relates h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.relates ul {
    list-style: none;
    margin-left: 0;
    font-size: 14px;
    margin-right: -30px;
}

.relates li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
    padding-left: 18px;
    position: relative;
    padding-right: 30px;
}

.relates li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #0ae;
}


/*评论样式*/

.comments {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
}

.comments h3 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
    float: left;
    line-height: 36px;
}

.comments h3 span {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.comments-title {
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

.comments-title b {
    font-weight: normal;
    color: #ff5e52;
}

.comt-title .avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

.comt-title {
    float: right;
}

.respond {
    position: relative;
    padding: 0px 20px 20px 20px;
    background: #fff;
    background: #fff;
    border-radius: 4px;
}

.comt-box {
    background-color: #fff;
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    border: 1px solid #f6f9fa;
    width: 100%;
}

.comment-input {
    font-family: initial;
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    line-height: 22px;
    font-size: 14px;
    outline: 0;
    height: 100px;
    padding: 10px;
    color: #a7a7a7;
    background: #f6f6f6;
}

.comt-tips {
    text-align: center;
    margin-right: 110px;
    line-height: 140px;
    font-size: 18px;
    color: #fff;
}

.comt-tip {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #7AD071;
    right: -2px;
    z-index: 2;
    bottom: -2px;
    border-radius: 2px;
}

.comt-error {
    background: #FF5E52;
}

#cancel-comment-reply-link {
    color: #888;
    padding-left: 10px;
}

.comt-ctrl {
    background-color: #f6f6f6;
    height: 37px;
    border-top: solid 1px #f6f6f6;
    margin-right: 100px;
    border-radius: 5px;
}

.position {
    margin: 8px;
    color: #999;
}

.comment-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #394048;
    border: 0;
    border: 0;
    border-color: #394048;
    border-left: none;
    border-top: 0;
    padding: 0;
    width: 100px;
    height: 36px;
    color: #fff;
    outline: 0;
    font-size: 16px;
}

.comt-comterinfo {
    padding: 15px 0 0 0;
    text-align: center;
    position: relative;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}

.comt-comterinfo .input-group-addon {
    background-color: #f6f6f6;
    color: #999;
    border: none;
    border-radius: 5px 0 0 5px;
    max-width: 40px;
}

.comt-comterinfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
}

.comt-comterinfo li {
    margin-bottom: 10px;
    display: table;
    width: 48%;
}

.comt-comterinfo li:nth-child(2n+1) {
    float: left;
}

.comt-comterinfo li:nth-child(2n+2) {
    float: right;
}

.comt-comterinfo input {
    position: relative;
    border: none;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
    padding: 3px 10px 3px 0px;
    outline: 0;
    width: 100%;
    font-size: 12px;
    box-shadow: none;
    background: #f6f6f6;
    color: #a7a7a7;
}

.comment-list {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 0;
}

.depth-1 {}

.depth-2 {
    background-color: #f9f9f9;
    padding-left: 10px;
    padding-bottom: 10px;
}

.depth-3 {
    background-color: #ffffff;
    padding-left: 10px;
    margin-right: 10px;
}

.comt-f {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    color: #ccc;
}

.comt-avatar {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    float: left;
    display: inline;
    position: relative;
    margin-top: 19px;
}

.comment {
    position: relative;
}

.comt-main {
    margin-left: 46px;
    margin-right: 60px;
    color: #888;
    line-height: 22px;
    position: relative;
    font-size: 14px;
    padding: 0 0 15px;
    word-wrap: break-word;
    max-height: 300px;
    overflow: hidden;
}

.comt-main p {
    margin-top: 15px;
    margin-bottom: 0;
}

.comt-meta {
    font-size: 12px;
    color: #bbb;
}

.comt-author {
    margin-right: 10px;
}

.comment-reply-link {
    font-size: 12px;
    color: #bbb;
    display: inline-block;
    margin-left: 10px;
}

.commentlist>.comment .children {
    margin-left: 20px;
}

.comment .children {
    list-style: none;
    padding: 0;
}

.comment .children .comment {
    margin-bottom: 10px;
}

.comt-avatar .avatar {
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.pagenav {
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.pagenav a,
.pagenav .current,
.pagenav .page-numbers {
    padding: 6px 12px 5px;
    color: #666;
    display: inline-block;
    border-radius: 3px;
    background-color: #eee;
    margin: 0 1px;
    font-size: 12px;
}

.pagenav .current {
    background-color: #45B6F7;
    color: #fff;
}

.pagenav a:hover {
    background-color: #ccc;
    color: #444;
}

.imgnav .current span {
    background-color: #0ae;
    color: #fff;
    margin: 0 2px;
    float: left;
    padding: 7px 14px;
    border-radius: 2px;
}

.imgnav a span {
    margin: 0 2px;
    float: left;
    padding: 7px 14px;
    background-color: #f6f6f6;
    color: #666;
    border-radius: 2px;
}

.imgnav {
    margin-top: 15px;
    padding-top: 20px;
}

.bg-dark {
    background-color: #010a13 !important;
}

.post-video .container {
    max-width: 1200px;
}

.py-lg-5 {
    padding-bottom: 3rem!important;
}

.py-lg-5 {
    padding-top: 3rem!important;
}

.smartideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.smartideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-paging span {
    margin: 0 2px;
    float: left;
    padding: 7px 14px;
    background-color: #f6f6f6;
    color: #666;
    border-radius: 2px;
}


/*新版*/

.textcontainer {
    display: inline-block;
    margin: 10% auto;
    color: #fff;
    width: max-content;
    padding: 0px 30px;
}

.textcontainer h2 {
    margin: 0;
    /* font-weight: bold; */
    font-size: 36px;
}

.textcontainer h3 {
    margin: 15px 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
}

.textcontainer .btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    user-select: none;
    padding: 0 36px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 100px;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn-outline {
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-outline:hover {
    color: #343a3c;
    background-color: #fff;
}

.textcontainer span {
    margin: 50px 10px 0;
}


/*移动端*/

@media (max-width:1024px) {
    .homebody {
        font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
        font-size: 0.875rem;
        line-height: 1.4;
        color: #4e585a;
        padding-top: 50px;
    }
    /*移动版头部*/
    .header {
        height: 50px;
        text-align: center
    }
    .homeheader {
        background-color: #202935;
        height: 50px;
        text-align: center
    }
    .header-container {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
    }
    .logo {
        float: none;
        margin: 16px auto 0;
        padding: 0;
        border-right: none;
        font-size: 20px;
        height: 20px;
        width: auto
    }
    .logo a {
        display: inline-block
    }
    body {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms
    }
    .m-navbar-on {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    .m-navbar-start {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        padding: 18px 15px 0;
        font-size: 14px;
        line-height: 1;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        z-index: 91;
        color: #fff;
        cursor: pointer
    }
    .site-navbar {
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 50%;
        padding: 50px 0 0;
        z-index: 90;
        font-size: 12px;
        background-color: #fff;
        text-align: left;
        margin: 0;
        float: none
    }
    .site-navbar>ul {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 58px;
        left: 0;
        bottom: 0;
        right: 0
    }
    .site-navbar>ul>li {
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .site-navbar>ul>li>a {
        line-height: 1;
        padding: 8px 15px;
        font-weight: bold;
        color: #4e585a
    }
    .site-navbar>ul>li.has-sub-menu::before,
    .site-navbar>ul>li.has-sub-menu::after {
        display: none
    }
    .site-navbar>ul>li.has-sub-menu:hover .sub-menu {
        top: 0
    }
    .site-navbar>ul>li .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        margin: 0 8% 0 8%;
        padding-top: 0;
        overflow: hidden
    }
    .site-navbar>ul>li .sub-menu ul {
        padding: 0;
        margin-right: -4%;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .site-navbar>ul>li .sub-menu ul::before,
    .site-navbar>ul>li .sub-menu ul::after {
        display: none
    }
    .site-navbar>ul>li .sub-menu ul li {
        float: left;
        width: 100%;
        margin-right: 4%;
        margin-bottom: 10px
    }
    .site-navbar>ul>li .sub-menu ul a {
        font-size: 12px;
        padding: 8px 15px;
        /*background-color: #F6F9FA;*/
        color: #888
    }
    .site-navbar>ul>li .sub-menu ul a:hover {
        background-color: #eceeef;
        color: #666
    }
    .m-mask {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 90;
        background-color: #222;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .m-navbar-on .m-mask {
        opacity: 1;
        visibility: visible;
    }
    .m-navbar-on .m-navbar-start {
        left: -50%;
        color: #4e585a;
    }
    .m-wel-start {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        padding: 18px 15px 0;
        font-size: 14px;
        line-height: 1;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        z-index: 91;
        color: #fff;
        cursor: pointer;
    }
    .m-wel-on .m-wel-start {
        right: -70%;
        color: #4e585a;
    }
    .wel {
        display: none;
    }
    .m-wel {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        bottom: 0;
        width: 70%;
        padding: 50px 0 0;
        z-index: 90;
        font-size: 12px;
        background-color: #fff;
    }
    .m-wel .m-wel-login {
        text-align: center;
        margin-top: 30%;
    }
    .m-wel .m-wel-login .avatar {
        display: block;
        margin: 0 auto 30px;
        width: 50px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .m-wel .m-wel-login a.m-wel-login {
        color: #FFF;
        background-color: #0ae;
    }
    .m-wel .m-wel-login a {
        display: block;
        margin: 0 60px 15px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .m-wel-on .m-mask {
        opacity: 1;
        visibility: visible;
    }
    .m-wel .m-wel-login a.m-wel-register {
        background-color: #F6F9FA;
    }
    .m-wel-on {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateX(-70%);
        transform: translateX(-70%);
    }
    .m-wel header {
        text-align: left;
        padding: 0 30px 0 95px;
    }
    .m-wel header .avatar {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 50px;
        border: 1px solid #F6F9FA;
        padding: 5px;
        float: left;
        margin-left: -65px;
    }
    .m-wel header h4 {
        padding-top: 10px;
        margin: 0 0 8px;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
    }
    .m-wel header h5 {
        margin: 0;
        font-size: 12px;
        line-height: 1;
        color: #999;
    }
    .m-wel .m-wel-content {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 130px;
        left: 0;
        bottom: 60px;
        right: 0;
        font-size: 14px;
        text-align: left;
        padding: 0 30px 0 30px;
    }
    .m-wel .m-wel-content ul {
        margin: 0;
        padding: 0;
        list-style: 0;
    }
    .m-wel .m-wel-content ul a {
        padding: 10px 0 10px 65px;
        line-height: 1.4;
        display: block;
        color: #999;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .m-wel .m-wel-content ul a:hover {
        background-color: #F6F9FA;
        color: #4e585a;
    }
    .m-wel footer {
        text-align: left;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .m-wel footer a {
        display: block;
        line-height: 60px;
        padding-left: 95px;
        color: #bbb;
        background-color: #fbfbfb;
    }
    .m-wel footer a:hover {
        background-color: #eceeef;
        color: #4e585a;
    }
    .search-on .site-search {
        top: 50px;
    }
    .container {
        margin: 0 15px;
    }
    .site-search-form {
        padding: 25px 0;
    }
    .search-start-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        padding: 18px 15px 0;
        font-size: 14px;
        line-height: 1;
        -webkit-transition-duration: 600ms;
        transition-duration: 600ms;
        z-index: 91;
        color: #fff;
        cursor: pointer;
    }
    .search-btn {
        font-size: 14px;
    }
    .textcontainer h2 {
        font-size: 28px;
    }
    .textcontainer h3 {
        font-size: 18px;
    }
    .textcontainer .btn {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .header {
        margin-bottom: 5px;
    }
    .sidebar {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .left-body {
        margin-right: 0;
    }
    .hot-com-single {
        margin-right: 0;
    }
    .wp-content {
        float: none;
    }
    .excerpt .focus {
        margin-left: -175px;
        width: 160px;
    }
    .excerpt {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 175px;
    }
    .excerpt h2 {
        font-size: 16px;
        max-height: 41.6px;
        margin-bottom: 10px;
    }
    .excerpt .meta {
        bottom: 15px;
        left: 175px;
    }
    /*翻页按钮*/
    .pagination ul>li {
        display: none;
    }
    .pagination ul>li.next-page {
        display: inline-block;
    }
    .comt-comterinfo li {
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }
    .textcontainer h2 {
        font-size: 22px;
    }
    .textcontainer h3 {
        font-size: 14px;
    }
    .textcontainer .btn {
        font-size: 16px;
    }
}

@media (max-width:544px) {
    .article-container{
        padding: 15px;
    }
    .wp-container {
        margin: 8px auto;
    }
    .carousel {
        margin-bottom: 8px;
    }
    .hot-com-single {
        margin-bottom: 8px;
    }
    .widget {
        margin-bottom: 8px;
    }
    .mbx {
        margin: 8px auto;
    }
    /*移动端打赏*/
    .reward-modal .con-modal {
        width: 300px;
    }
    .reward-modal-inputs label {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .reward-modal-action {
        padding: 5px 0;
    }
    /*移动端相关阅读一行*/
    .relates li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 15px;
        padding-left: 18px;
        position: relative;
        padding-right: 30px;
    }
    /*移动端文章列表*/
    .excerpt h2 {
        font-size: 14px;
        line-height: 1.4;
        max-height: 39.2px;
        margin-bottom: 0;
    }
    .excerpt .focus {
        margin-left: -120px;
        width: 110px;
    }
    /*.excerpt .thumb {
    width: 120px;
    height: 82px;
}*/
    .excerpt {
        padding-left: 120px;
    }
    .excerpt .meta {
        font-size: 10px;
        line-height: 1.1;
        margin-bottom: -2px;
        left: 120px;
    }
    .excerpt .meta .meta-cat {
        display: none;
    }
    .excerpt .note {
        display: none;
    }
    .excerpt .meta time {
        margin-right: 10px;
    }
    .excerpt .meta .meta-cat {
        display: none;
    }
    /*移动端打赏弹出层*/
    .rewards-popover {
        width: 300px;
        margin-left: -150px;
        margin-top: -125px;
        padding: 30px 10px;
    }
    .rewards-popover h3 {
        font-size: 16px;
        margin: 0 5px 15px;
    }
    .rewards-popover-item {
        width: 125px;
        margin: 0 5px;
    }
    .rewards-popover-item h4 {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .rewards-popover-item img {
        width: 125px;
        height: 125px;
    }
    .textcontainer h2 {
        font-size: 18px;
    }
    .textcontainer h3 {
        font-size: 12px;
    }
    .textcontainer .btn {
        font-size: 14px;
    }
}

@media (min-width:768px) {
    .widget-server-top {
        position: fixed;
        top: 86px;
        width: 320px;
    }
}

@media (max-width:1024px) {
    .excerpt .note {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


/*图片模板样式*/

.focusbox {
    text-align: center;
    background-color: #fff;
    margin-top: -15px;
    padding: 45px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.focusbox .container {
    text-align: center;
}

.container {
    max-width: 1280px;
    text-align: left;
    position: relative;
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.focusbox .focusbox-title {
    font-weight: normal;
    font-size: 21px;
    margin: 0;
}

.focusbox .focusbox-title+.focusbox-text {
    margin-top: 4.5px;
}

.focusbox .focusbox-text {
    color: #999;
}

@media (max-width: 768px) {
    .focusbox {
        padding: 15px 0;
    }
    .focusbox .focusbox-title {
        font-size: 18px;
    }
    .focusbox .focusbox-text {
        font-size: 12px;
    }
}

@media (max-width: 1360px) {
    .site-brand-txt {
        display: none;
    }
}
/*淘宝客*/
.cps-item{border: 1px solid #eaeaea;padding: 20px;overflow: hidden;max-width: 840px;margin: 0 auto;}
.tg-img{width: 200px;display: inline-block;float:left;margin-right: 20px}
.tg-img img{width:200px;margin: 0px;}
.item-title{font-size: 1.2rem;line-height: 1.4rem;font-weight: bold;}
.tg-note{font-size: 0.8rem;color: #999;word-wrap: break-word;line-height: 20px;margin-bottom: 0;margin-top: 0.8rem;}
.tg-info{margin: 12px 0px;overflow: hidden;}
.tg-ma{border: 1px solid #4291dd;background-color: #FFFFFF;border-radius: 5px;color: #4291dd;margin: 5px;padding: 2px 8px;display: inline;line-height: 1.4rem;}
.tg-price{color: #FF351A;margin-top: 10px;height: 1.4rem;line-height: 1.4rem;font-size: 1.4rem;display: inline;}
.old-price{text-decoration: line-through;color:#999;display: inline;}
.tg-btn{margin: 8px 0px;text-align: right;}
.cpsbtn{display: inline-block;opacity: 0.8;line-height: 1;padding: 12px 20px;color: #fff;font-size: 14px;background-color: #45B6F7;margin: 0 7px;border-radius: 20px;}
.tkl{background-color: #45B6F7;}
.lqm{background-color: #ec6149;}
.bomm{display: inline;}
.tg-price em{font-style: normal; font-size: 0.8rem;}
.tg-tkl{display: inline;float: right;}
.tg-tkl p{margin-bottom: 0px;margin-top: 0px;display: inline;}
.cps_copy_btn{cursor: pointer;}
@media (max-width: 768px){
.cps-item{padding: 8px;}
.item-title{font-size: 0.8rem;}
.tg-img img{width: 120px;}
.tg-img{width: 120px;margin-right: 8px;}
.tg-note{font-size: 0.6rem;}
.tg-price{font-size: 1rem;line-height:1rem;}
.old-price{font-size: 0.8rem;}
.tg-tkl{font-size: 0.8rem;}
.bomm a{padding: 10px 18px;font-size: 0.8rem;}
}
