﻿/*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-family: "Microsoft YaHei", inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    font: 14px "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;
    color: #CCC;
    line-height: 180%;
    background: #f1f1f1;
}

body {
    background: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #ddd;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 10px;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:visited {
    color: #ccc;
}

a:hover {
    color: #FF6600;
}

.clear {
    clear: both;
}

:focus {
    outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.home {
    animation: fade-in;
    animation-duration: 1.1s;
    -webkit-animation: fade-in 1.1s;
    background: #000;
}

.left {
   float: left!important;
}
.right {
  float: right!important;
}
/** 主体 **/
.col-full-width {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0;
    text-align: center;
    clear: both;
}

#content {
    width: 90%;
    max-width: 1400px;
    margin: 2.8em auto;
    clear: both;
}
#content.brand-story {
	font-size: 1.1em;
	line-height: 2em;
}
/** 头部 **/
/*#masthead {
	height: 105px;
}*/
.logo-site {
    float: left;
    position: fixed;
    z-index: 9999;
    margin: 0;
    transition-duration: .5s;
}

.logo-desc {
    float: left;
    position: fixed;
    z-index: 11;
    margin: 10px 0 0 120px;
    transition-duration: .5s;
}

.site-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 0 2px 0;
}

.site-title img {
    max-height: 90px;
}

/** 顶部导航 **/
#top-header {
    background: #000;
    /*border-bottom: 1px solid#FF6600;*/
    font-size: 12px;
    height: 26px;
}

.top-nav {
    height: 26px;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 0;
    clear: both;
}

.top-nav .left {
    float: left;
    color: #ccc;
    width: 40%;
}

.top-nav .left > ul {
    width: 100%;
}

.top-nav .right {
    float: right;
}

.top-menu {
    margin: 0 0px 0 0px;
    height: 40px;
}

.top-menu li {
    float: left;
    padding: 0 5px;
}

.top-menu a {
    color: #999;
}

.top-menu a:hover {
    color: #FF6600;
}

.default-menu li a {
    float: right;
    color: #FF6600;
    margin: 0 10px 0 0;
}

/** 管理 **/
#user-profile {
    float: left;
    margin: 0 0 0 10px;
}

#user-profile, #user-profile a {
    color: #999;
}

#user-profile a {
    margin-left: 5px;
}

#user-profile a:hover {
    color: #FF6600;
}

.nav-login a {
    color: #999;
    height: 25px;
    cursor: pointer;
}

.nav-search {
    float: right;
    color: #fff;
    margin-top: 5px;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
}

.nav-search:hover {
    color: #FF6600;
}

#nav-searchbox {
    width: 360px;
    float: right;
    line-height: 25px;
    margin: 10px 0 0 10px;
    padding: 0 8px 1px;
}

/** 公告 **/
.bull {
    float: left;
    font-weight: 700;
    margin-right: 10px;
}

.scrolltext {
    width: 70%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.scrolltext ul li {
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

/** 主导航 **/
#menu-box {
    background: #000;
    width: 100%;
    height: auto;
    z-index: 999;
    *+right: 0;
    transition-duration: .3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#menu-box.shadow {
    top: 0;
    position: fixed;
    /*background: rgba(255, 255, 255, 0.95);*/
}

#menu-box.shadow .logo-site {
    margin-top: 5px;
}

#menu-box.shadow .site-title img {
    max-height: 80px;
    transition-duration: .3s;
}

#menu-box.shadow .logo-desc {
    display: none;
}

/** 菜单 **/
#top-menu {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 0px;
    transition-duration: .5s;
}

/*一级样式*/
/*下拉样式*/

/*箭头*/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.1em;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #FF6600;
}

/* 向右箭头 */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #FF6600;
}

.entry-meta .discount {
    display: none;
}

@media screen and (min-width: 1080px) {
    #main-search.shadow {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        margin: -25px auto 0;
        border-radius: 2px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width: 1079px) {
    #top-menu {
        width: 98%;
    }
    #menu-box.shadow .site-title img {
        max-height: 80px;
        transition-duration: .3s;
    }
    .site-title img {
        max-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    #menu-box {
        transition: all 0s ease 0s;
    }
    #menu-box.shadow {
        position: relative;
    }
    #menu-box.shadow .site-title img {
        max-height: 30px;
    }
    #navigation-toggle {
        display: block;
        float: none;
        padding: 0 8px;
        vertical-align: top;
    }

    #top-menu {
        width: 100%;
    }

    .nav-search {
        display: inline;
        color: #999;
        padding: 0 8px;
        position: absolute;
        top: 8px;
        right: 60px;
    }

    #nav-searchbox {
        display: none;
    }

    #main-search.shadow, #mobile-nav.shadow {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 10px auto 0;
    }

    /** 头部 **/
    #masthead {
        height: 40px;
    }

    /** 主导航 **/

    /** 菜单按钮 **/
    .main-nav {
        margin: 7px 0 0 0;
    }

    #site-nav-wrap {
        min-height: 30px;
        margin: 0 10px 0 0;
    }

    /** logo **/
    .logo-site {
        margin: 2px 0 0 10px;
    }

    .logo-site {
        height: 30px;
    }

    .site-title img {
        max-height: 30px;
    }

    .logo-site a {
        font-size: 0.7em;
    }

    .site-description {
        display: none;
    }

    /** 管理 **/
    .nav-set {
        margin: 0 15px 0 0;
    }

    .mobile-search {
        background: #fff;
        font-size: 13px;
        height: 25px;
        margin: 0 0 5px 20px;
        padding: 0 8px 2px;
        border: 1px solid #ddd;
    }

    #top-header {
        display: none;
    }
}

/** 菜单结束 **/
/** 搜索 **/
#main-search {
    float: right;
    width: 30%;
    text-align: center;
    margin: 10px 5% 10px 0;
    display: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#searchbar {
    width: 100%;
    margin: 10px 0;
}

#searchform input {
    float: left;
    width: 80%;
    height: 36px;
    line-height: 36px;
    font: 14px "Microsoft YaHei", Helvetica;
    padding: 2px 10px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
}

#searchform input:focus {
    outline: 0;
    background: #fff;
}

#searchform button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    cursor: pointer;
    height: 37px;
    width: 20%;
    color: #fff;
    text-transform: uppercase;
    background: #333;
    border-radius: 0 2px 2px 0;
}

#searchform button:hover {
    background: #FF6600;
}

/** 登录 **/
#overlay {
    position: fixed;
    z-index: 10004;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#login {
    display: none;
    width: 300px;
}

.login-t, .login-t a {
    background: #FF6600;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    border-radius: 2px 2px 0 0;
}

#login form, .login-user {
    background: #f8f8f8;
    padding: 20px;
}

#login input[type="username"], input[type="password"] {
    width: 100%;
    background: #fff;
    padding: 4%;
    margin-bottom: 4%;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

#login input[type="submit"] {
    width: 100%;
    background: #FF6600;
    border: 0;
    margin-bottom: 4%;
    padding: 4%;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-appearance: none;
    transition: background .3s;
    -webkit-transition: background .3s;
}

#login input[type="submit"]:hover {
    background: #157cb0;
}

#login img {
    float: left;
    width: 64px;
    height: 64px;
    margin: 5px 20px 0 0;
    padding: 2px;
}

.login-b {
    background: #FF6600;
    height: 45px;
    border-radius: 0 0 2px 2px;
}

/** 位置 **/
.breadcrumb {
    width: 90%;
    max-width: 1400px;
    font-size: 1em;
    padding: 20px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 1079px) {
    #main-search {
        margin: 0 auto;
        width: 100%;
        float: left;
    }

    #searchbar {
        margin: 0 10px;
    }

}
/** 布局 **/
#primary {
    float: left;
    width: 73%;
    transition-duration: .5s;
}

#primary.primary {
    width: 100%;
}

.sidebar {
    width: 0;
    display: none;
}

.post, #page .page, .bulletin,
.single-picture .picture, .type-attachment,
.single-tao .tao, .single-video .video {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.post {
    background: #333333;
    border: 1px solid #222222;
}

.entry-header h2 {
    margin: 0 0 5px 0;
    /*white-space: nowrap;
	overflow: hidden;*/
}

.entry-header h2 a {
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 2em;
}

.entry-header h2 a:visited {
    color: #ccc;
}

.archive-content {
    color: #ccc;
    font-size: 1.1em;
    margin: 10px 0 20px 0;
}

.title-l {
    position: absolute;
    background: #FF6600;
    top: 22px;
    left: -1px;
    width: 5px;
    height: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-more a {
    position: absolute;
    bottom: 18px;
    right: -3px;
    background: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    border-right: 3px solid #111;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-more a:hover {
    background: #FF6600;
    border-right: 3px solid #FF5500;
}

.entry-more a {
    color: #fff;
}

/** 文章信息 **/
.entry-meta {
    /*position: absolute;*/
    clear: both;
    color: #999;
    *+left: 240px;
}

.format-aside .entry-meta,
.type-bulletin .entry-meta {
    position: inherit;
}

.entry-meta a {
    color: #FF6600;
}

.new-icon, .expired-icon, .post-format a {
    position: absolute;
    background: #FF6600;
    top: 0;
    right: 0;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 2px 0 0;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}

.expired-icon {
    background: #444444;
}

.aside-cat {
    float: left;
    background: #FF6600;
    margin: 0 10px 0 0;
    filter: alpha(opacity=70);
    background: none repeat scroll 0 0 rgba(216, 0, 0, 0.7);
}

.aside-cat a, .aside-cat a:hover {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

/*ul 多列分布*/
.es-col {
    margin: 0px -20px 20px;
    padding: 0;
    width: auto;
    clear: both;
    text-align: center;
    display: block;
}

.es-col > ul {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

.es-col > ul.top-1em {
    margin-top: 1em;
}

.es-col > ul > li {
    padding: 0 20px 20px;
    float: left;
}

.es-col-2 > ul > li {
    width: 50%;
}

.es-col-3 > ul > li {
    width: 33.33%;
}

.es-col-4 > ul > li {
    width: 25%;
}

.es-col > ul > li img {
    width: 100%;
    height: auto;
}

.es-col > ul > li .es-col-items {
    height: auto;
}

.es-col > ul > li:first-child {
}

.es-col > ul > li:last-child {
}

.es-col .grid {
    position: relative;
    font-size: 1.1em;
    padding: 0;
    background: #111;
    line-height: 2.2em;
}

.es-col .grid > ul > li {
    padding: 0;
    margin: 0;
}

.es-col .grid .title {
    position: absolute;
    padding: .5em 0;
    left: 0;
    z-index: 11;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
}

.es-col .grid li:hover {
    background: #333333;
}

.es-col .grid img {
    display: block;
}

/** 缩略图 **/
.thumbnail-full-width {
    position: relative;
    max-width: 100%;
    border: 1px solid #555;
    margin: 0;
    clear: both;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail-full-width img {
    width: 100%;
}

.thumbnail {
    position: relative;
    float: left;
    width: 320px;
    height: 240px;
    margin: 0 20px 0 0;
    clear: both;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail a img {
    width: 200px;
    height: 150px;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.thumbnail:hover a img {
    transition: All 0.7s ease;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.thumbnail .cat {
    background: #FF6600;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 rgba(216, 0, 0, 0.7);
}

.thumbnail .cat a {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}

.type-bulletin .thumbnail {
    display: none;
}

.thumbnail a img {
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}

/** 图像日志 **/
.content-image .entry-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 -20px;
}

.content-image a img {
    float: left;
    width: 22.6%;
    max-width: 100%;
    height: auto;
    margin: 0 1.2%;
    display: inline;
}

/** 正文 **/
.entry-header h1 {
    position: relative;
    background: #555;
    font-size: 1.8em;
    font-size: 1.8rem;
    text-align: center;
    margin: 35px -25px 20px -25px;
    padding: 10px 20px;
    border-left: 5px solid #FF6600;
    border-right: 5px solid #FF6600;
}

.single-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.single-content a, .single-content a:visited {
    color: #FF6600;
}

.single-content a:hover {
    color: #FF6600;
}

.single-content object {
    max-width: 100%;
}

/** 排版样式 **/
.single-content p,
.single-content ul,
.single-content ol,
.single-content dd,
.single-content pre,
.single-contenthr {
    margin: 0 0 5px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
    word-break: break-all;
}

.single-content h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 190%;
    margin: 10px -21px;
    padding: 0 40px;
    border-left: 5px solid #e40000;
}

.single-content h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 190%;
    margin: 0 -21px 5px -21px;
    padding: 0 40px;
    border-left: 5px solid #FF6600;
}

.single-content h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 190%;
    margin-top: -70px;
    padding: 70px 30px 0 30px;
}

.single-content .directory {
    float: left;
    height: 30px;
    margin: 0 -21px;
    border-left: 5px solid #FF6600;
}

.showmore span {
    font-size: 13px;
    color: #FF6600;
    font-weight: normal;
    padding: 0 8px;
    cursor: pointer;
}

.section-content {
    padding-top: 1px;
    display: none;
}

.single-content p {
    text-indent: 2em;
}

.single-content ul li,
.single-content ol li {
    margin: 0 35px 0 50px;
    line-height: 190%;
}

.single-content ul li {
    list-style: square;
}

.single-content ol li {
    list-style: decimal;
}

blockquote {
    width: 94%;
    color: #8b8b8b;
    margin: 0 auto;
    padding: 10px;
    clear: both;
    border: 1px solid #ddd;
}

.single-content img, .comment-list p img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    display: block;
}

.wp-caption {
    background: #f3f3f3;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wp-caption-text {
    text-align: center !important;
}

.single-content embed {
    float: left;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

/** 图文混排 **/
img.centered {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    margin: 0 0 10px 0;
    display: block;
}

img.alignright {
    margin: 0 0 10px 10px;
    display: inline;
}

img.alignleft {
    margin: 0 10px 10px 0;
    display: inline;
}

.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

/** 日志分页 **/
.page-links {
    text-align: center;
    margin: 10px auto 5px;
}

.page-links span {
    background: #FF6600;
    color: #fff;
    margin: 2px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 12px;
    display: inline-block;
    border: 1px solid #FF6600;
    border-radius: 2px;
}

.page-links a span {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #ddd;
}

.page-links a:hover span {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
    transition: all 0.2s ease-in 0s;
}

/** 密码 **/
.post-password-form input[type="password"] {
    width: 40%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

.post-password-form input[type="submit"] {
    width: 80px;
    line-height: 25px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

/** 文章信息 **/
.single-footer {
}

.single-meta a {
    color: #999;
}

.single-meta a:hover {
    color: #FF6600;
}

.single-meta {
    position: absolute;
    top: 15px;
    right: 15px;
}

.single-meta li {
    float: left;
}

.single-meta .views, .single-meta li a {
    color: #999;
    line-height: 26px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    display: block;
    border: 1px solid #555;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.single-meta .comment a:hover,
.single-meta .edit-link a:hover,
.r-hide a:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
}

.single-meta a:hover {
    color: #fff;
}

.single-cat-tag {
    width: 100%;
    padding: 10px 0;
}

.single-cat, .single-tag {
    padding: 0 20px;
}

.single-tag a {
    padding: 0 10px 0 0;
    word-wrap: break-word;
    word-break: break-all;
}

.single-meta .comment span {
    display: none;
}

/** 摘要 **/
.abstract {
    background: #fff;
    font-size: 14px;
    color: #999;
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 15px;
    border: 1px dashed #ddd;
}

.abstract span {
    float: left;
    font-weight: 600;
    color: #999;
    padding-right: 10px;
}

.abstract p {
    text-indent: 0;
}

/** 目录 **/
.catalog-button {
    position: fixed;
    bottom: 244px;
    right: 10px;
    background: #fff;
    width: 32px;
    height: 32px;
    color: #d5d5d5;
    line-height: 32px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.catalog-close {
    cursor: pointer;
}

#catalog-box {
    position: fixed;
    background: #fff;
    bottom: 282px;
    right: 10px;
    max-width: 300px;
    padding: 10px 0 10px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: none;
}

#catalog {;
    height: 180px;
    padding: 5px 15px 0 0;
    overflow: scroll;
    overflow-x: hidden;
}

#catalog, #catalog a {
    color: #999;
}

#catalog-box strong {
    margin-bottom: 10px;
    padding: 0 10px;
}

#catalog-ul li {
    list-style: none;
    margin: 0;
}

/** 字号 **/
#fontsize {
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 24px;
    width: 40px;
    text-align: center;
    padding: 0 0 1px 0;
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#fontsize:hover {
    color: #fff;
    background: #FF6600;
    border: 1px solid #FF6600;
}

.fontsmall {
    font-size: 18px;
    font-size: 1.8rem;
}

.fontlarge {
}

/** 图片幻灯 **/
#slides {
    background: #f8f8f8;
    padding: 0 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.slidesjs-container {
    margin: 0 0 10px 0;
}

.slidesjs-navigation {
    float: right;
    background: #fff;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 8px 10px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

a.slidesjs-navigation {
    color: #FF6600;
}

.slidesjs-pagination li {
    display: none;
}

.img-n {
    color: #999;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 5px;
}

/** 视频播放 **/
.video-content {
    position: relative;
    width: 90%;
    margin: 15px auto;
}

.video-content img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.video-content i {
    position: absolute;
    bottom: 10px;
    left: 47%;
    background: #FF6600;
    background: rgba(0, 136, 204, 0.5);
    color: #fff;
    padding: 8px;
    border-radius: 28px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

/** 视频模板 **/
.videos-content {
    width: 100%;
    margin: 0 0 10px 0;
}

.video-img {
    position: relative;
    float: left;
    width: 280px;
    height: 210px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.video-img img {
    width: 280px;
    height: 210px;
}

.video-inf {
    float: right;
    width: 54%;
    margin: 2px 0 0 0;
}

.video-inf ul {
    line-height: 40px;
    margin: 0 0 13px 0;
    padding: 0 0 0 15px;
    border: 1px solid #ddd;
}

.video-img i, .picture-img i {
    position: absolute;
    top: 150px;
    left: 44%;
    background: #FF6600;
    background: rgba(0, 136, 204, 0.5);
    color: #fff;
    padding: 8px;
    border-radius: 28px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.picture-h-img i {
    position: absolute;
    top: 80px;
    left: 44%;
    background: #FF6600;
    background: rgba(0, 136, 204, 0.5);
    color: #fff;
    padding: 8px;
    border-radius: 28px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

#related-img i {
    display: none;
}

@media screen and (max-width: 1079px) {
    .picture-img i, .picture-h-img i {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .video-img {
        float: inherit;
        margin: 0 auto 13px;
    }

    .video-inf {
        float: inherit;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 13px;
    }
    .es-col {
        margin: 0;
    }
    .es-col > ul > li {
        padding: 10px;
    }
}
@media screen and (max-width: 719px){
    .es-col-2 > ul > li,.es-col-3 > ul > li,.es-col-4 > ul > li{
        width:100%;
    }
}
/** 作者信息 **/
.authorbio {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.authorbio .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin: 7px 10px 0 0;
    padding: 2px;
    border: 1px solid #ddd;
}

/** 上下篇 **/
.nav-single {
    margin-bottom: 10px;
}

.meta-nav {
    background: #fff;
    float: left;
    width: 50%;
    text-align: center;
    margin-right: -1px;
    padding: 10px 20px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.nav-single a {
    display: block;
}

.meta-nav:hover {
    color: #fff;
    background: #FF6600;
    border: 1px solid #FF6600;
}

.post-nav {
}

/** 相关图片 **/
#related-img {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.related-site {
    float: left;
    width: 22.6%;
    max-width: 100%;
    height: auto;
    margin: 0 1.2%;
    transition-duration: .5s;
}

#related-img img {
    width: 100%;
    max-width: 100%;
    max-height: 122px;
}

.related-title {
    word-break: break-all;
}

.related-inf {
    display: none;
}

@media screen and (max-width: 767px) {
    #related-img {
        padding: 20px 20px 0 20px;
    }

    .related-site {
        width: 100%;
    }

    .related-site a img {
        float: left;
        width: 100px !important;
        height: 75px !important;
        margin: 0 20px 20px 0;
    }

    .related-inf {
        display: inline;
        color: #999;
    }

    .related-inf a, .related-inf {
        color: #999;
    }
}

/** 商品 **/
#es-purchase {
    width: 60px;
    top: 320px;
    right: 0;
    z-index: 9999;
    position: fixed;
}
#es-purchase img {
   max-width: 100%;
}
.single-goods-main {
    margin: 0 0 10px 0;
    padding: 0;
}

.single-goods-img {
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.single-goods-img a img {
    float: left;
    background: #fff;
    max-width: 100%;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.single-goods-img:hover a img {
    transition: All 0.7s ease;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.single-goods {
    margin: 0 -5px;
}

.single-goods .tl4 {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
}

/** 正文小工具 **/
#single-widget h3 {
    margin: 15px 0 0 20px;
}

#single-widget .widget {
    float: left;
    width: 50%;
    margin-right: -1px;
}

#single-widget .widget ul {
    margin: 0 5px 5px 5px;
}

/** 侧边 **/
#sidebar {
    float: right;
    width: 25%;
    overflow: hidden;
}

#sidebar h3 {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    color: #333333;
}

.widget-title .icon-cat {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #FF6600;
    line-height: 40px;
    text-align: center;
    margin: 0 15px 0 0;
    padding: 1px 0;
    border-right: 1px solid #ddd;
    border-radius: 2px 0 0 0;
}

.widget {
    background: #333333;
    margin: 0 0 10px 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.widget ul li {
    width: 99%;
    line-height: 190%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget ul,
#sidebar #searchform,
#calendar_wrap,
.tagcloud {
    padding: 8px 15px 15px 15px;
}

.widget ul.news-menu {
    padding: 8px 15px;
    line-height: 50%;
    font-size: 1.1em;
}

.widget .textwidget {
    padding: 5px;
}

.widget .textwidget img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.widget_product img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.widget_categories,
.widget_links,
#sidebar .widget_nav_menu {
    padding: 0 0 15px 0;
}

.widget_categories li,
.widget_links li,
#sidebar .widget_nav_menu li {
    float: left;
    width: 49.5% !important;
    margin: 8px -3px 0 2px;
}

.widget_categories a,
.widget_links a,
#sidebar .widget_nav_menu a {
    text-align: center;
    display: block;
    border: 1px solid #ddd;
}

.widget_categories a:hover,
.widget_links a:hover,
.tagcloud a:hover,
#sidebar .widget_nav_menu a:hover {
    background: #FF6600;
    color: #fff !important;
    border: 1px solid #FF6600;
    transition: all 0.1s ease-in 0s;
}

.tagcloud {
    padding: 5px 0 5px 2px;
}

.tagcloud a {
    float: left;
    margin: 4px;
    padding: 0 7px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

/** 侧边缩略图 **/
.hot_commend ul li {
    white-space: normal;
    border-bottom: 1px dashed #dadada;
}

.new_cat ul li {
    white-space: normal;
}

.hot_commend .thumbnail, .new_cat .thumbnail {
    position: relative;
    float: left;
    width: 100px;
    height: 75px;
    margin: 8px 8px 8px 0;
    overflow: hidden;
}

.hot_commend a img, .new_cat a img {
    float: left;
    width: 100px;
    height: 75px;
}

.hot_commend .hot-title, .new_cat .new-title {
    height: 55px;
    padding-top: 5px;
    line-height: 25px;
    overflow: hidden;
}

.hot_commend .views, .new_cat .date {
    float: right;
    color: #999;
}

.hot_commend .icon-zan {
    color: #999;
}

.timeout_most .thumbnail, .new_cat .thumbnail {
    position: relative;
    float: left;
    width: 275px;
    height: 138px;
    margin: 8px 8px 8px 0;
    overflow: hidden;
}

.timeout_most a img, .new_cat a img {
    float: left;
    width: 275px;
    height: 138px;
    border: 1px solid #ddd;
}

.timeout_most .hot-title, .new_cat .new-title {
    height: 55px;
    padding-top: 5px;
    line-height: 25px;
    overflow: hidden;
}

.timeout_most .views, .new_cat .date {
    float: right;
    color: #999;
}

.timeout_most .icon-zan {
    color: #999;
}

/** 序号 **/
.li-icon {
    background: #ccc;
    font-size: 12px;
    color: #fff;
    line-height: 180%;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-radius: 2px;
}

.li-icon-1,
.li-icon-2,
.li-icon-3 {
    background: #FF6600;
}

/** 日历 **/
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: center;
    font-weight: bold;
}

#wp-calendar tbody td, #wp-calendar tfoot td {
    text-align: center;
    padding: 5px;
}

#wp-calendar a {
    color: #FF6600;
}

/** 读者墙 **/
.readers {
    padding: 15px 5px 10px 10px;
}

.readers li {
    list-style: none;
    padding: 0 3px;
}

.readers img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 -3px;
    border: 1px solid #ddd;
}

.readers-avatar {
    float: left;
    width: 16.66666%;
}

/** 头像留言 **/
#message .avatar {
    float: left;
    width: 24px;
    height: 24px;
    margin: 6px 8px 0 0;
    border: 1px solid #ccc;
}

.wp-smiley {
    height: 15px !important;
    display: inline !important;
}

.message-widget ul li {
    width: 99%;
    height: 37px;
    padding-bottom: 8px;
    line-height: 37px;
    _white-space: normal;
    *white-space: normal;
    border-bottom: 1px dashed #dadada;
}

.message-page ul li {
    width: 99%;
    height: 37px;
    padding-bottom: 8px;
    line-height: 37px;
    white-space: nowrap;
    _white-space: normal;
    *white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dadada;
}

/** 跟随 **/
.follow {
    top: 60px;
    width: 304px;
    position: fixed;
}

/** 订阅 **/

#feed_widget {
    font-size: 48px;
}

#feed_widget li {
    float: left;
    width: 48px;
    line-height: 48px;
    margin: 0 0 0 5.333333%;
}

#feed_widget ul {
    margin: 2px 2% 0 2%;
    overflow: hidden;
}

.top-menu #feed_widget {
    font-size: .8em;
    width: 128px;
    margin-top: 2px;
}

.top-menu #feed_widget i {
    font-size: 20px;
}

.top-menu #feed_widget li {
    width: 20px;
    line-height: 20px;
    float: right;
}

#weixin-img-s,#weixin-img-f {
    display: none;
    padding: 0px;
    background: #fff;
    border-radius: 2px;
}
#weixin-s img,#weixin-f img,#weibo img {
    max-width: 48px;
}

@media screen and (max-width: 1079px) {
    #feed_widget li {
        margin: 0 0 0 2.333333%;
    }
}

.icon-rss {
    color: #d28300;
}

/** 评论 **/
.comments-title {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.comment-list, .comment-list ol {
    list-style: none;
}

.comment-list li {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    word-wrap: break-word;
    word-break: break-all;
}

.children li {
    position: relative;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    word-wrap: break-word;
    word-break: break-all;
}

.children {
    margin: 5px 0 0 0;
}

.vcard .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin: 6px 10px 0 0;
    border: 1px solid #ddd;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

.vcard:hover .avatar {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
}

.comment-author {
    color: #999;
}

.fn {
    font-style: normal;
    font-weight: bold;
}

.floor {
    color: #FF6600;
}

.comment-meta, .comment-meta a {
    color: #999;
}

.reply a {
    background: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.reply a:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
    transition: all 0.2s ease-in 0s;
}

.at, .at a {
    color: #FF6600;
}

.no-comments {
    background: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

#edita {
    color: #8b8b8b;
}

/** 评论表单 **/
#respond {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

#respond h3 {
    margin: 0 0 10px 0;
}

#respond h3 a {
    float: right;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

#comment-author-info input {
    background: #fff;
    width: 50%;
    height: 37px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    _vertical-align: middle;
    *vertical-align: middle;
}

#comment {
    background: #fff;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
}

#respond #submit {
    background: #fff;
    width: 50%;
    margin: 0 10px 10px 0;
    padding: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
}

#respond #submit:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #04a4cc;
    transition: all 0.2s ease-in 0s;
}

/** 表单头像 **/
.user_avatar, .author_avatar {
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.user_avatar img, .author_avatar img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
}

/** 表情 **/
.comment-tool {
    float: right;
    margin: 9px 0;
}

.comment-tool a {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.comment-tool a:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
}

.smiley-box {
    display: none;
    position: relative;
}

.smiley-box img {
    float: left;
    width: 16px;
    height: 16px;
}

/** 引用 **/
#trackbacks {
    margin: 0 0 10px 0;
}

.backs {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
}

.track {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    display: none;
}

/** 定位 **/
#anchor {
    position: relative;
    top: -75px;
}

/** 评论加载中 **/
.loading-comments {
    background: #fff;
    display: none;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

/** 链接 **/
#links {
    background: #fff;
    width: auto;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#links ul li {
    float: left;
    padding: 0 20px 0 0;
}

#links img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
}

#links h2 {
    display: none;
}

.linkcat {
    margin: 0 0 5px 0;
}

/** 页脚 **/
#colophon {
    width: 90%;
    max-width: 1400px;
    margin: 20px auto 0;
    border-top: 1px solid #555;
    color: #ccc;
    text-align: center;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
}

.site-info {
    text-align: center;
    margin: 0 50px;
    padding: 15px 0;
}

#colophon .logo {
    text-align: center;
}

#colophon .logo img {
    clear: both;
    max-width: 64px;
}

.add-info {
    padding: 5px 0;
    display: block;
}

/** 页脚小工具 **/
#footer-widget-box {
    background: #333;
    padding: 10px 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    margin-top: 1em;
    clear: both;
}

.footer-widget {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
}

.footer-widget h3 {
    font-size: 1.1em;
    color: #ccc;
    margin: 15px 0 10px 0;
}

.footer-widget .widget {
    background: #333333;
    float: left;
    width: 25%;
    padding: 0;
    border: none;
    box-shadow: none;
}

.footer-widget .footer_contact {
    width: 30%;
}

.footer-widget .footer_note {
    width: 20%;
}
.footer-widget #social-footer {
    margin: 0 ;
    font-size: 64px;
}
.footer-widget #social-footer li {
    width: auto;
    float: left;
    padding: 0 10px 0 0;
    text-align: left;
    line-height: 1em;
}

.footer-widget .textwidget {
    padding: 0 20px 0 0;
    font-size: .8em;
}

.footer-widget, .footer-widget a {
    color: #ccc;
}

.footer-widget a:hover {
    color: #fff;
}

.footer-widget .widget ul {
    padding: 0;
}

.footer-widget .menu > li {
    float: left;
    width: 33.33%;
}

.footer-widget .support ul {
    width: 30%;
    float: left;
}

.footer-widget .service i {
    margin-right: 10px;
}

.footer-widget .service > li {
    float: left;
    width: 100%;
    font-size: .8em;
}

.footer-widget .menu > li > ul {
    width: 100%;
    font-size: .8em;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .footer-widget .widget {
        width: 50%;
    }
}

@media screen and (max-width: 719px) {
    .footer-widget .widget {
        width: 100%;
    }
}

/** 分页 **/
@media screen and (min-width: 768px) {
    .pagination {
        float: right;
    }

    .pagination a,
    .pagination a:visited {
        float: left;
        background: #333333;
        margin: 0 0 10px 5px;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #333333;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    }

    .pagination .current,
    .pagination .dots {
        background: #fff;
        float: left;
        margin: 0 0 0 5px;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .pagination span.pages {
    }

    .pagination span.current,
    .pagination a:hover {
        background: #FF6600;
        color: #FFF;
        border: 1px solid #FF6600;
    }

    .screen-reader-text, .pages {
        display: none;
    }
}

/** 等于或小于767px **/
@media screen and (max-width: 767px) {
    .pagination {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    }
    .pagination a,
    .pagination a:visited {
        padding: 4px;
        line-height: 100%;
        border: 1px solid #333333;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    }

    .pagination .nav-links {
        min-height: 30px;
        position: relative;
        text-align: center;
        background: #333333;
        border-radius: 2px;
    }

    .pagination .current .screen-reader-text {
        position: static !important;
    }

    .screen-reader-text {
        height: 1px;
        overflow: hidden;
        position: absolute !important;
    }

    .page-numbers {
        display: none;
        line-height: 25px;
        padding: 5px;
    }

    .pagination .page-numbers.current {
        text-transform: uppercase;
    }

    .pagination .current {
        display: inline-block;
	background: #FF6600;
	padding-left:8px;
        padding-right: 8px;
    }

    .pagination .prev,
    .pagination .next {
        background: #FF6600;
        color: #fff;
        display: inline-block;
        line-height: 35px;
        overflow: hidden;
        padding: 0px 8px;
        position: absolute;
    }

    .pagination .next {
        border-radius: 0 2px 2px 0;
    }

    .pagination .prev {
        border-radius: 2px 0 0 2px;
    }

    .pagination .prev a,
    .pagination .next a {
        color: #fff;
        line-height: 20px;
        padding: 0;
        display: inline-block;
    }

    .pagination .prev {
        left: 0;
    }

    .pagination .prev:before {
        left: -1px;
    }

    .pagination .next {
        right: 0;
    }

    .pagination .next:before {
        right: -1px;
    }

    /** 评论分页 **/
    .comment-navigation {
        margin: 0 0 10px;
    }

    .comment-navigation .current {
        line-height: 35px;
        padding: 0 0 0 50%;
    }

    .comment-navigation .next {
        right: 5px;
    }

    .comment-navigation .prev {
        left: 5px;
    }
}

/** 相册 **/
.picture-box {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.picture-img {
    max-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    transition-duration: .5s;
}

.picture-img a img {
    float: left;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.picture-img:hover a img {
    transition: All 0.7s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.picture-title {
    text-align: center;
    line-height: 30px;
    margin: 0 10px 5px 10px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.picture {
    margin: 0 -5px;
}

.video .xl5, .picture .xl5 {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
}

.xm5 {
    position: relative;
    min-height: 1px;
}

@media screen and (min-width: 768px) {
    .xl5 {
        float: left;
        width: 50%;
        float: left;
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .picture-img {
        width: 261px;
        height: 195px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1079px) {
    #picture {
        width: 99.9%;
    }
}

/** 滚屏 **/
#scroll {
    width: 32px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 9999;
}

#scroll li a {
    background: #fff;
    font-size: 16px;
    color: #d5d5d5;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-top: 6px;
    display: block;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#scroll li a:hover {
    background: #FF6600;
    color: #fff;
    border: 1px solid #FF6600;
    transition: all 0.2s ease-in 0s;
}

/** 幻灯 **/
.product-3d {
    margin-top: 40px;
}

.product-3d img {
}

#slideshow {
    margin: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rslides {
    width: 100%;
    max-height: 300px;
    padding: 0;
    margin: 0;
}

.rslides img {
    width: 100%;
    display: block;
}

.hiSlider {
    overflow: hidden;
    width: 100%;
    max-height: 540px;
}

.hiSlider > li {
    float: left;
}

.hiSlider > li img {
    width: 100%;
}

.hiSlider-pages,
.hiSlider-title {
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background: url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter: alpha(opacity:60);
}

.hiSlider-btn-prev {
    left: 10px;
}

.hiSlider-btn-next {
    right: 10px;
    background-position: -30px 0;
}

.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover {
    opacity: 1;
    filter: alpha(opacity:100);
}

.hiSlider-title {
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
}

.hiSlider-pages {
    bottom: 10px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ff6600;
}

.hiSlider-pages a.active {
    background: #ccc;
}

/** 下载 **/
#down a {
    float: left;
    background: #FF6600;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 8px 0 15px 25px;
    padding: 0 15px;
    border: 1px solid #FF6600;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#down a:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
    transition: all 0.3s ease-in 0s;
}

.icon-down {
    font-size: 16px;
    color: #fff;
    margin: 0 8px 0 0;
}

#button_box {
    display: none;
}

#button_file h3 {
    text-align: center;
    padding: 0 0 5px 0;
}

.buttons a {
    float: left;
    background: #FF6600;
    color: #fff !important;
    margin: 10px 10px 10px 0;
    padding: 2px 15px;
    border: 1px solid #FF6600;
    border-radius: 3px;
    display: block;
}

.buttons a:hover {
    background: #FF6600;
    border: 1px solid #FF6600;
    transition: all 0.3s ease-in 0s;
}

/** 喜欢分享 **/
#social {
    float: right;
    margin: 15px 0 80px;
    padding: 0 10px;
    clear: both;
}

.social-main {
    position: relative;
    margin: 0 auto;
    width: 283px;
}

.social-main a {
    float: left;
    color: #fff !important;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}

.social-main a:hover {
    background: #878787;
    color: #fff;
    transition: all 0.2s ease-in 0s;
}

.like a {
    background: #ff4400;
    width: 140px;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.share-s a {
    background: #ecb842;
    width: 140px;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.social-main i {
    color: #fff;
    font-style: normal;
    margin: 0 5px 0 0;
}

.shang-p a {
    position: absolute;
    left: 115px;
    top: -7px;
    background: #7ab951;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 43px;
    border: 4px solid #fff;
    border-radius: 40px;
}

.shang-main input {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    display: block;
}

.shang-main img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
}

.shang-main h4 {
    text-align: center;
}

/** 赏 **/
#shang {
    display: none;
    width: 310px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

/** 分享 **/
#share {
    display: none;
    width: 280px;
    padding: 15px 13px 15px 30px;
    background: #fff;
    border-radius: 5px;
}

.bdshare_dialog_box {
    z-index: 999999 !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) !important;
}

.bdshare_dialog_box {
    border: none !important;
}

.bdshare_dialog_bottom {
    display: none;
}

.icon-share {
    color: #04a4cc;
}

#share a {
    font-size: 60px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 2px 5px 5px;
}

.bdshare-button-style1-16 a {
    background: transparent !important;
}

/** 弹窗 **/
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-error {
    padding: 30px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    z-index: 8060;
}

#fancybox-loading div {
    width: 79px;
    height: 10px;
    background: url(img/loading.gif) center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    cursor: pointer;
    background: transparent url(img/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
}

.fancybox-next span {
    right: 10px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(img/fancy.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    width: 177px;
    height: 31px;
    margin: 0 auto;
    border: 1px solid #999;
    border-radius: 2px;
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    outline: none;
}

#fancybox-buttons a:hover {
    color: #04a4cc;
}

.icon-btnNext {
    border-right: 1px solid #999;
}

.icon-btnClose {
    border-left: 1px solid #999;
}

.btnDisabled {
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.icon-fancy-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 24px;
    height: 24px;
    color: #e50000;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

/** 搜索结果 **/
.search-results #primary,
.search-no-results #primary {
    width: 100%;
}

.search-page {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}

.search-no-results .post {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: 0;
    border-radius: 0;
}

.search-page li {
    line-height: 280%;
    margin: 0 -20px;
    padding: 0 20px;
    border-bottom: 1px solid #dadada;
}

.search-inf {
    float: right;
    color: #999;
}

li.search-inf {
    border: none;
}

/** ads **/
.ad-site {
    background: #fff;
    margin: 0 0 10px 0;
    padding-top: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    overflow: hidden;
}

.entry-content .ad-site {
    background: #transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.ad-site img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.ad-pc, .ad-l, .ad-r {
    text-align: center;
}

.entry-content .ad-pc {
    margin: 0 -11px 10px -11px;
    text-align: center;
}

.entry-content .ad-m {
    margin: 0 -11px 10px -11px;
}

.ad-l {
    float: left;
    width: 70.4%;
}

.ad-r {
    float: right;
    width: 28.6%;
}

.denglu {
    display: none;
}

@media screen and (max-width: 1079px) {
    .ad-r {
        display: none;
    }

    .ad-l {
        width: 99.9%;
    }
}

/** font **/
@font-face {
    font-family: 'zm';
    src: url('../fonts/zm.eot?-pojq32');
    src: url('../fonts/zm.eot?#iefix-pojq32') format('embedded-opentype'), url('../fonts/zm.woff?-pojq32') format('woff'), url('../fonts/zm.ttf?-pojq32') format('truetype'), url('../fonts/zm.svg?-pojq32#zm') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'zm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-btnPrev:before {
    content: "\e600";
}

.icon-btnPlay:before {
    content: "\e601";
}

.icon-btnPlayOn:before {
    content: "\e602";
}

.icon-btnNext:before {
    content: "\e603";
}

.icon-btnToggle:before {
    content: "\e604";
}

.icon-btnToggleOn:before {
    content: "\e605";
}

.icon-btnClose:before {
    content: "\e606";
}

.icon-scroll-t:before {
    content: "\e607";
}

.icon-scroll-b:before {
    content: "\e608";
}

.icon-zan:before {
    content: "\e609";
}

.icon-scroll-c:before {
    content: "\e610";
}

.icon-share:before {
    content: "\e611";
}

.icon-li:before {
    content: "\e612";
}

.icon-cat:before {
    content: "\e613";
}

.icon-left:before {
    content: "\e600";
}

.icon-right:before {
    content: "\e603";
}

.icon-down:before {
    content: "\e614";
}

.icon-qzone:before {
    content: "\e60a";
    color: #faca0b;
}

.icon-tsina:before {
    content: "\e60b";
    color: #FF6600;
}

.icon-tqq:before {
    content: "\e60c";
    color: #4e91d1;
}

.icon-renren:before {
    content: "\e60d";
    color: #0074c6;
}

.icon-weixin:before {
    content: "\e60e";
    color: #248a34;
}

.icon-more:before {
    content: "\e60f";
    color: #467ebd;
}

.icon-play:before {
    content: "\e601";
}

.icon-rss:before {
    content: "\e615";
}

.icon-m:before {
    content: "\e601";
}

@media screen and (min-width: 1079px) {
    /** 加载动画 **/
    .box-hide {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        -webkit-perspective-origin: top center;
        -moz-perspective-origin: top center;
        perspective-origin: top center;
    }

    .box-show {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/** 等于或小于1079px **/
@media screen and (max-width: 1079px) {
    #content, #colophon, .breadcrumb, .footer-widget {
        width: 98%;
        margin-top: 1em;
    }

    .follow {
        width: 28%;
    }

    #colophon {
        width: auto;
    }

    #main-search, #mobile-nav {
        width: 98%;
    }

    .breadcrumb {
        width: 98%;
    }
}

/** 等于或小于768px **/
@media screen and (max-width: 767px) {
    #primary {
        width: 99.9%;
    }
#es-purchase {
	top: 160px;
}

    .logo-site {
        margin: 5px 0 0 10px;
    }

    .authorbio {
        display: none;
    }

    #sidebar {
        display: none;
    }

    .add-info {
        display: none;
    }

    #anchor {
        top: -43px;
    }

    .r-hide {
        display: none;
    }

    .new-icon, .expired-icon {
        font-size: 12px;
        line-height: 18px;
    }
}

/***FAQ***/
.hide {
    display: none;
}

.faq dt {
    font-size: 1.1em;
    color: #ccc;
    margin-bottom: 20px;
    margin-left: 26px;
    cursor: pointer;
}

/* Triangle list item */
.faq dt:before {
    content: "";
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    display: block;
    height: 0;
    width: 0;
    left: -16px;
    top: 17px;
    position: relative;
}

.faq dd {
    padding: 20px;
    background: #333333;
    border-radius: 5px;
    border: 1px solid #222222;
    margin: 20px 0 20px;
    position: relative;
}

/* Triangle in definition container */
.faq dd:after, dd:before {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.faq dd:after {
    border-color: rgba(136, 183, 213, 0);
    border-color: transparent;
    border-bottom-color: #333333;
    border-width: 15px;
    margin-left: -15px;
}

.faq dd:before {
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-bottom-color: #222222;
    border-width: 17px;
    margin-left: -17px;
}

.baidumap {
    margin: 0 0 -20px 0;
}
.error {
   font-size: 2em;
   color: #ff6600;
}
